substrate_test_runtime
2.0.0
Hash
Aliased type
Fields
0
In crate substrate_test_runtime
Type Alias
substrate_test_runtime
::
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
]