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_getBlockStatsRPC. 
Traits
- Client implementation for the
DevApiRPC API. - Server trait implementation for the
DevApiRPC API.