Hi, using Python+web3, I want to replace a transaction that I'm sending from another script (so it's difficult for me to get the transaction hash for eth.replace_transaction()). By API, I need to use the pending transaction's gasPrice * 1.125.
How can I get the other transaction's gasPrice so I can do this? I know it's nonce, source, destination address but not the gas price so I guess I can't recompute the hash.
Jul 6, 2021, 3:39 AM