Initial integration of dynamic contracts and native module loading (#1256)
* Integration of native dynamic programs
This commit is contained in:
6
programs/noop/src/lib.rs
Normal file
6
programs/noop/src/lib.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
extern crate solana;
|
||||
|
||||
use solana::dynamic_program::KeyedAccount;
|
||||
|
||||
#[no_mangle]
|
||||
pub extern "C" fn process(_infos: &mut Vec<KeyedAccount>, _data: &[u8]) {}
|
Reference in New Issue
Block a user