Function getAccountsFiltered

  • Retrieves a paginated list of accounts based on the provided filter, limit, and cursor.

    Parameters

    • connection: Connection

      The connection object to interact with the database.

    • filter: AccountFilter = null

      An optional filter to apply to the accounts query.

    • limit: OptionalLimit = null

      An optional limit to the number of accounts to retrieve.

    • cursor: OptionalPageCursor = null

      An optional cursor for pagination.

    Returns Promise<PaginatedEntity<Account>>

    A promise that resolves to a paginated entity containing the accounts.

    Available since ApiVersion 1