getDocument

abstract suspend fun getDocument(id: String): IssuedDocumentHandle?

Retrieves a specific document by its internal wallet id.

Return

An IssuedDocumentHandle if found, or null if no such document exists.

This lookup is I/O-bound and therefore suspend. If the SDK has cached metadata or rendered SVG templates for the document, they are included in the returned handle.

Parameters

id

The unique document id returned by issuance or listing.