Expand description
A collection of node-specific RPC methods.
Substrate provides the sc-rpc
crate, which defines the core RPC layer
used by Substrate nodes. This file extends those RPC definitions with
capabilities that are specific to this project’s runtime configuration.
Structs§
- Full
Deps - Full client dependencies
Enums§
- Deny
Unsafe - Signifies whether a potentially unsafe RPC should be denied.
Functions§
- create_
full - Instantiate all RPC extensions.
Type Aliases§
- RpcExtension
- A type representing all RPC extensions.
- Subscription
Task Executor - Task executor that is being used by RPC subscriptions.