Trait ethcontract_common::abiext::FunctionExt[][src]

pub trait FunctionExt {
    fn abi_signature(&self) -> String;
fn selector(&self) -> H32; }
Expand description

Extension trait for ethabi::Function.

Required methods

Computes the method signature in the standard ABI format. This does not include the output types.

Computes the Keccak256 function selector used by contract ABIs.

Implementations on Foreign Types

Implementors