#include <transaction.hpp>
◆ Transaction()
◆ getBlock()
std::shared_ptr< object::Block > graphql::taraxa::Transaction::getBlock |
( |
| ) |
const |
◆ getCreatedContract()
std::shared_ptr< object::Account > graphql::taraxa::Transaction::getCreatedContract |
( |
std::optional< response::Value > && |
blockArg | ) |
const |
|
noexcept |
◆ getCumulativeGasUsed()
std::optional< response::Value > graphql::taraxa::Transaction::getCumulativeGasUsed |
( |
| ) |
const |
|
noexcept |
◆ getFrom()
std::shared_ptr< object::Account > graphql::taraxa::Transaction::getFrom |
( |
std::optional< response::Value > && |
blockArg | ) |
const |
◆ getGas()
response::Value graphql::taraxa::Transaction::getGas |
( |
| ) |
const |
|
noexcept |
◆ getGasPrice()
response::Value graphql::taraxa::Transaction::getGasPrice |
( |
| ) |
const |
|
noexcept |
◆ getGasUsed()
std::optional< response::Value > graphql::taraxa::Transaction::getGasUsed |
( |
| ) |
const |
|
noexcept |
◆ getHash()
response::Value graphql::taraxa::Transaction::getHash |
( |
| ) |
const |
|
noexcept |
◆ getIndex()
std::optional< int > graphql::taraxa::Transaction::getIndex |
( |
| ) |
const |
|
noexcept |
◆ getInputData()
response::Value graphql::taraxa::Transaction::getInputData |
( |
| ) |
const |
|
noexcept |
◆ getLogs()
std::optional< std::vector< std::shared_ptr< object::Log > > > graphql::taraxa::Transaction::getLogs |
( |
| ) |
const |
|
noexcept |
◆ getNonce()
response::Value graphql::taraxa::Transaction::getNonce |
( |
| ) |
const |
|
noexcept |
◆ getR()
response::Value graphql::taraxa::Transaction::getR |
( |
| ) |
const |
|
noexcept |
◆ getS()
response::Value graphql::taraxa::Transaction::getS |
( |
| ) |
const |
|
noexcept |
◆ getStatus()
std::optional< response::Value > graphql::taraxa::Transaction::getStatus |
( |
| ) |
const |
|
noexcept |
◆ getTo()
std::shared_ptr< object::Account > graphql::taraxa::Transaction::getTo |
( |
std::optional< response::Value > && |
blockArg | ) |
const |
◆ getV()
response::Value graphql::taraxa::Transaction::getV |
( |
| ) |
const |
|
noexcept |
◆ getValue()
response::Value graphql::taraxa::Transaction::getValue |
( |
| ) |
const |
|
noexcept |
◆ final_chain_
◆ get_block_by_num_
◆ location_
◆ receipt_
◆ transaction_
◆ trx_manager_
The documentation for this class was generated from the following files: