algorandfoundation / algokit-subscriber-ts

Simple, but flexible / configurable Algorand transaction subscription / indexing mechanism
MIT License
12 stars 6 forks source link

fix: handle when there are no transactions in a block #24

Closed neilcampbell closed 6 months ago

neilcampbell commented 6 months ago

When there are no transactions in a block, txns is undefined rather than an empty array.