![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
This is the complete list of members for dev::eth::Block, including all inherited members.
| addresses() const | dev::eth::Block | inline |
| addressHasCode(Address const &_address) const | dev::eth::Block | inline |
| addressInUse(Address const &_address) const | dev::eth::Block | inline |
| applyRewards(std::vector< BlockHeader > const &_uncleBlockHeaders, u256 const &_blockReward) | dev::eth::Block | private |
| author() const | dev::eth::Block | inline |
| balance(Address const &_address) const | dev::eth::Block | inline |
| Block(u256 const &_accountStartNonce) | dev::eth::Block | inline |
| 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::Block | inline |
| Block(BlockChain const &_bc) | dev::eth::Block | inlineexplicit |
| Block(Block const &_s) | dev::eth::Block | |
| BlockChain class | dev::eth::Block | friend |
| blockData() const | dev::eth::Block | inline |
| cleanup(bool _fullCommit) | dev::eth::Block | |
| code(Address const &_contract) const | dev::eth::Block | inline |
| codeHash(Address const &_contract) const | dev::eth::Block | inline |
| commitToSeal(BlockChain const &_bc, bytes const &_extraData={}) | dev::eth::Block | |
| db() const | dev::eth::Block | inline |
| dev::test::ImportTest class | dev::eth::Block | friend |
| dev::test::StateLoader class | dev::eth::Block | friend |
| enact(VerifiedBlockRef const &_block, BlockChain const &_bc) | dev::eth::Block | private |
| enactOn(VerifiedBlockRef const &_block, BlockChain const &_bc) | dev::eth::Block | |
| ensureCached(Address const &_a, bool _requireCode, bool _forceCreate) const | dev::eth::Block | private |
| ensureCached(std::unordered_map< Address, Account > &_cache, Address const &_a, bool _requireCode, bool _forceCreate) const | dev::eth::Block | private |
| execute(LastHashes const &_lh, Transaction const &_t, Permanence _p=Permanence::Committed, OnOpFunc const &_onOp=OnOpFunc()) | dev::eth::Block | |
| Executive class | dev::eth::Block | friend |
| ExtVM class | dev::eth::Block | friend |
| fromPending(unsigned _i) const | dev::eth::Block | |
| gasLimitRemaining() const | dev::eth::Block | inline |
| gasUsed() const | dev::eth::Block | inlineprivate |
| info() const | dev::eth::Block | inline |
| isSealed() const | dev::eth::Block | inline |
| log(unsigned _i) const | dev::eth::Block | inline |
| logBloom() const | dev::eth::Block | |
| logBloom(unsigned _i) const | dev::eth::Block | inline |
| m_author | dev::eth::Block | private |
| m_committedToSeal | dev::eth::Block | private |
| m_currentBlock | dev::eth::Block | private |
| m_currentBytes | dev::eth::Block | private |
| m_currentTxs | dev::eth::Block | private |
| m_currentUncles | dev::eth::Block | private |
| m_precommit | dev::eth::Block | private |
| m_previousBlock | dev::eth::Block | private |
| m_receipts | dev::eth::Block | private |
| m_sealEngine | dev::eth::Block | private |
| m_state | dev::eth::Block | private |
| m_transactions | dev::eth::Block | private |
| m_transactionSet | dev::eth::Block | private |
| mutableState() | dev::eth::Block | inline |
| noteChain(BlockChain const &_bc) | dev::eth::Block | |
| Null enum value | dev::eth::Block | |
| NullType enum name | dev::eth::Block | |
| operator<<(std::ostream &_out, Block const &_s) | dev::eth::Block | friend |
| operator=(Block const &_s) | dev::eth::Block | |
| pending() const | dev::eth::Block | inline |
| pendingHashes() const | dev::eth::Block | inline |
| performIrregularModifications() | dev::eth::Block | private |
| populateFromChain(BlockChain const &_bc, h256 const &_hash, ImportRequirements::value _ir=ImportRequirements::None) | dev::eth::Block | |
| receipt(unsigned _i) const | dev::eth::Block | inline |
| resetCurrent(u256 const &_timestamp=u256(utcTime())) | dev::eth::Block | |
| rootHash() const | dev::eth::Block | inline |
| sealBlock(bytes const &_header) | dev::eth::Block | inline |
| sealBlock(bytesConstRef _header) | dev::eth::Block | |
| sealEngine() const | dev::eth::Block | private |
| setAuthor(Address const &_id) | dev::eth::Block | inline |
| state() const | dev::eth::Block | inline |
| storage(Address const &_contract, u256 const &_memory) const | dev::eth::Block | inline |
| storage(Address const &_contract) const | dev::eth::Block | inline |
| storageRoot(Address const &_contract) const | dev::eth::Block | inline |
| 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::Block | inline |
| uncommitToSeal() | dev::eth::Block | private |
| vmTrace(bytesConstRef _block, BlockChain const &_bc, ImportRequirements::value _ir) | dev::eth::Block | private |
1.8.11