Interface ExecutableSpec

Specification to load a compiled SQRL file into the JavaScript runtime. The optional fields are not required for the runtime, but are used elsewhere.

Hierarchy

  • ExecutableSpec

Properties

features?: FeatureDocMap
slotCosts: number[]
slotJs: string[]
slotNames: string[]
slotRecursiveCosts: number[]
usedFiles: string[]

Generated using TypeDoc