pub fn pop_adapter_events(
    ctx: Context<'_, '_, '_, '_, PopAdapterEvents<'_>>,
    num_events: u32
) -> Result<()>
Expand description

Pop the given number of events off the adapter queue Event logic is left to the outside program