TEthSendTransactionBody constructor
const
TEthSendTransactionBody({})
Implementation
const TEthSendTransactionBody({
this.timestampMs,
this.organizationId,
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,
});