IoTeX client
|
This is the complete list of members for iotex::api::Wallets, including all inherited members.
Base(Host &host, HTTPType &http) (defined in iotex::api::Base) | iotex::api::Base | inlineexplicitprotected |
getAccount(const char *const address, ResponseTypes::AccountMeta &data) override | iotex::api::Wallets | virtual |
getBalance(const char *const address, IotexString &balance) override | iotex::api::Wallets | virtual |
getExecutionByHash(const char *const address, ResponseTypes::ActionInfo_Execution &action) override | iotex::api::Wallets | virtual |
getTransactionByHash(const char *const address, ResponseTypes::ActionInfo_Transfer &action) override | iotex::api::Wallets | virtual |
host_ (defined in iotex::api::Base) | iotex::api::Base | protected |
http_ (defined in iotex::api::Base) | iotex::api::Base | protected |
IWallets(Host &host, IHTTP &http) (defined in iotex::api::IWallets) | iotex::api::IWallets | inlineprotected |
sendExecution(const uint8_t senderPubKey[IOTEX_PUBLIC_KEY_SIZE], const uint8_t signature[IOTEX_SIGNATURE_SIZE], const ResponseTypes::ActionCore_Execution &transfer, uint8_t hash[IOTEX_HASH_SIZE]) override | iotex::api::Wallets | virtual |
sendTokenTransfer(const uint8_t senderPubKey[IOTEX_PUBLIC_KEY_SIZE], const uint8_t signature[IOTEX_SIGNATURE_SIZE], const ResponseTypes::ActionCore_Transfer &transfer, uint8_t hash[IOTEX_HASH_SIZE]) override | iotex::api::Wallets | virtual |
Wallets(Host &host, IHTTP &http) (defined in iotex::api::Wallets) | iotex::api::Wallets | inline |
~IWallets() (defined in iotex::api::IWallets) | iotex::api::IWallets | inlinevirtual |