Trait ethcontract_common::abiext::EventExt

source ·
pub trait EventExt {
    // Required method
    fn abi_signature(&self) -> String;
}
Expand description

Extension trait for ethabi::Event.

Required Methods§

source

fn abi_signature(&self) -> String

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

Implementations on Foreign Types§

source§

impl EventExt for Event

Implementors§