GetSupplyConfig constructor
const
GetSupplyConfig({
- Commitment? commitment,
- bool excludeNonCirculatingAccountsList = false,
JSON RPC configurations for getSupply
methods.
Implementation
const GetSupplyConfig({
super.commitment,
this.excludeNonCirculatingAccountsList = false,
});