IssuingTransactionRefundOptions constructor

const IssuingTransactionRefundOptions({
  1. List<String>? expand,
  2. int? refundAmount,
})

Implementation

const IssuingTransactionRefundOptions({
  this.expand,
  this.refundAmount,
});