bitcore-wallet-service
Version:
A service for Mutisig HD Bitcoin Wallets
12 lines • 378 B
JavaScript
;
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