Updated on 2026-08-14

This commit is contained in:
Tangem 2024-02-19 15:03:35 +00:00
parent 58a6d87c83
commit dbad1b430d
4 changed files with 9 additions and 3 deletions

View file

@ -6,5 +6,5 @@ import com.squareup.moshi.JsonClass
@JsonClass(generateAdapter = true)
data class CreateUserNetworkAccountBody(
@Json(name = "networkId") val networkId: String,
@Json(name = "publicWalletKey") val publicWalletKey: String,
@Json(name = "walletPublicKey") val publicWalletKey: String,
)