Type Alias: StandardDisconnectFeature
StandardDisconnectFeature =
object
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
readonlystandard:disconnect:object
Name of the feature.
version
readonlyversion:StandardDisconnectVersion
Version of the feature implemented by the Wallet.
disconnect
readonlydisconnect:StandardDisconnectMethod
Method to call to use the feature.