Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-17 15:15:04 +03:00
parent 52cc0be3cb
commit ba4e916cd0
17 changed files with 98 additions and 13 deletions

View file

@ -107,6 +107,9 @@ data class TxInfo(
@Serializable
data class Operation(val name: String) : TransactionType
@Serializable
data object GaslessFee : TransactionType
@Serializable
sealed interface YieldSupply : TransactionType {