ledger-core
|
Public Member Functions | |
EthereumLikeBlockchainExplorerTransaction (const EthereumLikeBlockchainExplorerTransaction &cpy) | |
Public Attributes | |
std::string | hash |
std::chrono::system_clock::time_point | receivedAt |
BigInt | value |
BigInt | gasPrice |
BigInt | gasLimit |
Option< BigInt > | gasUsed |
std::string | receiver |
std::string | sender |
uint64_t | nonce |
Option< Block > | block |
uint64_t | confirmations |
std::vector< uint8_t > | inputData |
uint64_t | status |
std::vector< InternalTx > | internalTransactions |
std::vector< ERC20Transaction > | erc20Transactions |