Leo Wallet Docs
Home
  • Wallet Adapter for Aleo Apps
  • packages
    • ui
      • docs
        • modules
        • interfaces
          • WalletIconProps
          • WalletModalContextState
          • WalletModalProps
          • WalletModalProviderProps
    • core
      • base
        • docs
          • modules
          • classes
            • BaseMessageSignerWalletAdapter
            • BaseSignerWalletAdapter
            • BaseWalletAdapter
            • Deployment
            • EventEmitter-1
            • Transaction
            • Transition
            • WalletAccountError
            • WalletConfigError
            • WalletConnectionError
            • WalletDecryptionError
            • WalletDecryptionNotAllowedError
            • WalletDisconnectedError
            • WalletDisconnectionError
            • WalletError
            • WalletKeypairError
            • WalletLoadError
            • WalletNotConnectedError
            • WalletNotReadyError
            • WalletNotSelectedError
            • WalletPublicKeyError
            • WalletRecordsError
            • WalletSendTransactionError
            • WalletSignMessageError
            • WalletSignTransactionError
            • WalletTimeoutError
            • WalletTransactionError
            • WalletWindowBlockedError
            • WalletWindowClosedError
          • enums
            • DecryptPermission
            • WalletAdapterNetwork
            • WalletReadyState
          • interfaces
            • AleoDeployment
            • AleoTransaction
            • AleoTransition
            • EventEmitter.EventEmitterStatic
            • EventEmitter.ListenerFn
            • MessageSignerWalletAdapterProps
            • SignerWalletAdapterProps
            • WalletAdapterEvents
            • WalletAdapterProps
          • modules
            • EventEmitter
      • react
        • docs
          • modules
          • interfaces
            • Wallet
            • WalletContextState
            • WalletProviderProps
    • wallets
      • leo
        • docs
          • modules
          • classes
            • LeoWalletAdapter
          • interfaces
            • LeoWallet
            • LeoWalletAdapterConfig
            • LeoWalletEvents
            • LeoWindow
Powered by GitBook
On this page
  • Interface: WalletAdapterEvents
  • Table of contents
  • Methods

Was this helpful?

  1. packages
  2. core
  3. base
  4. docs
  5. interfaces

WalletAdapterEvents

PreviousSignerWalletAdapterPropsNextWalletAdapterProps

Last updated 11 months ago

Was this helpful?

/ / WalletAdapterEvents

Interface: WalletAdapterEvents

Table of contents

Methods

Methods

connect

▸ connect(publicKey, programs?): void

Parameters

Name
Type

publicKey

string

programs?

string[]

Returns

void

Defined in


disconnect

▸ disconnect(): void

Returns

void

Defined in


error

▸ error(error): void

Parameters

Name
Type

error

Returns

void

Defined in


readyStateChange

▸ readyStateChange(readyState): void

Parameters

Name
Type

readyState

Returns

void

Defined in

adapter.ts:8
adapter.ts:9
adapter.ts:10
adapter.ts:11
@demox-labs/aleo-wallet-adapter-base
Exports
connect
disconnect
error
readyStateChange
WalletError
WalletReadyState