CompileLogicSigOptions
@algorandfoundation/algorand-typescript
@algorandfoundation/algorand-typescript / index / CompileLogicSigOptions
Type Alias: CompileLogicSigOptions
Section titled “Type Alias: CompileLogicSigOptions”CompileLogicSigOptions:
object
Defined in: packages/algo-ts/src/compiled.ts:90
Options for compiling a logic signature
Type declaration
Section titled “Type declaration”templateVars?
Section titled “templateVars?”
optionaltemplateVars:Record<string,DeliberateAny>
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
Prefix to add to provided template vars, defaults to the prefix supplied on command line (which defaults to TMPL_)