Expand description
This module contains all the RPC methods.
Modules§
- EXPERIMENTAL_
changes - Returns account changes from transactions in a given account.
- EXPERIMENTAL_
changes_ in_ block - Returns the changes in a block.
- EXPERIMENTAL_
genesis_ config - Queries the genesis config of the network.
- EXPERIMENTAL_
protocol_ config - Queries the protocol config of the blockchain at a given block.
- EXPERIMENTAL_
receipt - Fetches a receipt by it’s ID
- EXPERIMENTAL_
tx_ status - Queries the status of a transaction.
- EXPERIMENTAL_
validators_ ordered - Returns the ordered validators of a block.
- block
- Queries data from a specific block on the network.
- broadcast_
tx_ async - Sends asynchronous transactions.
- broadcast_
tx_ commit - Sends blocking transactions.
- chunk
- Returns details of a specific chunk.
- gas_
price - Returns the gas price for a specific block height or block hash.
- health
- Requests the health status of the RPC node.
- light_
client_ proof - Returns the proofs for a transaction execution.
- network_
info - Queries the current state of node network connections.
- next_
light_ client_ block - Returns the next light client block.
- query
- This module allows you to make generic requests to the network.
- sandbox_
fast_ forward - Fast forwards a sandboxed node by a specific height.
- sandbox_
patch_ state - Patch account, access keys, contract code, or contract state.
- send_tx
- Sends a transaction.
- status
- Requests the status of the connected RPC node.
- tx
- Queries the status of a transaction.
- validators
- Queries active validators on the network.
Structs§
Traits§
- RpcHandler
Error - A trait identifying valid NEAR JSON-RPC errors.
- RpcHandler
Response - A trait identifying valid NEAR JSON-RPC method responses.
- RpcMethod
- A trait identifying valid NEAR JSON-RPC methods.