Interface CompilationDirectiveLocking<CompilerType, CompilationDataType>

Type Parameters

  • CompilerType

  • CompilationDataType

Hierarchy

Properties

Properties

compiler: CompilerType

The Compiler with which to generate bytecode.

data?: CompilationDataType

The CompilationData required to compile the specified script.

script: string

The script ID to compile.

Generated using TypeDoc