Fabcoin Core  0.16.2
P2P Digital Currency
dev::eth::Block Member List

This is the complete list of members for dev::eth::Block, including all inherited members.

addresses() const dev::eth::Blockinline
addressHasCode(Address const &_address) const dev::eth::Blockinline
addressInUse(Address const &_address) const dev::eth::Blockinline
applyRewards(std::vector< BlockHeader > const &_uncleBlockHeaders, u256 const &_blockReward)dev::eth::Blockprivate
author() const dev::eth::Blockinline
balance(Address const &_address) const dev::eth::Blockinline
Block(u256 const &_accountStartNonce)dev::eth::Blockinline
Block(BlockChain const &_bc, OverlayDB const &_db, BaseState _bs=BaseState::PreExisting, Address const &_author=Address())dev::eth::Block
Block(BlockChain const &_bc, OverlayDB const &_db, h256 const &_root, Address const &_author=Address())dev::eth::Block
Block(NullType)dev::eth::Blockinline
Block(BlockChain const &_bc)dev::eth::Blockinlineexplicit
Block(Block const &_s)dev::eth::Block
BlockChain classdev::eth::Blockfriend
blockData() const dev::eth::Blockinline
cleanup(bool _fullCommit)dev::eth::Block
code(Address const &_contract) const dev::eth::Blockinline
codeHash(Address const &_contract) const dev::eth::Blockinline
commitToSeal(BlockChain const &_bc, bytes const &_extraData={})dev::eth::Block
db() const dev::eth::Blockinline
dev::test::ImportTest classdev::eth::Blockfriend
dev::test::StateLoader classdev::eth::Blockfriend
enact(VerifiedBlockRef const &_block, BlockChain const &_bc)dev::eth::Blockprivate
enactOn(VerifiedBlockRef const &_block, BlockChain const &_bc)dev::eth::Block
ensureCached(Address const &_a, bool _requireCode, bool _forceCreate) const dev::eth::Blockprivate
ensureCached(std::unordered_map< Address, Account > &_cache, Address const &_a, bool _requireCode, bool _forceCreate) const dev::eth::Blockprivate
execute(LastHashes const &_lh, Transaction const &_t, Permanence _p=Permanence::Committed, OnOpFunc const &_onOp=OnOpFunc())dev::eth::Block
Executive classdev::eth::Blockfriend
ExtVM classdev::eth::Blockfriend
fromPending(unsigned _i) const dev::eth::Block
gasLimitRemaining() const dev::eth::Blockinline
gasUsed() const dev::eth::Blockinlineprivate
info() const dev::eth::Blockinline
isSealed() const dev::eth::Blockinline
log(unsigned _i) const dev::eth::Blockinline
logBloom() const dev::eth::Block
logBloom(unsigned _i) const dev::eth::Blockinline
m_authordev::eth::Blockprivate
m_committedToSealdev::eth::Blockprivate
m_currentBlockdev::eth::Blockprivate
m_currentBytesdev::eth::Blockprivate
m_currentTxsdev::eth::Blockprivate
m_currentUnclesdev::eth::Blockprivate
m_precommitdev::eth::Blockprivate
m_previousBlockdev::eth::Blockprivate
m_receiptsdev::eth::Blockprivate
m_sealEnginedev::eth::Blockprivate
m_statedev::eth::Blockprivate
m_transactionsdev::eth::Blockprivate
m_transactionSetdev::eth::Blockprivate
mutableState()dev::eth::Blockinline
noteChain(BlockChain const &_bc)dev::eth::Block
Null enum valuedev::eth::Block
NullType enum namedev::eth::Block
operator<<(std::ostream &_out, Block const &_s)dev::eth::Blockfriend
operator=(Block const &_s)dev::eth::Block
pending() const dev::eth::Blockinline
pendingHashes() const dev::eth::Blockinline
performIrregularModifications()dev::eth::Blockprivate
populateFromChain(BlockChain const &_bc, h256 const &_hash, ImportRequirements::value _ir=ImportRequirements::None)dev::eth::Block
receipt(unsigned _i) const dev::eth::Blockinline
resetCurrent(u256 const &_timestamp=u256(utcTime()))dev::eth::Block
rootHash() const dev::eth::Blockinline
sealBlock(bytes const &_header)dev::eth::Blockinline
sealBlock(bytesConstRef _header)dev::eth::Block
sealEngine() const dev::eth::Blockprivate
setAuthor(Address const &_id)dev::eth::Blockinline
state() const dev::eth::Blockinline
storage(Address const &_contract, u256 const &_memory) const dev::eth::Blockinline
storage(Address const &_contract) const dev::eth::Blockinline
storageRoot(Address const &_contract) const dev::eth::Blockinline
sync(BlockChain const &_bc, TransactionQueue &_tq, GasPricer const &_gp, unsigned _msTimeout=100)dev::eth::Block
sync(BlockChain const &_bc)dev::eth::Block
sync(BlockChain const &_bc, h256 const &_blockHash, BlockHeader const &_bi=BlockHeader())dev::eth::Block
transactionsFrom(Address const &_address) const dev::eth::Blockinline
uncommitToSeal()dev::eth::Blockprivate
vmTrace(bytesConstRef _block, BlockChain const &_bc, ImportRequirements::value _ir)dev::eth::Blockprivate