Skip to content

CompileLogicSigOptions

Algorand TypeScript


Algorand TypeScript / index / CompileLogicSigOptions

CompileLogicSigOptions = object

Defined in: compiled.ts:90

Options for compiling a logic signature

optional templateVars: 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


optional templateVarsPrefix: 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_)