IoTeX client
|
This is the complete list of members for iotex::api::IWallets, 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 &metadata)=0 | iotex::api::IWallets | pure virtual |
getBalance(const char *const address, IotexString &balance)=0 | iotex::api::IWallets | pure virtual |
getExecutionByHash(const char *const hash, ResponseTypes::ActionInfo_Execution &actionInfo)=0 | iotex::api::IWallets | pure virtual |
getTransactionByHash(const char *const hash, ResponseTypes::ActionInfo_Transfer &actionInfo)=0 | iotex::api::IWallets | pure 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])=0 | iotex::api::IWallets | pure 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])=0 | iotex::api::IWallets | pure virtual |
~IWallets() (defined in iotex::api::IWallets) | iotex::api::IWallets | inlinevirtual |