Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

EventSpyQueueDebugImpl

Fully qualified path: openzeppelin_testing::events::EventSpyQueueDebugImpl

pub impl EventSpyQueueDebugImpl of EventSpyQueueDebug;

Impl functions

Prints out all events remaining on the queue.

Fully qualified path: openzeppelin_testing::events::EventSpyQueueDebugImpl::print_all_events

fn print_all_events(ref self: EventSpyQueue)

Prints out events on the queue emitted from the given address.

Fully qualified path: openzeppelin_testing::events::EventSpyQueueDebugImpl::print_events_from

fn print_events_from(ref self: EventSpyQueue, from_address: ContractAddress)