Expand description
Substrate RPC interfaces.
A collection of RPC methods and subscriptions supported by all substrate clients.
Modules§
- author
- Substrate block-author/full-node API.
- chain
- Substrate blockchain API.
- child_
state - Substrate child state API
- dev
- Substrate dev API containing RPCs that are mainly meant for debugging and stats collection for
developers. The endpoints in this RPC module are not meant to be available to non-local users
and are all marked
unsafe
. - mixnet
- Substrate mixnet API.
- offchain
- Substrate offchain API.
- state
- Substrate state API.
- statement
- Substrate Statement Store RPC API.
- system
- Substrate system API.
Structs§
- Unsafe
RpcError - Signifies whether an RPC considered unsafe is denied to be called externally.
Enums§
- Deny
Unsafe - Signifies whether a potentially unsafe RPC should be denied.
Functions§
- check_
if_ safe - Checks if the RPC call is safe to be called externally.