CompileLogicSigOptions
Algorand TypeScript / index / CompileLogicSigOptions
CompileLogicSigOptions =
object
Defined in: compiled.ts:90
Options for compiling a logic signature
Properties
Section titled “Properties”templateVars?
Section titled “templateVars?”
optionaltemplateVars:Record<string,DeliberateAny>
Defined in: compiled.ts:95
Template variables to substitute into the contract, key should be without the prefix, must evaluate to a compile time constant and match the type of the template var declaration
templateVarsPrefix?
Section titled “templateVarsPrefix?”
optionaltemplateVarsPrefix:string
Defined in: compiled.ts:99
Prefix to add to provided template vars, defaults to the prefix supplied on command line (which defaults to TMPL_)