Expand description
Substrate JSON-RPC interface v2.
Specification document.
Modules§
- archive
- Substrate archive API.
- chain_
head - Substrate chain head API.
- chain_
spec - Substrate chain specification API.
- transaction
- Substrate transaction API.
Structs§
- Method
Result Err - The error result of an RPC method.
- Method
Result Ok - The successful result of an RPC method.
Enums§
- Method
Result - The result of an RPC method.
Functions§
- hex_
string - Util function to encode a value as a hex string
Type Aliases§
- Subscription
Task Executor - Task executor that is being used by RPC subscriptions.