Algorand TypeScript
    Preparing search index...

    Function TemplateVar

    • Declare a template variable which can be replaced at compile time with an environment specific value.

      The final variable name will be prefix + variableName

      Type Parameters

      • T

      Parameters

      • variableName: string

        The key used to identify the variable.

      • prefix: string = 'TMPL_'

        The prefix to apply the variable name (Defaults to 'TMPL_')

      Returns T