Expand description
Substrate RPC implementation.
A core implementation of Substrate RPC interfaces.
Modules§
- author
- Substrate block-author/full-node API.
- chain
- Substrate blockchain API.
- dev
- Implementation of the
DevApiServer
trait providing debug utilities for Substrate based blockchains. - mixnet
- Substrate mixnet API.
- offchain
- Substrate offchain API.
- state
- Substrate state API.
- statement
- Substrate statement store API.
- system
- Substrate system API.
- utils
- JSON-RPC helpers.
Structs§
- Random
Integer Subscription Id - Generates random integers as subscription ID.
- Random
String Subscription Id - Generates random strings of length
len
as subscription ID.
Enums§
- Deny
Unsafe - Signifies whether a potentially unsafe RPC should be denied.
Type Aliases§
- Subscription
Task Executor - Task executor that is being used by RPC subscriptions.