IoTeX client
Static Public Member Functions | List of all members
iotex::api::rpc::Wallets Class Reference

A class with methods to generate RPC data. More...

#include <rpc.h>

Static Public Member Functions

static RpcCallData getAccount (Host &host, const IotexString address)
 
static RpcCallData getBalance (Host &host, const IotexString address)
 
static RpcCallData getActionByHash (Host &host, const IotexString hash, bool checkPending=false)
 
static RpcCallData sendTokenTransfer (Host &host, const ResponseTypes::ActionCore_Transfer transfer, const uint8_t senderPubKey[IOTEX_PUBLIC_KEY_SIZE], const uint8_t signature[IOTEX_SIGNATURE_SIZE])
 
static RpcCallData sendExecution (Host &host, const ResponseTypes::ActionCore_Execution execution, const uint8_t senderPubKey[IOTEX_PUBLIC_KEY_SIZE], const uint8_t signature[IOTEX_SIGNATURE_SIZE])
 

Detailed Description

A class with methods to generate RPC data.


The documentation for this class was generated from the following files: