Interface IPresentedBoundedPseudonym

interface IPresentedBoundedPseudonym {
    attributes: {
        [key: number]: string[];
    };
    commitKey: IBoundedPseudonymCommitKey;
}

Properties

attributes: {
    [key: number]: string[];
}

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