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§
- Json
AnyObj 🔒 - Serde helper: deserializes (and discards) the contents of any json Object, and does not accept any other type.
- Object
Id - An identifier for some object visible to the Arti RPC system.
Enums§
- AnyRequest
Id - An identifier for a request made to the Arti RPC system.