32 #ifndef LEDGER_CORE_ETHEREUMLIKEOPERATION_H 33 #define LEDGER_CORE_ETHEREUMLIKEOPERATION_H 35 #include <api/EthereumLikeOperation.hpp> 36 #include <api/EthereumLikeTransaction.hpp> 37 #include <wallet/common/api_impl/OperationApi.h> 38 #include <api/InternalTransaction.hpp> 45 std::shared_ptr<api::EthereumLikeTransaction>
getTransaction()
override;
48 std::shared_ptr<api::EthereumLikeTransaction> _transaction;
49 std::vector<std::shared_ptr<api::InternalTransaction>> _internalTxs;
50 std::shared_ptr<OperationApi> _backend;
52 bool _internalTxsRetrieved;
58 #endif //LEDGER_CORE_ETHEREUMLIKEOPERATION_H Definition: EthereumLikeOperation.hpp:23
Definition: EthereumLikeOperation.h:42
std::shared_ptr< api::EthereumLikeTransaction > getTransaction() override
Definition: EthereumLikeOperation.cpp:51
Definition: Account.cpp:8
std::vector< std::shared_ptr< api::InternalTransaction > > getInternalTransactions() override
Definition: EthereumLikeOperation.cpp:56