x402-chainlink
    Preparing search index...

    Variable CRE_WORKFLOW_RESULT_SCHEMAConst

    CRE_WORKFLOW_RESULT_SCHEMA: ZodObject<
        {
            consensusReached: ZodBoolean;
            error: ZodOptional<ZodString>;
            executionId: ZodString;
            success: ZodBoolean;
            transactionHash: ZodOptional<ZodString>;
        },
        $strip,
    > = ...

    Schema for CRE workflow result