Module 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
Error helpers for Dev RPC module.

Structs§

BlockStats
Statistics of a block returned by the dev_getBlockStats RPC.

Traits§

DevApiClient
Client implementation for the DevApi RPC API.
DevApiServer
Server trait implementation for the DevApi RPC API.