eth_types
0.1.0
Hash
Aliased type
Fields
0
Trait Implementations
ToWord
In crate eth_types
?
Type Alias
eth_types
::
Hash
source
·
[
−
]
pub type Hash =
H256
;
Expand description
Ethereum Hash (256 bits).
Aliased Type
§
struct Hash(pub [
u8
;
32
]);
Fields
§
§
0: [
u8
;
32
]
Trait Implementations
§
source
§
impl
ToWord
for
Hash
source
§
fn
to_word
(&self) ->
Word
Convert the type to a
Word
.