Static methods
on()
Listen for events from the ChainPatrol Relay.
Example
Parameters
The on()
method accepts two parameters:
The type
property specifies what type of event you want to listen for.
The callback
property is a function that will be called when the event is
triggered. The event data is passed to the callback function as the first
parameter.
Was this page helpful?