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

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

Output type possible to deserialize from Contract ABI

Required methods

fn from_tokens(tokens: Vec<Token>) -> Result<Self, InvalidOutputType> where
    Self: Sized
[src]

Creates a new instance from parsed ABI tokens.

Loading content...

Implementations on Foreign Types

impl Detokenize for ()[src]

Loading content...

Implementors

Loading content...