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

    Type Alias GetParsedProgramAccountsConfig

    Configuration object for getParsedProgramAccounts

    type GetParsedProgramAccountsConfig = {
        commitment?: Commitment;
        filters?: GetProgramAccountsFilter[];
        minContextSlot?: number;
    }
    Index
    commitment?: Commitment

    Optional commitment level

    Optional array of filters to apply to accounts

    minContextSlot?: number

    The minimum slot that the request can be evaluated at