Type alias GPCPCDInitArgs

GPCPCDInitArgs: {
    zkArtifactPath: string;
}

Interface containing the arguments that 3rd parties use to initialize this PCD package.

This is the root path from which to fetch the ZK artifacts required to prove and verify. This can be a URL (in browser) or a file path (in Node server or utests).

Type declaration

  • zkArtifactPath: string

Generated using TypeDoc