Properties of a Wallet that changed with their new values.

Hierarchy

  • EventsChangeProperties

Properties

chains?: IdentifierArray

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<Record<`${string}:${string}`, unknown>>

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 WalletAccount[]

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.

Generated using TypeDoc