Skip to content

getSubscribedTransactions

getSubscribedTransactions(subscription, algod, indexer?): Promise<TransactionSubscriptionResult>

Defined in: src/subscriptions.ts:57

Executes a single pull/poll to subscribe to transactions on the configured Algorand blockchain for the given subscription context.

TransactionSubscriptionParams

The subscription context.

AlgodClient

An Algod client.

IndexerClient

An optional indexer client, only needed when syncBehaviour is catchup-with-indexer.

Promise<TransactionSubscriptionResult>

The result of this subscription pull/poll.