pub type DbHash = H256;
Hash type that this backend uses for the database.
struct DbHash(pub [u8; 32]);
0: [u8; 32]