UNPKG

koobor-sdk

Version:
18 lines 553 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BlockchainInfo = void 0; var BlockchainInfo = /** @class */ (function () { function BlockchainInfo(chainId) { this._chainId = chainId; } Object.defineProperty(BlockchainInfo.prototype, "chainId", { get: function () { return this._chainId; }, enumerable: false, configurable: true }); return BlockchainInfo; }()); exports.BlockchainInfo = BlockchainInfo; //# sourceMappingURL=BlockchainInfo.js.map