GetSupplyConfig constructor

GetSupplyConfig({
  1. Commitment commitment = Commitment.finalized,
  2. bool? excludeNonCirculatingAccountsList,
})

Implementation

GetSupplyConfig({
  this.commitment = Commitment.finalized,
  this.excludeNonCirculatingAccountsList,
});