GetSupplyConfig constructor

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

JSON RPC configurations for getSupply methods.

Implementation

const GetSupplyConfig({
  super.commitment,
  this.excludeNonCirculatingAccountsList = false,
});