StandardDisconnectFeature: {
    standard:disconnect: {
        disconnect: StandardDisconnectMethod;
        version: StandardDisconnectVersion;
    };
}

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.

Type declaration