getAllMessagesSentTo

open override fun getAllMessagesSentTo(did: DID): Flow<List<Message>>(source)

Retrieves all messages sent to the specified DID.

Return

a Flow of List of Message objects containing all the messages sent to the specified DID

Parameters

did

the destination DID to filter the messages by