Trait ethers::abi::AbiType[][src]

pub trait AbiType {
    fn param_type() -> ParamType;
}
Expand description

A trait for types that can be represented in the ethereum ABI.

Required methods

The native ABI type this type represents.

Implementations on Foreign Types

Implementors