Value

Type Alias Value 

Source
pub type Value = Digest;
Expand description

Value type used in the database.

Aliased Type§

#[repr(transparent)]
pub struct Value(pub [u8; 32]);

Tuple Fields§

§0: [u8; 32]