◆ asBitcoinLikeOperation()
◆ asEthereumLikeOperation()
◆ asRippleLikeOperation()
◆ asTezosLikeOperation()
◆ getAccountIndex()
int32_t ledger::core::OperationApi::getAccountIndex |
( |
| ) |
|
|
overridevirtual |
◆ getAmount()
std::shared_ptr< api::Amount > ledger::core::OperationApi::getAmount |
( |
| ) |
|
|
overridevirtual |
◆ getBlockHeight()
optional< int64_t > ledger::core::OperationApi::getBlockHeight |
( |
| ) |
|
|
overridevirtual |
Get block height on which operation was included.
- Returns
- Optional 64-bit integer, height of block in which operation was validated
Implements ledger::core::api::Operation.
◆ getCurrency()
◆ getDate()
std::chrono::system_clock::time_point ledger::core::OperationApi::getDate |
( |
| ) |
|
|
overridevirtual |
◆ getFees()
std::shared_ptr< api::Amount > ledger::core::OperationApi::getFees |
( |
| ) |
|
|
overridevirtual |
◆ getOperationType()
api::OperationType ledger::core::OperationApi::getOperationType |
( |
| ) |
|
|
overridevirtual |
◆ getPreferences()
std::shared_ptr< api::Preferences > ledger::core::OperationApi::getPreferences |
( |
| ) |
|
|
overridevirtual |
◆ getRecipients()
std::vector< std::string > ledger::core::OperationApi::getRecipients |
( |
| ) |
|
|
overridevirtual |
◆ getSenders()
std::vector< std::string > ledger::core::OperationApi::getSenders |
( |
| ) |
|
|
overridevirtual |
◆ getTrust()
◆ getUid()
std::string ledger::core::OperationApi::getUid |
( |
| ) |
|
|
overridevirtual |
◆ getWalletType()
◆ isComplete()
bool ledger::core::OperationApi::isComplete |
( |
| ) |
|
|
overridevirtual |
◆ isInstanceOfBitcoinLikeOperation()
bool ledger::core::OperationApi::isInstanceOfBitcoinLikeOperation |
( |
| ) |
|
|
overridevirtual |
◆ isInstanceOfEthereumLikeOperation()
bool ledger::core::OperationApi::isInstanceOfEthereumLikeOperation |
( |
| ) |
|
|
overridevirtual |
◆ isInstanceOfRippleLikeOperation()
bool ledger::core::OperationApi::isInstanceOfRippleLikeOperation |
( |
| ) |
|
|
overridevirtual |
◆ isInstanceOfTezosLikeOperation()
bool ledger::core::OperationApi::isInstanceOfTezosLikeOperation |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files:
- src/wallet/common/api_impl/OperationApi.h
- src/wallet/common/api_impl/OperationApi.cpp