UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

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