![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
#include <ExtVMFace.h>
Public Member Functions | |
| SubState & | operator+= (SubState const &_s) |
| void | clear () |
Public Attributes | |
| std::set< Address > | suicides |
| Any accounts that have suicided. More... | |
| LogEntries | logs |
| Any logs. More... | |
| int64_t | refunds = 0 |
| Refund counter for storage changes. More... | |
Definition at line 89 of file ExtVMFace.h.
|
inline |
Definition at line 103 of file ExtVMFace.h.
Definition at line 95 of file ExtVMFace.h.
| LogEntries dev::eth::SubState::logs |
Any logs.
Definition at line 92 of file ExtVMFace.h.
| int64_t dev::eth::SubState::refunds = 0 |
Refund counter for storage changes.
Definition at line 93 of file ExtVMFace.h.
| std::set<Address> dev::eth::SubState::suicides |
Any accounts that have suicided.
Definition at line 91 of file ExtVMFace.h.