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

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

account(Address const &_addr) const dev::eth::Stateprotected
account(Address const &_addr)dev::eth::Stateprotected
accountNonemptyAndExisting(Address const &_address) const dev::eth::State
accountStartNonce() const dev::eth::Stateinline
addBalance(Address const &_id, u256 const &_amount)dev::eth::Statevirtual
addresses() const dev::eth::State
addressHasCode(Address const &_address) const dev::eth::State
addressInUse(Address const &_address) const dev::eth::State
balance(Address const &_id) const dev::eth::State
BlockChain classdev::eth::Statefriend
clearCacheIfTooLarge() const dev::eth::Stateprotected
code(Address const &_addr) const dev::eth::State
codeHash(Address const &_contract) const dev::eth::State
codeSize(Address const &_contract) const dev::eth::State
commit(CommitBehaviour _commitBehaviour)dev::eth::State
CommitBehaviour enum namedev::eth::State
createAccount(Address const &_address, Account const &&_account)dev::eth::Stateprotected
createContract(Address const &_address)dev::eth::State
db() const dev::eth::Stateinline
db()dev::eth::Stateinline
dev::test::ImportTest classdev::eth::Statefriend
dev::test::StateLoader classdev::eth::Statefriend
execute(EnvInfo const &_envInfo, SealEngineFace const &_sealEngine, Transaction const &_t, Permanence _p=Permanence::Committed, OnOpFunc const &_onOp=OnOpFunc())dev::eth::State
ExtVM classdev::eth::Statefriend
getNonce(Address const &_addr) const dev::eth::State
incNonce(Address const &_id)dev::eth::State
kill(Address _a)dev::eth::Statevirtual
m_accountStartNoncedev::eth::Stateprotected
m_cachedev::eth::Statemutableprotected
m_changeLogdev::eth::Stateprotected
m_dbdev::eth::Stateprotected
m_nonExistingAccountsCachedev::eth::Statemutableprotected
m_statedev::eth::Stateprotected
m_toucheddev::eth::Stateprotected
m_unchangedCacheEntriesdev::eth::Statemutableprotected
noteAccountStartNonce(u256 const &_actual)dev::eth::State
Null enum valuedev::eth::State
NullType enum namedev::eth::State
openDB(std::string const &_path, h256 const &_genesisHash, WithExisting _we=WithExisting::Trust)dev::eth::Statestatic
operator<<(std::ostream &_out, State const &_s)dev::eth::Statefriend
operator=(State const &_s)dev::eth::State
populateFrom(AccountMap const &_map)dev::eth::State
removeEmptyAccounts()dev::eth::Stateprotected
requireAccountStartNonce() const dev::eth::State
rollback(size_t _savepoint)dev::eth::State
rootHash() const dev::eth::Stateinline
savepoint() const dev::eth::State
setNewCode(Address const &_address, bytes &&_code)dev::eth::State
setRoot(h256 const &_root)dev::eth::State
setStorage(Address const &_contract, u256 const &_location, u256 const &_value)dev::eth::State
State(u256 const &_accountStartNonce)dev::eth::Stateinlineexplicit
State(u256 const &_accountStartNonce, OverlayDB const &_db, BaseState _bs=BaseState::PreExisting)dev::eth::Stateexplicit
State(NullType)dev::eth::Stateinline
State(State const &_s)dev::eth::State
storage(Address const &_contract, u256 const &_memory) const dev::eth::State
storage(Address const &_contract) const dev::eth::State
storageRoot(Address const &_contract) const dev::eth::State
subBalance(Address const &_addr, u256 const &_value)dev::eth::State
transferBalance(Address const &_from, Address const &_to, u256 const &_value)dev::eth::Stateinlinevirtual
~State()dev::eth::Stateinlinevirtual