Docs.rs
sc-client-db-0.29.0
sc-client-db 0.29.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.6.1
normal
hash-db ^0.16.0
normal
kvdb ^0.13.0
normal
kvdb-memorydb ^0.13.0
normal
kvdb-rocksdb ^0.19.0
normal
linked-hash-map ^0.5.4
normal
log ^0.4.17
normal
parity-db ^0.4.8
normal
parking_lot ^0.12.1
normal
sc-client-api ^22.0.0
normal
sc-state-db ^0.24.0
normal
schnellru ^0.2.1
normal
sp-arithmetic ^17.0.0
normal
sp-blockchain ^22.0.0
normal
sp-core ^22.0.0
normal
sp-database ^6.0.0
normal
sp-runtime ^25.0.0
normal
sp-state-machine ^0.29.0
normal
sp-trie ^23.0.0
normal
array-bytes ^6.1
dev
criterion ^0.4.0
dev
kvdb-rocksdb ^0.19.0
dev
quickcheck ^1.0.3
dev
rand ^0.8.5
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
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
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.