UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

9 lines (7 loc) 185 B
import { BuiltinType } from './types'; export class BuiltinCall { constructor() { this.types = new Set([BuiltinType.Call]); } } //# sourceMappingURL=BuiltinCall.js.map