Readonly
standard:disconnect: { disconnect: StandardDisconnectMethod; version: StandardDisconnectVersion }Name of the feature.
Readonly
disconnect: StandardDisconnectMethodMethod to call to use the feature.
Readonly
version: StandardDisconnectVersionVersion of the feature implemented by the Wallet.
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.