performTemplateSubstitution
performTemplateSubstitution(
tealCode,templateParams?):string
Defined in: src/app-deploy.ts:309
Parameters
tealCode
string
The TEAL logic to compile
templateParams?
TealTemplateParams
Any parameters to replace in the .teal file before compiling
Returns
string
The TEAL code with replacements