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

    Variable generateTemplateIdentifierConst

    generateTemplateIdentifier: (template: XOTemplate) => string

    Generates a deterministic template identifier by hashing the template.

    Note: This expects a template that has been validated by parseTemplate.

    Type Declaration

      • (template: XOTemplate): string
      • Parameters

        • template: XOTemplate

          The template to generate an identifier for.

        Returns string

        The sha256 hex identifier for the template.