Publish expected native program entrypoint in sdk/

This commit is contained in:
Michael Vines
2018-11-13 18:17:32 -08:00
parent bba19ce667
commit e33f3a2562
3 changed files with 27 additions and 12 deletions

View File

@@ -1,5 +1,6 @@
pub mod account;
pub mod loader_instruction;
pub mod native_program;
pub mod pubkey;
extern crate bincode;