Optional
accessList?: AccessListOptional
chainId?: number(Ignored) The value of the chainId
field in the transaction is ignored.
Optional
data?: HexThe data to send with the transaction; only used for contract calls.
Optional
from?: Address(Ignored) Ignored in favor of the account address that is sending the transaction.
Optional
gas?: bigintThe amount of gas to use for the transaction.
Optional
maxFeePerGas?: bigintThe maximum fee per gas to use for the transaction. If not provided, the API will estimate a value based on current network conditions.
Optional
maxPriorityFeePerGas?: bigintThe maximum priority fee per gas to use for the transaction. If not provided, the API will estimate a value based on current network conditions.
Optional
nonce?: numberThe nonce to use for the transaction. If not provided, the API will assign a nonce to the transaction based on the current state of the account.
The address of the contract or account to send the transaction to.
Optional
type?: "eip1559"(Ignored) The transaction type is always eip1559
.
Optional
value?: bigintThe amount of ETH, in wei, to send with the transaction.
The access list to use for the transaction.