Eip7702Transaction

constructor(type: String? = null, from: String, to: String, value: String? = null, data: String? = null, nonce: String? = null, chainId: String? = null, authorizationList: List<AuthorizationListItem>? = null, gasLimit: String? = null, maxFeePerGas: String? = null, maxPriorityFeePerGas: String? = null)

Parameters

type

Transaction type (e.g., "eip7702").

from

Sender address.

to

Recipient address.

value

Transaction value in hex.

data

Transaction input data in hex.

nonce

Transaction nonce in hex.

chainId

Chain ID in hex.

authorizationList

List of authorization items with signatures.

gasLimit

Gas limit in hex.

maxFeePerGas

Max fee per gas in hex.

maxPriorityFeePerGas

Max priority fee per gas in hex.