@neo-one/smart-contract-compiler
Version:
NEO•ONE TypeScript smart contract compiler.
14 lines (12 loc) • 390 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BuiltinInterface = void 0;
const types_1 = require("./types");
class BuiltinInterface {
constructor() {
this.types = new Set([types_1.BuiltinType.Interface]);
this.canImplement = false;
}
}
exports.BuiltinInterface = BuiltinInterface;
//# sourceMappingURL=BuiltinInterface.js.map