Skip to main content

Type Alias: StandardEventsFeature

StandardEventsFeature = object

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.

Properties

standard:events

readonly standard:events: object

Name of the feature.

version

readonly version: StandardEventsVersion

Version of the feature implemented by the "@wallet-standard/base".Wallet.

on

readonly on: StandardEventsOnMethod

Method to call to use the feature.