Crate sc_rpc_api[][src]

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.

Signifies whether an RPC considered unsafe is denied to be called externally.

Enums

Signifies whether a potentially unsafe RPC should be denied.

Traits

A type that can augment MetaIoHandler.