Crate sc_rpc

source ·
Expand description

Substrate RPC implementation.

A core implementation of Substrate RPC interfaces.

Modules

  • Substrate block-author/full-node API.
  • Substrate blockchain API.
  • Implementation of the DevApiServer trait providing debug utilities for Substrate based blockchains.
  • Substrate offchain API.
  • Substrate state API.
  • Substrate statement store API.
  • Substrate system API.
  • Testing utils used by the RPC tests.

Structs

Enums

  • Signifies whether a potentially unsafe RPC should be denied.

Traits

Type Definitions