Type alias ZKProofV4

ZKProofV4: {
    createdAt: string;
    proofValue: HexString;
    type: "ConcordiumZKProofV4";
}

Zero-knowledge proof data structure for Concordium verifiable presentations. Contains the cryptographic proof that validates the statements made in a verifiable credential without revealing the underlying private information.

Type declaration

  • createdAt: string

    ISO formatted datetime when the proof was created

  • proofValue: HexString

    Serialized cryptographic proof data as hex string

  • type: "ConcordiumZKProofV4"

    The type identifier for this proof format

Generated using TypeDoc