Docs.rs
sp-state-machine-0.44.0
sp-state-machine 0.44.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
github:paritytech:core-devs
parity-crate-owner
Dependencies
arbitrary ^1.3.2
normal
optional
parity-scale-codec ^3.6.12
normal
hash-db ^0.16.0
normal
log ^0.4.22
normal
parking_lot ^0.12.1
normal
optional
rand ^0.8.5
normal
optional
smallvec ^1.11.0
normal
sp-core ^35.0.0
normal
sp-externalities ^0.30.0
normal
sp-panic-handler ^13.0.1
normal
optional
sp-trie ^38.0.0
normal
thiserror ^1.0.64
normal
optional
tracing ^0.1.37
normal
optional
trie-db ^0.29.1
normal
arbitrary ^1.3.2
dev
array-bytes ^6.2.2
dev
assert_matches ^1.5.0
dev
pretty_assertions ^1.3.0
dev
rand ^0.8.5
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sp_
state_
machine
0.44.0
Storage
Key
Aliased type
In crate sp_
state_
machine
sp_state_machine
Type Alias
StorageKey
Copy item path
Source
pub type StorageKey =
Vec
<
u8
>;
Expand description
Storage key.
Aliased Type
ยง
struct StorageKey {
/* private fields */
}