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