Trait ethabi::token::from_hex::TokenFromHex [] [src]

pub trait TokenFromHex<T> {
    fn token_from_hex(&self) -> Result<T, Error>;
}

Creates fixed size token from bytes.

Required Methods

Converts bytes to token.

Implementors