Function scanRollupRecords

  • Scan the rollup records

    const records = scanRollupRecords(client, 1, 1000)
    

    Parameters

    • client: Client

      the instance of client

    • start: number

      the start offset

    • limit: number

      the records limit

    Returns Promise<RollupRecord[]>

    the records

Generated using TypeDoc