Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Namespaces | Functions
Block.h File Reference
#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"
Include dependency graph for Block.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Author
Gav Wood i@gav.nosp@m.wood.nosp@m..com
Date
2014

Definition in file Block.h.