TransactionObject

  • chainId: ChainId

  • from: The address the transaction is sent from.

  • to: The address the transaction is directed to.

  • value: Integer of the value send with this transaction

  • data: 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 miner

  • nonce: Integer of a nonce.

Last updated