UNPKG

chaingate

Version:

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

17 lines 702 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LitecoinUtils = void 0; const CurrencyInfo_1 = require("../../CurrencyInfo"); const Bech32UtxoCurrencyUtils_1 = require("../abstract/Bech32UtxoCurrencyUtils/Bech32UtxoCurrencyUtils"); class LitecoinUtils extends Bech32UtxoCurrencyUtils_1.Bech32UtxoCurrencyUtils { constructor(client, markets) { super(client, CurrencyInfo_1.LitecoinInfo, markets, 'litecoin', { bech32: 'ltc', pubKeyHash: 0x30, scriptHash: 0x32, wif: 0xb0, }, '\x19Litecoin Signed Message:\n'); } } exports.LitecoinUtils = LitecoinUtils; //# sourceMappingURL=LitecoinUtils.js.map