UNPKG

chaingate

Version:

A complete TypeScript library for connecting to and making transactions on different blockchains

16 lines 550 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LitecoinWallet = void 0; const Bech32UtxoWallet_1 = require("../../abstract/Bech32UtxoWallet/Bech32UtxoWallet"); class LitecoinWallet extends Bech32UtxoWallet_1.Bech32UtxoWallet { constructor(utils, transports) { super(utils, transports, { bech32: 'ltc', pubKeyHash: 0x30, scriptHash: 0x32, wif: 0xb0, }); } } exports.LitecoinWallet = LitecoinWallet; //# sourceMappingURL=LitecoinWallet.js.map