Trait fuel_core_executor::ports::TransactionsSource

source ·
pub trait TransactionsSource {
    // Required method
    fn next(&self, gas_limit: u64) -> Vec<MaybeCheckedTransaction>;
}

Required Methods§

source

fn next(&self, gas_limit: u64) -> Vec<MaybeCheckedTransaction>

Returns the next batch of transactions to satisfy the gas_limit.

Implementors§