interface IPresentedAttributeVE {
    chunkBitSize: number;
    commitmentGensId: string;
    encryptionKeyId: string;
    protocol: Saver;
    snarkKeyId: string;
}

Properties

chunkBitSize: number
commitmentGensId: string
encryptionKeyId: string
protocol: Saver
snarkKeyId: string