Trait ethers_core::abi::AbiEncode[][src]

pub trait AbiEncode {
    fn encode(self) -> Vec<u8>;
}
Expand description

Trait for ABI encoding

Required methods

ABI encode the type

Implementations on Foreign Types

Implementors