Trait ethers::abi::AbiEncode[][src]

pub trait AbiEncode {
    fn encode(self) -> Vec<u8, Global>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator
; }
Expand description

Trait for ABI encoding

Required methods

ABI encode the type

Implementations on Foreign Types

Implementors