Updated on 2026-08-14

This commit is contained in:
Tangem 2024-09-04 19:47:22 +05:00
parent 2cf60002a4
commit a7f5b54078
17 changed files with 319 additions and 336 deletions

View file

@ -18,6 +18,7 @@ internal class YieldBalanceConverter : Converter<YieldBalanceWrapperDTO, YieldBa
balance = YieldBalanceItem(
items = value.balances.map { item ->
BalanceItem(
id = item.groupId,
type = BalanceType.valueOf(item.type.name),
amount = item.amount,
pricePerShare = item.pricePerShare,