Skip to main content

StandardEventsFeature

@iota/wallet-standard


@iota/wallet-standard / StandardEventsFeature

Type Alias: StandardEventsFeature

StandardEventsFeature = object

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@wallet-standard/features/lib/types/events.d.ts:17

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

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@wallet-standard/features/lib/types/events.d.ts:19

Name of the feature.

on

readonly on: StandardEventsOnMethod

Method to call to use the feature.

version

readonly version: StandardEventsVersion

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