Interface iZkProof

interface iZkProof {
    customData: string;
    uri: string;
    verificationKey: string;
    zkpTrackerId: string;
}

Implemented by

Properties

customData: string

Arbitrary custom data that can be stored on-chain.

uri: string

The URI where to fetch the zkProof metadata from.

verificationKey: string

The verification key of the zkProof.

zkpTrackerId: string

ZKP tracker ID.