Function getByAuthDescriptorId

  • Fetches all accounts associated with the specified auth descriptor id as a paginated entity

    Parameters

    • connection: Connection

      the blockchain connection to use

    • id: BufferId

      id of the auth descriptor to fetch associated accounts for

    • limit: OptionalLimit = null

      maximum page size

    • cursor: OptionalPageCursor = null

      where the page should start

    Returns Promise<PaginatedEntity<Account>>