substrate_
test_
runtime
2.0.0
Hash
Aliased Type
Fields
0
In crate substrate_
test_
runtime
substrate_test_runtime
Type Alias
Hash
Copy item path
Source
pub type Hash =
H256
;
Expand description
A simple hash type for all our hashing.
Aliased Type
§
struct Hash(pub [
u8
;
32
]);
Fields
§
§
0: [
u8
;
32
]