UNPKG

@neo-one/smart-contract-compiler-esnext-esm

Version:

NEO•ONE TypeScript smart contract compiler.

11 lines (9 loc) 285 B
import { Types } from '../../../constants'; import { WrapHelper } from '../WrapHelper'; export class WrapAttributeHelper extends WrapHelper { constructor() { super(...arguments); this.type = Types.Attribute; } } //# sourceMappingURL=WrapAttributeHelper.js.map