mainnet-js 2.3.14 → 2.3.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.html CHANGED
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <title>The Empty Mainnet App</title>
6
- <meta name="viewport" content="width=device-width, initial-scale=1"><script defer src="mainnet-2.3.14.js"></script></head>
6
+ <meta name="viewport" content="width=device-width, initial-scale=1"><script defer src="mainnet-2.3.15.js"></script></head>
7
7
  <body><script>document.addEventListener("DOMContentLoaded", async (event) => Object.assign(globalThis, await __mainnetPromise))</script>
8
8
  </body>
9
9
  </html>
@@ -124,7 +124,7 @@ eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harm
124
124
  \***********************/
125
125
  /***/ ((module, __webpack_exports__, __webpack_require__) => {
126
126
 
127
- eval("__webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __webpack_async_result__) => { try {\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"Config\": () => (/* binding */ Config)\n/* harmony export */ });\n/* harmony import */ var _scure_bip39_wordlists_english__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @scure/bip39/wordlists/english */ \"../../node_modules/@scure/bip39/esm/wordlists/english.js\");\n/* harmony import */ var _constant_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./constant.js */ \"./src/constant.ts\");\n/* harmony import */ var _bitauth_libauth__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @bitauth/libauth */ \"./node_modules/@bitauth/libauth/build/lib/format/hex.js\");\n/* harmony import */ var _bitauth_libauth__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @bitauth/libauth */ \"./node_modules/@bitauth/libauth/build/lib/crypto/default-crypto-instances.js\");\n/* harmony import */ var _bitauth_libauth__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @bitauth/libauth */ \"./node_modules/@bitauth/libauth/build/lib/format/utf8.js\");\nvar __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([_bitauth_libauth__WEBPACK_IMPORTED_MODULE_2__]);\n_bitauth_libauth__WEBPACK_IMPORTED_MODULE_2__ = (__webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__)[0];\n\n\n\nclass Config {\n static setIpfsGateway(ipfsGateway) {\n this.DefaultIpfsGateway = ipfsGateway;\n }\n static setWordlist(wordlist) {\n let checksum = (0,_bitauth_libauth__WEBPACK_IMPORTED_MODULE_1__.binToHex)(_bitauth_libauth__WEBPACK_IMPORTED_MODULE_2__.sha256.hash((0,_bitauth_libauth__WEBPACK_IMPORTED_MODULE_3__.utf8ToBin)(wordlist.join(\" \"))));\n if (!Object.values(_constant_js__WEBPACK_IMPORTED_MODULE_4__.WORDLIST_CHECKSUMS).includes(checksum))\n throw Error(\"Error matching provided wordlist to a known list, see @scure/bip39/wordlists\");\n Config.DefaultWordlist = wordlist;\n }\n static getWordlist() {\n return [...Config.DefaultWordlist];\n }\n}\n// enforces all token-related methods to specify tokenaddr as recepient and change cashaddr\nConfig.EnforceCashTokenReceiptAddresses = false;\nConfig.DefaultParentDerivationPath = \"m/44'/0'/0'\";\nConfig.DefaultIpfsGateway = \"https://dweb.link/ipfs/\";\nConfig.DefaultCurrency = \"usd\";\nConfig.DefaultWordlist = _scure_bip39_wordlists_english__WEBPACK_IMPORTED_MODULE_0__.wordlist;\n\n__webpack_async_result__();\n} catch(e) { __webpack_async_result__(e); } });\n\n//# sourceURL=webpack://mainnet-js/./src/config.ts?");
127
+ eval("__webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __webpack_async_result__) => { try {\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"Config\": () => (/* binding */ Config)\n/* harmony export */ });\n/* harmony import */ var _scure_bip39_wordlists_english__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @scure/bip39/wordlists/english */ \"../../node_modules/@scure/bip39/esm/wordlists/english.js\");\n/* harmony import */ var _constant_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./constant.js */ \"./src/constant.ts\");\n/* harmony import */ var _bitauth_libauth__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @bitauth/libauth */ \"./node_modules/@bitauth/libauth/build/lib/format/hex.js\");\n/* harmony import */ var _bitauth_libauth__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @bitauth/libauth */ \"./node_modules/@bitauth/libauth/build/lib/crypto/default-crypto-instances.js\");\n/* harmony import */ var _bitauth_libauth__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @bitauth/libauth */ \"./node_modules/@bitauth/libauth/build/lib/format/utf8.js\");\nvar __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([_bitauth_libauth__WEBPACK_IMPORTED_MODULE_2__]);\n_bitauth_libauth__WEBPACK_IMPORTED_MODULE_2__ = (__webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__)[0];\n\n\n\nclass Config {\n static setIpfsGateway(ipfsGateway) {\n this.DefaultIpfsGateway = ipfsGateway;\n }\n static setWordlist(wordlist) {\n let checksum = (0,_bitauth_libauth__WEBPACK_IMPORTED_MODULE_1__.binToHex)(_bitauth_libauth__WEBPACK_IMPORTED_MODULE_2__.sha256.hash((0,_bitauth_libauth__WEBPACK_IMPORTED_MODULE_3__.utf8ToBin)(wordlist.join(\" \"))));\n if (!Object.values(_constant_js__WEBPACK_IMPORTED_MODULE_4__.WORDLIST_CHECKSUMS).includes(checksum))\n throw Error(\"Error matching provided wordlist to a known list, see @scure/bip39/wordlists\");\n Config.DefaultWordlist = wordlist;\n }\n static getWordlist() {\n return [...Config.DefaultWordlist];\n }\n}\n// enforces all token-related methods to specify tokenaddr as recepient and change cashaddr\nConfig.EnforceCashTokenReceiptAddresses = false;\nConfig.DefaultParentDerivationPath = \"m/44'/0'/0'\";\nConfig.DefaultIpfsGateway = \"https://dweb.link/ipfs/\";\n// default currency for balance and rate conversions\nConfig.DefaultCurrency = \"usd\";\n// caches the raw transactions in browser's local storage instead of memory\nConfig.UseLocalStorageCache = false;\nConfig.DefaultWordlist = _scure_bip39_wordlists_english__WEBPACK_IMPORTED_MODULE_0__.wordlist;\n\n__webpack_async_result__();\n} catch(e) { __webpack_async_result__(e); } });\n\n//# sourceURL=webpack://mainnet-js/./src/config.ts?");
128
128
 
129
129
  /***/ }),
130
130
 
@@ -264,7 +264,7 @@ eval("__webpack_require__.a(module, async (__webpack_handle_async_dependencies__
264
264
  \************************************************/
265
265
  /***/ ((module, __webpack_exports__, __webpack_require__) => {
266
266
 
267
- eval("__webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __webpack_async_result__) => { try {\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ ElectrumNetworkProvider)\n/* harmony export */ });\n/* harmony import */ var electrum_cash__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! electrum-cash */ \"../../node_modules/electrum-cash/dist/index.mjs.js\");\n/* harmony import */ var _interface_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../interface.js */ \"./src/interface.ts\");\n/* harmony import */ var _util_delay_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../util/delay.js */ \"./src/util/delay.ts\");\n/* harmony import */ var _util_transaction_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../util/transaction.js */ \"./src/util/transaction.ts\");\nvar __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([_util_transaction_js__WEBPACK_IMPORTED_MODULE_2__]);\n_util_transaction_js__WEBPACK_IMPORTED_MODULE_2__ = (__webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__)[0];\n\n\n\n\nclass ElectrumNetworkProvider {\n constructor(electrum, network = _interface_js__WEBPACK_IMPORTED_MODULE_1__.Network.MAINNET, manualConnectionManagement) {\n this.network = network;\n this.manualConnectionManagement = manualConnectionManagement;\n this.subscriptions = 0;\n this.blockHeight = 0;\n if (electrum) {\n this.electrum = electrum;\n this.connectPromise = this.getConnectPromise();\n if (this.electrum instanceof electrum_cash__WEBPACK_IMPORTED_MODULE_0__.ElectrumCluster) {\n this.version = this.electrum.version;\n }\n else {\n this.version = this.electrum.connection.version;\n }\n }\n else {\n throw new Error(`A electrum-cash cluster or client is required.`);\n }\n }\n async getConnectPromise(_timeout = 3000) {\n // connects to the electrum cash and waits until the connection is ready to accept requests\n let timeoutHandle;\n await Promise.race([\n new Promise(async (resolve) => {\n this.connectPromise = undefined;\n if (this.electrum instanceof electrum_cash__WEBPACK_IMPORTED_MODULE_0__.ElectrumCluster) {\n try {\n await this.connectCluster();\n }\n catch (e) {\n console.warn(`Unable to connect to one or more electrum-cash hosts: ${JSON.stringify(e)}`);\n }\n resolve(await this.readyCluster());\n }\n else {\n resolve(await this.connectClient());\n }\n }),\n // new Promise(\n // (_resolve, reject) =>\n // (timeoutHandle = setTimeout(() => {\n // reject(\n // new Error(`Timeout connecting to electrum network: ${this.network}`)\n // );\n // }, _timeout))\n // ),\n ]);\n clearTimeout(timeoutHandle);\n }\n async getUtxos(cashaddr) {\n const result = (await this.performRequest(\"blockchain.address.listunspent\", cashaddr, \"include_tokens\"));\n return result.map((utxo) => ({\n txid: utxo.tx_hash,\n vout: utxo.tx_pos,\n satoshis: utxo.value,\n height: utxo.height,\n token: utxo.token_data\n ? {\n amount: BigInt(utxo.token_data.amount),\n tokenId: utxo.token_data.category,\n capability: utxo.token_data.nft?.capability,\n commitment: utxo.token_data.nft?.commitment,\n }\n : undefined,\n }));\n }\n async getBalance(cashaddr) {\n const result = (await this.performRequest(\"blockchain.address.get_balance\", cashaddr));\n return result.confirmed + result.unconfirmed;\n }\n async getBlockHeight() {\n return (await this.performRequest(\"blockchain.headers.get_tip\"))\n .height;\n }\n async getRawTransaction(txHash, verbose = false, loadInputValues = false) {\n const key = `${this.network}-${txHash}-${verbose}-${loadInputValues}`;\n if (ElectrumNetworkProvider.rawTransactionCache[key]) {\n return ElectrumNetworkProvider.rawTransactionCache[key];\n }\n try {\n const transaction = (await this.performRequest(\"blockchain.transaction.get\", txHash, verbose));\n ElectrumNetworkProvider.rawTransactionCache[key] = transaction;\n if (verbose && loadInputValues) {\n // get unique transaction hashes\n const hashes = [...new Set(transaction.vin.map((val) => val.txid))];\n const transactions = await Promise.all(hashes.map((hash) => this.getRawTransactionObject(hash, false)));\n const transactionMap = new Map();\n transactions.forEach((val) => transactionMap.set(val.hash, val));\n transaction.vin.forEach((input) => {\n const output = transactionMap\n .get(input.txid)\n .vout.find((val) => val.n === input.vout);\n input.address = output.scriptPubKey.addresses[0];\n input.value = output.value;\n input.tokenData = output.tokenData;\n });\n }\n return transaction;\n }\n catch (error) {\n if (error.message.indexOf(\"No such mempool or blockchain transaction.\") > -1)\n throw Error(`Could not decode transaction ${txHash}. It might not exist on the current blockchain (${this.network}).`);\n else\n throw error;\n }\n }\n // gets the decoded transaction in human readable form\n async getRawTransactionObject(txHash, loadInputValues = false) {\n return (await this.getRawTransaction(txHash, true, loadInputValues));\n }\n async sendRawTransaction(txHex, awaitPropagation = true) {\n return new Promise(async (resolve, reject) => {\n let txHash = await (0,_util_transaction_js__WEBPACK_IMPORTED_MODULE_2__.getTransactionHash)(txHex);\n if (!awaitPropagation) {\n this.performRequest(\"blockchain.transaction.broadcast\", txHex);\n resolve(txHash);\n }\n else {\n const waitForTransactionCallback = async (data) => {\n if (data && data[0] === txHash) {\n this.unsubscribeFromTransaction(txHash, waitForTransactionCallback);\n resolve(txHash);\n }\n };\n this.subscribeToTransaction(txHash, waitForTransactionCallback);\n this.performRequest(\"blockchain.transaction.broadcast\", txHex).catch((error) => {\n this.unsubscribeFromTransaction(txHash, waitForTransactionCallback);\n reject(error);\n });\n }\n });\n }\n // Get transaction history of a given cashaddr\n async getHistory(cashaddr) {\n const result = (await this.performRequest(\"blockchain.address.get_history\", cashaddr));\n return result;\n }\n // Get the minimum fee a low-priority transaction must pay in order to be accepted to the daemon's memory pool.\n async getRelayFee() {\n const result = (await this.performRequest(\"blockchain.relayfee\"));\n return result;\n }\n watchAddressStatus(cashaddr, callback) {\n const watchAddressStatusCallback = async (data) => {\n // subscription acknowledgement is the latest known status or null if no status is known\n // status is an array: [ cashaddr, statusHash ]\n if (data instanceof Array) {\n const addr = data[0];\n if (addr !== cashaddr) {\n return;\n }\n const status = data[1];\n callback(status);\n }\n };\n this.subscribeToAddress(cashaddr, watchAddressStatusCallback);\n return async () => {\n await this.unsubscribeFromAddress(cashaddr, watchAddressStatusCallback);\n };\n }\n watchAddress(cashaddr, callback) {\n const historyMap = {};\n this.getHistory(cashaddr).then((history) => history.forEach((val) => (historyMap[val.tx_hash] = true)));\n const watchAddressStatusCallback = async () => {\n const newHistory = await this.getHistory(cashaddr);\n // sort history to put unconfirmed transactions in the beginning, then transactions in block height descenting order\n const txHashes = newHistory\n .sort((a, b) => a.height <= 0 || b.height <= 0 ? -1 : b.height - a.height)\n .map((val) => val.tx_hash);\n for (const hash of txHashes) {\n if (!(hash in historyMap)) {\n historyMap[hash] = true;\n callback(hash);\n // exit early to prevent further map lookups\n break;\n }\n }\n };\n return this.watchAddressStatus(cashaddr, watchAddressStatusCallback);\n }\n watchAddressTransactions(cashaddr, callback) {\n return this.watchAddress(cashaddr, async (txHash) => {\n const tx = await this.getRawTransactionObject(txHash);\n callback(tx);\n });\n }\n watchAddressTokenTransactions(cashaddr, callback) {\n return this.watchAddress(cashaddr, async (txHash) => {\n const tx = await this.getRawTransactionObject(txHash, true);\n if (tx.vin.some((val) => val.tokenData) ||\n tx.vout.some((val) => val.tokenData)) {\n callback(tx);\n }\n });\n }\n // Wait for the next block or a block at given blockchain height.\n watchBlocks(callback) {\n let acknowledged = false;\n const waitForBlockCallback = (_header) => {\n if (!acknowledged) {\n acknowledged = true;\n return;\n }\n _header = _header instanceof Array ? _header[0] : _header;\n callback(_header);\n };\n this.subscribeToHeaders(waitForBlockCallback);\n return async () => {\n this.unsubscribeFromHeaders(waitForBlockCallback);\n };\n }\n // Wait for the next block or a block at given blockchain height.\n async waitForBlock(height) {\n return new Promise(async (resolve) => {\n const cancelWatch = this.watchBlocks(async (header) => {\n if (height === undefined || header.height >= height) {\n await cancelWatch();\n resolve(header);\n }\n });\n });\n }\n // subscribe to notifications sent when new block is found, the block header is sent to callback\n async subscribeToHeaders(callback) {\n await this.subscribeRequest(\"blockchain.headers.subscribe\", callback);\n }\n // unsubscribe to notifications sent when new block is found\n async unsubscribeFromHeaders(callback) {\n await this.unsubscribeRequest(\"blockchain.headers.subscribe\", callback);\n }\n async subscribeToAddress(cashaddr, callback) {\n await this.subscribeRequest(\"blockchain.address.subscribe\", callback, cashaddr);\n }\n async unsubscribeFromAddress(cashaddr, callback) {\n await this.unsubscribeRequest(\"blockchain.address.subscribe\", callback, cashaddr);\n }\n async subscribeToAddressTransactions(cashaddr, callback) {\n await this.subscribeRequest(\"blockchain.address.transactions.subscribe\", callback, cashaddr);\n }\n async unsubscribeFromAddressTransactions(cashaddr, callback) {\n await this.unsubscribeRequest(\"blockchain.address.transactions.subscribe\", callback, cashaddr);\n }\n async subscribeToTransaction(txHash, callback) {\n await this.subscribeRequest(\"blockchain.transaction.subscribe\", callback, txHash);\n }\n async unsubscribeFromTransaction(txHash, callback) {\n await this.unsubscribeRequest(\"blockchain.transaction.subscribe\", callback, txHash);\n }\n async performRequest(name, ...parameters) {\n await this.ready();\n const requestTimeout = new Promise(function (_resolve, reject) {\n setTimeout(function () {\n reject(\"electrum-cash request timed out, retrying\");\n }, 30000);\n }).catch(function (e) {\n throw e;\n });\n const request = this.electrum.request(name, ...parameters);\n return await Promise.race([request, requestTimeout])\n .then((value) => {\n if (value instanceof Error)\n throw value;\n let result = value;\n return result;\n })\n .catch(async () => {\n // console.warn(\n // \"initial electrum-cash request attempt timed out, retrying...\"\n // );\n return await Promise.race([request, requestTimeout])\n .then((value) => {\n if (value instanceof Error)\n throw value;\n let result = value;\n return result;\n })\n .catch(function (e) {\n throw e;\n });\n });\n }\n async subscribeRequest(methodName, callback, ...parameters) {\n await this.ready();\n const result = await this.electrum.subscribe(callback, methodName, ...parameters);\n this.subscriptions++;\n return result;\n }\n async unsubscribeRequest(methodName, callback, ...parameters) {\n await this.ready();\n const result = this.electrum.unsubscribe(callback, methodName, ...parameters);\n this.subscriptions--;\n return result;\n }\n async ready() {\n return (await this.connect());\n }\n async connect() {\n return await this.connectPromise;\n }\n disconnect() {\n if (this.subscriptions > 0) {\n // console.warn(\n // `Trying to disconnect a network provider with ${this.subscriptions} active subscriptions. This is in most cases a bad idea.`\n // );\n }\n return this.isElectrumClient()\n ? this.disconnectClient()\n : this.disconnectCluster();\n }\n isElectrumClient() {\n return this.electrum.hasOwnProperty(\"connection\");\n }\n async readyClient(timeout) {\n timeout = typeof timeout !== \"undefined\" ? timeout : 3000;\n let connectPromise = async () => {\n while (this.electrum.connection.status !==\n electrum_cash__WEBPACK_IMPORTED_MODULE_0__.ConnectionStatus.CONNECTED) {\n await (0,_util_delay_js__WEBPACK_IMPORTED_MODULE_3__.delay)(100);\n }\n return true;\n };\n return connectPromise;\n }\n async readyCluster(timeout) {\n timeout;\n return this.electrum.ready();\n }\n async connectCluster() {\n return this.electrum.startup();\n }\n async connectClient() {\n let connectionPromise = async () => {\n try {\n return await this.electrum.connect();\n }\n catch (e) {\n console.warn(`Warning: Failed to connect to client on ${this.network} at ${this.electrum.connection.host}.`, e);\n return;\n }\n };\n return [await connectionPromise()];\n }\n async disconnectCluster() {\n return this.electrum.shutdown();\n }\n async disconnectClient() {\n return [await this.electrum.disconnect(true)];\n }\n}\nElectrumNetworkProvider.rawTransactionCache = {};\n\n__webpack_async_result__();\n} catch(e) { __webpack_async_result__(e); } });\n\n//# sourceURL=webpack://mainnet-js/./src/network/ElectrumNetworkProvider.ts?");
267
+ eval("__webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __webpack_async_result__) => { try {\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ ElectrumNetworkProvider)\n/* harmony export */ });\n/* harmony import */ var electrum_cash__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! electrum-cash */ \"../../node_modules/electrum-cash/dist/index.mjs.js\");\n/* harmony import */ var _interface_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../interface.js */ \"./src/interface.ts\");\n/* harmony import */ var _util_delay_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../util/delay.js */ \"./src/util/delay.ts\");\n/* harmony import */ var _util_transaction_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../util/transaction.js */ \"./src/util/transaction.ts\");\n/* harmony import */ var _config_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../config.js */ \"./src/config.ts\");\nvar __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([_config_js__WEBPACK_IMPORTED_MODULE_2__, _util_transaction_js__WEBPACK_IMPORTED_MODULE_3__]);\n([_config_js__WEBPACK_IMPORTED_MODULE_2__, _util_transaction_js__WEBPACK_IMPORTED_MODULE_3__] = __webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__);\n\n\n\n\n\nclass ElectrumNetworkProvider {\n constructor(electrum, network = _interface_js__WEBPACK_IMPORTED_MODULE_1__.Network.MAINNET, manualConnectionManagement) {\n this.network = network;\n this.manualConnectionManagement = manualConnectionManagement;\n this.subscriptions = 0;\n this.blockHeight = 0;\n if (electrum) {\n this.electrum = electrum;\n this.connectPromise = this.getConnectPromise();\n if (this.electrum instanceof electrum_cash__WEBPACK_IMPORTED_MODULE_0__.ElectrumCluster) {\n this.version = this.electrum.version;\n }\n else {\n this.version = this.electrum.connection.version;\n }\n }\n else {\n throw new Error(`A electrum-cash cluster or client is required.`);\n }\n }\n async getConnectPromise(_timeout = 3000) {\n // connects to the electrum cash and waits until the connection is ready to accept requests\n let timeoutHandle;\n await Promise.race([\n new Promise(async (resolve) => {\n this.connectPromise = undefined;\n if (this.electrum instanceof electrum_cash__WEBPACK_IMPORTED_MODULE_0__.ElectrumCluster) {\n try {\n await this.connectCluster();\n }\n catch (e) {\n console.warn(`Unable to connect to one or more electrum-cash hosts: ${JSON.stringify(e)}`);\n }\n resolve(await this.readyCluster());\n }\n else {\n resolve(await this.connectClient());\n }\n }),\n // new Promise(\n // (_resolve, reject) =>\n // (timeoutHandle = setTimeout(() => {\n // reject(\n // new Error(`Timeout connecting to electrum network: ${this.network}`)\n // );\n // }, _timeout))\n // ),\n ]);\n clearTimeout(timeoutHandle);\n }\n async getUtxos(cashaddr) {\n const result = (await this.performRequest(\"blockchain.address.listunspent\", cashaddr, \"include_tokens\"));\n return result.map((utxo) => ({\n txid: utxo.tx_hash,\n vout: utxo.tx_pos,\n satoshis: utxo.value,\n height: utxo.height,\n token: utxo.token_data\n ? {\n amount: BigInt(utxo.token_data.amount),\n tokenId: utxo.token_data.category,\n capability: utxo.token_data.nft?.capability,\n commitment: utxo.token_data.nft?.commitment,\n }\n : undefined,\n }));\n }\n async getBalance(cashaddr) {\n const result = (await this.performRequest(\"blockchain.address.get_balance\", cashaddr));\n return result.confirmed + result.unconfirmed;\n }\n async getBlockHeight() {\n return (await this.performRequest(\"blockchain.headers.get_tip\"))\n .height;\n }\n async getRawTransaction(txHash, verbose = false, loadInputValues = false) {\n const key = `${this.network}-${txHash}-${verbose}-${loadInputValues}`;\n if (_config_js__WEBPACK_IMPORTED_MODULE_2__.Config.UseLocalStorageCache) {\n const cached = localStorage.getItem(key);\n if (cached) {\n return verbose ? JSON.parse(cached) : cached;\n }\n }\n else {\n ElectrumNetworkProvider.rawTransactionCache[key];\n }\n try {\n const transaction = (await this.performRequest(\"blockchain.transaction.get\", txHash, verbose));\n if (_config_js__WEBPACK_IMPORTED_MODULE_2__.Config.UseLocalStorageCache) {\n localStorage.setItem(key, verbose\n ? JSON.stringify(transaction)\n : transaction);\n }\n else {\n ElectrumNetworkProvider.rawTransactionCache[key] = transaction;\n }\n if (verbose && loadInputValues) {\n // get unique transaction hashes\n const hashes = [...new Set(transaction.vin.map((val) => val.txid))];\n const transactions = await Promise.all(hashes.map((hash) => this.getRawTransactionObject(hash, false)));\n const transactionMap = new Map();\n transactions.forEach((val) => transactionMap.set(val.hash, val));\n transaction.vin.forEach((input) => {\n const output = transactionMap\n .get(input.txid)\n .vout.find((val) => val.n === input.vout);\n input.address = output.scriptPubKey.addresses[0];\n input.value = output.value;\n input.tokenData = output.tokenData;\n });\n }\n return transaction;\n }\n catch (error) {\n if (error.message.indexOf(\"No such mempool or blockchain transaction.\") > -1)\n throw Error(`Could not decode transaction ${txHash}. It might not exist on the current blockchain (${this.network}).`);\n else\n throw error;\n }\n }\n // gets the decoded transaction in human readable form\n async getRawTransactionObject(txHash, loadInputValues = false) {\n return (await this.getRawTransaction(txHash, true, loadInputValues));\n }\n async sendRawTransaction(txHex, awaitPropagation = true) {\n return new Promise(async (resolve, reject) => {\n let txHash = await (0,_util_transaction_js__WEBPACK_IMPORTED_MODULE_3__.getTransactionHash)(txHex);\n if (!awaitPropagation) {\n this.performRequest(\"blockchain.transaction.broadcast\", txHex);\n resolve(txHash);\n }\n else {\n const waitForTransactionCallback = async (data) => {\n if (data && data[0] === txHash) {\n this.unsubscribeFromTransaction(txHash, waitForTransactionCallback);\n resolve(txHash);\n }\n };\n this.subscribeToTransaction(txHash, waitForTransactionCallback);\n this.performRequest(\"blockchain.transaction.broadcast\", txHex).catch((error) => {\n this.unsubscribeFromTransaction(txHash, waitForTransactionCallback);\n reject(error);\n });\n }\n });\n }\n // Get transaction history of a given cashaddr\n async getHistory(cashaddr) {\n const result = (await this.performRequest(\"blockchain.address.get_history\", cashaddr));\n return result;\n }\n // Get the minimum fee a low-priority transaction must pay in order to be accepted to the daemon's memory pool.\n async getRelayFee() {\n const result = (await this.performRequest(\"blockchain.relayfee\"));\n return result;\n }\n watchAddressStatus(cashaddr, callback) {\n const watchAddressStatusCallback = async (data) => {\n // subscription acknowledgement is the latest known status or null if no status is known\n // status is an array: [ cashaddr, statusHash ]\n if (data instanceof Array) {\n const addr = data[0];\n if (addr !== cashaddr) {\n return;\n }\n const status = data[1];\n callback(status);\n }\n };\n this.subscribeToAddress(cashaddr, watchAddressStatusCallback);\n return async () => {\n await this.unsubscribeFromAddress(cashaddr, watchAddressStatusCallback);\n };\n }\n watchAddress(cashaddr, callback) {\n const historyMap = {};\n this.getHistory(cashaddr).then((history) => history.forEach((val) => (historyMap[val.tx_hash] = true)));\n const watchAddressStatusCallback = async () => {\n const newHistory = await this.getHistory(cashaddr);\n // sort history to put unconfirmed transactions in the beginning, then transactions in block height descenting order\n const txHashes = newHistory\n .sort((a, b) => a.height <= 0 || b.height <= 0 ? -1 : b.height - a.height)\n .map((val) => val.tx_hash);\n for (const hash of txHashes) {\n if (!(hash in historyMap)) {\n historyMap[hash] = true;\n callback(hash);\n // exit early to prevent further map lookups\n break;\n }\n }\n };\n return this.watchAddressStatus(cashaddr, watchAddressStatusCallback);\n }\n watchAddressTransactions(cashaddr, callback) {\n return this.watchAddress(cashaddr, async (txHash) => {\n const tx = await this.getRawTransactionObject(txHash);\n callback(tx);\n });\n }\n watchAddressTokenTransactions(cashaddr, callback) {\n return this.watchAddress(cashaddr, async (txHash) => {\n const tx = await this.getRawTransactionObject(txHash, true);\n if (tx.vin.some((val) => val.tokenData) ||\n tx.vout.some((val) => val.tokenData)) {\n callback(tx);\n }\n });\n }\n // Wait for the next block or a block at given blockchain height.\n watchBlocks(callback) {\n let acknowledged = false;\n const waitForBlockCallback = (_header) => {\n if (!acknowledged) {\n acknowledged = true;\n return;\n }\n _header = _header instanceof Array ? _header[0] : _header;\n callback(_header);\n };\n this.subscribeToHeaders(waitForBlockCallback);\n return async () => {\n this.unsubscribeFromHeaders(waitForBlockCallback);\n };\n }\n // Wait for the next block or a block at given blockchain height.\n async waitForBlock(height) {\n return new Promise(async (resolve) => {\n const cancelWatch = this.watchBlocks(async (header) => {\n if (height === undefined || header.height >= height) {\n await cancelWatch();\n resolve(header);\n }\n });\n });\n }\n // subscribe to notifications sent when new block is found, the block header is sent to callback\n async subscribeToHeaders(callback) {\n await this.subscribeRequest(\"blockchain.headers.subscribe\", callback);\n }\n // unsubscribe to notifications sent when new block is found\n async unsubscribeFromHeaders(callback) {\n await this.unsubscribeRequest(\"blockchain.headers.subscribe\", callback);\n }\n async subscribeToAddress(cashaddr, callback) {\n await this.subscribeRequest(\"blockchain.address.subscribe\", callback, cashaddr);\n }\n async unsubscribeFromAddress(cashaddr, callback) {\n await this.unsubscribeRequest(\"blockchain.address.subscribe\", callback, cashaddr);\n }\n async subscribeToAddressTransactions(cashaddr, callback) {\n await this.subscribeRequest(\"blockchain.address.transactions.subscribe\", callback, cashaddr);\n }\n async unsubscribeFromAddressTransactions(cashaddr, callback) {\n await this.unsubscribeRequest(\"blockchain.address.transactions.subscribe\", callback, cashaddr);\n }\n async subscribeToTransaction(txHash, callback) {\n await this.subscribeRequest(\"blockchain.transaction.subscribe\", callback, txHash);\n }\n async unsubscribeFromTransaction(txHash, callback) {\n await this.unsubscribeRequest(\"blockchain.transaction.subscribe\", callback, txHash);\n }\n async performRequest(name, ...parameters) {\n await this.ready();\n const requestTimeout = new Promise(function (_resolve, reject) {\n setTimeout(function () {\n reject(\"electrum-cash request timed out, retrying\");\n }, 30000);\n }).catch(function (e) {\n throw e;\n });\n const request = this.electrum.request(name, ...parameters);\n return await Promise.race([request, requestTimeout])\n .then((value) => {\n if (value instanceof Error)\n throw value;\n let result = value;\n return result;\n })\n .catch(async () => {\n // console.warn(\n // \"initial electrum-cash request attempt timed out, retrying...\"\n // );\n return await Promise.race([request, requestTimeout])\n .then((value) => {\n if (value instanceof Error)\n throw value;\n let result = value;\n return result;\n })\n .catch(function (e) {\n throw e;\n });\n });\n }\n async subscribeRequest(methodName, callback, ...parameters) {\n await this.ready();\n const result = await this.electrum.subscribe(callback, methodName, ...parameters);\n this.subscriptions++;\n return result;\n }\n async unsubscribeRequest(methodName, callback, ...parameters) {\n await this.ready();\n const result = this.electrum.unsubscribe(callback, methodName, ...parameters);\n this.subscriptions--;\n return result;\n }\n async ready() {\n return (await this.connect());\n }\n async connect() {\n return await this.connectPromise;\n }\n disconnect() {\n if (this.subscriptions > 0) {\n // console.warn(\n // `Trying to disconnect a network provider with ${this.subscriptions} active subscriptions. This is in most cases a bad idea.`\n // );\n }\n return this.isElectrumClient()\n ? this.disconnectClient()\n : this.disconnectCluster();\n }\n isElectrumClient() {\n return this.electrum.hasOwnProperty(\"connection\");\n }\n async readyClient(timeout) {\n timeout = typeof timeout !== \"undefined\" ? timeout : 3000;\n let connectPromise = async () => {\n while (this.electrum.connection.status !==\n electrum_cash__WEBPACK_IMPORTED_MODULE_0__.ConnectionStatus.CONNECTED) {\n await (0,_util_delay_js__WEBPACK_IMPORTED_MODULE_4__.delay)(100);\n }\n return true;\n };\n return connectPromise;\n }\n async readyCluster(timeout) {\n timeout;\n return this.electrum.ready();\n }\n async connectCluster() {\n return this.electrum.startup();\n }\n async connectClient() {\n let connectionPromise = async () => {\n try {\n return await this.electrum.connect();\n }\n catch (e) {\n console.warn(`Warning: Failed to connect to client on ${this.network} at ${this.electrum.connection.host}.`, e);\n return;\n }\n };\n return [await connectionPromise()];\n }\n async disconnectCluster() {\n return this.electrum.shutdown();\n }\n async disconnectClient() {\n return [await this.electrum.disconnect(true)];\n }\n}\nElectrumNetworkProvider.rawTransactionCache = {};\n\n__webpack_async_result__();\n} catch(e) { __webpack_async_result__(e); } });\n\n//# sourceURL=webpack://mainnet-js/./src/network/ElectrumNetworkProvider.ts?");
268
268
 
269
269
  /***/ }),
270
270
 
@@ -3,6 +3,7 @@ export declare class Config {
3
3
  static DefaultParentDerivationPath: string;
4
4
  static DefaultIpfsGateway: string;
5
5
  static DefaultCurrency: string;
6
+ static UseLocalStorageCache: boolean;
6
7
  private static DefaultWordlist;
7
8
  static setIpfsGateway(ipfsGateway: string): void;
8
9
  static setWordlist(wordlist: string[]): void;
@@ -1 +1 @@
1
- {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../src/config.ts"],"names":[],"mappings":"AAIA,qBAAa,MAAM;IAEjB,MAAM,CAAC,gCAAgC,UAAS;IAChD,MAAM,CAAC,2BAA2B,SAAiB;IACnD,MAAM,CAAC,kBAAkB,SAA6B;IACtD,MAAM,CAAC,eAAe,SAAS;IAC/B,OAAO,CAAC,MAAM,CAAC,eAAe,CAAW;WAE3B,cAAc,CAAC,WAAW,EAAE,MAAM;WAIlC,WAAW,CAAC,QAAQ,EAAE,MAAM,EAAE;WAS9B,WAAW,IAAI,MAAM,EAAE;CAGtC"}
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../src/config.ts"],"names":[],"mappings":"AAIA,qBAAa,MAAM;IAEjB,MAAM,CAAC,gCAAgC,UAAS;IAChD,MAAM,CAAC,2BAA2B,SAAiB;IACnD,MAAM,CAAC,kBAAkB,SAA6B;IAEtD,MAAM,CAAC,eAAe,SAAS;IAE/B,MAAM,CAAC,oBAAoB,UAAS;IACpC,OAAO,CAAC,MAAM,CAAC,eAAe,CAAW;WAE3B,cAAc,CAAC,WAAW,EAAE,MAAM;WAIlC,WAAW,CAAC,QAAQ,EAAE,MAAM,EAAE;WAS9B,WAAW,IAAI,MAAM,EAAE;CAGtC"}
@@ -19,6 +19,9 @@ export class Config {
19
19
  Config.EnforceCashTokenReceiptAddresses = false;
20
20
  Config.DefaultParentDerivationPath = "m/44'/0'/0'";
21
21
  Config.DefaultIpfsGateway = "https://dweb.link/ipfs/";
22
+ // default currency for balance and rate conversions
22
23
  Config.DefaultCurrency = "usd";
24
+ // caches the raw transactions in browser's local storage instead of memory
25
+ Config.UseLocalStorageCache = false;
23
26
  Config.DefaultWordlist = english;
24
27
  //# sourceMappingURL=config.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"config.js","sourceRoot":"","sources":["../../src/config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,IAAI,OAAO,EAAE,MAAM,gCAAgC,CAAC;AACrE,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AACnD,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAE/D,MAAM,OAAO,MAAM;IAQV,MAAM,CAAC,cAAc,CAAC,WAAmB;QAC9C,IAAI,CAAC,kBAAkB,GAAG,WAAW,CAAC;IACxC,CAAC;IAEM,MAAM,CAAC,WAAW,CAAC,QAAkB;QAC1C,IAAI,QAAQ,GAAG,QAAQ,CAAC,MAAM,CAAC,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;QACpE,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,kBAAkB,CAAC,CAAC,QAAQ,CAAC,QAAQ,CAAC;YACvD,MAAM,KAAK,CACT,8EAA8E,CAC/E,CAAC;QACJ,MAAM,CAAC,eAAe,GAAG,QAAQ,CAAC;IACpC,CAAC;IAEM,MAAM,CAAC,WAAW;QACvB,OAAO,CAAC,GAAG,MAAM,CAAC,eAAe,CAAC,CAAC;IACrC,CAAC;;AAtBD,2FAA2F;AACpF,uCAAgC,GAAG,KAAK,CAAC;AACzC,kCAA2B,GAAG,aAAa,CAAC;AAC5C,yBAAkB,GAAG,yBAAyB,CAAC;AAC/C,sBAAe,GAAG,KAAK,CAAC;AAChB,sBAAe,GAAG,OAAO,CAAC"}
1
+ {"version":3,"file":"config.js","sourceRoot":"","sources":["../../src/config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,IAAI,OAAO,EAAE,MAAM,gCAAgC,CAAC;AACrE,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AACnD,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAE/D,MAAM,OAAO,MAAM;IAWV,MAAM,CAAC,cAAc,CAAC,WAAmB;QAC9C,IAAI,CAAC,kBAAkB,GAAG,WAAW,CAAC;IACxC,CAAC;IAEM,MAAM,CAAC,WAAW,CAAC,QAAkB;QAC1C,IAAI,QAAQ,GAAG,QAAQ,CAAC,MAAM,CAAC,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;QACpE,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,kBAAkB,CAAC,CAAC,QAAQ,CAAC,QAAQ,CAAC;YACvD,MAAM,KAAK,CACT,8EAA8E,CAC/E,CAAC;QACJ,MAAM,CAAC,eAAe,GAAG,QAAQ,CAAC;IACpC,CAAC;IAEM,MAAM,CAAC,WAAW;QACvB,OAAO,CAAC,GAAG,MAAM,CAAC,eAAe,CAAC,CAAC;IACrC,CAAC;;AAzBD,2FAA2F;AACpF,uCAAgC,GAAG,KAAK,CAAC;AACzC,kCAA2B,GAAG,aAAa,CAAC;AAC5C,yBAAkB,GAAG,yBAAyB,CAAC;AACtD,oDAAoD;AAC7C,sBAAe,GAAG,KAAK,CAAC;AAC/B,2EAA2E;AACpE,2BAAoB,GAAG,KAAK,CAAC;AACrB,sBAAe,GAAG,OAAO,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ElectrumNetworkProvider.d.ts","sourceRoot":"","sources":["../../../src/network/ElectrumNetworkProvider.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ElectrumNetworkProvider.d.ts","sourceRoot":"","sources":["../../../src/network/ElectrumNetworkProvider.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,EACf,cAAc,EAGf,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAClE,OAAO,EAAE,OAAO,EAAE,GAAG,EAAE,KAAK,EAAoB,MAAM,iBAAiB,CAAC;AACxE,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAE1C,OAAO,EAAE,sBAAsB,EAAgB,MAAM,gBAAgB,CAAC;AAEtE,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAIvD,MAAM,CAAC,OAAO,OAAO,uBAAwB,YAAW,eAAe;IAS5D,OAAO,EAAE,OAAO;IACvB,OAAO,CAAC,0BAA0B,CAAC;IAT9B,QAAQ,EAAE,eAAe,GAAG,cAAc,CAAC;IAC3C,aAAa,EAAE,MAAM,CAAK;IAC1B,OAAO,MAAC;IACf,OAAO,CAAC,cAAc,CAAC;IACvB,OAAO,CAAC,WAAW,CAAK;gBAGtB,QAAQ,EAAE,eAAe,GAAG,cAAc,EACnC,OAAO,GAAE,OAAyB,EACjC,0BAA0B,CAAC,qBAAS;YAehC,iBAAiB;IAmCzB,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,EAAE,CAAC;IAsB5C,UAAU,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;IAS7C,cAAc,IAAI,OAAO,CAAC,MAAM,CAAC;IAKvC,MAAM,CAAC,mBAAmB,KAAM;IAC1B,iBAAiB,CACrB,MAAM,EAAE,MAAM,EACd,OAAO,GAAE,OAAe,EACxB,eAAe,GAAE,OAAe,GAC/B,OAAO,CAAC,MAAM,CAAC;IAgEZ,uBAAuB,CAC3B,MAAM,EAAE,MAAM,EACd,eAAe,GAAE,OAAe,GAC/B,OAAO,CAAC,sBAAsB,CAAC;IAQ5B,kBAAkB,CACtB,KAAK,EAAE,MAAM,EACb,gBAAgB,GAAE,OAAc,GAC/B,OAAO,CAAC,MAAM,CAAC;IA0BZ,UAAU,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC;IAU5C,WAAW,IAAI,OAAO,CAAC,MAAM,CAAC;IAM7B,kBAAkB,CACvB,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,GACjC,aAAa;IAsBT,YAAY,CACjB,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,GACjC,aAAa;IA4BT,wBAAwB,CAC7B,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,CAAC,EAAE,EAAE,sBAAsB,KAAK,IAAI,GAC7C,aAAa;IAOT,6BAA6B,CAClC,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,CAAC,EAAE,EAAE,sBAAsB,KAAK,IAAI,GAC7C,aAAa;IAaT,WAAW,CAAC,QAAQ,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,GAAG,aAAa;IAmBzD,YAAY,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAYtD,kBAAkB,CAAC,QAAQ,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;IAKtE,sBAAsB,CAC1B,QAAQ,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,GAClC,OAAO,CAAC,IAAI,CAAC;IAIV,kBAAkB,CACtB,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,GAC5B,OAAO,CAAC,IAAI,CAAC;IAQV,sBAAsB,CAC1B,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,GAC5B,OAAO,CAAC,IAAI,CAAC;IAQV,8BAA8B,CAClC,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,GAC5B,OAAO,CAAC,IAAI,CAAC;IAQV,kCAAkC,CACtC,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,GAC5B,OAAO,CAAC,IAAI,CAAC;IAQV,sBAAsB,CAC1B,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,GAC5B,OAAO,CAAC,IAAI,CAAC;IAQV,0BAA0B,CAC9B,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,GAC5B,OAAO,CAAC,IAAI,CAAC;YAQF,cAAc;YAsCd,gBAAgB;YAkBhB,kBAAkB;IAkB1B,KAAK,IAAI,OAAO,CAAC,OAAO,GAAG,OAAO,CAAC;IAInC,OAAO,IAAI,OAAO,CAAC,IAAI,EAAE,CAAC;IAIhC,UAAU,IAAI,OAAO,CAAC,OAAO,EAAE,CAAC;IAWhC,gBAAgB,IAAI,OAAO;IAIrB,WAAW,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,GAAG,OAAO,CAAC;IAezD,YAAY,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAKhD,cAAc,IAAI,OAAO,CAAC,IAAI,EAAE,CAAC;IAIjC,aAAa,IAAI,OAAO,CAAC,IAAI,EAAE,CAAC;IAiBhC,iBAAiB,IAAI,OAAO,CAAC,OAAO,EAAE,CAAC;IAIvC,gBAAgB,IAAI,OAAO,CAAC,OAAO,EAAE,CAAC;CAG7C"}
@@ -2,6 +2,7 @@ import { ElectrumCluster, ConnectionStatus, } from "electrum-cash";
2
2
  import { Network } from "../interface.js";
3
3
  import { delay } from "../util/delay.js";
4
4
  import { getTransactionHash } from "../util/transaction.js";
5
+ import { Config } from "../config.js";
5
6
  export default class ElectrumNetworkProvider {
6
7
  constructor(electrum, network = Network.MAINNET, manualConnectionManagement) {
7
8
  this.network = network;
@@ -79,12 +80,25 @@ export default class ElectrumNetworkProvider {
79
80
  }
80
81
  async getRawTransaction(txHash, verbose = false, loadInputValues = false) {
81
82
  const key = `${this.network}-${txHash}-${verbose}-${loadInputValues}`;
82
- if (ElectrumNetworkProvider.rawTransactionCache[key]) {
83
- return ElectrumNetworkProvider.rawTransactionCache[key];
83
+ if (Config.UseLocalStorageCache) {
84
+ const cached = localStorage.getItem(key);
85
+ if (cached) {
86
+ return verbose ? JSON.parse(cached) : cached;
87
+ }
88
+ }
89
+ else {
90
+ ElectrumNetworkProvider.rawTransactionCache[key];
84
91
  }
85
92
  try {
86
93
  const transaction = (await this.performRequest("blockchain.transaction.get", txHash, verbose));
87
- ElectrumNetworkProvider.rawTransactionCache[key] = transaction;
94
+ if (Config.UseLocalStorageCache) {
95
+ localStorage.setItem(key, verbose
96
+ ? JSON.stringify(transaction)
97
+ : transaction);
98
+ }
99
+ else {
100
+ ElectrumNetworkProvider.rawTransactionCache[key] = transaction;
101
+ }
88
102
  if (verbose && loadInputValues) {
89
103
  // get unique transaction hashes
90
104
  const hashes = [...new Set(transaction.vin.map((val) => val.txid))];
@@ -1 +1 @@
1
- {"version":3,"file":"ElectrumNetworkProvider.js","sourceRoot":"","sources":["../../../src/network/ElectrumNetworkProvider.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ElectrumNetworkProvider.js","sourceRoot":"","sources":["../../../src/network/ElectrumNetworkProvider.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"program":{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.webworker.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../src/chain.ts","../node_modules/@bitauth/libauth/build/lib/address/base58-address.d.ts","../node_modules/@bitauth/libauth/build/lib/address/bech32.d.ts","../node_modules/@bitauth/libauth/build/lib/address/cash-address.d.ts","../node_modules/@bitauth/libauth/build/lib/address/locking-bytecode.d.ts","../node_modules/@bitauth/libauth/build/lib/address/address.d.ts","../node_modules/@bitauth/libauth/build/lib/bin/hashes.d.ts","../node_modules/@bitauth/libauth/build/lib/bin/ripemd160/ripemd160.base64.d.ts","../node_modules/@bitauth/libauth/build/lib/bin/secp256k1/secp256k1-wasm-types.d.ts","../node_modules/@bitauth/libauth/build/lib/bin/secp256k1/secp256k1-wasm.d.ts","../node_modules/@bitauth/libauth/build/lib/bin/sha1/sha1.base64.d.ts","../node_modules/@bitauth/libauth/build/lib/bin/sha256/sha256.base64.d.ts","../node_modules/@bitauth/libauth/build/lib/bin/sha512/sha512.base64.d.ts","../node_modules/@bitauth/libauth/build/lib/bin/bin.d.ts","../node_modules/@bitauth/libauth/build/lib/compiler/compiler-types.d.ts","../node_modules/@bitauth/libauth/build/lib/compiler/compiler-bch/compiler-bch.d.ts","../node_modules/@bitauth/libauth/build/lib/compiler/compiler-defaults.d.ts","../node_modules/@bitauth/libauth/build/lib/compiler/compiler-operation-helpers.d.ts","../node_modules/@bitauth/libauth/build/lib/compiler/compiler-operations.d.ts","../node_modules/@bitauth/libauth/build/lib/compiler/compiler-utils.d.ts","../node_modules/@bitauth/libauth/build/lib/compiler/scenarios.d.ts","../node_modules/@bitauth/libauth/build/lib/compiler/p2pkh-utils.d.ts","../node_modules/@bitauth/libauth/build/lib/compiler/standard/p2pkh.d.ts","../node_modules/@bitauth/libauth/build/lib/compiler/standard/standard.d.ts","../node_modules/@bitauth/libauth/build/lib/engine/types/template-types.d.ts","../node_modules/@bitauth/libauth/build/lib/compiler/compiler.d.ts","../node_modules/@bitauth/libauth/build/lib/crypto/combinations.d.ts","../node_modules/@bitauth/libauth/build/lib/format/base-convert.d.ts","../node_modules/@bitauth/libauth/build/lib/format/base64.d.ts","../node_modules/@bitauth/libauth/build/lib/format/bin-string.d.ts","../node_modules/@bitauth/libauth/build/lib/format/error.d.ts","../node_modules/@bitauth/libauth/build/lib/format/hex.d.ts","../node_modules/@bitauth/libauth/build/lib/format/log.d.ts","../node_modules/@bitauth/libauth/build/lib/format/number.d.ts","../node_modules/@bitauth/libauth/build/lib/format/read.d.ts","../node_modules/@bitauth/libauth/build/lib/format/time.d.ts","../node_modules/@bitauth/libauth/build/lib/format/type-utils.d.ts","../node_modules/@bitauth/libauth/build/lib/format/utf8.d.ts","../node_modules/@bitauth/libauth/build/lib/format/format.d.ts","../node_modules/@bitauth/libauth/build/lib/crypto/dependencies.d.ts","../node_modules/@bitauth/libauth/build/lib/crypto/secp256k1-types.d.ts","../node_modules/@bitauth/libauth/build/lib/crypto/default-crypto-instances.d.ts","../node_modules/@bitauth/libauth/build/lib/crypto/hmac.d.ts","../node_modules/@bitauth/libauth/build/lib/crypto/ripemd160.d.ts","../node_modules/@bitauth/libauth/build/lib/crypto/secp256k1.d.ts","../node_modules/@bitauth/libauth/build/lib/crypto/sha1.d.ts","../node_modules/@bitauth/libauth/build/lib/crypto/sha256.d.ts","../node_modules/@bitauth/libauth/build/lib/crypto/sha512.d.ts","../node_modules/@bitauth/libauth/build/lib/crypto/crypto.d.ts","../node_modules/@bitauth/libauth/build/lib/engine/types/bcmr-types.d.ts","../node_modules/@bitauth/libauth/build/lib/engine/engine.d.ts","../node_modules/@bitauth/libauth/build/lib/key/hd-key.d.ts","../node_modules/@bitauth/libauth/build/lib/key/key-utils.d.ts","../node_modules/@bitauth/libauth/build/lib/key/wallet-import-format.d.ts","../node_modules/@bitauth/libauth/build/lib/key/key.d.ts","../node_modules/@bitauth/libauth/build/lib/language/compile.d.ts","../node_modules/@bitauth/libauth/build/lib/language/language-utils.d.ts","../node_modules/@bitauth/libauth/build/lib/language/language-types.d.ts","../node_modules/@bitauth/libauth/build/lib/language/parse.d.ts","../node_modules/@bitauth/libauth/build/lib/language/reduce.d.ts","../node_modules/@bitauth/libauth/build/lib/language/resolve.d.ts","../node_modules/@bitauth/libauth/build/lib/language/language.d.ts","../node_modules/@bitauth/libauth/build/lib/message/read-components.d.ts","../node_modules/@bitauth/libauth/build/lib/message/transaction-types.d.ts","../node_modules/@bitauth/libauth/build/lib/message/transaction-encoding.d.ts","../node_modules/@bitauth/libauth/build/lib/message/message.d.ts","../node_modules/@bitauth/libauth/build/lib/schema/bcmr.d.ts","../node_modules/@bitauth/libauth/build/lib/schema/wallet-template.d.ts","../node_modules/@bitauth/libauth/build/lib/schema/schema.d.ts","../node_modules/@bitauth/libauth/build/lib/transaction/generate-transaction.d.ts","../node_modules/@bitauth/libauth/build/lib/transaction/transaction.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/xec/xec-descriptions.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/xec/xec-instruction-set.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/xec/xec-opcodes.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/xec/xec-types.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/virtual-machine.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/vm-types.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/xec/xec-vm.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/xec/fixtures/satoshi-client/bitcoin-satoshi-utils.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/xec/xec.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2022/bch-2022-descriptions.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2022/bch-2022-errors.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2022/bch-2022-instruction-set.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2022/bch-2022-opcodes.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2022/bch-2022-types.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2022/bch-2022-vm.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2022/bch-2022.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/signing-serialization.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2023/bch-2023-consensus.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2023/bch-2023-crypto.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2023/bch-2023-descriptions.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2023/bch-2023-errors.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2023/bch-2023-opcodes.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2023/bch-2023-tokens.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2023/bch-2023-vm.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2023/bch-2023.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/chips/bch-chips-types.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/chips/bch-chips-crypto.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/chips/bch-chips-descriptions.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/chips/bch-chips-errors.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/chips/bch-chips-instruction-set.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/chips/bch-chips-loops.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/chips/bch-chips-opcodes.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/chips/bch-chips-vm.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/chips/bch-chips.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/btc/btc-descriptions.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/btc/btc-opcodes.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/btc/btc-types.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/btc/btc.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/arithmetic.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/bitwise.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/combinators.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/common-types.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/consensus.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/crypto.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/encoding.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/errors.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/flow-control.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/format.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/inspection.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/instruction-sets-types.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/instruction-sets-utils.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/nop.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/push.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/stack.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/time.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/common.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/instruction-sets.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/vm.d.ts","../node_modules/@bitauth/libauth/build/lib/vmb-tests/bch-vmb-test-utils.d.ts","../node_modules/@bitauth/libauth/build/lib/vmb-tests/vmb-tests.d.ts","../node_modules/@bitauth/libauth/build/lib/lib.d.ts","../node_modules/@bitauth/libauth/build/index.d.ts","../../../node_modules/@scure/bip39/index.d.ts","../src/enum.ts","../src/interface.ts","../src/wallet/enum.ts","../src/qr/interface.ts","../../../node_modules/@types/node/ts4.8/assert.d.ts","../../../node_modules/@types/node/ts4.8/assert/strict.d.ts","../../../node_modules/@types/node/ts4.8/globals.d.ts","../../../node_modules/@types/node/ts4.8/async_hooks.d.ts","../../../node_modules/@types/node/ts4.8/buffer.d.ts","../../../node_modules/@types/node/ts4.8/child_process.d.ts","../../../node_modules/@types/node/ts4.8/cluster.d.ts","../../../node_modules/@types/node/ts4.8/console.d.ts","../../../node_modules/@types/node/ts4.8/constants.d.ts","../../../node_modules/@types/node/ts4.8/crypto.d.ts","../../../node_modules/@types/node/ts4.8/dgram.d.ts","../../../node_modules/@types/node/ts4.8/diagnostics_channel.d.ts","../../../node_modules/@types/node/ts4.8/dns.d.ts","../../../node_modules/@types/node/ts4.8/dns/promises.d.ts","../../../node_modules/@types/node/ts4.8/domain.d.ts","../../../node_modules/@types/node/ts4.8/dom-events.d.ts","../../../node_modules/@types/node/ts4.8/events.d.ts","../../../node_modules/@types/node/ts4.8/fs.d.ts","../../../node_modules/@types/node/ts4.8/fs/promises.d.ts","../../../node_modules/@types/node/ts4.8/http.d.ts","../../../node_modules/@types/node/ts4.8/http2.d.ts","../../../node_modules/@types/node/ts4.8/https.d.ts","../../../node_modules/@types/node/ts4.8/inspector.d.ts","../../../node_modules/@types/node/ts4.8/module.d.ts","../../../node_modules/@types/node/ts4.8/net.d.ts","../../../node_modules/@types/node/ts4.8/os.d.ts","../../../node_modules/@types/node/ts4.8/path.d.ts","../../../node_modules/@types/node/ts4.8/perf_hooks.d.ts","../../../node_modules/@types/node/ts4.8/process.d.ts","../../../node_modules/@types/node/ts4.8/punycode.d.ts","../../../node_modules/@types/node/ts4.8/querystring.d.ts","../../../node_modules/@types/node/ts4.8/readline.d.ts","../../../node_modules/@types/node/ts4.8/readline/promises.d.ts","../../../node_modules/@types/node/ts4.8/repl.d.ts","../../../node_modules/@types/node/ts4.8/stream.d.ts","../../../node_modules/@types/node/ts4.8/stream/promises.d.ts","../../../node_modules/@types/node/ts4.8/stream/consumers.d.ts","../../../node_modules/@types/node/ts4.8/stream/web.d.ts","../../../node_modules/@types/node/ts4.8/string_decoder.d.ts","../../../node_modules/@types/node/ts4.8/test.d.ts","../../../node_modules/@types/node/ts4.8/timers.d.ts","../../../node_modules/@types/node/ts4.8/timers/promises.d.ts","../../../node_modules/@types/node/ts4.8/tls.d.ts","../../../node_modules/@types/node/ts4.8/trace_events.d.ts","../../../node_modules/@types/node/ts4.8/tty.d.ts","../../../node_modules/@types/node/ts4.8/url.d.ts","../../../node_modules/@types/node/ts4.8/util.d.ts","../../../node_modules/@types/node/ts4.8/v8.d.ts","../../../node_modules/@types/node/ts4.8/vm.d.ts","../../../node_modules/@types/node/ts4.8/wasi.d.ts","../../../node_modules/@types/node/ts4.8/worker_threads.d.ts","../../../node_modules/@types/node/ts4.8/zlib.d.ts","../../../node_modules/@types/node/ts4.8/globals.global.d.ts","../../../node_modules/@types/node/ts4.8/index.d.ts","../../../node_modules/@types/ws/index.d.ts","../../../node_modules/isomorphic-ws/index.d.ts","../../../node_modules/async-mutex/lib/MutexInterface.d.ts","../../../node_modules/async-mutex/lib/Mutex.d.ts","../../../node_modules/async-mutex/lib/SemaphoreInterface.d.ts","../../../node_modules/async-mutex/lib/Semaphore.d.ts","../../../node_modules/async-mutex/lib/withTimeout.d.ts","../../../node_modules/async-mutex/lib/tryAcquire.d.ts","../../../node_modules/async-mutex/lib/errors.d.ts","../../../node_modules/async-mutex/lib/index.d.ts","../../../node_modules/electrum-cash/dist/index.d.ts","../src/network/interface.ts","../src/util/floor.ts","../src/constant.ts","../src/util/getRuntimePlatform.ts","../src/db/interface.ts","../src/db/ExchangeRateProvider.ts","../src/rate/ExchangeRate.ts","../src/util/sanitizeUnit.ts","../../../node_modules/@scure/bip39/wordlists/english.d.ts","../src/config.ts","../src/util/balanceObjectFromSatoshi.ts","../src/wallet/interface.ts","../src/db/StorageProvider.ts","../src/db/index.ts","../src/util/base64.ts","../src/qr/Qr.ts","../src/network/NetworkProvider.ts","../src/wallet/Base.ts","../src/util/hash160.ts","../src/util/deriveCashaddr.ts","../src/wallet/model.ts","../src/transaction/allocateFee.ts","../src/util/amountInSatoshi.ts","../src/util/sumSendRequestAmounts.ts","../src/util/sumUtxoValue.ts","../src/transaction/Wif.ts","../src/util/asSendRequestObject.ts","../src/util/checkWifNetwork.ts","../src/util/derivePublicKeyHash.ts","../src/util/checkForEmptySeed.ts","../src/network/constant.ts","../src/network/getRelayFeeCache.ts","../src/util/transaction.ts","../src/wallet/Util.ts","../src/util/delay.ts","../src/network/ElectrumNetworkProvider.ts","../src/util/satoshiToAmount.ts","../src/util/convert.ts","../src/util/deriveNetwork.ts","../src/util/getAddrsByXpubKey.ts","../src/util/getUsdRate.ts","../src/util/sanitizeAddress.ts","../src/util/randomInt.ts","../src/util/getXPubKey.ts","../src/util/index.ts","../src/network/configuration.ts","../src/network/util.ts","../src/network/default.ts","../src/network/Connection.ts","../src/network/index.ts","../src/util/randomBytes.ts","../src/message/interface.ts","../src/message/signed.ts","../src/message/index.ts","../src/history/interface.ts","../src/history/electrumTransformer.ts","../src/wallet/bcmr-v2.schema.ts","../src/wallet/Bcmr.ts","../src/util/checkUtxos.ts","../src/wallet/Wif.ts","../src/wallet/createWallet.ts","../src/cli.ts","../src/test/fetch.ts","../src/test/expect.ts","../src/util/browserNotSupported.ts","../src/mine/mine.ts","../src/mine/index.ts","../src/libauth.ts","../src/index.ts","../src/util/deriveLockscript.ts","../src/util/eventsource.ts","../../../node_modules/@types/jest/node_modules/@jest/expect-utils/build/index.d.ts","../../../node_modules/@types/jest/node_modules/chalk/index.d.ts","../../../node_modules/@types/jest/node_modules/@sinclair/typebox/typebox.d.ts","../../../node_modules/@types/jest/node_modules/@jest/schemas/build/index.d.ts","../../../node_modules/@types/jest/node_modules/pretty-format/build/index.d.ts","../../../node_modules/@types/jest/node_modules/jest-diff/build/index.d.ts","../../../node_modules/@types/jest/node_modules/jest-matcher-utils/build/index.d.ts","../../../node_modules/@types/jest/node_modules/expect/build/index.d.ts","../../../node_modules/@types/jest/index.d.ts"],"fileInfos":[{"version":"aa9fb4c70f369237c2f45f9d969c9a59e0eae9a192962eb48581fe864aa609db","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","e21c071ca3e1b4a815d5f04a7475adcaeea5d64367e840dd0154096d705c3940",{"version":"e54c8715a4954cfdc66cd69489f2b725c09ebf37492dbd91cff0a1688b1159e8","affectsGlobalScope":true},{"version":"28ab3a152fefb456d9ca44de158f3239ca0d03c1a4db6d645c51b837f1f9ee02","affectsGlobalScope":true},{"version":"51b8b27c21c066bf877646e320bf6a722b80d1ade65e686923cd9d4494aef1ca","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"2c8c5ee58f30e7c944e04ab1fb5506fdbb4dd507c9efa6972cf4b91cec90c503","affectsGlobalScope":true},{"version":"2bb4b3927299434052b37851a47bf5c39764f2ba88a888a107b32262e9292b7c","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"df9c8a72ca8b0ed62f5470b41208a0587f0f73f0a7db28e5a1272cf92537518e","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"93544ca2f26a48716c1b6c5091842cad63129daac422dfa4bc52460465f22bb1","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"1b3fe904465430e030c93239a348f05e1be80640d91f2f004c3512c2c2c89f34","affectsGlobalScope":true},{"version":"7435b75fdf3509622e79622dbe5091cf4b09688410ee2034e4fc17d0c99d0862","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"9f1817f7c3f02f6d56e0f403b927e90bb133f371dcebc36fa7d6d208ef6899da","affectsGlobalScope":true},{"version":"4632665b87204bb1caa8b44d165bce0c50dfab177df5b561b345a567cabacf9a","affectsGlobalScope":true},"3b9e1093810740229d6e7192880c5f29a0aa676f1886d57ffba1d4286c3592f6","f9f790e57d3e54a951f58ef7847a0761433c8fc020ba56181e0a0b1cb3edfac3","82d8ed2b6ab41f0b28a26f037177a9b2118fe864df9e979bb69f4f80a0987561","0386c986925405cc6b4b03ec9240ee0f7e861bac36f26cf0f04fac873a4ea3e8","adec73830e3c4957d200dfcef39943c96489762474b578e106f0de202f926efe","95ab2fe99faa3e25ff8eb9408451730506d4686dce877a96db073f62f9368932","16bd6879c5cbd654113504f42f767b989f0f66e08af15b2b8e6911ce7fd6ed94","9a18b997370e8442ed2fe2e7e60180f21d2a3e46e45f443784709eec8284f2e4","5a95594356532fe14e4ff1aab944493571d7ba571c1f6c6b0026ab8018efaba9","3c863e6ccce69483eedb3d505701a957c51af40859c7b19a4558836b1321a892","a3cc420b6dbdfc0245da4e0d837c339c3f9b6bed2efaa2e26dd8bbe4060cef41","6857d9f06f38c5a8d5bf2a0e8326b978b4876031a3c1f47665876c3daa94522d","a240ea9a3333d3630ce06bf128d796a233df1147bb3cbda86a2b74a584e7f6ea","4419778f6c54c431a8156c7de194ebb9e0876709a8cfc12d40502b0dd1019244","ad7bc3b181bfc95d7d862a367edec4bbaa8edd7054175b8852204d147fb3b71c","c8adfdfb15c56588ede387e51f7582976a42137d919a5f6ac8bc32be67133f82","dd0338cd1eac00c168c3b12e86356f71ea1e84dc02127429125fb74b87b6c4c4","e3b4b13562c10ab6201c65a0cceab222e9252b3a274e7502e015bc968c98d38b","8ca0795a40a4a96621335aba45520690dca90249feac8070b364fa37a8fff82a","3abbacd675cf8273629a94cf595bbc57f12e32912916d9936fd423ea3f6cd87f","b2b35afaef27fa51a8767caf660643ad0a84396454aebd39d2e63c39f24496df","929cd9e3bae21fddffa7c5b813561e18ec6f3e88c02fa750313e709a7201ebc2","9075d3dd8f2469c96d260e557870a66cae21f2158d4606844bd084c798850324","5e9004c2aba118299bcc17d5d115044512faa9bd814417e3239e8b53f83ff5d3","c6a603b72eb04c87727242d3823d54214929383c233c7454959b61d11ef1a297","914bfa5408fe15f35395ffda97729ccef39b028fbca57a31236c5d0a2da3ac07","3c2e9fd191f39682dd1c5a8bf30ea2e639a12dcda5ef0f57f05c84f17a88bc4e","58054930f10d7cf9facbf38d7cf6318e36caf7dca7ee083ae8cdd57a784cec8f","66fc3f87542bc556b590a4f4177c22490c117fc96eab69bda2e9e0c445eb5cc2","1293901b689c514fafaf7f9ff9eff109b25f32fdbf64bc7fe8da561d473d2091","bc82f26edea61e61473470eb7cbbe76b815cc27dcc6aa1b6d3fad86add81fc17","a74c064bed325715fd9bac5635920ed8b3a3c3f84c832f6f0b678f229bc3d3c3","9b15c2754d92c35fc53e42ba771e32b2038d8d72408f4704c8daab757043e4dc","906c1bc5a3ba115007f8f89b2f7c18d5a2465c6639e00edc5ecd7873e1459164","09414ca892dcbd88eaa2e77391310d5ec025b613b15db2345aadebdfb3bbdf95","a7920efa08217d3175420b88117e78fb8f2dfb1de498b3ec294048861675e07b","dbaf089f47c0433b37857abfa70c6466bf2b2c9ff8616b43b799833a727334a0","fc58bd4ced201ce2d33e866acaa1dabc6988be30cc03cade27c07da32c458b31","428565fe14b2bb1e0780087739e6a568b102e449da66c2ba4ae8fb6293e7f06c","07407dac9e8f0884a6199a270bca13000fe7f7d5f98e07d55a82bebfcec12d53","258a146c919d5d23d5e43b8ce406ed6528c91a7f315253e7f5bad5f3af84b5e1","8bd0eaaeb6413130a8cb3f3121f311a0043869db0e1660ac0927c685d70a0ad6","b3876d5830d84c781ac4a7482c06887cfd90c3409af82fc29ec20375d38fb217","7ac2d6b2189f51706c6a86a425a67f5dfcd9bc2b8e00670dcb1729f4f22e202f","28b2a0553c2d979d452cf6e47ff1ac52ecce561c8ce800a407c42b4443863d00","2a296c7ce77f2c255fb20f27e0bb1fe2055d407a78f31810a69706ea26d5a07b","5fc405f5c75b8ca0d379338b330b631e7577cda8abf996ce6887edac980b48ba","714beb121bd85c92902dccac1c424cc690859bb31ab3d2d29308a847a1ab0368","e3dd6f5b25d26f229efb106789189628ec8186cc28e3d58783426e18baff9c53","3317b50456304321035c7ea60c719e2bc2bdabdb971938ff8cb21f5f8cb713a8","a5e92b746baac5a9c1954217806a090fbf3b4854d9c59b9b7e68f958fe8dc4de","ebdd03f54f8996e180d3152830208a519625af2ea58b35e231e26ec067bbe966","36e90c466b7ab977a6898b2e7e21e972d6b771a828776338b65238bad0ebfc09","f7bdf7751b647cb56d24e19b46540812deb89163f43434d6b842377e1ba15279","0708c284b3603bfe7f7946709a8b62f1b81d987b7e301fd8fc5312d8d085abab","f49a697ae841413b413585fdc0426a71f58d08ae14e7a6162de9d7c55a65c2d7","27b1b35ac322e9b393824910bc951063b503797edf0e44b3b0e038697f39976b","cf1572d14284361437681cb7a3689493c293af90b7b56a20cda4ba617a42a363","5e6a8186fc4d3d31fb0c1ca5087e846378d3302f5905a8ccc2ab243ffa10f94b","787293262ba88318362f0d483058d34845fd12468a3757d35c7d0e2ac338ff86","7bcd8d106279dffa82f5d00b9f6635e43170ae61c7a4cd2c08661f7bb28c2925","e312e6add715ec2e97e938409478d9017d6c91f4487ce6e4aa2709e60f67cd95","98d9bba055a822e1989148118d2a325014477621d5c256a5393b86f9da14059f","eb54e3233eb53b27921b2a8d533e7ca7c233ff668f4ba6135b44503eebf9699a","08116347d7c698320815ee9ca4551a89ec15e6be8a5b625ef454b2714920938e","c2a227bd507cac7fdbdb2f5375e3b05f6f28f7e247244c52c81229942d5989aa","74ac9fbbe6fcbd7c6605d6b7c0862bf0eb81cc86d6c6599a08aee02e7d531b38","1307a14e18113e3fbae492789ac4d0a6207ab2f5a50a5ad7e292917925b553e8","d5d0238cb8919cba3933ebbb2564386106585d987f69a101568e9c7fa717d99e","dacd55b6ff0901e3f4388956d181f383d97fcfdeac881f39750cafaf4e33aa49","29c97e978dd0682439d4109094dff72ec8707906786343f6ba6f6f82f9260f75","d2dec72e158cf166711a3009180d25ad363fe4cad0178020098aa5e08c4842e7","5e3f8d4b99733c1365ad9f07ba62f7604e6ede0bf94632e1710590fbf5503d0f","f5d8843fd8c6d4aacea9792e8c0ffb47e82c81523b65690fb7a21a76c19a2ae9","339f71322345c9caf86730e90e74a9cc865134cced1d9954b1ff7fbe0da98639","215a651efd3ebf016bec76ac2dae3f538912722a372925d697889eac7b8d8aec","e32638b06638ec0abc0f810d73bdf43f025162170922c4d54ec53b1e74d56d34","76278ca7d48a20284bb7d2852ed2afbe46b47e621d51703499f9934193aacfd4","b25de48fe135da31969d65cd1020df5f660bcab38aee1e2a906c1cdf9f934035","a6d5464c400860c746d59538eeac8aba030bd286a30382cb35ffa180bb45360b","882c65b85e101318cb241a04d9f6098f40f81f60969dc23ed43eca93aa208756","9b9ab0f61e1a9d1544cce8f6a898a67fcb398e7a2916c8f7bff196aeacaa42a1","70c76a6057c1bc0bba81bbfe37dd4bfb5d3ec470779543cf4265bacc8bc34fde","7f45c53d713e44a39ce9715516a742401ec67ca64d28e89800a1087b413bea11","c470ed8e598b61b2f15a4c4367d511c42730c8edad2d31043fa8a303d3d06c48","9d04be61d449837d03f2f2c6cb45862e01ecf27f2d9e9e649381923ec2ef183d","e7ef7f20139a8e1107206b6ebca0aeaf5afc106fdcd3320f72d8fa1aa6b8b376","fca694cf6df8f7eb609a6c94caec2e251c377dcee88a31fbc5b03339607c4e93","d1b9f9d3112a2a61002f35217328c4f9d8c855c97a7bffb3c07064e5d75bcdb2","d92b44ee50805ae18826ccbb6626a8956d1ad4030776e9d8d6665ac4b25594c2","9dbb17d8dd416cd59de116f60c92da5cd5a330657e4b1288ae1667f64ac976ed","c383e01b0a485533eacc2ece74da9806d24c2b04d3a78c0e88bbc170a26e948b","1ae78536a74e399118a613e2733285b11dc319385b205b91be0a2e3191fe2254","84f19808fafe26e154c513ae796980485e314327069d04239b4e3241adf5ff97","91e640e99d770ba7df05a22dc781b70476539d97aabe41afd263508f2e6b1e2a","fbbe6400d3c632bd8ec78c6c2e52f9f12a5730f1239850360b57c437af85efce","b84133cb67d1fef4258fb16730f559491d5d461a9846179f064b976eca2450f9","d05550066e943bd670c9b1594e514fbfb24df470fbf244e0fb8033d33fd9f58e","e761fe8b80d91f271ec9fb310449820b73085a09dc488391f24c357d40edf2ef","ae4ab429f512d21fb3ed429b3ca544a3568790f24a5450a9e1533b1b610ef26e","d3fda3824d4c8d8d37be73e0429c11a3521739a542b075ed44adb322fddcd7a6","811bf83a1de5e46170eab4fae912a4d33cc7a4f783a20b1e28d4c82bb75de9b7","7945f1beac9445afd15677087e29ef11fb82864601f2dea00d1d66b033b6bfa7","b2cfcb267f3ad6d48aa0b9c7a1146f63984f5ea1cd8dd63527eaf1738c713fca","45c971b451ed5d9aa8d2bb3cf052e74f1d5af0e644aa419d46008e2909c1c1d8","dbdcd6590670ad0392ddcdb9ddcd53eb9e3e4c5db174e6a03355609e29ea690e","5f439f9b428b4819042db3c9cd2ebc1d01227821c75c0d8416456781635996d5","89a092a002b46691edb0ac7b0d2785a1f2536547a98b06805a0ea8f7149e192c","aa22fb0a2672dc4bd1858121674bb87ffb67cc1f63b4d4de071f2098917530bb","c0c81406c104bf1aecd935b2947171b283ff3b153d539193b3151d54ecbed1b2","2c0b73556a75de72daafb1d40e9bbb76d878326217799a1db9d15bb91dc73f36","7fb955cbe5047905fe617685c66359c522809170dd11a5b0b10c4fd21bb7b61c","cf6f38abe528489e6db3285a37122e2a99b551599f2648f5518c2b1599e1d9e1","0107d1d34e879ab5399bdec13f43893612c05bfa0aa393fc49622e3eef012cca","9ff98cf113c2e37f217778541e2fdb9c2be84388a1d270eaa902c9aae61d7212","0fe05f5d351e0929050b740bb408370793518130af2fd9c782628d46f69b5ab5","beac06589b709b31baeaeb90f771868216b57549407a4a71abc1d858bc7ed9d8","de02780fe1506e22f50235523d193dea6689d947a356433eca7df4f4356d4476","ff47c22c30f6dd8ea1f246911ada7a866e715273f0da3d7aecf08c7c06beabf8","2a60f5ee4bbed7b32532b969ffc3f32a15dcc4f3c044fe2cc8fa0b9e3b90caa7","0432a66a09b155d10f60440d1fc015abfde249c20714461ab244bdeb35c03a3d","4957662cc60e39dbd3f49a21b33a6764567bad9b22c66137ab40211b813eeae4","091a02696fac64b0c7bd5f9cac15d7fcc5015a7cd8950bf70b6a34e0084ca0c3","9f1fe22bca3d154b2eeb89900eeb6e35106e15a6e2bf53cd1fb00c024c002324","cf816adc0e59789782245ba6b8a23331c846684441e442d6d4d28632db1e3ec3","32e59b19cc93bf7cb790d4ab56c92a0287e4920103f1e50cbbf46ae3021e98b8","4dfc74e0a5679fc2c1b0313e7c7c522f6d6d1d009c77699029d0ecce79decfad","3d5839dcc56fa931ef88d454b74e117800c8b9e6c70dd5ccf61dd0dcb76fb187","ffeebf5bab849797873e4a1e203f15c8a9ca1ef9ffff26b9cd7441d4ea19041c","490e36ecada1b2924a08a79137a30a4180ba888a4ad0099e0525ca80dd5c3502","2ebca39288f67d73da3c1e4f83210c29aca85be809a111ee661bbd2994d16192","1d4dd1f50665186141bb602fd5a627f3d54343666f34c6eb6fec33cb8c906700","eaa35557a8e5b4e82aef16210e4dfe99244361d1e2a84c4c49ce844d98afb659","9ef9b3e43e4c3c092943fa1792c867fc4fee2bd1bbe54e6e91d6ce8bcccb0dd0","e2bf27dbed14335aaeccc1d6740e6be997af9a0fa3eec82db409d2b63d73a517","aa88fdf791a8ba56cf4e6d02fe429c5b04ce2503fe086f7e6e9f81531aeed3c1","7b32a886421eb335a47a661e9f81211ee0d88b04b376589f663419b71908bb82","ca83a3200101528e59cc12cf22abe8eb9cf2a3b5bafa9a7bf8606562816d20df","94b86c9db78a81e040d2dafc1f7a8c3b9e70a24c222a845371fb1baa9eb132c6","7e771891adaa85b690266bc37bd6eb43bc57eecc4b54693ead36467e7369952a","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"02873d070f9cb79f50833fbf4a9a27ac578a2edf8ddb8421eba1b37faba83bfb","affectsGlobalScope":true},"21a167fec8f933752fb8157f06d28fab6817af3ad9b0bdb1908a10762391eab9",{"version":"c0db280fa6b09d7b8d6720a19a47f485956a41ee0e6914f1b704033eb69c6058","affectsGlobalScope":true},"0c0cee62cb619aed81133b904f644515ba3064487002a7da83fd8aa07b1b4abd","5a94487653355b56018122d92392beb2e5f4a6c63ba5cef83bbe1c99775ef713",{"version":"d5135ad93b33adcce80b18f8065087934cdc1730d63db58562edcf017e1aad9b","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","afcc1c426b76db7ec80e563d4fb0ba9e6bcc6e63c2d7e9342e649dc56d26347f","bb9c4ffa5e6290c6980b63c815cdd1625876dadb2efaf77edbe82984be93e55e","75ecef44f126e2ae018b4abbd85b6e8a2e2ba1638ebec56cc64274643ce3567b","f30bb836526d930a74593f7b0f5c1c46d10856415a8f69e5e2fc3db80371e362","14b5aa23c5d0ae1907bc696ac7b6915d88f7d85799cc0dc2dcf98fbce2c5a67c","5c439dafdc09abe4d6c260a96b822fa0ba5be7203c71a63ab1f1423cd9e838ea",{"version":"6b526a5ec4a401ca7c26cfe6a48e641d8f30af76673bad3b06a1b4504594a960","affectsGlobalScope":true},{"version":"816ad2e607a96de5bcac7d437f843f5afd8957f1fa5eefa6bba8e4ed7ca8fd84","affectsGlobalScope":true},"cec36af22f514322f870e81d30675c78df82ae8bf4863f5fd4e4424c040c678d","d903fafe96674bc0b2ac38a5be4a8fc07b14c2548d1cdb165a80ea24c44c0c54","b01a80007e448d035a16c74b5c95a5405b2e81b12fabcf18b75aa9eb9ef28990","04eb6578a588d6a46f50299b55f30e3a04ef27d0c5a46c57d8fcc211cd530faa","dbe5aa5a5dd8bd1c6a8d11b1310c3f0cdabaacc78a37b394a8c7b14faeb5fb84","2c828a5405191d006115ab34e191b8474bc6c86ffdc401d1a9864b1b6e088a58",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"d4ac44f01d42f541631c5fc88d0ed8efac29a3a3ad9a745d9fd58f8b61ed132e","7c013aa892414a7fdcfd861ae524a668eaa3ede8c7c0acafaf611948122c8d93","b0973c3cbcdc59b37bf477731d468696ecaf442593ec51bab497a613a580fe30",{"version":"4989e92ba5b69b182d2caaea6295af52b7dc73a4f7a2e336a676722884e7139d","affectsGlobalScope":true},{"version":"b3624aed92dab6da8484280d3cb3e2f4130ec3f4ef3f8201c95144ae9e898bb6","affectsGlobalScope":true},"5153a2fd150e46ce57bb3f8db1318d33f6ad3261ed70ceeff92281c0608c74a3","210d54cd652ec0fec8c8916e4af59bb341065576ecda039842f9ffb2e908507c","36b03690b628eab08703d63f04eaa89c5df202e5f1edf3989f13ad389cd2c091","0effadd232a20498b11308058e334d3339cc5bf8c4c858393e38d9d4c0013dcf","25846d43937c672bab7e8195f3d881f93495df712ee901860effc109918938cc","3163f47436da41706c6e2b3c1511f3b7cce9f9f3905b2f3e01246c48b4ba7d14","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","69ee23dd0d215b09907ad30d23f88b7790c93329d1faf31d7835552a10cf7cbf","44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","23b89798789dffbd437c0c423f5d02d11f9736aea73d6abf16db4f812ff36eda","213fc4f2b172d8beb74b77d7c1b41488d67348066d185e4263470cbb010cd6e8",{"version":"970a90f76d4d219ad60819d61f5994514087ba94c985647a3474a5a3d12714ed","affectsGlobalScope":true},"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","4c8525f256873c7ba3135338c647eaf0ca7115a1a2805ae2d0056629461186ce","3c13ef48634e7b5012fcf7e8fce7496352c2d779a7201389ca96a2a81ee4314d","5d0a25ec910fa36595f85a67ac992d7a53dd4064a1ba6aea1c9f14ab73a023f2",{"version":"f0900cd5d00fe1263ff41201fb8073dbeb984397e4af3b8002a5c207a30bdc33","affectsGlobalScope":true},{"version":"f7db71191aa7aac5d6bc927ed6e7075c2763d22c7238227ec0c63c8cf5cb6a8b","affectsGlobalScope":true},"06d7c42d256f0ce6afe1b2b6cfbc97ab391f29dadb00dd0ae8e8f23f5bc916c3","ec4bd1b200670fb567920db572d6701ed42a9641d09c4ff6869768c8f81b404c","e59a892d87e72733e2a9ca21611b9beb52977be2696c7ba4b216cbbb9a48f5aa",{"version":"da26af7362f53d122283bc69fed862b9a9fe27e01bc6a69d1d682e0e5a4df3e6","affectsGlobalScope":true},"8a300fa9b698845a1f9c41ecbe2c5966634582a8e2020d51abcace9b55aa959e",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"652ee9c5103e89102d87bc20d167a02a0e3e5e53665674466c8cfea8a9e418c7","f7163a5d37d21f636f6a5cd1c064ce95fada21917859a64b6cc49a8b6fd5c1a8","1442a75050bad91356b11dcea6dfb877154d1f2e00f863a9b17ba5e903659503","fb14266ae4070bd16db6b071e98887452bc359695c40742e38515a89dbc80a63","4a24d83c0d8f489465c4d38ed9fd87121c8a2cf50c47efe09c2eca93d39fa908","c052e32b9de53cd2596f196a0901801961bd7a31be9fac4ac2f117e4103e3a07","b15cdbb45919bc3b8e6b6f962d65382e85061d70bc26a968604f3dce4ad3a891","d6b58d955981bc1742501b792f1ab9f4cba0c4611f28dcf1c99376c1c33c9f9c","f0b9f6d5db82c3d1679f71b187c4451dbc2875ba734ce416a4804ad47390970a","a5c38939c3e22954a7166d80ab931ac6757283737b000f1e6dc924c6f4402b88","31a863da9da2a3edec16665695bdbc3134e853195f82dafec58e98c8e1bb3119","da728b7b918be9cbef6143a1f30563c8582b4801057777f383569c474fca4088","e7b1d24a9f68caacb4b0c98d6723c482967d6fdff477b0365d2c8d8b5b6f530d","547bf5974369e3ff85eee157cbc94a69ce177b218cf0586ab93731491c6fc5ae","0cb235894e092539fd0a892c85fea323c7047519c1c9320e4c717def9b9a8316","03058ca16f42d0a619f6faa3848096bcf5c5bb3382d12aae23c78a1e17888b31","e6bef70114b74828a98d49720fb98184c8faa2655801f7ff1d5399c14c8c4572","ef86c33a91aac82d86ae26dd7d5b049e094f1c9eed121375575e93a5217b4e0b","def6ecce15395ec65cb718d398664b3bcb7ed469af4bbc57784b6fbac82f8028","40871fe15e2ecf88714da0847588959d7049d34709a5c4f9f2584d8cdbda2874","6a1197b37f8f406bfb74528ca1fb90659c6d1a251d472b1c65affb5c6a6ba5f8","f9ad7116df889127e47c688ebaa4d9b6dc0543abf3eae56c8896ea455587d577","54694091affb44c25e9b185a060ee5bba947435be18c913fef21250425712f71","28497c60d13fd82b60e60b73b981fe229c74092b59d6379580ef0cff46746688","3b51f53f02132c5283706ffb3c5e2ce6f5acb819fc4b42f26894d3d98d87c929","61bf0f4302ee1e5e4b2d037c7de82ce8410560dc61fcdadd1a1d4f016b99134c","2a851f3adebd931ec949cd374ce0ab05d59dae3cfe3a56300cb0f55c1b933213","367ab90a74f5c19abff93dfee24d933cb672c0d875e4ac95708703871be5707f","992a7cc898964f2a4108222528adedc5473820c0d64fbda3a1c9aeb21a03d809","659349a2764d207998036616af5fbf9577cc98149dfbcb834fb075edb2317e8b","ea38212c34e9ef0d803a4629c30d3808f984dbb8c8da792ec9dfc4cb4da07e46","653dbe1b437d6689e22c5d642b9439b3dd2c1cb138f56e19c4f6112ea812da2c","4b2ee3d5c85f3007ca08a0b2e31d9dd7f3941eb9b2e2aebb46ec3ec45d66d021","11c97f2e856596a67d789fc11e7edde7efbca3dfeb040543c3a52d4b12a5b258","b4ec5ba9a5ce711278e8f562719625b9e6c4f96ef98c8cabe840a8e226e8c7d0","5337bd9cee8222598bab8f01a140dcd030d567da487fb6418b849fb2455cfc25","753e36214814bf0cc43346474d374cd4fd9176e2010733edddc827856293f412","2b8a7f44e46d5f5197b4eb74bc149a4aa990875d6eaeadfc1c10d331b39c16d8","535c495248be283cce05bff71f4ebecc3c712ca7d4ef6735b143426b333e8083","1376fcb20905de176bd02c73f5fdd6dc0366d36d60725eec51273b30df79792c","19c2bc5072ded03c0e230bbf1560ffdb38ccde0ff19e640ba6ae9d4a067dec81","0329fa3e6702a35c56591d4de8a42459c2127ca91745437eacda173b3b3e18e9","4897607f6544b9aba89c61ec30d0ff3b5089f082363034854c5acac847f8313a","919f2cfcc5ffb092f09f8808b61d052b24a0a8548a5c07b4de8b5c492cf6ccc7","1d6800aeb28b8beac0b5f3fef6a481574d71919ecdb7075af52f88e1e28f9b71","e819b95115697c7ff89b83967da07287630837761c5cc2738ccc2a170971d4c4","ca29c120c816120222d7561cd221c6aad4af304cf06e234bc16a6ea59022878c","ddc97c763bef53e5ec6adf15b6c3376faef31ed623ca340b84f66408b05850fb","60eb12bdd421c92ee174aab1a12393d575c684c811f09cf61f607f2702163be9","0d40cf3f6a3b799381e8e2aed00a6e8451e4b8e553e3f2b2415b4625c47ba9c3","22738c10c5a0c76db18caef6741ef17031642fd6a46f02989f5116dcea307f9e","6cf703a66860b2f1a58044937d9d59cf6c18551f56795d2f0b68a8f1da0f241b","bbf28aac6fc307a3925db448f87dc5e8d85b4806d9cead36f8776d77afa0b00f","fb724c133584a056c6d715ce5275bfa294e2378c8bacc28e9ecac1acd5e73717","c1fb57d64078078c7548b0bb94b4ad00e62df72464a190e274de7a68973a52f2","61d5ceb43470315ebaccc58a015eaf09754ea24459ce403a090ac64d3a00d941","9e0e44ad44f30a63079102a9f43e88ebf3edaf515a366e9fd74a4ccbaeb159ec","97ca28b5c460096532d75a9ce804407b96690b160fcda292fd662025d7484ef5","04ac11c12401bcc89f5ff15c93d5c6f9d38418d2cd6826e3a5aab9fa871ba6ad","d036f28759fdaacdf83649323db2a672d3649189e2f30f0a157606e96bad9787","2db56aa2c1cc6a1f505922bdfad8bdb849d52c89eb0bfb8294dc5642fb3da17f","c64f62cc96dd5380c4902be9ca310530316bb7c9f84ceafccd611b640f763608","f7a76e04d55272e70d5e4aa916062f943870ac3253d495e1bfc3fd8bf2678769","8d64013482f7244d852587624cdc453d8940291bd8cc365844fc90688e1fc15c","c6d1267fc1c14484cb320fadee1b0fad9f4f1ad0620c23fee7dabcc72738c514","12aa9c803cd79a739aa663156f39131869a41388bf253e3b51f0f61f98a07663","be92647dfc052cf320b5ac0bf79ac1df11c0b77cc6f0b1bf5be7dce314a7db68","ea4f5a4451505cad589168e6a31fa0fe6f5cff894cea623c531cd2dece0a4776","1a159891a2340adfb2c31ed2fc626212feb08f10a57b1b2238f3c24f06e7a3b8","3bb2d3759c8b86694a31b01c41a8505b0d17bdb2790d9809273845efb2ea64d7","6fd4d80e2c39c989d12ed03b97aef7f3503c9e20e87b0991e9cadc7e5dcbe41a","8226efdc7ea655c88eaebf901e4864678b90911d7d1cef2d478254e965bd080b","1dea9c7b5a574fb1d3c09a436e69aa874c9bd734a9ad9e19ecccdb8ee10d0739","8a20e1c333c6bc8a051a6408d5e24684383a8fa89f832f0475d12070220f8023","76200cf7360c740003e6b8912707413864a14022c2eb1aa387d9f693108ab3f6","889b4beefc59797c39dd56afbd7a441c95a55d64ada2640ed7537ffff93c3d43","d5ace6192178d45de42affa439c12585d4fe6aa51ec198da3261d64ce7f6897d","fc9c075827b48e02faa76886d02294f5c81446872aa715cb246c31180896914c","030e1fcbaf536940f6facf8677ff38f729b5574cfa6ebfcd6d354054ffd104af","92e6d34734761367decfc51940f032ed342c9bb2d8faed5a0345b32af6c6bb6c","e72bba210d8fa5820b6d15aafea9728b31a659d97b73d9935d34a56ef362faba","cf8888dcc41b068af7a630cbfffccf68ce6f2ffb5413fda9ec562ca0493f8752","7bd5d8c3532aa28239678b30c08a3084912b8c1f1c68d524aa3c1e32bacbb6a6","a7321c0e96eecb19dcbf178493836474cef21ee3f9345384ce9d74e4be31228d","0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","3054ef91b855e005b9c4681399e9d64d2a7b07a22d539314d794f09e53b876a7","427ce5854885cfc34387e09de05c1d5c1acf94c2143e1693f1d9ff54880573e7","bed2c4f96fab3348be4a34d88dcb12578c1b2475b07c6acd369e99e227718d81","e3ba509d3dce019b3190ceb2f3fc88e2610ab717122dabd91a9efaa37804040d","9ac9b7b349a96ff204f4172183cca1672cc402e1ee7277bfcdec96c000b7d818","ac127e4c6f2b5220b293cc9d2e64ba49781225b792a51cda50f3db8eafba550c",{"version":"f5e277afc658b3fefe1e9d06f3018416ea92f3e094bc21d38517f7f36627a5e4","affectsGlobalScope":true}],"options":{"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"declarationMap":true,"downlevelIteration":true,"esModuleInterop":true,"module":99,"noFallthroughCasesInSwitch":true,"noImplicitAny":false,"noImplicitReturns":true,"noImplicitThis":true,"noUnusedLocals":false,"noUnusedParameters":false,"outDir":"./module","rootDir":"../src","skipLibCheck":true,"sourceMap":true,"strict":true,"strictNullChecks":true,"strictPropertyInitialization":false,"target":99,"useDefineForClassFields":false},"fileIdsList":[[226],[226,320,323],[226,318],[226,316,322],[226,320],[226,317,321],[226,319],[180,226],[183,226],[184,189,217,226],[185,196,197,204,214,225,226],[185,186,196,204,226],[187,226],[188,189,197,205,226],[189,214,222,226],[190,192,196,204,226],[191,226],[192,193,226],[196,226],[194,196,226],[196,197,198,214,225,226],[196,197,198,211,214,217,226],[226,230],[199,204,214,225,226],[196,197,199,200,204,214,222,225,226],[199,201,214,222,225,226],[180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232],[196,202,226],[203,225,226],[192,196,204,214,226],[205,226],[206,226],[183,207,226],[208,224,226,230],[209,226],[210,226],[196,211,212,226],[211,213,226,228],[184,196,214,215,216,217,226],[184,214,216,226],[214,215,226],[217,226],[218,226],[196,220,221,226],[220,221,226],[189,204,214,222,226],[223,226],[204,224,226],[184,199,210,225,226],[189,226],[214,226,227],[226,228],[226,229],[184,189,196,198,207,214,225,226,228,230],[214,226,231],[196,199,201,214,222,225,226,231,233],[226,236],[226,238],[226,236,237,238,239,240,241,242],[226,236,238],[196,204,226,233,234,235,243],[226,234],[173,226],[42,43,44,45,226],[42,44,173,226],[47,48,50,51,52,53,226],[49,226],[55,173,226],[55,56,57,58,59,60,61,62,64,65,226],[63,226],[67,81,82,83,84,85,86,87,88,226],[80,81,226],[54,79,226],[65,90,226],[68,69,70,71,72,73,74,75,76,77,78,226],[92,173,226],[92,93,94,226],[96,97,98,99,100,101,226],[98,173,226],[46,54,66,79,89,91,95,102,106,109,111,170,172,226],[103,104,105,226],[104,173,226],[107,108,226],[110,226],[116,117,226],[121,122,123,124,125,126,226],[128,226],[129,130,131,132,133,134,135,136,226],[138,173,226],[116,117,138,226],[138,139,140,141,142,143,144,145,226],[147,148,149,226],[128,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,226],[117,173,226],[120,127,137,146,150,168,226],[112,113,114,115,118,119,226],[116,117,169,226],[171,226],[178,226,305],[174,226,247,253],[226,249],[226,249,257],[174,226],[41,174,176,226,246,261,273,282,299],[176,226],[176,177,178,179,226,247,254,256,258,260,262,265,289,290,294,296,297,301,302,304,305,307,308,311,312],[226,296,297],[174,226,263,273,296],[226,310],[185,226,309],[174,176,177,226,261,275,292],[177,226,244,245,256,261,277,279],[177,226],[177,226,275,289],[226,244],[177,226,244,245,261,275,280,290,291],[41,226,261,275],[226,245,261,280,292,293],[177,226,244],[226,244,245],[179,226,259],[226,247,248,250],[174,177,178,226,247,265,266,267,268,269],[178,226,247,265],[41,176,226,251,252],[174,176,226,265],[41,176,226,246,251,252,254],[226,248],[177,226,304],[226,267,281],[174,226,263],[176,226,273],[226,251],[174,226,248,251,252,255,259,263,264,267,269,271,273,279,282,283,284,285,286,287,288],[189,226,248],[226,273],[226,265,267],[176,178,179,226,248,256,258,260,261],[174,177,226,245,254,265,280,293,301],[41,174,226,245,277,304],[174,175,176,177,178,179,226,245,247,252,254,255,256,260,262,264,265,267,268,269,270,271,272,273,274,276,278,280,288,294,295,298,299,300,301,302,303],[176,226,256,262,304],[176,177,178,179,226,245,255],[174,176,177,226,247,252,254,255,264]],"referencedMap":[[175,1],[253,1],[324,2],[316,1],[319,3],[318,1],[317,1],[323,4],[321,5],[322,6],[320,7],[180,8],[181,8],[183,9],[184,10],[185,11],[186,12],[187,13],[188,14],[189,15],[190,16],[191,17],[192,18],[193,18],[195,19],[194,20],[196,19],[197,21],[198,22],[182,23],[232,1],[199,24],[200,25],[201,26],[233,27],[202,28],[203,29],[204,30],[205,31],[206,32],[207,33],[208,34],[209,35],[210,36],[211,37],[212,37],[213,38],[214,39],[216,40],[215,41],[217,42],[218,43],[219,1],[220,44],[221,45],[222,46],[223,47],[224,48],[225,49],[226,50],[227,51],[228,52],[229,53],[230,54],[231,55],[234,56],[237,57],[236,1],[239,58],[238,1],[242,1],[243,59],[241,60],[240,60],[244,61],[235,62],[8,1],[11,1],[10,1],[2,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[18,1],[19,1],[3,1],[4,1],[23,1],[20,1],[21,1],[22,1],[24,1],[25,1],[26,1],[5,1],[27,1],[28,1],[29,1],[30,1],[6,1],[31,1],[32,1],[33,1],[34,1],[7,1],[39,1],[35,1],[36,1],[37,1],[38,1],[1,1],[40,1],[9,1],[174,63],[46,64],[42,63],[43,1],[44,1],[45,65],[54,66],[47,1],[48,1],[49,1],[50,67],[51,1],[52,1],[53,1],[56,68],[57,1],[58,63],[59,68],[55,63],[60,63],[66,69],[62,63],[61,68],[63,63],[64,70],[67,63],[89,71],[82,72],[80,73],[83,63],[84,63],[81,1],[85,63],[86,63],[87,63],[88,63],[91,74],[90,1],[65,1],[68,1],[69,1],[70,1],[71,1],[79,75],[72,1],[73,1],[74,63],[75,1],[76,1],[77,1],[78,1],[92,63],[93,76],[95,77],[94,63],[96,63],[98,63],[97,63],[102,78],[99,63],[100,63],[101,79],[173,80],[106,81],[103,63],[105,82],[104,63],[107,63],[109,83],[108,63],[110,63],[111,84],[121,1],[122,1],[123,63],[124,1],[125,63],[126,85],[127,86],[129,87],[130,63],[131,1],[132,1],[133,63],[134,1],[135,63],[136,85],[137,88],[139,89],[140,1],[141,1],[142,63],[143,63],[144,1],[138,63],[145,90],[146,91],[147,1],[148,1],[149,63],[150,92],[151,63],[152,63],[153,63],[154,63],[168,93],[155,87],[156,63],[157,1],[158,63],[159,63],[160,63],[161,94],[162,1],[163,63],[164,63],[165,63],[128,63],[166,63],[167,63],[169,95],[119,1],[112,1],[113,63],[114,1],[115,1],[118,85],[120,96],[116,63],[117,63],[170,97],[171,63],[172,98],[41,1],[306,99],[254,100],[247,1],[250,101],[257,101],[258,102],[249,1],[176,103],[300,104],[299,105],[313,106],[177,103],[312,103],[298,107],[296,1],[297,108],[311,109],[310,110],[293,111],[280,112],[261,113],[290,114],[275,115],[292,116],[276,117],[294,118],[245,119],[291,120],[260,121],[179,1],[251,122],[308,1],[307,1],[270,123],[266,124],[267,125],[271,126],[255,127],[259,103],[309,128],[274,103],[303,129],[272,105],[282,130],[279,1],[264,131],[314,103],[283,132],[273,103],[315,128],[246,1],[284,131],[248,1],[285,133],[288,103],[263,103],[289,134],[295,135],[287,1],[286,136],[252,105],[281,125],[268,137],[269,113],[277,103],[262,138],[302,139],[278,140],[304,141],[301,1],[305,142],[178,1],[256,143],[265,144]],"exportedModulesMap":[[175,1],[253,1],[324,2],[316,1],[319,3],[318,1],[317,1],[323,4],[321,5],[322,6],[320,7],[180,8],[181,8],[183,9],[184,10],[185,11],[186,12],[187,13],[188,14],[189,15],[190,16],[191,17],[192,18],[193,18],[195,19],[194,20],[196,19],[197,21],[198,22],[182,23],[232,1],[199,24],[200,25],[201,26],[233,27],[202,28],[203,29],[204,30],[205,31],[206,32],[207,33],[208,34],[209,35],[210,36],[211,37],[212,37],[213,38],[214,39],[216,40],[215,41],[217,42],[218,43],[219,1],[220,44],[221,45],[222,46],[223,47],[224,48],[225,49],[226,50],[227,51],[228,52],[229,53],[230,54],[231,55],[234,56],[237,57],[236,1],[239,58],[238,1],[242,1],[243,59],[241,60],[240,60],[244,61],[235,62],[8,1],[11,1],[10,1],[2,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[18,1],[19,1],[3,1],[4,1],[23,1],[20,1],[21,1],[22,1],[24,1],[25,1],[26,1],[5,1],[27,1],[28,1],[29,1],[30,1],[6,1],[31,1],[32,1],[33,1],[34,1],[7,1],[39,1],[35,1],[36,1],[37,1],[38,1],[1,1],[40,1],[9,1],[174,63],[46,64],[42,63],[43,1],[44,1],[45,65],[54,66],[47,1],[48,1],[49,1],[50,67],[51,1],[52,1],[53,1],[56,68],[57,1],[58,63],[59,68],[55,63],[60,63],[66,69],[62,63],[61,68],[63,63],[64,70],[67,63],[89,71],[82,72],[80,73],[83,63],[84,63],[81,1],[85,63],[86,63],[87,63],[88,63],[91,74],[90,1],[65,1],[68,1],[69,1],[70,1],[71,1],[79,75],[72,1],[73,1],[74,63],[75,1],[76,1],[77,1],[78,1],[92,63],[93,76],[95,77],[94,63],[96,63],[98,63],[97,63],[102,78],[99,63],[100,63],[101,79],[173,80],[106,81],[103,63],[105,82],[104,63],[107,63],[109,83],[108,63],[110,63],[111,84],[121,1],[122,1],[123,63],[124,1],[125,63],[126,85],[127,86],[129,87],[130,63],[131,1],[132,1],[133,63],[134,1],[135,63],[136,85],[137,88],[139,89],[140,1],[141,1],[142,63],[143,63],[144,1],[138,63],[145,90],[146,91],[147,1],[148,1],[149,63],[150,92],[151,63],[152,63],[153,63],[154,63],[168,93],[155,87],[156,63],[157,1],[158,63],[159,63],[160,63],[161,94],[162,1],[163,63],[164,63],[165,63],[128,63],[166,63],[167,63],[169,95],[119,1],[112,1],[113,63],[114,1],[115,1],[118,85],[120,96],[116,63],[117,63],[170,97],[171,63],[172,98],[41,1],[306,99],[254,100],[247,1],[250,101],[257,101],[258,102],[249,1],[176,103],[300,104],[299,105],[313,106],[177,103],[312,103],[298,107],[296,1],[297,108],[311,109],[310,110],[293,111],[280,112],[261,113],[290,114],[275,115],[292,116],[276,117],[294,118],[245,119],[291,120],[260,121],[179,1],[251,122],[308,1],[307,1],[270,123],[266,124],[267,125],[271,126],[255,127],[259,103],[309,128],[274,103],[303,129],[272,105],[282,130],[279,1],[264,131],[314,103],[283,132],[273,103],[315,128],[246,1],[284,131],[248,1],[285,133],[288,103],[263,103],[289,134],[295,135],[287,1],[286,136],[252,105],[281,125],[268,137],[269,113],[277,103],[262,138],[302,139],[278,140],[304,141],[301,1],[305,142],[178,1],[256,143],[265,144]],"semanticDiagnosticsPerFile":[175,253,324,316,319,318,317,323,321,322,320,180,181,183,184,185,186,187,188,189,190,191,192,193,195,194,196,197,198,182,232,199,200,201,233,202,203,204,205,206,207,208,209,210,211,212,213,214,216,215,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,234,237,236,239,238,242,243,241,240,244,235,8,11,10,2,12,13,14,15,16,17,18,19,3,4,23,20,21,22,24,25,26,5,27,28,29,30,6,31,32,33,34,7,39,35,36,37,38,1,40,9,174,46,42,43,44,45,54,47,48,49,50,51,52,53,56,57,58,59,55,60,66,62,61,63,64,67,89,82,80,83,84,81,85,86,87,88,91,90,65,68,69,70,71,79,72,73,74,75,76,77,78,92,93,95,94,96,98,97,102,99,100,101,173,106,103,105,104,107,109,108,110,111,121,122,123,124,125,126,127,129,130,131,132,133,134,135,136,137,139,140,141,142,143,144,138,145,146,147,148,149,150,151,152,153,154,168,155,156,157,158,159,160,161,162,163,164,165,128,166,167,169,119,112,113,114,115,118,120,116,117,170,171,172,41,306,254,247,250,257,258,249,176,300,299,313,177,312,298,296,297,311,310,293,280,261,290,275,292,276,294,245,291,260,179,251,308,307,270,266,267,271,255,259,309,274,303,272,282,279,264,314,283,273,315,246,284,248,285,288,263,289,295,287,286,252,281,268,269,277,262,302,278,304,301,305,178,256,265]},"version":"4.4.3"}
1
+ {"program":{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.webworker.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../src/chain.ts","../node_modules/@bitauth/libauth/build/lib/address/base58-address.d.ts","../node_modules/@bitauth/libauth/build/lib/address/bech32.d.ts","../node_modules/@bitauth/libauth/build/lib/address/cash-address.d.ts","../node_modules/@bitauth/libauth/build/lib/address/locking-bytecode.d.ts","../node_modules/@bitauth/libauth/build/lib/address/address.d.ts","../node_modules/@bitauth/libauth/build/lib/bin/hashes.d.ts","../node_modules/@bitauth/libauth/build/lib/bin/ripemd160/ripemd160.base64.d.ts","../node_modules/@bitauth/libauth/build/lib/bin/secp256k1/secp256k1-wasm-types.d.ts","../node_modules/@bitauth/libauth/build/lib/bin/secp256k1/secp256k1-wasm.d.ts","../node_modules/@bitauth/libauth/build/lib/bin/sha1/sha1.base64.d.ts","../node_modules/@bitauth/libauth/build/lib/bin/sha256/sha256.base64.d.ts","../node_modules/@bitauth/libauth/build/lib/bin/sha512/sha512.base64.d.ts","../node_modules/@bitauth/libauth/build/lib/bin/bin.d.ts","../node_modules/@bitauth/libauth/build/lib/compiler/compiler-types.d.ts","../node_modules/@bitauth/libauth/build/lib/compiler/compiler-bch/compiler-bch.d.ts","../node_modules/@bitauth/libauth/build/lib/compiler/compiler-defaults.d.ts","../node_modules/@bitauth/libauth/build/lib/compiler/compiler-operation-helpers.d.ts","../node_modules/@bitauth/libauth/build/lib/compiler/compiler-operations.d.ts","../node_modules/@bitauth/libauth/build/lib/compiler/compiler-utils.d.ts","../node_modules/@bitauth/libauth/build/lib/compiler/scenarios.d.ts","../node_modules/@bitauth/libauth/build/lib/compiler/p2pkh-utils.d.ts","../node_modules/@bitauth/libauth/build/lib/compiler/standard/p2pkh.d.ts","../node_modules/@bitauth/libauth/build/lib/compiler/standard/standard.d.ts","../node_modules/@bitauth/libauth/build/lib/engine/types/template-types.d.ts","../node_modules/@bitauth/libauth/build/lib/compiler/compiler.d.ts","../node_modules/@bitauth/libauth/build/lib/crypto/combinations.d.ts","../node_modules/@bitauth/libauth/build/lib/format/base-convert.d.ts","../node_modules/@bitauth/libauth/build/lib/format/base64.d.ts","../node_modules/@bitauth/libauth/build/lib/format/bin-string.d.ts","../node_modules/@bitauth/libauth/build/lib/format/error.d.ts","../node_modules/@bitauth/libauth/build/lib/format/hex.d.ts","../node_modules/@bitauth/libauth/build/lib/format/log.d.ts","../node_modules/@bitauth/libauth/build/lib/format/number.d.ts","../node_modules/@bitauth/libauth/build/lib/format/read.d.ts","../node_modules/@bitauth/libauth/build/lib/format/time.d.ts","../node_modules/@bitauth/libauth/build/lib/format/type-utils.d.ts","../node_modules/@bitauth/libauth/build/lib/format/utf8.d.ts","../node_modules/@bitauth/libauth/build/lib/format/format.d.ts","../node_modules/@bitauth/libauth/build/lib/crypto/dependencies.d.ts","../node_modules/@bitauth/libauth/build/lib/crypto/secp256k1-types.d.ts","../node_modules/@bitauth/libauth/build/lib/crypto/default-crypto-instances.d.ts","../node_modules/@bitauth/libauth/build/lib/crypto/hmac.d.ts","../node_modules/@bitauth/libauth/build/lib/crypto/ripemd160.d.ts","../node_modules/@bitauth/libauth/build/lib/crypto/secp256k1.d.ts","../node_modules/@bitauth/libauth/build/lib/crypto/sha1.d.ts","../node_modules/@bitauth/libauth/build/lib/crypto/sha256.d.ts","../node_modules/@bitauth/libauth/build/lib/crypto/sha512.d.ts","../node_modules/@bitauth/libauth/build/lib/crypto/crypto.d.ts","../node_modules/@bitauth/libauth/build/lib/engine/types/bcmr-types.d.ts","../node_modules/@bitauth/libauth/build/lib/engine/engine.d.ts","../node_modules/@bitauth/libauth/build/lib/key/hd-key.d.ts","../node_modules/@bitauth/libauth/build/lib/key/key-utils.d.ts","../node_modules/@bitauth/libauth/build/lib/key/wallet-import-format.d.ts","../node_modules/@bitauth/libauth/build/lib/key/key.d.ts","../node_modules/@bitauth/libauth/build/lib/language/compile.d.ts","../node_modules/@bitauth/libauth/build/lib/language/language-utils.d.ts","../node_modules/@bitauth/libauth/build/lib/language/language-types.d.ts","../node_modules/@bitauth/libauth/build/lib/language/parse.d.ts","../node_modules/@bitauth/libauth/build/lib/language/reduce.d.ts","../node_modules/@bitauth/libauth/build/lib/language/resolve.d.ts","../node_modules/@bitauth/libauth/build/lib/language/language.d.ts","../node_modules/@bitauth/libauth/build/lib/message/read-components.d.ts","../node_modules/@bitauth/libauth/build/lib/message/transaction-types.d.ts","../node_modules/@bitauth/libauth/build/lib/message/transaction-encoding.d.ts","../node_modules/@bitauth/libauth/build/lib/message/message.d.ts","../node_modules/@bitauth/libauth/build/lib/schema/bcmr.d.ts","../node_modules/@bitauth/libauth/build/lib/schema/wallet-template.d.ts","../node_modules/@bitauth/libauth/build/lib/schema/schema.d.ts","../node_modules/@bitauth/libauth/build/lib/transaction/generate-transaction.d.ts","../node_modules/@bitauth/libauth/build/lib/transaction/transaction.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/xec/xec-descriptions.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/xec/xec-instruction-set.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/xec/xec-opcodes.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/xec/xec-types.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/virtual-machine.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/vm-types.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/xec/xec-vm.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/xec/fixtures/satoshi-client/bitcoin-satoshi-utils.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/xec/xec.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2022/bch-2022-descriptions.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2022/bch-2022-errors.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2022/bch-2022-instruction-set.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2022/bch-2022-opcodes.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2022/bch-2022-types.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2022/bch-2022-vm.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2022/bch-2022.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/signing-serialization.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2023/bch-2023-consensus.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2023/bch-2023-crypto.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2023/bch-2023-descriptions.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2023/bch-2023-errors.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2023/bch-2023-instruction-set.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2023/bch-2023-opcodes.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2023/bch-2023-tokens.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2023/bch-2023-vm.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/2023/bch-2023.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/chips/bch-chips-types.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/chips/bch-chips-crypto.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/chips/bch-chips-descriptions.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/chips/bch-chips-errors.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/chips/bch-chips-instruction-set.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/chips/bch-chips-loops.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/chips/bch-chips-opcodes.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/chips/bch-chips-vm.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/bch/chips/bch-chips.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/btc/btc-descriptions.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/btc/btc-opcodes.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/btc/btc-types.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/btc/btc.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/arithmetic.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/bitwise.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/combinators.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/common-types.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/consensus.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/crypto.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/encoding.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/errors.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/flow-control.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/format.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/inspection.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/instruction-sets-types.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/instruction-sets-utils.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/nop.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/push.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/stack.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/time.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/common/common.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/instruction-sets/instruction-sets.d.ts","../node_modules/@bitauth/libauth/build/lib/vm/vm.d.ts","../node_modules/@bitauth/libauth/build/lib/vmb-tests/bch-vmb-test-utils.d.ts","../node_modules/@bitauth/libauth/build/lib/vmb-tests/vmb-tests.d.ts","../node_modules/@bitauth/libauth/build/lib/lib.d.ts","../node_modules/@bitauth/libauth/build/index.d.ts","../../../node_modules/@scure/bip39/index.d.ts","../src/enum.ts","../src/interface.ts","../src/wallet/enum.ts","../src/qr/interface.ts","../../../node_modules/@types/node/ts4.8/assert.d.ts","../../../node_modules/@types/node/ts4.8/assert/strict.d.ts","../../../node_modules/@types/node/ts4.8/globals.d.ts","../../../node_modules/@types/node/ts4.8/async_hooks.d.ts","../../../node_modules/@types/node/ts4.8/buffer.d.ts","../../../node_modules/@types/node/ts4.8/child_process.d.ts","../../../node_modules/@types/node/ts4.8/cluster.d.ts","../../../node_modules/@types/node/ts4.8/console.d.ts","../../../node_modules/@types/node/ts4.8/constants.d.ts","../../../node_modules/@types/node/ts4.8/crypto.d.ts","../../../node_modules/@types/node/ts4.8/dgram.d.ts","../../../node_modules/@types/node/ts4.8/diagnostics_channel.d.ts","../../../node_modules/@types/node/ts4.8/dns.d.ts","../../../node_modules/@types/node/ts4.8/dns/promises.d.ts","../../../node_modules/@types/node/ts4.8/domain.d.ts","../../../node_modules/@types/node/ts4.8/dom-events.d.ts","../../../node_modules/@types/node/ts4.8/events.d.ts","../../../node_modules/@types/node/ts4.8/fs.d.ts","../../../node_modules/@types/node/ts4.8/fs/promises.d.ts","../../../node_modules/@types/node/ts4.8/http.d.ts","../../../node_modules/@types/node/ts4.8/http2.d.ts","../../../node_modules/@types/node/ts4.8/https.d.ts","../../../node_modules/@types/node/ts4.8/inspector.d.ts","../../../node_modules/@types/node/ts4.8/module.d.ts","../../../node_modules/@types/node/ts4.8/net.d.ts","../../../node_modules/@types/node/ts4.8/os.d.ts","../../../node_modules/@types/node/ts4.8/path.d.ts","../../../node_modules/@types/node/ts4.8/perf_hooks.d.ts","../../../node_modules/@types/node/ts4.8/process.d.ts","../../../node_modules/@types/node/ts4.8/punycode.d.ts","../../../node_modules/@types/node/ts4.8/querystring.d.ts","../../../node_modules/@types/node/ts4.8/readline.d.ts","../../../node_modules/@types/node/ts4.8/readline/promises.d.ts","../../../node_modules/@types/node/ts4.8/repl.d.ts","../../../node_modules/@types/node/ts4.8/stream.d.ts","../../../node_modules/@types/node/ts4.8/stream/promises.d.ts","../../../node_modules/@types/node/ts4.8/stream/consumers.d.ts","../../../node_modules/@types/node/ts4.8/stream/web.d.ts","../../../node_modules/@types/node/ts4.8/string_decoder.d.ts","../../../node_modules/@types/node/ts4.8/test.d.ts","../../../node_modules/@types/node/ts4.8/timers.d.ts","../../../node_modules/@types/node/ts4.8/timers/promises.d.ts","../../../node_modules/@types/node/ts4.8/tls.d.ts","../../../node_modules/@types/node/ts4.8/trace_events.d.ts","../../../node_modules/@types/node/ts4.8/tty.d.ts","../../../node_modules/@types/node/ts4.8/url.d.ts","../../../node_modules/@types/node/ts4.8/util.d.ts","../../../node_modules/@types/node/ts4.8/v8.d.ts","../../../node_modules/@types/node/ts4.8/vm.d.ts","../../../node_modules/@types/node/ts4.8/wasi.d.ts","../../../node_modules/@types/node/ts4.8/worker_threads.d.ts","../../../node_modules/@types/node/ts4.8/zlib.d.ts","../../../node_modules/@types/node/ts4.8/globals.global.d.ts","../../../node_modules/@types/node/ts4.8/index.d.ts","../../../node_modules/@types/ws/index.d.ts","../../../node_modules/isomorphic-ws/index.d.ts","../../../node_modules/async-mutex/lib/MutexInterface.d.ts","../../../node_modules/async-mutex/lib/Mutex.d.ts","../../../node_modules/async-mutex/lib/SemaphoreInterface.d.ts","../../../node_modules/async-mutex/lib/Semaphore.d.ts","../../../node_modules/async-mutex/lib/withTimeout.d.ts","../../../node_modules/async-mutex/lib/tryAcquire.d.ts","../../../node_modules/async-mutex/lib/errors.d.ts","../../../node_modules/async-mutex/lib/index.d.ts","../../../node_modules/electrum-cash/dist/index.d.ts","../src/network/interface.ts","../src/util/floor.ts","../src/constant.ts","../src/util/getRuntimePlatform.ts","../src/db/interface.ts","../src/db/ExchangeRateProvider.ts","../src/rate/ExchangeRate.ts","../src/util/sanitizeUnit.ts","../../../node_modules/@scure/bip39/wordlists/english.d.ts","../src/config.ts","../src/util/balanceObjectFromSatoshi.ts","../src/wallet/interface.ts","../src/db/StorageProvider.ts","../src/db/index.ts","../src/util/base64.ts","../src/qr/Qr.ts","../src/network/NetworkProvider.ts","../src/wallet/Base.ts","../src/util/hash160.ts","../src/util/deriveCashaddr.ts","../src/wallet/model.ts","../src/transaction/allocateFee.ts","../src/util/amountInSatoshi.ts","../src/util/sumSendRequestAmounts.ts","../src/util/sumUtxoValue.ts","../src/transaction/Wif.ts","../src/util/asSendRequestObject.ts","../src/util/checkWifNetwork.ts","../src/util/derivePublicKeyHash.ts","../src/util/checkForEmptySeed.ts","../src/network/constant.ts","../src/network/getRelayFeeCache.ts","../src/util/transaction.ts","../src/wallet/Util.ts","../src/util/delay.ts","../src/network/ElectrumNetworkProvider.ts","../src/util/satoshiToAmount.ts","../src/util/convert.ts","../src/util/deriveNetwork.ts","../src/util/getAddrsByXpubKey.ts","../src/util/getUsdRate.ts","../src/util/sanitizeAddress.ts","../src/util/randomInt.ts","../src/util/getXPubKey.ts","../src/util/index.ts","../src/network/configuration.ts","../src/network/util.ts","../src/network/default.ts","../src/network/Connection.ts","../src/network/index.ts","../src/util/randomBytes.ts","../src/message/interface.ts","../src/message/signed.ts","../src/message/index.ts","../src/history/interface.ts","../src/history/electrumTransformer.ts","../src/wallet/bcmr-v2.schema.ts","../src/wallet/Bcmr.ts","../src/util/checkUtxos.ts","../src/wallet/Wif.ts","../src/wallet/createWallet.ts","../src/cli.ts","../src/test/fetch.ts","../src/test/expect.ts","../src/util/browserNotSupported.ts","../src/mine/mine.ts","../src/mine/index.ts","../src/libauth.ts","../src/index.ts","../src/util/deriveLockscript.ts","../src/util/eventsource.ts","../../../node_modules/@types/jest/node_modules/@jest/expect-utils/build/index.d.ts","../../../node_modules/@types/jest/node_modules/chalk/index.d.ts","../../../node_modules/@types/jest/node_modules/@sinclair/typebox/typebox.d.ts","../../../node_modules/@types/jest/node_modules/@jest/schemas/build/index.d.ts","../../../node_modules/@types/jest/node_modules/pretty-format/build/index.d.ts","../../../node_modules/@types/jest/node_modules/jest-diff/build/index.d.ts","../../../node_modules/@types/jest/node_modules/jest-matcher-utils/build/index.d.ts","../../../node_modules/@types/jest/node_modules/expect/build/index.d.ts","../../../node_modules/@types/jest/index.d.ts"],"fileInfos":[{"version":"aa9fb4c70f369237c2f45f9d969c9a59e0eae9a192962eb48581fe864aa609db","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","e21c071ca3e1b4a815d5f04a7475adcaeea5d64367e840dd0154096d705c3940",{"version":"e54c8715a4954cfdc66cd69489f2b725c09ebf37492dbd91cff0a1688b1159e8","affectsGlobalScope":true},{"version":"28ab3a152fefb456d9ca44de158f3239ca0d03c1a4db6d645c51b837f1f9ee02","affectsGlobalScope":true},{"version":"51b8b27c21c066bf877646e320bf6a722b80d1ade65e686923cd9d4494aef1ca","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"2c8c5ee58f30e7c944e04ab1fb5506fdbb4dd507c9efa6972cf4b91cec90c503","affectsGlobalScope":true},{"version":"2bb4b3927299434052b37851a47bf5c39764f2ba88a888a107b32262e9292b7c","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"df9c8a72ca8b0ed62f5470b41208a0587f0f73f0a7db28e5a1272cf92537518e","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"93544ca2f26a48716c1b6c5091842cad63129daac422dfa4bc52460465f22bb1","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"1b3fe904465430e030c93239a348f05e1be80640d91f2f004c3512c2c2c89f34","affectsGlobalScope":true},{"version":"7435b75fdf3509622e79622dbe5091cf4b09688410ee2034e4fc17d0c99d0862","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"9f1817f7c3f02f6d56e0f403b927e90bb133f371dcebc36fa7d6d208ef6899da","affectsGlobalScope":true},{"version":"4632665b87204bb1caa8b44d165bce0c50dfab177df5b561b345a567cabacf9a","affectsGlobalScope":true},"3b9e1093810740229d6e7192880c5f29a0aa676f1886d57ffba1d4286c3592f6","f9f790e57d3e54a951f58ef7847a0761433c8fc020ba56181e0a0b1cb3edfac3","82d8ed2b6ab41f0b28a26f037177a9b2118fe864df9e979bb69f4f80a0987561","0386c986925405cc6b4b03ec9240ee0f7e861bac36f26cf0f04fac873a4ea3e8","adec73830e3c4957d200dfcef39943c96489762474b578e106f0de202f926efe","95ab2fe99faa3e25ff8eb9408451730506d4686dce877a96db073f62f9368932","16bd6879c5cbd654113504f42f767b989f0f66e08af15b2b8e6911ce7fd6ed94","9a18b997370e8442ed2fe2e7e60180f21d2a3e46e45f443784709eec8284f2e4","5a95594356532fe14e4ff1aab944493571d7ba571c1f6c6b0026ab8018efaba9","3c863e6ccce69483eedb3d505701a957c51af40859c7b19a4558836b1321a892","a3cc420b6dbdfc0245da4e0d837c339c3f9b6bed2efaa2e26dd8bbe4060cef41","6857d9f06f38c5a8d5bf2a0e8326b978b4876031a3c1f47665876c3daa94522d","a240ea9a3333d3630ce06bf128d796a233df1147bb3cbda86a2b74a584e7f6ea","4419778f6c54c431a8156c7de194ebb9e0876709a8cfc12d40502b0dd1019244","ad7bc3b181bfc95d7d862a367edec4bbaa8edd7054175b8852204d147fb3b71c","c8adfdfb15c56588ede387e51f7582976a42137d919a5f6ac8bc32be67133f82","dd0338cd1eac00c168c3b12e86356f71ea1e84dc02127429125fb74b87b6c4c4","e3b4b13562c10ab6201c65a0cceab222e9252b3a274e7502e015bc968c98d38b","8ca0795a40a4a96621335aba45520690dca90249feac8070b364fa37a8fff82a","3abbacd675cf8273629a94cf595bbc57f12e32912916d9936fd423ea3f6cd87f","b2b35afaef27fa51a8767caf660643ad0a84396454aebd39d2e63c39f24496df","929cd9e3bae21fddffa7c5b813561e18ec6f3e88c02fa750313e709a7201ebc2","9075d3dd8f2469c96d260e557870a66cae21f2158d4606844bd084c798850324","5e9004c2aba118299bcc17d5d115044512faa9bd814417e3239e8b53f83ff5d3","c6a603b72eb04c87727242d3823d54214929383c233c7454959b61d11ef1a297","914bfa5408fe15f35395ffda97729ccef39b028fbca57a31236c5d0a2da3ac07","3c2e9fd191f39682dd1c5a8bf30ea2e639a12dcda5ef0f57f05c84f17a88bc4e","58054930f10d7cf9facbf38d7cf6318e36caf7dca7ee083ae8cdd57a784cec8f","66fc3f87542bc556b590a4f4177c22490c117fc96eab69bda2e9e0c445eb5cc2","1293901b689c514fafaf7f9ff9eff109b25f32fdbf64bc7fe8da561d473d2091","bc82f26edea61e61473470eb7cbbe76b815cc27dcc6aa1b6d3fad86add81fc17","a74c064bed325715fd9bac5635920ed8b3a3c3f84c832f6f0b678f229bc3d3c3","9b15c2754d92c35fc53e42ba771e32b2038d8d72408f4704c8daab757043e4dc","906c1bc5a3ba115007f8f89b2f7c18d5a2465c6639e00edc5ecd7873e1459164","09414ca892dcbd88eaa2e77391310d5ec025b613b15db2345aadebdfb3bbdf95","a7920efa08217d3175420b88117e78fb8f2dfb1de498b3ec294048861675e07b","dbaf089f47c0433b37857abfa70c6466bf2b2c9ff8616b43b799833a727334a0","fc58bd4ced201ce2d33e866acaa1dabc6988be30cc03cade27c07da32c458b31","428565fe14b2bb1e0780087739e6a568b102e449da66c2ba4ae8fb6293e7f06c","07407dac9e8f0884a6199a270bca13000fe7f7d5f98e07d55a82bebfcec12d53","258a146c919d5d23d5e43b8ce406ed6528c91a7f315253e7f5bad5f3af84b5e1","8bd0eaaeb6413130a8cb3f3121f311a0043869db0e1660ac0927c685d70a0ad6","b3876d5830d84c781ac4a7482c06887cfd90c3409af82fc29ec20375d38fb217","7ac2d6b2189f51706c6a86a425a67f5dfcd9bc2b8e00670dcb1729f4f22e202f","28b2a0553c2d979d452cf6e47ff1ac52ecce561c8ce800a407c42b4443863d00","2a296c7ce77f2c255fb20f27e0bb1fe2055d407a78f31810a69706ea26d5a07b","5fc405f5c75b8ca0d379338b330b631e7577cda8abf996ce6887edac980b48ba","714beb121bd85c92902dccac1c424cc690859bb31ab3d2d29308a847a1ab0368","e3dd6f5b25d26f229efb106789189628ec8186cc28e3d58783426e18baff9c53","3317b50456304321035c7ea60c719e2bc2bdabdb971938ff8cb21f5f8cb713a8","a5e92b746baac5a9c1954217806a090fbf3b4854d9c59b9b7e68f958fe8dc4de","ebdd03f54f8996e180d3152830208a519625af2ea58b35e231e26ec067bbe966","36e90c466b7ab977a6898b2e7e21e972d6b771a828776338b65238bad0ebfc09","f7bdf7751b647cb56d24e19b46540812deb89163f43434d6b842377e1ba15279","0708c284b3603bfe7f7946709a8b62f1b81d987b7e301fd8fc5312d8d085abab","f49a697ae841413b413585fdc0426a71f58d08ae14e7a6162de9d7c55a65c2d7","27b1b35ac322e9b393824910bc951063b503797edf0e44b3b0e038697f39976b","cf1572d14284361437681cb7a3689493c293af90b7b56a20cda4ba617a42a363","5e6a8186fc4d3d31fb0c1ca5087e846378d3302f5905a8ccc2ab243ffa10f94b","787293262ba88318362f0d483058d34845fd12468a3757d35c7d0e2ac338ff86","7bcd8d106279dffa82f5d00b9f6635e43170ae61c7a4cd2c08661f7bb28c2925","e312e6add715ec2e97e938409478d9017d6c91f4487ce6e4aa2709e60f67cd95","98d9bba055a822e1989148118d2a325014477621d5c256a5393b86f9da14059f","eb54e3233eb53b27921b2a8d533e7ca7c233ff668f4ba6135b44503eebf9699a","08116347d7c698320815ee9ca4551a89ec15e6be8a5b625ef454b2714920938e","c2a227bd507cac7fdbdb2f5375e3b05f6f28f7e247244c52c81229942d5989aa","74ac9fbbe6fcbd7c6605d6b7c0862bf0eb81cc86d6c6599a08aee02e7d531b38","1307a14e18113e3fbae492789ac4d0a6207ab2f5a50a5ad7e292917925b553e8","d5d0238cb8919cba3933ebbb2564386106585d987f69a101568e9c7fa717d99e","dacd55b6ff0901e3f4388956d181f383d97fcfdeac881f39750cafaf4e33aa49","29c97e978dd0682439d4109094dff72ec8707906786343f6ba6f6f82f9260f75","d2dec72e158cf166711a3009180d25ad363fe4cad0178020098aa5e08c4842e7","5e3f8d4b99733c1365ad9f07ba62f7604e6ede0bf94632e1710590fbf5503d0f","f5d8843fd8c6d4aacea9792e8c0ffb47e82c81523b65690fb7a21a76c19a2ae9","339f71322345c9caf86730e90e74a9cc865134cced1d9954b1ff7fbe0da98639","215a651efd3ebf016bec76ac2dae3f538912722a372925d697889eac7b8d8aec","e32638b06638ec0abc0f810d73bdf43f025162170922c4d54ec53b1e74d56d34","76278ca7d48a20284bb7d2852ed2afbe46b47e621d51703499f9934193aacfd4","b25de48fe135da31969d65cd1020df5f660bcab38aee1e2a906c1cdf9f934035","a6d5464c400860c746d59538eeac8aba030bd286a30382cb35ffa180bb45360b","882c65b85e101318cb241a04d9f6098f40f81f60969dc23ed43eca93aa208756","9b9ab0f61e1a9d1544cce8f6a898a67fcb398e7a2916c8f7bff196aeacaa42a1","70c76a6057c1bc0bba81bbfe37dd4bfb5d3ec470779543cf4265bacc8bc34fde","7f45c53d713e44a39ce9715516a742401ec67ca64d28e89800a1087b413bea11","c470ed8e598b61b2f15a4c4367d511c42730c8edad2d31043fa8a303d3d06c48","9d04be61d449837d03f2f2c6cb45862e01ecf27f2d9e9e649381923ec2ef183d","e7ef7f20139a8e1107206b6ebca0aeaf5afc106fdcd3320f72d8fa1aa6b8b376","fca694cf6df8f7eb609a6c94caec2e251c377dcee88a31fbc5b03339607c4e93","d1b9f9d3112a2a61002f35217328c4f9d8c855c97a7bffb3c07064e5d75bcdb2","d92b44ee50805ae18826ccbb6626a8956d1ad4030776e9d8d6665ac4b25594c2","9dbb17d8dd416cd59de116f60c92da5cd5a330657e4b1288ae1667f64ac976ed","c383e01b0a485533eacc2ece74da9806d24c2b04d3a78c0e88bbc170a26e948b","1ae78536a74e399118a613e2733285b11dc319385b205b91be0a2e3191fe2254","84f19808fafe26e154c513ae796980485e314327069d04239b4e3241adf5ff97","91e640e99d770ba7df05a22dc781b70476539d97aabe41afd263508f2e6b1e2a","fbbe6400d3c632bd8ec78c6c2e52f9f12a5730f1239850360b57c437af85efce","b84133cb67d1fef4258fb16730f559491d5d461a9846179f064b976eca2450f9","d05550066e943bd670c9b1594e514fbfb24df470fbf244e0fb8033d33fd9f58e","e761fe8b80d91f271ec9fb310449820b73085a09dc488391f24c357d40edf2ef","ae4ab429f512d21fb3ed429b3ca544a3568790f24a5450a9e1533b1b610ef26e","d3fda3824d4c8d8d37be73e0429c11a3521739a542b075ed44adb322fddcd7a6","811bf83a1de5e46170eab4fae912a4d33cc7a4f783a20b1e28d4c82bb75de9b7","7945f1beac9445afd15677087e29ef11fb82864601f2dea00d1d66b033b6bfa7","b2cfcb267f3ad6d48aa0b9c7a1146f63984f5ea1cd8dd63527eaf1738c713fca","45c971b451ed5d9aa8d2bb3cf052e74f1d5af0e644aa419d46008e2909c1c1d8","dbdcd6590670ad0392ddcdb9ddcd53eb9e3e4c5db174e6a03355609e29ea690e","5f439f9b428b4819042db3c9cd2ebc1d01227821c75c0d8416456781635996d5","89a092a002b46691edb0ac7b0d2785a1f2536547a98b06805a0ea8f7149e192c","aa22fb0a2672dc4bd1858121674bb87ffb67cc1f63b4d4de071f2098917530bb","c0c81406c104bf1aecd935b2947171b283ff3b153d539193b3151d54ecbed1b2","2c0b73556a75de72daafb1d40e9bbb76d878326217799a1db9d15bb91dc73f36","7fb955cbe5047905fe617685c66359c522809170dd11a5b0b10c4fd21bb7b61c","cf6f38abe528489e6db3285a37122e2a99b551599f2648f5518c2b1599e1d9e1","0107d1d34e879ab5399bdec13f43893612c05bfa0aa393fc49622e3eef012cca","9ff98cf113c2e37f217778541e2fdb9c2be84388a1d270eaa902c9aae61d7212","0fe05f5d351e0929050b740bb408370793518130af2fd9c782628d46f69b5ab5","beac06589b709b31baeaeb90f771868216b57549407a4a71abc1d858bc7ed9d8","de02780fe1506e22f50235523d193dea6689d947a356433eca7df4f4356d4476","ff47c22c30f6dd8ea1f246911ada7a866e715273f0da3d7aecf08c7c06beabf8","2a60f5ee4bbed7b32532b969ffc3f32a15dcc4f3c044fe2cc8fa0b9e3b90caa7","0432a66a09b155d10f60440d1fc015abfde249c20714461ab244bdeb35c03a3d","4957662cc60e39dbd3f49a21b33a6764567bad9b22c66137ab40211b813eeae4","091a02696fac64b0c7bd5f9cac15d7fcc5015a7cd8950bf70b6a34e0084ca0c3","9f1fe22bca3d154b2eeb89900eeb6e35106e15a6e2bf53cd1fb00c024c002324","cf816adc0e59789782245ba6b8a23331c846684441e442d6d4d28632db1e3ec3","32e59b19cc93bf7cb790d4ab56c92a0287e4920103f1e50cbbf46ae3021e98b8","4dfc74e0a5679fc2c1b0313e7c7c522f6d6d1d009c77699029d0ecce79decfad","3d5839dcc56fa931ef88d454b74e117800c8b9e6c70dd5ccf61dd0dcb76fb187","ffeebf5bab849797873e4a1e203f15c8a9ca1ef9ffff26b9cd7441d4ea19041c","490e36ecada1b2924a08a79137a30a4180ba888a4ad0099e0525ca80dd5c3502","2ebca39288f67d73da3c1e4f83210c29aca85be809a111ee661bbd2994d16192","1d4dd1f50665186141bb602fd5a627f3d54343666f34c6eb6fec33cb8c906700","eaa35557a8e5b4e82aef16210e4dfe99244361d1e2a84c4c49ce844d98afb659","9ef9b3e43e4c3c092943fa1792c867fc4fee2bd1bbe54e6e91d6ce8bcccb0dd0","e2bf27dbed14335aaeccc1d6740e6be997af9a0fa3eec82db409d2b63d73a517","aa88fdf791a8ba56cf4e6d02fe429c5b04ce2503fe086f7e6e9f81531aeed3c1","7b32a886421eb335a47a661e9f81211ee0d88b04b376589f663419b71908bb82","ca83a3200101528e59cc12cf22abe8eb9cf2a3b5bafa9a7bf8606562816d20df","94b86c9db78a81e040d2dafc1f7a8c3b9e70a24c222a845371fb1baa9eb132c6","7e771891adaa85b690266bc37bd6eb43bc57eecc4b54693ead36467e7369952a","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"02873d070f9cb79f50833fbf4a9a27ac578a2edf8ddb8421eba1b37faba83bfb","affectsGlobalScope":true},"21a167fec8f933752fb8157f06d28fab6817af3ad9b0bdb1908a10762391eab9",{"version":"c0db280fa6b09d7b8d6720a19a47f485956a41ee0e6914f1b704033eb69c6058","affectsGlobalScope":true},"0c0cee62cb619aed81133b904f644515ba3064487002a7da83fd8aa07b1b4abd","5a94487653355b56018122d92392beb2e5f4a6c63ba5cef83bbe1c99775ef713",{"version":"d5135ad93b33adcce80b18f8065087934cdc1730d63db58562edcf017e1aad9b","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","afcc1c426b76db7ec80e563d4fb0ba9e6bcc6e63c2d7e9342e649dc56d26347f","bb9c4ffa5e6290c6980b63c815cdd1625876dadb2efaf77edbe82984be93e55e","75ecef44f126e2ae018b4abbd85b6e8a2e2ba1638ebec56cc64274643ce3567b","f30bb836526d930a74593f7b0f5c1c46d10856415a8f69e5e2fc3db80371e362","14b5aa23c5d0ae1907bc696ac7b6915d88f7d85799cc0dc2dcf98fbce2c5a67c","5c439dafdc09abe4d6c260a96b822fa0ba5be7203c71a63ab1f1423cd9e838ea",{"version":"6b526a5ec4a401ca7c26cfe6a48e641d8f30af76673bad3b06a1b4504594a960","affectsGlobalScope":true},{"version":"816ad2e607a96de5bcac7d437f843f5afd8957f1fa5eefa6bba8e4ed7ca8fd84","affectsGlobalScope":true},"cec36af22f514322f870e81d30675c78df82ae8bf4863f5fd4e4424c040c678d","d903fafe96674bc0b2ac38a5be4a8fc07b14c2548d1cdb165a80ea24c44c0c54","b01a80007e448d035a16c74b5c95a5405b2e81b12fabcf18b75aa9eb9ef28990","04eb6578a588d6a46f50299b55f30e3a04ef27d0c5a46c57d8fcc211cd530faa","dbe5aa5a5dd8bd1c6a8d11b1310c3f0cdabaacc78a37b394a8c7b14faeb5fb84","2c828a5405191d006115ab34e191b8474bc6c86ffdc401d1a9864b1b6e088a58",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"d4ac44f01d42f541631c5fc88d0ed8efac29a3a3ad9a745d9fd58f8b61ed132e","7c013aa892414a7fdcfd861ae524a668eaa3ede8c7c0acafaf611948122c8d93","b0973c3cbcdc59b37bf477731d468696ecaf442593ec51bab497a613a580fe30",{"version":"4989e92ba5b69b182d2caaea6295af52b7dc73a4f7a2e336a676722884e7139d","affectsGlobalScope":true},{"version":"b3624aed92dab6da8484280d3cb3e2f4130ec3f4ef3f8201c95144ae9e898bb6","affectsGlobalScope":true},"5153a2fd150e46ce57bb3f8db1318d33f6ad3261ed70ceeff92281c0608c74a3","210d54cd652ec0fec8c8916e4af59bb341065576ecda039842f9ffb2e908507c","36b03690b628eab08703d63f04eaa89c5df202e5f1edf3989f13ad389cd2c091","0effadd232a20498b11308058e334d3339cc5bf8c4c858393e38d9d4c0013dcf","25846d43937c672bab7e8195f3d881f93495df712ee901860effc109918938cc","3163f47436da41706c6e2b3c1511f3b7cce9f9f3905b2f3e01246c48b4ba7d14","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","69ee23dd0d215b09907ad30d23f88b7790c93329d1faf31d7835552a10cf7cbf","44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","23b89798789dffbd437c0c423f5d02d11f9736aea73d6abf16db4f812ff36eda","213fc4f2b172d8beb74b77d7c1b41488d67348066d185e4263470cbb010cd6e8",{"version":"970a90f76d4d219ad60819d61f5994514087ba94c985647a3474a5a3d12714ed","affectsGlobalScope":true},"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","4c8525f256873c7ba3135338c647eaf0ca7115a1a2805ae2d0056629461186ce","3c13ef48634e7b5012fcf7e8fce7496352c2d779a7201389ca96a2a81ee4314d","5d0a25ec910fa36595f85a67ac992d7a53dd4064a1ba6aea1c9f14ab73a023f2",{"version":"f0900cd5d00fe1263ff41201fb8073dbeb984397e4af3b8002a5c207a30bdc33","affectsGlobalScope":true},{"version":"f7db71191aa7aac5d6bc927ed6e7075c2763d22c7238227ec0c63c8cf5cb6a8b","affectsGlobalScope":true},"06d7c42d256f0ce6afe1b2b6cfbc97ab391f29dadb00dd0ae8e8f23f5bc916c3","ec4bd1b200670fb567920db572d6701ed42a9641d09c4ff6869768c8f81b404c","e59a892d87e72733e2a9ca21611b9beb52977be2696c7ba4b216cbbb9a48f5aa",{"version":"da26af7362f53d122283bc69fed862b9a9fe27e01bc6a69d1d682e0e5a4df3e6","affectsGlobalScope":true},"8a300fa9b698845a1f9c41ecbe2c5966634582a8e2020d51abcace9b55aa959e",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"652ee9c5103e89102d87bc20d167a02a0e3e5e53665674466c8cfea8a9e418c7","f7163a5d37d21f636f6a5cd1c064ce95fada21917859a64b6cc49a8b6fd5c1a8","1442a75050bad91356b11dcea6dfb877154d1f2e00f863a9b17ba5e903659503","fb14266ae4070bd16db6b071e98887452bc359695c40742e38515a89dbc80a63","4a24d83c0d8f489465c4d38ed9fd87121c8a2cf50c47efe09c2eca93d39fa908","c052e32b9de53cd2596f196a0901801961bd7a31be9fac4ac2f117e4103e3a07","b15cdbb45919bc3b8e6b6f962d65382e85061d70bc26a968604f3dce4ad3a891","d6b58d955981bc1742501b792f1ab9f4cba0c4611f28dcf1c99376c1c33c9f9c","f0b9f6d5db82c3d1679f71b187c4451dbc2875ba734ce416a4804ad47390970a","a5c38939c3e22954a7166d80ab931ac6757283737b000f1e6dc924c6f4402b88","31a863da9da2a3edec16665695bdbc3134e853195f82dafec58e98c8e1bb3119","da728b7b918be9cbef6143a1f30563c8582b4801057777f383569c474fca4088","e7b1d24a9f68caacb4b0c98d6723c482967d6fdff477b0365d2c8d8b5b6f530d","547bf5974369e3ff85eee157cbc94a69ce177b218cf0586ab93731491c6fc5ae","0cb235894e092539fd0a892c85fea323c7047519c1c9320e4c717def9b9a8316","03058ca16f42d0a619f6faa3848096bcf5c5bb3382d12aae23c78a1e17888b31","e6bef70114b74828a98d49720fb98184c8faa2655801f7ff1d5399c14c8c4572","ef86c33a91aac82d86ae26dd7d5b049e094f1c9eed121375575e93a5217b4e0b","def6ecce15395ec65cb718d398664b3bcb7ed469af4bbc57784b6fbac82f8028","40871fe15e2ecf88714da0847588959d7049d34709a5c4f9f2584d8cdbda2874","6a1197b37f8f406bfb74528ca1fb90659c6d1a251d472b1c65affb5c6a6ba5f8","42a4a66554a2e8e63f0da633e875f378c35690515c27dfae4fccf85a21248675","54694091affb44c25e9b185a060ee5bba947435be18c913fef21250425712f71","28497c60d13fd82b60e60b73b981fe229c74092b59d6379580ef0cff46746688","3b51f53f02132c5283706ffb3c5e2ce6f5acb819fc4b42f26894d3d98d87c929","61bf0f4302ee1e5e4b2d037c7de82ce8410560dc61fcdadd1a1d4f016b99134c","2a851f3adebd931ec949cd374ce0ab05d59dae3cfe3a56300cb0f55c1b933213","367ab90a74f5c19abff93dfee24d933cb672c0d875e4ac95708703871be5707f","992a7cc898964f2a4108222528adedc5473820c0d64fbda3a1c9aeb21a03d809","659349a2764d207998036616af5fbf9577cc98149dfbcb834fb075edb2317e8b","ea38212c34e9ef0d803a4629c30d3808f984dbb8c8da792ec9dfc4cb4da07e46","653dbe1b437d6689e22c5d642b9439b3dd2c1cb138f56e19c4f6112ea812da2c","4b2ee3d5c85f3007ca08a0b2e31d9dd7f3941eb9b2e2aebb46ec3ec45d66d021","11c97f2e856596a67d789fc11e7edde7efbca3dfeb040543c3a52d4b12a5b258","b4ec5ba9a5ce711278e8f562719625b9e6c4f96ef98c8cabe840a8e226e8c7d0","5337bd9cee8222598bab8f01a140dcd030d567da487fb6418b849fb2455cfc25","753e36214814bf0cc43346474d374cd4fd9176e2010733edddc827856293f412","2b8a7f44e46d5f5197b4eb74bc149a4aa990875d6eaeadfc1c10d331b39c16d8","535c495248be283cce05bff71f4ebecc3c712ca7d4ef6735b143426b333e8083","1376fcb20905de176bd02c73f5fdd6dc0366d36d60725eec51273b30df79792c","19c2bc5072ded03c0e230bbf1560ffdb38ccde0ff19e640ba6ae9d4a067dec81","0329fa3e6702a35c56591d4de8a42459c2127ca91745437eacda173b3b3e18e9","4897607f6544b9aba89c61ec30d0ff3b5089f082363034854c5acac847f8313a","919f2cfcc5ffb092f09f8808b61d052b24a0a8548a5c07b4de8b5c492cf6ccc7","1d6800aeb28b8beac0b5f3fef6a481574d71919ecdb7075af52f88e1e28f9b71","e819b95115697c7ff89b83967da07287630837761c5cc2738ccc2a170971d4c4","ca29c120c816120222d7561cd221c6aad4af304cf06e234bc16a6ea59022878c","cad94904c9d7ae8510916876d1352a843550821818e21865d44a29ea42f4feaa","60eb12bdd421c92ee174aab1a12393d575c684c811f09cf61f607f2702163be9","0d40cf3f6a3b799381e8e2aed00a6e8451e4b8e553e3f2b2415b4625c47ba9c3","22738c10c5a0c76db18caef6741ef17031642fd6a46f02989f5116dcea307f9e","6cf703a66860b2f1a58044937d9d59cf6c18551f56795d2f0b68a8f1da0f241b","bbf28aac6fc307a3925db448f87dc5e8d85b4806d9cead36f8776d77afa0b00f","fb724c133584a056c6d715ce5275bfa294e2378c8bacc28e9ecac1acd5e73717","c1fb57d64078078c7548b0bb94b4ad00e62df72464a190e274de7a68973a52f2","61d5ceb43470315ebaccc58a015eaf09754ea24459ce403a090ac64d3a00d941","9e0e44ad44f30a63079102a9f43e88ebf3edaf515a366e9fd74a4ccbaeb159ec","97ca28b5c460096532d75a9ce804407b96690b160fcda292fd662025d7484ef5","04ac11c12401bcc89f5ff15c93d5c6f9d38418d2cd6826e3a5aab9fa871ba6ad","d036f28759fdaacdf83649323db2a672d3649189e2f30f0a157606e96bad9787","2db56aa2c1cc6a1f505922bdfad8bdb849d52c89eb0bfb8294dc5642fb3da17f","c64f62cc96dd5380c4902be9ca310530316bb7c9f84ceafccd611b640f763608","f7a76e04d55272e70d5e4aa916062f943870ac3253d495e1bfc3fd8bf2678769","8d64013482f7244d852587624cdc453d8940291bd8cc365844fc90688e1fc15c","c6d1267fc1c14484cb320fadee1b0fad9f4f1ad0620c23fee7dabcc72738c514","12aa9c803cd79a739aa663156f39131869a41388bf253e3b51f0f61f98a07663","be92647dfc052cf320b5ac0bf79ac1df11c0b77cc6f0b1bf5be7dce314a7db68","ea4f5a4451505cad589168e6a31fa0fe6f5cff894cea623c531cd2dece0a4776","1a159891a2340adfb2c31ed2fc626212feb08f10a57b1b2238f3c24f06e7a3b8","3bb2d3759c8b86694a31b01c41a8505b0d17bdb2790d9809273845efb2ea64d7","6fd4d80e2c39c989d12ed03b97aef7f3503c9e20e87b0991e9cadc7e5dcbe41a","8226efdc7ea655c88eaebf901e4864678b90911d7d1cef2d478254e965bd080b","1dea9c7b5a574fb1d3c09a436e69aa874c9bd734a9ad9e19ecccdb8ee10d0739","8a20e1c333c6bc8a051a6408d5e24684383a8fa89f832f0475d12070220f8023","76200cf7360c740003e6b8912707413864a14022c2eb1aa387d9f693108ab3f6","889b4beefc59797c39dd56afbd7a441c95a55d64ada2640ed7537ffff93c3d43","d5ace6192178d45de42affa439c12585d4fe6aa51ec198da3261d64ce7f6897d","fc9c075827b48e02faa76886d02294f5c81446872aa715cb246c31180896914c","030e1fcbaf536940f6facf8677ff38f729b5574cfa6ebfcd6d354054ffd104af","92e6d34734761367decfc51940f032ed342c9bb2d8faed5a0345b32af6c6bb6c","e72bba210d8fa5820b6d15aafea9728b31a659d97b73d9935d34a56ef362faba","cf8888dcc41b068af7a630cbfffccf68ce6f2ffb5413fda9ec562ca0493f8752","7bd5d8c3532aa28239678b30c08a3084912b8c1f1c68d524aa3c1e32bacbb6a6","a7321c0e96eecb19dcbf178493836474cef21ee3f9345384ce9d74e4be31228d","0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","3054ef91b855e005b9c4681399e9d64d2a7b07a22d539314d794f09e53b876a7","427ce5854885cfc34387e09de05c1d5c1acf94c2143e1693f1d9ff54880573e7","bed2c4f96fab3348be4a34d88dcb12578c1b2475b07c6acd369e99e227718d81","e3ba509d3dce019b3190ceb2f3fc88e2610ab717122dabd91a9efaa37804040d","9ac9b7b349a96ff204f4172183cca1672cc402e1ee7277bfcdec96c000b7d818","ac127e4c6f2b5220b293cc9d2e64ba49781225b792a51cda50f3db8eafba550c",{"version":"f5e277afc658b3fefe1e9d06f3018416ea92f3e094bc21d38517f7f36627a5e4","affectsGlobalScope":true}],"options":{"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"declarationMap":true,"downlevelIteration":true,"esModuleInterop":true,"module":99,"noFallthroughCasesInSwitch":true,"noImplicitAny":false,"noImplicitReturns":true,"noImplicitThis":true,"noUnusedLocals":false,"noUnusedParameters":false,"outDir":"./module","rootDir":"../src","skipLibCheck":true,"sourceMap":true,"strict":true,"strictNullChecks":true,"strictPropertyInitialization":false,"target":99,"useDefineForClassFields":false},"fileIdsList":[[226],[226,320,323],[226,318],[226,316,322],[226,320],[226,317,321],[226,319],[180,226],[183,226],[184,189,217,226],[185,196,197,204,214,225,226],[185,186,196,204,226],[187,226],[188,189,197,205,226],[189,214,222,226],[190,192,196,204,226],[191,226],[192,193,226],[196,226],[194,196,226],[196,197,198,214,225,226],[196,197,198,211,214,217,226],[226,230],[199,204,214,225,226],[196,197,199,200,204,214,222,225,226],[199,201,214,222,225,226],[180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232],[196,202,226],[203,225,226],[192,196,204,214,226],[205,226],[206,226],[183,207,226],[208,224,226,230],[209,226],[210,226],[196,211,212,226],[211,213,226,228],[184,196,214,215,216,217,226],[184,214,216,226],[214,215,226],[217,226],[218,226],[196,220,221,226],[220,221,226],[189,204,214,222,226],[223,226],[204,224,226],[184,199,210,225,226],[189,226],[214,226,227],[226,228],[226,229],[184,189,196,198,207,214,225,226,228,230],[214,226,231],[196,199,201,214,222,225,226,231,233],[226,236],[226,238],[226,236,237,238,239,240,241,242],[226,236,238],[196,204,226,233,234,235,243],[226,234],[173,226],[42,43,44,45,226],[42,44,173,226],[47,48,50,51,52,53,226],[49,226],[55,173,226],[55,56,57,58,59,60,61,62,64,65,226],[63,226],[67,81,82,83,84,85,86,87,88,226],[80,81,226],[54,79,226],[65,90,226],[68,69,70,71,72,73,74,75,76,77,78,226],[92,173,226],[92,93,94,226],[96,97,98,99,100,101,226],[98,173,226],[46,54,66,79,89,91,95,102,106,109,111,170,172,226],[103,104,105,226],[104,173,226],[107,108,226],[110,226],[116,117,226],[121,122,123,124,125,126,226],[128,226],[129,130,131,132,133,134,135,136,226],[138,173,226],[116,117,138,226],[138,139,140,141,142,143,144,145,226],[147,148,149,226],[128,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,226],[117,173,226],[120,127,137,146,150,168,226],[112,113,114,115,118,119,226],[116,117,169,226],[171,226],[178,226,305],[174,226,247,253],[226,249],[226,249,257],[174,226],[41,174,176,226,246,261,273,282,299],[176,226],[176,177,178,179,226,247,254,256,258,260,262,265,289,290,294,296,297,301,302,304,305,307,308,311,312],[226,296,297],[174,226,263,273,296],[226,310],[185,226,309],[174,176,177,226,261,275,292],[177,226,244,245,254,256,261,277,279],[177,226],[177,226,275,289],[226,244],[177,226,244,245,261,275,280,290,291],[41,226,261,275],[226,245,261,280,292,293],[177,226,244],[226,244,245],[179,226,259],[226,247,248,250],[174,177,178,226,247,265,266,267,268,269],[178,226,247,265],[41,176,226,251,252],[174,176,226,265],[41,176,226,246,251,252,254],[226,248],[177,226,304],[226,267,281],[174,226,263],[176,226,273],[226,251],[174,226,248,251,252,255,259,263,264,267,269,271,273,279,282,283,284,285,286,287,288],[189,226,248],[226,273],[226,265,267],[176,178,179,226,248,256,258,260,261],[174,177,226,245,254,265,280,293,301],[41,174,226,245,277,304],[174,175,176,177,178,179,226,245,247,252,254,255,256,260,262,264,265,267,268,269,270,271,272,273,274,276,278,280,288,294,295,298,299,300,301,302,303],[176,226,256,262,304],[176,177,178,179,226,245,255],[174,176,177,226,247,252,254,255,264]],"referencedMap":[[175,1],[253,1],[324,2],[316,1],[319,3],[318,1],[317,1],[323,4],[321,5],[322,6],[320,7],[180,8],[181,8],[183,9],[184,10],[185,11],[186,12],[187,13],[188,14],[189,15],[190,16],[191,17],[192,18],[193,18],[195,19],[194,20],[196,19],[197,21],[198,22],[182,23],[232,1],[199,24],[200,25],[201,26],[233,27],[202,28],[203,29],[204,30],[205,31],[206,32],[207,33],[208,34],[209,35],[210,36],[211,37],[212,37],[213,38],[214,39],[216,40],[215,41],[217,42],[218,43],[219,1],[220,44],[221,45],[222,46],[223,47],[224,48],[225,49],[226,50],[227,51],[228,52],[229,53],[230,54],[231,55],[234,56],[237,57],[236,1],[239,58],[238,1],[242,1],[243,59],[241,60],[240,60],[244,61],[235,62],[8,1],[11,1],[10,1],[2,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[18,1],[19,1],[3,1],[4,1],[23,1],[20,1],[21,1],[22,1],[24,1],[25,1],[26,1],[5,1],[27,1],[28,1],[29,1],[30,1],[6,1],[31,1],[32,1],[33,1],[34,1],[7,1],[39,1],[35,1],[36,1],[37,1],[38,1],[1,1],[40,1],[9,1],[174,63],[46,64],[42,63],[43,1],[44,1],[45,65],[54,66],[47,1],[48,1],[49,1],[50,67],[51,1],[52,1],[53,1],[56,68],[57,1],[58,63],[59,68],[55,63],[60,63],[66,69],[62,63],[61,68],[63,63],[64,70],[67,63],[89,71],[82,72],[80,73],[83,63],[84,63],[81,1],[85,63],[86,63],[87,63],[88,63],[91,74],[90,1],[65,1],[68,1],[69,1],[70,1],[71,1],[79,75],[72,1],[73,1],[74,63],[75,1],[76,1],[77,1],[78,1],[92,63],[93,76],[95,77],[94,63],[96,63],[98,63],[97,63],[102,78],[99,63],[100,63],[101,79],[173,80],[106,81],[103,63],[105,82],[104,63],[107,63],[109,83],[108,63],[110,63],[111,84],[121,1],[122,1],[123,63],[124,1],[125,63],[126,85],[127,86],[129,87],[130,63],[131,1],[132,1],[133,63],[134,1],[135,63],[136,85],[137,88],[139,89],[140,1],[141,1],[142,63],[143,63],[144,1],[138,63],[145,90],[146,91],[147,1],[148,1],[149,63],[150,92],[151,63],[152,63],[153,63],[154,63],[168,93],[155,87],[156,63],[157,1],[158,63],[159,63],[160,63],[161,94],[162,1],[163,63],[164,63],[165,63],[128,63],[166,63],[167,63],[169,95],[119,1],[112,1],[113,63],[114,1],[115,1],[118,85],[120,96],[116,63],[117,63],[170,97],[171,63],[172,98],[41,1],[306,99],[254,100],[247,1],[250,101],[257,101],[258,102],[249,1],[176,103],[300,104],[299,105],[313,106],[177,103],[312,103],[298,107],[296,1],[297,108],[311,109],[310,110],[293,111],[280,112],[261,113],[290,114],[275,115],[292,116],[276,117],[294,118],[245,119],[291,120],[260,121],[179,1],[251,122],[308,1],[307,1],[270,123],[266,124],[267,125],[271,126],[255,127],[259,103],[309,128],[274,103],[303,129],[272,105],[282,130],[279,1],[264,131],[314,103],[283,132],[273,103],[315,128],[246,1],[284,131],[248,1],[285,133],[288,103],[263,103],[289,134],[295,135],[287,1],[286,136],[252,105],[281,125],[268,137],[269,113],[277,103],[262,138],[302,139],[278,140],[304,141],[301,1],[305,142],[178,1],[256,143],[265,144]],"exportedModulesMap":[[175,1],[253,1],[324,2],[316,1],[319,3],[318,1],[317,1],[323,4],[321,5],[322,6],[320,7],[180,8],[181,8],[183,9],[184,10],[185,11],[186,12],[187,13],[188,14],[189,15],[190,16],[191,17],[192,18],[193,18],[195,19],[194,20],[196,19],[197,21],[198,22],[182,23],[232,1],[199,24],[200,25],[201,26],[233,27],[202,28],[203,29],[204,30],[205,31],[206,32],[207,33],[208,34],[209,35],[210,36],[211,37],[212,37],[213,38],[214,39],[216,40],[215,41],[217,42],[218,43],[219,1],[220,44],[221,45],[222,46],[223,47],[224,48],[225,49],[226,50],[227,51],[228,52],[229,53],[230,54],[231,55],[234,56],[237,57],[236,1],[239,58],[238,1],[242,1],[243,59],[241,60],[240,60],[244,61],[235,62],[8,1],[11,1],[10,1],[2,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[18,1],[19,1],[3,1],[4,1],[23,1],[20,1],[21,1],[22,1],[24,1],[25,1],[26,1],[5,1],[27,1],[28,1],[29,1],[30,1],[6,1],[31,1],[32,1],[33,1],[34,1],[7,1],[39,1],[35,1],[36,1],[37,1],[38,1],[1,1],[40,1],[9,1],[174,63],[46,64],[42,63],[43,1],[44,1],[45,65],[54,66],[47,1],[48,1],[49,1],[50,67],[51,1],[52,1],[53,1],[56,68],[57,1],[58,63],[59,68],[55,63],[60,63],[66,69],[62,63],[61,68],[63,63],[64,70],[67,63],[89,71],[82,72],[80,73],[83,63],[84,63],[81,1],[85,63],[86,63],[87,63],[88,63],[91,74],[90,1],[65,1],[68,1],[69,1],[70,1],[71,1],[79,75],[72,1],[73,1],[74,63],[75,1],[76,1],[77,1],[78,1],[92,63],[93,76],[95,77],[94,63],[96,63],[98,63],[97,63],[102,78],[99,63],[100,63],[101,79],[173,80],[106,81],[103,63],[105,82],[104,63],[107,63],[109,83],[108,63],[110,63],[111,84],[121,1],[122,1],[123,63],[124,1],[125,63],[126,85],[127,86],[129,87],[130,63],[131,1],[132,1],[133,63],[134,1],[135,63],[136,85],[137,88],[139,89],[140,1],[141,1],[142,63],[143,63],[144,1],[138,63],[145,90],[146,91],[147,1],[148,1],[149,63],[150,92],[151,63],[152,63],[153,63],[154,63],[168,93],[155,87],[156,63],[157,1],[158,63],[159,63],[160,63],[161,94],[162,1],[163,63],[164,63],[165,63],[128,63],[166,63],[167,63],[169,95],[119,1],[112,1],[113,63],[114,1],[115,1],[118,85],[120,96],[116,63],[117,63],[170,97],[171,63],[172,98],[41,1],[306,99],[254,100],[247,1],[250,101],[257,101],[258,102],[249,1],[176,103],[300,104],[299,105],[313,106],[177,103],[312,103],[298,107],[296,1],[297,108],[311,109],[310,110],[293,111],[280,112],[261,113],[290,114],[275,115],[292,116],[276,117],[294,118],[245,119],[291,120],[260,121],[179,1],[251,122],[308,1],[307,1],[270,123],[266,124],[267,125],[271,126],[255,127],[259,103],[309,128],[274,103],[303,129],[272,105],[282,130],[279,1],[264,131],[314,103],[283,132],[273,103],[315,128],[246,1],[284,131],[248,1],[285,133],[288,103],[263,103],[289,134],[295,135],[287,1],[286,136],[252,105],[281,125],[268,137],[269,113],[277,103],[262,138],[302,139],[278,140],[304,141],[301,1],[305,142],[178,1],[256,143],[265,144]],"semanticDiagnosticsPerFile":[175,253,324,316,319,318,317,323,321,322,320,180,181,183,184,185,186,187,188,189,190,191,192,193,195,194,196,197,198,182,232,199,200,201,233,202,203,204,205,206,207,208,209,210,211,212,213,214,216,215,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,234,237,236,239,238,242,243,241,240,244,235,8,11,10,2,12,13,14,15,16,17,18,19,3,4,23,20,21,22,24,25,26,5,27,28,29,30,6,31,32,33,34,7,39,35,36,37,38,1,40,9,174,46,42,43,44,45,54,47,48,49,50,51,52,53,56,57,58,59,55,60,66,62,61,63,64,67,89,82,80,83,84,81,85,86,87,88,91,90,65,68,69,70,71,79,72,73,74,75,76,77,78,92,93,95,94,96,98,97,102,99,100,101,173,106,103,105,104,107,109,108,110,111,121,122,123,124,125,126,127,129,130,131,132,133,134,135,136,137,139,140,141,142,143,144,138,145,146,147,148,149,150,151,152,153,154,168,155,156,157,158,159,160,161,162,163,164,165,128,166,167,169,119,112,113,114,115,118,120,116,117,170,171,172,41,306,254,247,250,257,258,249,176,300,299,313,177,312,298,296,297,311,310,293,280,261,290,275,292,276,294,245,291,260,179,251,308,307,270,266,267,271,255,259,309,274,303,272,282,279,264,314,283,273,315,246,284,248,285,288,263,289,295,287,286,252,281,268,269,277,262,302,278,304,301,305,178,256,265]},"version":"4.4.3"}
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "url": "https://github.com/mainnet-cash/mainnet-js/issues"
10
10
  },
11
11
  "name": "mainnet-js",
12
- "version": "2.3.14",
12
+ "version": "2.3.15",
13
13
  "homepage": "https://mainnet.cash",
14
14
  "module": "dist/module/index.js",
15
15
  "browser": {
package/src/config.ts CHANGED
@@ -7,7 +7,10 @@ export class Config {
7
7
  static EnforceCashTokenReceiptAddresses = false;
8
8
  static DefaultParentDerivationPath = "m/44'/0'/0'";
9
9
  static DefaultIpfsGateway = "https://dweb.link/ipfs/";
10
+ // default currency for balance and rate conversions
10
11
  static DefaultCurrency = "usd";
12
+ // caches the raw transactions in browser's local storage instead of memory
13
+ static UseLocalStorageCache = false;
11
14
  private static DefaultWordlist = english;
12
15
 
13
16
  public static setIpfsGateway(ipfsGateway: string) {
@@ -12,6 +12,7 @@ import { ElectrumRawTransaction, ElectrumUtxo } from "./interface.js";
12
12
 
13
13
  import { CancelWatchFn } from "../wallet/interface.js";
14
14
  import { getTransactionHash } from "../util/transaction.js";
15
+ import { Config } from "../config.js";
15
16
 
16
17
  export default class ElectrumNetworkProvider implements NetworkProvider {
17
18
  public electrum: ElectrumCluster | ElectrumClient;
@@ -116,8 +117,14 @@ export default class ElectrumNetworkProvider implements NetworkProvider {
116
117
  loadInputValues: boolean = false
117
118
  ): Promise<string> {
118
119
  const key = `${this.network}-${txHash}-${verbose}-${loadInputValues}`;
119
- if (ElectrumNetworkProvider.rawTransactionCache[key]) {
120
- return ElectrumNetworkProvider.rawTransactionCache[key];
120
+
121
+ if (Config.UseLocalStorageCache) {
122
+ const cached = localStorage.getItem(key);
123
+ if (cached) {
124
+ return verbose ? JSON.parse(cached) : cached;
125
+ }
126
+ } else {
127
+ ElectrumNetworkProvider.rawTransactionCache[key];
121
128
  }
122
129
 
123
130
  try {
@@ -127,7 +134,16 @@ export default class ElectrumNetworkProvider implements NetworkProvider {
127
134
  verbose
128
135
  )) as ElectrumRawTransaction;
129
136
 
130
- ElectrumNetworkProvider.rawTransactionCache[key] = transaction;
137
+ if (Config.UseLocalStorageCache) {
138
+ localStorage.setItem(
139
+ key,
140
+ verbose
141
+ ? JSON.stringify(transaction)
142
+ : (transaction as unknown as string)
143
+ );
144
+ } else {
145
+ ElectrumNetworkProvider.rawTransactionCache[key] = transaction;
146
+ }
131
147
 
132
148
  if (verbose && loadInputValues) {
133
149
  // get unique transaction hashes
@@ -9,6 +9,13 @@ test("Get balanceResponse from 1 bch in satoshi", async () => {
9
9
  expect(bal.sat).toBe(bchParam.subUnits);
10
10
  });
11
11
 
12
+ test("Get balanceResponse from 0", async () => {
13
+ let bal = await balanceResponseFromSatoshi(0);
14
+ expect(bal.bch).toBe(0);
15
+ expect(bal.sat).toBe(0);
16
+ expect(bal.usd).toBe(0);
17
+ });
18
+
12
19
  test("Get balanceResponse from 1 bch in eur", async () => {
13
20
  Config.DefaultCurrency = "eur";
14
21
  let bal = await balanceResponseFromSatoshi(100000000);
@@ -18,7 +25,6 @@ test("Get balanceResponse from 1 bch in eur", async () => {
18
25
  Config.DefaultCurrency = "usd";
19
26
  });
20
27
 
21
-
22
28
  test("Get balanceResponse from 1 satoshi", async () => {
23
29
  let bal = await balanceResponseFromSatoshi(110000000);
24
30
  expect(bal.bch).toBe(1.1);
@@ -18,6 +18,7 @@ import {
18
18
  import { mine } from "../mine";
19
19
  import json from "../../polyfill/json";
20
20
  import ElectrumNetworkProvider from "../network/ElectrumNetworkProvider";
21
+ import { Config } from "../config";
21
22
 
22
23
  beforeAll(async () => {
23
24
  await initProviders();
@@ -458,6 +459,23 @@ describe(`Watch only Wallets`, () => {
458
459
  }
459
460
  });
460
461
 
462
+ test("Should get the regtest wallet balance in eur", async () => {
463
+ // Build Alice's wallet from Wallet Import Format string, send some sats
464
+ if (!process.env.ADDRESS) {
465
+ throw Error("Attempted to pass an empty address");
466
+ } else {
467
+ Config.DefaultCurrency = "eur";
468
+ let alice = await RegTestWallet.watchOnly(process.env.ADDRESS); // insert WIF from #1
469
+ // Build Bob's wallet from a public address, check his balance.
470
+ expect(alice.getPublicKeyHash()!.length).toBe(20);
471
+ const aliceBalance = (await alice.getBalance()) as BalanceResponse;
472
+ expect(aliceBalance.bch).toBeGreaterThan(5000);
473
+ expect(await alice.getBalance("eur")).toBeGreaterThan(0);
474
+ expect(await (await RegTestWallet.newRandom()).getBalance("eur")).toBe(0);
475
+ Config.DefaultCurrency = "usd";
476
+ }
477
+ });
478
+
461
479
  test("Should send to testnet coins to a random address", async () => {
462
480
  if (!process.env.ALICE_TESTNET_WALLET_ID) {
463
481
  throw Error("Attempted to pass an empty address");
@@ -525,6 +543,18 @@ describe(`Watch only Wallets`, () => {
525
543
 
526
544
  expect(await bobWallet.getLastTransaction()).not.toBeNull();
527
545
  });
546
+
547
+ test("Should fail localStorage cache", async () => {
548
+ const aliceWif = `wif:regtest:${process.env.PRIVATE_WIF!}`;
549
+ const aliceWallet = await RegTestWallet.fromId(aliceWif);
550
+
551
+ expect(await aliceWallet.getLastTransaction()).not.toBeNull();
552
+ Config.UseLocalStorageCache = true;
553
+ await expect(aliceWallet.getLastTransaction()).rejects.toThrow(
554
+ "localStorage is not defined"
555
+ );
556
+ Config.UseLocalStorageCache = false;
557
+ });
528
558
  });
529
559
  describe(`Wallet subscriptions`, () => {
530
560
  test("Should wait for transaction", async () => {