Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IProof

Hierarchy

  • IProof

Index

Properties

Properties

proof

proof: { A: "string"; a_disclosed: {}; a_responses: {}; c: string; e_response: string; nonrev_proof: { C_r: string; C_u: string; responses: { beta: string; delta: string; epsilon: string; zeta: string }; sacc: { data: string; pk: number } }; nonrev_response: string; v_response: string }

Type declaration

  • A: "string"
  • a_disclosed: {}
    • [key: number]: string
  • a_responses: {}
    • [key: number]: string
  • c: string
  • e_response: string
  • nonrev_proof: { C_r: string; C_u: string; responses: { beta: string; delta: string; epsilon: string; zeta: string }; sacc: { data: string; pk: number } }
    • C_r: string
    • C_u: string
    • responses: { beta: string; delta: string; epsilon: string; zeta: string }
      • beta: string
      • delta: string
      • epsilon: string
      • zeta: string
    • sacc: { data: string; pk: number }
      • data: string
      • pk: number
  • nonrev_response: string
  • v_response: string

Generated using TypeDoc