Module ethjson::blockchain [−][src]
Blockchain test deserialization.
Re-exports
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; |
Modules
| account |
Blockchain test account deserializer. |
| block |
Blockchain test block deserializer. |
| blockchain |
Blockchain deserialization. |
| header |
Blockchain test header deserializer. |
| state |
Blockchain test state deserializer. |
| test |
Blockchain test deserializer. |
| transaction |
Blockchain test transaction deserialization. |