Get a map of all clients by their ID.
Optionalcontext: anyCalls each of the listeners registered for a given event.
Return an array listing the events for which the emitter has registered listeners.
Find the client for the element, window or proxy object of the client.
actual UPClientChannel
Return the number of listeners listening to a given event.
Return the listeners registered for a given event.
Optionalfn: (Optionalcontext: anyOptionalonce: booleanAdd a listener for a given event.
Optionalcontext: anyAdd a one-time listener for a given event.
Optionalcontext: anyRemove all listeners, or those of the specified event.
Optionalevent: "channelCreated"Remove the listeners of a given event.
Optionalfn: (Optionalcontext: anyOptionalonce: booleanInject additional addresses into the client's accountsChanged event. Account[0] will be linked to the signed when making transactions. Starting at Account[1] is where additional addresses are injected. This routine injects on all connections. You can also inject using the channel's allowedAccounts method.
Connect this provider externally. This will be called during initial construction but can be called at a later time if desired to re-initialize or tear down the connection.
API for provider connector