Type Alias sc_client_db::DbHash

source ·
pub type DbHash = H256;
Expand description

Hash type that this backend uses for the database.

Aliased Type§

struct DbHash(pub [u8; 32]);

Fields§

§0: [u8; 32]