FVyWalletDto
Data structure representing a wallet
Properties
Field | Type | Description |
---|---|---|
id | FString | The unique identifier of the wallet |
address | FString | The address of the wallet |
chain | The blockchain the wallet belongs to | |
walletType | The type of the wallet | |
archived | bool | Indicates if the wallet is archived |
description | FString | The description of the wallet |
createdAt | FDateTime | The creation date of the wallet |
isPrimary | bool | Indicates if the wallet is the primary wallet |
hasCustomerPin | bool | Indicates if the wallet has a customer PIN |
identifier | FString | The identifier of the wallet |
balance | The balance of the wallet |
Last updated