Key

Type Alias Key 

Source
pub type Key = Digest;
Expand description

Key type used in the database.

Aliased Type§

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

Tuple Fields§

§0: [u8; 32]