Struct agnostic_orderbook::instruction::consume_events::Params [−][src]
pub struct Params { pub number_of_entries_to_consume: u64, }
Expand description
The required arguments for a consume_events instruction.
Fields
number_of_entries_to_consume: u64
Depending on applications, it might be optimal to process several events at a time
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Params
impl UnwindSafe for Params
Blanket Implementations
Mutably borrows from an owned value. Read more