Module sov_rollup_interface::rpc
source · Expand description
The rpc module defines types and traits for querying chain history via an RPC interface.
Structs
- A struct containing enough information to uniquely specify single transaction.
- The response to a JSON-RPC request for a particular batch.
- A struct containing enough information to uniquely specify single batch.
- The body of a response to a JSON-RPC request for a particular slot.
- A struct containing enough information to uniquely specify single event.
- A struct containing enough information to uniquely specify single event.
- The response to a JSON-RPC request for a particular transaction.
Enums
- An identifier that specifies a single batch
- An identifier for a group of related events
- An identifier that specifies a single event.
- An RPC response which might contain a full item or just its hash.
- A QueryMode specifies how much information to return in response to an RPC query
- An identifier that specifies a single slot.
- An identifier that specifies a single transaction.