Docs.rs
gear-runtime-primitives-1.2.0
gear-runtime-primitives 1.2.0
Docs.rs crate page
GPL-3.0
Links
Homepage
Repository
crates.io
Source
Owners
github:gear-tech:dev
breathx
Dependencies
sp-core ^22.0.0
normal
sp-runtime ^25.0.0
normal
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
gear_runtime_primitives
1.2.0
Hash
Aliased type
Fields
0
In crate gear_runtime_primitives
?
Settings
Type Alias
gear_runtime_primitives
::
Hash
Copy item path
source
·
[
−
]
pub type Hash =
H256
;
Expand description
A hash of some data used by the chain.
Aliased Type
§
struct Hash(pub [
u8
;
32
]);
Fields
§
§
0: [
u8
;
32
]