[][src]Trait ethers_core::abi::FunctionExt

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

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) -> Selector[src]

Compute the Keccak256 function selector used by contract ABIs.

Loading content...

Implementors

impl FunctionExt for Function[src]

Loading content...