Abstract
Abstract
connectingAbstract
iconAbstract
nameAbstract
publicAbstract
readyOptional
Abstract
supportedAbstract
urlStatic
prefixedOptional
context: anyAbstract
connectAbstract
disconnectCalls each of the listeners registered for a given event.
Return an array listing the events for which the emitter has registered listeners.
Return the number of listeners listening to a given event.
Return the listeners registered for a given event.
Optional
fn: (Optional
context: anyOptional
once: booleanAdd a listener for a given event.
Optional
context: anyAdd a one-time listener for a given event.
Optional
context: anyProtected
prepareRemove all listeners, or those of the specified event.
Optional
event: keyof WalletAdapterEventsRemove the listeners of a given event.
Optional
fn: (Optional
context: anyOptional
once: booleanAbstract
sendOptional
options: SendTransactionOptions
Minimal
EventEmitter
interface that is molded against the Node.jsEventEmitter
interface.