interface EthereumGroupPCDProof {
    ethereumGroupProof: string;
    signatureProof: SerializedPCD<SemaphoreSignaturePCD>;
}

Properties

ethereumGroupProof: string

A signature of the serialized spartan-ecdsa group membership proof, using a semaphore identity.

Generated using TypeDoc