Changed and refactored block and transaction structures. Moved signature from transaction scope to block.
This commit is contained in:
@@ -2,7 +2,9 @@ pub mod transaction;
|
||||
pub mod block;
|
||||
pub mod blockchain;
|
||||
pub mod filter;
|
||||
pub mod constants;
|
||||
|
||||
pub use transaction::Transaction;
|
||||
pub use block::Block;
|
||||
pub use blockchain::Blockchain;
|
||||
pub use blockchain::Blockchain;
|
||||
pub use constants::*;
|
||||
Reference in New Issue
Block a user