library
androidJvm
library
/
uniffi.xmtpv3
/
FfiInboxState
Ffi
Inbox
State
data
class
FfiInboxState
(
var
inboxId
:
String
,
var
recoveryAddress
:
String
,
var
installations
:
List
<
FfiInstallation
>
,
var
accountAddresses
:
List
<
String
>
)
Members
Constructors
Ffi
Inbox
State
Link copied to clipboard
constructor
(
inboxId
:
String
,
recoveryAddress
:
String
,
installations
:
List
<
FfiInstallation
>
,
accountAddresses
:
List
<
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
account
Addresses
Link copied to clipboard
var
accountAddresses
:
List
<
String
>
inbox
Id
Link copied to clipboard
var
inboxId
:
String
installations
Link copied to clipboard
var
installations
:
List
<
FfiInstallation
>
recovery
Address
Link copied to clipboard
var
recoveryAddress
:
String