[][src]Crate sc_rpc_api

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 state API.

offchain

Substrate offchain API.

state

Substrate state API.

system

Substrate system API.

Structs

Receiver

Wraps around oneshot::Receiver and adjusts the error type to produce an internal error if the sender gets dropped.

Subscriptions

Subscriptions manager.

Enums

DenyUnsafe

Signifies whether a potentially unsafe RPC should be denied.

Traits

RpcExtension

A type that can augment MetaIoHandler.

Type Definitions

TaskExecutor

Alias for a an implementation of futures::future::Executor.