UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

12 lines (11 loc) 330 B
import { ProgramCounter } from './ProgramCounter'; export declare class ProgramCounterHelper { private readonly pc; private readonly first; private readonly last; constructor(pc: () => number); getFirst(): ProgramCounter; getCurrent(): ProgramCounter; getLast(): ProgramCounter; setLast(): void; }