ledger-core
|
#include <EthereumLikeOperation.hpp>
Public Member Functions | |
virtual std::shared_ptr< EthereumLikeTransaction > | getTransaction ()=0 |
virtual std::vector< std::shared_ptr< InternalTransaction > > | getInternalTransactions ()=0 |
Class representing a Ethereum Operation.
|
pure virtual |
Get all actions triggered by this transaction
Implemented in ledger::core::EthereumLikeOperation.
|
pure virtual |
Get operation's transaction.
Implemented in ledger::core::EthereumLikeOperation.