toggle menu
Kaptos
0.1.2-beta
common
switch theme
search in API
Kaptos
/
xyz.mcxross.kaptos.model
/
Data
Data
@
Serializable
data
class
Data
(
val
authenticationKey
:
String
?
=
null
,
val
coinRegisterEvents
:
Event
?
=
null
,
val
guidCreationNum
:
String
?
=
null
,
val
keyRotationEvents
:
Event
?
=
null
,
val
sequenceNumber
:
String
?
=
null
)
Members
Constructors
Data
Link copied to clipboard
constructor
(
authenticationKey
:
String
?
=
null
,
coinRegisterEvents
:
Event
?
=
null
,
guidCreationNum
:
String
?
=
null
,
keyRotationEvents
:
Event
?
=
null
,
sequenceNumber
:
String
?
=
null
)
Properties
authentication
Key
Link copied to clipboard
@
SerialName
(
value
=
"authentication_key"
)
val
authenticationKey
:
String
?
=
null
coin
Register
Events
Link copied to clipboard
@
SerialName
(
value
=
"coin_register_events"
)
val
coinRegisterEvents
:
Event
?
=
null
guid
Creation
Num
Link copied to clipboard
@
SerialName
(
value
=
"guid_creation_num"
)
val
guidCreationNum
:
String
?
=
null
key
Rotation
Events
Link copied to clipboard
@
SerialName
(
value
=
"key_rotation_events"
)
val
keyRotationEvents
:
Event
?
=
null
sequence
Number
Link copied to clipboard
@
SerialName
(
value
=
"sequence_number"
)
val
sequenceNumber
:
String
?
=
null