Skip to main content

StandardEventsChangeProperties

@iota/wallet-standard


@iota/wallet-standard / StandardEventsChangeProperties

Interface: StandardEventsChangeProperties

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

Properties of a "@wallet-standard/base".Wallet that changed with their new values.

Properties

accounts?

readonly optional accounts?: readonly WalletAccount[]

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

"@wallet-standard/base".Wallet.accounts | Accounts that the app is authorized to use.

The Wallet should only define this field if the value of the property has changed.

The value must be the new value of the property.


chains?

readonly optional chains?: IdentifierArray

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

"@wallet-standard/base".Wallet.chains | Chains supported by the Wallet.

The Wallet should only define this field if the value of the property has changed.

The value must be the new value of the property.


features?

readonly optional features?: Readonly<Record<`${string}:${string}`, unknown>>

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

"@wallet-standard/base".Wallet.features | Features supported by the Wallet.

The Wallet should only define this field if the value of the property has changed.

The value must be the new value of the property.