pub trait Encode { type Output; // Required method fn encode(&self) -> Self::Output; }
Convert an ECDSA signature into the form expected by the generated ABI type.
Convert a public key into the form expected by the generated ABI type.