UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

9 lines (7 loc) 132 B
export class Jump { constructor(op, pc) { this.op = op; this.pc = pc; } } //# sourceMappingURL=Jump.js.map