Updated on 2026-08-14
This commit is contained in:
parent
bacb21c115
commit
639e1fe793
5 changed files with 72 additions and 19 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue