pub fn get_transaction_verification_data(
tx_hash: &TransactionHash,
snapshot: &Snapshot,
db: &TxpoolDatabase,
) -> Result<TransactionVerificationData, TxPoolError>Expand description
Gets the [TransactionVerificationData] of a transaction in the tx-pool, leaving the tx in the pool.