Test-drive StorageContract

This commit is contained in:
Greg Fitzgerald
2019-03-22 20:16:44 -06:00
committed by Grimes
parent 8ff1987d2d
commit 5a65c3f72e
5 changed files with 41 additions and 47 deletions

View File

@@ -1,6 +1,6 @@
pub mod storage_contract;
pub mod storage_instruction;
pub mod storage_processor;
pub mod storage_state;
pub mod storage_transaction;
use solana_sdk::pubkey::Pubkey;