Crate sc_rpc_api
source ·Expand description
Substrate RPC interfaces.
A collection of RPC methods and subscriptions supported by all substrate clients.
Modules§
- Substrate block-author/full-node API.
- Substrate blockchain API.
- Substrate child state API
- 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
. - Substrate mixnet API.
- Substrate offchain API.
- Substrate state API.
- Substrate Statement Store RPC API.
- Substrate system API.
Structs§
- Signifies whether an RPC considered unsafe is denied to be called externally.
Enums§
- Signifies whether a potentially unsafe RPC should be denied.
Functions§
- Checks if the RPC call is safe to be called externally.