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

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

Extension trait for ethabi::Function.

Required methods

fn abi_signature(&self) -> String

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

fn selector(&self) -> H32

Compute the Keccak256 function selector used by contract ABIs.

Loading content...

Implementations on Foreign Types

impl FunctionExt for Function[src]

Loading content...

Implementors

Loading content...