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.
chain Id
Chain ID in hex.
authorization List
List of authorization items with signatures.
gas Limit
Gas limit in hex.
max Fee Per Gas
Max fee per gas in hex.
max Priority Fee Per Gas
Max priority fee per gas in hex.