Module sc_consensus_manual_seal::rpc
source · Expand description
RPC interface for the ManualSeal
Engine.
Structs
- return type of
engine_createBlock
- A struct that implements the
ManualSealApiServer
.
Enums
- Message sent to the background authorship task, usually by RPC.
Traits
- Client implementation for the
ManualSealApi
RPC API. - Server trait implementation for the
ManualSealApi
RPC API.
Functions
- report any errors or successes encountered by the authorship task back to the rpc
Type Definitions
- Sender passed to the authorship task to report errors or successes.