Updated on 2026-08-14

This commit is contained in:
Tangem 2026-05-06 18:40:51 +05:00
parent fcb3722ca0
commit df10b4fd21
17 changed files with 559 additions and 38 deletions

View file

@ -114,6 +114,7 @@ data class Yield(
@Serializable
data class Period(
val days: Int,
val seconds: Int?,
)
@Serializable