UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

7 lines (6 loc) 224 B
import { Types } from '../../../constants'; import { WrapHelper } from '../WrapHelper'; export declare class WrapNullHelper extends WrapHelper { protected readonly length = 1; protected readonly type = Types.Null; }