@xo-cash/utils
    Preparing search index...

    Variable xoTemplateLockingScriptIntentSchemaConst

    xoTemplateLockingScriptIntentSchema: ZodObject<
        {
            constants: ZodOptional<(...)>;
            generate: ZodOptional<(...)>;
            lockingScript: ZodString;
            role: ZodOptional<(...)>;
            secrets: ZodOptional<(...)>;
            templateIdentifier: ZodOptional<(...)>;
            variables: ZodOptional<(...)>;
        },
        $strict,
    > = ...

    Validation schema for a locking script intent. Extends the base intent structure with a locking script identifier.

    The location of this schema in the template JSON is not yet determined.