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: WalletAdapterProps<Name>
  • Type parameters
  • Hierarchy
  • Table of contents
  • Properties
  • Methods

Was this helpful?

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

WalletAdapterProps

PreviousWalletAdapterEventsNextmodules

Last updated 11 months ago

Was this helpful?

/ / WalletAdapterProps

Interface: WalletAdapterProps<Name>

Type parameters

Name
Type

Name

extends string = string

Hierarchy

  • WalletAdapterProps

    ↳

    ↳

Table of contents

Properties

Methods

Properties

connected

• connected: boolean

Defined in


connecting

• connecting: boolean

Defined in


icon

• icon: string

Defined in


name

Defined in


publicKey

• publicKey: string

Defined in


readyState

Defined in


supportedTransactionVersions

• supportedTransactionVersions: ReadonlySet<any>

Defined in


url

• url: string

Defined in

Methods

connect

▸ connect(decryptPermission, network, programs?): Promise<void>

Parameters

Name
Type

decryptPermission

network

programs?

string[]

Returns

Promise<void>

Defined in


disconnect

▸ disconnect(): Promise<void>

Returns

Promise<void>

Defined in

• name: <Name>

• readyState:

adapter.ts:25
adapter.ts:24
adapter.ts:21
adapter.ts:19
adapter.ts:23
WalletReadyState
adapter.ts:22
adapter.ts:26
adapter.ts:20
adapter.ts:28
adapter.ts:29
@demox-labs/aleo-wallet-adapter-base
Exports
SignerWalletAdapterProps
MessageSignerWalletAdapterProps
connected
connecting
icon
name
publicKey
readyState
supportedTransactionVersions
url
connect
disconnect
DecryptPermission
WalletAdapterNetwork
WalletName