ledger-core
|
This is the complete list of members for ledger::core::api::EthereumLikeAccount, including all inherited members.
broadcastRawTransaction(const std::vector< uint8_t > &transaction, const std::shared_ptr< StringCallback > &callback)=0 | ledger::core::api::EthereumLikeAccount | pure virtual |
broadcastTransaction(const std::shared_ptr< EthereumLikeTransaction > &transaction, const std::shared_ptr< StringCallback > &callback)=0 | ledger::core::api::EthereumLikeAccount | pure virtual |
buildTransaction()=0 | ledger::core::api::EthereumLikeAccount | pure virtual |
getERC20Accounts()=0 | ledger::core::api::EthereumLikeAccount | pure virtual |
getERC20Balance(const std::string &erc20Address, const std::shared_ptr< BigIntCallback > &callback)=0 | ledger::core::api::EthereumLikeAccount | pure virtual |
getERC20Balances(const std::vector< std::string > &erc20Addresses, const std::shared_ptr< BigIntListCallback > &callback)=0 | ledger::core::api::EthereumLikeAccount | pure virtual |
getEstimatedGasLimit(const std::string &address, const std::shared_ptr< BigIntCallback > &callback)=0 | ledger::core::api::EthereumLikeAccount | pure virtual |
getGasPrice(const std::shared_ptr< BigIntCallback > &callback)=0 | ledger::core::api::EthereumLikeAccount | pure virtual |
~EthereumLikeAccount() (defined in ledger::core::api::EthereumLikeAccount) | ledger::core::api::EthereumLikeAccount | inlinevirtual |