Versions in this module Expand all Collapse all v1 v1.0.0 May 22, 2019 Changes in this version + type EstimateGasForActionRequest = iotexapi.EstimateGasForActionRequest + type EstimateGasForActionResponse = iotexapi.EstimateGasForActionResponse + type GetAccountRequest = iotexapi.GetAccountRequest + type GetAccountResponse = iotexapi.GetAccountResponse + type GetActionByHashRequest = iotexapi.GetActionByHashRequest + type GetActionsByAddressRequest = iotexapi.GetActionsByAddressRequest + type GetActionsByBlockRequest = iotexapi.GetActionsByBlockRequest + type GetActionsByIndexRequest = iotexapi.GetActionsByIndexRequest + type GetActionsRequest = iotexapi.GetActionsRequest + type GetActionsRequestByAddr = iotexapi.GetActionsRequest_ByAddr + type GetActionsRequestByBlk = iotexapi.GetActionsRequest_ByBlk + type GetActionsRequestByHash = iotexapi.GetActionsRequest_ByHash + type GetActionsRequestByIndex = iotexapi.GetActionsRequest_ByIndex + type GetActionsRequestUnconfirmedByAddr = iotexapi.GetActionsRequest_UnconfirmedByAddr + type GetActionsResponse = iotexapi.GetActionsResponse + type GetBlockMetaByHashRequest = iotexapi.GetBlockMetaByHashRequest + type GetBlockMetasByIndexRequest = iotexapi.GetBlockMetasByIndexRequest + type GetBlockMetasRequest = iotexapi.GetBlockMetasRequest + type GetBlockMetasRequestByHash = iotexapi.GetBlockMetasRequest_ByHash + type GetBlockMetasRequestByIndex = iotexapi.GetBlockMetasRequest_ByIndex + type GetBlockMetasResponse = iotexapi.GetBlockMetasResponse + type GetChainMetaRequest = iotexapi.GetChainMetaRequest + type GetChainMetaResponse = iotexapi.GetChainMetaResponse + type GetEpochMetaRequest = iotexapi.GetEpochMetaRequest + type GetEpochMetaResponse = iotexapi.GetEpochMetaResponse + type GetReceiptByActionRequest = iotexapi.GetReceiptByActionRequest + type GetReceiptByActionResponse = iotexapi.GetReceiptByActionResponse + type GetServerMetaRequest = iotexapi.GetServerMetaRequest + type GetServerMetaResponse = iotexapi.GetServerMetaResponse + type GetUnconfirmedActionsByAddressRequest = iotexapi.GetUnconfirmedActionsByAddressRequest + type RPCMethod struct + Endpoint string + func NewRPCMethod(endpoint string, secure bool) (*RPCMethod, error) + func (r *RPCMethod) Close() + func (r *RPCMethod) EstimateGasForAction(in *iotexapi.EstimateGasForActionRequest) (*iotexapi.EstimateGasForActionResponse, error) + func (r *RPCMethod) GetAccount(in *iotexapi.GetAccountRequest) (*iotexapi.GetAccountResponse, error) + func (r *RPCMethod) GetActions(in *iotexapi.GetActionsRequest) (*iotexapi.GetActionsResponse, error) + func (r *RPCMethod) GetBlockMetas(in *iotexapi.GetBlockMetasRequest) (*iotexapi.GetBlockMetasResponse, error) + func (r *RPCMethod) GetChainMeta(in *iotexapi.GetChainMetaRequest) (*iotexapi.GetChainMetaResponse, error) + func (r *RPCMethod) GetEpochMeta(in *iotexapi.GetEpochMetaRequest) (*iotexapi.GetEpochMetaResponse, error) + func (r *RPCMethod) GetReceiptByAction(in *iotexapi.GetReceiptByActionRequest) (*iotexapi.GetReceiptByActionResponse, error) + func (r *RPCMethod) GetServerMeta(in *iotexapi.GetServerMetaRequest) (*iotexapi.GetServerMetaResponse, error) + func (r *RPCMethod) ReadContract(in *iotexapi.ReadContractRequest) (*iotexapi.ReadContractResponse, error) + func (r *RPCMethod) ReadState(in *iotexapi.ReadStateRequest) (*iotexapi.ReadStateResponse, error) + func (r *RPCMethod) SendAction(in *iotexapi.SendActionRequest) (*iotexapi.SendActionResponse, error) + func (r *RPCMethod) SuggestGasPrice(in *iotexapi.SuggestGasPriceRequest) (*iotexapi.SuggestGasPriceResponse, error) + type ReadContractRequest = iotexapi.ReadContractRequest + type ReadContractResponse = iotexapi.ReadContractResponse + type ReadStateRequest = iotexapi.ReadStateRequest + type ReadStateResponse = iotexapi.ReadStateResponse + type SendActionRequest = iotexapi.SendActionRequest + type SendActionResponse = iotexapi.SendActionResponse + type SuggestGasPriceRequest = iotexapi.SuggestGasPriceRequest + type SuggestGasPriceResponse = iotexapi.SuggestGasPriceResponse