Skip to main content

StandardEventsListeners

@iota/wallet-standard


@iota/wallet-standard / StandardEventsListeners

Interface: StandardEventsListeners

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

Types of event listeners of the StandardEventsFeature.

Methods

change()

change(properties): void

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

Listener that will be called when properties of the "@wallet-standard/base".Wallet have changed.

Parameters

properties

StandardEventsChangeProperties

Properties that changed with their new values.

Returns

void