Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 858 Bytes

File metadata and controls

15 lines (10 loc) · 858 Bytes

Wallet

Properties

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]

[Back to Model list] [Back to API list] [Back to README]