• Create claims about an account based credential

    Returns

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

    Parameters

    • network: Network

      The network the account credential exists on.

    • credRegId: CredentialRegistrationId

      The credential registration ID of the account.

    • 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 account credential.

    Returns AccountClaims

Generated using TypeDoc