Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <Common.h>
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 |
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.
u256 dev::eth::TransactionSkeleton::gas = Invalid256 |
u256 dev::eth::TransactionSkeleton::gasPrice = Invalid256 |
u256 dev::eth::TransactionSkeleton::nonce = Invalid256 |