Export

IndyCredential

Hierarchy

  • IndyCredential

Properties

cred_def_id: string

Credential definition identifier

Memberof

IndyCredential

rev_reg?: null | {
    [key: string]: object;
}

Revocation registry state

Type declaration

  • [key: string]: object

Memberof

IndyCredential

rev_reg_id?: null | string

Revocation registry identifier

Memberof

IndyCredential

schema_id: string

Schema identifier

Memberof

IndyCredential

signature: {
    [key: string]: object;
}

Credential signature

Type declaration

  • [key: string]: object

Memberof

IndyCredential

signature_correctness_proof: {
    [key: string]: object;
}

Credential signature correctness proof

Type declaration

  • [key: string]: object

Memberof

IndyCredential

values: {
    [key: string]: IndyAttrValue;
}

Credential attributes

Type declaration

Memberof

IndyCredential

witness?: null | {
    [key: string]: object;
}

Witness for revocation proof

Type declaration

  • [key: string]: object

Memberof

IndyCredential

Generated using TypeDoc