Hierarchy

  • Presentation

Properties

identifiers: Presentation_Identifier[]
proof: {
    aggregated_proof: {
        c_hash: string;
        c_list: number[][];
    };
    proofs: Presentation_Proof_Proofs[];
}

Type declaration

  • aggregated_proof: {
        c_hash: string;
        c_list: number[][];
    }
    • c_hash: string
    • c_list: number[][]
  • proofs: Presentation_Proof_Proofs[]
requested_proof: {
    predicates: Presentation_RequestedProof_Value;
    revealed_attrs: Presentation_RequestedProof_RevealedAttrs;
    self_attested_attrs: Presentation_RequestedProof_Value;
    unrevealed_attrs: Presentation_RequestedProof_Value;
}

Type declaration

  • predicates: Presentation_RequestedProof_Value
  • revealed_attrs: Presentation_RequestedProof_RevealedAttrs
  • self_attested_attrs: Presentation_RequestedProof_Value
  • unrevealed_attrs: Presentation_RequestedProof_Value