UNPKG

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

Version:

NEO•ONE TypeScript smart contract compiler.

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