![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
#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 <libevm/ExtVMFace.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::BlockChat |
| struct | dev::eth::BlockTrace |
| struct | dev::eth::BlockDetail |
| struct | dev::eth::BlockSafeExceptions |
| struct | dev::eth::PopulationStatistics |
| class | dev::eth::Block |
| Active model of a block within the block chain. More... | |
Namespaces | |
| dev | |
| Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by René Nyffenegger. | |
| dev::test | |
| dev::eth | |
Functions | |
| dev::eth::DEV_SIMPLE_EXCEPTION (ChainOperationWithUnknownBlockChain) | |
| dev::eth::DEV_SIMPLE_EXCEPTION (InvalidOperationOnSealedBlock) | |
| std::ostream & | dev::eth::operator<< (std::ostream &_out, Block const &_s) |
Definition in file Block.h.
1.8.11