UNPKG

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

Version:

NEO•ONE TypeScript smart contract compiler.

10 lines (8 loc) 258 B
import { GetObjectHelperBase } from './GetObjectHelperBase'; export class GetSymbolObjectHelper extends GetObjectHelperBase { constructor() { super(...arguments); this.index = 1; } } //# sourceMappingURL=GetSymbolObjectHelper.js.map