Info required to initialize this PCD package. These are the artifacts associated with the circom circuit.

interface ZKEdDSAEventTicketPCDInitArgs {
    wasmFilePath: string;
    zkeyFilePath: string;
}

Properties

wasmFilePath: string
zkeyFilePath: string

Generated using TypeDoc