library
androidJvm
library
/
uniffi.xmtpv3
/
FfiEnvelope
Ffi
Envelope
data
class
FfiEnvelope
(
var
contentTopic
:
String
,
var
timestampNs
:
ULong
,
var
message
:
ByteArray
)
Members
Constructors
Ffi
Envelope
Link copied to clipboard
constructor
(
contentTopic
:
String
,
timestampNs
:
ULong
,
message
:
ByteArray
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
content
Topic
Link copied to clipboard
var
contentTopic
:
String
message
Link copied to clipboard
var
message
:
ByteArray
timestamp
Ns
Link copied to clipboard
var
timestampNs
:
ULong