I am using web3.py.
- How can I get info about droped and replaced transaction?
- How can I get info about pending transaction?
You can find out more information of the transaction using getTransaction and getTransactionReceipt.
Pending transactions can only be found through getTransaction but not getTransactionReceipt.