toggle menu
Kaptos
0.1.2-beta
common
switch theme
search in API
Kaptos
/
xyz.mcxross.kaptos.model
/
AccountData
Account
Data
@
Serializable
data
class
AccountData
(
val
sequenceNumber
:
String
,
val
authenticationKey
:
String
)
Members
Constructors
Account
Data
Link copied to clipboard
constructor
(
sequenceNumber
:
String
,
authenticationKey
:
String
)
Properties
authentication
Key
Link copied to clipboard
@
SerialName
(
value
=
"authentication_key"
)
val
authenticationKey
:
String
sequence
Number
Link copied to clipboard
@
SerialName
(
value
=
"sequence_number"
)
val
sequenceNumber
:
String