![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
#include <BlockChain.h>
Public Member Functions | |
| unsigned | memTotal () const |
Public Attributes | |
| unsigned | memBlocks = 0 |
| unsigned | memDetails = 0 |
| unsigned | memLogBlooms = 0 |
| unsigned | memReceipts = 0 |
| unsigned | memTransactionAddresses = 0 |
| unsigned | memBlockHashes = 0 |
Definition at line 274 of file BlockChain.h.
|
inline |
Definition at line 282 of file BlockChain.h.
| unsigned dev::eth::BlockChain::Statistics::memBlockHashes = 0 |
Definition at line 281 of file BlockChain.h.
| unsigned dev::eth::BlockChain::Statistics::memBlocks = 0 |
Definition at line 276 of file BlockChain.h.
| unsigned dev::eth::BlockChain::Statistics::memDetails = 0 |
Definition at line 277 of file BlockChain.h.
| unsigned dev::eth::BlockChain::Statistics::memLogBlooms = 0 |
Definition at line 278 of file BlockChain.h.
| unsigned dev::eth::BlockChain::Statistics::memReceipts = 0 |
Definition at line 279 of file BlockChain.h.
| unsigned dev::eth::BlockChain::Statistics::memTransactionAddresses = 0 |
Definition at line 280 of file BlockChain.h.