Skip to main content

JmtValue

Type Alias JmtValue 

Source
pub type JmtValue = Option<Vec<u8>>;
Expand description

The “value” half of a key/value pair from the JMT

Aliased Type§

pub enum JmtValue {
    None,
    Some(Vec<u8>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Vec<u8>)

Some value of type T.