Skip to main content

SecretFields

Type Alias SecretFields 

Source
pub type SecretFields = Vec<(String, Cbor)>;
Expand description

The secret material itself: field name to CBOR-encoded value. Field names are fixed by the secret-kind.

Aliased Typeยง

pub struct SecretFields { /* private fields */ }