Leo Wallet Docs
Ask or search…
K
Links
Comment on page

SignerWalletAdapterProps

@demox-labs/aleo-wallet-adapter-base / Exports / SignerWalletAdapterProps

Interface: SignerWalletAdapterProps<Name>

Type parameters

Name
Type
Name
extends string = string

Hierarchy

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

name: WalletName<Name>
Inherited from
Defined in

publicKey

publicKey: string
Inherited from
Defined in

readyState

readyState: WalletReadyState
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
Testnet
programs?
string[]
Returns
Promise<void>
Inherited from
Defined in

disconnect

disconnect(): Promise<void>
Returns
Promise<void>
Inherited from
Defined in