UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

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