@solana/web3.js
    Preparing search index...

    Type Alias GetSupplyConfig

    Configuration object for changing getSupply request behavior

    type GetSupplyConfig = {
        commitment?: Commitment;
        excludeNonCirculatingAccountsList?: boolean;
    }
    Index
    commitment?: Commitment

    The level of commitment desired

    excludeNonCirculatingAccountsList?: boolean

    Exclude non circulating accounts list from response