StandardEventsFeature: {
    standard:events: {
        on: StandardEventsOnMethod;
        version: StandardEventsVersion;
    };
}

standard:events is a "@wallet-standard/base".Wallet.features | feature that may be implemented by a "@wallet-standard/base".Wallet to allow the app to add an event listener and subscribe to events emitted by the Wallet when properties of the Wallet StandardEventsListeners.change.

Type declaration