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