Skip to main content

Type Alias: StandardConnectFeature

StandardConnectFeature = object

standard:connect is a "@wallet-standard/base".Wallet.features | feature that may be implemented by a "@wallet-standard/base".Wallet to allow the app to obtain authorization to use "@wallet-standard/base".Wallet.accounts.

Properties

standard:connect

readonly standard:connect: object

Name of the feature.

version

readonly version: StandardConnectVersion

Version of the feature implemented by the Wallet.

connect

readonly connect: StandardConnectMethod

Method to call to use the feature.