GetSupplyConfig constructor
GetSupplyConfig({
- Commitment commitment = Commitment.finalized,
- bool? excludeNonCirculatingAccountsList,
Implementation
GetSupplyConfig({
this.commitment = Commitment.finalized,
this.excludeNonCirculatingAccountsList,
});