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 state API.
Substrate offchain API.
Substrate state API.
Substrate system API.
Structs
RPC Metadata.
Wraps around oneshot::Receiver
and adjusts the error type to produce an internal error if the
sender gets dropped.
Enums
Signifies whether a potentially unsafe RPC should be denied.
Traits
A type that can augment MetaIoHandler
.