from message badges.ZkProof

Hierarchy

Constructors

Properties

customData: string = ""

Arbitrary custom data associated with this proof.

from field: string customData = 3;

uri: string = ""

The URI associated with this proof, optionally providing metadata about the proof.

from field: string uri = 2;

verificationKey: string = ""

The verification key for the proof.

from field: string verificationKey = 1;

zkpTrackerId: string = ""

The ID of this proof

from field: string zkpTrackerId = 4;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "badges.ZkProof" = "badges.ZkProof"

Methods