Trait ic_web3_rs::contract::tokens::Detokenize
source · pub trait Detokenize {
// Required method
fn from_tokens(tokens: Vec<Token>) -> Result<Self, Error>
where Self: Sized;
}
Expand description
Output type possible to deserialize from Contract ABI