Type alias ResolvedSegmentScriptBytecode<ProgramState>

ResolvedSegmentScriptBytecode<ProgramState>: ResolvedSegmentBase & {
    script: string;
    source: CompilationResultSuccess<ProgramState>;
    type: "bytecode";
    value: Uint8Array;
}

Type Parameters

  • ProgramState

Type declaration

Generated using TypeDoc