Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
dev::eth::SubState Struct Reference

#include <ExtVMFace.h>

Public Member Functions

SubStateoperator+= (SubState const &_s)
 
void clear ()
 

Public Attributes

std::set< Addresssuicides
 Any accounts that have suicided. More...
 
LogEntries logs
 Any logs. More...
 
u256 refunds
 Refund counter of SSTORE nonzero->zero. More...
 

Detailed Description

Definition at line 166 of file ExtVMFace.h.

Member Function Documentation

void dev::eth::SubState::clear ( )
inline

Definition at line 180 of file ExtVMFace.h.

SubState& dev::eth::SubState::operator+= ( SubState const &  _s)
inline

Definition at line 172 of file ExtVMFace.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: