UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

10 lines (8 loc) 230 B
import { Helper } from '../Helper'; export class StructuredStorageBaseHelper extends Helper { constructor({ type }) { super(); this.type = type; } } //# sourceMappingURL=StructuredStorageBaseHelper.js.map