Docs.rs
alloy-sol-types-0.8.11
alloy-sol-types 0.8.11
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
gakonst
github:alloy-rs:core
Dependencies
alloy-json-abi ^0.8.11
normal
optional
alloy-primitives ^0.8.11
normal
alloy-sol-macro ^0.8.11
normal
const-hex ^1.10
normal
serde ^1.0
normal
optional
alloy-primitives ^0.8.11
dev
alloy-rlp ^0.3
dev
derive_more ^1.0
dev
paste ^1.0
dev
pretty_assertions ^1.4
dev
proptest ^1
dev
rustversion ^1.0
dev
serde ^1.0
dev
serde_json ^1.0
dev
trybuild ^1.0
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
alloy_
sol_
types
0.8.11
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.