Function fuel_core_txpool::txpool::check_transactions

source ยท
pub async fn check_transactions<Provider, MP>(
    txs: &[Arc<Transaction>],
    current_height: BlockHeight,
    utxp_validation: bool,
    consensus_params: &ConsensusParameters,
    gas_price_provider: &Provider,
    memory_pool: Arc<MP>,
) -> Vec<Result<Checked<Transaction>, Error>>
where Provider: GasPriceProvider, MP: MemoryPool,