addresses From Inbox Id
abstract suspend fun addressesFromInboxId(refreshFromNetwork: Boolean, inboxIds: List<String>): List<FfiInboxState>
Get the inbox state for each
inbox_id
.If
refresh_from_network
is true, the client will go to the network first to refresh the state.Otherwise, the state will be read from the local database.