Expand description
Substrate RPC implementation.
A core implementation of Substrate RPC interfaces.
Modules
- Substrate block-author/full-node API.
- Substrate blockchain API.
- Implementation of the
DevApiServer
trait providing debug utilities for Substrate based blockchains. - Substrate offchain API.
- Substrate state API.
- Substrate statement store API.
- Substrate system API.
- Testing utils used by the RPC tests.
Structs
- Generates random integers as subscription ID.
- Generates random strings of length
len
as subscription ID.
Enums
- Signifies whether a potentially unsafe RPC should be denied.
Traits
- Trait to generate subscription IDs.
Type Definitions
- Task executor that is being used by RPC subscriptions.