AccountVerificationMaterial: {
    commitments: Partial<Record<AttributeKey, HexString>>;
    issuer: number;
    type: "account";
}

The public data needed to verify an account based verifiable credential.

Type declaration

  • commitments: Partial<Record<AttributeKey, HexString>>

    Commitments for the ID attributes of the account

  • issuer: number

    Issuer of the credential.

  • type: "account"

    Union tag

Generated using TypeDoc