UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

10 lines (8 loc) 235 B
import { BuiltinType } from './types'; export class BuiltinInterface { constructor() { this.types = new Set([BuiltinType.Interface]); this.canImplement = false; } } //# sourceMappingURL=BuiltinInterface.js.map