Function fuel_core_txpool::txpool::check_single_tx

source ยท
pub async fn check_single_tx<GasPrice, M>(
    tx: Transaction,
    current_height: BlockHeight,
    utxo_validation: bool,
    consensus_params: &ConsensusParameters,
    gas_price_provider: &GasPrice,
    memory: M,
) -> Result<Checked<Transaction>, Error>
where GasPrice: GasPriceProvider, M: Memory + Send + Sync + 'static,