[][src]Trait ethers_core::abi::EventExt

pub trait EventExt {
    fn abi_signature(&self) -> String;
}
This is supported on feature="abi" only.

Extension trait for ethabi::Event.

Required methods

fn abi_signature(&self) -> String

This is supported on feature="abi" only.

Compute the event signature in human-readable format. The keccak256 hash of this value is the actual event signature that is used as topic0 in the transaction logs.

Loading content...

Implementors

impl EventExt for Event[src]

Loading content...