StandardEventsChangeProperties
@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?
readonlyoptionalaccounts?: readonlyWalletAccount[]
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?
readonlyoptionalchains?: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?
readonlyoptionalfeatures?: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.