[−][src]Trait web3::contract::tokens::Tokenizable
Simplified output type for single value.
Required methods
fn from_token(token: Token) -> Result<Self, Error> where
Self: Sized,
Self: Sized,
Converts a Token
into expected type.
fn into_token(self) -> Token
Converts a specified type back into token.