Function emit_event_ink

Source
pub fn emit_event_ink<Evt>(event: Evt)
where Evt: Event<Ink>,
Expand description

Emits an event with the given event data using the ink! ABI encoding (i.e. with SCALE codec for event data encode/decode).