Updated on 2026-08-14
This commit is contained in:
parent
abd604f9f1
commit
802b914e78
8 changed files with 57 additions and 37 deletions
|
|
@ -0,0 +1,9 @@
|
|||
package com.tangem.domain.yield.supply.models
|
||||
|
||||
import java.math.BigDecimal
|
||||
|
||||
data class YieldSupplyMaxFee(
|
||||
val nativeMaxFee: BigDecimal,
|
||||
val tokenMaxFee: BigDecimal,
|
||||
val fiatMaxFee: BigDecimal,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue