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

Was this helpful?

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

SignerWalletAdapterProps

PreviousMessageSignerWalletAdapterPropsNextWalletAdapterEvents

Last updated 11 months ago

Was this helpful?

/ / SignerWalletAdapterProps

Interface: SignerWalletAdapterProps<Name>

Type parameters

Name
Type

Name

extends string = string

Hierarchy

  • <Name>

    ↳ SignerWalletAdapterProps

Table of contents

Properties

Methods

Properties

connected

• connected: boolean

Inherited from

Defined in


connecting

• connecting: boolean

Inherited from

Defined in


icon

• icon: string

Inherited from

Defined in


name

Inherited from

Defined in


publicKey

• publicKey: string

Inherited from

Defined in


readyState

Inherited from

Defined in


supportedTransactionVersions

• supportedTransactionVersions: ReadonlySet<any>

Inherited from

Defined in


url

• url: string

Inherited from

Defined in

Methods

connect

â–¸ connect(decryptPermission, network, programs?): Promise<void>

Parameters

Name
Type

decryptPermission

network

programs?

string[]

Returns

Promise<void>

Inherited from

Defined in


disconnect

â–¸ disconnect(): Promise<void>

Returns

Promise<void>

Inherited from

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
WalletAdapterProps
connected
connecting
icon
name
publicKey
readyState
supportedTransactionVersions
url
connect
disconnect
DecryptPermission
WalletAdapterNetwork
WalletAdapterProps
WalletAdapterProps
WalletAdapterProps
WalletAdapterProps
WalletAdapterProps
WalletAdapterProps
WalletAdapterProps
WalletAdapterProps
WalletAdapterProps
WalletAdapterProps
connected
connecting
icon
name
publicKey
readyState
supportedTransactionVersions
url
connect
disconnect
WalletName