/// Storage errors.
/// Global State.
/// Store module.
/// Transaction Source.
/// Merkle Trie implementation.
/// Merkle Trie storage.
const MAX_DBS: u32 = 2;
pub const DEFAULT_TEST_MAX_DB_SIZE: usize = 52_428_800; // 50 MiB
pub const DEFAULT_TEST_MAX_READERS: u32 = 512;