Function fetchTransactionsIterable
- fetchTransactionsIterable(cyberIndexUrl, neuronAddress, timestamp): AsyncGenerator<Transaction[], void, undefined>
Parameters
- cyberIndexUrl: string
- neuronAddress: string
- timestamp: number
Returns AsyncGenerator<Transaction[], void, undefined>