Fabcoin Core  0.16.2
P2P Digital Currency
Public Attributes | List of all members
ByteCodeExecResult Struct Reference

#include <validation.h>

Public Attributes

uint64_t usedGas = 0
 
CAmount refundSender = 0
 
std::vector< CTxOutrefundOutputs
 
std::vector< CTransactionvalueTransfers
 

Detailed Description

Definition at line 721 of file validation.h.

Member Data Documentation

std::vector<CTxOut> ByteCodeExecResult::refundOutputs

Definition at line 724 of file validation.h.

CAmount ByteCodeExecResult::refundSender = 0

Definition at line 723 of file validation.h.

uint64_t ByteCodeExecResult::usedGas = 0

Definition at line 722 of file validation.h.

std::vector<CTransaction> ByteCodeExecResult::valueTransfers

Definition at line 725 of file validation.h.


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