getPrismDIDKeyPathIndex

abstract fun getPrismDIDKeyPathIndex(did: DID): Flow<Int?>(source)

Retrieves the key path index associated with a given Prism DID.

Return

A Flow that emits a nullable Int representing the key path index associated with the specified Prism DID. If no key path index is found, null is emitted.

Parameters

did

The Prism DID for which to retrieve the key path index.