Trait soroban_sdk::testutils::Events
source · pub trait Events {
// Required method
fn all(&self) -> Vec<(BytesN<32>, Vec<RawVal>, RawVal)>;
}Available on crate feature
testutils only.Expand description
Test utilities for Events.