Updated on 2026-08-14
This commit is contained in:
parent
54f13f1082
commit
d5d03d73f2
12 changed files with 289 additions and 149 deletions
|
|
@ -13,4 +13,11 @@ data class ProxyAmount(
|
|||
val currencySymbol: String,
|
||||
var value: BigDecimal,
|
||||
val decimals: Int,
|
||||
)
|
||||
) {
|
||||
|
||||
companion object {
|
||||
fun empty(): ProxyAmount {
|
||||
return ProxyAmount("", BigDecimal.ZERO, 0)
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue