sui_bridge::types

Trait EthEvent

Source
pub trait EthEvent {
    // Required methods
    fn block_number(&self) -> u64;
    fn tx_hash(&self) -> H256;
    fn log(&self) -> &Log;
}

Required Methods§

Source

fn block_number(&self) -> u64

Source

fn tx_hash(&self) -> H256

Source

fn log(&self) -> &Log

Implementors§