Expand description
The rpc module defines types and traits for querying chain history via an RPC interface.
Modules§
- utils
- JSON-RPC -related utilities. Occasionally useful but unimportant for most use cases.
Structs§
- Batch
IdAnd Offset - A struct containing enough information to uniquely specify single transaction.
- Batch
Response - The response to a JSON-RPC request for a particular batch.
- Slot
IdAnd Offset - A struct containing enough information to uniquely specify single batch.
- Slot
Response - The body of a response to a JSON-RPC request for a particular slot.
- TxId
AndKey - A struct containing enough information to uniquely specify single event.
- TxId
AndOffset - A struct containing enough information to uniquely specify single event.
- TxResponse
- The response to a JSON-RPC request for a particular transaction.
Enums§
- Batch
Identifier - An identifier that specifies a single batch
- Event
Group Identifier - An identifier for a group of related events
- Event
Identifier - An identifier that specifies a single event.
- Item
OrHash - An RPC response which might contain a full item or just its hash.
- Query
Mode - A QueryMode specifies how much information to return in response to an RPC query
- Slot
Identifier - An identifier that specifies a single slot.
- TxIdentifier
- An identifier that specifies a single transaction.