Ffi Inbox State
data class FfiInboxState(var inboxId: String, var recoveryIdentity: FfiIdentifier, var installations: List<FfiInstallation>, var accountIdentities: List<FfiIdentifier>)
Constructors
Link copied to clipboard
constructor(inboxId: String, recoveryIdentity: FfiIdentifier, installations: List<FfiInstallation>, accountIdentities: List<FfiIdentifier>)