Structs§
- Staker
- An actor that represents the background process that runs staker logic.
- Staker
NetClient - 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. - Staker
NetService - 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§
- Staker
NetError - Automatically generated error type that StakerNetClient instances return from its methods