Skip to main content

StandardDisconnectFeature

@iota/wallet-standard


@iota/wallet-standard / StandardDisconnectFeature

Type Alias: StandardDisconnectFeature

StandardDisconnectFeature = object

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

standard:disconnect is a "@wallet-standard/base".Wallet.features | feature that may be implemented by a "@wallet-standard/base".Wallet to allow the app to perform any cleanup work.

This feature may or may not be used by the app and the Wallet should not depend on it being used. If this feature is used by the app, the Wallet should perform any cleanup work, but should not revoke authorization to use accounts previously granted through the ConnectFeature.

Properties

standard:disconnect

readonly standard:disconnect: object

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

Name of the feature.

disconnect

readonly disconnect: StandardDisconnectMethod

Method to call to use the feature.

version

readonly version: StandardDisconnectVersion

Version of the feature implemented by the Wallet.