pub type Digest = Digest;
Digest type used in the database.
#[repr(transparent)]pub struct Digest(pub [u8; 32]);
0: [u8; 32]