Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

Properties

connecting: boolean
icon: string
name: WalletName<string>
publicKey: PublicKey
readyState: WalletReadyState
url: string
prefixed: string | boolean

Accessors

  • get connected(): boolean
  • Returns boolean

Methods

  • connect(): Promise<void>
  • Returns Promise<void>

  • disconnect(): Promise<void>
  • Returns Promise<void>

  • Return an array listing the events for which the emitter has registered listeners.

    Returns (keyof WalletAdapterEvents)[]

  • Return the number of listeners listening to a given event.

    Parameters

    Returns number

Generated using TypeDoc