• If paginationKey is set, return a PageRequest with the given key. If paginationKey is unset, return undefined.

    Use this with a query response's pagination next key to request the next page.

    Parameters

    • Optional paginationKey: Uint8Array

    Returns PageRequest | undefined

Generated using TypeDoc