Balance Info
@Serializable
Per-currency balance breakdown returned inside a UserBalance.
Monetary amounts are kept as strings to preserve the exact precision reported by the API.
Constructors
Link copied to clipboard
constructor(currency: CurrencyType, totalBalance: String, grantedBalance: String, toppedUpBalance: String)