Skip to main content

StandardConnectFeature

@iota/wallet-standard


@iota/wallet-standard / StandardConnectFeature

Type Alias: StandardConnectFeature

StandardConnectFeature = object

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@wallet-standard/features/lib/types/connect.d.ts:17

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

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@wallet-standard/features/lib/types/connect.d.ts:19

Name of the feature.

connect

readonly connect: StandardConnectMethod

Method to call to use the feature.

version

readonly version: StandardConnectVersion

Version of the feature implemented by the Wallet.