UNPKG

@darwinia/types

Version:
27 lines (25 loc) 569 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; // Copyright 2017-2022 @darwinia/types authors & contributors // SPDX-License-Identifier: Apache-2.0 // order important in structs... :) /* eslint-disable sort-keys */ var _default = { rpc: {}, types: { MMRProofResult: { mmrSize: 'u64', proof: 'Text' }, NodeIndex: 'u64', MmrNodesPruningConfiguration: { step: 'NodeIndex', progress: 'NodeIndex', lastPosition: 'NodeIndex' } } }; exports.default = _default;