Response

interface Response

A simple wrapper around the resolved DID Document.

  • Use document to read the JSON object (or an empty Optional if not found).

Functions

Link copied to clipboard
abstract fun document(): Optional<JsonObject>

The resolved DID Document as a JSON object, or empty if unavailable.