Updated on 2026-08-14
This commit is contained in:
parent
58a6d87c83
commit
dbad1b430d
4 changed files with 9 additions and 3 deletions
|
|
@ -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,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue