fn get_unnamed_key_envelope(
key: Option<&DataEncoding<ReferencedConnection>>,
) -> Result<KeyEnvelope, PlanError>
Expand description
Gets the key envelope for a given key encoding when no name for the key has been requested by the user.
fn get_unnamed_key_envelope(
key: Option<&DataEncoding<ReferencedConnection>>,
) -> Result<KeyEnvelope, PlanError>
Gets the key envelope for a given key encoding when no name for the key has been requested by the user.