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