#include <ExtVMFace.h>
Definition at line 207 of file ExtVMFace.h.
dev::eth::EnvInfo::EnvInfo |
( |
| ) |
|
|
inline |
Address const& dev::eth::EnvInfo::author |
( |
| ) |
const |
|
inline |
u256 const& dev::eth::EnvInfo::difficulty |
( |
| ) |
const |
|
inline |
int64_t dev::eth::EnvInfo::gasLimit |
( |
| ) |
const |
|
inline |
u256 const& dev::eth::EnvInfo::gasUsed |
( |
| ) |
const |
|
inline |
LastHashes const& dev::eth::EnvInfo::lastHashes |
( |
| ) |
const |
|
inline |
u256 const& dev::eth::EnvInfo::number |
( |
| ) |
const |
|
inline |
void dev::eth::EnvInfo::setAuthor |
( |
Address const & |
_v | ) |
|
|
inline |
void dev::eth::EnvInfo::setDifficulty |
( |
u256 const & |
_v | ) |
|
|
inline |
void dev::eth::EnvInfo::setGasLimit |
( |
int64_t |
_v | ) |
|
|
inline |
void dev::eth::EnvInfo::setLastHashes |
( |
LastHashes && |
_lh | ) |
|
|
inline |
void dev::eth::EnvInfo::setNumber |
( |
u256 const & |
_v | ) |
|
|
inline |
void dev::eth::EnvInfo::setTimestamp |
( |
u256 const & |
_v | ) |
|
|
inline |
u256 const& dev::eth::EnvInfo::timestamp |
( |
| ) |
const |
|
inline |
Address dev::eth::EnvInfo::m_author |
|
private |
u256 dev::eth::EnvInfo::m_difficulty |
|
private |
int64_t dev::eth::EnvInfo::m_gasLimit |
|
private |
u256 dev::eth::EnvInfo::m_gasUsed |
|
private |
u256 dev::eth::EnvInfo::m_number |
|
private |
u256 dev::eth::EnvInfo::m_timestamp |
|
private |
The documentation for this class was generated from the following file: