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

#include <Common.h>

Collaboration diagram for dev::eth::TransactionSkeleton:
[legend]

Public Member Functions

std::string userReadable (bool _toProxy, std::function< std::pair< bool, std::string >(TransactionSkeleton const &)> const &_getNatSpec, std::function< std::string(Address const &)> const &_formatAddress) const
 

Public Attributes

bool creation = false
 
Address from
 
Address to
 
u256 value
 
bytes data
 
u256 nonce = Invalid256
 
u256 gas = Invalid256
 
u256 gasPrice = Invalid256
 

Detailed Description

Definition at line 183 of file Common.h.

Member Function Documentation

string dev::eth::TransactionSkeleton::userReadable ( bool  _toProxy,
std::function< std::pair< bool, std::string >(TransactionSkeleton const &)> const &  _getNatSpec,
std::function< std::string(Address const &)> const &  _formatAddress 
) const

Definition at line 154 of file Common.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

bool dev::eth::TransactionSkeleton::creation = false

Definition at line 185 of file Common.h.

bytes dev::eth::TransactionSkeleton::data

Definition at line 189 of file Common.h.

Address dev::eth::TransactionSkeleton::from

Definition at line 186 of file Common.h.

u256 dev::eth::TransactionSkeleton::gas = Invalid256

Definition at line 191 of file Common.h.

u256 dev::eth::TransactionSkeleton::gasPrice = Invalid256

Definition at line 192 of file Common.h.

u256 dev::eth::TransactionSkeleton::nonce = Invalid256

Definition at line 190 of file Common.h.

Address dev::eth::TransactionSkeleton::to

Definition at line 187 of file Common.h.

u256 dev::eth::TransactionSkeleton::value

Definition at line 188 of file Common.h.


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