How do we use topics in events?
问题 I am trying to use deposit_event_indexed method when depositing an event with a specific topic so that I can use something like the polkadot.js' api.query.system.eventTopics to fetched indexed events. However, I get the following error 63 | | Self::deposit_event_indexed(&eventHashArray, RawEvent::TestIndexedEvent()); | | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `Module<T>` I am also quite new to rust, so from my understanding, according to the doc, this method is part of