![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
#include <array>#include <unordered_map>#include <libdevcore/Common.h>#include <libdevcore/RLP.h>#include <libdevcore/TrieDB.h>#include <libdevcore/OverlayDB.h>#include <libethcore/Exceptions.h>#include <libethcore/BlockHeader.h>#include <libethcore/ChainOperationParams.h>#include "Account.h"#include "Transaction.h"#include "TransactionReceipt.h"#include "GasPricer.h"#include "State.h"Go to the source code of this file.
Classes | |
| struct | dev::eth::PopulationStatistics |
| class | dev::eth::Block |
| Active model of a block within the block chain. Keeps track of all transactions, receipts and state for a particular block. Can apply all needed transforms of the state for rewards and contains logic for sealing the block. More... | |
Namespaces | |
| dev | |
| dev::test | |
| dev::eth | |
Functions | |
| dev::eth::DEV_SIMPLE_EXCEPTION (ChainOperationWithUnknownBlockChain) | |
| dev::eth::DEV_SIMPLE_EXCEPTION (InvalidOperationOnSealedBlock) | |
Definition in file Block.h.