async removeListenerAsync()
Last updated
Was this helpful?
Last updated
Was this helpful?
Removes the listener function as callback of the selected RPC event.
Type
async removeListenerAsync(eventName, listener): void
Parameters
eventName
String
Event listened. Depeding on the provider chain one of or an .
listener
()=>any
Callback function.
Return Type
void
Example
TypeScript