Type alias GetLargestAccountsConfig

GetLargestAccountsConfig: {
    commitment?: Commitment;
    filter?: LargestAccountsFilter;
}

Configuration object for changing getLargestAccounts query behavior

Type declaration

  • Optional commitment?: Commitment

    The level of commitment desired

  • Optional filter?: LargestAccountsFilter

    Filter largest accounts by whether they are part of the circulating supply

Generated using TypeDoc