rpctest executable

This commit is contained in:
debris
2016-03-17 11:50:31 +01:00
parent 5e44769f82
commit f92a0c8df2
8 changed files with 115 additions and 1 deletions

View File

@@ -23,3 +23,11 @@ pub mod header;
pub mod state;
pub mod transaction;
pub mod test;
pub use self::account::Account;
pub use self::block::Block;
pub use self::blockchain::BlockChain;
pub use self::header::Header;
pub use self::state::State;
pub use self::test::Test;
pub use self::transaction::Transaction;