wallet-sdk
1.2.0
wallet-sdk
/
org.stellar.walletsdk.toml
/
InfoValidator
Info
Validator
data
class
InfoValidator
(
alias
:
String
?
,
displayName
:
String
?
,
publicKey
:
String
?
,
host
:
String
?
,
history
:
String
?
)
Content copied to clipboard
Properties
Properties
alias
Link copied to clipboard
@
SerializedName
(
value
=
"ALIAS"
)
val
alias
:
String
?
Content copied to clipboard
displayName
Link copied to clipboard
@
SerializedName
(
value
=
"DISPLAY_NAME"
)
val
displayName
:
String
?
Content copied to clipboard
history
Link copied to clipboard
@
SerializedName
(
value
=
"HISTORY"
)
val
history
:
String
?
Content copied to clipboard
host
Link copied to clipboard
@
SerializedName
(
value
=
"HOST"
)
val
host
:
String
?
Content copied to clipboard
publicKey
Link copied to clipboard
@
SerializedName
(
value
=
"PUBLIC_KEY"
)
val
publicKey
:
String
?
Content copied to clipboard