trixnity-serverserverapi-model
3.3.0
trixnity-serverserverapi-model
/
net.folivo.trixnity.serverserverapi.model.federation
/
SendTransaction
/
Request
Request
@
Serializable
data
class
Request
(
val
edus
:
List
<
EphemeralDataUnit
<
*
>
>
?
=
null
,
val
origin
:
String
,
val
originTimestamp
:
Long
,
val
pdus
:
List
<
SignedPersistentDataUnit
<
*
>
>
)
Constructors
Properties
Constructors
Request
Link copied to clipboard
fun
Request
(
edus
:
List
<
EphemeralDataUnit
<
*
>
>
?
=
null
,
origin
:
String
,
originTimestamp
:
Long
,
pdus
:
List
<
SignedPersistentDataUnit
<
*
>
>
)
Properties
edus
Link copied to clipboard
val
edus
:
List
<
EphemeralDataUnit
<
*
>
>
?
=
null
origin
Link copied to clipboard
val
origin
:
String
origin
Timestamp
Link copied to clipboard
val
originTimestamp
:
Long
pdus
Link copied to clipboard
val
pdus
:
List
<
SignedPersistentDataUnit
<
*
>
>