multiversx_sdk

Module gateway

Source

Structs§

ChainSimulatorGenerateBlocksRequest
Generates blocks using the chain simulator API.
ChainSimulatorSendFundsRequest
Generates blocks using the chain simulator API.
ChainSimulatorSetStateRequest
Sets state for a list of accounts using the chain simulator API.
GetAccountEsdtRolesRequest
Retrieves an all esdt roles of an account from the network.
GetAccountEsdtTokensRequest
Retrieves an all esdt tokens of an account from the network.
GetAccountRequest
Retrieves an account info from the network (nonce, balance).
GetAccountStorageRequest
Retrieves an account storage from the network.
GetHyperBlockRequest
Retrieves the data of a hyper block.
GetTxCost
Verifies the cost of a transaction.
GetTxInfo
Retrieves transaction data from the network.
GetTxProcessStatus
Retrieves a transaction’s status from the network using process-status API.
GetTxStatus
Retrieves a transaction’s status from the network.
NetworkConfigRequest
Retrieves the network configuration from the proxy.
NetworkEconimicsRequest
Retrieves the network economics from the proxy.
NetworkStatusRequest
Retrieves the network status from the proxy.
SendMultiTxRequest
Sends multiple transactions at once.
SendTxRequest
Sends a single transaction.
SetStateAccount
VMQueryRequest
Executes a VM query.

Enums§

GatewayRequestType

Constants§

DEVNET_GATEWAY
MAINNET_GATEWAY
METACHAIN_SHARD_ID
TESTNET_GATEWAY

Traits§

GatewayAsyncService
GatewayRequest
Models requests to the gateway.