Docs.rs
sc-client-db-0.14.0
sc-client-db 0.14.0
Docs.rs crate page
GPL-3.0-or-later
WITH Classpath-exception-2.0
Links
Homepage
Repository
crates.io
Source
Owners
github:paritytech:core-devs
parity-crate-owner
Dependencies
parity-scale-codec ^3.0.0
normal
hash-db ^0.15.2
normal
kvdb ^0.13.0
normal
kvdb-memorydb ^0.13.0
normal
kvdb-rocksdb ^0.17.0
normal
linked-hash-map ^0.5.4
normal
log ^0.4.17
normal
parity-db ^0.4.2
normal
parking_lot ^0.12.1
normal
sc-client-api ^7.0.0
normal
sc-state-db ^0.12.0
normal
sp-arithmetic ^8.0.0
normal
sp-blockchain ^7.0.0
normal
sp-core ^10.0.0
normal
sp-database ^4.0.0
normal
sp-runtime ^11.0.0
normal
sp-state-machine ^0.16.0
normal
sp-trie ^10.0.0
normal
criterion ^0.3.3
dev
kvdb-rocksdb ^0.17.0
dev
quickcheck ^1.0.3
dev
rand ^0.8.5
dev
sp-tracing ^7.0.0
dev
tempfile ^3.1.0
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
DbHash
In sc_client_db
?
Type Definition
sc_client_db
::
DbHash
source
·
[
−
]
pub type DbHash = H256;
Expand description
Hash type that this backend uses for the database.