DiditTransactionPayload constructor

const DiditTransactionPayload({
  1. required String txnId,
  2. String? txnDate,
  3. String? zoneId,
  4. String? type,
  5. DiditTransactionInfo? info,
  6. DiditTransactionParticipant? subject,
  7. DiditTransactionParticipant? counterparty,
  8. Map<String, dynamic>? props,
  9. DiditTravelRule? travelRule,
  10. bool? includeCryptoScreening,
})

Implementation

const DiditTransactionPayload({
  required this.txnId,
  this.txnDate,
  this.zoneId,
  this.type,
  this.info,
  this.subject,
  this.counterparty,
  this.props,
  this.travelRule,
  this.includeCryptoScreening,
});