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_config
method in ProcessorBuilder used to initialize the Builder with a serialized ProcessorConfig. ProcessorConfigSerialized
is a serialized version ofProcessorConfig
. Instead of storing theSessionSk
instance, it stores the dumped string representation of the session secret key.
Functions
- unpack custom message to text