pub fn get_transaction_verification_data(
tx_hash: &TransactionHash,
tables: &impl Tables,
) -> DbResult<TransactionVerificationData>
Expand description
Gets the TransactionVerificationData
of a transaction in the tx-pool, leaving the tx in the pool.