getDIDInfoByDID

abstract fun getDIDInfoByDID(did: DID): Flow<PrismDIDInfo?>(source)

Retrieves the PrismDIDInfo associated with a given DID.

Return

A Flow that emits a nullable PrismDIDInfo object representing the PrismDIDInfo associated with the specified DID. If no PrismDIDInfo is found, null is emitted.

Parameters

did

The DID for which to retrieve the PrismDIDInfo.