pub trait Events {
    fn all(&self) -> Vec<(BytesN<32>, Vec<RawVal>, RawVal)>;
}
Available on crate feature testutils only.
Expand description

Test utilities for Events.

Required Methods§

Returns all events that have been published by contracts.

Returns a Vec of three element tuples containing:

Implementors§