Trait ethers_core::abi::FunctionOutputDecoder [−][src]
pub trait FunctionOutputDecoder { type Output; fn decode(&self, &[u8]) -> Result<Self::Output, Error>; }
Expand description
Contract functions generated by ethabi-derive