Search code examples
javascriptloggingalgorand

Is there a js-algorand-sdk equivalent of eth-subscribe?


I want to subscribe to a smart contract logging using something similar to eth_subscribe. I'm using Algorand's JS SDK. Is this possible?


Solution

  • Yes, it is lookupApplicationLogs(appID: number): default

    Source