UNPKG

@substrate/api-sidecar

Version:

REST service that makes it easy to interact with blockchain nodes built using Substrate's FRAME framework.

85 lines 4.35 kB
"use strict"; // Copyright 2017-2025 Parity Technologies (UK) Ltd. // This file is part of Substrate API Sidecar. // // Substrate API Sidecar is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); __exportStar(require("./AccountAssets"), exports); __exportStar(require("./AccountBalanceInfo"), exports); __exportStar(require("./AccountConvert"), exports); __exportStar(require("./AccountPoolAssets"), exports); __exportStar(require("./AccountProxyInfo"), exports); __exportStar(require("./AccountStakingInfo"), exports); __exportStar(require("./AccountStakingPayouts"), exports); __exportStar(require("./AccountVestingInfo"), exports); __exportStar(require("./Assets"), exports); __exportStar(require("./At"), exports); __exportStar(require("./Block"), exports); __exportStar(require("./BlockParaInclusions"), exports); __exportStar(require("./BlockRaw"), exports); __exportStar(require("./BlockXCMMessages"), exports); __exportStar(require("./Coretime"), exports); __exportStar(require("./EraPayouts"), exports); __exportStar(require("./Extrinsic"), exports); __exportStar(require("./ForeignAssets"), exports); __exportStar(require("./FrameMethod"), exports); __exportStar(require("./MetadataCode"), exports); __exportStar(require("./NodeNetwork"), exports); __exportStar(require("./NodeTransactionPool"), exports); __exportStar(require("./NodeVersion"), exports); __exportStar(require("./Pallet"), exports); __exportStar(require("./PalletAssetConversion"), exports); __exportStar(require("./PalletConstants"), exports); __exportStar(require("./PalletConstantsItem"), exports); __exportStar(require("./PalletDispatchables"), exports); __exportStar(require("./PalletDispatchablesItem"), exports); __exportStar(require("./PalletErrors"), exports); __exportStar(require("./PalletErrorsItem"), exports); __exportStar(require("./PalletEvents"), exports); __exportStar(require("./PalletEventsItem"), exports); __exportStar(require("./PalletNominationPools"), exports); __exportStar(require("./PalletOnGoingReferenda"), exports); __exportStar(require("./PalletStakingProgress"), exports); __exportStar(require("./PalletStakingValidators"), exports); __exportStar(require("./PalletStorage"), exports); __exportStar(require("./PalletStorageItem"), exports); __exportStar(require("./ParachainInclusion"), exports); __exportStar(require("./Paras"), exports); __exportStar(require("./Payout"), exports); __exportStar(require("./PoolAssets"), exports); __exportStar(require("./RuntimeSpec"), exports); __exportStar(require("./SanitizedArgs"), exports); __exportStar(require("./SanitizedCall"), exports); __exportStar(require("./SanitizedErrorItemMetadata"), exports); __exportStar(require("./SanitizedEvent"), exports); __exportStar(require("./SanitizedEventItemMetadata"), exports); __exportStar(require("./SanitizedStorageItemMetadata"), exports); __exportStar(require("./TransactionDryRun"), exports); __exportStar(require("./TransactionMaterial"), exports); __exportStar(require("./ValidateAddress"), exports); //# sourceMappingURL=index.js.map