IoTeX client
|
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]) |
A class with methods to generate RPC data.