Digest

Type Alias Digest 

Source
pub type Digest = Digest;
Expand description

Digest type used in the database.

Aliased Type§

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

Tuple Fields§

§0: [u8; 32]