Trait fuel_core_executor::ports::TransactionsSource
source · pub trait TransactionsSource {
// Required method
fn next(&self, gas_limit: u64) -> Vec<MaybeCheckedTransaction>;
}
Required Methods§
sourcefn next(&self, gas_limit: u64) -> Vec<MaybeCheckedTransaction>
fn next(&self, gas_limit: u64) -> Vec<MaybeCheckedTransaction>
Returns the next batch of transactions to satisfy the gas_limit
.