Ethereum  PoC-8
The C++ Implementation of Ethereum
dev::eth::Account Member List

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

Account()dev::eth::Accountinline
Account(u256 _nonce, u256 _balance, Changedness _c=Changed)dev::eth::Accountinline
Account(u256 _nonce, u256 _balance, h256 _contractRoot, h256 _codeHash, Changedness _c)dev::eth::Accountinline
addBalance(u256 _value)dev::eth::Accountinline
balance() constdev::eth::Accountinline
baseRoot() constdev::eth::Accountinline
Changed enum valuedev::eth::Account
Changedness enum namedev::eth::Account
clearStorage()dev::eth::Accountinline
code() constdev::eth::Accountinline
codeHash() constdev::eth::Accountinline
hasNewCode() constdev::eth::Accountinline
incNonce()dev::eth::Accountinline
isAlive() constdev::eth::Accountinline
isDirty() constdev::eth::Accountinline
isEmpty() constdev::eth::Accountinline
kill()dev::eth::Accountinline
nonce() constdev::eth::Accountinline
noteCode(bytesConstRef _code)dev::eth::Accountinline
originalStorageValue(u256 const &_key, OverlayDB const &_db) constdev::eth::Account
setCode(bytes &&_code)dev::eth::Account
setNonce(u256 const &_nonce)dev::eth::Accountinline
setStorage(u256 _p, u256 _v)dev::eth::Accountinline
setStorageRoot(h256 const &_root)dev::eth::Accountinline
storageOverlay() constdev::eth::Accountinline
storageValue(u256 const &_key, OverlayDB const &_db) constdev::eth::Accountinline
Unchanged enum valuedev::eth::Account
untouch()dev::eth::Accountinline