Function isSameSubject

  • Returns true if both didA and didB refer to the same DID subject, i.e., whether they have the same identifier as specified in the method spec.

    Parameters

    • didA: Did

      A KILT DID as a string.

    • didB: Did

      A second KILT DID as a string.

    Returns boolean

    Whether didA and didB refer to the same DID subject.