Module staker

Module staker 

Source

Structs§

Staker
An actor that represents the background process that runs staker logic.
StakerNetClient
Automatically generated client type that communicates to servers implementing the StakerNetProtocol protocol. The easiest way to use this is by using the From<RpcTransport> implementation.
StakerNetService
Automatically generated struct that wraps any ‘business logic’ struct implementing StakerNetProtocol, and returns a JSON-RPC server implementing nanorpc::RpcService. See the StakerNetProtocol trait for further documentation.

Enums§

StakerNetError
Automatically generated error type that StakerNetClient instances return from its methods

Traits§

StakerNetProtocol