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
- Error helpers for Dev RPC module.
Structs§
- Block
Stats - Statistics of a block returned by the
dev_getBlockStats
RPC.
Traits§
- DevApi
Client - Client implementation for the
DevApi
RPC API. - DevApi
Server - Server trait implementation for the
DevApi
RPC API.