EventsFeature: {
    standard:events: {
        version: EventsVersion;
        on: EventsOnMethod;
    };
}

standard:events is a feature that may be implemented by a Wallet to allow the app to add an event listener and subscribe to events emitted by the Wallet when properties of the Wallet change.

Type declaration

Generated using TypeDoc