ledger-core
Public Member Functions | List of all members
ledger::core::EthereumLikeOperation Class Reference
+ Inheritance diagram for ledger::core::EthereumLikeOperation:
+ Collaboration diagram for ledger::core::EthereumLikeOperation:

Public Member Functions

 EthereumLikeOperation (const std::shared_ptr< OperationApi > &baseOp)
 
std::shared_ptr< api::EthereumLikeTransactiongetTransaction () override
 
std::vector< std::shared_ptr< api::InternalTransaction > > getInternalTransactions () override
 

Member Function Documentation

◆ getInternalTransactions()

std::vector< std::shared_ptr< api::InternalTransaction > > ledger::core::EthereumLikeOperation::getInternalTransactions ( )
overridevirtual

Get all actions triggered by this transaction

Implements ledger::core::api::EthereumLikeOperation.

◆ getTransaction()

std::shared_ptr< api::EthereumLikeTransaction > ledger::core::EthereumLikeOperation::getTransaction ( )
overridevirtual

Get operation's transaction.

Returns
EthereumLikeTransaction object

Implements ledger::core::api::EthereumLikeOperation.


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