TEthSendTransactionBody constructor

const TEthSendTransactionBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required String from,
  4. bool? sponsor,
  5. required String caip2,
  6. required String to,
  7. String? value,
  8. String? data,
  9. String? nonce,
  10. String? gasLimit,
  11. String? maxFeePerGas,
  12. String? maxPriorityFeePerGas,
  13. String? gasStationNonce,
})

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,
});