[][src]Trait oasis_std::exe::Event

pub trait Event: Serialize {
    fn emit(&self);
}

Required methods

fn emit(&self)

Emits the ABI-encoded event with the event name and indexed fields as topics. Topics are ABI-encoded and then keccak256 hashed if longer than TOPIC_LEN. Currently the maximum topic length is 32.

Loading content...

Implementors

Loading content...