Crate ethcore_blockchain
source · [−]Expand description
Blockchain database.
Modules
Blockchain generator for tests.
Structs
Structure providing fast access to blockchain data.
Familial details concerning a block
Wrapper for block number used as a DB key.
Contains all block receipts.
Represents blockchain’s in-memory cache size in bytes.
Blockchain configuration.
Extra information in block insertion.
Import route for newly inserted block.
Represents address of certain transaction within block
Represents a tree route between from
block and to
block:
Traits
Database backing BlockChain
.
Generic database handler. This trait contains one function open
. When called, it opens database with a
predefined config.
Interface for querying blocks by hash and by number.