The parameters to customize a transaction. If a to address is not provided, it will be assumed that the transaction is a contract creation transaction, and the data field of the transaction will be used as the contract initialization code. gasPrice cannot be used together with maxPriorityFeePerGas and maxFeePerGas.
The parameters to customize a transaction. If a
to
address is not provided, it will be assumed that the transaction is a contract creation transaction, and thedata
field of the transaction will be used as the contract initialization code.gasPrice
cannot be used together withmaxPriorityFeePerGas
andmaxFeePerGas
.