UNPKG

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

Version:

NEO•ONE TypeScript smart contract compiler.

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