Module unc_jsonrpc_client::methods
source · Expand description
This module contains all the RPC methods.
Modules§
- Returns account changes from transactions in a given account.
- Returns the changes in a block.
- Checks a transaction on the network.
- Queries the genesis config of the network.
- Queries the protocol config of the blockchain at a given block.
- Fetches a receipt by it’s ID
- Queries the status of a transaction.
- Returns the ordered validators of a block.
- Queries data from a specific block on the network.
- Sends asynchronous transactions.
- Sends blocking transactions.
- Returns details of a specific chunk.
- Returns the gas price for a specific block height or block hash.
- Requests the health status of the RPC node.
- Returns the proofs for a transaction execution.
- Queries the current state of node network connections.
- Returns the next light client block.
- This module allows you to make generic requests to the network.
- Fast forwards a sandboxed node by a specific height.
- Patch account, access keys, contract code, or contract state.
- Requests the status of the connected RPC node.
- Queries the status of a transaction.
- Queries active validators on the network.
Structs§
Traits§
- A trait identifying valid unc JSON-RPC errors.
- A trait identifying valid unc JSON-RPC method responses.
- A trait identifying valid unc JSON-RPC methods.
Functions§
- Converts an RPC Method into JSON.