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