Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
dev::test::ImportTest::transactionToExecute Struct Reference
Collaboration diagram for dev::test::ImportTest::transactionToExecute:
[legend]

Public Member Functions

 transactionToExecute (int d, int g, int v, eth::Transaction const &t)
 

Public Attributes

int dataInd
 
int gasInd
 
int valInd
 
eth::Transaction transaction
 
eth::State postState
 
eth::Network netId
 

Detailed Description

Definition at line 71 of file ImportTest.h.

Constructor & Destructor Documentation

dev::test::ImportTest::transactionToExecute::transactionToExecute ( int  d,
int  g,
int  v,
eth::Transaction const &  t 
)
inline

Definition at line 73 of file ImportTest.h.

Member Data Documentation

int dev::test::ImportTest::transactionToExecute::dataInd

Definition at line 75 of file ImportTest.h.

int dev::test::ImportTest::transactionToExecute::gasInd

Definition at line 76 of file ImportTest.h.

eth::Network dev::test::ImportTest::transactionToExecute::netId

Definition at line 80 of file ImportTest.h.

eth::State dev::test::ImportTest::transactionToExecute::postState

Definition at line 79 of file ImportTest.h.

eth::Transaction dev::test::ImportTest::transactionToExecute::transaction

Definition at line 78 of file ImportTest.h.

int dev::test::ImportTest::transactionToExecute::valInd

Definition at line 77 of file ImportTest.h.


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