toggle menu
trixnity-serverserverapi-model
4.10.0
common
switch theme
search in API
trixnity-serverserverapi-model
/
net.folivo.trixnity.serverserverapi.model.federation
/
GetState
/
Response
Response
@
Serializable
data
class
Response
(
val
authChain
:
List
<
SignedPersistentDataUnit
<
*
>
>
,
val
pdus
:
List
<
SignedPersistentDataUnit
<
*
>
>
)
Members
Constructors
Response
Link copied to clipboard
constructor
(
authChain
:
List
<
SignedPersistentDataUnit
<
*
>
>
,
pdus
:
List
<
SignedPersistentDataUnit
<
*
>
>
)
Properties
auth
Chain
Link copied to clipboard
@
SerialName
(
value
=
"auth_chain"
)
val
authChain
:
List
<
SignedPersistentDataUnit
<
*
>
>
pdus
Link copied to clipboard
@
SerialName
(
value
=
"pdus"
)
val
pdus
:
List
<
SignedPersistentDataUnit
<
*
>
>