UNPKG

@saturnbtcio/bip322-js

Version:

A Javascript library that provides utility functions related to the BIP-322 signature scheme

15 lines 415 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BITCOIN_NETWORK_JS_LIB_TESTNET4 = void 0; exports.BITCOIN_NETWORK_JS_LIB_TESTNET4 = { messagePrefix: "\x18Bitcoin Signed Message:\n", bech32: "tb", bip32: { public: 0x043587cf, private: 0x04358394, }, pubKeyHash: 0x1c, scriptHash: 0x16, wif: 0x3f, }; //# sourceMappingURL=Network.js.map