![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
#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... | |
| u256 | refunds |
| Refund counter of SSTORE nonzero->zero. More... | |
Definition at line 166 of file ExtVMFace.h.
|
inline |
Definition at line 180 of file ExtVMFace.h.
Definition at line 172 of file ExtVMFace.h.
| LogEntries dev::eth::SubState::logs |
Any logs.
Definition at line 169 of file ExtVMFace.h.
| u256 dev::eth::SubState::refunds |
Refund counter of SSTORE nonzero->zero.
Definition at line 170 of file ExtVMFace.h.
| std::set<Address> dev::eth::SubState::suicides |
Any accounts that have suicided.
Definition at line 168 of file ExtVMFace.h.
1.8.11