Trait ethers_core::abi::Tokenize

source ·
pub trait Tokenize {
    fn into_tokens(self) -> Vec<Token> ;
}
Expand description

Tokens conversion trait

Required Methods§

Convert to list of tokens

Implementations on Foreign Types§

Implementors§