UNPKG

chaingate

Version:

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

17 lines 726 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BitcoinTestnetUtils = void 0; const CurrencyInfo_1 = require("../../CurrencyInfo"); const Bech32UtxoCurrencyUtils_1 = require("../abstract/Bech32UtxoCurrencyUtils/Bech32UtxoCurrencyUtils"); class BitcoinTestnetUtils extends Bech32UtxoCurrencyUtils_1.Bech32UtxoCurrencyUtils { constructor(context) { super(context, CurrencyInfo_1.BitcoinTestnetInfo, 'bitcointestnet', { bech32: 'tb', pubKeyHash: 0x6f, scriptHash: 0xc4, wif: 0xef, }, '\x18Bitcoin Signed Message:\n'); } } exports.BitcoinTestnetUtils = BitcoinTestnetUtils; //# sourceMappingURL=BitcoinTestnetUtils.js.map