Crate cita_state

Crate cita_state 

Source

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.
StateObject
StateObjectEntry

Enums§

CodeState
Error
ObjectStatus

Traits§

StateObjectInfo