UNPKG

bitcore-wallet-service

Version:
12 lines 378 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LtcChain = void 0; const crypto_wallet_core_1 = require("crypto-wallet-core"); const btc_1 = require("../btc"); class LtcChain extends btc_1.BtcChain { constructor() { super(crypto_wallet_core_1.BitcoreLibLtc); } } exports.LtcChain = LtcChain; //# sourceMappingURL=index.js.map