Crate vapcore_blockchain[−][src]
Blockchain database.
Modules
| generator | Blockchain generator for tests. |
Structs
| BlockChain | Structure providing fast access to blockchain data. |
| BlockDetails | Familial details concerning a block |
| BlockNumberKey | Wrapper for block number used as a DB key. |
| BlockReceipts | Contains all block receipts. |
| CacheSize | Represents blockchain’s in-memory cache size in bytes. |
| Config | Blockchain configuration. |
| ExtrasInsert | Extra information in block insertion. |
| TransactionAddress | Represents address of certain transaction within block |
| TreeRoute | Represents a tree route between |
Traits
| BlockChainDB | Database backing |
| BlockChainDBHandler | Generic database handler. This trait contains one function |
| BlockProvider | Interface for querying blocks by hash and by number. |