SubstrateEvent
Interface containing the required information about the emitted Substrate event
TheSubstrateEvent
object is passed as the second argument for each event handler and contains all the essential information about the event being processed by Hydra Indexer. Let us take a closer look at the interface.
As can be seen above, the SubstrareEvent
also provides a reference to the extrinsic that has emitted the event.
Last updated