Function cuprate_txpool::ops::get_transaction_verification_data

source ยท
pub fn get_transaction_verification_data(
    tx_hash: &TransactionHash,
    tables: &impl Tables,
) -> Result<TransactionVerificationData, RuntimeError>
Expand description

Gets the TransactionVerificationData of a transaction in the tx-pool, leaving the tx in the pool.