Interface IPresentedBoundedPseudonymInBlindedCredReq

Pseudonym bounded to credential as well as blinded attributes. Used when requesting blinded credential.

interface IPresentedBoundedPseudonymInBlindedCredReq {
    blindedAttributes: string[];
    commitKey: IBoundedPseudonymCommitKey;
    credentialAttributes: {
        [key: number]: string[];
    };
}

Properties

blindedAttributes: string[]
credentialAttributes: {
    [key: number]: string[];
}

key is credIdx, values are attribute names in the credential corresponding to the credIdx