lookupDocument

suspend fun lookupDocument(identifier: String): Document?

Looks up a document in the store.

Return

the document or null if not found.

Parameters

identifier

the identifier of the document.