Skip to main content

Interface: StandardEventsChangeProperties

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

Properties

chains?

readonly optional chains: IdentifierArray

"@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>>

"@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.


accounts?

readonly optional accounts: readonly WalletAccount[]

"@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.