Module sc_rpc_api::dev
source · Expand description
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
.
Modules
Error helpers for Dev RPC module.
Structs
Statistics of a block returned by the
dev_getBlockStats
RPC.Traits
Client implementation for the
DevApi
RPC API.Server trait implementation for the
DevApi
RPC API.