pub trait Events { fn all(&self) -> Vec<(BytesN<32>, Vec<RawVal>, RawVal)>; }
testutils
Test utilities for Events.
Events
Returns all events that have been published by contracts.
Returns a Vec of three element tuples containing:
Vec
Vec<RawVal>
RawVal