• Generate timestamp values at interval rate. By default it runs forever. Use loops or elapsed to set upper limit on how long it should run.

    const c = Chains.From.timestamp({ interval: 1000 });
    

    Options:

    • asClockTime: If true, yielded value will be clock time rather than elapsed milliseconds

    Parameters

    Returns GenFactoryNoInput<number>