Function getFullDidUri

  • Builds the URI a light DID will have after it’s stored on the blockchain.

    Returns

    The expected full DID URI.

    Parameters

    • didOrAddress: `4${string}` | DidUri

      The URI of the light DID. Internally it’s used with the DID "address" as well.

    • version: number = FULL_DID_LATEST_VERSION

      The version of the DID URI to use.

    Returns DidUri