CloseAccountOptions constructor
CloseAccountOptions({
- required String account,
- Commitment? commitment,
- String? mint,
- String? referenceId,
- String? referenceType,
Implementation
CloseAccountOptions({
required this.account,
this.commitment,
this.mint,
this.referenceId,
this.referenceType,
});