Expand description
RPC api for Subspace.
Structs§
- Response to object mapping subscription, including a block height. Large responses are batched, so the block height can be repeated in different responses.
- Implements the
SubspaceRpcApiServer
trait for interacting with Subspace. - Subspace RPC configuration
Enums§
- Top-level error type for the RPC handler.
Traits§
- Client implementation for the
SubspaceRpcApi
RPC API. - Server trait implementation for the
SubspaceRpcApi
RPC API.