Skip to main content

Envelope

Type Alias Envelope 

Source
pub type Envelope = Map<String, Value>;
Expand description

An envelope is represented as a serde_json::Map<String, Value> so we can preserve the field-by-field layout required for canonical JCS encoding.

Aliased Typeยง

pub struct Envelope { /* private fields */ }