Docs.rs
ethers-contract-abigen-2.0.14
ethers-contract-abigen 2.0.14
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
gakonst
Dependencies
Inflector ^0.11
normal
dunce ^1.0
normal
ethers-core ^2.0.14
normal
eyre ^0.6
normal
const-hex ^1.6
normal
prettyplease ^0.2
normal
proc-macro2 ^1.0
normal
quote ^1.0
normal
regex ^1.9
normal
serde ^1.0
normal
serde_json ^1.0
normal
syn ^2.0
normal
toml ^0.8
normal
walkdir ^2.3
normal
tempfile ^3.8
dev
ethers-etherscan ^2.0.14
normal
optional
reqwest ^0.11.19
normal
optional
tokio ^1.32
normal
optional
url ^2.4
normal
optional
Versions
100%
of the crate is documented
Platform
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
ethers_
contract_
abigen
2.0.14
Address
Aliased Type
Fields
0
In crate ethers_
contract_
abigen
ethers_contract_abigen
Type Alias
Address
Copy item path
Source
pub type Address =
H160
;
Aliased Type
§
#[repr(C)]
pub struct Address(pub [
u8
;
20
]);
Tuple Fields
§
§
0: [
u8
;
20
]