[−][src]Trait ethers_core::abi::FunctionExt
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.