• Fetches all accounts that the provided signer has access to as a paginated entity

    Parameters

    • connection: Connection

      the blockchain connection to use

    • id: BufferId

      signer pubkey or evm address (without 0x-prefix)

    • limit: OptionalLimit = null

      maximum page size

    • cursor: OptionalPageCursor = null

      where the page should start

    Returns Promise<PaginatedEntity<Account>>