Settings
Help

Module msgs

Module msgs 

Source
Expand description

Support for decoding and encoding RPC messages.

Every message is either a Request (sent to Arti) or a Response (received from Arti).

ModulesΒ§

request πŸ”’
Support for encoding and decoding RPC Requests.
response πŸ”’
Support for decoding RPC Responses.

StructsΒ§

JsonAnyObj πŸ”’
Serde helper: deserializes (and discards) the contents of any json Object, and does not accept any other type.
ObjectId
An identifier for some object visible to the Arti RPC system.

EnumsΒ§

AnyRequestId
An identifier for a request made to the Arti RPC system.