Replies: 3 comments
-
Keep in mind You should use the The number is multiplied by the However, once the block is mined, the fee will likely be lower; the EIP-1559 protocol determines the effective fee per gas, and the actual gas used will be multiplied by that, which is the actual transaction fee. |
Beta Was this translation helpful? Give feedback.
-
Sorry for late reply. Could I create a transaction and it contains more than 1 sender address? Like bitcoin |
Beta Was this translation helpful? Give feedback.
-
No, Bitcoin uses UTXOs, which requires multiple senders to send fragments of a UTXO back as change. In Ethereum, accounts are used so the amount sent is explicit without the need for change. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys.
I am trying to create ETH transaction by using ethers.js.
I can create the transaction by using the below code:
This is the transaction:
https://goerli.etherscan.io/tx/0x371129df043df098bd63e569f3f012b9f666a6dd928163bc6adb34cdeeef3889
However, I cannot control the transaction fee (0.000031499999916 Ether) (not GAS). How can I set the transaction fee in function sendTransaction? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions