Module msgs

Source
Expand description

Message types used in the Arti’s RPC protocol.

Modules§

invalid 🔒
Variations on our message types used to give better diagnostics for unparsable requests.

Structs§

BoxedResponse 🔒
A Response to send to an RPC client.
ReqMeta 🔒
Metadata associated with a single Request.
Request 🔒
A single Request received from an RPC client.

Enums§

FlexibleRequest 🔒
A request that may or may not be valid.
RequestId 🔒
An identifier for a Request within the context of a Session.
ResponseBody 🔒
The body of a response for an RPC client.