#include <Account.h>
Definition at line 200 of file Account.h.
dev::eth::AccountMask::AccountMask |
( |
bool |
_all = false | ) |
|
|
inline |
dev::eth::AccountMask::AccountMask |
( |
bool |
_hasBalance, |
|
|
bool |
_hasNonce, |
|
|
bool |
_hasCode, |
|
|
bool |
_hasStorage, |
|
|
bool |
_shouldNotExist = false |
|
) |
| |
|
inline |
bool dev::eth::AccountMask::allSet |
( |
| ) |
const |
|
inline |
bool dev::eth::AccountMask::hasBalance |
( |
| ) |
const |
|
inline |
bool dev::eth::AccountMask::hasCode |
( |
| ) |
const |
|
inline |
bool dev::eth::AccountMask::hasNonce |
( |
| ) |
const |
|
inline |
bool dev::eth::AccountMask::hasStorage |
( |
| ) |
const |
|
inline |
bool dev::eth::AccountMask::shouldExist |
( |
| ) |
const |
|
inline |
bool dev::eth::AccountMask::m_hasBalance |
|
private |
bool dev::eth::AccountMask::m_hasCode |
|
private |
bool dev::eth::AccountMask::m_hasNonce |
|
private |
bool dev::eth::AccountMask::m_hasStorage |
|
private |
bool dev::eth::AccountMask::m_shouldNotExist = false |
|
private |
The documentation for this class was generated from the following file: