Trait ethers::core::abi::AbiDecode[][src]

pub trait AbiDecode {
    fn decode(bytes: impl AsRef<[u8]>) -> Result<Self, AbiError>;
}
Expand description

Trait for ABI decoding

Required methods

Decodes the ABI encoded data

Implementations on Foreign Types

Implementors