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

pub trait Detokenize {
    fn from_tokens(
        tokens: Vec<Token, Global>
    ) -> Result<Self, InvalidOutputType>; }
Expand description

Output type possible to deserialize from Contract ABI

Required methods

Creates a new instance from parsed ABI tokens.

Implementations on Foreign Types

Implementors