moonbeam_runtime
0.8.4
Hash
Aliased type
Fields
0
In crate moonbeam_runtime
?
Type Alias
moonbeam_runtime
::
Hash
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
]