Ethereum  PoC-8
The C++ Implementation of Ethereum
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...
 
int64_t refunds = 0
 Refund counter for storage changes. More...
 

Detailed Description

Definition at line 89 of file ExtVMFace.h.

Member Function Documentation

◆ clear()

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

Definition at line 103 of file ExtVMFace.h.

◆ operator+=()

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

Definition at line 95 of file ExtVMFace.h.

Member Data Documentation

◆ logs

LogEntries dev::eth::SubState::logs

Any logs.

Definition at line 92 of file ExtVMFace.h.

◆ refunds

int64_t dev::eth::SubState::refunds = 0

Refund counter for storage changes.

Definition at line 93 of file ExtVMFace.h.

◆ suicides

std::set<Address> dev::eth::SubState::suicides

Any accounts that have suicided.

Definition at line 91 of file ExtVMFace.h.


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