• Creates a Verifiable Presentation from a KILT Verifiable Credential and allows removing properties while doing so. Does not currently sign the presentation or allow adding a challenge to be signed.

    Returns

    A Verifiable Presentation containing the original VC with its proofs, but not extra signatures.

    Parameters

    • VC: VerifiableCredential

      The KILT Verifiable Credential as exported with the SDK utils.

    • Optional showProperties: string[]

      An optional array of properties to reveal. If omitted, show all properties.

    Returns Promise<VerifiablePresentation>