• Create claims about an identity based credential

    Returns

    The identity claims to be used in the presentation input for the verifiable credential.

    Parameters

    • network: Network

      The network of the identity provider used to create the identity.

    • idpIndex: number

      The on-chain index of the identity provider used to create the identity.

    • statement: AtomicStatementV2<"firstName" | "lastName" | "sex" | "dob" | "countryOfResidence" | "nationality" | "idDocType" | "idDocNo" | "idDocIssuer" | "idDocIssuedAt" | "idDocExpiresAt" | "nationalIdNo" | "taxIdNo" | "lei" | "legalName" | "legalCountry" | "businessNumber" | "registrationAuth">[]

      The atomic statements to prove for the identity credential.

    Returns IdentityClaims

Generated using TypeDoc