TSolSendTransactionBody constructor

const TSolSendTransactionBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required String unsignedTransaction,
  4. required String signWith,
  5. bool? sponsor,
  6. required String caip2,
  7. String? recentBlockhash,
})

Implementation

const TSolSendTransactionBody({
  this.timestampMs,
  this.organizationId,
  required this.unsignedTransaction,
  required this.signWith,
  this.sponsor,
  required this.caip2,
  this.recentBlockhash,
});