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 |
readContract(const responsetypes::Execution &execution, const IotexString callerAddress, uint64_t gasLimit, responsetypes::ReadContractResponse *response)=0 | iotex::api::IWallets | pure virtual |
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 |