How can I subscribe to a single event using Polkadot.js API?

Viewed 346

I want to subscribe to a single event (or a list of events) using the Polkadot.js API. However, I have only found information on how to traverse events and then filter the results. In addition, the documentation about events lists all the events emitted, but I haven't found a way to subscribe to a single one.

Is this possible? How could I do that? Thanks!

0 Answers
Related