Derive Macro ethers_contract::EthAbiType
source · #[derive(EthAbiType)]
Available on crate feature
abigen
only.Expand description
Derives the AbiType
and all Tokenizable
traits for the labeled type.
This derive macro automatically adds a type bound field: Tokenizable
for
each field type.