interface EthereumGroupPCDInitArgs {
    addrMembershipConfig: ProverConfig;
    pubkeyMembershipConfig: ProverConfig;
    wasmFilePath: string;
    zkeyFilePath: string;
}

Properties

addrMembershipConfig: ProverConfig
pubkeyMembershipConfig: ProverConfig
wasmFilePath: string
zkeyFilePath: string

Generated using TypeDoc