Re-exports§
pub use hash_keccak as hashlib;
Modules§
- hash_
keccak - Package hash_keccak is a function set for implementing Ethereum’s state.
- hash_
sha3 - Package hash_sha3 is a function set for implementing Ethereum’s state which use sha3 instead of keccak.
Structs§
- Account
- Single and pure account in the database. Usually, store it according to the following structure: Key: address -> Value: rlp::encode(account).
- AccountDB
- MemoryDB
- State
- State is the one who managers all accounts and states in Ethereum’s system.
- State
Object - State
Object Entry