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

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

Extension trait for ethabi::Function.

Required methods

pub fn abi_signature(&self) -> String[src]

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

pub fn selector(&self) -> H32[src]

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...