v1EthSendTransactionIntent constructor
const
v1EthSendTransactionIntent({})
Implementation
const v1EthSendTransactionIntent({
required this.from,
this.sponsor,
required this.caip2,
required this.to,
this.value,
this.data,
this.nonce,
this.gasLimit,
this.maxFeePerGas,
this.maxPriorityFeePerGas,
this.gasStationNonce,
});