Trait ethers_core::abi::Detokenize[][src]

pub trait Detokenize {
    fn from_tokens(tokens: Vec<Token>) -> Result<Self, InvalidOutputType>
    where
        Self: Sized
; }
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