CloseAccountOptions constructor

CloseAccountOptions({
  1. required String account,
  2. Commitment? commitment,
  3. String? mint,
  4. String? referenceId,
  5. String? referenceType,
})

Implementation

CloseAccountOptions({
  required this.account,
  this.commitment,
  this.mint,
  this.referenceId,
  this.referenceType,
});