Docs.rs
ethers-abi-18.0.0
ethers-abi 18.0.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
crates.io
Source
Owners
yayanyang
Dependencies
ethers-ethereum-types ^0.14.0
normal
hex ^0.4
normal
once_cell ^1.9.0
normal
optional
regex ^1.5.4
normal
optional
serde ^1.0
normal
optional
serde_json ^1.0
normal
optional
sha3 ^0.10
normal
thiserror ^1
normal
optional
uint ^0.9.0
normal
optional
hex-literal ^0.3
dev
paste ^1
dev
serde_json ^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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Uint
ethers_
abi
18.0.0
Uint
Aliased Type
Fields
0
In crate ethers_
abi
ethers_abi
Type Alias
Uint
Copy item path
Source
pub type Uint =
U256
;
Expand description
ABI unsigned integer.
Aliased Type
§
#[repr(C)]
pub struct Uint(pub [
u64
;
4
]);
Tuple Fields
§
§
0: [
u64
;
4
]