diff --git a/docs/code/classes/index.AlgorandSubscriber.md b/docs/code/classes/index.AlgorandSubscriber.md index dffd51c..14df451 100644 --- a/docs/code/classes/index.AlgorandSubscriber.md +++ b/docs/code/classes/index.AlgorandSubscriber.md @@ -50,7 +50,7 @@ Create a new `AlgorandSubscriber`. #### Defined in -[subscriber.ts:23](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/subscriber.ts#L23) +[subscriber.ts:23](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/subscriber.ts#L23) ## Properties @@ -60,7 +60,7 @@ Create a new `AlgorandSubscriber`. #### Defined in -[subscriber.ts:14](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/subscriber.ts#L14) +[subscriber.ts:14](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/subscriber.ts#L14) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[subscriber.ts:11](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/subscriber.ts#L11) +[subscriber.ts:11](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/subscriber.ts#L11) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[subscriber.ts:15](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/subscriber.ts#L15) +[subscriber.ts:15](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/subscriber.ts#L15) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[subscriber.ts:12](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/subscriber.ts#L12) +[subscriber.ts:12](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/subscriber.ts#L12) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[subscriber.ts:13](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/subscriber.ts#L13) +[subscriber.ts:13](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/subscriber.ts#L13) ## Methods @@ -131,7 +131,7 @@ The listener can be async and it will be awaited if so. #### Defined in -[subscriber.ts:106](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/subscriber.ts#L106) +[subscriber.ts:106](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/subscriber.ts#L106) ___ @@ -166,7 +166,7 @@ The listener can be async and it will be awaited if so. #### Defined in -[subscriber.ts:121](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/subscriber.ts#L121) +[subscriber.ts:121](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/subscriber.ts#L121) ___ @@ -185,7 +185,7 @@ triggered by a recurring schedule / cron. #### Defined in -[subscriber.ts:46](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/subscriber.ts#L46) +[subscriber.ts:46](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/subscriber.ts#L46) ___ @@ -203,7 +203,7 @@ This is useful when running in the context of a long-running process / container #### Defined in -[subscriber.ts:81](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/subscriber.ts#L81) +[subscriber.ts:81](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/subscriber.ts#L81) ___ @@ -225,4 +225,4 @@ Stops the subscriber if previously started via `start`. #### Defined in -[subscriber.ts:95](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/subscriber.ts#L95) +[subscriber.ts:95](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/subscriber.ts#L95) diff --git a/docs/code/classes/types_async_event_emitter.AsyncEventEmitter.md b/docs/code/classes/types_async_event_emitter.AsyncEventEmitter.md index 4443cc0..bc0010a 100644 --- a/docs/code/classes/types_async_event_emitter.AsyncEventEmitter.md +++ b/docs/code/classes/types_async_event_emitter.AsyncEventEmitter.md @@ -45,7 +45,7 @@ Simple asynchronous event emitter class. #### Defined in -types/async-event-emitter.ts:12 +[types/async-event-emitter.ts:12](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/async-event-emitter.ts#L12) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -types/async-event-emitter.ts:11 +[types/async-event-emitter.ts:11](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/async-event-emitter.ts#L11) ___ @@ -82,7 +82,7 @@ Alias for `removeListener`. #### Defined in -types/async-event-emitter.ts:82 +[types/async-event-emitter.ts:82](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/async-event-emitter.ts#L82) ## Methods @@ -106,7 +106,7 @@ in the order they were registered. #### Defined in -types/async-event-emitter.ts:21 +[types/async-event-emitter.ts:21](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/async-event-emitter.ts#L21) ___ @@ -131,7 +131,7 @@ The `AsyncEventEmitter` so you can chain registrations #### Defined in -types/async-event-emitter.ts:33 +[types/async-event-emitter.ts:33](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/async-event-emitter.ts#L33) ___ @@ -156,7 +156,7 @@ The `AsyncEventEmitter` so you can chain registrations #### Defined in -types/async-event-emitter.ts:45 +[types/async-event-emitter.ts:45](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/async-event-emitter.ts#L45) ___ @@ -181,4 +181,4 @@ The `AsyncEventEmitter` so you can chain registrations #### Defined in -types/async-event-emitter.ts:63 +[types/async-event-emitter.ts:63](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/async-event-emitter.ts#L63) diff --git a/docs/code/interfaces/types_block.Block.md b/docs/code/interfaces/types_block.Block.md index 8813cc7..0f24af6 100644 --- a/docs/code/interfaces/types_block.Block.md +++ b/docs/code/interfaces/types_block.Block.md @@ -44,7 +44,7 @@ since genesis. #### Defined in -[types/block.ts:12](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/block.ts#L12) +[types/block.ts:12](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L12) ___ @@ -56,7 +56,7 @@ The FeeSink accepts transaction fees. It can only spend to the incentive pool. #### Defined in -[types/block.ts:14](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/block.ts#L14) +[types/block.ts:14](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L14) ___ @@ -69,7 +69,7 @@ MicroAlgos for every reward unit in the next round. #### Defined in -[types/block.ts:18](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/block.ts#L18) +[types/block.ts:18](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L18) ___ @@ -81,7 +81,7 @@ Genesis ID to which this block belongs. #### Defined in -[types/block.ts:20](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/block.ts#L20) +[types/block.ts:20](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L20) ___ @@ -93,7 +93,7 @@ Genesis hash to which this block belongs. #### Defined in -[types/block.ts:22](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/block.ts#L22) +[types/block.ts:22](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L22) ___ @@ -105,7 +105,7 @@ The hash of the previous block #### Defined in -[types/block.ts:24](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/block.ts#L24) +[types/block.ts:24](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L24) ___ @@ -117,7 +117,7 @@ UpgradeState tracks the protocol upgrade state machine; proto is the current pro #### Defined in -[types/block.ts:26](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/block.ts#L26) +[types/block.ts:26](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L26) ___ @@ -129,7 +129,7 @@ The number of new MicroAlgos added to the participation stake from rewards at th #### Defined in -[types/block.ts:28](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/block.ts#L28) +[types/block.ts:28](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L28) ___ @@ -141,7 +141,7 @@ Round number. #### Defined in -[types/block.ts:30](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/block.ts#L30) +[types/block.ts:30](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L30) ___ @@ -153,7 +153,7 @@ The round at which the RewardsRate will be recalculated. #### Defined in -[types/block.ts:32](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/block.ts#L32) +[types/block.ts:32](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L32) ___ @@ -166,7 +166,7 @@ FeeSink and continually redistributes them to addresses as rewards. #### Defined in -[types/block.ts:36](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/block.ts#L36) +[types/block.ts:36](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L36) ___ @@ -178,7 +178,7 @@ Sortition seed #### Defined in -[types/block.ts:38](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/block.ts#L38) +[types/block.ts:38](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L38) ___ @@ -192,7 +192,7 @@ committed after this block. Genesis blocks can start at either #### Defined in -[types/block.ts:43](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/block.ts#L43) +[types/block.ts:43](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L43) ___ @@ -204,7 +204,7 @@ Round time (unix timestamp) #### Defined in -[types/block.ts:45](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/block.ts#L45) +[types/block.ts:45](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L45) ___ @@ -217,7 +217,7 @@ This commitment is computed based on the PaysetCommit type specified in the bloc #### Defined in -[types/block.ts:49](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/block.ts#L49) +[types/block.ts:49](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L49) ___ @@ -229,7 +229,7 @@ Root of transaction vector commitment merkle tree using SHA256 hash function. #### Defined in -[types/block.ts:53](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/block.ts#L53) +[types/block.ts:53](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L53) ___ @@ -241,4 +241,4 @@ The transactions within the block. #### Defined in -[types/block.ts:55](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/block.ts#L55) +[types/block.ts:55](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L55) diff --git a/docs/code/interfaces/types_block.BlockTransaction.md b/docs/code/interfaces/types_block.BlockTransaction.md index dd29d9a..dd0887d 100644 --- a/docs/code/interfaces/types_block.BlockTransaction.md +++ b/docs/code/interfaces/types_block.BlockTransaction.md @@ -25,7 +25,7 @@ Asset closing amount in decimal units #### Defined in -[types/block.ts:66](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/block.ts#L66) +[types/block.ts:66](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L66) ___ @@ -37,7 +37,7 @@ App ID when an app is created by the transaction #### Defined in -[types/block.ts:64](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/block.ts#L64) +[types/block.ts:64](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L64) ___ @@ -49,7 +49,7 @@ Algo closing amount in microAlgos #### Defined in -[types/block.ts:68](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/block.ts#L68) +[types/block.ts:68](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L68) ___ @@ -61,7 +61,7 @@ Asset ID when an asset is created by the transaction #### Defined in -[types/block.ts:62](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/block.ts#L62) +[types/block.ts:62](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L62) ___ @@ -73,7 +73,7 @@ Has genesis id #### Defined in -[types/block.ts:70](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/block.ts#L70) +[types/block.ts:70](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L70) ___ @@ -85,4 +85,4 @@ The encoded transaction data #### Defined in -[types/block.ts:60](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/block.ts#L60) +[types/block.ts:60](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L60) diff --git a/docs/code/interfaces/types_subscription.SubscriptionConfig.md b/docs/code/interfaces/types_subscription.SubscriptionConfig.md index 3472d93..1b7bf53 100644 --- a/docs/code/interfaces/types_subscription.SubscriptionConfig.md +++ b/docs/code/interfaces/types_subscription.SubscriptionConfig.md @@ -26,7 +26,7 @@ The set of events to subscribe to / emit #### Defined in -[types/subscription.ts:106](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L106) +[types/subscription.ts:106](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L106) ___ @@ -38,7 +38,7 @@ The frequency to poll for new blocks in seconds #### Defined in -[types/subscription.ts:102](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L102) +[types/subscription.ts:102](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L102) ___ @@ -50,7 +50,7 @@ The maximum number of rounds to sync at a time. #### Defined in -[types/subscription.ts:104](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L104) +[types/subscription.ts:104](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L104) ___ @@ -70,7 +70,7 @@ The behaviour when the number of rounds to sync is greater than `maxRoundsToSync #### Defined in -[types/subscription.ts:117](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L117) +[types/subscription.ts:117](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L117) ___ @@ -90,4 +90,4 @@ its position in the chain. #### Defined in -[types/subscription.ts:120](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L120) +[types/subscription.ts:120](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L120) diff --git a/docs/code/interfaces/types_subscription.SubscriptionConfigEvent.md b/docs/code/interfaces/types_subscription.SubscriptionConfigEvent.md index f8d97a5..a319041 100644 --- a/docs/code/interfaces/types_subscription.SubscriptionConfigEvent.md +++ b/docs/code/interfaces/types_subscription.SubscriptionConfigEvent.md @@ -30,7 +30,7 @@ Name / identifier to uniquely describe the event #### Defined in -[types/subscription.ts:131](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L131) +[types/subscription.ts:131](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L131) ___ @@ -42,7 +42,7 @@ The transaction filter that determines if the event has occurred #### Defined in -[types/subscription.ts:133](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L133) +[types/subscription.ts:133](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L133) ___ @@ -70,4 +70,4 @@ If not specified, then the event will receive a `TransactionResult`. #### Defined in -[types/subscription.ts:138](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L138) +[types/subscription.ts:138](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L138) diff --git a/docs/code/interfaces/types_subscription.TransactionFilter.md b/docs/code/interfaces/types_subscription.TransactionFilter.md index a8c5a5c..e610077 100644 --- a/docs/code/interfaces/types_subscription.TransactionFilter.md +++ b/docs/code/interfaces/types_subscription.TransactionFilter.md @@ -48,7 +48,7 @@ Filter to app transactions that meet the given app arguments predicate. #### Defined in -[types/subscription.ts:76](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L76) +[types/subscription.ts:76](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L76) ___ @@ -60,7 +60,7 @@ Filter to transactions that are creating an app. #### Defined in -[types/subscription.ts:59](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L59) +[types/subscription.ts:59](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L59) ___ @@ -72,7 +72,7 @@ Filter to transactions against the app with the given ID. #### Defined in -[types/subscription.ts:57](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L57) +[types/subscription.ts:57](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L57) ___ @@ -84,7 +84,7 @@ Filter to transactions that have given on complete(s). #### Defined in -[types/subscription.ts:61](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L61) +[types/subscription.ts:61](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L61) ___ @@ -96,7 +96,7 @@ Filter to transactions that are creating an asset. #### Defined in -[types/subscription.ts:65](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L65) +[types/subscription.ts:65](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L65) ___ @@ -108,7 +108,7 @@ Filter to transactions against the asset with the given ID. #### Defined in -[types/subscription.ts:63](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L63) +[types/subscription.ts:63](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L63) ___ @@ -121,7 +121,7 @@ or equal to the given maximum (microAlgos or decimal units of an ASA). #### Defined in -[types/subscription.ts:71](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L71) +[types/subscription.ts:71](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L71) ___ @@ -134,7 +134,7 @@ the given method signature as the first app argument. #### Defined in -[types/subscription.ts:74](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L74) +[types/subscription.ts:74](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L74) ___ @@ -147,7 +147,7 @@ than or equal to the given minimum (microAlgos or decimal units of an ASA). #### Defined in -[types/subscription.ts:68](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L68) +[types/subscription.ts:68](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L68) ___ @@ -159,7 +159,7 @@ Filter to transactions with a note having the given prefix. #### Defined in -[types/subscription.ts:55](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L55) +[types/subscription.ts:55](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L55) ___ @@ -171,7 +171,7 @@ Filter to transactions being received by the specified address. #### Defined in -[types/subscription.ts:53](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L53) +[types/subscription.ts:53](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L53) ___ @@ -183,7 +183,7 @@ Filter to transactions sent from the specified address. #### Defined in -[types/subscription.ts:51](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L51) +[types/subscription.ts:51](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L51) ___ @@ -195,4 +195,4 @@ Filter based on the given transaction type. #### Defined in -[types/subscription.ts:49](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L49) +[types/subscription.ts:49](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L49) diff --git a/docs/code/interfaces/types_subscription.TransactionSubscriptionParams.md b/docs/code/interfaces/types_subscription.TransactionSubscriptionParams.md index 8cdd597..6d2dc03 100644 --- a/docs/code/interfaces/types_subscription.TransactionSubscriptionParams.md +++ b/docs/code/interfaces/types_subscription.TransactionSubscriptionParams.md @@ -25,7 +25,7 @@ The filter to apply to find transactions of interest. #### Defined in -[types/subscription.ts:7](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L7) +[types/subscription.ts:7](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L7) ___ @@ -41,7 +41,7 @@ your catchup speed when using `sync-oldest`. #### Defined in -[types/subscription.ts:25](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L25) +[types/subscription.ts:25](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L25) ___ @@ -68,7 +68,7 @@ past `watermark` then how should that be handled: #### Defined in -[types/subscription.ts:43](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L43) +[types/subscription.ts:43](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L43) ___ @@ -88,4 +88,4 @@ will be slow if `onMaxRounds` is `sync-oldest`. #### Defined in -[types/subscription.ts:18](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L18) +[types/subscription.ts:18](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L18) diff --git a/docs/code/interfaces/types_subscription.TransactionSubscriptionResult.md b/docs/code/interfaces/types_subscription.TransactionSubscriptionResult.md index a8e8382..eec3d0e 100644 --- a/docs/code/interfaces/types_subscription.TransactionSubscriptionResult.md +++ b/docs/code/interfaces/types_subscription.TransactionSubscriptionResult.md @@ -25,7 +25,7 @@ The current detected tip of the configured Algorand blockchain. #### Defined in -[types/subscription.ts:84](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L84) +[types/subscription.ts:84](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L84) ___ @@ -41,7 +41,7 @@ subscribed transactions to keep it reliable. #### Defined in -[types/subscription.ts:90](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L90) +[types/subscription.ts:90](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L90) ___ @@ -56,7 +56,7 @@ to represent the data. #### Defined in -[types/subscription.ts:96](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L96) +[types/subscription.ts:96](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L96) ___ @@ -68,4 +68,4 @@ The round range that was synced from/to #### Defined in -[types/subscription.ts:82](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L82) +[types/subscription.ts:82](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L82) diff --git a/docs/code/modules/index.md b/docs/code/modules/index.md index 5e31745..df80215 100644 --- a/docs/code/modules/index.md +++ b/docs/code/modules/index.md @@ -38,7 +38,7 @@ The blocks #### Defined in -[subscriptions.ts:261](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/subscriptions.ts#L261) +[subscriptions.ts:261](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/subscriptions.ts#L261) ___ @@ -65,4 +65,4 @@ The result of this subscription pull/poll. #### Defined in -[subscriptions.ts:23](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/subscriptions.ts#L23) +[subscriptions.ts:23](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/subscriptions.ts#L23) diff --git a/docs/code/modules/types_async_event_emitter.md b/docs/code/modules/types_async_event_emitter.md index 9ea319d..21643bf 100644 --- a/docs/code/modules/types_async_event_emitter.md +++ b/docs/code/modules/types_async_event_emitter.md @@ -37,4 +37,4 @@ An asynchronous event listener #### Defined in -types/async-event-emitter.ts:4 +[types/async-event-emitter.ts:4](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/async-event-emitter.ts#L4) diff --git a/docs/code/modules/types_subscription.md b/docs/code/modules/types_subscription.md index a175c3b..9a791f8 100644 --- a/docs/code/modules/types_subscription.md +++ b/docs/code/modules/types_subscription.md @@ -45,4 +45,4 @@ #### Defined in -[types/subscription.ts:141](https://github.com/MakerXStudio/algorand-indexer-poc/blob/main/src/types/subscription.ts#L141) +[types/subscription.ts:141](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L141)