Updated on 2026-08-14
This commit is contained in:
parent
8541957ee3
commit
189ffd9927
73 changed files with 547 additions and 409 deletions
|
|
@ -10,7 +10,7 @@ import kotlinx.serialization.Serializable
|
|||
|
||||
@Serializable(with = MobileWalletAsStringSerializer::class)
|
||||
@JsonClass(generateAdapter = true)
|
||||
class MobileWallet(
|
||||
data class MobileWallet(
|
||||
@Json(name = "publicKey")
|
||||
val publicKey: ByteArray,
|
||||
@Json(name = "chainCode")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue