Variable VotingProtocolConfigSchemaConst
VotingProtocolConfigSchema: ZodObject<
{
committeeSize: ZodDefault<ZodNumber>;
maxRounds: ZodDefault<ZodNumber>;
roundTimeoutMs: ZodDefault<ZodNumber>;
agreementThreshold: ZodDefault<ZodNumber>;
enableAntiSycophancy: ZodDefault<ZodBoolean>;
sycophancyThreshold: ZodDefault<ZodNumber>;
},
$strip,
> = ...