UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

6 lines (5 loc) 199 B
import { Types } from '../../../constants'; import { WrapHelper } from '../WrapHelper'; export declare class WrapAttributeHelper extends WrapHelper { protected readonly type = Types.Attribute; }