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