Module rings_node::processor
source · Expand description
Processor of rings-node jsonrpc-server.
Structs
- Peer struct
- Processor for rings-node jsonrpc server
- ProcessorBuilder is used to initialize a Processor instance.
- ProcessorConfig is usually serialized as json or yaml. There is a
from_configmethod in ProcessorBuilder used to initialize the Builder with a serialized ProcessorConfig. ProcessorConfigSerializedis a serialized version ofProcessorConfig. Instead of storing theSessionSkinstance, it stores the dumped string representation of the session secret key.
Functions
- unpack custom message to text