Expand description
RPC interface for the ManualSeal
Engine.
Structs§
- Created
Block - return type of
engine_createBlock
- Manual
Seal - A struct that implements the
ManualSealApiServer
.
Enums§
- Engine
Command - Message sent to the background authorship task, usually by RPC.
Traits§
- Manual
Seal ApiClient - Client implementation for the
ManualSealApi
RPC API. - Manual
Seal ApiServer - Server trait implementation for the
ManualSealApi
RPC API.
Functions§
- send_
result - report any errors or successes encountered by the authorship task back to the rpc
Type Aliases§
- Sender
- Sender passed to the authorship task to report errors or successes.