| Name | Type | Description | Notes |
|---|---|---|---|
| wallet_id | Option<String> | Wallet identifier. Numeric value but should be treated as a string as format may change in the future' | [optional] |
| entity_id | Option<String> | Universally unique identifier (UUID v4) of the entity that owns the wallet. | [optional] |
| r#type | Option<String> | Wallet type. | [optional] |
| description | Option<String> | A human-friendly, non-unique identifier for a wallet. | [optional] |
| balances | Option<Vecmodels::Money> | A list of balances for currencies owned by the wallet. | [optional] |
This repository was archived by the owner on Aug 20, 2025. It is now read-only.