Lineage
Toggle table of contents
0.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
shared
/
ru.hytalemodding.lineage.shared.command
/
ProxyCommandRegistryRequest
Proxy
Command
Registry
Request
data
class
ProxyCommandRegistryRequest
(
val
senderId
:
String
,
val
issuedAtMillis
:
Long
,
val
ttlMillis
:
Long
,
val
nonce
:
ByteArray
)
Members
Constructors
Proxy
Command
Registry
Request
Link copied to clipboard
constructor
(
senderId
:
String
,
issuedAtMillis
:
Long
,
ttlMillis
:
Long
,
nonce
:
ByteArray
)
Properties
issued
At
Millis
Link copied to clipboard
val
issuedAtMillis
:
Long
nonce
Link copied to clipboard
val
nonce
:
ByteArray
sender
Id
Link copied to clipboard
val
senderId
:
String
ttl
Millis
Link copied to clipboard
val
ttlMillis
:
Long