Updated on 2026-08-14

This commit is contained in:
Tangem 2019-03-29 15:17:25 +03:00
parent bacb21c115
commit 639e1fe793
5 changed files with 72 additions and 19 deletions

View file

@ -36,7 +36,11 @@ data class RippleResult(
//for RIPPLE_SERVER_STATE
@SerializedName("state")
var state: RippleState? = null
var state: RippleState? = null,
//for "Account not found error"
@SerializedName("error_code")
var error_code: Int? = null
)
data class RippleAccountData(