[−][src]Trait ethers_core::abi::Detokenize
Output type possible to deserialize from Contract ABI
Required methods
pub fn from_tokens(tokens: Vec<Token>) -> Result<Self, InvalidOutputType> where
Self: Sized,
[src]
Self: Sized,
Creates a new instance from parsed ABI tokens.
Implementations on Foreign Types
impl Detokenize for ()
[src]
pub fn from_tokens(_: Vec<Token>) -> Result<Self, InvalidOutputType> where
Self: Sized,
[src]
Self: Sized,