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.