Skip to main content

Wallet Entities

These entities are used by the Wallet adapter functions and encapsulate data objects used by Epicenter Wallet API.

Interfaces

WalletItemReadOutView

Represents a wallet item returned in a read operation.

Properties:

  • label: string - The label identifying the wallet item.
  • value (string | null): The value associated with the wallet item. May be null if no value is set.

WalletReadOutView

Represents a wallet retrieved by the Wallet adapter.

Properties:


WalletItemCreateInView

Represents a wallet item when creating or updating a wallet.

Properties:

  • label: string - The label identifying the wallet item.
  • value (string, optional): The value to assign to the wallet item.