Trait ethers_core::abi::ErrorExt

source ·
pub trait ErrorExt: Sealed {
    fn abi_signature(&self) -> String;
    fn selector(&self) -> Selector;
}
Expand description

Extension trait for ethabi::AbiError.

Required Methods§

Compute the method signature in the standard ABI format.

Compute the Keccak256 error selector used by contract ABIs.

Implementors§