When a safe_tx_hash is still in the queue and the same Safe transaction hash gets rejected, the responses returned by the API look the same.
How can I determine whether the transaction is still pending or has been rejected on-chain?
Currently, I’m calling this API endpoint:
https://api.safe.global/tx-service/sep/api/v1/multisig-transactions/{safe_hash}
How do I accurately distinguish between a rejected transaction and one that is still pending?