Function getFullDid

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

    Parameters

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

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

    • version: number = FULL_DID_LATEST_VERSION

      The version of the DID to use.

    Returns Did

    The expected full DID.