alloy_
sol_
types
0.8.18
Word
Aliased type
Fields
0
Trait Implementations
From<WordToken>
In crate alloy_
sol_
types
alloy_sol_types
Type Alias
Word
Copy item path
Source
pub type Word =
B256
;
Expand description
The ABI word type.
Aliased Type
§
struct Word(pub [
u8
;
32
]);
Fields
§
§
0: [
u8
;
32
]
Trait Implementations
§
Source
§
impl
From
<
WordToken
> for
Word
Source
§
fn
from
(value:
WordToken
) -> Self
Converts to this type from the input type.