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.