TransactionObject
chainId
: ChainIdfrom
: The address the transaction is sent from.to
: The address the transaction is directed to.value
: Integer of the value send with this transactiondata
: The compiled code of a contract OR the hash of the invoked method signature and encoded parameters.gas
: Integer of the gas provided for the transaction execution.maxFeePerGas
: maximum amount you’re willing to pay.maxPriorityFeePerGas
: The part of the fee that goes to the minernonce
: Integer of a nonce.
Last updated