From 45fd6b3b244849cdae227a0cf5dd6825ec0c2fba Mon Sep 17 00:00:00 2001
From: vee <897831508@qq.com>
Date: Fri, 19 Nov 2021 11:07:11 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
manifest.json | 3 +
package-lock.json | 15 +-
package.json | 1 +
pages.json | 14 +-
pages/menu/sendToken/addAddress/index2.vue | 381 -
pages/menu/sendToken/address/index.vue | 44 +-
pages/menu/sendToken/address/index2.vue | 314 -
pages/menu/sendToken/transfer/index.vue | 12 +-
pages/menu/setting/currency/index.vue | 2 +-
pages/menu/setting/index.vue | 8 +-
pages/menu/wallet/cwallet/index.vue | 4 +-
pages/menu/wallet/index.vue | 2 +
.../dist/dev/app-plus/app-config-service.js | 4 +-
unpackage/dist/dev/app-plus/app-service.js | 59287 +++++++---------
unpackage/dist/dev/app-plus/app-view.js | 35564 +++++----
utils/EthUtil.js | 24 +-
utils/SystemConfiguration.js | 6 +-
utils/axios.js | 86 +-
18 files changed, 44208 insertions(+), 51563 deletions(-)
delete mode 100644 pages/menu/sendToken/addAddress/index2.vue
delete mode 100644 pages/menu/sendToken/address/index2.vue
diff --git a/manifest.json b/manifest.json
index 33ed003..1705dce 100644
--- a/manifest.json
+++ b/manifest.json
@@ -5,6 +5,9 @@
"versionName" : "1.0",
"versionCode" : "100",
"transformPx" : false,
+ "networkTimeout": {
+ "request": 10000 //多长时间算超时(单位毫秒)
+ },
/* 5+App特有相关 */
"app-plus" : {
// 静止弹出h5+runtime
diff --git a/package-lock.json b/package-lock.json
index 240f615..595c09a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2393,11 +2393,24 @@
"resolved": "https://registry.nlark.com/next-tick/download/next-tick-1.0.0.tgz",
"integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw="
},
+ "node": {
+ "version": "17.1.0",
+ "resolved": "https://registry.npmmirror.com/node/download/node-17.1.0.tgz",
+ "integrity": "sha512-1gg810R7sKtFkCYMdIhOyYDCuRJZyLvP+lTX8Z9AMAiUdHPoeNu0KQN59CzBud5L/vMtFPkbsCwWOy1aTYOL8g==",
+ "requires": {
+ "node-bin-setup": "^1.0.0"
+ }
+ },
"node-addon-api": {
"version": "2.0.2",
"resolved": "https://registry.nlark.com/node-addon-api/download/node-addon-api-2.0.2.tgz",
"integrity": "sha1-Qyz6gpYs5JSxMunXKhWyn3H/XTI="
},
+ "node-bin-setup": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npm.taobao.org/node-bin-setup/download/node-bin-setup-1.0.6.tgz",
+ "integrity": "sha1-S1ybuTfs5wLXBps2ynivRoRndSg="
+ },
"node-gyp-build": {
"version": "4.3.0",
"resolved": "https://registry.nlark.com/node-gyp-build/download/node-gyp-build-4.3.0.tgz?cache=0&sync_timestamp=1631436711963&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fnode-gyp-build%2Fdownload%2Fnode-gyp-build-4.3.0.tgz",
@@ -2761,7 +2774,7 @@
},
"semver": {
"version": "5.7.1",
- "resolved": "https://registry.nlark.com/semver/download/semver-5.7.1.tgz?cache=0&sync_timestamp=1618847119601&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsemver%2Fdownload%2Fsemver-5.7.1.tgz",
+ "resolved": "https://registry.nlark.com/semver/download/semver-5.7.1.tgz?cache=0&sync_timestamp=1622604551741&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsemver%2Fdownload%2Fsemver-5.7.1.tgz",
"integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc="
},
"send": {
diff --git a/package.json b/package.json
index 77f3054..8b76461 100644
--- a/package.json
+++ b/package.json
@@ -21,6 +21,7 @@
"ethereumjs-tx": "^1.3.7",
"ethers": "^5.5.1",
"js-md5": "^0.7.3",
+ "node": "^17.1.0",
"tki-qrcode": "^0.1.6",
"tronweb": "^3.2.6",
"vue-clipboard2": "^0.3.3",
diff --git a/pages.json b/pages.json
index b8e2930..59eb98d 100644
--- a/pages.json
+++ b/pages.json
@@ -191,12 +191,7 @@
}
},
- {
- "path": "pages/menu/sendToken/addAddress/index2",
- "style": {
- "navigationStyle": "custom"
- }
- },
+
{
"path": "pages/menu/profile/index",
@@ -211,12 +206,7 @@
"navigationStyle": "custom"
}
},
- {
- "path": "pages/menu/sendToken/address/index2",
- "style": {
- "navigationStyle": "custom"
- }
- },
+
{
"path": "pages/menu/sendToken/address/index",
"style": {
diff --git a/pages/menu/sendToken/addAddress/index2.vue b/pages/menu/sendToken/addAddress/index2.vue
deleted file mode 100644
index ad74ef7..0000000
--- a/pages/menu/sendToken/addAddress/index2.vue
+++ /dev/null
@@ -1,381 +0,0 @@
-
-
-
-
- {{i18n.Addaddress}}
-
-
-
-
-
-
-
-
- {{i18n.curr}}
-
-
-
-
-
-
-
-
-
-
-
-
- {{i18n.Address}}
-
-
-
-
-
-
-
-
-
-
-
-
- {{i18n.Name}}
-
-
-
-
-
-
-
-
- {{i18n.Save}}
-
-
-
-
-
-
-
-
-
- {{i18n.selectcurrency}}
-
-
-
-
-
-
-
-
- {{item.lang}}
-
-
- {{item.name}}
-
-
-
-
-
-
-
-
-
-
- {{i18n.langSelect}}
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pages/menu/sendToken/address/index.vue b/pages/menu/sendToken/address/index.vue
index 0af1ef8..120aed1 100644
--- a/pages/menu/sendToken/address/index.vue
+++ b/pages/menu/sendToken/address/index.vue
@@ -11,7 +11,7 @@
-
+
@@ -37,16 +37,16 @@
- {{i18n.edit}}
+ {{i18n.edit}}
- {{i18n.Delete}}
+ {{i18n.Delete}}
-
+
@@ -71,11 +71,11 @@
- {{i18n.edit}}
+ {{i18n.edit}}
- {{i18n.Delete}}
+ {{i18n.Delete}}
@@ -84,7 +84,7 @@
-
+
@@ -113,7 +113,7 @@
- {{i18n.Delete}}
+ {{i18n.Delete}}
@@ -150,7 +150,7 @@
export default {
data() {
return {
- sourcePage:'',
+ sourcePage: '',
ethIndex: 0,
btcIndex: 0,
trxIndex: 0,
@@ -162,7 +162,7 @@
itemCoin: '',
itemAddress: '',
info: {},
- transfer: '',
+ isSelect: false,
show: false,
show2: false,
show3: false,
@@ -191,25 +191,27 @@
},
methods: {
// 点击把地址带到去交易页
- goTransfer(item) {
- console.log(this.transfer,12316546)
- if (this.transfer) {
- uni.setStorageSync('myTransAddress', item)
+ goTransfer(address) {
+
+ if (this.isSelect) {
+ let transInfoPass = uni.getStorageSync('transInfoPass')
+ transInfoPass.toAddress = address
+ uni.setStorageSync('transInfoPass',transInfoPass)
uni.navigateTo({
- url: '../transfer/index'
+ url: '../transfer/index?item=address'
})
}
},
back() {
uni.removeStorageSync("sourcePage")
- if(this.sourcePage){
+ if (this.sourcePage) {
uni.reLaunch({
url: this.sourcePage
})
- }else{
+ } else {
uni.navigateBack({
-
+
})
}
@@ -303,11 +305,11 @@
}
},
onLoad(item) {
-
- this.sourcePage=uni.getStorageSync('sourcePage')
+
+ this.sourcePage = uni.getStorageSync('sourcePage')
// 判断是否是从交易页面来的
if (item.item) {
- this.transfer = item.item
+ this.isSelect = true;
}
diff --git a/pages/menu/sendToken/address/index2.vue b/pages/menu/sendToken/address/index2.vue
deleted file mode 100644
index b136de1..0000000
--- a/pages/menu/sendToken/address/index2.vue
+++ /dev/null
@@ -1,314 +0,0 @@
-
-
-
-
-
-
- {{i18n.Address}}
-
-
-
-
-
-
-
-
-
-
- {{item.coinList[0].name}}
- {{item.name}}
-
-
- {{item.address}}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{i18n.edit}}
-
-
-
- {{i18n.Delete}}
-
-
-
-
-
-
-
-
-
- {{item.coinList[0].name}}
- {{item.name}}
-
-
- {{item.address}}
-
-
-
-
-
-
-
-
-
-
-
-
- {{i18n.edit}}
-
-
-
- {{i18n.Delete}}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{item.coinList[0].name}}
- {{item.name}}
-
-
- {{item.address}}
-
-
-
-
-
-
-
-
-
-
-
-
- {{i18n.edit}}
-
-
-
- {{i18n.Delete}}
-
-
-
-
-
-
-
-
-
-
- {{itemCoin}} {{itemAddress}}
-
-
- {{i18n.DELETE}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pages/menu/sendToken/transfer/index.vue b/pages/menu/sendToken/transfer/index.vue
index aacb849..c15d217 100644
--- a/pages/menu/sendToken/transfer/index.vue
+++ b/pages/menu/sendToken/transfer/index.vue
@@ -611,13 +611,19 @@
goAddress(text) {
+ uni.setStorageSync('transInfoPass',this.transInfoPass)
uni.navigateTo({
- url: '../address/index2'
+ url: '../address/index?item=transfer'
})
}
},
- onLoad() {
-
+ onLoad(a) {
+ if(a.item){
+ this.transInfoPass=uni.getStorageSync('transInfoPass');
+ }else{
+ uni.removeStorageSync('transInfoPass')
+ }
+
this.coin = uni.getStorageSync('coin')
if (this.coin.balancePrice) {
diff --git a/pages/menu/setting/currency/index.vue b/pages/menu/setting/currency/index.vue
index 72673b7..d276f4c 100644
--- a/pages/menu/setting/currency/index.vue
+++ b/pages/menu/setting/currency/index.vue
@@ -1,7 +1,7 @@
- Language
+ Currency
diff --git a/pages/menu/setting/index.vue b/pages/menu/setting/index.vue
index 6f71956..3b385b1 100644
--- a/pages/menu/setting/index.vue
+++ b/pages/menu/setting/index.vue
@@ -22,7 +22,7 @@
-
+
{{i18n.curr}}
@@ -99,6 +99,11 @@
uni.navigateTo({
url:'./lang/index'
})
+ },
+ goCurr(){
+ uni.navigateTo({
+ url:'./currency/index'
+ })
},
// 依旧保留指纹
cancel_hou(){
@@ -273,6 +278,7 @@
if(uni.getStorageSync('fingerPass')){
this.checked=uni.getStorageSync('fingerPass')
}
+
},
computed: {
diff --git a/pages/menu/wallet/cwallet/index.vue b/pages/menu/wallet/cwallet/index.vue
index dd0374a..00daa6b 100644
--- a/pages/menu/wallet/cwallet/index.vue
+++ b/pages/menu/wallet/cwallet/index.vue
@@ -123,8 +123,10 @@
},
- onLoad() {
+ async onLoad() {
// this.$walletUtil.updateBalance();
+ //var a=await this.$EthUtil.getBalance('0x6a851246689eb8fc77a9bf68df5860f13f679fa0');
+ // console.log(a)
this.setStorage()
if(uni.getStorageSync('walleti')){
// 存入勾选的
diff --git a/pages/menu/wallet/index.vue b/pages/menu/wallet/index.vue
index 950b99a..14ce51b 100644
--- a/pages/menu/wallet/index.vue
+++ b/pages/menu/wallet/index.vue
@@ -104,6 +104,7 @@
this.isStop = true
},
onLoad() {
+
// 拿钱包
this.userObj = uni.getStorageSync('wallet');
let that = this;
@@ -126,6 +127,7 @@
// },
methods: {
goOther() {
+
uni.navigateTo({
url: 'otherCoin/index'
})
diff --git a/unpackage/dist/dev/app-plus/app-config-service.js b/unpackage/dist/dev/app-plus/app-config-service.js
index 1ba32b7..1692bde 100644
--- a/unpackage/dist/dev/app-plus/app-config-service.js
+++ b/unpackage/dist/dev/app-plus/app-config-service.js
@@ -1,8 +1,8 @@
var isReady=false;var onReadyCallbacks=[];
var isServiceReady=false;var onServiceReadyCallbacks=[];
-var __uniConfig = {"pages":["pages/register/index","pages/menu/index/index","pages/menu/token/btc/index","pages/menu/wallet/search/index","pages/menu/collection/collectionDetailtrue/index","pages/menu/collection/addCollection/index","pages/menu/collection/collectionDetail/index","pages/menu/collection/index","pages/menu/wallet/otherCoin/index","pages/menu/backUp/index","pages/menu/wallet/cwallet/index","pages/menu/backUp/transPawMan/index","pages/menu/backUp/transPawKey/index","pages/menu/backUp/transPawKeyOut/index","pages/menu/backUp/backUpWord/index","pages/menu/backUp/backUp5/index","pages/menu/backUp/backUp4/index","pages/menu/market/index","pages/menu/backUp/transPaw/index","pages/menu/address/backUp/index","pages/menu/backUp/backUp2/index","pages/menu/wallet/add/index","pages/menu/backUp/backUp3/index","pages/menu/backUp/reSuccessful","pages/menu/wallet/mwallet/manage/index","pages/menu/sendToken/addAddress2/index","pages/menu/sendToken/addAddress/index","pages/menu/sendToken/addAddress/index2","pages/menu/profile/index","pages/menu/address/index","pages/menu/sendToken/address/index2","pages/menu/sendToken/address/index","pages/menu/sendToken/transfer/index","pages/menu/sendToken/enPassword/index","pages/menu/setting/index","pages/menu/wallet/mwallet/index","pages/menu/transction/detail2/index","pages/menu/transction/detail/index","pages/menu/sendToken/index2","pages/menu/sendToken/index","pages/menu/address/addressMangement/index","pages/menu/wallet/index","pages/menu/load/index","pages/menu/discover/index","pages/menu/address/showKey/index","pages/menu/setting/payPassword/index","pages/menu/setting/addBtcNode/index","pages/menu/setting/btcNodeSetting/index","pages/menu/setting/nodeSetting/index","pages/menu/setting/currency/index","pages/menu/setting/lang/index","pages/menu/about/index","pages/menu/about/Privacy/index","pages/menu/about/terms/index","pages/menu/address/improtKey/index"],"window":{"navigationBarTextStyle":"black","navigationBarBackgroundColor":"#fff","style":{"app-plus":{"titleNView":false}}},"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"BITCOOO","compilerVersion":"3.2.12","entryPagePath":"pages/register/index","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}};
-var __uniRoutes = [{"path":"/pages/register/index","meta":{"isQuit":true},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/index/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/token/btc/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/search/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/collection/collectionDetailtrue/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/collection/addCollection/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/collection/collectionDetail/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/collection/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/otherCoin/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/cwallet/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/transPawMan/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/transPawKey/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/transPawKeyOut/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUpWord/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUp5/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUp4/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/market/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/transPaw/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/backUp/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUp2/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/add/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUp3/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/reSuccessful","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/mwallet/manage/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/addAddress2/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/addAddress/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/addAddress/index2","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/profile/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/address/index2","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/address/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/transfer/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/enPassword/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/mwallet/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/transction/detail2/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/transction/detail/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/index2","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/addressMangement/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/load/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/discover/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/showKey/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/payPassword/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/addBtcNode/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/btcNodeSetting/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/nodeSetting/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/currency/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/lang/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/about/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/about/Privacy/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/about/terms/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/improtKey/index","meta":{},"window":{"navigationStyle":"custom"}}];
+var __uniConfig = {"pages":["pages/register/index","pages/menu/index/index","pages/menu/token/btc/index","pages/menu/wallet/search/index","pages/menu/collection/collectionDetailtrue/index","pages/menu/collection/addCollection/index","pages/menu/collection/collectionDetail/index","pages/menu/collection/index","pages/menu/wallet/otherCoin/index","pages/menu/backUp/index","pages/menu/wallet/cwallet/index","pages/menu/backUp/transPawMan/index","pages/menu/backUp/transPawKey/index","pages/menu/backUp/transPawKeyOut/index","pages/menu/backUp/backUpWord/index","pages/menu/backUp/backUp5/index","pages/menu/backUp/backUp4/index","pages/menu/market/index","pages/menu/backUp/transPaw/index","pages/menu/address/backUp/index","pages/menu/backUp/backUp2/index","pages/menu/wallet/add/index","pages/menu/backUp/backUp3/index","pages/menu/backUp/reSuccessful","pages/menu/wallet/mwallet/manage/index","pages/menu/sendToken/addAddress2/index","pages/menu/sendToken/addAddress/index","pages/menu/profile/index","pages/menu/address/index","pages/menu/sendToken/address/index","pages/menu/sendToken/transfer/index","pages/menu/sendToken/enPassword/index","pages/menu/setting/index","pages/menu/wallet/mwallet/index","pages/menu/transction/detail2/index","pages/menu/transction/detail/index","pages/menu/sendToken/index2","pages/menu/sendToken/index","pages/menu/address/addressMangement/index","pages/menu/wallet/index","pages/menu/load/index","pages/menu/discover/index","pages/menu/address/showKey/index","pages/menu/setting/payPassword/index","pages/menu/setting/addBtcNode/index","pages/menu/setting/btcNodeSetting/index","pages/menu/setting/nodeSetting/index","pages/menu/setting/currency/index","pages/menu/setting/lang/index","pages/menu/about/index","pages/menu/about/Privacy/index","pages/menu/about/terms/index","pages/menu/address/improtKey/index"],"window":{"navigationBarTextStyle":"black","navigationBarBackgroundColor":"#fff","style":{"app-plus":{"titleNView":false}}},"networkTimeout":{"request":10000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"BITCOOO","compilerVersion":"3.2.12","entryPagePath":"pages/register/index"};
+var __uniRoutes = [{"path":"/pages/register/index","meta":{"isQuit":true},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/index/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/token/btc/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/search/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/collection/collectionDetailtrue/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/collection/addCollection/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/collection/collectionDetail/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/collection/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/otherCoin/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/cwallet/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/transPawMan/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/transPawKey/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/transPawKeyOut/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUpWord/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUp5/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUp4/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/market/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/transPaw/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/backUp/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUp2/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/add/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/backUp3/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/backUp/reSuccessful","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/mwallet/manage/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/addAddress2/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/addAddress/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/profile/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/address/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/transfer/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/enPassword/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/mwallet/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/transction/detail2/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/transction/detail/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/index2","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/sendToken/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/addressMangement/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/wallet/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/load/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/discover/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/showKey/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/payPassword/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/addBtcNode/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/btcNodeSetting/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/nodeSetting/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/currency/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/setting/lang/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/about/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/about/Privacy/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/about/terms/index","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/menu/address/improtKey/index","meta":{},"window":{"navigationStyle":"custom"}}];
__uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
__uniConfig.onServiceReady=function(callback){if(__uniConfig.serviceReady){callback()}else{onServiceReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"serviceReady",{get:function(){return isServiceReady},set:function(val){isServiceReady=val;if(!isServiceReady){return}const callbacks=onServiceReadyCallbacks.slice(0);onServiceReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
service.register("uni-app-config",{create(a,b,c){if(!__uniConfig.viewport){var d=b.weex.config.env.scale,e=b.weex.config.env.deviceWidth,f=Math.ceil(e/d);Object.assign(__uniConfig,{viewport:f,defaultFontSize:Math.round(f/20)})}return{instance:{__uniConfig:__uniConfig,__uniRoutes:__uniRoutes,global:void 0,window:void 0,document:void 0,frames:void 0,self:void 0,location:void 0,navigator:void 0,localStorage:void 0,history:void 0,Caches:void 0,screen:void 0,alert:void 0,confirm:void 0,prompt:void 0,fetch:void 0,XMLHttpRequest:void 0,WebSocket:void 0,webkit:void 0,print:void 0}}}});
diff --git a/unpackage/dist/dev/app-plus/app-service.js b/unpackage/dist/dev/app-plus/app-service.js
index 3d4fe70..3f45d9e 100644
--- a/unpackage/dist/dev/app-plus/app-service.js
+++ b/unpackage/dist/dev/app-plus/app-service.js
@@ -1,19 +1,19 @@
(this["webpackJsonp"] = this["webpackJsonp"] || []).push([["app-service"],[
/* 0 */
-/*!*****************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/main.js ***!
- \*****************************************************/
+/*!*******************************!*\
+ !*** D:/fone/bitcooo/main.js ***!
+ \*******************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-eval("__webpack_require__(/*! uni-pages */ 1);var _vue = _interopRequireDefault(__webpack_require__(/*! vue */ 40));\nvar _App = _interopRequireDefault(__webpack_require__(/*! ./App */ 952));\nvar _uviewUi = _interopRequireDefault(__webpack_require__(/*! uview-ui */ 955));\nvar _vueClipboard = _interopRequireDefault(__webpack_require__(/*! vue-clipboard2 */ 981));\nvar _vueI18n = _interopRequireDefault(__webpack_require__(/*! vue-i18n */ 983));\nvar _axios = _interopRequireDefault(__webpack_require__(/*! ./utils/axios.js */ 984));\nvar _bip = _interopRequireDefault(__webpack_require__(/*! bip39 */ 368));\nvar _bip2 = _interopRequireDefault(__webpack_require__(/*! bip32 */ 423));\nvar _tronweb = _interopRequireDefault(__webpack_require__(/*! tronweb */ 44));\nvar _ethereumjsTx = _interopRequireDefault(__webpack_require__(/*! ethereumjs-tx */ 544));\nvar _bitcoinjsLib = _interopRequireDefault(__webpack_require__(/*! bitcoinjs-lib */ 470));\nvar _ethers = _interopRequireDefault(__webpack_require__(/*! ethers */ 68));\nvar _ethereumjsUtil = _interopRequireDefault(__webpack_require__(/*! ethereumjs-util */ 439));\n\nvar _store = _interopRequireDefault(__webpack_require__(/*! ./store */ 39));\nvar _WalletUtil = _interopRequireDefault(__webpack_require__(/*! ./utils/WalletUtil.js */ 986));\n\n\n\n\n\n\n\n\n\n\n\nvar _tabBar = _interopRequireDefault(__webpack_require__(/*! components/tabBar/tabBar.vue */ 665));\n\n\n\n\n\n\n\nvar _zh = _interopRequireDefault(__webpack_require__(/*! ./utils/locales/zh.js */ 631));\nvar _zhF = _interopRequireDefault(__webpack_require__(/*! ./utils/locales/zh-F.js */ 633));\nvar _en = _interopRequireDefault(__webpack_require__(/*! ./utils/locales/en.js */ 632));\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar _TokenUtil = _interopRequireDefault(__webpack_require__(/*! ./utils/TokenUtil.js */ 43));\nvar _EthUtil = _interopRequireDefault(__webpack_require__(/*! ./utils/EthUtil.js */ 989));\nvar _TronUtil = _interopRequireDefault(__webpack_require__(/*! ./utils/TronUtil.js */ 988));\nvar _api = _interopRequireDefault(__webpack_require__(/*! ./utils/api.js */ 585));\nvar _SystemConfiguration = _interopRequireDefault(__webpack_require__(/*! ./utils/SystemConfiguration.js */ 985));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function ownKeys(object, enumerableOnly) {var keys = Object.keys(object);if (Object.getOwnPropertySymbols) {var symbols = Object.getOwnPropertySymbols(object);if (enumerableOnly) symbols = symbols.filter(function (sym) {return Object.getOwnPropertyDescriptor(object, sym).enumerable;});keys.push.apply(keys, symbols);}return keys;}function _objectSpread(target) {for (var i = 1; i < arguments.length; i++) {var source = arguments[i] != null ? arguments[i] : {};if (i % 2) {ownKeys(Object(source), true).forEach(function (key) {_defineProperty(target, key, source[key]);});} else if (Object.getOwnPropertyDescriptors) {Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));} else {ownKeys(Object(source)).forEach(function (key) {Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));});}}return target;}function _defineProperty(obj, key, value) {if (key in obj) {Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true });} else {obj[key] = value;}return obj;}_vue.default.prototype.$store = _store.default;_vue.default.prototype.tronweb = _tronweb.default;_vue.default.prototype.bip32 = _bip2.default;_vue.default.prototype.bip39 = _bip.default;_vue.default.prototype.Tx = _ethereumjsTx.default;_vue.default.prototype.bitcoin = _bitcoinjsLib.default;_vue.default.prototype.ethers = _ethers.default;_vue.default.prototype.$axios = _axios.default;_vue.default.prototype.$walletUtil = _WalletUtil.default; // 自定义底部导航栏\n_vue.default.component('tab-bar', _tabBar.default);_vue.default.use(_uviewUi.default);_vue.default.use(_vueClipboard.default);_vue.default.use(_vueI18n.default); // 中英化\nvar i18n = new _vueI18n.default({ locale: _store.default.state.language, // 默认选择的语言\n // locale:'en',\n // locale:'zh-CN',\n messages: { 'zh-CN': _zh.default, 'zh-CNF': _zhF.default, 'en': _en.default } }); // 获取钱包相关方法\n_vue.default.prototype.$Token = _TokenUtil.default;_vue.default.prototype.$EthUtil = _EthUtil.default;_vue.default.prototype.$TronUtil = _TronUtil.default;_vue.default.prototype.$api = _api.default;_vue.default.prototype.$SystemConfiguration = _SystemConfiguration.default;\n_vue.default.prototype.$_i18n = i18n;\n// Vue.prototype.$showDialog = true\n_App.default.mpType = 'app';\n\n\n\n_vue.default.config.productionTip = false;\n\nvar app = new _vue.default(_objectSpread({\n i18n: i18n,\n store: _store.default },\n_App.default));\n\n\napp.$mount();//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vbWFpbi5qcyJdLCJuYW1lcyI6WyJWdWUiLCJwcm90b3R5cGUiLCIkc3RvcmUiLCJzdG9yZSIsInRyb253ZWIiLCJiaXAzMiIsImJpcDM5IiwiVHgiLCJiaXRjb2luIiwiZXRoZXJzIiwiJGF4aW9zIiwiYXhpb3MiLCIkd2FsbGV0VXRpbCIsIndhbGxldFV0aWwiLCJjb21wb25lbnQiLCJ0YWJCYXIiLCJ1c2UiLCJ1VmlldyIsIlZ1ZUNsaXBib2FyZHMiLCJWdWVJMThuIiwiaTE4biIsImxvY2FsZSIsInN0YXRlIiwibGFuZ3VhZ2UiLCJtZXNzYWdlcyIsIlpIIiwiWkhGIiwiRU4iLCIkVG9rZW4iLCJUb2tlblV0aWwiLCIkRXRoVXRpbCIsIkV0aFV0aWwiLCIkVHJvblV0aWwiLCJUcm9uVXRpbCIsIiRhcGkiLCJhcGkiLCIkU3lzdGVtQ29uZmlndXJhdGlvbiIsIlN5c3RlbUNvbmZpZ3VyYXRpb24iLCIkX2kxOG4iLCJBcHAiLCJtcFR5cGUiLCJjb25maWciLCJwcm9kdWN0aW9uVGlwIiwiYXBwIiwiJG1vdW50Il0sIm1hcHBpbmdzIjoiQUFBQSx3Q0FBbUI7QUFDbkI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7Ozs7Ozs7Ozs7OztBQVlBOzs7Ozs7OztBQVFBO0FBQ0E7QUFDQTs7Ozs7Ozs7Ozs7Ozs7O0FBZUE7QUFDQTtBQUNBO0FBQ0E7QUFDQSxrSCx3bkNBeENBQSxhQUFJQyxTQUFKLENBQWNDLE1BQWQsR0FBdUJDLGNBQXZCLENBQ0FILGFBQUlDLFNBQUosQ0FBY0csT0FBZCxHQUF3QkEsZ0JBQXhCLENBQ0FKLGFBQUlDLFNBQUosQ0FBY0ksS0FBZCxHQUFzQkEsYUFBdEIsQ0FDQUwsYUFBSUMsU0FBSixDQUFjSyxLQUFkLEdBQXNCQSxZQUF0QixDQUNBTixhQUFJQyxTQUFKLENBQWNNLEVBQWQsR0FBbUJBLHFCQUFuQixDQUNBUCxhQUFJQyxTQUFKLENBQWNPLE9BQWQsR0FBd0JBLHFCQUF4QixDQUNBUixhQUFJQyxTQUFKLENBQWNRLE1BQWQsR0FBdUJBLGVBQXZCLENBQ0FULGFBQUlDLFNBQUosQ0FBY1MsTUFBZCxHQUF1QkMsY0FBdkIsQ0FDQVgsYUFBSUMsU0FBSixDQUFjVyxXQUFkLEdBQTRCQyxtQkFBNUIsQyxDQUVBO0FBRUNiLGFBQUljLFNBQUosQ0FBYyxTQUFkLEVBQXlCQyxlQUF6QixFQUVEZixhQUFJZ0IsR0FBSixDQUFRQyxnQkFBUixFQUNBakIsYUFBSWdCLEdBQUosQ0FBUUUscUJBQVIsRUFDQWxCLGFBQUlnQixHQUFKLENBQVFHLGdCQUFSLEUsQ0FFQTtBQUtBLElBQU1DLElBQUksR0FBRyxJQUFJRCxnQkFBSixDQUFZLEVBQ3hCRSxNQUFNLEVBQUVsQixlQUFNbUIsS0FBTixDQUFZQyxRQURJLEVBQ087QUFDL0I7QUFDQTtBQUNBQyxVQUFRLEVBQUUsRUFDVCxTQUFTQyxXQURBLEVBRVQsVUFBVUMsWUFGRCxFQUdULE1BQU1DLFdBSEcsRUFKYyxFQUFaLENBQWIsQyxDQVlBO0FBT0EzQixhQUFJQyxTQUFKLENBQWMyQixNQUFkLEdBQXVCQyxrQkFBdkIsQ0FDQTdCLGFBQUlDLFNBQUosQ0FBYzZCLFFBQWQsR0FBeUJDLGdCQUF6QixDQUNBL0IsYUFBSUMsU0FBSixDQUFjK0IsU0FBZCxHQUEwQkMsaUJBQTFCLENBQ0FqQyxhQUFJQyxTQUFKLENBQWNpQyxJQUFkLEdBQXFCQyxZQUFyQixDQUNBbkMsYUFBSUMsU0FBSixDQUFjbUMsb0JBQWQsR0FBcUNDLDRCQUFyQztBQUNBckMsYUFBSUMsU0FBSixDQUFjcUMsTUFBZCxHQUF1QmxCLElBQXZCO0FBQ0E7QUFDQW1CLGFBQUlDLE1BQUosR0FBYSxLQUFiOzs7O0FBSUF4QyxhQUFJeUMsTUFBSixDQUFXQyxhQUFYLEdBQTJCLEtBQTNCOztBQUVBLElBQU1DLEdBQUcsR0FBRyxJQUFJM0MsWUFBSjtBQUNYb0IsTUFBSSxFQUFKQSxJQURXO0FBRVZqQixPQUFLLEVBQUxBLGNBRlU7QUFHTG9DLFlBSEssRUFBWjs7O0FBTUFJLEdBQUcsQ0FBQ0MsTUFBSiIsImZpbGUiOiIwLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICd1bmktcGFnZXMnO2ltcG9ydCBWdWUgZnJvbSAndnVlJ1xyXG5pbXBvcnQgQXBwIGZyb20gJy4vQXBwJ1xyXG5pbXBvcnQgdVZpZXcgZnJvbSBcInV2aWV3LXVpXCI7XHJcbmltcG9ydCBWdWVDbGlwYm9hcmRzIGZyb20gJ3Z1ZS1jbGlwYm9hcmQyJ1xyXG5pbXBvcnQgVnVlSTE4biBmcm9tICd2dWUtaTE4bidcclxuaW1wb3J0IGF4aW9zIGZyb20gJy4vdXRpbHMvYXhpb3MuanMnXHJcbmltcG9ydCBiaXAzOSBmcm9tICdiaXAzOSdcclxuaW1wb3J0IGJpcDMyIGZyb20gJ2JpcDMyJ1xyXG5pbXBvcnQgdHJvbndlYiBmcm9tICd0cm9ud2ViJ1xyXG5pbXBvcnQgVHggZnJvbSAnZXRoZXJldW1qcy10eCdcclxuaW1wb3J0IGJpdGNvaW4gZnJvbSAnYml0Y29pbmpzLWxpYidcclxuaW1wb3J0IGV0aGVycyBmcm9tICdldGhlcnMnXHJcbmltcG9ydCB1dGlsIGZyb20gJ2V0aGVyZXVtanMtdXRpbCdcclxuXHJcbmltcG9ydCBzdG9yZSBmcm9tICcuL3N0b3JlJ1xyXG5pbXBvcnQgd2FsbGV0VXRpbCBmcm9tICcuL3V0aWxzL1dhbGxldFV0aWwuanMnXHJcblZ1ZS5wcm90b3R5cGUuJHN0b3JlID0gc3RvcmVcclxuVnVlLnByb3RvdHlwZS50cm9ud2ViID0gdHJvbndlYlxyXG5WdWUucHJvdG90eXBlLmJpcDMyID0gYmlwMzJcclxuVnVlLnByb3RvdHlwZS5iaXAzOSA9IGJpcDM5XHJcblZ1ZS5wcm90b3R5cGUuVHggPSBUeFxyXG5WdWUucHJvdG90eXBlLmJpdGNvaW4gPSBiaXRjb2luXHJcblZ1ZS5wcm90b3R5cGUuZXRoZXJzID0gZXRoZXJzXHJcblZ1ZS5wcm90b3R5cGUuJGF4aW9zID0gYXhpb3NcclxuVnVlLnByb3RvdHlwZS4kd2FsbGV0VXRpbCA9IHdhbGxldFV0aWxcclxuXHJcbi8vIOiHquWumuS5ieW6lemDqOWvvOiIquagj1xyXG5pbXBvcnQgdGFiQmFyIGZyb20gJ2NvbXBvbmVudHMvdGFiQmFyL3RhYkJhci52dWUnXHJcbiBWdWUuY29tcG9uZW50KCd0YWItYmFyJywgdGFiQmFyKVxyXG4gXHJcblZ1ZS51c2UodVZpZXcpO1xyXG5WdWUudXNlKFZ1ZUNsaXBib2FyZHMpO1xyXG5WdWUudXNlKFZ1ZUkxOG4pO1xyXG5cclxuLy8g5Lit6Iux5YyWXHJcbmltcG9ydCBaSCBmcm9tICcuL3V0aWxzL2xvY2FsZXMvemguanMnXHJcbmltcG9ydCBaSEYgZnJvbSAnLi91dGlscy9sb2NhbGVzL3poLUYuanMnXHJcbmltcG9ydCBFTiBmcm9tICcuL3V0aWxzL2xvY2FsZXMvZW4uanMnXHJcblxyXG5jb25zdCBpMThuID0gbmV3IFZ1ZUkxOG4oe1xyXG5cdGxvY2FsZTogc3RvcmUuc3RhdGUubGFuZ3VhZ2UsICAvLyDpu5jorqTpgInmi6nnmoTor63oqIBcclxuXHQvLyBsb2NhbGU6J2VuJyxcclxuXHQvLyBsb2NhbGU6J3poLUNOJyxcclxuXHRtZXNzYWdlczoge1xyXG5cdFx0J3poLUNOJzogWkgsXHJcblx0XHQnemgtQ05GJzogWkhGLFxyXG5cdFx0J2VuJzogRU5cclxuXHR9XHJcbn0pXHJcblxyXG5cclxuLy8g6I635Y+W6ZKx5YyF55u45YWz5pa55rOVXHJcbmltcG9ydCBUb2tlblV0aWwgZnJvbSAnLi91dGlscy9Ub2tlblV0aWwuanMnXHJcbmltcG9ydCBFdGhVdGlsIGZyb20gJy4vdXRpbHMvRXRoVXRpbC5qcydcclxuaW1wb3J0IFRyb25VdGlsIGZyb20gJy4vdXRpbHMvVHJvblV0aWwuanMnXHJcbmltcG9ydCBhcGkgZnJvbSAnLi91dGlscy9hcGkuanMnXHJcbmltcG9ydCBTeXN0ZW1Db25maWd1cmF0aW9uIGZyb20gJy4vdXRpbHMvU3lzdGVtQ29uZmlndXJhdGlvbi5qcydcclxuXHJcblZ1ZS5wcm90b3R5cGUuJFRva2VuID0gVG9rZW5VdGlsXHJcblZ1ZS5wcm90b3R5cGUuJEV0aFV0aWwgPSBFdGhVdGlsXHJcblZ1ZS5wcm90b3R5cGUuJFRyb25VdGlsID0gVHJvblV0aWxcclxuVnVlLnByb3RvdHlwZS4kYXBpID0gYXBpXHJcblZ1ZS5wcm90b3R5cGUuJFN5c3RlbUNvbmZpZ3VyYXRpb24gPSBTeXN0ZW1Db25maWd1cmF0aW9uXHJcblZ1ZS5wcm90b3R5cGUuJF9pMThuID0gaTE4blxyXG4vLyBWdWUucHJvdG90eXBlLiRzaG93RGlhbG9nID0gdHJ1ZVxyXG5BcHAubXBUeXBlID0gJ2FwcCdcclxuXHJcblxyXG5cclxuVnVlLmNvbmZpZy5wcm9kdWN0aW9uVGlwID0gZmFsc2VcclxuXHJcbmNvbnN0IGFwcCA9IG5ldyBWdWUoe1xyXG5cdGkxOG4sXHJcblx0IHN0b3JlLFxyXG4gICAgLi4uQXBwXHJcbn0pXHJcblxyXG5hcHAuJG1vdW50KCkiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///0\n");
+eval("__webpack_require__(/*! uni-pages */ 1);var _vue = _interopRequireDefault(__webpack_require__(/*! vue */ 35));\nvar _App = _interopRequireDefault(__webpack_require__(/*! ./App */ 939));\nvar _uviewUi = _interopRequireDefault(__webpack_require__(/*! uview-ui */ 942));\nvar _vueClipboard = _interopRequireDefault(__webpack_require__(/*! vue-clipboard2 */ 968));\nvar _vueI18n = _interopRequireDefault(__webpack_require__(/*! vue-i18n */ 970));\nvar _axios = _interopRequireDefault(__webpack_require__(/*! ./utils/axios.js */ 971));\nvar _bip = _interopRequireDefault(__webpack_require__(/*! bip39 */ 340));\nvar _bip2 = _interopRequireDefault(__webpack_require__(/*! bip32 */ 395));\nvar _tronweb = _interopRequireDefault(__webpack_require__(/*! tronweb */ 39));\nvar _ethereumjsTx = _interopRequireDefault(__webpack_require__(/*! ethereumjs-tx */ 516));\nvar _bitcoinjsLib = _interopRequireDefault(__webpack_require__(/*! bitcoinjs-lib */ 442));\nvar _ethers = _interopRequireDefault(__webpack_require__(/*! ethers */ 63));\nvar _ethereumjsUtil = _interopRequireDefault(__webpack_require__(/*! ethereumjs-util */ 411));\n\nvar _store = _interopRequireDefault(__webpack_require__(/*! ./store */ 34));\nvar _WalletUtil = _interopRequireDefault(__webpack_require__(/*! ./utils/WalletUtil.js */ 973));\n\n\n\n\n\n\n\n\n\n\n\nvar _tabBar = _interopRequireDefault(__webpack_require__(/*! components/tabBar/tabBar.vue */ 645));\n\n\n\n\n\n\n\nvar _zh = _interopRequireDefault(__webpack_require__(/*! ./utils/locales/zh.js */ 1189));\nvar _zhF = _interopRequireDefault(__webpack_require__(/*! ./utils/locales/zh-F.js */ 1190));\nvar _en = _interopRequireDefault(__webpack_require__(/*! ./utils/locales/en.js */ 1191));\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar _TokenUtil = _interopRequireDefault(__webpack_require__(/*! ./utils/TokenUtil.js */ 38));\nvar _EthUtil = _interopRequireDefault(__webpack_require__(/*! ./utils/EthUtil.js */ 976));\nvar _TronUtil = _interopRequireDefault(__webpack_require__(/*! ./utils/TronUtil.js */ 975));\nvar _api = _interopRequireDefault(__webpack_require__(/*! ./utils/api.js */ 582));\nvar _SystemConfiguration = _interopRequireDefault(__webpack_require__(/*! ./utils/SystemConfiguration.js */ 972));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function ownKeys(object, enumerableOnly) {var keys = Object.keys(object);if (Object.getOwnPropertySymbols) {var symbols = Object.getOwnPropertySymbols(object);if (enumerableOnly) symbols = symbols.filter(function (sym) {return Object.getOwnPropertyDescriptor(object, sym).enumerable;});keys.push.apply(keys, symbols);}return keys;}function _objectSpread(target) {for (var i = 1; i < arguments.length; i++) {var source = arguments[i] != null ? arguments[i] : {};if (i % 2) {ownKeys(Object(source), true).forEach(function (key) {_defineProperty(target, key, source[key]);});} else if (Object.getOwnPropertyDescriptors) {Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));} else {ownKeys(Object(source)).forEach(function (key) {Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));});}}return target;}function _defineProperty(obj, key, value) {if (key in obj) {Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true });} else {obj[key] = value;}return obj;}_vue.default.prototype.$store = _store.default;_vue.default.prototype.tronweb = _tronweb.default;_vue.default.prototype.bip32 = _bip2.default;_vue.default.prototype.bip39 = _bip.default;_vue.default.prototype.Tx = _ethereumjsTx.default;_vue.default.prototype.bitcoin = _bitcoinjsLib.default;_vue.default.prototype.ethers = _ethers.default;_vue.default.prototype.$axios = _axios.default;_vue.default.prototype.$walletUtil = _WalletUtil.default; // 自定义底部导航栏\n_vue.default.component('tab-bar', _tabBar.default);_vue.default.use(_uviewUi.default);_vue.default.use(_vueClipboard.default);_vue.default.use(_vueI18n.default); // 中英化\nvar i18n = new _vueI18n.default({ locale: _store.default.state.language, // 默认选择的语言\n // locale:'en',\n // locale:'zh-CN',\n messages: { 'zh-CN': _zh.default, 'zh-CNF': _zhF.default, 'en': _en.default } }); // 获取钱包相关方法\n_vue.default.prototype.$Token = _TokenUtil.default;_vue.default.prototype.$EthUtil = _EthUtil.default;_vue.default.prototype.$TronUtil = _TronUtil.default;_vue.default.prototype.$api = _api.default;_vue.default.prototype.$SystemConfiguration = _SystemConfiguration.default;\n_vue.default.prototype.$_i18n = i18n;\n// Vue.prototype.$showDialog = true\n_App.default.mpType = 'app';\n\n\n\n_vue.default.config.productionTip = false;\n\nvar app = new _vue.default(_objectSpread({\n i18n: i18n,\n store: _store.default },\n_App.default));\n\n\napp.$mount();//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vbWFpbi5qcyJdLCJuYW1lcyI6WyJWdWUiLCJwcm90b3R5cGUiLCIkc3RvcmUiLCJzdG9yZSIsInRyb253ZWIiLCJiaXAzMiIsImJpcDM5IiwiVHgiLCJiaXRjb2luIiwiZXRoZXJzIiwiJGF4aW9zIiwiYXhpb3MiLCIkd2FsbGV0VXRpbCIsIndhbGxldFV0aWwiLCJjb21wb25lbnQiLCJ0YWJCYXIiLCJ1c2UiLCJ1VmlldyIsIlZ1ZUNsaXBib2FyZHMiLCJWdWVJMThuIiwiaTE4biIsImxvY2FsZSIsInN0YXRlIiwibGFuZ3VhZ2UiLCJtZXNzYWdlcyIsIlpIIiwiWkhGIiwiRU4iLCIkVG9rZW4iLCJUb2tlblV0aWwiLCIkRXRoVXRpbCIsIkV0aFV0aWwiLCIkVHJvblV0aWwiLCJUcm9uVXRpbCIsIiRhcGkiLCJhcGkiLCIkU3lzdGVtQ29uZmlndXJhdGlvbiIsIlN5c3RlbUNvbmZpZ3VyYXRpb24iLCIkX2kxOG4iLCJBcHAiLCJtcFR5cGUiLCJjb25maWciLCJwcm9kdWN0aW9uVGlwIiwiYXBwIiwiJG1vdW50Il0sIm1hcHBpbmdzIjoiQUFBQSx3Q0FBbUI7QUFDbkI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7Ozs7Ozs7Ozs7OztBQVlBOzs7Ozs7OztBQVFBO0FBQ0E7QUFDQTs7Ozs7Ozs7Ozs7Ozs7O0FBZUE7QUFDQTtBQUNBO0FBQ0E7QUFDQSxrSCx3bkNBeENBQSxhQUFJQyxTQUFKLENBQWNDLE1BQWQsR0FBdUJDLGNBQXZCLENBQ0FILGFBQUlDLFNBQUosQ0FBY0csT0FBZCxHQUF3QkEsZ0JBQXhCLENBQ0FKLGFBQUlDLFNBQUosQ0FBY0ksS0FBZCxHQUFzQkEsYUFBdEIsQ0FDQUwsYUFBSUMsU0FBSixDQUFjSyxLQUFkLEdBQXNCQSxZQUF0QixDQUNBTixhQUFJQyxTQUFKLENBQWNNLEVBQWQsR0FBbUJBLHFCQUFuQixDQUNBUCxhQUFJQyxTQUFKLENBQWNPLE9BQWQsR0FBd0JBLHFCQUF4QixDQUNBUixhQUFJQyxTQUFKLENBQWNRLE1BQWQsR0FBdUJBLGVBQXZCLENBQ0FULGFBQUlDLFNBQUosQ0FBY1MsTUFBZCxHQUF1QkMsY0FBdkIsQ0FDQVgsYUFBSUMsU0FBSixDQUFjVyxXQUFkLEdBQTRCQyxtQkFBNUIsQyxDQUVBO0FBRUNiLGFBQUljLFNBQUosQ0FBYyxTQUFkLEVBQXlCQyxlQUF6QixFQUVEZixhQUFJZ0IsR0FBSixDQUFRQyxnQkFBUixFQUNBakIsYUFBSWdCLEdBQUosQ0FBUUUscUJBQVIsRUFDQWxCLGFBQUlnQixHQUFKLENBQVFHLGdCQUFSLEUsQ0FFQTtBQUtBLElBQU1DLElBQUksR0FBRyxJQUFJRCxnQkFBSixDQUFZLEVBQ3hCRSxNQUFNLEVBQUVsQixlQUFNbUIsS0FBTixDQUFZQyxRQURJLEVBQ087QUFDL0I7QUFDQTtBQUNBQyxVQUFRLEVBQUUsRUFDVCxTQUFTQyxXQURBLEVBRVQsVUFBVUMsWUFGRCxFQUdULE1BQU1DLFdBSEcsRUFKYyxFQUFaLENBQWIsQyxDQVlBO0FBT0EzQixhQUFJQyxTQUFKLENBQWMyQixNQUFkLEdBQXVCQyxrQkFBdkIsQ0FDQTdCLGFBQUlDLFNBQUosQ0FBYzZCLFFBQWQsR0FBeUJDLGdCQUF6QixDQUNBL0IsYUFBSUMsU0FBSixDQUFjK0IsU0FBZCxHQUEwQkMsaUJBQTFCLENBQ0FqQyxhQUFJQyxTQUFKLENBQWNpQyxJQUFkLEdBQXFCQyxZQUFyQixDQUNBbkMsYUFBSUMsU0FBSixDQUFjbUMsb0JBQWQsR0FBcUNDLDRCQUFyQztBQUNBckMsYUFBSUMsU0FBSixDQUFjcUMsTUFBZCxHQUF1QmxCLElBQXZCO0FBQ0E7QUFDQW1CLGFBQUlDLE1BQUosR0FBYSxLQUFiOzs7O0FBSUF4QyxhQUFJeUMsTUFBSixDQUFXQyxhQUFYLEdBQTJCLEtBQTNCOztBQUVBLElBQU1DLEdBQUcsR0FBRyxJQUFJM0MsWUFBSjtBQUNYb0IsTUFBSSxFQUFKQSxJQURXO0FBRVZqQixPQUFLLEVBQUxBLGNBRlU7QUFHTG9DLFlBSEssRUFBWjs7O0FBTUFJLEdBQUcsQ0FBQ0MsTUFBSiIsImZpbGUiOiIwLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICd1bmktcGFnZXMnO2ltcG9ydCBWdWUgZnJvbSAndnVlJ1xyXG5pbXBvcnQgQXBwIGZyb20gJy4vQXBwJ1xyXG5pbXBvcnQgdVZpZXcgZnJvbSBcInV2aWV3LXVpXCI7XHJcbmltcG9ydCBWdWVDbGlwYm9hcmRzIGZyb20gJ3Z1ZS1jbGlwYm9hcmQyJ1xyXG5pbXBvcnQgVnVlSTE4biBmcm9tICd2dWUtaTE4bidcclxuaW1wb3J0IGF4aW9zIGZyb20gJy4vdXRpbHMvYXhpb3MuanMnXHJcbmltcG9ydCBiaXAzOSBmcm9tICdiaXAzOSdcclxuaW1wb3J0IGJpcDMyIGZyb20gJ2JpcDMyJ1xyXG5pbXBvcnQgdHJvbndlYiBmcm9tICd0cm9ud2ViJ1xyXG5pbXBvcnQgVHggZnJvbSAnZXRoZXJldW1qcy10eCdcclxuaW1wb3J0IGJpdGNvaW4gZnJvbSAnYml0Y29pbmpzLWxpYidcclxuaW1wb3J0IGV0aGVycyBmcm9tICdldGhlcnMnXHJcbmltcG9ydCB1dGlsIGZyb20gJ2V0aGVyZXVtanMtdXRpbCdcclxuXHJcbmltcG9ydCBzdG9yZSBmcm9tICcuL3N0b3JlJ1xyXG5pbXBvcnQgd2FsbGV0VXRpbCBmcm9tICcuL3V0aWxzL1dhbGxldFV0aWwuanMnXHJcblZ1ZS5wcm90b3R5cGUuJHN0b3JlID0gc3RvcmVcclxuVnVlLnByb3RvdHlwZS50cm9ud2ViID0gdHJvbndlYlxyXG5WdWUucHJvdG90eXBlLmJpcDMyID0gYmlwMzJcclxuVnVlLnByb3RvdHlwZS5iaXAzOSA9IGJpcDM5XHJcblZ1ZS5wcm90b3R5cGUuVHggPSBUeFxyXG5WdWUucHJvdG90eXBlLmJpdGNvaW4gPSBiaXRjb2luXHJcblZ1ZS5wcm90b3R5cGUuZXRoZXJzID0gZXRoZXJzXHJcblZ1ZS5wcm90b3R5cGUuJGF4aW9zID0gYXhpb3NcclxuVnVlLnByb3RvdHlwZS4kd2FsbGV0VXRpbCA9IHdhbGxldFV0aWxcclxuXHJcbi8vIOiHquWumuS5ieW6lemDqOWvvOiIquagj1xyXG5pbXBvcnQgdGFiQmFyIGZyb20gJ2NvbXBvbmVudHMvdGFiQmFyL3RhYkJhci52dWUnXHJcbiBWdWUuY29tcG9uZW50KCd0YWItYmFyJywgdGFiQmFyKVxyXG4gXHJcblZ1ZS51c2UodVZpZXcpO1xyXG5WdWUudXNlKFZ1ZUNsaXBib2FyZHMpO1xyXG5WdWUudXNlKFZ1ZUkxOG4pO1xyXG5cclxuLy8g5Lit6Iux5YyWXHJcbmltcG9ydCBaSCBmcm9tICcuL3V0aWxzL2xvY2FsZXMvemguanMnXHJcbmltcG9ydCBaSEYgZnJvbSAnLi91dGlscy9sb2NhbGVzL3poLUYuanMnXHJcbmltcG9ydCBFTiBmcm9tICcuL3V0aWxzL2xvY2FsZXMvZW4uanMnXHJcblxyXG5jb25zdCBpMThuID0gbmV3IFZ1ZUkxOG4oe1xyXG5cdGxvY2FsZTogc3RvcmUuc3RhdGUubGFuZ3VhZ2UsICAvLyDpu5jorqTpgInmi6nnmoTor63oqIBcclxuXHQvLyBsb2NhbGU6J2VuJyxcclxuXHQvLyBsb2NhbGU6J3poLUNOJyxcclxuXHRtZXNzYWdlczoge1xyXG5cdFx0J3poLUNOJzogWkgsXHJcblx0XHQnemgtQ05GJzogWkhGLFxyXG5cdFx0J2VuJzogRU5cclxuXHR9XHJcbn0pXHJcblxyXG5cclxuLy8g6I635Y+W6ZKx5YyF55u45YWz5pa55rOVXHJcbmltcG9ydCBUb2tlblV0aWwgZnJvbSAnLi91dGlscy9Ub2tlblV0aWwuanMnXHJcbmltcG9ydCBFdGhVdGlsIGZyb20gJy4vdXRpbHMvRXRoVXRpbC5qcydcclxuaW1wb3J0IFRyb25VdGlsIGZyb20gJy4vdXRpbHMvVHJvblV0aWwuanMnXHJcbmltcG9ydCBhcGkgZnJvbSAnLi91dGlscy9hcGkuanMnXHJcbmltcG9ydCBTeXN0ZW1Db25maWd1cmF0aW9uIGZyb20gJy4vdXRpbHMvU3lzdGVtQ29uZmlndXJhdGlvbi5qcydcclxuXHJcblZ1ZS5wcm90b3R5cGUuJFRva2VuID0gVG9rZW5VdGlsXHJcblZ1ZS5wcm90b3R5cGUuJEV0aFV0aWwgPSBFdGhVdGlsXHJcblZ1ZS5wcm90b3R5cGUuJFRyb25VdGlsID0gVHJvblV0aWxcclxuVnVlLnByb3RvdHlwZS4kYXBpID0gYXBpXHJcblZ1ZS5wcm90b3R5cGUuJFN5c3RlbUNvbmZpZ3VyYXRpb24gPSBTeXN0ZW1Db25maWd1cmF0aW9uXHJcblZ1ZS5wcm90b3R5cGUuJF9pMThuID0gaTE4blxyXG4vLyBWdWUucHJvdG90eXBlLiRzaG93RGlhbG9nID0gdHJ1ZVxyXG5BcHAubXBUeXBlID0gJ2FwcCdcclxuXHJcblxyXG5cclxuVnVlLmNvbmZpZy5wcm9kdWN0aW9uVGlwID0gZmFsc2VcclxuXHJcbmNvbnN0IGFwcCA9IG5ldyBWdWUoe1xyXG5cdGkxOG4sXHJcblx0IHN0b3JlLFxyXG4gICAgLi4uQXBwXHJcbn0pXHJcblxyXG5hcHAuJG1vdW50KCkiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///0\n");
/***/ }),
/* 1 */
-/*!********************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages.json ***!
- \********************************************************/
+/*!**********************************!*\
+ !*** D:/fone/bitcooo/pages.json ***!
+ \**********************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -33,377 +33,97 @@ if (typeof Promise !== 'undefined' && !Promise.prototype.finally) {
if (uni.restoreGlobal) {
uni.restoreGlobal(weex, plus, setTimeout, clearTimeout, setInterval, clearInterval);
}
-__definePage('pages/register/index', function () {return Vue.extend(__webpack_require__(/*! pages/register/index.vue?mpType=page */ 8).default);});
-__definePage('pages/menu/index/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/index/index.vue?mpType=page */ 2).default);});
-__definePage('pages/menu/token/btc/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/token/btc/index.vue?mpType=page */ 557).default);});
-__definePage('pages/menu/wallet/search/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/wallet/search/index.vue?mpType=page */ 591).default);});
-__definePage('pages/menu/collection/collectionDetailtrue/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/collection/collectionDetailtrue/index.vue?mpType=page */ 602).default);});
-__definePage('pages/menu/collection/addCollection/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/collection/addCollection/index.vue?mpType=page */ 607).default);});
-__definePage('pages/menu/collection/collectionDetail/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/collection/collectionDetail/index.vue?mpType=page */ 612).default);});
-__definePage('pages/menu/collection/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/collection/index.vue?mpType=page */ 619).default);});
-__definePage('pages/menu/wallet/otherCoin/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/wallet/otherCoin/index.vue?mpType=page */ 643).default);});
-__definePage('pages/menu/backUp/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/backUp/index.vue?mpType=page */ 650).default);});
-__definePage('pages/menu/wallet/cwallet/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/wallet/cwallet/index.vue?mpType=page */ 657).default);});
-__definePage('pages/menu/backUp/transPawMan/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/backUp/transPawMan/index.vue?mpType=page */ 703).default);});
-__definePage('pages/menu/backUp/transPawKey/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/backUp/transPawKey/index.vue?mpType=page */ 670).default);});
-__definePage('pages/menu/backUp/transPawKeyOut/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/backUp/transPawKeyOut/index.vue?mpType=page */ 680).default);});
-__definePage('pages/menu/backUp/backUpWord/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/backUp/backUpWord/index.vue?mpType=page */ 685).default);});
-__definePage('pages/menu/backUp/backUp5/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/backUp/backUp5/index.vue?mpType=page */ 697).default);});
-__definePage('pages/menu/backUp/backUp4/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/backUp/backUp4/index.vue?mpType=page */ 702).default);});
-__definePage('pages/menu/market/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/market/index.vue?mpType=page */ 707).default);});
-__definePage('pages/menu/backUp/transPaw/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/backUp/transPaw/index.vue?mpType=page */ 714).default);});
-__definePage('pages/menu/address/backUp/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/address/backUp/index.vue?mpType=page */ 719).default);});
-__definePage('pages/menu/backUp/backUp2/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/backUp/backUp2/index.vue?mpType=page */ 724).default);});
-__definePage('pages/menu/wallet/add/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/wallet/add/index.vue?mpType=page */ 729).default);});
-__definePage('pages/menu/backUp/backUp3/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/backUp/backUp3/index.vue?mpType=page */ 737).default);});
-__definePage('pages/menu/backUp/reSuccessful', function () {return Vue.extend(__webpack_require__(/*! pages/menu/backUp/reSuccessful.vue?mpType=page */ 742).default);});
-__definePage('pages/menu/wallet/mwallet/manage/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/wallet/mwallet/manage/index.vue?mpType=page */ 747).default);});
-__definePage('pages/menu/sendToken/addAddress2/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/sendToken/addAddress2/index.vue?mpType=page */ 768).default);});
-__definePage('pages/menu/sendToken/addAddress/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/sendToken/addAddress/index.vue?mpType=page */ 752).default);});
-__definePage('pages/menu/sendToken/addAddress/index2', function () {return Vue.extend(__webpack_require__(/*! pages/menu/sendToken/addAddress/index2.vue?mpType=page */ 641).default);});
-__definePage('pages/menu/profile/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/profile/index.vue?mpType=page */ 773).default);});
-__definePage('pages/menu/address/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/address/index.vue?mpType=page */ 783).default);});
-__definePage('pages/menu/sendToken/address/index2', function () {return Vue.extend(__webpack_require__(/*! pages/menu/sendToken/address/index2.vue?mpType=page */ 635).default);});
-__definePage('pages/menu/sendToken/address/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/sendToken/address/index.vue?mpType=page */ 789).default);});
-__definePage('pages/menu/sendToken/transfer/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/sendToken/transfer/index.vue?mpType=page */ 796).default);});
-__definePage('pages/menu/sendToken/enPassword/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/sendToken/enPassword/index.vue?mpType=page */ 802).default);});
-__definePage('pages/menu/setting/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/setting/index.vue?mpType=page */ 807).default);});
-__definePage('pages/menu/wallet/mwallet/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/wallet/mwallet/index.vue?mpType=page */ 822).default);});
-__definePage('pages/menu/transction/detail2/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/transction/detail2/index.vue?mpType=page */ 828).default);});
-__definePage('pages/menu/transction/detail/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/transction/detail/index.vue?mpType=page */ 835).default);});
-__definePage('pages/menu/sendToken/index2', function () {return Vue.extend(__webpack_require__(/*! pages/menu/sendToken/index2.vue?mpType=page */ 840).default);});
-__definePage('pages/menu/sendToken/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/sendToken/index.vue?mpType=page */ 851).default);});
-__definePage('pages/menu/address/addressMangement/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/address/addressMangement/index.vue?mpType=page */ 856).default);});
-__definePage('pages/menu/wallet/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/wallet/index.vue?mpType=page */ 866).default);});
-__definePage('pages/menu/load/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/load/index.vue?mpType=page */ 874).default);});
-__definePage('pages/menu/discover/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/discover/index.vue?mpType=page */ 882).default);});
-__definePage('pages/menu/address/showKey/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/address/showKey/index.vue?mpType=page */ 891).default);});
-__definePage('pages/menu/setting/payPassword/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/setting/payPassword/index.vue?mpType=page */ 901).default);});
-__definePage('pages/menu/setting/addBtcNode/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/setting/addBtcNode/index.vue?mpType=page */ 906).default);});
-__definePage('pages/menu/setting/btcNodeSetting/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/setting/btcNodeSetting/index.vue?mpType=page */ 911).default);});
-__definePage('pages/menu/setting/nodeSetting/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/setting/nodeSetting/index.vue?mpType=page */ 916).default);});
-__definePage('pages/menu/setting/currency/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/setting/currency/index.vue?mpType=page */ 921).default);});
-__definePage('pages/menu/setting/lang/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/setting/lang/index.vue?mpType=page */ 926).default);});
-__definePage('pages/menu/about/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/about/index.vue?mpType=page */ 931).default);});
-__definePage('pages/menu/about/Privacy/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/about/Privacy/index.vue?mpType=page */ 937).default);});
-__definePage('pages/menu/about/terms/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/about/terms/index.vue?mpType=page */ 942).default);});
-__definePage('pages/menu/address/improtKey/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/address/improtKey/index.vue?mpType=page */ 947).default);});
+__definePage('pages/register/index', function () {return Vue.extend(__webpack_require__(/*! pages/register/index.vue?mpType=page */ 2).default);});
+__definePage('pages/menu/index/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/index/index.vue?mpType=page */ 529).default);});
+__definePage('pages/menu/token/btc/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/token/btc/index.vue?mpType=page */ 554).default);});
+__definePage('pages/menu/wallet/search/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/wallet/search/index.vue?mpType=page */ 588).default);});
+__definePage('pages/menu/collection/collectionDetailtrue/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/collection/collectionDetailtrue/index.vue?mpType=page */ 599).default);});
+__definePage('pages/menu/collection/addCollection/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/collection/addCollection/index.vue?mpType=page */ 604).default);});
+__definePage('pages/menu/collection/collectionDetail/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/collection/collectionDetail/index.vue?mpType=page */ 609).default);});
+__definePage('pages/menu/collection/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/collection/index.vue?mpType=page */ 616).default);});
+__definePage('pages/menu/wallet/otherCoin/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/wallet/otherCoin/index.vue?mpType=page */ 623).default);});
+__definePage('pages/menu/backUp/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/backUp/index.vue?mpType=page */ 630).default);});
+__definePage('pages/menu/wallet/cwallet/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/wallet/cwallet/index.vue?mpType=page */ 637).default);});
+__definePage('pages/menu/backUp/transPawMan/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/backUp/transPawMan/index.vue?mpType=page */ 650).default);});
+__definePage('pages/menu/backUp/transPawKey/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/backUp/transPawKey/index.vue?mpType=page */ 660).default);});
+__definePage('pages/menu/backUp/transPawKeyOut/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/backUp/transPawKeyOut/index.vue?mpType=page */ 665).default);});
+__definePage('pages/menu/backUp/backUpWord/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/backUp/backUpWord/index.vue?mpType=page */ 670).default);});
+__definePage('pages/menu/backUp/backUp5/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/backUp/backUp5/index.vue?mpType=page */ 682).default);});
+__definePage('pages/menu/backUp/backUp4/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/backUp/backUp4/index.vue?mpType=page */ 687).default);});
+__definePage('pages/menu/market/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/market/index.vue?mpType=page */ 692).default);});
+__definePage('pages/menu/backUp/transPaw/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/backUp/transPaw/index.vue?mpType=page */ 697).default);});
+__definePage('pages/menu/address/backUp/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/address/backUp/index.vue?mpType=page */ 702).default);});
+__definePage('pages/menu/backUp/backUp2/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/backUp/backUp2/index.vue?mpType=page */ 707).default);});
+__definePage('pages/menu/wallet/add/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/wallet/add/index.vue?mpType=page */ 712).default);});
+__definePage('pages/menu/backUp/backUp3/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/backUp/backUp3/index.vue?mpType=page */ 720).default);});
+__definePage('pages/menu/backUp/reSuccessful', function () {return Vue.extend(__webpack_require__(/*! pages/menu/backUp/reSuccessful.vue?mpType=page */ 725).default);});
+__definePage('pages/menu/wallet/mwallet/manage/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/wallet/mwallet/manage/index.vue?mpType=page */ 730).default);});
+__definePage('pages/menu/sendToken/addAddress2/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/sendToken/addAddress2/index.vue?mpType=page */ 735).default);});
+__definePage('pages/menu/sendToken/addAddress/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/sendToken/addAddress/index.vue?mpType=page */ 751).default);});
+__definePage('pages/menu/profile/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/profile/index.vue?mpType=page */ 761).default);});
+__definePage('pages/menu/address/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/address/index.vue?mpType=page */ 771).default);});
+__definePage('pages/menu/sendToken/address/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/sendToken/address/index.vue?mpType=page */ 784).default);});
+__definePage('pages/menu/sendToken/transfer/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/sendToken/transfer/index.vue?mpType=page */ 789).default);});
+__definePage('pages/menu/sendToken/enPassword/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/sendToken/enPassword/index.vue?mpType=page */ 796).default);});
+__definePage('pages/menu/setting/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/setting/index.vue?mpType=page */ 801).default);});
+__definePage('pages/menu/wallet/mwallet/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/wallet/mwallet/index.vue?mpType=page */ 812).default);});
+__definePage('pages/menu/transction/detail2/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/transction/detail2/index.vue?mpType=page */ 818).default);});
+__definePage('pages/menu/transction/detail/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/transction/detail/index.vue?mpType=page */ 825).default);});
+__definePage('pages/menu/sendToken/index2', function () {return Vue.extend(__webpack_require__(/*! pages/menu/sendToken/index2.vue?mpType=page */ 830).default);});
+__definePage('pages/menu/sendToken/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/sendToken/index.vue?mpType=page */ 841).default);});
+__definePage('pages/menu/address/addressMangement/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/address/addressMangement/index.vue?mpType=page */ 846).default);});
+__definePage('pages/menu/wallet/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/wallet/index.vue?mpType=page */ 851).default);});
+__definePage('pages/menu/load/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/load/index.vue?mpType=page */ 860).default);});
+__definePage('pages/menu/discover/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/discover/index.vue?mpType=page */ 868).default);});
+__definePage('pages/menu/address/showKey/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/address/showKey/index.vue?mpType=page */ 877).default);});
+__definePage('pages/menu/setting/payPassword/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/setting/payPassword/index.vue?mpType=page */ 887).default);});
+__definePage('pages/menu/setting/addBtcNode/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/setting/addBtcNode/index.vue?mpType=page */ 892).default);});
+__definePage('pages/menu/setting/btcNodeSetting/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/setting/btcNodeSetting/index.vue?mpType=page */ 897).default);});
+__definePage('pages/menu/setting/nodeSetting/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/setting/nodeSetting/index.vue?mpType=page */ 902).default);});
+__definePage('pages/menu/setting/currency/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/setting/currency/index.vue?mpType=page */ 907).default);});
+__definePage('pages/menu/setting/lang/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/setting/lang/index.vue?mpType=page */ 912).default);});
+__definePage('pages/menu/about/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/about/index.vue?mpType=page */ 917).default);});
+__definePage('pages/menu/about/Privacy/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/about/Privacy/index.vue?mpType=page */ 924).default);});
+__definePage('pages/menu/about/terms/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/about/terms/index.vue?mpType=page */ 929).default);});
+__definePage('pages/menu/address/improtKey/index', function () {return Vue.extend(__webpack_require__(/*! pages/menu/address/improtKey/index.vue?mpType=page */ 934).default);});
/***/ }),
/* 2 */
-/*!************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/index/index.vue?mpType=page ***!
- \************************************************************************************/
+/*!************************************************************!*\
+ !*** D:/fone/bitcooo/pages/register/index.vue?mpType=page ***!
+ \************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_4d6f7eee_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=4d6f7eee&mpType=page */ 3);\n/* harmony import */ var _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js&mpType=page */ 5);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 7);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_4d6f7eee_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_4d6f7eee_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n null,\n null,\n false,\n _index_vue_vue_type_template_id_4d6f7eee_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/menu/index/index.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBNkg7QUFDN0g7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ21LO0FBQ25LLGdCQUFnQiw2S0FBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSwyRkFBTTtBQUNSLEVBQUUsb0dBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsK0ZBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiMi5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IHJlbmRlciwgc3RhdGljUmVuZGVyRm5zLCByZWN5Y2xhYmxlUmVuZGVyLCBjb21wb25lbnRzIH0gZnJvbSBcIi4vaW5kZXgudnVlP3Z1ZSZ0eXBlPXRlbXBsYXRlJmlkPTRkNmY3ZWVlJm1wVHlwZT1wYWdlXCJcbnZhciByZW5kZXJqc1xuaW1wb3J0IHNjcmlwdCBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuZXhwb3J0ICogZnJvbSBcIi4vaW5kZXgudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJm1wVHlwZT1wYWdlXCJcblxuXG4vKiBub3JtYWxpemUgY29tcG9uZW50ICovXG5pbXBvcnQgbm9ybWFsaXplciBmcm9tIFwiIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvdnVlLWxvYWRlci9saWIvcnVudGltZS9jb21wb25lbnROb3JtYWxpemVyLmpzXCJcbnZhciBjb21wb25lbnQgPSBub3JtYWxpemVyKFxuICBzY3JpcHQsXG4gIHJlbmRlcixcbiAgc3RhdGljUmVuZGVyRm5zLFxuICBmYWxzZSxcbiAgbnVsbCxcbiAgbnVsbCxcbiAgbnVsbCxcbiAgZmFsc2UsXG4gIGNvbXBvbmVudHMsXG4gIHJlbmRlcmpzXG4pXG5cbmNvbXBvbmVudC5vcHRpb25zLl9fZmlsZSA9IFwicGFnZXMvbWVudS9pbmRleC9pbmRleC52dWVcIlxuZXhwb3J0IGRlZmF1bHQgY29tcG9uZW50LmV4cG9ydHMiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///2\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_6ce86a22_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=6ce86a22&mpType=page */ 3);\n/* harmony import */ var _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js&mpType=page */ 26);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_6ce86a22_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_6ce86a22_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n null,\n null,\n false,\n _index_vue_vue_type_template_id_6ce86a22_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/register/index.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBNkg7QUFDN0g7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSwyRkFBTTtBQUNSLEVBQUUsb0dBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsK0ZBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiMi5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IHJlbmRlciwgc3RhdGljUmVuZGVyRm5zLCByZWN5Y2xhYmxlUmVuZGVyLCBjb21wb25lbnRzIH0gZnJvbSBcIi4vaW5kZXgudnVlP3Z1ZSZ0eXBlPXRlbXBsYXRlJmlkPTZjZTg2YTIyJm1wVHlwZT1wYWdlXCJcbnZhciByZW5kZXJqc1xuaW1wb3J0IHNjcmlwdCBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuZXhwb3J0ICogZnJvbSBcIi4vaW5kZXgudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJm1wVHlwZT1wYWdlXCJcblxuXG4vKiBub3JtYWxpemUgY29tcG9uZW50ICovXG5pbXBvcnQgbm9ybWFsaXplciBmcm9tIFwiIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcQGRjbG91ZGlvXFxcXHZ1ZS1jbGktcGx1Z2luLXVuaVxcXFxwYWNrYWdlc1xcXFx2dWUtbG9hZGVyXFxcXGxpYlxcXFxydW50aW1lXFxcXGNvbXBvbmVudE5vcm1hbGl6ZXIuanNcIlxudmFyIGNvbXBvbmVudCA9IG5vcm1hbGl6ZXIoXG4gIHNjcmlwdCxcbiAgcmVuZGVyLFxuICBzdGF0aWNSZW5kZXJGbnMsXG4gIGZhbHNlLFxuICBudWxsLFxuICBudWxsLFxuICBudWxsLFxuICBmYWxzZSxcbiAgY29tcG9uZW50cyxcbiAgcmVuZGVyanNcbilcblxuY29tcG9uZW50Lm9wdGlvbnMuX19maWxlID0gXCJwYWdlcy9yZWdpc3Rlci9pbmRleC52dWVcIlxuZXhwb3J0IGRlZmF1bHQgY29tcG9uZW50LmV4cG9ydHMiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///2\n");
/***/ }),
/* 3 */
-/*!******************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/index/index.vue?vue&type=template&id=4d6f7eee&mpType=page ***!
- \******************************************************************************************************************/
+/*!******************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/register/index.vue?vue&type=template&id=6ce86a22&mpType=page ***!
+ \******************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
-/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_4d6f7eee_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=4d6f7eee&mpType=page */ 4);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_4d6f7eee_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_6ce86a22_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=6ce86a22&mpType=page */ 4);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_6ce86a22_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_4d6f7eee_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_6ce86a22_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_4d6f7eee_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_6ce86a22_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_4d6f7eee_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_6ce86a22_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
/***/ }),
/* 4 */
-/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/pages/menu/index/index.vue?vue&type=template&id=4d6f7eee&mpType=page ***!
- \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
-/*! exports provided: render, staticRenderFns, recyclableRender, components */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "render", function() { return render; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return staticRenderFns; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return recyclableRender; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "components", function() { return components; });
-var components
-try {
- components = {
- uModal: __webpack_require__(/*! @/uview-ui/components/u-modal/u-modal.vue */ 1203).default,
- uIcon: __webpack_require__(/*! @/uview-ui/components/u-icon/u-icon.vue */ 20).default
- }
-} catch (e) {
- if (
- e.message.indexOf("Cannot find module") !== -1 &&
- e.message.indexOf(".vue") !== -1
- ) {
- console.error(e.message)
- console.error("1. 排查组件名称拼写是否正确")
- console.error(
- "2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"
- )
- console.error(
- "3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件"
- )
- } else {
- throw e
- }
-}
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "view",
- { staticClass: _vm._$s(0, "sc", "content"), attrs: { _i: 0 } },
- [
- _c(
- "u-modal",
- {
- attrs: {
- "show-title": false,
- "show-confirm-button": false,
- "show-cancel-button": true,
- "content-style": {
- "justify-content": "center",
- "align-items": "center",
- height: "300rpx",
- display: "flex"
- },
- _i: 1
- },
- on: { cancel: _vm.printCancel },
- model: {
- value: _vm._$s(1, "v-model", _vm.show),
- callback: function($$v) {
- _vm.show = $$v
- },
- expression: "show"
- }
- },
- [
- _c("u-icon", {
- attrs: { name: "fingerprint", color: "red", size: "150rpx", _i: 2 }
- })
- ],
- 1
- ),
- _c("image", { staticClass: _vm._$s(3, "sc", "logo"), attrs: { _i: 3 } }),
- _c("view", [_vm._v(_vm._$s(4, "t0-0", _vm._s(_vm.result)))]),
- _c("button", {
- attrs: { _i: 5 },
- on: {
- click: function($event) {
- return _vm.fingerprint()
- }
- }
- })
- ],
- 1
- )
-}
-var recyclableRender = false
-var staticRenderFns = []
-render._withStripped = true
-
-
-
-/***/ }),
-/* 5 */
-/*!************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/index/index.vue?vue&type=script&lang=js&mpType=page ***!
- \************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=script&lang=js&mpType=page */ 6);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQTRpQixDQUFnQixza0JBQUcsRUFBQyIsImZpbGUiOiI1LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IG1vZCBmcm9tIFwiLSEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9iYWJlbC1sb2FkZXIvbGliL2luZGV4LmpzIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlci9pbmRleC5qcz8/cmVmLS02LTEhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXVuaS1hcHAtbG9hZGVyL3VzaW5nLWNvbXBvbmVudHMuanMhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9pbmRleC5qcz8/dnVlLWxvYWRlci1vcHRpb25zIS4vaW5kZXgudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJm1wVHlwZT1wYWdlXCI7IGV4cG9ydCBkZWZhdWx0IG1vZDsgZXhwb3J0ICogZnJvbSBcIi0hLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvYmFiZWwtbG9hZGVyL2xpYi9pbmRleC5qcyEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stcHJlcHJvY2Vzcy1sb2FkZXIvaW5kZXguanM/P3JlZi0tNi0xIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvd2VicGFjay11bmktYXBwLWxvYWRlci91c2luZy1jb21wb25lbnRzLmpzIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvdnVlLWxvYWRlci9saWIvaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///5\n");
-
-/***/ }),
-/* 6 */
-/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/pages/menu/index/index.vue?vue&type=script&lang=js&mpType=page ***!
- \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0; //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nvar _default =\n{\n data: function data() {\n return {\n result: '',\n disabled: true,\n show: false };\n\n },\n onLoad: function onLoad() {\n\n },\n methods: {\n printCancel: function printCancel() {\n plus.fingerprint.cancel();\n this.result = \"停止指纹识别\";\n },\n fingerprint: function fingerprint() {\n //\n // if (!plus.fingerprint.isSupport()) {\n // \tuni.showToast({\n // \t\ttitle: 'This device does not support fingerprint identification',\n // \t\ticon: 'none',\n // \t\tduration: 1500\n // \t})\n // \t// this.disabled = true;\n // } else if (!plus.fingerprint.isKeyguardSecure()) {\n // \tuni.showToast({\n // \t\ttitle: 'This device does not support fingerprint identification',\n // \t\ticon: 'none',\n // \t\tduration: 1500\n // \t})\n\n // } else if (!plus.fingerprint.isEnrolledFingerprints()) {\n // \tuni.showToast({\n // \t\ttitle: 'There is no fingerprint entered in this device. Please turn it on in the setting',\n // \t\ticon: 'none',\n // \t\tduration: 1500\n // \t})\n // \t// this.disabled = true;\n // } else {\n // \t// this.result = '此设备支持指纹识别';\n // \t// // this.disabled = false;\n //\n\n\n\n //\n\n\n\n\n // \tlet that=this;\n //\n // \tplus.fingerprint.authenticate(function() {\n // \t\tplus.nativeUI.closeWaiting(); //兼容Android平台关闭等待框\n // \t\tthat.show=false;\n // \t\tthat.result='指纹识别成功'\n // \t\t//plus.nativeUI.alert('指纹识别成功');\n // \t}, function(e) {\n // \t\tswitch (e.code) {\n // \t\t\tcase e.AUTHENTICATE_MISMATCH:\n // \t\t\t\tplus.nativeUI.toast('指纹匹配失败,请重新输入');\n // \t\t\t\tbreak;\n // \t\t\tcase e.AUTHENTICATE_OVERLIMIT:\n // \t\t\t\tplus.nativeUI.closeWaiting(); //兼容Android平台关闭等待框\n // \t\t\t\tplus.nativeUI.alert('指纹识别失败次数超出限制,请使用其它方式进行认证');\n // \t\t\t\tbreak;\n // \t\t\tcase e.CANCEL:\n // \t\t\t\tplus.nativeUI.toast('已取消识别');\n // \t\t\t\tbreak;\n // \t\t\tdefault:\n // \t\t\t\tplus.nativeUI.closeWaiting(); //兼容Android平台关闭等待框\n // \t\t\t\tplus.nativeUI.alert('指纹识别失败,请重试');\n // \t\t\t\tbreak;\n // \t\t}\n // \t});\n // \t// Android平台手动弹出等待提示框 \n // \tif ('Android' == plus.os.name) {\n // \t\tthis.show=true;\n // \t\t/* plus.nativeUI.showWaiting('指纹识别中...').onclose = function() {\n // \t\t\tplus.fingerprint.cancel();\n // \t\t} */\n // \t}\n //\n\n //\n\n\n\n\n\n\n\n\n\n\n\n\n\n // }\n //\n\n this.$walletUtil.fingerprint();\n } } };exports.default = _default;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vcGFnZXMvbWVudS9pbmRleC9pbmRleC52dWUiXSwibmFtZXMiOlsiZGF0YSIsInJlc3VsdCIsImRpc2FibGVkIiwic2hvdyIsIm9uTG9hZCIsIm1ldGhvZHMiLCJwcmludENhbmNlbCIsInBsdXMiLCJmaW5nZXJwcmludCIsImNhbmNlbCIsIiR3YWxsZXRVdGlsIl0sIm1hcHBpbmdzIjoid0ZBQUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRWU7QUFDZEEsTUFEYyxrQkFDUDtBQUNOLFdBQU87QUFDTkMsWUFBTSxFQUFFLEVBREY7QUFFTkMsY0FBUSxFQUFDLElBRkg7QUFHTkMsVUFBSSxFQUFDLEtBSEMsRUFBUDs7QUFLQSxHQVBhO0FBUWRDLFFBUmMsb0JBUUw7O0FBRVIsR0FWYTtBQVdkQyxTQUFPLEVBQUU7QUFDUkMsZUFBVyxFQUFDLHVCQUFVO0FBQ3JCQyxVQUFJLENBQUNDLFdBQUwsQ0FBaUJDLE1BQWpCO0FBQ0EsV0FBS1IsTUFBTCxHQUFZLFFBQVo7QUFDQSxLQUpPO0FBS1JPLGVBQVcsRUFBRSx1QkFBVztBQUN2QjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7Ozs7QUFJQTs7Ozs7QUFLQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7Ozs7Ozs7Ozs7Ozs7O0FBY0E7QUFDQTs7QUFFQSxXQUFLRSxXQUFMLENBQWlCRixXQUFqQjtBQUNBLEtBNUZPLEVBWEssRSIsImZpbGUiOiI2LmpzIiwic291cmNlc0NvbnRlbnQiOlsiLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cblxuZXhwb3J0IGRlZmF1bHQge1xuXHRkYXRhKCkge1xuXHRcdHJldHVybiB7XG5cdFx0XHRyZXN1bHQ6ICcnLFxuXHRcdFx0ZGlzYWJsZWQ6dHJ1ZSxcblx0XHRcdHNob3c6ZmFsc2UsXG5cdFx0fVxuXHR9LFxuXHRvbkxvYWQoKSB7XG5cdFxuXHR9LFxuXHRtZXRob2RzOiB7XG5cdFx0cHJpbnRDYW5jZWw6ZnVuY3Rpb24oKXtcblx0XHRcdHBsdXMuZmluZ2VycHJpbnQuY2FuY2VsKCk7XG5cdFx0XHR0aGlzLnJlc3VsdD1cIuWBnOatouaMh+e6ueivhuWIq1wiXG5cdFx0fSxcblx0XHRmaW5nZXJwcmludDogZnVuY3Rpb24oKSB7XG5cdFx0XHQvL1xuXHRcdFx0Ly8gaWYgKCFwbHVzLmZpbmdlcnByaW50LmlzU3VwcG9ydCgpKSB7XG5cdFx0XHQvLyBcdHVuaS5zaG93VG9hc3Qoe1xuXHRcdFx0Ly8gXHRcdHRpdGxlOiAnVGhpcyBkZXZpY2UgZG9lcyBub3Qgc3VwcG9ydCBmaW5nZXJwcmludCBpZGVudGlmaWNhdGlvbicsXG5cdFx0XHQvLyBcdFx0aWNvbjogJ25vbmUnLFxuXHRcdFx0Ly8gXHRcdGR1cmF0aW9uOiAxNTAwXG5cdFx0XHQvLyBcdH0pXG5cdFx0XHQvLyBcdC8vIHRoaXMuZGlzYWJsZWQgPSB0cnVlO1xuXHRcdFx0Ly8gfSBlbHNlIGlmICghcGx1cy5maW5nZXJwcmludC5pc0tleWd1YXJkU2VjdXJlKCkpIHtcblx0XHRcdC8vIFx0dW5pLnNob3dUb2FzdCh7XG5cdFx0XHQvLyBcdFx0dGl0bGU6ICdUaGlzIGRldmljZSBkb2VzIG5vdCBzdXBwb3J0IGZpbmdlcnByaW50IGlkZW50aWZpY2F0aW9uJyxcblx0XHRcdC8vIFx0XHRpY29uOiAnbm9uZScsXG5cdFx0XHQvLyBcdFx0ZHVyYXRpb246IDE1MDBcblx0XHRcdC8vIFx0fSlcblx0XHRcdFxuXHRcdFx0Ly8gfSBlbHNlIGlmICghcGx1cy5maW5nZXJwcmludC5pc0Vucm9sbGVkRmluZ2VycHJpbnRzKCkpIHtcblx0XHRcdC8vIFx0dW5pLnNob3dUb2FzdCh7XG5cdFx0XHQvLyBcdFx0dGl0bGU6ICdUaGVyZSBpcyBubyBmaW5nZXJwcmludCBlbnRlcmVkIGluIHRoaXMgZGV2aWNlLiBQbGVhc2UgdHVybiBpdCBvbiBpbiB0aGUgc2V0dGluZycsXG5cdFx0XHQvLyBcdFx0aWNvbjogJ25vbmUnLFxuXHRcdFx0Ly8gXHRcdGR1cmF0aW9uOiAxNTAwXG5cdFx0XHQvLyBcdH0pXG5cdFx0XHQvLyBcdC8vIHRoaXMuZGlzYWJsZWQgPSB0cnVlO1xuXHRcdFx0Ly8gfSBlbHNlIHtcblx0XHRcdC8vIFx0Ly8gdGhpcy5yZXN1bHQgPSAn5q2k6K6+5aSH5pSv5oyB5oyH57q56K+G5YirJztcblx0XHRcdC8vIFx0Ly8gLy8gdGhpcy5kaXNhYmxlZCA9IGZhbHNlO1xuXHRcdFx0Ly9cblxuXG5cblx0XHRcdC8vXG5cblxuXHRcdFx0XHRcblx0XHRcdFx0XG5cdFx0XHQvLyBcdGxldCB0aGF0PXRoaXM7XG5cdFx0XHQvL1xuXHRcdFx0Ly8gXHRwbHVzLmZpbmdlcnByaW50LmF1dGhlbnRpY2F0ZShmdW5jdGlvbigpIHtcblx0XHRcdC8vIFx0XHRwbHVzLm5hdGl2ZVVJLmNsb3NlV2FpdGluZygpOyAvL+WFvOWuuUFuZHJvaWTlubPlj7DlhbPpl63nrYnlvoXmoYZcblx0XHRcdC8vIFx0XHR0aGF0LnNob3c9ZmFsc2U7XG5cdFx0XHQvLyBcdFx0dGhhdC5yZXN1bHQ9J+aMh+e6ueivhuWIq+aIkOWKnydcblx0XHRcdC8vIFx0XHQvL3BsdXMubmF0aXZlVUkuYWxlcnQoJ+aMh+e6ueivhuWIq+aIkOWKnycpO1xuXHRcdFx0Ly8gXHR9LCBmdW5jdGlvbihlKSB7XG5cdFx0XHQvLyBcdFx0c3dpdGNoIChlLmNvZGUpIHtcblx0XHRcdC8vIFx0XHRcdGNhc2UgZS5BVVRIRU5USUNBVEVfTUlTTUFUQ0g6XG5cdFx0XHQvLyBcdFx0XHRcdHBsdXMubmF0aXZlVUkudG9hc3QoJ+aMh+e6ueWMuemFjeWksei0pe+8jOivt+mHjeaWsOi+k+WFpScpO1xuXHRcdFx0Ly8gXHRcdFx0XHRicmVhaztcblx0XHRcdC8vIFx0XHRcdGNhc2UgZS5BVVRIRU5USUNBVEVfT1ZFUkxJTUlUOlxuXHRcdFx0Ly8gXHRcdFx0XHRwbHVzLm5hdGl2ZVVJLmNsb3NlV2FpdGluZygpOyAvL+WFvOWuuUFuZHJvaWTlubPlj7DlhbPpl63nrYnlvoXmoYZcblx0XHRcdC8vIFx0XHRcdFx0cGx1cy5uYXRpdmVVSS5hbGVydCgn5oyH57q56K+G5Yir5aSx6LSl5qyh5pWw6LaF5Ye66ZmQ5Yi277yM6K+35L2/55So5YW25a6D5pa55byP6L+b6KGM6K6k6K+BJyk7XG5cdFx0XHQvLyBcdFx0XHRcdGJyZWFrO1xuXHRcdFx0Ly8gXHRcdFx0Y2FzZSBlLkNBTkNFTDpcblx0XHRcdC8vIFx0XHRcdFx0cGx1cy5uYXRpdmVVSS50b2FzdCgn5bey5Y+W5raI6K+G5YirJyk7XG5cdFx0XHQvLyBcdFx0XHRcdGJyZWFrO1xuXHRcdFx0Ly8gXHRcdFx0ZGVmYXVsdDpcblx0XHRcdC8vIFx0XHRcdFx0cGx1cy5uYXRpdmVVSS5jbG9zZVdhaXRpbmcoKTsgLy/lhbzlrrlBbmRyb2lk5bmz5Y+w5YWz6Zet562J5b6F5qGGXG5cdFx0XHQvLyBcdFx0XHRcdHBsdXMubmF0aXZlVUkuYWxlcnQoJ+aMh+e6ueivhuWIq+Wksei0pe+8jOivt+mHjeivlScpO1xuXHRcdFx0Ly8gXHRcdFx0XHRicmVhaztcblx0XHRcdC8vIFx0XHR9XG5cdFx0XHQvLyBcdH0pO1xuXHRcdFx0Ly8gXHQvLyBBbmRyb2lk5bmz5Y+w5omL5Yqo5by55Ye6562J5b6F5o+Q56S65qGGIFxuXHRcdFx0Ly8gXHRpZiAoJ0FuZHJvaWQnID09IHBsdXMub3MubmFtZSkge1xuXHRcdFx0Ly8gXHRcdHRoaXMuc2hvdz10cnVlO1xuXHRcdFx0Ly8gXHRcdC8qIHBsdXMubmF0aXZlVUkuc2hvd1dhaXRpbmcoJ+aMh+e6ueivhuWIq+S4rS4uLicpLm9uY2xvc2UgPSBmdW5jdGlvbigpIHtcblx0XHRcdC8vIFx0XHRcdHBsdXMuZmluZ2VycHJpbnQuY2FuY2VsKCk7XG5cdFx0XHQvLyBcdFx0fSAqL1xuXHRcdFx0Ly8gXHR9XG5cdFx0XHQvL1xuXHRcdFx0XHRcblx0XHRcdC8vXG5cblxuXG5cblxuXG5cblxuXG5cblxuXG5cblx0XHRcdC8vIH1cblx0XHRcdC8vXG5cdFx0XHRcblx0ICB0aGlzLiR3YWxsZXRVdGlsLmZpbmdlcnByaW50KClcblx0XHR9LFxuXHR9XG59XG4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///6\n");
-
-/***/ }),
-/* 7 */
-/*!**********************************************************************************************************!*\
- !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js ***!
- \**********************************************************************************************************/
-/*! exports provided: default */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return normalizeComponent; });
-/* globals __VUE_SSR_CONTEXT__ */
-
-// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).
-// This module is a runtime utility for cleaner component module output and will
-// be included in the final webpack user bundle.
-
-function normalizeComponent (
- scriptExports,
- render,
- staticRenderFns,
- functionalTemplate,
- injectStyles,
- scopeId,
- moduleIdentifier, /* server only */
- shadowMode, /* vue-cli only */
- components, // fixed by xxxxxx auto components
- renderjs // fixed by xxxxxx renderjs
-) {
- // Vue.extend constructor export interop
- var options = typeof scriptExports === 'function'
- ? scriptExports.options
- : scriptExports
-
- // fixed by xxxxxx auto components
- if (components) {
- if (!options.components) {
- options.components = {}
- }
- var hasOwn = Object.prototype.hasOwnProperty
- for (var name in components) {
- if (hasOwn.call(components, name) && !hasOwn.call(options.components, name)) {
- options.components[name] = components[name]
- }
- }
- }
- // fixed by xxxxxx renderjs
- if (renderjs) {
- (renderjs.beforeCreate || (renderjs.beforeCreate = [])).unshift(function() {
- this[renderjs.__module] = this
- });
- (options.mixins || (options.mixins = [])).push(renderjs)
- }
-
- // render functions
- if (render) {
- options.render = render
- options.staticRenderFns = staticRenderFns
- options._compiled = true
- }
-
- // functional template
- if (functionalTemplate) {
- options.functional = true
- }
-
- // scopedId
- if (scopeId) {
- options._scopeId = 'data-v-' + scopeId
- }
-
- var hook
- if (moduleIdentifier) { // server build
- hook = function (context) {
- // 2.3 injection
- context =
- context || // cached call
- (this.$vnode && this.$vnode.ssrContext) || // stateful
- (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional
- // 2.2 with runInNewContext: true
- if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
- context = __VUE_SSR_CONTEXT__
- }
- // inject component styles
- if (injectStyles) {
- injectStyles.call(this, context)
- }
- // register component module identifier for async chunk inferrence
- if (context && context._registeredComponents) {
- context._registeredComponents.add(moduleIdentifier)
- }
- }
- // used by ssr in case component is cached and beforeCreate
- // never gets called
- options._ssrRegister = hook
- } else if (injectStyles) {
- hook = shadowMode
- ? function () { injectStyles.call(this, this.$root.$options.shadowRoot) }
- : injectStyles
- }
-
- if (hook) {
- if (options.functional) {
- // for template-only hot-reload because in that case the render fn doesn't
- // go through the normalizer
- options._injectStyles = hook
- // register for functioal component in vue file
- var originalRender = options.render
- options.render = function renderWithStyleInjection (h, context) {
- hook.call(context)
- return originalRender(h, context)
- }
- } else {
- // inject component registration as beforeCreate hook
- var existing = options.beforeCreate
- options.beforeCreate = existing
- ? [].concat(existing, hook)
- : [hook]
- }
- }
-
- return {
- exports: scriptExports,
- options: options
- }
-}
-
-
-/***/ }),
-/* 8 */
-/*!**********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/register/index.vue?mpType=page ***!
- \**********************************************************************************/
-/*! no static exports found */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_6ce86a22_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=6ce86a22&mpType=page */ 9);\n/* harmony import */ var _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js&mpType=page */ 31);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 7);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_6ce86a22_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_6ce86a22_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n null,\n null,\n false,\n _index_vue_vue_type_template_id_6ce86a22_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/register/index.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBNkg7QUFDN0g7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ2dLO0FBQ2hLLGdCQUFnQiw2S0FBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSwyRkFBTTtBQUNSLEVBQUUsb0dBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsK0ZBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiOC5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IHJlbmRlciwgc3RhdGljUmVuZGVyRm5zLCByZWN5Y2xhYmxlUmVuZGVyLCBjb21wb25lbnRzIH0gZnJvbSBcIi4vaW5kZXgudnVlP3Z1ZSZ0eXBlPXRlbXBsYXRlJmlkPTZjZTg2YTIyJm1wVHlwZT1wYWdlXCJcbnZhciByZW5kZXJqc1xuaW1wb3J0IHNjcmlwdCBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuZXhwb3J0ICogZnJvbSBcIi4vaW5kZXgudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJm1wVHlwZT1wYWdlXCJcblxuXG4vKiBub3JtYWxpemUgY29tcG9uZW50ICovXG5pbXBvcnQgbm9ybWFsaXplciBmcm9tIFwiIS4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvdnVlLWxvYWRlci9saWIvcnVudGltZS9jb21wb25lbnROb3JtYWxpemVyLmpzXCJcbnZhciBjb21wb25lbnQgPSBub3JtYWxpemVyKFxuICBzY3JpcHQsXG4gIHJlbmRlcixcbiAgc3RhdGljUmVuZGVyRm5zLFxuICBmYWxzZSxcbiAgbnVsbCxcbiAgbnVsbCxcbiAgbnVsbCxcbiAgZmFsc2UsXG4gIGNvbXBvbmVudHMsXG4gIHJlbmRlcmpzXG4pXG5cbmNvbXBvbmVudC5vcHRpb25zLl9fZmlsZSA9IFwicGFnZXMvcmVnaXN0ZXIvaW5kZXgudnVlXCJcbmV4cG9ydCBkZWZhdWx0IGNvbXBvbmVudC5leHBvcnRzIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///8\n");
-
-/***/ }),
-/* 9 */
-/*!****************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/register/index.vue?vue&type=template&id=6ce86a22&mpType=page ***!
- \****************************************************************************************************************/
-/*! exports provided: render, staticRenderFns, recyclableRender, components */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_6ce86a22_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=6ce86a22&mpType=page */ 10);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_6ce86a22_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_6ce86a22_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_6ce86a22_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_6ce86a22_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
-
-
-
-/***/ }),
-/* 10 */
-/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/pages/register/index.vue?vue&type=template&id=6ce86a22&mpType=page ***!
- \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/pages/register/index.vue?vue&type=template&id=6ce86a22&mpType=page ***!
+ \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
@@ -416,9 +136,9 @@ __webpack_require__.r(__webpack_exports__);
var components
try {
components = {
- uCheckboxGroup: __webpack_require__(/*! @/uview-ui/components/u-checkbox-group/u-checkbox-group.vue */ 11)
+ uCheckboxGroup: __webpack_require__(/*! @/uview-ui/components/u-checkbox-group/u-checkbox-group.vue */ 5)
.default,
- uCheckbox: __webpack_require__(/*! @/uview-ui/components/u-checkbox/u-checkbox.vue */ 17)
+ uCheckbox: __webpack_require__(/*! @/uview-ui/components/u-checkbox/u-checkbox.vue */ 12)
.default
}
} catch (e) {
@@ -477,7 +197,7 @@ var render = function() {
src: _vm._$s(
5,
"a-src",
- __webpack_require__(/*! ../../static/tongyonh/phone_image.png */ 27)
+ __webpack_require__(/*! ../../static/tongyonh/phone_image.png */ 22)
),
_i: 5
}
@@ -516,7 +236,7 @@ var render = function() {
src: _vm._$s(
11,
"a-src",
- __webpack_require__(/*! ../../static/tongyonh/phone_image.png */ 27)
+ __webpack_require__(/*! ../../static/tongyonh/phone_image.png */ 22)
),
_i: 11
}
@@ -577,7 +297,7 @@ var render = function() {
src: _vm._$s(
20,
"a-src",
- __webpack_require__(/*! ../../static/tongyonh/create_wallet.png */ 28)
+ __webpack_require__(/*! ../../static/tongyonh/create_wallet.png */ 23)
),
_i: 20
}
@@ -607,7 +327,7 @@ var render = function() {
src: _vm._$s(
24,
"a-src",
- __webpack_require__(/*! ../../static/tongyonh/chevron_right_24px.png */ 29)
+ __webpack_require__(/*! ../../static/tongyonh/chevron_right_24px.png */ 24)
),
_i: 24
}
@@ -637,7 +357,7 @@ var render = function() {
src: _vm._$s(
27,
"a-src",
- __webpack_require__(/*! ../../static/tongyonh/login_wallet.png */ 30)
+ __webpack_require__(/*! ../../static/tongyonh/login_wallet.png */ 25)
),
_i: 27
}
@@ -667,7 +387,7 @@ var render = function() {
src: _vm._$s(
31,
"a-src",
- __webpack_require__(/*! ../../static/tongyonh/chevron_right_24px.png */ 29)
+ __webpack_require__(/*! ../../static/tongyonh/chevron_right_24px.png */ 24)
),
_i: 31
}
@@ -747,42 +467,42 @@ render._withStripped = true
/***/ }),
-/* 11 */
-/*!*******************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-checkbox-group/u-checkbox-group.vue ***!
- \*******************************************************************************************************/
+/* 5 */
+/*!*********************************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-checkbox-group/u-checkbox-group.vue ***!
+ \*********************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _u_checkbox_group_vue_vue_type_template_id_703eade0_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./u-checkbox-group.vue?vue&type=template&id=703eade0&scoped=true& */ 12);\n/* harmony import */ var _u_checkbox_group_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./u-checkbox-group.vue?vue&type=script&lang=js& */ 14);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _u_checkbox_group_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _u_checkbox_group_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 7);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _u_checkbox_group_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _u_checkbox_group_vue_vue_type_template_id_703eade0_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _u_checkbox_group_vue_vue_type_template_id_703eade0_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"703eade0\",\n null,\n false,\n _u_checkbox_group_vue_vue_type_template_id_703eade0_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"uview-ui/components/u-checkbox-group/u-checkbox-group.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBeUk7QUFDekk7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ21LO0FBQ25LLGdCQUFnQiw2S0FBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSx1R0FBTTtBQUNSLEVBQUUsZ0hBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsMkdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiMTEuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyByZW5kZXIsIHN0YXRpY1JlbmRlckZucywgcmVjeWNsYWJsZVJlbmRlciwgY29tcG9uZW50cyB9IGZyb20gXCIuL3UtY2hlY2tib3gtZ3JvdXAudnVlP3Z1ZSZ0eXBlPXRlbXBsYXRlJmlkPTcwM2VhZGUwJnNjb3BlZD10cnVlJlwiXG52YXIgcmVuZGVyanNcbmltcG9ydCBzY3JpcHQgZnJvbSBcIi4vdS1jaGVja2JveC1ncm91cC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmXCJcbmV4cG9ydCAqIGZyb20gXCIuL3UtY2hlY2tib3gtZ3JvdXAudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiXG5cblxuLyogbm9ybWFsaXplIGNvbXBvbmVudCAqL1xuaW1wb3J0IG5vcm1hbGl6ZXIgZnJvbSBcIiEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL3J1bnRpbWUvY29tcG9uZW50Tm9ybWFsaXplci5qc1wiXG52YXIgY29tcG9uZW50ID0gbm9ybWFsaXplcihcbiAgc2NyaXB0LFxuICByZW5kZXIsXG4gIHN0YXRpY1JlbmRlckZucyxcbiAgZmFsc2UsXG4gIG51bGwsXG4gIFwiNzAzZWFkZTBcIixcbiAgbnVsbCxcbiAgZmFsc2UsXG4gIGNvbXBvbmVudHMsXG4gIHJlbmRlcmpzXG4pXG5cbmNvbXBvbmVudC5vcHRpb25zLl9fZmlsZSA9IFwidXZpZXctdWkvY29tcG9uZW50cy91LWNoZWNrYm94LWdyb3VwL3UtY2hlY2tib3gtZ3JvdXAudnVlXCJcbmV4cG9ydCBkZWZhdWx0IGNvbXBvbmVudC5leHBvcnRzIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///11\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _u_checkbox_group_vue_vue_type_template_id_703eade0_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./u-checkbox-group.vue?vue&type=template&id=703eade0&scoped=true& */ 6);\n/* harmony import */ var _u_checkbox_group_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./u-checkbox-group.vue?vue&type=script&lang=js& */ 8);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _u_checkbox_group_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _u_checkbox_group_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _u_checkbox_group_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _u_checkbox_group_vue_vue_type_template_id_703eade0_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _u_checkbox_group_vue_vue_type_template_id_703eade0_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"703eade0\",\n null,\n false,\n _u_checkbox_group_vue_vue_type_template_id_703eade0_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"uview-ui/components/u-checkbox-group/u-checkbox-group.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBeUk7QUFDekk7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSx1R0FBTTtBQUNSLEVBQUUsZ0hBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsMkdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNS5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IHJlbmRlciwgc3RhdGljUmVuZGVyRm5zLCByZWN5Y2xhYmxlUmVuZGVyLCBjb21wb25lbnRzIH0gZnJvbSBcIi4vdS1jaGVja2JveC1ncm91cC52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9NzAzZWFkZTAmc2NvcGVkPXRydWUmXCJcbnZhciByZW5kZXJqc1xuaW1wb3J0IHNjcmlwdCBmcm9tIFwiLi91LWNoZWNrYm94LWdyb3VwLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuZXhwb3J0ICogZnJvbSBcIi4vdS1jaGVja2JveC1ncm91cC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmXCJcblxuXG4vKiBub3JtYWxpemUgY29tcG9uZW50ICovXG5pbXBvcnQgbm9ybWFsaXplciBmcm9tIFwiIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcQGRjbG91ZGlvXFxcXHZ1ZS1jbGktcGx1Z2luLXVuaVxcXFxwYWNrYWdlc1xcXFx2dWUtbG9hZGVyXFxcXGxpYlxcXFxydW50aW1lXFxcXGNvbXBvbmVudE5vcm1hbGl6ZXIuanNcIlxudmFyIGNvbXBvbmVudCA9IG5vcm1hbGl6ZXIoXG4gIHNjcmlwdCxcbiAgcmVuZGVyLFxuICBzdGF0aWNSZW5kZXJGbnMsXG4gIGZhbHNlLFxuICBudWxsLFxuICBcIjcwM2VhZGUwXCIsXG4gIG51bGwsXG4gIGZhbHNlLFxuICBjb21wb25lbnRzLFxuICByZW5kZXJqc1xuKVxuXG5jb21wb25lbnQub3B0aW9ucy5fX2ZpbGUgPSBcInV2aWV3LXVpL2NvbXBvbmVudHMvdS1jaGVja2JveC1ncm91cC91LWNoZWNrYm94LWdyb3VwLnZ1ZVwiXG5leHBvcnQgZGVmYXVsdCBjb21wb25lbnQuZXhwb3J0cyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///5\n");
/***/ }),
-/* 12 */
-/*!**************************************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-checkbox-group/u-checkbox-group.vue?vue&type=template&id=703eade0&scoped=true& ***!
- \**************************************************************************************************************************************************/
+/* 6 */
+/*!****************************************************************************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-checkbox-group/u-checkbox-group.vue?vue&type=template&id=703eade0&scoped=true& ***!
+ \****************************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
-/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_group_vue_vue_type_template_id_703eade0_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-checkbox-group.vue?vue&type=template&id=703eade0&scoped=true& */ 13);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_group_vue_vue_type_template_id_703eade0_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_group_vue_vue_type_template_id_703eade0_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-checkbox-group.vue?vue&type=template&id=703eade0&scoped=true& */ 7);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_group_vue_vue_type_template_id_703eade0_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_group_vue_vue_type_template_id_703eade0_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_group_vue_vue_type_template_id_703eade0_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_group_vue_vue_type_template_id_703eade0_scoped_true___WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_group_vue_vue_type_template_id_703eade0_scoped_true___WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_group_vue_vue_type_template_id_703eade0_scoped_true___WEBPACK_IMPORTED_MODULE_0__["components"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_group_vue_vue_type_template_id_703eade0_scoped_true___WEBPACK_IMPORTED_MODULE_0__["components"]; });
/***/ }),
-/* 13 */
-/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-checkbox-group/u-checkbox-group.vue?vue&type=template&id=703eade0&scoped=true& ***!
- \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 7 */
+/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/uview-ui/components/u-checkbox-group/u-checkbox-group.vue?vue&type=template&id=703eade0&scoped=true& ***!
+ \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
@@ -814,75 +534,203 @@ render._withStripped = true
/***/ }),
-/* 14 */
-/*!********************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-checkbox-group/u-checkbox-group.vue?vue&type=script&lang=js& ***!
- \********************************************************************************************************************************/
+/* 8 */
+/*!**********************************************************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-checkbox-group/u-checkbox-group.vue?vue&type=script&lang=js& ***!
+ \**********************************************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_group_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-checkbox-group.vue?vue&type=script&lang=js& */ 15);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_group_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_group_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_group_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_group_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_group_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQTRpQixDQUFnQixza0JBQUcsRUFBQyIsImZpbGUiOiIxNC5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBtb2QgZnJvbSBcIi0hLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvYmFiZWwtbG9hZGVyL2xpYi9pbmRleC5qcyEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stcHJlcHJvY2Vzcy1sb2FkZXIvaW5kZXguanM/P3JlZi0tNi0xIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvd2VicGFjay11bmktYXBwLWxvYWRlci91c2luZy1jb21wb25lbnRzLmpzIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvdnVlLWxvYWRlci9saWIvaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL3UtY2hlY2tib3gtZ3JvdXAudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiOyBleHBvcnQgZGVmYXVsdCBtb2Q7IGV4cG9ydCAqIGZyb20gXCItIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL2JhYmVsLWxvYWRlci9saWIvaW5kZXguanMhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyL2luZGV4LmpzPz9yZWYtLTYtMSEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stdW5pLWFwcC1sb2FkZXIvdXNpbmctY29tcG9uZW50cy5qcyEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL2luZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi91LWNoZWNrYm94LWdyb3VwLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///14\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_group_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-checkbox-group.vue?vue&type=script&lang=js& */ 9);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_group_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_group_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_group_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_group_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_group_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQXVtQixDQUFnQixzb0JBQUcsRUFBQyIsImZpbGUiOiI4LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IG1vZCBmcm9tIFwiLSFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXGJhYmVsLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanMhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stcHJlcHJvY2Vzcy1sb2FkZXJcXFxcaW5kZXguanM/P3JlZi0tNi0xIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcQGRjbG91ZGlvXFxcXHZ1ZS1jbGktcGx1Z2luLXVuaVxcXFxwYWNrYWdlc1xcXFx3ZWJwYWNrLXVuaS1hcHAtbG9hZGVyXFxcXHVzaW5nLWNvbXBvbmVudHMuanMhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXGluZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi91LWNoZWNrYm94LWdyb3VwLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIjsgZXhwb3J0IGRlZmF1bHQgbW9kOyBleHBvcnQgKiBmcm9tIFwiLSFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXGJhYmVsLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanMhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stcHJlcHJvY2Vzcy1sb2FkZXJcXFxcaW5kZXguanM/P3JlZi0tNi0xIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcQGRjbG91ZGlvXFxcXHZ1ZS1jbGktcGx1Z2luLXVuaVxcXFxwYWNrYWdlc1xcXFx3ZWJwYWNrLXVuaS1hcHAtbG9hZGVyXFxcXHVzaW5nLWNvbXBvbmVudHMuanMhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXGluZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi91LWNoZWNrYm94LWdyb3VwLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///8\n");
/***/ }),
-/* 15 */
-/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-checkbox-group/u-checkbox-group.vue?vue&type=script&lang=js& ***!
- \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 9 */
+/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/uview-ui/components/u-checkbox-group/u-checkbox-group.vue?vue&type=script&lang=js& ***!
+ \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;\n\n\n\n\n\n\nvar _emitter = _interopRequireDefault(__webpack_require__(/*! ../../libs/util/emitter.js */ 16));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };} //\n//\n//\n//\n//\n//\n/**\n * checkboxGroup 开关选择器父组件Group\n * @description 复选框组件一般用于需要多个选择的场景,该组件功能完整,使用方便\n * @tutorial https://www.uviewui.com/components/checkbox.html\n * @property {String Number} max 最多能选中多少个checkbox(默认999)\n * @property {String Number} size 组件整体的大小,单位rpx(默认40)\n * @property {Boolean} disabled 是否禁用所有checkbox(默认false)\n * @property {String Number} icon-size 图标大小,单位rpx(默认20)\n * @property {Boolean} label-disabled 是否禁止点击文本操作checkbox(默认false)\n * @property {String} width 宽度,需带单位\n * @property {String} width 宽度,需带单位\n * @property {String} shape 外观形状,shape-方形,circle-圆形(默认circle)\n * @property {Boolean} wrap 是否每个checkbox都换行(默认false)\n * @property {String} active-color 选中时的颜色,应用到所有子Checkbox组件(默认#2979ff)\n * @event {Function} change 任一个checkbox状态发生变化时触发,回调为一个对象\n * @example \n */var _default = { name: 'u-checkbox-group', mixins: [_emitter.default], props: { // 最多能选中多少个checkbox\n max: {\n type: [Number, String],\n default: 999 },\n\n // 所有选中项的 name\n // value: {\n // \tdefault: Array,\n // \tdefault() {\n // \t\treturn []\n // \t}\n // },\n // 是否禁用所有复选框\n disabled: {\n type: Boolean,\n default: false },\n\n // 在表单内提交时的标识符\n name: {\n type: [Boolean, String],\n default: '' },\n\n // 是否禁止点击提示语选中复选框\n labelDisabled: {\n type: Boolean,\n default: false },\n\n // 形状,square为方形,circle为原型\n shape: {\n type: String,\n default: 'square' },\n\n // 选中状态下的颜色\n activeColor: {\n type: String,\n default: '#2979ff' },\n\n // 组件的整体大小\n size: {\n type: [String, Number],\n default: 34 },\n\n // 每个checkbox占u-checkbox-group的宽度\n width: {\n type: String,\n default: 'auto' },\n\n // 是否每个checkbox都换行\n wrap: {\n type: Boolean,\n default: false },\n\n // 图标的大小,单位rpx\n iconSize: {\n type: [String, Number],\n default: 20 } },\n\n\n data: function data() {\n return {};\n\n },\n created: function created() {\n // 如果将children定义在data中,在微信小程序会造成循环引用而报错\n this.children = [];\n },\n methods: {\n emitEvent: function emitEvent() {var _this = this;\n var values = [];\n this.children.map(function (val) {\n if (val.value) values.push(val.name);\n });\n this.$emit('change', values);\n // 发出事件,用于在表单组件中嵌入checkbox的情况,进行验证\n // 由于头条小程序执行迟钝,故需要用几十毫秒的延时\n setTimeout(function () {\n // 将当前的值发送到 u-form-item 进行校验\n _this.dispatch('u-form-item', 'on-form-change', values);\n }, 60);\n } } };exports.default = _default;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXZpZXctdWkvY29tcG9uZW50cy91LWNoZWNrYm94LWdyb3VwL3UtY2hlY2tib3gtZ3JvdXAudnVlIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7QUFPQSxpRzs7Ozs7O0FBQ0E7Ozs7Ozs7Ozs7Ozs7Ozs7a0JBaUJBLEVBQ0Esd0JBREEsRUFFQSwwQkFGQSxFQUdBLFNBQ0E7QUFDQTtBQUNBLDRCQURBO0FBRUEsa0JBRkEsRUFGQTs7QUFNQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxtQkFEQTtBQUVBLG9CQUZBLEVBZEE7O0FBa0JBO0FBQ0E7QUFDQSw2QkFEQTtBQUVBLGlCQUZBLEVBbkJBOztBQXVCQTtBQUNBO0FBQ0EsbUJBREE7QUFFQSxvQkFGQSxFQXhCQTs7QUE0QkE7QUFDQTtBQUNBLGtCQURBO0FBRUEsdUJBRkEsRUE3QkE7O0FBaUNBO0FBQ0E7QUFDQSxrQkFEQTtBQUVBLHdCQUZBLEVBbENBOztBQXNDQTtBQUNBO0FBQ0EsNEJBREE7QUFFQSxpQkFGQSxFQXZDQTs7QUEyQ0E7QUFDQTtBQUNBLGtCQURBO0FBRUEscUJBRkEsRUE1Q0E7O0FBZ0RBO0FBQ0E7QUFDQSxtQkFEQTtBQUVBLG9CQUZBLEVBakRBOztBQXFEQTtBQUNBO0FBQ0EsNEJBREE7QUFFQSxpQkFGQSxFQXREQSxFQUhBOzs7QUE4REEsTUE5REEsa0JBOERBO0FBQ0E7O0FBRUEsR0FqRUE7QUFrRUEsU0FsRUEscUJBa0VBO0FBQ0E7QUFDQTtBQUNBLEdBckVBO0FBc0VBO0FBQ0EsYUFEQSx1QkFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE9BRkE7QUFHQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxPQUhBLEVBR0EsRUFIQTtBQUlBLEtBYkEsRUF0RUEsRSIsImZpbGUiOiIxNS5qcyIsInNvdXJjZXNDb250ZW50IjpbIjx0ZW1wbGF0ZT5cclxuXHQ8dmlldyBjbGFzcz1cInUtY2hlY2tib3gtZ3JvdXAgdS1jbGVhcmZpeFwiPlxyXG5cdFx0PHNsb3Q+PC9zbG90PlxyXG5cdDwvdmlldz5cclxuPC90ZW1wbGF0ZT5cclxuXHJcbjxzY3JpcHQ+XHJcblx0aW1wb3J0IEVtaXR0ZXIgZnJvbSAnLi4vLi4vbGlicy91dGlsL2VtaXR0ZXIuanMnO1xyXG5cdC8qKlxyXG5cdCAqIGNoZWNrYm94R3JvdXAg5byA5YWz6YCJ5oup5Zmo54i257uE5Lu2R3JvdXBcclxuXHQgKiBAZGVzY3JpcHRpb24g5aSN6YCJ5qGG57uE5Lu25LiA6Iis55So5LqO6ZyA6KaB5aSa5Liq6YCJ5oup55qE5Zy65pmv77yM6K+l57uE5Lu25Yqf6IO95a6M5pW077yM5L2/55So5pa55L6/XHJcblx0ICogQHR1dG9yaWFsIGh0dHBzOi8vd3d3LnV2aWV3dWkuY29tL2NvbXBvbmVudHMvY2hlY2tib3guaHRtbFxyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nIE51bWJlcn0gbWF4IOacgOWkmuiDvemAieS4reWkmuWwkeS4qmNoZWNrYm9477yI6buY6K6kOTk577yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmcgTnVtYmVyfSBzaXplIOe7hOS7tuaVtOS9k+eahOWkp+Wwj++8jOWNleS9jXJweO+8iOm7mOiupDQw77yJXHJcblx0ICogQHByb3BlcnR5IHtCb29sZWFufSBkaXNhYmxlZCDmmK/lkKbnpoHnlKjmiYDmnIljaGVja2JveO+8iOm7mOiupGZhbHNl77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmcgTnVtYmVyfSBpY29uLXNpemUg5Zu+5qCH5aSn5bCP77yM5Y2V5L2NcnB477yI6buY6K6kMjDvvIlcclxuXHQgKiBAcHJvcGVydHkge0Jvb2xlYW59IGxhYmVsLWRpc2FibGVkIOaYr+WQpuemgeatoueCueWHu+aWh+acrOaTjeS9nGNoZWNrYm94KOm7mOiupGZhbHNlKVxyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nfSB3aWR0aCDlrr3luqbvvIzpnIDluKbljZXkvY1cclxuXHQgKiBAcHJvcGVydHkge1N0cmluZ30gd2lkdGgg5a695bqm77yM6ZyA5bim5Y2V5L2NXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmd9IHNoYXBlIOWkluinguW9oueKtu+8jHNoYXBlLeaWueW9ou+8jGNpcmNsZS3lnIblvaIo6buY6K6kY2lyY2xlKVxyXG5cdCAqIEBwcm9wZXJ0eSB7Qm9vbGVhbn0gd3JhcCDmmK/lkKbmr4/kuKpjaGVja2JveOmDveaNouihjO+8iOm7mOiupGZhbHNl77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmd9IGFjdGl2ZS1jb2xvciDpgInkuK3ml7bnmoTpopzoibLvvIzlupTnlKjliLDmiYDmnInlrZBDaGVja2JveOe7hOS7tu+8iOm7mOiupCMyOTc5ZmbvvIlcclxuXHQgKiBAZXZlbnQge0Z1bmN0aW9ufSBjaGFuZ2Ug5Lu75LiA5LiqY2hlY2tib3jnirbmgIHlj5HnlJ/lj5jljJbml7bop6blj5HvvIzlm57osIPkuLrkuIDkuKrlr7nosaFcclxuXHQgKiBAZXhhbXBsZSA8dS1jaGVja2JveC1ncm91cD48L3UtY2hlY2tib3gtZ3JvdXA+XHJcblx0ICovXHJcblx0ZXhwb3J0IGRlZmF1bHQge1xyXG5cdFx0bmFtZTogJ3UtY2hlY2tib3gtZ3JvdXAnLFxyXG5cdFx0bWl4aW5zOiBbRW1pdHRlcl0sXHJcblx0XHRwcm9wczoge1xyXG5cdFx0XHQvLyDmnIDlpJrog73pgInkuK3lpJrlsJHkuKpjaGVja2JveFxyXG5cdFx0XHRtYXg6IHtcclxuXHRcdFx0XHR0eXBlOiBbTnVtYmVyLCBTdHJpbmddLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IDk5OVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDmiYDmnInpgInkuK3pobnnmoQgbmFtZVxyXG5cdFx0XHQvLyB2YWx1ZToge1xyXG5cdFx0XHQvLyBcdGRlZmF1bHQ6IEFycmF5LFxyXG5cdFx0XHQvLyBcdGRlZmF1bHQoKSB7XHJcblx0XHRcdC8vIFx0XHRyZXR1cm4gW11cclxuXHRcdFx0Ly8gXHR9XHJcblx0XHRcdC8vIH0sXHJcblx0XHRcdC8vIOaYr+WQpuemgeeUqOaJgOacieWkjemAieahhlxyXG5cdFx0XHRkaXNhYmxlZDoge1xyXG5cdFx0XHRcdHR5cGU6IEJvb2xlYW4sXHJcblx0XHRcdFx0ZGVmYXVsdDogZmFsc2VcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5Zyo6KGo5Y2V5YaF5o+Q5Lqk5pe255qE5qCH6K+G56ymXHJcblx0XHRcdG5hbWU6IHtcclxuXHRcdFx0XHR0eXBlOiBbQm9vbGVhbiwgU3RyaW5nXSxcclxuXHRcdFx0XHRkZWZhdWx0OiAnJ1xyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDmmK/lkKbnpoHmraLngrnlh7vmj5DnpLror63pgInkuK3lpI3pgInmoYZcclxuXHRcdFx0bGFiZWxEaXNhYmxlZDoge1xyXG5cdFx0XHRcdHR5cGU6IEJvb2xlYW4sXHJcblx0XHRcdFx0ZGVmYXVsdDogZmFsc2VcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5b2i54q277yMc3F1YXJl5Li65pa55b2i77yMY2lyY2xl5Li65Y6f5Z6LXHJcblx0XHRcdHNoYXBlOiB7XHJcblx0XHRcdFx0dHlwZTogU3RyaW5nLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICdzcXVhcmUnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOmAieS4reeKtuaAgeS4i+eahOminOiJslxyXG5cdFx0XHRhY3RpdmVDb2xvcjoge1xyXG5cdFx0XHRcdHR5cGU6IFN0cmluZyxcclxuXHRcdFx0XHRkZWZhdWx0OiAnIzI5NzlmZidcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g57uE5Lu255qE5pW05L2T5aSn5bCPXHJcblx0XHRcdHNpemU6IHtcclxuXHRcdFx0XHR0eXBlOiBbU3RyaW5nLCBOdW1iZXJdLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IDM0XHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOavj+S4qmNoZWNrYm945Y2gdS1jaGVja2JveC1ncm91cOeahOWuveW6plxyXG5cdFx0XHR3aWR0aDoge1xyXG5cdFx0XHRcdHR5cGU6IFN0cmluZyxcclxuXHRcdFx0XHRkZWZhdWx0OiAnYXV0bydcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5piv5ZCm5q+P5LiqY2hlY2tib3jpg73mjaLooYxcclxuXHRcdFx0d3JhcDogeyBcclxuXHRcdFx0XHR0eXBlOiBCb29sZWFuLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IGZhbHNlXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOWbvuagh+eahOWkp+Wwj++8jOWNleS9jXJweFxyXG5cdFx0XHRpY29uU2l6ZToge1xyXG5cdFx0XHRcdHR5cGU6IFtTdHJpbmcsIE51bWJlcl0sXHJcblx0XHRcdFx0ZGVmYXVsdDogMjBcclxuXHRcdFx0fSxcclxuXHRcdH0sXHJcblx0XHRkYXRhKCkge1xyXG5cdFx0XHRyZXR1cm4ge1xyXG5cdFx0XHR9XHJcblx0XHR9LFxyXG5cdFx0Y3JlYXRlZCgpIHtcclxuXHRcdFx0Ly8g5aaC5p6c5bCGY2hpbGRyZW7lrprkuYnlnKhkYXRh5Lit77yM5Zyo5b6u5L+h5bCP56iL5bqP5Lya6YCg5oiQ5b6q546v5byV55So6ICM5oql6ZSZXHJcblx0XHRcdHRoaXMuY2hpbGRyZW4gPSBbXTtcclxuXHRcdH0sXHJcblx0XHRtZXRob2RzOiB7XHJcblx0XHRcdGVtaXRFdmVudCgpIHtcclxuXHRcdFx0XHRsZXQgdmFsdWVzID0gW107XHJcblx0XHRcdFx0dGhpcy5jaGlsZHJlbi5tYXAodmFsID0+IHtcclxuXHRcdFx0XHRcdGlmKHZhbC52YWx1ZSkgdmFsdWVzLnB1c2godmFsLm5hbWUpO1xyXG5cdFx0XHRcdH0pXHJcblx0XHRcdFx0dGhpcy4kZW1pdCgnY2hhbmdlJywgdmFsdWVzKTtcclxuXHRcdFx0XHQvLyDlj5Hlh7rkuovku7bvvIznlKjkuo7lnKjooajljZXnu4Tku7bkuK3ltYzlhaVjaGVja2JveOeahOaDheWGte+8jOi/m+ihjOmqjOivgVxyXG5cdFx0XHRcdC8vIOeUseS6juWktOadoeWwj+eoi+W6j+aJp+ihjOi/n+mSne+8jOaVhemcgOimgeeUqOWHoOWNgeavq+enkueahOW7tuaXtlxyXG5cdFx0XHRcdHNldFRpbWVvdXQoKCkgPT4ge1xyXG5cdFx0XHRcdFx0Ly8g5bCG5b2T5YmN55qE5YC85Y+R6YCB5YiwIHUtZm9ybS1pdGVtIOi/m+ihjOagoemqjFxyXG5cdFx0XHRcdFx0dGhpcy5kaXNwYXRjaCgndS1mb3JtLWl0ZW0nLCAnb24tZm9ybS1jaGFuZ2UnLCB2YWx1ZXMpO1xyXG5cdFx0XHRcdH0sIDYwKVxyXG5cdFx0XHR9XHJcblx0XHR9XHJcblx0fVxyXG48L3NjcmlwdD5cclxuXHJcbjxzdHlsZSBsYW5nPVwic2Nzc1wiIHNjb3BlZD5cclxuXHRAaW1wb3J0IFwiLi4vLi4vbGlicy9jc3Mvc3R5bGUuY29tcG9uZW50cy5zY3NzXCI7XHJcblxyXG5cdC51LWNoZWNrYm94LWdyb3VwIHtcclxuXHRcdC8qICNpZm5kZWYgTVAgfHwgQVBQLU5WVUUgKi9cclxuXHRcdGRpc3BsYXk6IGlubGluZS1mbGV4O1xyXG5cdFx0ZmxleC13cmFwOiB3cmFwO1xyXG5cdFx0LyogI2VuZGlmICovXHJcblx0fVxyXG48L3N0eWxlPlxyXG4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///15\n");
+eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;\n\n\n\n\n\n\nvar _emitter = _interopRequireDefault(__webpack_require__(/*! ../../libs/util/emitter.js */ 10));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };} //\n//\n//\n//\n//\n//\n/**\n * checkboxGroup 开关选择器父组件Group\n * @description 复选框组件一般用于需要多个选择的场景,该组件功能完整,使用方便\n * @tutorial https://www.uviewui.com/components/checkbox.html\n * @property {String Number} max 最多能选中多少个checkbox(默认999)\n * @property {String Number} size 组件整体的大小,单位rpx(默认40)\n * @property {Boolean} disabled 是否禁用所有checkbox(默认false)\n * @property {String Number} icon-size 图标大小,单位rpx(默认20)\n * @property {Boolean} label-disabled 是否禁止点击文本操作checkbox(默认false)\n * @property {String} width 宽度,需带单位\n * @property {String} width 宽度,需带单位\n * @property {String} shape 外观形状,shape-方形,circle-圆形(默认circle)\n * @property {Boolean} wrap 是否每个checkbox都换行(默认false)\n * @property {String} active-color 选中时的颜色,应用到所有子Checkbox组件(默认#2979ff)\n * @event {Function} change 任一个checkbox状态发生变化时触发,回调为一个对象\n * @example \n */var _default = { name: 'u-checkbox-group', mixins: [_emitter.default], props: { // 最多能选中多少个checkbox\n max: {\n type: [Number, String],\n default: 999 },\n\n // 所有选中项的 name\n // value: {\n // \tdefault: Array,\n // \tdefault() {\n // \t\treturn []\n // \t}\n // },\n // 是否禁用所有复选框\n disabled: {\n type: Boolean,\n default: false },\n\n // 在表单内提交时的标识符\n name: {\n type: [Boolean, String],\n default: '' },\n\n // 是否禁止点击提示语选中复选框\n labelDisabled: {\n type: Boolean,\n default: false },\n\n // 形状,square为方形,circle为原型\n shape: {\n type: String,\n default: 'square' },\n\n // 选中状态下的颜色\n activeColor: {\n type: String,\n default: '#2979ff' },\n\n // 组件的整体大小\n size: {\n type: [String, Number],\n default: 34 },\n\n // 每个checkbox占u-checkbox-group的宽度\n width: {\n type: String,\n default: 'auto' },\n\n // 是否每个checkbox都换行\n wrap: {\n type: Boolean,\n default: false },\n\n // 图标的大小,单位rpx\n iconSize: {\n type: [String, Number],\n default: 20 } },\n\n\n data: function data() {\n return {};\n\n },\n created: function created() {\n // 如果将children定义在data中,在微信小程序会造成循环引用而报错\n this.children = [];\n },\n methods: {\n emitEvent: function emitEvent() {var _this = this;\n var values = [];\n this.children.map(function (val) {\n if (val.value) values.push(val.name);\n });\n this.$emit('change', values);\n // 发出事件,用于在表单组件中嵌入checkbox的情况,进行验证\n // 由于头条小程序执行迟钝,故需要用几十毫秒的延时\n setTimeout(function () {\n // 将当前的值发送到 u-form-item 进行校验\n _this.dispatch('u-form-item', 'on-form-change', values);\n }, 60);\n } } };exports.default = _default;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXZpZXctdWkvY29tcG9uZW50cy91LWNoZWNrYm94LWdyb3VwL3UtY2hlY2tib3gtZ3JvdXAudnVlIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7QUFPQSxpRzs7Ozs7O0FBQ0E7Ozs7Ozs7Ozs7Ozs7Ozs7a0JBaUJBLEVBQ0Esd0JBREEsRUFFQSwwQkFGQSxFQUdBLFNBQ0E7QUFDQTtBQUNBLDRCQURBO0FBRUEsa0JBRkEsRUFGQTs7QUFNQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxtQkFEQTtBQUVBLG9CQUZBLEVBZEE7O0FBa0JBO0FBQ0E7QUFDQSw2QkFEQTtBQUVBLGlCQUZBLEVBbkJBOztBQXVCQTtBQUNBO0FBQ0EsbUJBREE7QUFFQSxvQkFGQSxFQXhCQTs7QUE0QkE7QUFDQTtBQUNBLGtCQURBO0FBRUEsdUJBRkEsRUE3QkE7O0FBaUNBO0FBQ0E7QUFDQSxrQkFEQTtBQUVBLHdCQUZBLEVBbENBOztBQXNDQTtBQUNBO0FBQ0EsNEJBREE7QUFFQSxpQkFGQSxFQXZDQTs7QUEyQ0E7QUFDQTtBQUNBLGtCQURBO0FBRUEscUJBRkEsRUE1Q0E7O0FBZ0RBO0FBQ0E7QUFDQSxtQkFEQTtBQUVBLG9CQUZBLEVBakRBOztBQXFEQTtBQUNBO0FBQ0EsNEJBREE7QUFFQSxpQkFGQSxFQXREQSxFQUhBOzs7QUE4REEsTUE5REEsa0JBOERBO0FBQ0E7O0FBRUEsR0FqRUE7QUFrRUEsU0FsRUEscUJBa0VBO0FBQ0E7QUFDQTtBQUNBLEdBckVBO0FBc0VBO0FBQ0EsYUFEQSx1QkFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE9BRkE7QUFHQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxPQUhBLEVBR0EsRUFIQTtBQUlBLEtBYkEsRUF0RUEsRSIsImZpbGUiOiI5LmpzIiwic291cmNlc0NvbnRlbnQiOlsiPHRlbXBsYXRlPlxyXG5cdDx2aWV3IGNsYXNzPVwidS1jaGVja2JveC1ncm91cCB1LWNsZWFyZml4XCI+XHJcblx0XHQ8c2xvdD48L3Nsb3Q+XHJcblx0PC92aWV3PlxyXG48L3RlbXBsYXRlPlxyXG5cclxuPHNjcmlwdD5cclxuXHRpbXBvcnQgRW1pdHRlciBmcm9tICcuLi8uLi9saWJzL3V0aWwvZW1pdHRlci5qcyc7XHJcblx0LyoqXHJcblx0ICogY2hlY2tib3hHcm91cCDlvIDlhbPpgInmi6nlmajniLbnu4Tku7ZHcm91cFxyXG5cdCAqIEBkZXNjcmlwdGlvbiDlpI3pgInmoYbnu4Tku7bkuIDoiKznlKjkuo7pnIDopoHlpJrkuKrpgInmi6nnmoTlnLrmma/vvIzor6Xnu4Tku7blip/og73lrozmlbTvvIzkvb/nlKjmlrnkvr9cclxuXHQgKiBAdHV0b3JpYWwgaHR0cHM6Ly93d3cudXZpZXd1aS5jb20vY29tcG9uZW50cy9jaGVja2JveC5odG1sXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmcgTnVtYmVyfSBtYXgg5pyA5aSa6IO96YCJ5Lit5aSa5bCR5LiqY2hlY2tib3jvvIjpu5jorqQ5OTnvvIlcclxuXHQgKiBAcHJvcGVydHkge1N0cmluZyBOdW1iZXJ9IHNpemUg57uE5Lu25pW05L2T55qE5aSn5bCP77yM5Y2V5L2NcnB477yI6buY6K6kNDDvvIlcclxuXHQgKiBAcHJvcGVydHkge0Jvb2xlYW59IGRpc2FibGVkIOaYr+WQpuemgeeUqOaJgOaciWNoZWNrYm9477yI6buY6K6kZmFsc2XvvIlcclxuXHQgKiBAcHJvcGVydHkge1N0cmluZyBOdW1iZXJ9IGljb24tc2l6ZSDlm77moIflpKflsI/vvIzljZXkvY1ycHjvvIjpu5jorqQyMO+8iVxyXG5cdCAqIEBwcm9wZXJ0eSB7Qm9vbGVhbn0gbGFiZWwtZGlzYWJsZWQg5piv5ZCm56aB5q2i54K55Ye75paH5pys5pON5L2cY2hlY2tib3go6buY6K6kZmFsc2UpXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmd9IHdpZHRoIOWuveW6pu+8jOmcgOW4puWNleS9jVxyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nfSB3aWR0aCDlrr3luqbvvIzpnIDluKbljZXkvY1cclxuXHQgKiBAcHJvcGVydHkge1N0cmluZ30gc2hhcGUg5aSW6KeC5b2i54q277yMc2hhcGUt5pa55b2i77yMY2lyY2xlLeWchuW9oijpu5jorqRjaXJjbGUpXHJcblx0ICogQHByb3BlcnR5IHtCb29sZWFufSB3cmFwIOaYr+WQpuavj+S4qmNoZWNrYm946YO95o2i6KGM77yI6buY6K6kZmFsc2XvvIlcclxuXHQgKiBAcHJvcGVydHkge1N0cmluZ30gYWN0aXZlLWNvbG9yIOmAieS4reaXtueahOminOiJsu+8jOW6lOeUqOWIsOaJgOacieWtkENoZWNrYm9457uE5Lu277yI6buY6K6kIzI5NzlmZu+8iVxyXG5cdCAqIEBldmVudCB7RnVuY3Rpb259IGNoYW5nZSDku7vkuIDkuKpjaGVja2JveOeKtuaAgeWPkeeUn+WPmOWMluaXtuinpuWPke+8jOWbnuiwg+S4uuS4gOS4quWvueixoVxyXG5cdCAqIEBleGFtcGxlIDx1LWNoZWNrYm94LWdyb3VwPjwvdS1jaGVja2JveC1ncm91cD5cclxuXHQgKi9cclxuXHRleHBvcnQgZGVmYXVsdCB7XHJcblx0XHRuYW1lOiAndS1jaGVja2JveC1ncm91cCcsXHJcblx0XHRtaXhpbnM6IFtFbWl0dGVyXSxcclxuXHRcdHByb3BzOiB7XHJcblx0XHRcdC8vIOacgOWkmuiDvemAieS4reWkmuWwkeS4qmNoZWNrYm94XHJcblx0XHRcdG1heDoge1xyXG5cdFx0XHRcdHR5cGU6IFtOdW1iZXIsIFN0cmluZ10sXHJcblx0XHRcdFx0ZGVmYXVsdDogOTk5XHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOaJgOaciemAieS4remhueeahCBuYW1lXHJcblx0XHRcdC8vIHZhbHVlOiB7XHJcblx0XHRcdC8vIFx0ZGVmYXVsdDogQXJyYXksXHJcblx0XHRcdC8vIFx0ZGVmYXVsdCgpIHtcclxuXHRcdFx0Ly8gXHRcdHJldHVybiBbXVxyXG5cdFx0XHQvLyBcdH1cclxuXHRcdFx0Ly8gfSxcclxuXHRcdFx0Ly8g5piv5ZCm56aB55So5omA5pyJ5aSN6YCJ5qGGXHJcblx0XHRcdGRpc2FibGVkOiB7XHJcblx0XHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0XHRkZWZhdWx0OiBmYWxzZVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDlnKjooajljZXlhoXmj5DkuqTml7bnmoTmoIfor4bnrKZcclxuXHRcdFx0bmFtZToge1xyXG5cdFx0XHRcdHR5cGU6IFtCb29sZWFuLCBTdHJpbmddLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICcnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOaYr+WQpuemgeatoueCueWHu+aPkOekuuivremAieS4reWkjemAieahhlxyXG5cdFx0XHRsYWJlbERpc2FibGVkOiB7XHJcblx0XHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0XHRkZWZhdWx0OiBmYWxzZVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDlvaLnirbvvIxzcXVhcmXkuLrmlrnlvaLvvIxjaXJjbGXkuLrljp/lnotcclxuXHRcdFx0c2hhcGU6IHtcclxuXHRcdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdFx0ZGVmYXVsdDogJ3NxdWFyZSdcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g6YCJ5Lit54q25oCB5LiL55qE6aKc6ImyXHJcblx0XHRcdGFjdGl2ZUNvbG9yOiB7XHJcblx0XHRcdFx0dHlwZTogU3RyaW5nLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICcjMjk3OWZmJ1xyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDnu4Tku7bnmoTmlbTkvZPlpKflsI9cclxuXHRcdFx0c2l6ZToge1xyXG5cdFx0XHRcdHR5cGU6IFtTdHJpbmcsIE51bWJlcl0sXHJcblx0XHRcdFx0ZGVmYXVsdDogMzRcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5q+P5LiqY2hlY2tib3jljaB1LWNoZWNrYm94LWdyb3Vw55qE5a695bqmXHJcblx0XHRcdHdpZHRoOiB7XHJcblx0XHRcdFx0dHlwZTogU3RyaW5nLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICdhdXRvJ1xyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDmmK/lkKbmr4/kuKpjaGVja2JveOmDveaNouihjFxyXG5cdFx0XHR3cmFwOiB7IFxyXG5cdFx0XHRcdHR5cGU6IEJvb2xlYW4sXHJcblx0XHRcdFx0ZGVmYXVsdDogZmFsc2VcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5Zu+5qCH55qE5aSn5bCP77yM5Y2V5L2NcnB4XHJcblx0XHRcdGljb25TaXplOiB7XHJcblx0XHRcdFx0dHlwZTogW1N0cmluZywgTnVtYmVyXSxcclxuXHRcdFx0XHRkZWZhdWx0OiAyMFxyXG5cdFx0XHR9LFxyXG5cdFx0fSxcclxuXHRcdGRhdGEoKSB7XHJcblx0XHRcdHJldHVybiB7XHJcblx0XHRcdH1cclxuXHRcdH0sXHJcblx0XHRjcmVhdGVkKCkge1xyXG5cdFx0XHQvLyDlpoLmnpzlsIZjaGlsZHJlbuWumuS5ieWcqGRhdGHkuK3vvIzlnKjlvq7kv6HlsI/nqIvluo/kvJrpgKDmiJDlvqrnjq/lvJXnlKjogIzmiqXplJlcclxuXHRcdFx0dGhpcy5jaGlsZHJlbiA9IFtdO1xyXG5cdFx0fSxcclxuXHRcdG1ldGhvZHM6IHtcclxuXHRcdFx0ZW1pdEV2ZW50KCkge1xyXG5cdFx0XHRcdGxldCB2YWx1ZXMgPSBbXTtcclxuXHRcdFx0XHR0aGlzLmNoaWxkcmVuLm1hcCh2YWwgPT4ge1xyXG5cdFx0XHRcdFx0aWYodmFsLnZhbHVlKSB2YWx1ZXMucHVzaCh2YWwubmFtZSk7XHJcblx0XHRcdFx0fSlcclxuXHRcdFx0XHR0aGlzLiRlbWl0KCdjaGFuZ2UnLCB2YWx1ZXMpO1xyXG5cdFx0XHRcdC8vIOWPkeWHuuS6i+S7tu+8jOeUqOS6juWcqOihqOWNlee7hOS7tuS4reW1jOWFpWNoZWNrYm9455qE5oOF5Ya177yM6L+b6KGM6aqM6K+BXHJcblx0XHRcdFx0Ly8g55Sx5LqO5aS05p2h5bCP56iL5bqP5omn6KGM6L+f6ZKd77yM5pWF6ZyA6KaB55So5Yeg5Y2B5q+r56eS55qE5bu25pe2XHJcblx0XHRcdFx0c2V0VGltZW91dCgoKSA9PiB7XHJcblx0XHRcdFx0XHQvLyDlsIblvZPliY3nmoTlgLzlj5HpgIHliLAgdS1mb3JtLWl0ZW0g6L+b6KGM5qCh6aqMXHJcblx0XHRcdFx0XHR0aGlzLmRpc3BhdGNoKCd1LWZvcm0taXRlbScsICdvbi1mb3JtLWNoYW5nZScsIHZhbHVlcyk7XHJcblx0XHRcdFx0fSwgNjApXHJcblx0XHRcdH1cclxuXHRcdH1cclxuXHR9XHJcbjwvc2NyaXB0PlxyXG5cclxuPHN0eWxlIGxhbmc9XCJzY3NzXCIgc2NvcGVkPlxyXG5cdEBpbXBvcnQgXCIuLi8uLi9saWJzL2Nzcy9zdHlsZS5jb21wb25lbnRzLnNjc3NcIjtcclxuXHJcblx0LnUtY2hlY2tib3gtZ3JvdXAge1xyXG5cdFx0LyogI2lmbmRlZiBNUCB8fCBBUFAtTlZVRSAqL1xyXG5cdFx0ZGlzcGxheTogaW5saW5lLWZsZXg7XHJcblx0XHRmbGV4LXdyYXA6IHdyYXA7XHJcblx0XHQvKiAjZW5kaWYgKi9cclxuXHR9XHJcbjwvc3R5bGU+XHJcbiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///9\n");
/***/ }),
-/* 16 */
-/*!***************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/libs/util/emitter.js ***!
- \***************************************************************************/
+/* 10 */
+/*!*****************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/libs/util/emitter.js ***!
+ \*****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0; /**\r\n * 递归使用 call 方式this指向\r\n * @param componentName // 需要找的组件的名称\r\n * @param eventName // 事件名称\r\n * @param params // 需要传递的参数\r\n */\nfunction _broadcast(componentName, eventName, params) {\n // 循环子节点找到名称一样的子节点 否则 递归 当前子节点\n this.$children.map(function (child) {\n if (componentName === child.$options.name) {\n child.$emit.apply(child, [eventName].concat(params));\n } else {\n _broadcast.apply(child, [componentName, eventName].concat(params));\n }\n });\n}var _default =\n{\n methods: {\n /**\r\n * 派发 (向上查找) (一个)\r\n * @param componentName // 需要找的组件的名称\r\n * @param eventName // 事件名称\r\n * @param params // 需要传递的参数\r\n */\n dispatch: function dispatch(componentName, eventName, params) {\n var parent = this.$parent || this.$root; //$parent 找到最近的父节点 $root 根节点\n var name = parent.$options.name; // 获取当前组件实例的name\n // 如果当前有节点 && 当前没名称 且 当前名称等于需要传进来的名称的时候就去查找当前的节点\n // 循环出当前名称的一样的组件实例\n while (parent && (!name || name !== componentName)) {\n parent = parent.$parent;\n if (parent) {\n name = parent.$options.name;\n }\n }\n // 有节点表示当前找到了name一样的实例\n if (parent) {\n parent.$emit.apply(parent, [eventName].concat(params));\n }\n },\n /**\r\n * 广播 (向下查找) (广播多个)\r\n * @param componentName // 需要找的组件的名称\r\n * @param eventName // 事件名称\r\n * @param params // 需要传递的参数\r\n */\n broadcast: function broadcast(componentName, eventName, params) {\n _broadcast.call(this, componentName, eventName, params);\n } } };exports.default = _default;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXZpZXctdWkvbGlicy91dGlsL2VtaXR0ZXIuanMiXSwibmFtZXMiOlsiYnJvYWRjYXN0IiwiY29tcG9uZW50TmFtZSIsImV2ZW50TmFtZSIsInBhcmFtcyIsIiRjaGlsZHJlbiIsIm1hcCIsImNoaWxkIiwiJG9wdGlvbnMiLCJuYW1lIiwiJGVtaXQiLCJhcHBseSIsImNvbmNhdCIsIm1ldGhvZHMiLCJkaXNwYXRjaCIsInBhcmVudCIsIiRwYXJlbnQiLCIkcm9vdCIsImNhbGwiXSwibWFwcGluZ3MiOiJ3RkFBQTs7Ozs7O0FBTUEsU0FBU0EsVUFBVCxDQUFtQkMsYUFBbkIsRUFBa0NDLFNBQWxDLEVBQTZDQyxNQUE3QyxFQUFxRDtBQUNqRDtBQUNBLE9BQUtDLFNBQUwsQ0FBZUMsR0FBZixDQUFtQixVQUFBQyxLQUFLLEVBQUU7QUFDdEIsUUFBSUwsYUFBYSxLQUFHSyxLQUFLLENBQUNDLFFBQU4sQ0FBZUMsSUFBbkMsRUFBeUM7QUFDckNGLFdBQUssQ0FBQ0csS0FBTixDQUFZQyxLQUFaLENBQWtCSixLQUFsQixFQUF3QixDQUFDSixTQUFELEVBQVlTLE1BQVosQ0FBbUJSLE1BQW5CLENBQXhCO0FBQ0gsS0FGRCxNQUVNO0FBQ0ZILGdCQUFTLENBQUNVLEtBQVYsQ0FBZ0JKLEtBQWhCLEVBQXNCLENBQUNMLGFBQUQsRUFBZUMsU0FBZixFQUEwQlMsTUFBMUIsQ0FBaUNSLE1BQWpDLENBQXRCO0FBQ0g7QUFDSixHQU5EO0FBT0gsQztBQUNjO0FBQ1hTLFNBQU8sRUFBRTtBQUNMOzs7Ozs7QUFNQUMsWUFQSyxvQkFPSVosYUFQSixFQU9tQkMsU0FQbkIsRUFPOEJDLE1BUDlCLEVBT3NDO0FBQ3ZDLFVBQUlXLE1BQU0sR0FBRyxLQUFLQyxPQUFMLElBQWdCLEtBQUtDLEtBQWxDLENBRHVDLENBQ0M7QUFDeEMsVUFBSVIsSUFBSSxHQUFHTSxNQUFNLENBQUNQLFFBQVAsQ0FBZ0JDLElBQTNCLENBRnVDLENBRU47QUFDakM7QUFDQTtBQUNBLGFBQU9NLE1BQU0sS0FBSyxDQUFDTixJQUFELElBQU9BLElBQUksS0FBR1AsYUFBbkIsQ0FBYixFQUFnRDtBQUM1Q2EsY0FBTSxHQUFHQSxNQUFNLENBQUNDLE9BQWhCO0FBQ0EsWUFBSUQsTUFBSixFQUFZO0FBQ1JOLGNBQUksR0FBR00sTUFBTSxDQUFDUCxRQUFQLENBQWdCQyxJQUF2QjtBQUNIO0FBQ0o7QUFDRDtBQUNBLFVBQUlNLE1BQUosRUFBWTtBQUNSQSxjQUFNLENBQUNMLEtBQVAsQ0FBYUMsS0FBYixDQUFtQkksTUFBbkIsRUFBMEIsQ0FBQ1osU0FBRCxFQUFZUyxNQUFaLENBQW1CUixNQUFuQixDQUExQjtBQUNIO0FBQ0osS0F0Qkk7QUF1Qkw7Ozs7OztBQU1BSCxhQTdCSyxxQkE2QktDLGFBN0JMLEVBNkJvQkMsU0E3QnBCLEVBNkIrQkMsTUE3Qi9CLEVBNkJ1QztBQUN4Q0gsZ0JBQVMsQ0FBQ2lCLElBQVYsQ0FBZSxJQUFmLEVBQW9CaEIsYUFBcEIsRUFBbUNDLFNBQW5DLEVBQThDQyxNQUE5QztBQUNILEtBL0JJLEVBREUsRSIsImZpbGUiOiIxNi5qcyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxyXG4gKiDpgJLlvZLkvb/nlKggY2FsbCDmlrnlvI90aGlz5oyH5ZCRXHJcbiAqIEBwYXJhbSBjb21wb25lbnROYW1lIC8vIOmcgOimgeaJvueahOe7hOS7tueahOWQjeensFxyXG4gKiBAcGFyYW0gZXZlbnROYW1lIC8vIOS6i+S7tuWQjeensFxyXG4gKiBAcGFyYW0gcGFyYW1zIC8vIOmcgOimgeS8oOmAkueahOWPguaVsFxyXG4gKi9cclxuZnVuY3Rpb24gYnJvYWRjYXN0KGNvbXBvbmVudE5hbWUsIGV2ZW50TmFtZSwgcGFyYW1zKSB7XHJcbiAgICAvLyDlvqrnjq/lrZDoioLngrnmib7liLDlkI3np7DkuIDmoLfnmoTlrZDoioLngrkg5ZCm5YiZIOmAkuW9kiDlvZPliY3lrZDoioLngrlcclxuICAgIHRoaXMuJGNoaWxkcmVuLm1hcChjaGlsZD0+e1xyXG4gICAgICAgIGlmIChjb21wb25lbnROYW1lPT09Y2hpbGQuJG9wdGlvbnMubmFtZSkge1xyXG4gICAgICAgICAgICBjaGlsZC4kZW1pdC5hcHBseShjaGlsZCxbZXZlbnROYW1lXS5jb25jYXQocGFyYW1zKSlcclxuICAgICAgICB9ZWxzZSB7XHJcbiAgICAgICAgICAgIGJyb2FkY2FzdC5hcHBseShjaGlsZCxbY29tcG9uZW50TmFtZSxldmVudE5hbWVdLmNvbmNhdChwYXJhbXMpKVxyXG4gICAgICAgIH1cclxuICAgIH0pXHJcbn1cclxuZXhwb3J0IGRlZmF1bHQge1xyXG4gICAgbWV0aG9kczoge1xyXG4gICAgICAgIC8qKlxyXG4gICAgICAgICAqIOa0vuWPkSAo5ZCR5LiK5p+l5om+KSAo5LiA5LiqKVxyXG4gICAgICAgICAqIEBwYXJhbSBjb21wb25lbnROYW1lIC8vIOmcgOimgeaJvueahOe7hOS7tueahOWQjeensFxyXG4gICAgICAgICAqIEBwYXJhbSBldmVudE5hbWUgLy8g5LqL5Lu25ZCN56ewXHJcbiAgICAgICAgICogQHBhcmFtIHBhcmFtcyAvLyDpnIDopoHkvKDpgJLnmoTlj4LmlbBcclxuICAgICAgICAgKi9cclxuICAgICAgICBkaXNwYXRjaChjb21wb25lbnROYW1lLCBldmVudE5hbWUsIHBhcmFtcykge1xyXG4gICAgICAgICAgICBsZXQgcGFyZW50ID0gdGhpcy4kcGFyZW50IHx8IHRoaXMuJHJvb3Q7Ly8kcGFyZW50IOaJvuWIsOacgOi/keeahOeItuiKgueCuSAkcm9vdCDmoLnoioLngrlcclxuICAgICAgICAgICAgbGV0IG5hbWUgPSBwYXJlbnQuJG9wdGlvbnMubmFtZTsgLy8g6I635Y+W5b2T5YmN57uE5Lu25a6e5L6L55qEbmFtZVxyXG4gICAgICAgICAgICAvLyDlpoLmnpzlvZPliY3mnInoioLngrkgJiYg5b2T5YmN5rKh5ZCN56ewIOS4lCDlvZPliY3lkI3np7DnrYnkuo7pnIDopoHkvKDov5vmnaXnmoTlkI3np7DnmoTml7blgJnlsLHljrvmn6Xmib7lvZPliY3nmoToioLngrlcclxuICAgICAgICAgICAgLy8g5b6q546v5Ye65b2T5YmN5ZCN56ew55qE5LiA5qC355qE57uE5Lu25a6e5L6LXHJcbiAgICAgICAgICAgIHdoaWxlIChwYXJlbnQgJiYgKCFuYW1lfHxuYW1lIT09Y29tcG9uZW50TmFtZSkpIHtcclxuICAgICAgICAgICAgICAgIHBhcmVudCA9IHBhcmVudC4kcGFyZW50O1xyXG4gICAgICAgICAgICAgICAgaWYgKHBhcmVudCkge1xyXG4gICAgICAgICAgICAgICAgICAgIG5hbWUgPSBwYXJlbnQuJG9wdGlvbnMubmFtZTtcclxuICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAvLyDmnInoioLngrnooajnpLrlvZPliY3mib7liLDkuoZuYW1l5LiA5qC355qE5a6e5L6LXHJcbiAgICAgICAgICAgIGlmIChwYXJlbnQpIHtcclxuICAgICAgICAgICAgICAgIHBhcmVudC4kZW1pdC5hcHBseShwYXJlbnQsW2V2ZW50TmFtZV0uY29uY2F0KHBhcmFtcykpXHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICB9LFxyXG4gICAgICAgIC8qKlxyXG4gICAgICAgICAqIOW5v+aSrSAo5ZCR5LiL5p+l5om+KSAo5bm/5pKt5aSa5LiqKVxyXG4gICAgICAgICAqIEBwYXJhbSBjb21wb25lbnROYW1lIC8vIOmcgOimgeaJvueahOe7hOS7tueahOWQjeensFxyXG4gICAgICAgICAqIEBwYXJhbSBldmVudE5hbWUgLy8g5LqL5Lu25ZCN56ewXHJcbiAgICAgICAgICogQHBhcmFtIHBhcmFtcyAvLyDpnIDopoHkvKDpgJLnmoTlj4LmlbBcclxuICAgICAgICAgKi9cclxuICAgICAgICBicm9hZGNhc3QoY29tcG9uZW50TmFtZSwgZXZlbnROYW1lLCBwYXJhbXMpIHtcclxuICAgICAgICAgICAgYnJvYWRjYXN0LmNhbGwodGhpcyxjb21wb25lbnROYW1lLCBldmVudE5hbWUsIHBhcmFtcylcclxuICAgICAgICB9XHJcbiAgICB9XHJcbn1cclxuIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///16\n");
+eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0; /**\r\n * 递归使用 call 方式this指向\r\n * @param componentName // 需要找的组件的名称\r\n * @param eventName // 事件名称\r\n * @param params // 需要传递的参数\r\n */\nfunction _broadcast(componentName, eventName, params) {\n // 循环子节点找到名称一样的子节点 否则 递归 当前子节点\n this.$children.map(function (child) {\n if (componentName === child.$options.name) {\n child.$emit.apply(child, [eventName].concat(params));\n } else {\n _broadcast.apply(child, [componentName, eventName].concat(params));\n }\n });\n}var _default =\n{\n methods: {\n /**\r\n * 派发 (向上查找) (一个)\r\n * @param componentName // 需要找的组件的名称\r\n * @param eventName // 事件名称\r\n * @param params // 需要传递的参数\r\n */\n dispatch: function dispatch(componentName, eventName, params) {\n var parent = this.$parent || this.$root; //$parent 找到最近的父节点 $root 根节点\n var name = parent.$options.name; // 获取当前组件实例的name\n // 如果当前有节点 && 当前没名称 且 当前名称等于需要传进来的名称的时候就去查找当前的节点\n // 循环出当前名称的一样的组件实例\n while (parent && (!name || name !== componentName)) {\n parent = parent.$parent;\n if (parent) {\n name = parent.$options.name;\n }\n }\n // 有节点表示当前找到了name一样的实例\n if (parent) {\n parent.$emit.apply(parent, [eventName].concat(params));\n }\n },\n /**\r\n * 广播 (向下查找) (广播多个)\r\n * @param componentName // 需要找的组件的名称\r\n * @param eventName // 事件名称\r\n * @param params // 需要传递的参数\r\n */\n broadcast: function broadcast(componentName, eventName, params) {\n _broadcast.call(this, componentName, eventName, params);\n } } };exports.default = _default;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXZpZXctdWkvbGlicy91dGlsL2VtaXR0ZXIuanMiXSwibmFtZXMiOlsiYnJvYWRjYXN0IiwiY29tcG9uZW50TmFtZSIsImV2ZW50TmFtZSIsInBhcmFtcyIsIiRjaGlsZHJlbiIsIm1hcCIsImNoaWxkIiwiJG9wdGlvbnMiLCJuYW1lIiwiJGVtaXQiLCJhcHBseSIsImNvbmNhdCIsIm1ldGhvZHMiLCJkaXNwYXRjaCIsInBhcmVudCIsIiRwYXJlbnQiLCIkcm9vdCIsImNhbGwiXSwibWFwcGluZ3MiOiJ3RkFBQTs7Ozs7O0FBTUEsU0FBU0EsVUFBVCxDQUFtQkMsYUFBbkIsRUFBa0NDLFNBQWxDLEVBQTZDQyxNQUE3QyxFQUFxRDtBQUNqRDtBQUNBLE9BQUtDLFNBQUwsQ0FBZUMsR0FBZixDQUFtQixVQUFBQyxLQUFLLEVBQUU7QUFDdEIsUUFBSUwsYUFBYSxLQUFHSyxLQUFLLENBQUNDLFFBQU4sQ0FBZUMsSUFBbkMsRUFBeUM7QUFDckNGLFdBQUssQ0FBQ0csS0FBTixDQUFZQyxLQUFaLENBQWtCSixLQUFsQixFQUF3QixDQUFDSixTQUFELEVBQVlTLE1BQVosQ0FBbUJSLE1BQW5CLENBQXhCO0FBQ0gsS0FGRCxNQUVNO0FBQ0ZILGdCQUFTLENBQUNVLEtBQVYsQ0FBZ0JKLEtBQWhCLEVBQXNCLENBQUNMLGFBQUQsRUFBZUMsU0FBZixFQUEwQlMsTUFBMUIsQ0FBaUNSLE1BQWpDLENBQXRCO0FBQ0g7QUFDSixHQU5EO0FBT0gsQztBQUNjO0FBQ1hTLFNBQU8sRUFBRTtBQUNMOzs7Ozs7QUFNQUMsWUFQSyxvQkFPSVosYUFQSixFQU9tQkMsU0FQbkIsRUFPOEJDLE1BUDlCLEVBT3NDO0FBQ3ZDLFVBQUlXLE1BQU0sR0FBRyxLQUFLQyxPQUFMLElBQWdCLEtBQUtDLEtBQWxDLENBRHVDLENBQ0M7QUFDeEMsVUFBSVIsSUFBSSxHQUFHTSxNQUFNLENBQUNQLFFBQVAsQ0FBZ0JDLElBQTNCLENBRnVDLENBRU47QUFDakM7QUFDQTtBQUNBLGFBQU9NLE1BQU0sS0FBSyxDQUFDTixJQUFELElBQU9BLElBQUksS0FBR1AsYUFBbkIsQ0FBYixFQUFnRDtBQUM1Q2EsY0FBTSxHQUFHQSxNQUFNLENBQUNDLE9BQWhCO0FBQ0EsWUFBSUQsTUFBSixFQUFZO0FBQ1JOLGNBQUksR0FBR00sTUFBTSxDQUFDUCxRQUFQLENBQWdCQyxJQUF2QjtBQUNIO0FBQ0o7QUFDRDtBQUNBLFVBQUlNLE1BQUosRUFBWTtBQUNSQSxjQUFNLENBQUNMLEtBQVAsQ0FBYUMsS0FBYixDQUFtQkksTUFBbkIsRUFBMEIsQ0FBQ1osU0FBRCxFQUFZUyxNQUFaLENBQW1CUixNQUFuQixDQUExQjtBQUNIO0FBQ0osS0F0Qkk7QUF1Qkw7Ozs7OztBQU1BSCxhQTdCSyxxQkE2QktDLGFBN0JMLEVBNkJvQkMsU0E3QnBCLEVBNkIrQkMsTUE3Qi9CLEVBNkJ1QztBQUN4Q0gsZ0JBQVMsQ0FBQ2lCLElBQVYsQ0FBZSxJQUFmLEVBQW9CaEIsYUFBcEIsRUFBbUNDLFNBQW5DLEVBQThDQyxNQUE5QztBQUNILEtBL0JJLEVBREUsRSIsImZpbGUiOiIxMC5qcyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxyXG4gKiDpgJLlvZLkvb/nlKggY2FsbCDmlrnlvI90aGlz5oyH5ZCRXHJcbiAqIEBwYXJhbSBjb21wb25lbnROYW1lIC8vIOmcgOimgeaJvueahOe7hOS7tueahOWQjeensFxyXG4gKiBAcGFyYW0gZXZlbnROYW1lIC8vIOS6i+S7tuWQjeensFxyXG4gKiBAcGFyYW0gcGFyYW1zIC8vIOmcgOimgeS8oOmAkueahOWPguaVsFxyXG4gKi9cclxuZnVuY3Rpb24gYnJvYWRjYXN0KGNvbXBvbmVudE5hbWUsIGV2ZW50TmFtZSwgcGFyYW1zKSB7XHJcbiAgICAvLyDlvqrnjq/lrZDoioLngrnmib7liLDlkI3np7DkuIDmoLfnmoTlrZDoioLngrkg5ZCm5YiZIOmAkuW9kiDlvZPliY3lrZDoioLngrlcclxuICAgIHRoaXMuJGNoaWxkcmVuLm1hcChjaGlsZD0+e1xyXG4gICAgICAgIGlmIChjb21wb25lbnROYW1lPT09Y2hpbGQuJG9wdGlvbnMubmFtZSkge1xyXG4gICAgICAgICAgICBjaGlsZC4kZW1pdC5hcHBseShjaGlsZCxbZXZlbnROYW1lXS5jb25jYXQocGFyYW1zKSlcclxuICAgICAgICB9ZWxzZSB7XHJcbiAgICAgICAgICAgIGJyb2FkY2FzdC5hcHBseShjaGlsZCxbY29tcG9uZW50TmFtZSxldmVudE5hbWVdLmNvbmNhdChwYXJhbXMpKVxyXG4gICAgICAgIH1cclxuICAgIH0pXHJcbn1cclxuZXhwb3J0IGRlZmF1bHQge1xyXG4gICAgbWV0aG9kczoge1xyXG4gICAgICAgIC8qKlxyXG4gICAgICAgICAqIOa0vuWPkSAo5ZCR5LiK5p+l5om+KSAo5LiA5LiqKVxyXG4gICAgICAgICAqIEBwYXJhbSBjb21wb25lbnROYW1lIC8vIOmcgOimgeaJvueahOe7hOS7tueahOWQjeensFxyXG4gICAgICAgICAqIEBwYXJhbSBldmVudE5hbWUgLy8g5LqL5Lu25ZCN56ewXHJcbiAgICAgICAgICogQHBhcmFtIHBhcmFtcyAvLyDpnIDopoHkvKDpgJLnmoTlj4LmlbBcclxuICAgICAgICAgKi9cclxuICAgICAgICBkaXNwYXRjaChjb21wb25lbnROYW1lLCBldmVudE5hbWUsIHBhcmFtcykge1xyXG4gICAgICAgICAgICBsZXQgcGFyZW50ID0gdGhpcy4kcGFyZW50IHx8IHRoaXMuJHJvb3Q7Ly8kcGFyZW50IOaJvuWIsOacgOi/keeahOeItuiKgueCuSAkcm9vdCDmoLnoioLngrlcclxuICAgICAgICAgICAgbGV0IG5hbWUgPSBwYXJlbnQuJG9wdGlvbnMubmFtZTsgLy8g6I635Y+W5b2T5YmN57uE5Lu25a6e5L6L55qEbmFtZVxyXG4gICAgICAgICAgICAvLyDlpoLmnpzlvZPliY3mnInoioLngrkgJiYg5b2T5YmN5rKh5ZCN56ewIOS4lCDlvZPliY3lkI3np7DnrYnkuo7pnIDopoHkvKDov5vmnaXnmoTlkI3np7DnmoTml7blgJnlsLHljrvmn6Xmib7lvZPliY3nmoToioLngrlcclxuICAgICAgICAgICAgLy8g5b6q546v5Ye65b2T5YmN5ZCN56ew55qE5LiA5qC355qE57uE5Lu25a6e5L6LXHJcbiAgICAgICAgICAgIHdoaWxlIChwYXJlbnQgJiYgKCFuYW1lfHxuYW1lIT09Y29tcG9uZW50TmFtZSkpIHtcclxuICAgICAgICAgICAgICAgIHBhcmVudCA9IHBhcmVudC4kcGFyZW50O1xyXG4gICAgICAgICAgICAgICAgaWYgKHBhcmVudCkge1xyXG4gICAgICAgICAgICAgICAgICAgIG5hbWUgPSBwYXJlbnQuJG9wdGlvbnMubmFtZTtcclxuICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAvLyDmnInoioLngrnooajnpLrlvZPliY3mib7liLDkuoZuYW1l5LiA5qC355qE5a6e5L6LXHJcbiAgICAgICAgICAgIGlmIChwYXJlbnQpIHtcclxuICAgICAgICAgICAgICAgIHBhcmVudC4kZW1pdC5hcHBseShwYXJlbnQsW2V2ZW50TmFtZV0uY29uY2F0KHBhcmFtcykpXHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICB9LFxyXG4gICAgICAgIC8qKlxyXG4gICAgICAgICAqIOW5v+aSrSAo5ZCR5LiL5p+l5om+KSAo5bm/5pKt5aSa5LiqKVxyXG4gICAgICAgICAqIEBwYXJhbSBjb21wb25lbnROYW1lIC8vIOmcgOimgeaJvueahOe7hOS7tueahOWQjeensFxyXG4gICAgICAgICAqIEBwYXJhbSBldmVudE5hbWUgLy8g5LqL5Lu25ZCN56ewXHJcbiAgICAgICAgICogQHBhcmFtIHBhcmFtcyAvLyDpnIDopoHkvKDpgJLnmoTlj4LmlbBcclxuICAgICAgICAgKi9cclxuICAgICAgICBicm9hZGNhc3QoY29tcG9uZW50TmFtZSwgZXZlbnROYW1lLCBwYXJhbXMpIHtcclxuICAgICAgICAgICAgYnJvYWRjYXN0LmNhbGwodGhpcyxjb21wb25lbnROYW1lLCBldmVudE5hbWUsIHBhcmFtcylcclxuICAgICAgICB9XHJcbiAgICB9XHJcbn1cclxuIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///10\n");
/***/ }),
-/* 17 */
-/*!*******************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-checkbox/u-checkbox.vue ***!
- \*******************************************************************************************/
+/* 11 */
+/*!**********************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js ***!
+ \**********************************************************************************************************/
+/*! exports provided: default */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+
+"use strict";
+__webpack_require__.r(__webpack_exports__);
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return normalizeComponent; });
+/* globals __VUE_SSR_CONTEXT__ */
+
+// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).
+// This module is a runtime utility for cleaner component module output and will
+// be included in the final webpack user bundle.
+
+function normalizeComponent (
+ scriptExports,
+ render,
+ staticRenderFns,
+ functionalTemplate,
+ injectStyles,
+ scopeId,
+ moduleIdentifier, /* server only */
+ shadowMode, /* vue-cli only */
+ components, // fixed by xxxxxx auto components
+ renderjs // fixed by xxxxxx renderjs
+) {
+ // Vue.extend constructor export interop
+ var options = typeof scriptExports === 'function'
+ ? scriptExports.options
+ : scriptExports
+
+ // fixed by xxxxxx auto components
+ if (components) {
+ if (!options.components) {
+ options.components = {}
+ }
+ var hasOwn = Object.prototype.hasOwnProperty
+ for (var name in components) {
+ if (hasOwn.call(components, name) && !hasOwn.call(options.components, name)) {
+ options.components[name] = components[name]
+ }
+ }
+ }
+ // fixed by xxxxxx renderjs
+ if (renderjs) {
+ (renderjs.beforeCreate || (renderjs.beforeCreate = [])).unshift(function() {
+ this[renderjs.__module] = this
+ });
+ (options.mixins || (options.mixins = [])).push(renderjs)
+ }
+
+ // render functions
+ if (render) {
+ options.render = render
+ options.staticRenderFns = staticRenderFns
+ options._compiled = true
+ }
+
+ // functional template
+ if (functionalTemplate) {
+ options.functional = true
+ }
+
+ // scopedId
+ if (scopeId) {
+ options._scopeId = 'data-v-' + scopeId
+ }
+
+ var hook
+ if (moduleIdentifier) { // server build
+ hook = function (context) {
+ // 2.3 injection
+ context =
+ context || // cached call
+ (this.$vnode && this.$vnode.ssrContext) || // stateful
+ (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional
+ // 2.2 with runInNewContext: true
+ if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
+ context = __VUE_SSR_CONTEXT__
+ }
+ // inject component styles
+ if (injectStyles) {
+ injectStyles.call(this, context)
+ }
+ // register component module identifier for async chunk inferrence
+ if (context && context._registeredComponents) {
+ context._registeredComponents.add(moduleIdentifier)
+ }
+ }
+ // used by ssr in case component is cached and beforeCreate
+ // never gets called
+ options._ssrRegister = hook
+ } else if (injectStyles) {
+ hook = shadowMode
+ ? function () { injectStyles.call(this, this.$root.$options.shadowRoot) }
+ : injectStyles
+ }
+
+ if (hook) {
+ if (options.functional) {
+ // for template-only hot-reload because in that case the render fn doesn't
+ // go through the normalizer
+ options._injectStyles = hook
+ // register for functioal component in vue file
+ var originalRender = options.render
+ options.render = function renderWithStyleInjection (h, context) {
+ hook.call(context)
+ return originalRender(h, context)
+ }
+ } else {
+ // inject component registration as beforeCreate hook
+ var existing = options.beforeCreate
+ options.beforeCreate = existing
+ ? [].concat(existing, hook)
+ : [hook]
+ }
+ }
+
+ return {
+ exports: scriptExports,
+ options: options
+ }
+}
+
+
+/***/ }),
+/* 12 */
+/*!*********************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-checkbox/u-checkbox.vue ***!
+ \*********************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _u_checkbox_vue_vue_type_template_id_54acf820_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./u-checkbox.vue?vue&type=template&id=54acf820&scoped=true& */ 18);\n/* harmony import */ var _u_checkbox_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./u-checkbox.vue?vue&type=script&lang=js& */ 25);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _u_checkbox_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _u_checkbox_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 7);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _u_checkbox_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _u_checkbox_vue_vue_type_template_id_54acf820_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _u_checkbox_vue_vue_type_template_id_54acf820_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"54acf820\",\n null,\n false,\n _u_checkbox_vue_vue_type_template_id_54acf820_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"uview-ui/components/u-checkbox/u-checkbox.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBbUk7QUFDbkk7QUFDOEQ7QUFDTDs7O0FBR3pEO0FBQ21LO0FBQ25LLGdCQUFnQiw2S0FBVTtBQUMxQixFQUFFLGdGQUFNO0FBQ1IsRUFBRSxpR0FBTTtBQUNSLEVBQUUsMEdBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUscUdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiMTcuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyByZW5kZXIsIHN0YXRpY1JlbmRlckZucywgcmVjeWNsYWJsZVJlbmRlciwgY29tcG9uZW50cyB9IGZyb20gXCIuL3UtY2hlY2tib3gudnVlP3Z1ZSZ0eXBlPXRlbXBsYXRlJmlkPTU0YWNmODIwJnNjb3BlZD10cnVlJlwiXG52YXIgcmVuZGVyanNcbmltcG9ydCBzY3JpcHQgZnJvbSBcIi4vdS1jaGVja2JveC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmXCJcbmV4cG9ydCAqIGZyb20gXCIuL3UtY2hlY2tib3gudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiXG5cblxuLyogbm9ybWFsaXplIGNvbXBvbmVudCAqL1xuaW1wb3J0IG5vcm1hbGl6ZXIgZnJvbSBcIiEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL3J1bnRpbWUvY29tcG9uZW50Tm9ybWFsaXplci5qc1wiXG52YXIgY29tcG9uZW50ID0gbm9ybWFsaXplcihcbiAgc2NyaXB0LFxuICByZW5kZXIsXG4gIHN0YXRpY1JlbmRlckZucyxcbiAgZmFsc2UsXG4gIG51bGwsXG4gIFwiNTRhY2Y4MjBcIixcbiAgbnVsbCxcbiAgZmFsc2UsXG4gIGNvbXBvbmVudHMsXG4gIHJlbmRlcmpzXG4pXG5cbmNvbXBvbmVudC5vcHRpb25zLl9fZmlsZSA9IFwidXZpZXctdWkvY29tcG9uZW50cy91LWNoZWNrYm94L3UtY2hlY2tib3gudnVlXCJcbmV4cG9ydCBkZWZhdWx0IGNvbXBvbmVudC5leHBvcnRzIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///17\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _u_checkbox_vue_vue_type_template_id_54acf820_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./u-checkbox.vue?vue&type=template&id=54acf820&scoped=true& */ 13);\n/* harmony import */ var _u_checkbox_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./u-checkbox.vue?vue&type=script&lang=js& */ 20);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _u_checkbox_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _u_checkbox_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _u_checkbox_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _u_checkbox_vue_vue_type_template_id_54acf820_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _u_checkbox_vue_vue_type_template_id_54acf820_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"54acf820\",\n null,\n false,\n _u_checkbox_vue_vue_type_template_id_54acf820_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"uview-ui/components/u-checkbox/u-checkbox.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBbUk7QUFDbkk7QUFDOEQ7QUFDTDs7O0FBR3pEO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLGdGQUFNO0FBQ1IsRUFBRSxpR0FBTTtBQUNSLEVBQUUsMEdBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUscUdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiMTIuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyByZW5kZXIsIHN0YXRpY1JlbmRlckZucywgcmVjeWNsYWJsZVJlbmRlciwgY29tcG9uZW50cyB9IGZyb20gXCIuL3UtY2hlY2tib3gudnVlP3Z1ZSZ0eXBlPXRlbXBsYXRlJmlkPTU0YWNmODIwJnNjb3BlZD10cnVlJlwiXG52YXIgcmVuZGVyanNcbmltcG9ydCBzY3JpcHQgZnJvbSBcIi4vdS1jaGVja2JveC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmXCJcbmV4cG9ydCAqIGZyb20gXCIuL3UtY2hlY2tib3gudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiXG5cblxuLyogbm9ybWFsaXplIGNvbXBvbmVudCAqL1xuaW1wb3J0IG5vcm1hbGl6ZXIgZnJvbSBcIiFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxccnVudGltZVxcXFxjb21wb25lbnROb3JtYWxpemVyLmpzXCJcbnZhciBjb21wb25lbnQgPSBub3JtYWxpemVyKFxuICBzY3JpcHQsXG4gIHJlbmRlcixcbiAgc3RhdGljUmVuZGVyRm5zLFxuICBmYWxzZSxcbiAgbnVsbCxcbiAgXCI1NGFjZjgyMFwiLFxuICBudWxsLFxuICBmYWxzZSxcbiAgY29tcG9uZW50cyxcbiAgcmVuZGVyanNcbilcblxuY29tcG9uZW50Lm9wdGlvbnMuX19maWxlID0gXCJ1dmlldy11aS9jb21wb25lbnRzL3UtY2hlY2tib3gvdS1jaGVja2JveC52dWVcIlxuZXhwb3J0IGRlZmF1bHQgY29tcG9uZW50LmV4cG9ydHMiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///12\n");
/***/ }),
-/* 18 */
-/*!**************************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-checkbox/u-checkbox.vue?vue&type=template&id=54acf820&scoped=true& ***!
- \**************************************************************************************************************************************/
+/* 13 */
+/*!****************************************************************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-checkbox/u-checkbox.vue?vue&type=template&id=54acf820&scoped=true& ***!
+ \****************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
-/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_vue_vue_type_template_id_54acf820_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-checkbox.vue?vue&type=template&id=54acf820&scoped=true& */ 19);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_vue_vue_type_template_id_54acf820_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_vue_vue_type_template_id_54acf820_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-checkbox.vue?vue&type=template&id=54acf820&scoped=true& */ 14);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_vue_vue_type_template_id_54acf820_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_vue_vue_type_template_id_54acf820_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_vue_vue_type_template_id_54acf820_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_vue_vue_type_template_id_54acf820_scoped_true___WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_vue_vue_type_template_id_54acf820_scoped_true___WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_vue_vue_type_template_id_54acf820_scoped_true___WEBPACK_IMPORTED_MODULE_0__["components"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_vue_vue_type_template_id_54acf820_scoped_true___WEBPACK_IMPORTED_MODULE_0__["components"]; });
/***/ }),
-/* 19 */
-/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-checkbox/u-checkbox.vue?vue&type=template&id=54acf820&scoped=true& ***!
- \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 14 */
+/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/uview-ui/components/u-checkbox/u-checkbox.vue?vue&type=template&id=54acf820&scoped=true& ***!
+ \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
@@ -895,7 +743,7 @@ __webpack_require__.r(__webpack_exports__);
var components
try {
components = {
- uIcon: __webpack_require__(/*! @/uview-ui/components/u-icon/u-icon.vue */ 20).default
+ uIcon: __webpack_require__(/*! @/uview-ui/components/u-icon/u-icon.vue */ 15).default
}
} catch (e) {
if (
@@ -971,42 +819,42 @@ render._withStripped = true
/***/ }),
-/* 20 */
-/*!***********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-icon/u-icon.vue ***!
- \***********************************************************************************/
+/* 15 */
+/*!*************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-icon/u-icon.vue ***!
+ \*************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _u_icon_vue_vue_type_template_id_6e20bb40_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./u-icon.vue?vue&type=template&id=6e20bb40&scoped=true& */ 21);\n/* harmony import */ var _u_icon_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./u-icon.vue?vue&type=script&lang=js& */ 23);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _u_icon_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _u_icon_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 7);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _u_icon_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _u_icon_vue_vue_type_template_id_6e20bb40_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _u_icon_vue_vue_type_template_id_6e20bb40_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"6e20bb40\",\n null,\n false,\n _u_icon_vue_vue_type_template_id_6e20bb40_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"uview-ui/components/u-icon/u-icon.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBK0g7QUFDL0g7QUFDMEQ7QUFDTDs7O0FBR3JEO0FBQ21LO0FBQ25LLGdCQUFnQiw2S0FBVTtBQUMxQixFQUFFLDRFQUFNO0FBQ1IsRUFBRSw2RkFBTTtBQUNSLEVBQUUsc0dBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsaUdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiMjAuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyByZW5kZXIsIHN0YXRpY1JlbmRlckZucywgcmVjeWNsYWJsZVJlbmRlciwgY29tcG9uZW50cyB9IGZyb20gXCIuL3UtaWNvbi52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9NmUyMGJiNDAmc2NvcGVkPXRydWUmXCJcbnZhciByZW5kZXJqc1xuaW1wb3J0IHNjcmlwdCBmcm9tIFwiLi91LWljb24udnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiXG5leHBvcnQgKiBmcm9tIFwiLi91LWljb24udnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiXG5cblxuLyogbm9ybWFsaXplIGNvbXBvbmVudCAqL1xuaW1wb3J0IG5vcm1hbGl6ZXIgZnJvbSBcIiEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL3J1bnRpbWUvY29tcG9uZW50Tm9ybWFsaXplci5qc1wiXG52YXIgY29tcG9uZW50ID0gbm9ybWFsaXplcihcbiAgc2NyaXB0LFxuICByZW5kZXIsXG4gIHN0YXRpY1JlbmRlckZucyxcbiAgZmFsc2UsXG4gIG51bGwsXG4gIFwiNmUyMGJiNDBcIixcbiAgbnVsbCxcbiAgZmFsc2UsXG4gIGNvbXBvbmVudHMsXG4gIHJlbmRlcmpzXG4pXG5cbmNvbXBvbmVudC5vcHRpb25zLl9fZmlsZSA9IFwidXZpZXctdWkvY29tcG9uZW50cy91LWljb24vdS1pY29uLnZ1ZVwiXG5leHBvcnQgZGVmYXVsdCBjb21wb25lbnQuZXhwb3J0cyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///20\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _u_icon_vue_vue_type_template_id_6e20bb40_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./u-icon.vue?vue&type=template&id=6e20bb40&scoped=true& */ 16);\n/* harmony import */ var _u_icon_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./u-icon.vue?vue&type=script&lang=js& */ 18);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _u_icon_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _u_icon_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _u_icon_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _u_icon_vue_vue_type_template_id_6e20bb40_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _u_icon_vue_vue_type_template_id_6e20bb40_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"6e20bb40\",\n null,\n false,\n _u_icon_vue_vue_type_template_id_6e20bb40_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"uview-ui/components/u-icon/u-icon.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBK0g7QUFDL0g7QUFDMEQ7QUFDTDs7O0FBR3JEO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLDRFQUFNO0FBQ1IsRUFBRSw2RkFBTTtBQUNSLEVBQUUsc0dBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsaUdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiMTUuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyByZW5kZXIsIHN0YXRpY1JlbmRlckZucywgcmVjeWNsYWJsZVJlbmRlciwgY29tcG9uZW50cyB9IGZyb20gXCIuL3UtaWNvbi52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9NmUyMGJiNDAmc2NvcGVkPXRydWUmXCJcbnZhciByZW5kZXJqc1xuaW1wb3J0IHNjcmlwdCBmcm9tIFwiLi91LWljb24udnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiXG5leHBvcnQgKiBmcm9tIFwiLi91LWljb24udnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiXG5cblxuLyogbm9ybWFsaXplIGNvbXBvbmVudCAqL1xuaW1wb3J0IG5vcm1hbGl6ZXIgZnJvbSBcIiFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxccnVudGltZVxcXFxjb21wb25lbnROb3JtYWxpemVyLmpzXCJcbnZhciBjb21wb25lbnQgPSBub3JtYWxpemVyKFxuICBzY3JpcHQsXG4gIHJlbmRlcixcbiAgc3RhdGljUmVuZGVyRm5zLFxuICBmYWxzZSxcbiAgbnVsbCxcbiAgXCI2ZTIwYmI0MFwiLFxuICBudWxsLFxuICBmYWxzZSxcbiAgY29tcG9uZW50cyxcbiAgcmVuZGVyanNcbilcblxuY29tcG9uZW50Lm9wdGlvbnMuX19maWxlID0gXCJ1dmlldy11aS9jb21wb25lbnRzL3UtaWNvbi91LWljb24udnVlXCJcbmV4cG9ydCBkZWZhdWx0IGNvbXBvbmVudC5leHBvcnRzIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///15\n");
/***/ }),
-/* 21 */
-/*!******************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-icon/u-icon.vue?vue&type=template&id=6e20bb40&scoped=true& ***!
- \******************************************************************************************************************************/
+/* 16 */
+/*!********************************************************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-icon/u-icon.vue?vue&type=template&id=6e20bb40&scoped=true& ***!
+ \********************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
-/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_icon_vue_vue_type_template_id_6e20bb40_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-icon.vue?vue&type=template&id=6e20bb40&scoped=true& */ 22);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_icon_vue_vue_type_template_id_6e20bb40_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_icon_vue_vue_type_template_id_6e20bb40_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-icon.vue?vue&type=template&id=6e20bb40&scoped=true& */ 17);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_icon_vue_vue_type_template_id_6e20bb40_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_icon_vue_vue_type_template_id_6e20bb40_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_icon_vue_vue_type_template_id_6e20bb40_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_icon_vue_vue_type_template_id_6e20bb40_scoped_true___WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_icon_vue_vue_type_template_id_6e20bb40_scoped_true___WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_icon_vue_vue_type_template_id_6e20bb40_scoped_true___WEBPACK_IMPORTED_MODULE_0__["components"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_icon_vue_vue_type_template_id_6e20bb40_scoped_true___WEBPACK_IMPORTED_MODULE_0__["components"]; });
/***/ }),
-/* 22 */
-/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-icon/u-icon.vue?vue&type=template&id=6e20bb40&scoped=true& ***!
- \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 17 */
+/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/uview-ui/components/u-icon/u-icon.vue?vue&type=template&id=6e20bb40&scoped=true& ***!
+ \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
@@ -1103,113 +951,113 @@ render._withStripped = true
/***/ }),
-/* 23 */
-/*!************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-icon/u-icon.vue?vue&type=script&lang=js& ***!
- \************************************************************************************************************/
+/* 18 */
+/*!**************************************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-icon/u-icon.vue?vue&type=script&lang=js& ***!
+ \**************************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_icon_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-icon.vue?vue&type=script&lang=js& */ 24);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_icon_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_icon_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_icon_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_icon_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_icon_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQWtpQixDQUFnQiw0akJBQUcsRUFBQyIsImZpbGUiOiIyMy5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBtb2QgZnJvbSBcIi0hLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvYmFiZWwtbG9hZGVyL2xpYi9pbmRleC5qcyEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stcHJlcHJvY2Vzcy1sb2FkZXIvaW5kZXguanM/P3JlZi0tNi0xIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvd2VicGFjay11bmktYXBwLWxvYWRlci91c2luZy1jb21wb25lbnRzLmpzIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvdnVlLWxvYWRlci9saWIvaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL3UtaWNvbi52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmXCI7IGV4cG9ydCBkZWZhdWx0IG1vZDsgZXhwb3J0ICogZnJvbSBcIi0hLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvYmFiZWwtbG9hZGVyL2xpYi9pbmRleC5qcyEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stcHJlcHJvY2Vzcy1sb2FkZXIvaW5kZXguanM/P3JlZi0tNi0xIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvd2VicGFjay11bmktYXBwLWxvYWRlci91c2luZy1jb21wb25lbnRzLmpzIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvdnVlLWxvYWRlci9saWIvaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL3UtaWNvbi52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmXCIiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///23\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_icon_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-icon.vue?vue&type=script&lang=js& */ 19);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_icon_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_icon_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_icon_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_icon_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_icon_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQTZsQixDQUFnQiw0bkJBQUcsRUFBQyIsImZpbGUiOiIxOC5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBtb2QgZnJvbSBcIi0hQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxiYWJlbC1sb2FkZXJcXFxcbGliXFxcXGluZGV4LmpzIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcQGRjbG91ZGlvXFxcXHZ1ZS1jbGktcGx1Z2luLXVuaVxcXFxwYWNrYWdlc1xcXFx3ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyXFxcXGluZGV4LmpzPz9yZWYtLTYtMSFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay11bmktYXBwLWxvYWRlclxcXFx1c2luZy1jb21wb25lbnRzLmpzIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcQGRjbG91ZGlvXFxcXHZ1ZS1jbGktcGx1Z2luLXVuaVxcXFxwYWNrYWdlc1xcXFx2dWUtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcz8/dnVlLWxvYWRlci1vcHRpb25zIS4vdS1pY29uLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIjsgZXhwb3J0IGRlZmF1bHQgbW9kOyBleHBvcnQgKiBmcm9tIFwiLSFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXGJhYmVsLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanMhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stcHJlcHJvY2Vzcy1sb2FkZXJcXFxcaW5kZXguanM/P3JlZi0tNi0xIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcQGRjbG91ZGlvXFxcXHZ1ZS1jbGktcGx1Z2luLXVuaVxcXFxwYWNrYWdlc1xcXFx3ZWJwYWNrLXVuaS1hcHAtbG9hZGVyXFxcXHVzaW5nLWNvbXBvbmVudHMuanMhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXGluZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi91LWljb24udnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///18\n");
/***/ }),
-/* 24 */
-/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-icon/u-icon.vue?vue&type=script&lang=js& ***!
- \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 19 */
+/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/uview-ui/components/u-icon/u-icon.vue?vue&type=script&lang=js& ***!
+ \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0; //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n/**\r\n * icon 图标\r\n * @description 基于字体的图标集,包含了大多数常见场景的图标。\r\n * @tutorial https://www.uviewui.com/components/icon.html\r\n * @property {String} name 图标名称,见示例图标集\r\n * @property {String} color 图标颜色(默认inherit)\r\n * @property {String | Number} size 图标字体大小,单位rpx(默认32)\r\n * @property {String | Number} label-size label字体大小,单位rpx(默认28)\r\n * @property {String} label 图标右侧的label文字(默认28)\r\n * @property {String} label-pos label文字相对于图标的位置,只能right或bottom(默认right)\r\n * @property {String} label-color label字体颜色(默认#606266)\r\n * @property {Object} custom-style icon的样式,对象形式\r\n * @property {String} custom-prefix 自定义字体图标库时,需要写上此值\r\n * @property {String | Number} margin-left label在右侧时与图标的距离,单位rpx(默认6)\r\n * @property {String | Number} margin-top label在下方时与图标的距离,单位rpx(默认6)\r\n * @property {String | Number} margin-bottom label在上方时与图标的距离,单位rpx(默认6)\r\n * @property {String | Number} margin-right label在左侧时与图标的距离,单位rpx(默认6)\r\n * @property {String} label-pos label相对于图标的位置,只能right或bottom(默认right)\r\n * @property {String} index 一个用于区分多个图标的值,点击图标时通过click事件传出\r\n * @property {String} hover-class 图标按下去的样式类,用法同uni的view组件的hover-class参数,详情见官网\r\n * @property {String} width 显示图片小图标时的宽度\r\n * @property {String} height 显示图片小图标时的高度\r\n * @property {String} top 图标在垂直方向上的定位\r\n * @property {String} top 图标在垂直方向上的定位\r\n * @property {String} top 图标在垂直方向上的定位\r\n * @property {Boolean} show-decimal-icon 是否为DecimalIcon\r\n * @property {String} inactive-color 背景颜色,可接受主题色,仅Decimal时有效\r\n * @property {String | Number} percent 显示的百分比,仅Decimal时有效\r\n * @event {Function} click 点击图标时触发\r\n * @example \r\n */var _default2 =\n{\n name: 'u-icon',\n props: {\n // 图标类名\n name: {\n type: String,\n default: '' },\n\n // 图标颜色,可接受主题色\n color: {\n type: String,\n default: '' },\n\n // 字体大小,单位rpx\n size: {\n type: [Number, String],\n default: 'inherit' },\n\n // 是否显示粗体\n bold: {\n type: Boolean,\n default: false },\n\n // 点击图标的时候传递事件出去的index(用于区分点击了哪一个)\n index: {\n type: [Number, String],\n default: '' },\n\n // 触摸图标时的类名\n hoverClass: {\n type: String,\n default: '' },\n\n // 自定义扩展前缀,方便用户扩展自己的图标库\n customPrefix: {\n type: String,\n default: 'uicon' },\n\n // 图标右边或者下面的文字\n label: {\n type: [String, Number],\n default: '' },\n\n // label的位置,只能右边或者下边\n labelPos: {\n type: String,\n default: 'right' },\n\n // label的大小\n labelSize: {\n type: [String, Number],\n default: '28' },\n\n // label的颜色\n labelColor: {\n type: String,\n default: '#606266' },\n\n // label与图标的距离(横向排列)\n marginLeft: {\n type: [String, Number],\n default: '6' },\n\n // label与图标的距离(竖向排列)\n marginTop: {\n type: [String, Number],\n default: '6' },\n\n // label与图标的距离(竖向排列)\n marginRight: {\n type: [String, Number],\n default: '6' },\n\n // label与图标的距离(竖向排列)\n marginBottom: {\n type: [String, Number],\n default: '6' },\n\n // 图片的mode\n imgMode: {\n type: String,\n default: 'widthFix' },\n\n // 自定义样式\n customStyle: {\n type: Object,\n default: function _default() {\n return {};\n } },\n\n // 用于显示图片小图标时,图片的宽度\n width: {\n type: [String, Number],\n default: '' },\n\n // 用于显示图片小图标时,图片的高度\n height: {\n type: [String, Number],\n default: '' },\n\n // 用于解决某些情况下,让图标垂直居中的用途\n top: {\n type: [String, Number],\n default: 0 },\n\n // 是否为DecimalIcon\n showDecimalIcon: {\n type: Boolean,\n default: false },\n\n // 背景颜色,可接受主题色,仅Decimal时有效\n inactiveColor: {\n type: String,\n default: '#ececec' },\n\n // 显示的百分比,仅Decimal时有效\n percent: {\n type: [Number, String],\n default: '50' } },\n\n\n computed: {\n customClass: function customClass() {\n var classes = [];\n classes.push(this.customPrefix + '-' + this.name);\n // uView的自定义图标类名为u-iconfont\n if (this.customPrefix == 'uicon') {\n classes.push('u-iconfont');\n } else {\n classes.push(this.customPrefix);\n }\n // 主题色,通过类配置\n if (this.showDecimalIcon && this.inactiveColor && this.$u.config.type.includes(this.inactiveColor)) {\n classes.push('u-icon__icon--' + this.inactiveColor);\n } else if (this.color && this.$u.config.type.includes(this.color)) classes.push('u-icon__icon--' + this.color);\n // 阿里,头条,百度小程序通过数组绑定类名时,无法直接使用[a, b, c]的形式,否则无法识别\n // 故需将其拆成一个字符串的形式,通过空格隔开各个类名\n\n\n\n return classes;\n },\n iconStyle: function iconStyle() {\n var style = {};\n style = {\n fontSize: this.size == 'inherit' ? 'inherit' : this.$u.addUnit(this.size),\n fontWeight: this.bold ? 'bold' : 'normal',\n // 某些特殊情况需要设置一个到顶部的距离,才能更好的垂直居中\n top: this.$u.addUnit(this.top) };\n\n // 非主题色值时,才当作颜色值\n if (this.showDecimalIcon && this.inactiveColor && !this.$u.config.type.includes(this.inactiveColor)) {\n style.color = this.inactiveColor;\n } else if (this.color && !this.$u.config.type.includes(this.color)) style.color = this.color;\n\n return style;\n },\n // 判断传入的name属性,是否图片路径,只要带有\"/\"均认为是图片形式\n isImg: function isImg() {\n return this.name.indexOf('/') !== -1;\n },\n imgStyle: function imgStyle() {\n var style = {};\n // 如果设置width和height属性,则优先使用,否则使用size属性\n style.width = this.width ? this.$u.addUnit(this.width) : this.$u.addUnit(this.size);\n style.height = this.height ? this.$u.addUnit(this.height) : this.$u.addUnit(this.size);\n return style;\n },\n decimalIconStyle: function decimalIconStyle() {\n var style = {};\n style = {\n fontSize: this.size == 'inherit' ? 'inherit' : this.$u.addUnit(this.size),\n fontWeight: this.bold ? 'bold' : 'normal',\n // 某些特殊情况需要设置一个到顶部的距离,才能更好的垂直居中\n top: this.$u.addUnit(this.top),\n width: this.percent + '%' };\n\n // 非主题色值时,才当作颜色值\n if (this.color && !this.$u.config.type.includes(this.color)) style.color = this.color;\n return style;\n },\n decimalIconClass: function decimalIconClass() {\n var classes = [];\n classes.push(this.customPrefix + '-' + this.name);\n // uView的自定义图标类名为u-iconfont\n if (this.customPrefix == 'uicon') {\n classes.push('u-iconfont');\n } else {\n classes.push(this.customPrefix);\n }\n // 主题色,通过类配置\n if (this.color && this.$u.config.type.includes(this.color)) classes.push('u-icon__icon--' + this.color);else\n classes.push('u-icon__icon--primary');\n // 阿里,头条,百度小程序通过数组绑定类名时,无法直接使用[a, b, c]的形式,否则无法识别\n // 故需将其拆成一个字符串的形式,通过空格隔开各个类名\n\n\n\n return classes;\n } },\n\n methods: {\n click: function click() {\n this.$emit('click', this.index);\n },\n touchstart: function touchstart() {\n this.$emit('touchstart', this.index);\n } } };exports.default = _default2;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXZpZXctdWkvY29tcG9uZW50cy91LWljb24vdS1pY29uLnZ1ZSJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQXVCQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQStCQTtBQUNBLGdCQURBO0FBRUE7QUFDQTtBQUNBO0FBQ0Esa0JBREE7QUFFQSxpQkFGQSxFQUZBOztBQU1BO0FBQ0E7QUFDQSxrQkFEQTtBQUVBLGlCQUZBLEVBUEE7O0FBV0E7QUFDQTtBQUNBLDRCQURBO0FBRUEsd0JBRkEsRUFaQTs7QUFnQkE7QUFDQTtBQUNBLG1CQURBO0FBRUEsb0JBRkEsRUFqQkE7O0FBcUJBO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLGlCQUZBLEVBdEJBOztBQTBCQTtBQUNBO0FBQ0Esa0JBREE7QUFFQSxpQkFGQSxFQTNCQTs7QUErQkE7QUFDQTtBQUNBLGtCQURBO0FBRUEsc0JBRkEsRUFoQ0E7O0FBb0NBO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLGlCQUZBLEVBckNBOztBQXlDQTtBQUNBO0FBQ0Esa0JBREE7QUFFQSxzQkFGQSxFQTFDQTs7QUE4Q0E7QUFDQTtBQUNBLDRCQURBO0FBRUEsbUJBRkEsRUEvQ0E7O0FBbURBO0FBQ0E7QUFDQSxrQkFEQTtBQUVBLHdCQUZBLEVBcERBOztBQXdEQTtBQUNBO0FBQ0EsNEJBREE7QUFFQSxrQkFGQSxFQXpEQTs7QUE2REE7QUFDQTtBQUNBLDRCQURBO0FBRUEsa0JBRkEsRUE5REE7O0FBa0VBO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLGtCQUZBLEVBbkVBOztBQXVFQTtBQUNBO0FBQ0EsNEJBREE7QUFFQSxrQkFGQSxFQXhFQTs7QUE0RUE7QUFDQTtBQUNBLGtCQURBO0FBRUEseUJBRkEsRUE3RUE7O0FBaUZBO0FBQ0E7QUFDQSxrQkFEQTtBQUVBLGFBRkEsc0JBRUE7QUFDQTtBQUNBLE9BSkEsRUFsRkE7O0FBd0ZBO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLGlCQUZBLEVBekZBOztBQTZGQTtBQUNBO0FBQ0EsNEJBREE7QUFFQSxpQkFGQSxFQTlGQTs7QUFrR0E7QUFDQTtBQUNBLDRCQURBO0FBRUEsZ0JBRkEsRUFuR0E7O0FBdUdBO0FBQ0E7QUFDQSxtQkFEQTtBQUVBLG9CQUZBLEVBeEdBOztBQTRHQTtBQUNBO0FBQ0Esa0JBREE7QUFFQSx3QkFGQSxFQTdHQTs7QUFpSEE7QUFDQTtBQUNBLDRCQURBO0FBRUEsbUJBRkEsRUFsSEEsRUFGQTs7O0FBeUhBO0FBQ0EsZUFEQSx5QkFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxPQUZBLE1BRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsT0FGQSxNQUVBO0FBQ0E7QUFDQTs7OztBQUlBO0FBQ0EsS0FwQkE7QUFxQkEsYUFyQkEsdUJBcUJBO0FBQ0E7QUFDQTtBQUNBLGlGQURBO0FBRUEsaURBRkE7QUFHQTtBQUNBLHNDQUpBOztBQU1BO0FBQ0E7QUFDQTtBQUNBLE9BRkEsTUFFQTs7QUFFQTtBQUNBLEtBbkNBO0FBb0NBO0FBQ0EsU0FyQ0EsbUJBcUNBO0FBQ0E7QUFDQSxLQXZDQTtBQXdDQSxZQXhDQSxzQkF3Q0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0E5Q0E7QUErQ0Esb0JBL0NBLDhCQStDQTtBQUNBO0FBQ0E7QUFDQSxpRkFEQTtBQUVBLGlEQUZBO0FBR0E7QUFDQSxzQ0FKQTtBQUtBLGlDQUxBOztBQU9BO0FBQ0E7QUFDQTtBQUNBLEtBM0RBO0FBNERBLG9CQTVEQSw4QkE0REE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsT0FGQSxNQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7Ozs7QUFJQTtBQUNBLEtBOUVBLEVBekhBOztBQXlNQTtBQUNBLFNBREEsbUJBQ0E7QUFDQTtBQUNBLEtBSEE7QUFJQSxjQUpBLHdCQUlBO0FBQ0E7QUFDQSxLQU5BLEVBek1BLEUiLCJmaWxlIjoiMjQuanMiLCJzb3VyY2VzQ29udGVudCI6WyI8dGVtcGxhdGU+XHJcblx0PHZpZXcgOnN0eWxlPVwiW2N1c3RvbVN0eWxlXVwiIGNsYXNzPVwidS1pY29uXCIgQHRhcD1cImNsaWNrXCIgOmNsYXNzPVwiWyd1LWljb24tLScgKyBsYWJlbFBvc11cIj5cclxuXHRcdDxpbWFnZSBjbGFzcz1cInUtaWNvbl9faW1nXCIgdi1pZj1cImlzSW1nXCIgOnNyYz1cIm5hbWVcIiA6bW9kZT1cImltZ01vZGVcIiA6c3R5bGU9XCJbaW1nU3R5bGVdXCI+PC9pbWFnZT5cclxuXHRcdDx0ZXh0IHYtZWxzZSBjbGFzcz1cInUtaWNvbl9faWNvblwiIDpjbGFzcz1cImN1c3RvbUNsYXNzXCIgOnN0eWxlPVwiW2ljb25TdHlsZV1cIiA6aG92ZXItY2xhc3M9XCJob3ZlckNsYXNzXCJcclxuXHRcdFx0ICBAdG91Y2hzdGFydD1cInRvdWNoc3RhcnRcIj5cclxuXHRcdFx0PHRleHQgdi1pZj1cInNob3dEZWNpbWFsSWNvblwiIDpzdHlsZT1cIltkZWNpbWFsSWNvblN0eWxlXVwiIDpjbGFzcz1cImRlY2ltYWxJY29uQ2xhc3NcIiA6aG92ZXItY2xhc3M9XCJob3ZlckNsYXNzXCJcclxuXHRcdFx0XHQgIGNsYXNzPVwidS1pY29uX19kZWNpbWFsXCI+XHJcblx0XHRcdDwvdGV4dD5cclxuXHRcdDwvdGV4dD5cclxuXHRcdDwhLS0g6L+Z6YeM6L+b6KGM56m65a2X56ym5Liy5Yik5pat77yM5aaC5p6c5LuF5LuF5pivdi1pZj1cImxhYmVsXCLvvIzlj6/og73kvJrlh7rnjrDkvKDpgJIw55qE5pe25YCZ77yM57uT5p6c5Lmf5peg5rOV5pi+56S6IC0tPlxyXG5cdFx0PHRleHQgdi1pZj1cImxhYmVsICE9PSAnJ1wiIGNsYXNzPVwidS1pY29uX19sYWJlbFwiIDpzdHlsZT1cIntcclxuXHRcdFx0Y29sb3I6IGxhYmVsQ29sb3IsXHJcblx0XHRcdGZvbnRTaXplOiAkdS5hZGRVbml0KGxhYmVsU2l6ZSksXHJcblx0XHRcdG1hcmdpbkxlZnQ6IGxhYmVsUG9zID09ICdyaWdodCcgPyAkdS5hZGRVbml0KG1hcmdpbkxlZnQpIDogMCxcclxuXHRcdFx0bWFyZ2luVG9wOiBsYWJlbFBvcyA9PSAnYm90dG9tJyA/ICR1LmFkZFVuaXQobWFyZ2luVG9wKSA6IDAsXHJcblx0XHRcdG1hcmdpblJpZ2h0OiBsYWJlbFBvcyA9PSAnbGVmdCcgPyAkdS5hZGRVbml0KG1hcmdpblJpZ2h0KSA6IDAsXHJcblx0XHRcdG1hcmdpbkJvdHRvbTogbGFiZWxQb3MgPT0gJ3RvcCcgPyAkdS5hZGRVbml0KG1hcmdpbkJvdHRvbSkgOiAwLFxyXG5cdFx0fVwiPnt7IGxhYmVsIH19XHJcblx0XHQ8L3RleHQ+XHJcblx0PC92aWV3PlxyXG48L3RlbXBsYXRlPlxyXG5cclxuPHNjcmlwdD5cclxuLyoqXHJcbiAqIGljb24g5Zu+5qCHXHJcbiAqIEBkZXNjcmlwdGlvbiDln7rkuo7lrZfkvZPnmoTlm77moIfpm4bvvIzljIXlkKvkuoblpKflpJrmlbDluLjop4HlnLrmma/nmoTlm77moIfjgIJcclxuICogQHR1dG9yaWFsIGh0dHBzOi8vd3d3LnV2aWV3dWkuY29tL2NvbXBvbmVudHMvaWNvbi5odG1sXHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nfSBuYW1lIOWbvuagh+WQjeensO+8jOingeekuuS+i+Wbvuagh+mbhlxyXG4gKiBAcHJvcGVydHkge1N0cmluZ30gY29sb3Ig5Zu+5qCH6aKc6Imy77yI6buY6K6kaW5oZXJpdO+8iVxyXG4gKiBAcHJvcGVydHkge1N0cmluZyB8IE51bWJlcn0gc2l6ZSDlm77moIflrZfkvZPlpKflsI/vvIzljZXkvY1ycHjvvIjpu5jorqQzMu+8iVxyXG4gKiBAcHJvcGVydHkge1N0cmluZyB8IE51bWJlcn0gbGFiZWwtc2l6ZSBsYWJlbOWtl+S9k+Wkp+Wwj++8jOWNleS9jXJweO+8iOm7mOiupDI477yJXHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nfSBsYWJlbCDlm77moIflj7PkvqfnmoRsYWJlbOaWh+Wtl++8iOm7mOiupDI477yJXHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nfSBsYWJlbC1wb3MgbGFiZWzmloflrZfnm7jlr7nkuo7lm77moIfnmoTkvY3nva7vvIzlj6rog71yaWdodOaIlmJvdHRvbe+8iOm7mOiupHJpZ2h077yJXHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nfSBsYWJlbC1jb2xvciBsYWJlbOWtl+S9k+minOiJsu+8iOm7mOiupCM2MDYyNjbvvIlcclxuICogQHByb3BlcnR5IHtPYmplY3R9IGN1c3RvbS1zdHlsZSBpY29u55qE5qC35byP77yM5a+56LGh5b2i5byPXHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nfSBjdXN0b20tcHJlZml4IOiHquWumuS5ieWtl+S9k+Wbvuagh+W6k+aXtu+8jOmcgOimgeWGmeS4iuatpOWAvFxyXG4gKiBAcHJvcGVydHkge1N0cmluZyB8IE51bWJlcn0gbWFyZ2luLWxlZnQgbGFiZWzlnKjlj7Pkvqfml7bkuI7lm77moIfnmoTot53nprvvvIzljZXkvY1ycHjvvIjpu5jorqQ277yJXHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nIHwgTnVtYmVyfSBtYXJnaW4tdG9wIGxhYmVs5Zyo5LiL5pa55pe25LiO5Zu+5qCH55qE6Led56a777yM5Y2V5L2NcnB477yI6buY6K6kNu+8iVxyXG4gKiBAcHJvcGVydHkge1N0cmluZyB8IE51bWJlcn0gbWFyZ2luLWJvdHRvbSBsYWJlbOWcqOS4iuaWueaXtuS4juWbvuagh+eahOi3neemu++8jOWNleS9jXJweO+8iOm7mOiupDbvvIlcclxuICogQHByb3BlcnR5IHtTdHJpbmcgfCBOdW1iZXJ9IG1hcmdpbi1yaWdodCBsYWJlbOWcqOW3puS+p+aXtuS4juWbvuagh+eahOi3neemu++8jOWNleS9jXJweO+8iOm7mOiupDbvvIlcclxuICogQHByb3BlcnR5IHtTdHJpbmd9IGxhYmVsLXBvcyBsYWJlbOebuOWvueS6juWbvuagh+eahOS9jee9ru+8jOWPquiDvXJpZ2h05oiWYm90dG9t77yI6buY6K6kcmlnaHTvvIlcclxuICogQHByb3BlcnR5IHtTdHJpbmd9IGluZGV4IOS4gOS4queUqOS6juWMuuWIhuWkmuS4quWbvuagh+eahOWAvO+8jOeCueWHu+Wbvuagh+aXtumAmui/h2NsaWNr5LqL5Lu25Lyg5Ye6XHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nfSBob3Zlci1jbGFzcyDlm77moIfmjInkuIvljrvnmoTmoLflvI/nsbvvvIznlKjms5XlkIx1bmnnmoR2aWV357uE5Lu255qEaG92ZXItY2xhc3Plj4LmlbDvvIzor6bmg4Xop4HlrpjnvZFcclxuICogQHByb3BlcnR5IHtTdHJpbmd9IHdpZHRoIOaYvuekuuWbvueJh+Wwj+Wbvuagh+aXtueahOWuveW6plxyXG4gKiBAcHJvcGVydHkge1N0cmluZ30gaGVpZ2h0IOaYvuekuuWbvueJh+Wwj+Wbvuagh+aXtueahOmrmOW6plxyXG4gKiBAcHJvcGVydHkge1N0cmluZ30gdG9wIOWbvuagh+WcqOWeguebtOaWueWQkeS4iueahOWumuS9jVxyXG4gKiBAcHJvcGVydHkge1N0cmluZ30gdG9wIOWbvuagh+WcqOWeguebtOaWueWQkeS4iueahOWumuS9jVxyXG4gKiBAcHJvcGVydHkge1N0cmluZ30gdG9wIOWbvuagh+WcqOWeguebtOaWueWQkeS4iueahOWumuS9jVxyXG4gKiBAcHJvcGVydHkge0Jvb2xlYW59IHNob3ctZGVjaW1hbC1pY29uIOaYr+WQpuS4ukRlY2ltYWxJY29uXHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nfSBpbmFjdGl2ZS1jb2xvciDog4zmma/popzoibLvvIzlj6/mjqXlj5fkuLvpopjoibLvvIzku4VEZWNpbWFs5pe25pyJ5pWIXHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nIHwgTnVtYmVyfSBwZXJjZW50IOaYvuekuueahOeZvuWIhuavlO+8jOS7hURlY2ltYWzml7bmnInmlYhcclxuICogQGV2ZW50IHtGdW5jdGlvbn0gY2xpY2sg54K55Ye75Zu+5qCH5pe26Kem5Y+RXHJcbiAqIEBleGFtcGxlIDx1LWljb24gbmFtZT1cInBob3RvXCIgY29sb3I9XCIjMjk3OWZmXCIgc2l6ZT1cIjI4XCI+PC91LWljb24+XHJcbiAqL1xyXG5leHBvcnQgZGVmYXVsdCB7XHJcblx0bmFtZTogJ3UtaWNvbicsXHJcblx0cHJvcHM6IHtcclxuXHRcdC8vIOWbvuagh+exu+WQjVxyXG5cdFx0bmFtZToge1xyXG5cdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdGRlZmF1bHQ6ICcnXHJcblx0XHR9LFxyXG5cdFx0Ly8g5Zu+5qCH6aKc6Imy77yM5Y+v5o6l5Y+X5Li76aKY6ImyXHJcblx0XHRjb2xvcjoge1xyXG5cdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdGRlZmF1bHQ6ICcnXHJcblx0XHR9LFxyXG5cdFx0Ly8g5a2X5L2T5aSn5bCP77yM5Y2V5L2NcnB4XHJcblx0XHRzaXplOiB7XHJcblx0XHRcdHR5cGU6IFtOdW1iZXIsIFN0cmluZ10sXHJcblx0XHRcdGRlZmF1bHQ6ICdpbmhlcml0J1xyXG5cdFx0fSxcclxuXHRcdC8vIOaYr+WQpuaYvuekuueyl+S9k1xyXG5cdFx0Ym9sZDoge1xyXG5cdFx0XHR0eXBlOiBCb29sZWFuLFxyXG5cdFx0XHRkZWZhdWx0OiBmYWxzZVxyXG5cdFx0fSxcclxuXHRcdC8vIOeCueWHu+Wbvuagh+eahOaXtuWAmeS8oOmAkuS6i+S7tuWHuuWOu+eahGluZGV477yI55So5LqO5Yy65YiG54K55Ye75LqG5ZOq5LiA5Liq77yJXHJcblx0XHRpbmRleDoge1xyXG5cdFx0XHR0eXBlOiBbTnVtYmVyLCBTdHJpbmddLFxyXG5cdFx0XHRkZWZhdWx0OiAnJ1xyXG5cdFx0fSxcclxuXHRcdC8vIOinpuaRuOWbvuagh+aXtueahOexu+WQjVxyXG5cdFx0aG92ZXJDbGFzczoge1xyXG5cdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdGRlZmF1bHQ6ICcnXHJcblx0XHR9LFxyXG5cdFx0Ly8g6Ieq5a6a5LmJ5omp5bGV5YmN57yA77yM5pa55L6/55So5oi35omp5bGV6Ieq5bex55qE5Zu+5qCH5bqTXHJcblx0XHRjdXN0b21QcmVmaXg6IHtcclxuXHRcdFx0dHlwZTogU3RyaW5nLFxyXG5cdFx0XHRkZWZhdWx0OiAndWljb24nXHJcblx0XHR9LFxyXG5cdFx0Ly8g5Zu+5qCH5Y+z6L655oiW6ICF5LiL6Z2i55qE5paH5a2XXHJcblx0XHRsYWJlbDoge1xyXG5cdFx0XHR0eXBlOiBbU3RyaW5nLCBOdW1iZXJdLFxyXG5cdFx0XHRkZWZhdWx0OiAnJ1xyXG5cdFx0fSxcclxuXHRcdC8vIGxhYmVs55qE5L2N572u77yM5Y+q6IO95Y+z6L655oiW6ICF5LiL6L65XHJcblx0XHRsYWJlbFBvczoge1xyXG5cdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdGRlZmF1bHQ6ICdyaWdodCdcclxuXHRcdH0sXHJcblx0XHQvLyBsYWJlbOeahOWkp+Wwj1xyXG5cdFx0bGFiZWxTaXplOiB7XHJcblx0XHRcdHR5cGU6IFtTdHJpbmcsIE51bWJlcl0sXHJcblx0XHRcdGRlZmF1bHQ6ICcyOCdcclxuXHRcdH0sXHJcblx0XHQvLyBsYWJlbOeahOminOiJslxyXG5cdFx0bGFiZWxDb2xvcjoge1xyXG5cdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdGRlZmF1bHQ6ICcjNjA2MjY2J1xyXG5cdFx0fSxcclxuXHRcdC8vIGxhYmVs5LiO5Zu+5qCH55qE6Led56a7KOaoquWQkeaOkuWIlylcclxuXHRcdG1hcmdpbkxlZnQ6IHtcclxuXHRcdFx0dHlwZTogW1N0cmluZywgTnVtYmVyXSxcclxuXHRcdFx0ZGVmYXVsdDogJzYnXHJcblx0XHR9LFxyXG5cdFx0Ly8gbGFiZWzkuI7lm77moIfnmoTot53nprso56uW5ZCR5o6S5YiXKVxyXG5cdFx0bWFyZ2luVG9wOiB7XHJcblx0XHRcdHR5cGU6IFtTdHJpbmcsIE51bWJlcl0sXHJcblx0XHRcdGRlZmF1bHQ6ICc2J1xyXG5cdFx0fSxcclxuXHRcdC8vIGxhYmVs5LiO5Zu+5qCH55qE6Led56a7KOerluWQkeaOkuWIlylcclxuXHRcdG1hcmdpblJpZ2h0OiB7XHJcblx0XHRcdHR5cGU6IFtTdHJpbmcsIE51bWJlcl0sXHJcblx0XHRcdGRlZmF1bHQ6ICc2J1xyXG5cdFx0fSxcclxuXHRcdC8vIGxhYmVs5LiO5Zu+5qCH55qE6Led56a7KOerluWQkeaOkuWIlylcclxuXHRcdG1hcmdpbkJvdHRvbToge1xyXG5cdFx0XHR0eXBlOiBbU3RyaW5nLCBOdW1iZXJdLFxyXG5cdFx0XHRkZWZhdWx0OiAnNidcclxuXHRcdH0sXHJcblx0XHQvLyDlm77niYfnmoRtb2RlXHJcblx0XHRpbWdNb2RlOiB7XHJcblx0XHRcdHR5cGU6IFN0cmluZyxcclxuXHRcdFx0ZGVmYXVsdDogJ3dpZHRoRml4J1xyXG5cdFx0fSxcclxuXHRcdC8vIOiHquWumuS5ieagt+W8j1xyXG5cdFx0Y3VzdG9tU3R5bGU6IHtcclxuXHRcdFx0dHlwZTogT2JqZWN0LFxyXG5cdFx0XHRkZWZhdWx0KCkge1xyXG5cdFx0XHRcdHJldHVybiB7fVxyXG5cdFx0XHR9XHJcblx0XHR9LFxyXG5cdFx0Ly8g55So5LqO5pi+56S65Zu+54mH5bCP5Zu+5qCH5pe277yM5Zu+54mH55qE5a695bqmXHJcblx0XHR3aWR0aDoge1xyXG5cdFx0XHR0eXBlOiBbU3RyaW5nLCBOdW1iZXJdLFxyXG5cdFx0XHRkZWZhdWx0OiAnJ1xyXG5cdFx0fSxcclxuXHRcdC8vIOeUqOS6juaYvuekuuWbvueJh+Wwj+Wbvuagh+aXtu+8jOWbvueJh+eahOmrmOW6plxyXG5cdFx0aGVpZ2h0OiB7XHJcblx0XHRcdHR5cGU6IFtTdHJpbmcsIE51bWJlcl0sXHJcblx0XHRcdGRlZmF1bHQ6ICcnXHJcblx0XHR9LFxyXG5cdFx0Ly8g55So5LqO6Kej5Yaz5p+Q5Lqb5oOF5Ya15LiL77yM6K6p5Zu+5qCH5Z6C55u05bGF5Lit55qE55So6YCUXHJcblx0XHR0b3A6IHtcclxuXHRcdFx0dHlwZTogW1N0cmluZywgTnVtYmVyXSxcclxuXHRcdFx0ZGVmYXVsdDogMFxyXG5cdFx0fSxcclxuXHRcdC8vIOaYr+WQpuS4ukRlY2ltYWxJY29uXHJcblx0XHRzaG93RGVjaW1hbEljb246IHtcclxuXHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0ZGVmYXVsdDogZmFsc2VcclxuXHRcdH0sXHJcblx0XHQvLyDog4zmma/popzoibLvvIzlj6/mjqXlj5fkuLvpopjoibLvvIzku4VEZWNpbWFs5pe25pyJ5pWIXHJcblx0XHRpbmFjdGl2ZUNvbG9yOiB7XHJcblx0XHRcdHR5cGU6IFN0cmluZyxcclxuXHRcdFx0ZGVmYXVsdDogJyNlY2VjZWMnXHJcblx0XHR9LFxyXG5cdFx0Ly8g5pi+56S655qE55m+5YiG5q+U77yM5LuFRGVjaW1hbOaXtuacieaViFxyXG5cdFx0cGVyY2VudDoge1xyXG5cdFx0XHR0eXBlOiBbTnVtYmVyLCBTdHJpbmddLFxyXG5cdFx0XHRkZWZhdWx0OiAnNTAnXHJcblx0XHR9XHJcblx0fSxcclxuXHRjb21wdXRlZDoge1xyXG5cdFx0Y3VzdG9tQ2xhc3MoKSB7XHJcblx0XHRcdGxldCBjbGFzc2VzID0gW11cclxuXHRcdFx0Y2xhc3Nlcy5wdXNoKHRoaXMuY3VzdG9tUHJlZml4ICsgJy0nICsgdGhpcy5uYW1lKVxyXG5cdFx0XHQvLyB1Vmlld+eahOiHquWumuS5ieWbvuagh+exu+WQjeS4unUtaWNvbmZvbnRcclxuXHRcdFx0aWYgKHRoaXMuY3VzdG9tUHJlZml4ID09ICd1aWNvbicpIHtcclxuXHRcdFx0XHRjbGFzc2VzLnB1c2goJ3UtaWNvbmZvbnQnKVxyXG5cdFx0XHR9IGVsc2Uge1xyXG5cdFx0XHRcdGNsYXNzZXMucHVzaCh0aGlzLmN1c3RvbVByZWZpeClcclxuXHRcdFx0fVxyXG5cdFx0XHQvLyDkuLvpopjoibLvvIzpgJrov4fnsbvphY3nva5cclxuXHRcdFx0aWYgKHRoaXMuc2hvd0RlY2ltYWxJY29uICYmIHRoaXMuaW5hY3RpdmVDb2xvciAmJiB0aGlzLiR1LmNvbmZpZy50eXBlLmluY2x1ZGVzKHRoaXMuaW5hY3RpdmVDb2xvcikpIHtcclxuXHRcdFx0XHRjbGFzc2VzLnB1c2goJ3UtaWNvbl9faWNvbi0tJyArIHRoaXMuaW5hY3RpdmVDb2xvcilcclxuXHRcdFx0fSBlbHNlIGlmICh0aGlzLmNvbG9yICYmIHRoaXMuJHUuY29uZmlnLnR5cGUuaW5jbHVkZXModGhpcy5jb2xvcikpIGNsYXNzZXMucHVzaCgndS1pY29uX19pY29uLS0nICsgdGhpcy5jb2xvcilcclxuXHRcdFx0Ly8g6Zi/6YeM77yM5aS05p2h77yM55m+5bqm5bCP56iL5bqP6YCa6L+H5pWw57uE57uR5a6a57G75ZCN5pe277yM5peg5rOV55u05o6l5L2/55SoW2EsIGIsIGNd55qE5b2i5byP77yM5ZCm5YiZ5peg5rOV6K+G5YirXHJcblx0XHRcdC8vIOaVhemcgOWwhuWFtuaLhuaIkOS4gOS4quWtl+espuS4sueahOW9ouW8j++8jOmAmui/h+epuuagvOmalOW8gOWQhOS4quexu+WQjVxyXG5cdFx0XHQvLyNpZmRlZiBNUC1BTElQQVkgfHwgTVAtVE9VVElBTyB8fCBNUC1CQUlEVVxyXG5cdFx0XHRjbGFzc2VzID0gY2xhc3Nlcy5qb2luKCcgJylcclxuXHRcdFx0Ly8jZW5kaWZcclxuXHRcdFx0cmV0dXJuIGNsYXNzZXNcclxuXHRcdH0sXHJcblx0XHRpY29uU3R5bGUoKSB7XHJcblx0XHRcdGxldCBzdHlsZSA9IHt9XHJcblx0XHRcdHN0eWxlID0ge1xyXG5cdFx0XHRcdGZvbnRTaXplOiB0aGlzLnNpemUgPT0gJ2luaGVyaXQnID8gJ2luaGVyaXQnIDogdGhpcy4kdS5hZGRVbml0KHRoaXMuc2l6ZSksXHJcblx0XHRcdFx0Zm9udFdlaWdodDogdGhpcy5ib2xkID8gJ2JvbGQnIDogJ25vcm1hbCcsXHJcblx0XHRcdFx0Ly8g5p+Q5Lqb54m55q6K5oOF5Ya16ZyA6KaB6K6+572u5LiA5Liq5Yiw6aG26YOo55qE6Led56a777yM5omN6IO95pu05aW955qE5Z6C55u05bGF5LitXHJcblx0XHRcdFx0dG9wOiB0aGlzLiR1LmFkZFVuaXQodGhpcy50b3ApXHJcblx0XHRcdH1cclxuXHRcdFx0Ly8g6Z2e5Li76aKY6Imy5YC85pe277yM5omN5b2T5L2c6aKc6Imy5YC8XHJcblx0XHRcdGlmICh0aGlzLnNob3dEZWNpbWFsSWNvbiAmJiB0aGlzLmluYWN0aXZlQ29sb3IgJiYgIXRoaXMuJHUuY29uZmlnLnR5cGUuaW5jbHVkZXModGhpcy5pbmFjdGl2ZUNvbG9yKSkge1xyXG5cdFx0XHRcdHN0eWxlLmNvbG9yID0gdGhpcy5pbmFjdGl2ZUNvbG9yXHJcblx0XHRcdH0gZWxzZSBpZiAodGhpcy5jb2xvciAmJiAhdGhpcy4kdS5jb25maWcudHlwZS5pbmNsdWRlcyh0aGlzLmNvbG9yKSkgc3R5bGUuY29sb3IgPSB0aGlzLmNvbG9yXHJcblxyXG5cdFx0XHRyZXR1cm4gc3R5bGVcclxuXHRcdH0sXHJcblx0XHQvLyDliKTmlq3kvKDlhaXnmoRuYW1l5bGe5oCn77yM5piv5ZCm5Zu+54mH6Lev5b6E77yM5Y+q6KaB5bim5pyJXCIvXCLlnYforqTkuLrmmK/lm77niYflvaLlvI9cclxuXHRcdGlzSW1nKCkge1xyXG5cdFx0XHRyZXR1cm4gdGhpcy5uYW1lLmluZGV4T2YoJy8nKSAhPT0gLTFcclxuXHRcdH0sXHJcblx0XHRpbWdTdHlsZSgpIHtcclxuXHRcdFx0bGV0IHN0eWxlID0ge31cclxuXHRcdFx0Ly8g5aaC5p6c6K6+572ud2lkdGjlkoxoZWlnaHTlsZ7mgKfvvIzliJnkvJjlhYjkvb/nlKjvvIzlkKbliJnkvb/nlKhzaXpl5bGe5oCnXHJcblx0XHRcdHN0eWxlLndpZHRoID0gdGhpcy53aWR0aCA/IHRoaXMuJHUuYWRkVW5pdCh0aGlzLndpZHRoKSA6IHRoaXMuJHUuYWRkVW5pdCh0aGlzLnNpemUpXHJcblx0XHRcdHN0eWxlLmhlaWdodCA9IHRoaXMuaGVpZ2h0ID8gdGhpcy4kdS5hZGRVbml0KHRoaXMuaGVpZ2h0KSA6IHRoaXMuJHUuYWRkVW5pdCh0aGlzLnNpemUpXHJcblx0XHRcdHJldHVybiBzdHlsZVxyXG5cdFx0fSxcclxuXHRcdGRlY2ltYWxJY29uU3R5bGUoKSB7XHJcblx0XHRcdGxldCBzdHlsZSA9IHt9XHJcblx0XHRcdHN0eWxlID0ge1xyXG5cdFx0XHRcdGZvbnRTaXplOiB0aGlzLnNpemUgPT0gJ2luaGVyaXQnID8gJ2luaGVyaXQnIDogdGhpcy4kdS5hZGRVbml0KHRoaXMuc2l6ZSksXHJcblx0XHRcdFx0Zm9udFdlaWdodDogdGhpcy5ib2xkID8gJ2JvbGQnIDogJ25vcm1hbCcsXHJcblx0XHRcdFx0Ly8g5p+Q5Lqb54m55q6K5oOF5Ya16ZyA6KaB6K6+572u5LiA5Liq5Yiw6aG26YOo55qE6Led56a777yM5omN6IO95pu05aW955qE5Z6C55u05bGF5LitXHJcblx0XHRcdFx0dG9wOiB0aGlzLiR1LmFkZFVuaXQodGhpcy50b3ApLFxyXG5cdFx0XHRcdHdpZHRoOiB0aGlzLnBlcmNlbnQgKyAnJSdcclxuXHRcdFx0fVxyXG5cdFx0XHQvLyDpnZ7kuLvpopjoibLlgLzml7bvvIzmiY3lvZPkvZzpopzoibLlgLxcclxuXHRcdFx0aWYgKHRoaXMuY29sb3IgJiYgIXRoaXMuJHUuY29uZmlnLnR5cGUuaW5jbHVkZXModGhpcy5jb2xvcikpIHN0eWxlLmNvbG9yID0gdGhpcy5jb2xvclxyXG5cdFx0XHRyZXR1cm4gc3R5bGVcclxuXHRcdH0sXHJcblx0XHRkZWNpbWFsSWNvbkNsYXNzKCkge1xyXG5cdFx0XHRsZXQgY2xhc3NlcyA9IFtdXHJcblx0XHRcdGNsYXNzZXMucHVzaCh0aGlzLmN1c3RvbVByZWZpeCArICctJyArIHRoaXMubmFtZSlcclxuXHRcdFx0Ly8gdVZpZXfnmoToh6rlrprkuYnlm77moIfnsbvlkI3kuLp1LWljb25mb250XHJcblx0XHRcdGlmICh0aGlzLmN1c3RvbVByZWZpeCA9PSAndWljb24nKSB7XHJcblx0XHRcdFx0Y2xhc3Nlcy5wdXNoKCd1LWljb25mb250JylcclxuXHRcdFx0fSBlbHNlIHtcclxuXHRcdFx0XHRjbGFzc2VzLnB1c2godGhpcy5jdXN0b21QcmVmaXgpXHJcblx0XHRcdH1cclxuXHRcdFx0Ly8g5Li76aKY6Imy77yM6YCa6L+H57G76YWN572uXHJcblx0XHRcdGlmICh0aGlzLmNvbG9yICYmIHRoaXMuJHUuY29uZmlnLnR5cGUuaW5jbHVkZXModGhpcy5jb2xvcikpIGNsYXNzZXMucHVzaCgndS1pY29uX19pY29uLS0nICsgdGhpcy5jb2xvcilcclxuXHRcdFx0ZWxzZSBjbGFzc2VzLnB1c2goJ3UtaWNvbl9faWNvbi0tcHJpbWFyeScpXHJcblx0XHRcdC8vIOmYv+mHjO+8jOWktOadoe+8jOeZvuW6puWwj+eoi+W6j+mAmui/h+aVsOe7hOe7keWumuexu+WQjeaXtu+8jOaXoOazleebtOaOpeS9v+eUqFthLCBiLCBjXeeahOW9ouW8j++8jOWQpuWImeaXoOazleivhuWIq1xyXG5cdFx0XHQvLyDmlYXpnIDlsIblhbbmi4bmiJDkuIDkuKrlrZfnrKbkuLLnmoTlvaLlvI/vvIzpgJrov4fnqbrmoLzpmpTlvIDlkITkuKrnsbvlkI1cclxuXHRcdFx0Ly8jaWZkZWYgTVAtQUxJUEFZIHx8IE1QLVRPVVRJQU8gfHwgTVAtQkFJRFVcclxuXHRcdFx0Y2xhc3NlcyA9IGNsYXNzZXMuam9pbignICcpXHJcblx0XHRcdC8vI2VuZGlmXHJcblx0XHRcdHJldHVybiBjbGFzc2VzXHJcblx0XHR9XHJcblx0fSxcclxuXHRtZXRob2RzOiB7XHJcblx0XHRjbGljaygpIHtcclxuXHRcdFx0dGhpcy4kZW1pdCgnY2xpY2snLCB0aGlzLmluZGV4KVxyXG5cdFx0fSxcclxuXHRcdHRvdWNoc3RhcnQoKSB7XHJcblx0XHRcdHRoaXMuJGVtaXQoJ3RvdWNoc3RhcnQnLCB0aGlzLmluZGV4KVxyXG5cdFx0fVxyXG5cdH1cclxufVxyXG48L3NjcmlwdD5cclxuXHJcbjxzdHlsZSBzY29wZWQgbGFuZz1cInNjc3NcIj5cclxuQGltcG9ydCBcIi4uLy4uL2xpYnMvY3NzL3N0eWxlLmNvbXBvbmVudHMuc2Nzc1wiO1xyXG5AaW1wb3J0ICcuLi8uLi9pY29uZm9udC5jc3MnO1xyXG5cclxuLnUtaWNvbiB7XHJcblx0ZGlzcGxheTogaW5saW5lLWZsZXg7XHJcblx0YWxpZ24taXRlbXM6IGNlbnRlcjtcclxuXHJcblx0Ji0tbGVmdCB7XHJcblx0XHRmbGV4LWRpcmVjdGlvbjogcm93LXJldmVyc2U7XHJcblx0XHRhbGlnbi1pdGVtczogY2VudGVyO1xyXG5cdH1cclxuXHJcblx0Ji0tcmlnaHQge1xyXG5cdFx0ZmxleC1kaXJlY3Rpb246IHJvdztcclxuXHRcdGFsaWduLWl0ZW1zOiBjZW50ZXI7XHJcblx0fVxyXG5cclxuXHQmLS10b3Age1xyXG5cdFx0ZmxleC1kaXJlY3Rpb246IGNvbHVtbi1yZXZlcnNlO1xyXG5cdFx0anVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcblx0fVxyXG5cclxuXHQmLS1ib3R0b20ge1xyXG5cdFx0ZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcclxuXHRcdGp1c3RpZnktY29udGVudDogY2VudGVyO1xyXG5cdH1cclxuXHJcblx0Jl9faWNvbiB7XHJcblx0XHRwb3NpdGlvbjogcmVsYXRpdmU7XHJcblxyXG5cdFx0Ji0tcHJpbWFyeSB7XHJcblx0XHRcdGNvbG9yOiAkdS10eXBlLXByaW1hcnk7XHJcblx0XHR9XHJcblxyXG5cdFx0Ji0tc3VjY2VzcyB7XHJcblx0XHRcdGNvbG9yOiAkdS10eXBlLXN1Y2Nlc3M7XHJcblx0XHR9XHJcblxyXG5cdFx0Ji0tZXJyb3Ige1xyXG5cdFx0XHRjb2xvcjogJHUtdHlwZS1lcnJvcjtcclxuXHRcdH1cclxuXHJcblx0XHQmLS13YXJuaW5nIHtcclxuXHRcdFx0Y29sb3I6ICR1LXR5cGUtd2FybmluZztcclxuXHRcdH1cclxuXHJcblx0XHQmLS1pbmZvIHtcclxuXHRcdFx0Y29sb3I6ICR1LXR5cGUtaW5mbztcclxuXHRcdH1cclxuXHR9XHJcblxyXG5cdCZfX2RlY2ltYWwge1xyXG5cdFx0cG9zaXRpb246IGFic29sdXRlO1xyXG5cdFx0dG9wOiAwO1xyXG5cdFx0bGVmdDogMDtcclxuXHRcdGRpc3BsYXk6IGlubGluZS1ibG9jaztcclxuXHRcdG92ZXJmbG93OiBoaWRkZW47XHJcblx0fVxyXG5cclxuXHQmX19pbWcge1xyXG5cdFx0aGVpZ2h0OiBhdXRvO1xyXG5cdFx0d2lsbC1jaGFuZ2U6IHRyYW5zZm9ybTtcclxuXHR9XHJcblxyXG5cdCZfX2xhYmVsIHtcclxuXHRcdGxpbmUtaGVpZ2h0OiAxO1xyXG5cdH1cclxufVxyXG48L3N0eWxlPlxyXG4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///24\n");
+eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0; //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n/**\r\n * icon 图标\r\n * @description 基于字体的图标集,包含了大多数常见场景的图标。\r\n * @tutorial https://www.uviewui.com/components/icon.html\r\n * @property {String} name 图标名称,见示例图标集\r\n * @property {String} color 图标颜色(默认inherit)\r\n * @property {String | Number} size 图标字体大小,单位rpx(默认32)\r\n * @property {String | Number} label-size label字体大小,单位rpx(默认28)\r\n * @property {String} label 图标右侧的label文字(默认28)\r\n * @property {String} label-pos label文字相对于图标的位置,只能right或bottom(默认right)\r\n * @property {String} label-color label字体颜色(默认#606266)\r\n * @property {Object} custom-style icon的样式,对象形式\r\n * @property {String} custom-prefix 自定义字体图标库时,需要写上此值\r\n * @property {String | Number} margin-left label在右侧时与图标的距离,单位rpx(默认6)\r\n * @property {String | Number} margin-top label在下方时与图标的距离,单位rpx(默认6)\r\n * @property {String | Number} margin-bottom label在上方时与图标的距离,单位rpx(默认6)\r\n * @property {String | Number} margin-right label在左侧时与图标的距离,单位rpx(默认6)\r\n * @property {String} label-pos label相对于图标的位置,只能right或bottom(默认right)\r\n * @property {String} index 一个用于区分多个图标的值,点击图标时通过click事件传出\r\n * @property {String} hover-class 图标按下去的样式类,用法同uni的view组件的hover-class参数,详情见官网\r\n * @property {String} width 显示图片小图标时的宽度\r\n * @property {String} height 显示图片小图标时的高度\r\n * @property {String} top 图标在垂直方向上的定位\r\n * @property {String} top 图标在垂直方向上的定位\r\n * @property {String} top 图标在垂直方向上的定位\r\n * @property {Boolean} show-decimal-icon 是否为DecimalIcon\r\n * @property {String} inactive-color 背景颜色,可接受主题色,仅Decimal时有效\r\n * @property {String | Number} percent 显示的百分比,仅Decimal时有效\r\n * @event {Function} click 点击图标时触发\r\n * @example \r\n */var _default2 =\n{\n name: 'u-icon',\n props: {\n // 图标类名\n name: {\n type: String,\n default: '' },\n\n // 图标颜色,可接受主题色\n color: {\n type: String,\n default: '' },\n\n // 字体大小,单位rpx\n size: {\n type: [Number, String],\n default: 'inherit' },\n\n // 是否显示粗体\n bold: {\n type: Boolean,\n default: false },\n\n // 点击图标的时候传递事件出去的index(用于区分点击了哪一个)\n index: {\n type: [Number, String],\n default: '' },\n\n // 触摸图标时的类名\n hoverClass: {\n type: String,\n default: '' },\n\n // 自定义扩展前缀,方便用户扩展自己的图标库\n customPrefix: {\n type: String,\n default: 'uicon' },\n\n // 图标右边或者下面的文字\n label: {\n type: [String, Number],\n default: '' },\n\n // label的位置,只能右边或者下边\n labelPos: {\n type: String,\n default: 'right' },\n\n // label的大小\n labelSize: {\n type: [String, Number],\n default: '28' },\n\n // label的颜色\n labelColor: {\n type: String,\n default: '#606266' },\n\n // label与图标的距离(横向排列)\n marginLeft: {\n type: [String, Number],\n default: '6' },\n\n // label与图标的距离(竖向排列)\n marginTop: {\n type: [String, Number],\n default: '6' },\n\n // label与图标的距离(竖向排列)\n marginRight: {\n type: [String, Number],\n default: '6' },\n\n // label与图标的距离(竖向排列)\n marginBottom: {\n type: [String, Number],\n default: '6' },\n\n // 图片的mode\n imgMode: {\n type: String,\n default: 'widthFix' },\n\n // 自定义样式\n customStyle: {\n type: Object,\n default: function _default() {\n return {};\n } },\n\n // 用于显示图片小图标时,图片的宽度\n width: {\n type: [String, Number],\n default: '' },\n\n // 用于显示图片小图标时,图片的高度\n height: {\n type: [String, Number],\n default: '' },\n\n // 用于解决某些情况下,让图标垂直居中的用途\n top: {\n type: [String, Number],\n default: 0 },\n\n // 是否为DecimalIcon\n showDecimalIcon: {\n type: Boolean,\n default: false },\n\n // 背景颜色,可接受主题色,仅Decimal时有效\n inactiveColor: {\n type: String,\n default: '#ececec' },\n\n // 显示的百分比,仅Decimal时有效\n percent: {\n type: [Number, String],\n default: '50' } },\n\n\n computed: {\n customClass: function customClass() {\n var classes = [];\n classes.push(this.customPrefix + '-' + this.name);\n // uView的自定义图标类名为u-iconfont\n if (this.customPrefix == 'uicon') {\n classes.push('u-iconfont');\n } else {\n classes.push(this.customPrefix);\n }\n // 主题色,通过类配置\n if (this.showDecimalIcon && this.inactiveColor && this.$u.config.type.includes(this.inactiveColor)) {\n classes.push('u-icon__icon--' + this.inactiveColor);\n } else if (this.color && this.$u.config.type.includes(this.color)) classes.push('u-icon__icon--' + this.color);\n // 阿里,头条,百度小程序通过数组绑定类名时,无法直接使用[a, b, c]的形式,否则无法识别\n // 故需将其拆成一个字符串的形式,通过空格隔开各个类名\n\n\n\n return classes;\n },\n iconStyle: function iconStyle() {\n var style = {};\n style = {\n fontSize: this.size == 'inherit' ? 'inherit' : this.$u.addUnit(this.size),\n fontWeight: this.bold ? 'bold' : 'normal',\n // 某些特殊情况需要设置一个到顶部的距离,才能更好的垂直居中\n top: this.$u.addUnit(this.top) };\n\n // 非主题色值时,才当作颜色值\n if (this.showDecimalIcon && this.inactiveColor && !this.$u.config.type.includes(this.inactiveColor)) {\n style.color = this.inactiveColor;\n } else if (this.color && !this.$u.config.type.includes(this.color)) style.color = this.color;\n\n return style;\n },\n // 判断传入的name属性,是否图片路径,只要带有\"/\"均认为是图片形式\n isImg: function isImg() {\n return this.name.indexOf('/') !== -1;\n },\n imgStyle: function imgStyle() {\n var style = {};\n // 如果设置width和height属性,则优先使用,否则使用size属性\n style.width = this.width ? this.$u.addUnit(this.width) : this.$u.addUnit(this.size);\n style.height = this.height ? this.$u.addUnit(this.height) : this.$u.addUnit(this.size);\n return style;\n },\n decimalIconStyle: function decimalIconStyle() {\n var style = {};\n style = {\n fontSize: this.size == 'inherit' ? 'inherit' : this.$u.addUnit(this.size),\n fontWeight: this.bold ? 'bold' : 'normal',\n // 某些特殊情况需要设置一个到顶部的距离,才能更好的垂直居中\n top: this.$u.addUnit(this.top),\n width: this.percent + '%' };\n\n // 非主题色值时,才当作颜色值\n if (this.color && !this.$u.config.type.includes(this.color)) style.color = this.color;\n return style;\n },\n decimalIconClass: function decimalIconClass() {\n var classes = [];\n classes.push(this.customPrefix + '-' + this.name);\n // uView的自定义图标类名为u-iconfont\n if (this.customPrefix == 'uicon') {\n classes.push('u-iconfont');\n } else {\n classes.push(this.customPrefix);\n }\n // 主题色,通过类配置\n if (this.color && this.$u.config.type.includes(this.color)) classes.push('u-icon__icon--' + this.color);else\n classes.push('u-icon__icon--primary');\n // 阿里,头条,百度小程序通过数组绑定类名时,无法直接使用[a, b, c]的形式,否则无法识别\n // 故需将其拆成一个字符串的形式,通过空格隔开各个类名\n\n\n\n return classes;\n } },\n\n methods: {\n click: function click() {\n this.$emit('click', this.index);\n },\n touchstart: function touchstart() {\n this.$emit('touchstart', this.index);\n } } };exports.default = _default2;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXZpZXctdWkvY29tcG9uZW50cy91LWljb24vdS1pY29uLnZ1ZSJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQXVCQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQStCQTtBQUNBLGdCQURBO0FBRUE7QUFDQTtBQUNBO0FBQ0Esa0JBREE7QUFFQSxpQkFGQSxFQUZBOztBQU1BO0FBQ0E7QUFDQSxrQkFEQTtBQUVBLGlCQUZBLEVBUEE7O0FBV0E7QUFDQTtBQUNBLDRCQURBO0FBRUEsd0JBRkEsRUFaQTs7QUFnQkE7QUFDQTtBQUNBLG1CQURBO0FBRUEsb0JBRkEsRUFqQkE7O0FBcUJBO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLGlCQUZBLEVBdEJBOztBQTBCQTtBQUNBO0FBQ0Esa0JBREE7QUFFQSxpQkFGQSxFQTNCQTs7QUErQkE7QUFDQTtBQUNBLGtCQURBO0FBRUEsc0JBRkEsRUFoQ0E7O0FBb0NBO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLGlCQUZBLEVBckNBOztBQXlDQTtBQUNBO0FBQ0Esa0JBREE7QUFFQSxzQkFGQSxFQTFDQTs7QUE4Q0E7QUFDQTtBQUNBLDRCQURBO0FBRUEsbUJBRkEsRUEvQ0E7O0FBbURBO0FBQ0E7QUFDQSxrQkFEQTtBQUVBLHdCQUZBLEVBcERBOztBQXdEQTtBQUNBO0FBQ0EsNEJBREE7QUFFQSxrQkFGQSxFQXpEQTs7QUE2REE7QUFDQTtBQUNBLDRCQURBO0FBRUEsa0JBRkEsRUE5REE7O0FBa0VBO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLGtCQUZBLEVBbkVBOztBQXVFQTtBQUNBO0FBQ0EsNEJBREE7QUFFQSxrQkFGQSxFQXhFQTs7QUE0RUE7QUFDQTtBQUNBLGtCQURBO0FBRUEseUJBRkEsRUE3RUE7O0FBaUZBO0FBQ0E7QUFDQSxrQkFEQTtBQUVBLGFBRkEsc0JBRUE7QUFDQTtBQUNBLE9BSkEsRUFsRkE7O0FBd0ZBO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLGlCQUZBLEVBekZBOztBQTZGQTtBQUNBO0FBQ0EsNEJBREE7QUFFQSxpQkFGQSxFQTlGQTs7QUFrR0E7QUFDQTtBQUNBLDRCQURBO0FBRUEsZ0JBRkEsRUFuR0E7O0FBdUdBO0FBQ0E7QUFDQSxtQkFEQTtBQUVBLG9CQUZBLEVBeEdBOztBQTRHQTtBQUNBO0FBQ0Esa0JBREE7QUFFQSx3QkFGQSxFQTdHQTs7QUFpSEE7QUFDQTtBQUNBLDRCQURBO0FBRUEsbUJBRkEsRUFsSEEsRUFGQTs7O0FBeUhBO0FBQ0EsZUFEQSx5QkFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxPQUZBLE1BRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsT0FGQSxNQUVBO0FBQ0E7QUFDQTs7OztBQUlBO0FBQ0EsS0FwQkE7QUFxQkEsYUFyQkEsdUJBcUJBO0FBQ0E7QUFDQTtBQUNBLGlGQURBO0FBRUEsaURBRkE7QUFHQTtBQUNBLHNDQUpBOztBQU1BO0FBQ0E7QUFDQTtBQUNBLE9BRkEsTUFFQTs7QUFFQTtBQUNBLEtBbkNBO0FBb0NBO0FBQ0EsU0FyQ0EsbUJBcUNBO0FBQ0E7QUFDQSxLQXZDQTtBQXdDQSxZQXhDQSxzQkF3Q0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0E5Q0E7QUErQ0Esb0JBL0NBLDhCQStDQTtBQUNBO0FBQ0E7QUFDQSxpRkFEQTtBQUVBLGlEQUZBO0FBR0E7QUFDQSxzQ0FKQTtBQUtBLGlDQUxBOztBQU9BO0FBQ0E7QUFDQTtBQUNBLEtBM0RBO0FBNERBLG9CQTVEQSw4QkE0REE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsT0FGQSxNQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7Ozs7QUFJQTtBQUNBLEtBOUVBLEVBekhBOztBQXlNQTtBQUNBLFNBREEsbUJBQ0E7QUFDQTtBQUNBLEtBSEE7QUFJQSxjQUpBLHdCQUlBO0FBQ0E7QUFDQSxLQU5BLEVBek1BLEUiLCJmaWxlIjoiMTkuanMiLCJzb3VyY2VzQ29udGVudCI6WyI8dGVtcGxhdGU+XHJcblx0PHZpZXcgOnN0eWxlPVwiW2N1c3RvbVN0eWxlXVwiIGNsYXNzPVwidS1pY29uXCIgQHRhcD1cImNsaWNrXCIgOmNsYXNzPVwiWyd1LWljb24tLScgKyBsYWJlbFBvc11cIj5cclxuXHRcdDxpbWFnZSBjbGFzcz1cInUtaWNvbl9faW1nXCIgdi1pZj1cImlzSW1nXCIgOnNyYz1cIm5hbWVcIiA6bW9kZT1cImltZ01vZGVcIiA6c3R5bGU9XCJbaW1nU3R5bGVdXCI+PC9pbWFnZT5cclxuXHRcdDx0ZXh0IHYtZWxzZSBjbGFzcz1cInUtaWNvbl9faWNvblwiIDpjbGFzcz1cImN1c3RvbUNsYXNzXCIgOnN0eWxlPVwiW2ljb25TdHlsZV1cIiA6aG92ZXItY2xhc3M9XCJob3ZlckNsYXNzXCJcclxuXHRcdFx0ICBAdG91Y2hzdGFydD1cInRvdWNoc3RhcnRcIj5cclxuXHRcdFx0PHRleHQgdi1pZj1cInNob3dEZWNpbWFsSWNvblwiIDpzdHlsZT1cIltkZWNpbWFsSWNvblN0eWxlXVwiIDpjbGFzcz1cImRlY2ltYWxJY29uQ2xhc3NcIiA6aG92ZXItY2xhc3M9XCJob3ZlckNsYXNzXCJcclxuXHRcdFx0XHQgIGNsYXNzPVwidS1pY29uX19kZWNpbWFsXCI+XHJcblx0XHRcdDwvdGV4dD5cclxuXHRcdDwvdGV4dD5cclxuXHRcdDwhLS0g6L+Z6YeM6L+b6KGM56m65a2X56ym5Liy5Yik5pat77yM5aaC5p6c5LuF5LuF5pivdi1pZj1cImxhYmVsXCLvvIzlj6/og73kvJrlh7rnjrDkvKDpgJIw55qE5pe25YCZ77yM57uT5p6c5Lmf5peg5rOV5pi+56S6IC0tPlxyXG5cdFx0PHRleHQgdi1pZj1cImxhYmVsICE9PSAnJ1wiIGNsYXNzPVwidS1pY29uX19sYWJlbFwiIDpzdHlsZT1cIntcclxuXHRcdFx0Y29sb3I6IGxhYmVsQ29sb3IsXHJcblx0XHRcdGZvbnRTaXplOiAkdS5hZGRVbml0KGxhYmVsU2l6ZSksXHJcblx0XHRcdG1hcmdpbkxlZnQ6IGxhYmVsUG9zID09ICdyaWdodCcgPyAkdS5hZGRVbml0KG1hcmdpbkxlZnQpIDogMCxcclxuXHRcdFx0bWFyZ2luVG9wOiBsYWJlbFBvcyA9PSAnYm90dG9tJyA/ICR1LmFkZFVuaXQobWFyZ2luVG9wKSA6IDAsXHJcblx0XHRcdG1hcmdpblJpZ2h0OiBsYWJlbFBvcyA9PSAnbGVmdCcgPyAkdS5hZGRVbml0KG1hcmdpblJpZ2h0KSA6IDAsXHJcblx0XHRcdG1hcmdpbkJvdHRvbTogbGFiZWxQb3MgPT0gJ3RvcCcgPyAkdS5hZGRVbml0KG1hcmdpbkJvdHRvbSkgOiAwLFxyXG5cdFx0fVwiPnt7IGxhYmVsIH19XHJcblx0XHQ8L3RleHQ+XHJcblx0PC92aWV3PlxyXG48L3RlbXBsYXRlPlxyXG5cclxuPHNjcmlwdD5cclxuLyoqXHJcbiAqIGljb24g5Zu+5qCHXHJcbiAqIEBkZXNjcmlwdGlvbiDln7rkuo7lrZfkvZPnmoTlm77moIfpm4bvvIzljIXlkKvkuoblpKflpJrmlbDluLjop4HlnLrmma/nmoTlm77moIfjgIJcclxuICogQHR1dG9yaWFsIGh0dHBzOi8vd3d3LnV2aWV3dWkuY29tL2NvbXBvbmVudHMvaWNvbi5odG1sXHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nfSBuYW1lIOWbvuagh+WQjeensO+8jOingeekuuS+i+Wbvuagh+mbhlxyXG4gKiBAcHJvcGVydHkge1N0cmluZ30gY29sb3Ig5Zu+5qCH6aKc6Imy77yI6buY6K6kaW5oZXJpdO+8iVxyXG4gKiBAcHJvcGVydHkge1N0cmluZyB8IE51bWJlcn0gc2l6ZSDlm77moIflrZfkvZPlpKflsI/vvIzljZXkvY1ycHjvvIjpu5jorqQzMu+8iVxyXG4gKiBAcHJvcGVydHkge1N0cmluZyB8IE51bWJlcn0gbGFiZWwtc2l6ZSBsYWJlbOWtl+S9k+Wkp+Wwj++8jOWNleS9jXJweO+8iOm7mOiupDI477yJXHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nfSBsYWJlbCDlm77moIflj7PkvqfnmoRsYWJlbOaWh+Wtl++8iOm7mOiupDI477yJXHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nfSBsYWJlbC1wb3MgbGFiZWzmloflrZfnm7jlr7nkuo7lm77moIfnmoTkvY3nva7vvIzlj6rog71yaWdodOaIlmJvdHRvbe+8iOm7mOiupHJpZ2h077yJXHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nfSBsYWJlbC1jb2xvciBsYWJlbOWtl+S9k+minOiJsu+8iOm7mOiupCM2MDYyNjbvvIlcclxuICogQHByb3BlcnR5IHtPYmplY3R9IGN1c3RvbS1zdHlsZSBpY29u55qE5qC35byP77yM5a+56LGh5b2i5byPXHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nfSBjdXN0b20tcHJlZml4IOiHquWumuS5ieWtl+S9k+Wbvuagh+W6k+aXtu+8jOmcgOimgeWGmeS4iuatpOWAvFxyXG4gKiBAcHJvcGVydHkge1N0cmluZyB8IE51bWJlcn0gbWFyZ2luLWxlZnQgbGFiZWzlnKjlj7Pkvqfml7bkuI7lm77moIfnmoTot53nprvvvIzljZXkvY1ycHjvvIjpu5jorqQ277yJXHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nIHwgTnVtYmVyfSBtYXJnaW4tdG9wIGxhYmVs5Zyo5LiL5pa55pe25LiO5Zu+5qCH55qE6Led56a777yM5Y2V5L2NcnB477yI6buY6K6kNu+8iVxyXG4gKiBAcHJvcGVydHkge1N0cmluZyB8IE51bWJlcn0gbWFyZ2luLWJvdHRvbSBsYWJlbOWcqOS4iuaWueaXtuS4juWbvuagh+eahOi3neemu++8jOWNleS9jXJweO+8iOm7mOiupDbvvIlcclxuICogQHByb3BlcnR5IHtTdHJpbmcgfCBOdW1iZXJ9IG1hcmdpbi1yaWdodCBsYWJlbOWcqOW3puS+p+aXtuS4juWbvuagh+eahOi3neemu++8jOWNleS9jXJweO+8iOm7mOiupDbvvIlcclxuICogQHByb3BlcnR5IHtTdHJpbmd9IGxhYmVsLXBvcyBsYWJlbOebuOWvueS6juWbvuagh+eahOS9jee9ru+8jOWPquiDvXJpZ2h05oiWYm90dG9t77yI6buY6K6kcmlnaHTvvIlcclxuICogQHByb3BlcnR5IHtTdHJpbmd9IGluZGV4IOS4gOS4queUqOS6juWMuuWIhuWkmuS4quWbvuagh+eahOWAvO+8jOeCueWHu+Wbvuagh+aXtumAmui/h2NsaWNr5LqL5Lu25Lyg5Ye6XHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nfSBob3Zlci1jbGFzcyDlm77moIfmjInkuIvljrvnmoTmoLflvI/nsbvvvIznlKjms5XlkIx1bmnnmoR2aWV357uE5Lu255qEaG92ZXItY2xhc3Plj4LmlbDvvIzor6bmg4Xop4HlrpjnvZFcclxuICogQHByb3BlcnR5IHtTdHJpbmd9IHdpZHRoIOaYvuekuuWbvueJh+Wwj+Wbvuagh+aXtueahOWuveW6plxyXG4gKiBAcHJvcGVydHkge1N0cmluZ30gaGVpZ2h0IOaYvuekuuWbvueJh+Wwj+Wbvuagh+aXtueahOmrmOW6plxyXG4gKiBAcHJvcGVydHkge1N0cmluZ30gdG9wIOWbvuagh+WcqOWeguebtOaWueWQkeS4iueahOWumuS9jVxyXG4gKiBAcHJvcGVydHkge1N0cmluZ30gdG9wIOWbvuagh+WcqOWeguebtOaWueWQkeS4iueahOWumuS9jVxyXG4gKiBAcHJvcGVydHkge1N0cmluZ30gdG9wIOWbvuagh+WcqOWeguebtOaWueWQkeS4iueahOWumuS9jVxyXG4gKiBAcHJvcGVydHkge0Jvb2xlYW59IHNob3ctZGVjaW1hbC1pY29uIOaYr+WQpuS4ukRlY2ltYWxJY29uXHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nfSBpbmFjdGl2ZS1jb2xvciDog4zmma/popzoibLvvIzlj6/mjqXlj5fkuLvpopjoibLvvIzku4VEZWNpbWFs5pe25pyJ5pWIXHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nIHwgTnVtYmVyfSBwZXJjZW50IOaYvuekuueahOeZvuWIhuavlO+8jOS7hURlY2ltYWzml7bmnInmlYhcclxuICogQGV2ZW50IHtGdW5jdGlvbn0gY2xpY2sg54K55Ye75Zu+5qCH5pe26Kem5Y+RXHJcbiAqIEBleGFtcGxlIDx1LWljb24gbmFtZT1cInBob3RvXCIgY29sb3I9XCIjMjk3OWZmXCIgc2l6ZT1cIjI4XCI+PC91LWljb24+XHJcbiAqL1xyXG5leHBvcnQgZGVmYXVsdCB7XHJcblx0bmFtZTogJ3UtaWNvbicsXHJcblx0cHJvcHM6IHtcclxuXHRcdC8vIOWbvuagh+exu+WQjVxyXG5cdFx0bmFtZToge1xyXG5cdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdGRlZmF1bHQ6ICcnXHJcblx0XHR9LFxyXG5cdFx0Ly8g5Zu+5qCH6aKc6Imy77yM5Y+v5o6l5Y+X5Li76aKY6ImyXHJcblx0XHRjb2xvcjoge1xyXG5cdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdGRlZmF1bHQ6ICcnXHJcblx0XHR9LFxyXG5cdFx0Ly8g5a2X5L2T5aSn5bCP77yM5Y2V5L2NcnB4XHJcblx0XHRzaXplOiB7XHJcblx0XHRcdHR5cGU6IFtOdW1iZXIsIFN0cmluZ10sXHJcblx0XHRcdGRlZmF1bHQ6ICdpbmhlcml0J1xyXG5cdFx0fSxcclxuXHRcdC8vIOaYr+WQpuaYvuekuueyl+S9k1xyXG5cdFx0Ym9sZDoge1xyXG5cdFx0XHR0eXBlOiBCb29sZWFuLFxyXG5cdFx0XHRkZWZhdWx0OiBmYWxzZVxyXG5cdFx0fSxcclxuXHRcdC8vIOeCueWHu+Wbvuagh+eahOaXtuWAmeS8oOmAkuS6i+S7tuWHuuWOu+eahGluZGV477yI55So5LqO5Yy65YiG54K55Ye75LqG5ZOq5LiA5Liq77yJXHJcblx0XHRpbmRleDoge1xyXG5cdFx0XHR0eXBlOiBbTnVtYmVyLCBTdHJpbmddLFxyXG5cdFx0XHRkZWZhdWx0OiAnJ1xyXG5cdFx0fSxcclxuXHRcdC8vIOinpuaRuOWbvuagh+aXtueahOexu+WQjVxyXG5cdFx0aG92ZXJDbGFzczoge1xyXG5cdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdGRlZmF1bHQ6ICcnXHJcblx0XHR9LFxyXG5cdFx0Ly8g6Ieq5a6a5LmJ5omp5bGV5YmN57yA77yM5pa55L6/55So5oi35omp5bGV6Ieq5bex55qE5Zu+5qCH5bqTXHJcblx0XHRjdXN0b21QcmVmaXg6IHtcclxuXHRcdFx0dHlwZTogU3RyaW5nLFxyXG5cdFx0XHRkZWZhdWx0OiAndWljb24nXHJcblx0XHR9LFxyXG5cdFx0Ly8g5Zu+5qCH5Y+z6L655oiW6ICF5LiL6Z2i55qE5paH5a2XXHJcblx0XHRsYWJlbDoge1xyXG5cdFx0XHR0eXBlOiBbU3RyaW5nLCBOdW1iZXJdLFxyXG5cdFx0XHRkZWZhdWx0OiAnJ1xyXG5cdFx0fSxcclxuXHRcdC8vIGxhYmVs55qE5L2N572u77yM5Y+q6IO95Y+z6L655oiW6ICF5LiL6L65XHJcblx0XHRsYWJlbFBvczoge1xyXG5cdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdGRlZmF1bHQ6ICdyaWdodCdcclxuXHRcdH0sXHJcblx0XHQvLyBsYWJlbOeahOWkp+Wwj1xyXG5cdFx0bGFiZWxTaXplOiB7XHJcblx0XHRcdHR5cGU6IFtTdHJpbmcsIE51bWJlcl0sXHJcblx0XHRcdGRlZmF1bHQ6ICcyOCdcclxuXHRcdH0sXHJcblx0XHQvLyBsYWJlbOeahOminOiJslxyXG5cdFx0bGFiZWxDb2xvcjoge1xyXG5cdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdGRlZmF1bHQ6ICcjNjA2MjY2J1xyXG5cdFx0fSxcclxuXHRcdC8vIGxhYmVs5LiO5Zu+5qCH55qE6Led56a7KOaoquWQkeaOkuWIlylcclxuXHRcdG1hcmdpbkxlZnQ6IHtcclxuXHRcdFx0dHlwZTogW1N0cmluZywgTnVtYmVyXSxcclxuXHRcdFx0ZGVmYXVsdDogJzYnXHJcblx0XHR9LFxyXG5cdFx0Ly8gbGFiZWzkuI7lm77moIfnmoTot53nprso56uW5ZCR5o6S5YiXKVxyXG5cdFx0bWFyZ2luVG9wOiB7XHJcblx0XHRcdHR5cGU6IFtTdHJpbmcsIE51bWJlcl0sXHJcblx0XHRcdGRlZmF1bHQ6ICc2J1xyXG5cdFx0fSxcclxuXHRcdC8vIGxhYmVs5LiO5Zu+5qCH55qE6Led56a7KOerluWQkeaOkuWIlylcclxuXHRcdG1hcmdpblJpZ2h0OiB7XHJcblx0XHRcdHR5cGU6IFtTdHJpbmcsIE51bWJlcl0sXHJcblx0XHRcdGRlZmF1bHQ6ICc2J1xyXG5cdFx0fSxcclxuXHRcdC8vIGxhYmVs5LiO5Zu+5qCH55qE6Led56a7KOerluWQkeaOkuWIlylcclxuXHRcdG1hcmdpbkJvdHRvbToge1xyXG5cdFx0XHR0eXBlOiBbU3RyaW5nLCBOdW1iZXJdLFxyXG5cdFx0XHRkZWZhdWx0OiAnNidcclxuXHRcdH0sXHJcblx0XHQvLyDlm77niYfnmoRtb2RlXHJcblx0XHRpbWdNb2RlOiB7XHJcblx0XHRcdHR5cGU6IFN0cmluZyxcclxuXHRcdFx0ZGVmYXVsdDogJ3dpZHRoRml4J1xyXG5cdFx0fSxcclxuXHRcdC8vIOiHquWumuS5ieagt+W8j1xyXG5cdFx0Y3VzdG9tU3R5bGU6IHtcclxuXHRcdFx0dHlwZTogT2JqZWN0LFxyXG5cdFx0XHRkZWZhdWx0KCkge1xyXG5cdFx0XHRcdHJldHVybiB7fVxyXG5cdFx0XHR9XHJcblx0XHR9LFxyXG5cdFx0Ly8g55So5LqO5pi+56S65Zu+54mH5bCP5Zu+5qCH5pe277yM5Zu+54mH55qE5a695bqmXHJcblx0XHR3aWR0aDoge1xyXG5cdFx0XHR0eXBlOiBbU3RyaW5nLCBOdW1iZXJdLFxyXG5cdFx0XHRkZWZhdWx0OiAnJ1xyXG5cdFx0fSxcclxuXHRcdC8vIOeUqOS6juaYvuekuuWbvueJh+Wwj+Wbvuagh+aXtu+8jOWbvueJh+eahOmrmOW6plxyXG5cdFx0aGVpZ2h0OiB7XHJcblx0XHRcdHR5cGU6IFtTdHJpbmcsIE51bWJlcl0sXHJcblx0XHRcdGRlZmF1bHQ6ICcnXHJcblx0XHR9LFxyXG5cdFx0Ly8g55So5LqO6Kej5Yaz5p+Q5Lqb5oOF5Ya15LiL77yM6K6p5Zu+5qCH5Z6C55u05bGF5Lit55qE55So6YCUXHJcblx0XHR0b3A6IHtcclxuXHRcdFx0dHlwZTogW1N0cmluZywgTnVtYmVyXSxcclxuXHRcdFx0ZGVmYXVsdDogMFxyXG5cdFx0fSxcclxuXHRcdC8vIOaYr+WQpuS4ukRlY2ltYWxJY29uXHJcblx0XHRzaG93RGVjaW1hbEljb246IHtcclxuXHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0ZGVmYXVsdDogZmFsc2VcclxuXHRcdH0sXHJcblx0XHQvLyDog4zmma/popzoibLvvIzlj6/mjqXlj5fkuLvpopjoibLvvIzku4VEZWNpbWFs5pe25pyJ5pWIXHJcblx0XHRpbmFjdGl2ZUNvbG9yOiB7XHJcblx0XHRcdHR5cGU6IFN0cmluZyxcclxuXHRcdFx0ZGVmYXVsdDogJyNlY2VjZWMnXHJcblx0XHR9LFxyXG5cdFx0Ly8g5pi+56S655qE55m+5YiG5q+U77yM5LuFRGVjaW1hbOaXtuacieaViFxyXG5cdFx0cGVyY2VudDoge1xyXG5cdFx0XHR0eXBlOiBbTnVtYmVyLCBTdHJpbmddLFxyXG5cdFx0XHRkZWZhdWx0OiAnNTAnXHJcblx0XHR9XHJcblx0fSxcclxuXHRjb21wdXRlZDoge1xyXG5cdFx0Y3VzdG9tQ2xhc3MoKSB7XHJcblx0XHRcdGxldCBjbGFzc2VzID0gW11cclxuXHRcdFx0Y2xhc3Nlcy5wdXNoKHRoaXMuY3VzdG9tUHJlZml4ICsgJy0nICsgdGhpcy5uYW1lKVxyXG5cdFx0XHQvLyB1Vmlld+eahOiHquWumuS5ieWbvuagh+exu+WQjeS4unUtaWNvbmZvbnRcclxuXHRcdFx0aWYgKHRoaXMuY3VzdG9tUHJlZml4ID09ICd1aWNvbicpIHtcclxuXHRcdFx0XHRjbGFzc2VzLnB1c2goJ3UtaWNvbmZvbnQnKVxyXG5cdFx0XHR9IGVsc2Uge1xyXG5cdFx0XHRcdGNsYXNzZXMucHVzaCh0aGlzLmN1c3RvbVByZWZpeClcclxuXHRcdFx0fVxyXG5cdFx0XHQvLyDkuLvpopjoibLvvIzpgJrov4fnsbvphY3nva5cclxuXHRcdFx0aWYgKHRoaXMuc2hvd0RlY2ltYWxJY29uICYmIHRoaXMuaW5hY3RpdmVDb2xvciAmJiB0aGlzLiR1LmNvbmZpZy50eXBlLmluY2x1ZGVzKHRoaXMuaW5hY3RpdmVDb2xvcikpIHtcclxuXHRcdFx0XHRjbGFzc2VzLnB1c2goJ3UtaWNvbl9faWNvbi0tJyArIHRoaXMuaW5hY3RpdmVDb2xvcilcclxuXHRcdFx0fSBlbHNlIGlmICh0aGlzLmNvbG9yICYmIHRoaXMuJHUuY29uZmlnLnR5cGUuaW5jbHVkZXModGhpcy5jb2xvcikpIGNsYXNzZXMucHVzaCgndS1pY29uX19pY29uLS0nICsgdGhpcy5jb2xvcilcclxuXHRcdFx0Ly8g6Zi/6YeM77yM5aS05p2h77yM55m+5bqm5bCP56iL5bqP6YCa6L+H5pWw57uE57uR5a6a57G75ZCN5pe277yM5peg5rOV55u05o6l5L2/55SoW2EsIGIsIGNd55qE5b2i5byP77yM5ZCm5YiZ5peg5rOV6K+G5YirXHJcblx0XHRcdC8vIOaVhemcgOWwhuWFtuaLhuaIkOS4gOS4quWtl+espuS4sueahOW9ouW8j++8jOmAmui/h+epuuagvOmalOW8gOWQhOS4quexu+WQjVxyXG5cdFx0XHQvLyNpZmRlZiBNUC1BTElQQVkgfHwgTVAtVE9VVElBTyB8fCBNUC1CQUlEVVxyXG5cdFx0XHRjbGFzc2VzID0gY2xhc3Nlcy5qb2luKCcgJylcclxuXHRcdFx0Ly8jZW5kaWZcclxuXHRcdFx0cmV0dXJuIGNsYXNzZXNcclxuXHRcdH0sXHJcblx0XHRpY29uU3R5bGUoKSB7XHJcblx0XHRcdGxldCBzdHlsZSA9IHt9XHJcblx0XHRcdHN0eWxlID0ge1xyXG5cdFx0XHRcdGZvbnRTaXplOiB0aGlzLnNpemUgPT0gJ2luaGVyaXQnID8gJ2luaGVyaXQnIDogdGhpcy4kdS5hZGRVbml0KHRoaXMuc2l6ZSksXHJcblx0XHRcdFx0Zm9udFdlaWdodDogdGhpcy5ib2xkID8gJ2JvbGQnIDogJ25vcm1hbCcsXHJcblx0XHRcdFx0Ly8g5p+Q5Lqb54m55q6K5oOF5Ya16ZyA6KaB6K6+572u5LiA5Liq5Yiw6aG26YOo55qE6Led56a777yM5omN6IO95pu05aW955qE5Z6C55u05bGF5LitXHJcblx0XHRcdFx0dG9wOiB0aGlzLiR1LmFkZFVuaXQodGhpcy50b3ApXHJcblx0XHRcdH1cclxuXHRcdFx0Ly8g6Z2e5Li76aKY6Imy5YC85pe277yM5omN5b2T5L2c6aKc6Imy5YC8XHJcblx0XHRcdGlmICh0aGlzLnNob3dEZWNpbWFsSWNvbiAmJiB0aGlzLmluYWN0aXZlQ29sb3IgJiYgIXRoaXMuJHUuY29uZmlnLnR5cGUuaW5jbHVkZXModGhpcy5pbmFjdGl2ZUNvbG9yKSkge1xyXG5cdFx0XHRcdHN0eWxlLmNvbG9yID0gdGhpcy5pbmFjdGl2ZUNvbG9yXHJcblx0XHRcdH0gZWxzZSBpZiAodGhpcy5jb2xvciAmJiAhdGhpcy4kdS5jb25maWcudHlwZS5pbmNsdWRlcyh0aGlzLmNvbG9yKSkgc3R5bGUuY29sb3IgPSB0aGlzLmNvbG9yXHJcblxyXG5cdFx0XHRyZXR1cm4gc3R5bGVcclxuXHRcdH0sXHJcblx0XHQvLyDliKTmlq3kvKDlhaXnmoRuYW1l5bGe5oCn77yM5piv5ZCm5Zu+54mH6Lev5b6E77yM5Y+q6KaB5bim5pyJXCIvXCLlnYforqTkuLrmmK/lm77niYflvaLlvI9cclxuXHRcdGlzSW1nKCkge1xyXG5cdFx0XHRyZXR1cm4gdGhpcy5uYW1lLmluZGV4T2YoJy8nKSAhPT0gLTFcclxuXHRcdH0sXHJcblx0XHRpbWdTdHlsZSgpIHtcclxuXHRcdFx0bGV0IHN0eWxlID0ge31cclxuXHRcdFx0Ly8g5aaC5p6c6K6+572ud2lkdGjlkoxoZWlnaHTlsZ7mgKfvvIzliJnkvJjlhYjkvb/nlKjvvIzlkKbliJnkvb/nlKhzaXpl5bGe5oCnXHJcblx0XHRcdHN0eWxlLndpZHRoID0gdGhpcy53aWR0aCA/IHRoaXMuJHUuYWRkVW5pdCh0aGlzLndpZHRoKSA6IHRoaXMuJHUuYWRkVW5pdCh0aGlzLnNpemUpXHJcblx0XHRcdHN0eWxlLmhlaWdodCA9IHRoaXMuaGVpZ2h0ID8gdGhpcy4kdS5hZGRVbml0KHRoaXMuaGVpZ2h0KSA6IHRoaXMuJHUuYWRkVW5pdCh0aGlzLnNpemUpXHJcblx0XHRcdHJldHVybiBzdHlsZVxyXG5cdFx0fSxcclxuXHRcdGRlY2ltYWxJY29uU3R5bGUoKSB7XHJcblx0XHRcdGxldCBzdHlsZSA9IHt9XHJcblx0XHRcdHN0eWxlID0ge1xyXG5cdFx0XHRcdGZvbnRTaXplOiB0aGlzLnNpemUgPT0gJ2luaGVyaXQnID8gJ2luaGVyaXQnIDogdGhpcy4kdS5hZGRVbml0KHRoaXMuc2l6ZSksXHJcblx0XHRcdFx0Zm9udFdlaWdodDogdGhpcy5ib2xkID8gJ2JvbGQnIDogJ25vcm1hbCcsXHJcblx0XHRcdFx0Ly8g5p+Q5Lqb54m55q6K5oOF5Ya16ZyA6KaB6K6+572u5LiA5Liq5Yiw6aG26YOo55qE6Led56a777yM5omN6IO95pu05aW955qE5Z6C55u05bGF5LitXHJcblx0XHRcdFx0dG9wOiB0aGlzLiR1LmFkZFVuaXQodGhpcy50b3ApLFxyXG5cdFx0XHRcdHdpZHRoOiB0aGlzLnBlcmNlbnQgKyAnJSdcclxuXHRcdFx0fVxyXG5cdFx0XHQvLyDpnZ7kuLvpopjoibLlgLzml7bvvIzmiY3lvZPkvZzpopzoibLlgLxcclxuXHRcdFx0aWYgKHRoaXMuY29sb3IgJiYgIXRoaXMuJHUuY29uZmlnLnR5cGUuaW5jbHVkZXModGhpcy5jb2xvcikpIHN0eWxlLmNvbG9yID0gdGhpcy5jb2xvclxyXG5cdFx0XHRyZXR1cm4gc3R5bGVcclxuXHRcdH0sXHJcblx0XHRkZWNpbWFsSWNvbkNsYXNzKCkge1xyXG5cdFx0XHRsZXQgY2xhc3NlcyA9IFtdXHJcblx0XHRcdGNsYXNzZXMucHVzaCh0aGlzLmN1c3RvbVByZWZpeCArICctJyArIHRoaXMubmFtZSlcclxuXHRcdFx0Ly8gdVZpZXfnmoToh6rlrprkuYnlm77moIfnsbvlkI3kuLp1LWljb25mb250XHJcblx0XHRcdGlmICh0aGlzLmN1c3RvbVByZWZpeCA9PSAndWljb24nKSB7XHJcblx0XHRcdFx0Y2xhc3Nlcy5wdXNoKCd1LWljb25mb250JylcclxuXHRcdFx0fSBlbHNlIHtcclxuXHRcdFx0XHRjbGFzc2VzLnB1c2godGhpcy5jdXN0b21QcmVmaXgpXHJcblx0XHRcdH1cclxuXHRcdFx0Ly8g5Li76aKY6Imy77yM6YCa6L+H57G76YWN572uXHJcblx0XHRcdGlmICh0aGlzLmNvbG9yICYmIHRoaXMuJHUuY29uZmlnLnR5cGUuaW5jbHVkZXModGhpcy5jb2xvcikpIGNsYXNzZXMucHVzaCgndS1pY29uX19pY29uLS0nICsgdGhpcy5jb2xvcilcclxuXHRcdFx0ZWxzZSBjbGFzc2VzLnB1c2goJ3UtaWNvbl9faWNvbi0tcHJpbWFyeScpXHJcblx0XHRcdC8vIOmYv+mHjO+8jOWktOadoe+8jOeZvuW6puWwj+eoi+W6j+mAmui/h+aVsOe7hOe7keWumuexu+WQjeaXtu+8jOaXoOazleebtOaOpeS9v+eUqFthLCBiLCBjXeeahOW9ouW8j++8jOWQpuWImeaXoOazleivhuWIq1xyXG5cdFx0XHQvLyDmlYXpnIDlsIblhbbmi4bmiJDkuIDkuKrlrZfnrKbkuLLnmoTlvaLlvI/vvIzpgJrov4fnqbrmoLzpmpTlvIDlkITkuKrnsbvlkI1cclxuXHRcdFx0Ly8jaWZkZWYgTVAtQUxJUEFZIHx8IE1QLVRPVVRJQU8gfHwgTVAtQkFJRFVcclxuXHRcdFx0Y2xhc3NlcyA9IGNsYXNzZXMuam9pbignICcpXHJcblx0XHRcdC8vI2VuZGlmXHJcblx0XHRcdHJldHVybiBjbGFzc2VzXHJcblx0XHR9XHJcblx0fSxcclxuXHRtZXRob2RzOiB7XHJcblx0XHRjbGljaygpIHtcclxuXHRcdFx0dGhpcy4kZW1pdCgnY2xpY2snLCB0aGlzLmluZGV4KVxyXG5cdFx0fSxcclxuXHRcdHRvdWNoc3RhcnQoKSB7XHJcblx0XHRcdHRoaXMuJGVtaXQoJ3RvdWNoc3RhcnQnLCB0aGlzLmluZGV4KVxyXG5cdFx0fVxyXG5cdH1cclxufVxyXG48L3NjcmlwdD5cclxuXHJcbjxzdHlsZSBzY29wZWQgbGFuZz1cInNjc3NcIj5cclxuQGltcG9ydCBcIi4uLy4uL2xpYnMvY3NzL3N0eWxlLmNvbXBvbmVudHMuc2Nzc1wiO1xyXG5AaW1wb3J0ICcuLi8uLi9pY29uZm9udC5jc3MnO1xyXG5cclxuLnUtaWNvbiB7XHJcblx0ZGlzcGxheTogaW5saW5lLWZsZXg7XHJcblx0YWxpZ24taXRlbXM6IGNlbnRlcjtcclxuXHJcblx0Ji0tbGVmdCB7XHJcblx0XHRmbGV4LWRpcmVjdGlvbjogcm93LXJldmVyc2U7XHJcblx0XHRhbGlnbi1pdGVtczogY2VudGVyO1xyXG5cdH1cclxuXHJcblx0Ji0tcmlnaHQge1xyXG5cdFx0ZmxleC1kaXJlY3Rpb246IHJvdztcclxuXHRcdGFsaWduLWl0ZW1zOiBjZW50ZXI7XHJcblx0fVxyXG5cclxuXHQmLS10b3Age1xyXG5cdFx0ZmxleC1kaXJlY3Rpb246IGNvbHVtbi1yZXZlcnNlO1xyXG5cdFx0anVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcblx0fVxyXG5cclxuXHQmLS1ib3R0b20ge1xyXG5cdFx0ZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcclxuXHRcdGp1c3RpZnktY29udGVudDogY2VudGVyO1xyXG5cdH1cclxuXHJcblx0Jl9faWNvbiB7XHJcblx0XHRwb3NpdGlvbjogcmVsYXRpdmU7XHJcblxyXG5cdFx0Ji0tcHJpbWFyeSB7XHJcblx0XHRcdGNvbG9yOiAkdS10eXBlLXByaW1hcnk7XHJcblx0XHR9XHJcblxyXG5cdFx0Ji0tc3VjY2VzcyB7XHJcblx0XHRcdGNvbG9yOiAkdS10eXBlLXN1Y2Nlc3M7XHJcblx0XHR9XHJcblxyXG5cdFx0Ji0tZXJyb3Ige1xyXG5cdFx0XHRjb2xvcjogJHUtdHlwZS1lcnJvcjtcclxuXHRcdH1cclxuXHJcblx0XHQmLS13YXJuaW5nIHtcclxuXHRcdFx0Y29sb3I6ICR1LXR5cGUtd2FybmluZztcclxuXHRcdH1cclxuXHJcblx0XHQmLS1pbmZvIHtcclxuXHRcdFx0Y29sb3I6ICR1LXR5cGUtaW5mbztcclxuXHRcdH1cclxuXHR9XHJcblxyXG5cdCZfX2RlY2ltYWwge1xyXG5cdFx0cG9zaXRpb246IGFic29sdXRlO1xyXG5cdFx0dG9wOiAwO1xyXG5cdFx0bGVmdDogMDtcclxuXHRcdGRpc3BsYXk6IGlubGluZS1ibG9jaztcclxuXHRcdG92ZXJmbG93OiBoaWRkZW47XHJcblx0fVxyXG5cclxuXHQmX19pbWcge1xyXG5cdFx0aGVpZ2h0OiBhdXRvO1xyXG5cdFx0d2lsbC1jaGFuZ2U6IHRyYW5zZm9ybTtcclxuXHR9XHJcblxyXG5cdCZfX2xhYmVsIHtcclxuXHRcdGxpbmUtaGVpZ2h0OiAxO1xyXG5cdH1cclxufVxyXG48L3N0eWxlPlxyXG4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///19\n");
/***/ }),
-/* 25 */
-/*!********************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-checkbox/u-checkbox.vue?vue&type=script&lang=js& ***!
- \********************************************************************************************************************/
+/* 20 */
+/*!**********************************************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-checkbox/u-checkbox.vue?vue&type=script&lang=js& ***!
+ \**********************************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-checkbox.vue?vue&type=script&lang=js& */ 26);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQXNpQixDQUFnQixna0JBQUcsRUFBQyIsImZpbGUiOiIyNS5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBtb2QgZnJvbSBcIi0hLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvYmFiZWwtbG9hZGVyL2xpYi9pbmRleC5qcyEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stcHJlcHJvY2Vzcy1sb2FkZXIvaW5kZXguanM/P3JlZi0tNi0xIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvd2VicGFjay11bmktYXBwLWxvYWRlci91c2luZy1jb21wb25lbnRzLmpzIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvdnVlLWxvYWRlci9saWIvaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL3UtY2hlY2tib3gudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiOyBleHBvcnQgZGVmYXVsdCBtb2Q7IGV4cG9ydCAqIGZyb20gXCItIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL2JhYmVsLWxvYWRlci9saWIvaW5kZXguanMhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyL2luZGV4LmpzPz9yZWYtLTYtMSEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stdW5pLWFwcC1sb2FkZXIvdXNpbmctY29tcG9uZW50cy5qcyEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL2luZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi91LWNoZWNrYm94LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///25\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-checkbox.vue?vue&type=script&lang=js& */ 21);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_checkbox_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQWltQixDQUFnQixnb0JBQUcsRUFBQyIsImZpbGUiOiIyMC5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBtb2QgZnJvbSBcIi0hQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxiYWJlbC1sb2FkZXJcXFxcbGliXFxcXGluZGV4LmpzIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcQGRjbG91ZGlvXFxcXHZ1ZS1jbGktcGx1Z2luLXVuaVxcXFxwYWNrYWdlc1xcXFx3ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyXFxcXGluZGV4LmpzPz9yZWYtLTYtMSFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay11bmktYXBwLWxvYWRlclxcXFx1c2luZy1jb21wb25lbnRzLmpzIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcQGRjbG91ZGlvXFxcXHZ1ZS1jbGktcGx1Z2luLXVuaVxcXFxwYWNrYWdlc1xcXFx2dWUtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcz8/dnVlLWxvYWRlci1vcHRpb25zIS4vdS1jaGVja2JveC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmXCI7IGV4cG9ydCBkZWZhdWx0IG1vZDsgZXhwb3J0ICogZnJvbSBcIi0hQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxiYWJlbC1sb2FkZXJcXFxcbGliXFxcXGluZGV4LmpzIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcQGRjbG91ZGlvXFxcXHZ1ZS1jbGktcGx1Z2luLXVuaVxcXFxwYWNrYWdlc1xcXFx3ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyXFxcXGluZGV4LmpzPz9yZWYtLTYtMSFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay11bmktYXBwLWxvYWRlclxcXFx1c2luZy1jb21wb25lbnRzLmpzIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcQGRjbG91ZGlvXFxcXHZ1ZS1jbGktcGx1Z2luLXVuaVxcXFxwYWNrYWdlc1xcXFx2dWUtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcz8/dnVlLWxvYWRlci1vcHRpb25zIS4vdS1jaGVja2JveC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmXCIiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///20\n");
/***/ }),
-/* 26 */
-/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-checkbox/u-checkbox.vue?vue&type=script&lang=js& ***!
- \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 21 */
+/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/uview-ui/components/u-checkbox/u-checkbox.vue?vue&type=script&lang=js& ***!
+ \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0; //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n/**\n * checkbox 复选框\n * @description 该组件需要搭配checkboxGroup组件使用,以便用户进行操作时,获得当前复选框组的选中情况。\n * @tutorial https://www.uviewui.com/components/checkbox.html\n * @property {String Number} icon-size 图标大小,单位rpx(默认20)\n * @property {String Number} label-size label字体大小,单位rpx(默认28)\n * @property {String Number} name checkbox组件的标示符\n * @property {String} shape 形状,见官网说明(默认circle)\n * @property {Boolean} disabled 是否禁用\n * @property {Boolean} label-disabled 是否禁止点击文本操作checkbox\n * @property {String} active-color 选中时的颜色,如设置CheckboxGroup的active-color将失效\n * @event {Function} change 某个checkbox状态发生变化时触发,回调为一个对象\n * @example 天涯\n */var _default =\n{\n name: \"u-checkbox\",\n props: {\n // checkbox的名称\n name: {\n type: [String, Number],\n default: '' },\n\n // 形状,square为方形,circle为原型\n shape: {\n type: String,\n default: '' },\n\n // 是否为选中状态\n value: {\n type: Boolean,\n default: false },\n\n // 是否禁用\n disabled: {\n type: [String, Boolean],\n default: '' },\n\n // 是否禁止点击提示语选中复选框\n labelDisabled: {\n type: [String, Boolean],\n default: '' },\n\n // 选中状态下的颜色,如设置此值,将会覆盖checkboxGroup的activeColor值\n activeColor: {\n type: String,\n default: '' },\n\n // 图标的大小,单位rpx\n iconSize: {\n type: [String, Number],\n default: '' },\n\n // label的字体大小,rpx单位\n labelSize: {\n type: [String, Number],\n default: '' },\n\n // 组件的整体大小\n size: {\n type: [String, Number],\n default: '' } },\n\n\n data: function data() {\n return {\n parentDisabled: false,\n newParams: {} };\n\n },\n created: function created() {\n // 支付宝小程序不支持provide/inject,所以使用这个方法获取整个父组件,在created定义,避免循环应用\n this.parent = this.$u.$parent.call(this, 'u-checkbox-group');\n // 如果存在u-checkbox-group,将本组件的this塞进父组件的children中\n this.parent && this.parent.children.push(this);\n },\n computed: {\n // 是否禁用,如果父组件u-checkbox-group禁用的话,将会忽略子组件的配置\n isDisabled: function isDisabled() {\n return this.disabled !== '' ? this.disabled : this.parent ? this.parent.disabled : false;\n },\n // 是否禁用label点击\n isLabelDisabled: function isLabelDisabled() {\n return this.labelDisabled !== '' ? this.labelDisabled : this.parent ? this.parent.labelDisabled : false;\n },\n // 组件尺寸,对应size的值,默认值为34rpx\n checkboxSize: function checkboxSize() {\n return this.size ? this.size : this.parent ? this.parent.size : 34;\n },\n // 组件的勾选图标的尺寸,默认20\n checkboxIconSize: function checkboxIconSize() {\n return this.iconSize ? this.iconSize : this.parent ? this.parent.iconSize : 20;\n },\n // 组件选中激活时的颜色\n elActiveColor: function elActiveColor() {\n return this.activeColor ? this.activeColor : this.parent ? this.parent.activeColor : 'primary';\n },\n // 组件的形状\n elShape: function elShape() {\n return this.shape ? this.shape : this.parent ? this.parent.shape : 'square';\n },\n iconStyle: function iconStyle() {\n var style = {};\n // 既要判断是否手动禁用,还要判断用户v-model绑定的值,如果绑定为false,那么也无法选中\n if (this.elActiveColor && this.value && !this.isDisabled) {\n style.borderColor = this.elActiveColor;\n style.backgroundColor = this.elActiveColor;\n }\n style.width = this.$u.addUnit(this.checkboxSize);\n style.height = this.$u.addUnit(this.checkboxSize);\n return style;\n },\n // checkbox内部的勾选图标,如果选中状态,为白色,否则为透明色即可\n iconColor: function iconColor() {\n return this.value ? '#ffffff' : 'transparent';\n },\n iconClass: function iconClass() {\n var classes = [];\n classes.push('u-checkbox__icon-wrap--' + this.elShape);\n if (this.value == true) classes.push('u-checkbox__icon-wrap--checked');\n if (this.isDisabled) classes.push('u-checkbox__icon-wrap--disabled');\n if (this.value && this.isDisabled) classes.push('u-checkbox__icon-wrap--disabled--checked');\n // 支付宝小程序无法动态绑定一个数组类名,否则解析出来的结果会带有\",\",而导致失效\n return classes.join(' ');\n },\n checkboxStyle: function checkboxStyle() {\n var style = {};\n if (this.parent && this.parent.width) {\n style.width = this.parent.width;\n\n\n\n\n\n // H5和APP使用flex布局\n style.flex = \"0 0 \".concat(this.parent.width);\n\n }\n if (this.parent && this.parent.wrap) {\n style.width = '100%';\n\n // H5和APP使用flex布局,将宽度设置100%,即可自动换行\n style.flex = '0 0 100%';\n\n }\n return style;\n } },\n\n methods: {\n onClickLabel: function onClickLabel() {\n if (!this.isLabelDisabled && !this.isDisabled) {\n this.setValue();\n }\n },\n toggle: function toggle() {\n if (!this.isDisabled) {\n this.setValue();\n }\n },\n emitEvent: function emitEvent() {var _this = this;\n this.$emit('change', {\n value: !this.value,\n name: this.name });\n\n // 执行父组件u-checkbox-group的事件方法\n // 等待下一个周期再执行,因为this.$emit('input')作用于父组件,再反馈到子组件内部,需要时间\n setTimeout(function () {\n if (_this.parent && _this.parent.emitEvent) _this.parent.emitEvent();\n }, 80);\n },\n // 设置input的值,这里通过input事件,设置通过v-model绑定的组件的值\n setValue: function setValue() {\n // 判断是否超过了可选的最大数量\n var checkedNum = 0;\n if (this.parent && this.parent.children) {\n // 只要父组件的某一个子元素的value为true,就加1(已有的选中数量)\n this.parent.children.map(function (val) {\n if (val.value) checkedNum++;\n });\n }\n // 如果原来为选中状态,那么可以取消\n if (this.value == true) {\n this.emitEvent();\n this.$emit('input', !this.value);\n } else {\n // 如果超出最多可选项,提示\n if (this.parent && checkedNum >= this.parent.max) {\n return this.$u.toast(\"\\u6700\\u591A\\u53EF\\u9009\".concat(this.parent.max, \"\\u9879\"));\n }\n // 如果原来为未选中状态,需要选中的数量少于父组件中设置的max值,才可以选中\n this.emitEvent();\n this.$emit('input', !this.value);\n }\n } } };exports.default = _default;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXZpZXctdWkvY29tcG9uZW50cy91LWNoZWNrYm94L3UtY2hlY2tib3gudnVlIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7O0FBY0E7Ozs7Ozs7Ozs7Ozs7O0FBY0E7QUFDQSxvQkFEQTtBQUVBO0FBQ0E7QUFDQTtBQUNBLDRCQURBO0FBRUEsaUJBRkEsRUFGQTs7QUFNQTtBQUNBO0FBQ0Esa0JBREE7QUFFQSxpQkFGQSxFQVBBOztBQVdBO0FBQ0E7QUFDQSxtQkFEQTtBQUVBLG9CQUZBLEVBWkE7O0FBZ0JBO0FBQ0E7QUFDQSw2QkFEQTtBQUVBLGlCQUZBLEVBakJBOztBQXFCQTtBQUNBO0FBQ0EsNkJBREE7QUFFQSxpQkFGQSxFQXRCQTs7QUEwQkE7QUFDQTtBQUNBLGtCQURBO0FBRUEsaUJBRkEsRUEzQkE7O0FBK0JBO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLGlCQUZBLEVBaENBOztBQW9DQTtBQUNBO0FBQ0EsNEJBREE7QUFFQSxpQkFGQSxFQXJDQTs7QUF5Q0E7QUFDQTtBQUNBLDRCQURBO0FBRUEsaUJBRkEsRUExQ0EsRUFGQTs7O0FBaURBLE1BakRBLGtCQWlEQTtBQUNBO0FBQ0EsMkJBREE7QUFFQSxtQkFGQTs7QUFJQSxHQXREQTtBQXVEQSxTQXZEQSxxQkF1REE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEdBNURBO0FBNkRBO0FBQ0E7QUFDQSxjQUZBLHdCQUVBO0FBQ0E7QUFDQSxLQUpBO0FBS0E7QUFDQSxtQkFOQSw2QkFNQTtBQUNBO0FBQ0EsS0FSQTtBQVNBO0FBQ0EsZ0JBVkEsMEJBVUE7QUFDQTtBQUNBLEtBWkE7QUFhQTtBQUNBLG9CQWRBLDhCQWNBO0FBQ0E7QUFDQSxLQWhCQTtBQWlCQTtBQUNBLGlCQWxCQSwyQkFrQkE7QUFDQTtBQUNBLEtBcEJBO0FBcUJBO0FBQ0EsV0F0QkEscUJBc0JBO0FBQ0E7QUFDQSxLQXhCQTtBQXlCQSxhQXpCQSx1QkF5QkE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQW5DQTtBQW9DQTtBQUNBLGFBckNBLHVCQXFDQTtBQUNBO0FBQ0EsS0F2Q0E7QUF3Q0EsYUF4Q0EsdUJBd0NBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQWhEQTtBQWlEQSxpQkFqREEsMkJBaURBO0FBQ0E7QUFDQTtBQUNBOzs7Ozs7QUFNQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQSxLQXRFQSxFQTdEQTs7QUFxSUE7QUFDQSxnQkFEQSwwQkFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEtBTEE7QUFNQSxVQU5BLG9CQU1BO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FWQTtBQVdBLGFBWEEsdUJBV0E7QUFDQTtBQUNBLDBCQURBO0FBRUEsdUJBRkE7O0FBSUE7QUFDQTtBQUNBO0FBQ0E7QUFDQSxPQUZBLEVBRUEsRUFGQTtBQUdBLEtBckJBO0FBc0JBO0FBQ0EsWUF2QkEsc0JBdUJBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FGQTtBQUdBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxPQUhBLE1BR0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0E3Q0EsRUFySUEsRSIsImZpbGUiOiIyNi5qcyIsInNvdXJjZXNDb250ZW50IjpbIjx0ZW1wbGF0ZT5cclxuXHQ8dmlldyBjbGFzcz1cInUtY2hlY2tib3hcIiA6c3R5bGU9XCJbY2hlY2tib3hTdHlsZV1cIj5cclxuXHRcdDx2aWV3IGNsYXNzPVwidS1jaGVja2JveF9faWNvbi13cmFwXCIgQHRhcD1cInRvZ2dsZVwiIDpjbGFzcz1cIltpY29uQ2xhc3NdXCIgOnN0eWxlPVwiW2ljb25TdHlsZV1cIj5cclxuXHRcdFx0PHUtaWNvbiBjbGFzcz1cInUtY2hlY2tib3hfX2ljb24td3JhcF9faWNvblwiIG5hbWU9XCJjaGVja2JveC1tYXJrXCIgOnNpemU9XCJjaGVja2JveEljb25TaXplXCIgOmNvbG9yPVwiaWNvbkNvbG9yXCIvPlxyXG5cdFx0PC92aWV3PlxyXG5cdFx0PHZpZXcgY2xhc3M9XCJ1LWNoZWNrYm94X19sYWJlbFwiIEB0YXA9XCJvbkNsaWNrTGFiZWxcIiA6c3R5bGU9XCJ7XHJcblx0XHRcdGZvbnRTaXplOiAkdS5hZGRVbml0KGxhYmVsU2l6ZSlcclxuXHRcdH1cIj5cclxuXHRcdFx0PHNsb3QgLz5cclxuXHRcdDwvdmlldz5cclxuXHQ8L3ZpZXc+XHJcbjwvdGVtcGxhdGU+XHJcblxyXG48c2NyaXB0PlxyXG5cdC8qKlxyXG5cdCAqIGNoZWNrYm94IOWkjemAieahhlxyXG5cdCAqIEBkZXNjcmlwdGlvbiDor6Xnu4Tku7bpnIDopoHmkK3phY1jaGVja2JveEdyb3Vw57uE5Lu25L2/55So77yM5Lul5L6/55So5oi36L+b6KGM5pON5L2c5pe277yM6I635b6X5b2T5YmN5aSN6YCJ5qGG57uE55qE6YCJ5Lit5oOF5Ya144CCXHJcblx0ICogQHR1dG9yaWFsIGh0dHBzOi8vd3d3LnV2aWV3dWkuY29tL2NvbXBvbmVudHMvY2hlY2tib3guaHRtbFxyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nIE51bWJlcn0gaWNvbi1zaXplIOWbvuagh+Wkp+Wwj++8jOWNleS9jXJweO+8iOm7mOiupDIw77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmcgTnVtYmVyfSBsYWJlbC1zaXplIGxhYmVs5a2X5L2T5aSn5bCP77yM5Y2V5L2NcnB477yI6buY6K6kMjjvvIlcclxuXHQgKiBAcHJvcGVydHkge1N0cmluZyBOdW1iZXJ9IG5hbWUgY2hlY2tib3jnu4Tku7bnmoTmoIfnpLrnrKZcclxuXHQgKiBAcHJvcGVydHkge1N0cmluZ30gc2hhcGUg5b2i54q277yM6KeB5a6Y572R6K+05piO77yI6buY6K6kY2lyY2xl77yJXHJcblx0ICogQHByb3BlcnR5IHtCb29sZWFufSBkaXNhYmxlZCDmmK/lkKbnpoHnlKhcclxuXHQgKiBAcHJvcGVydHkge0Jvb2xlYW59IGxhYmVsLWRpc2FibGVkIOaYr+WQpuemgeatoueCueWHu+aWh+acrOaTjeS9nGNoZWNrYm94XHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmd9IGFjdGl2ZS1jb2xvciDpgInkuK3ml7bnmoTpopzoibLvvIzlpoLorr7nva5DaGVja2JveEdyb3Vw55qEYWN0aXZlLWNvbG9y5bCG5aSx5pWIXHJcblx0ICogQGV2ZW50IHtGdW5jdGlvbn0gY2hhbmdlIOafkOS4qmNoZWNrYm9454q25oCB5Y+R55Sf5Y+Y5YyW5pe26Kem5Y+R77yM5Zue6LCD5Li65LiA5Liq5a+56LGhXHJcblx0ICogQGV4YW1wbGUgPHUtY2hlY2tib3ggdi1tb2RlbD1cImNoZWNrZWRcIiA6ZGlzYWJsZWQ9XCJmYWxzZVwiPuWkqea2rzwvdS1jaGVja2JveD5cclxuXHQgKi9cclxuXHRleHBvcnQgZGVmYXVsdCB7XHJcblx0XHRuYW1lOiBcInUtY2hlY2tib3hcIixcclxuXHRcdHByb3BzOiB7XHJcblx0XHRcdC8vIGNoZWNrYm9455qE5ZCN56ewXHJcblx0XHRcdG5hbWU6IHtcclxuXHRcdFx0XHR0eXBlOiBbU3RyaW5nLCBOdW1iZXJdLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICcnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOW9oueKtu+8jHNxdWFyZeS4uuaWueW9ou+8jGNpcmNsZeS4uuWOn+Wei1xyXG5cdFx0XHRzaGFwZToge1xyXG5cdFx0XHRcdHR5cGU6IFN0cmluZyxcclxuXHRcdFx0XHRkZWZhdWx0OiAnJ1xyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDmmK/lkKbkuLrpgInkuK3nirbmgIFcclxuXHRcdFx0dmFsdWU6IHtcclxuXHRcdFx0XHR0eXBlOiBCb29sZWFuLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IGZhbHNlXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOaYr+WQpuemgeeUqFxyXG5cdFx0XHRkaXNhYmxlZDoge1xyXG5cdFx0XHRcdHR5cGU6IFtTdHJpbmcsIEJvb2xlYW5dLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICcnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOaYr+WQpuemgeatoueCueWHu+aPkOekuuivremAieS4reWkjemAieahhlxyXG5cdFx0XHRsYWJlbERpc2FibGVkOiB7XHJcblx0XHRcdFx0dHlwZTogW1N0cmluZywgQm9vbGVhbl0sXHJcblx0XHRcdFx0ZGVmYXVsdDogJydcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g6YCJ5Lit54q25oCB5LiL55qE6aKc6Imy77yM5aaC6K6+572u5q2k5YC877yM5bCG5Lya6KaG55uWY2hlY2tib3hHcm91cOeahGFjdGl2ZUNvbG9y5YC8XHJcblx0XHRcdGFjdGl2ZUNvbG9yOiB7XHJcblx0XHRcdFx0dHlwZTogU3RyaW5nLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICcnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOWbvuagh+eahOWkp+Wwj++8jOWNleS9jXJweFxyXG5cdFx0XHRpY29uU2l6ZToge1xyXG5cdFx0XHRcdHR5cGU6IFtTdHJpbmcsIE51bWJlcl0sXHJcblx0XHRcdFx0ZGVmYXVsdDogJydcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8gbGFiZWznmoTlrZfkvZPlpKflsI/vvIxycHjljZXkvY1cclxuXHRcdFx0bGFiZWxTaXplOiB7XHJcblx0XHRcdFx0dHlwZTogW1N0cmluZywgTnVtYmVyXSxcclxuXHRcdFx0XHRkZWZhdWx0OiAnJ1xyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDnu4Tku7bnmoTmlbTkvZPlpKflsI9cclxuXHRcdFx0c2l6ZToge1xyXG5cdFx0XHRcdHR5cGU6IFtTdHJpbmcsIE51bWJlcl0sXHJcblx0XHRcdFx0ZGVmYXVsdDogJydcclxuXHRcdFx0fSxcclxuXHRcdH0sXHJcblx0XHRkYXRhKCkge1xyXG5cdFx0XHRyZXR1cm4ge1xyXG5cdFx0XHRcdHBhcmVudERpc2FibGVkOiBmYWxzZSxcclxuXHRcdFx0XHRuZXdQYXJhbXM6IHt9LFxyXG5cdFx0XHR9O1xyXG5cdFx0fSxcclxuXHRcdGNyZWF0ZWQoKSB7XHJcblx0XHRcdC8vIOaUr+S7mOWuneWwj+eoi+W6j+S4jeaUr+aMgXByb3ZpZGUvaW5qZWN077yM5omA5Lul5L2/55So6L+Z5Liq5pa55rOV6I635Y+W5pW05Liq54i257uE5Lu277yM5ZyoY3JlYXRlZOWumuS5ie+8jOmBv+WFjeW+queOr+W6lOeUqFxyXG5cdFx0XHR0aGlzLnBhcmVudCA9IHRoaXMuJHUuJHBhcmVudC5jYWxsKHRoaXMsICd1LWNoZWNrYm94LWdyb3VwJyk7XHJcblx0XHRcdC8vIOWmguaenOWtmOWcqHUtY2hlY2tib3gtZ3JvdXDvvIzlsIbmnKznu4Tku7bnmoR0aGlz5aGe6L+b54i257uE5Lu255qEY2hpbGRyZW7kuK1cclxuXHRcdFx0dGhpcy5wYXJlbnQgJiYgdGhpcy5wYXJlbnQuY2hpbGRyZW4ucHVzaCh0aGlzKTtcclxuXHRcdH0sXHJcblx0XHRjb21wdXRlZDoge1xyXG5cdFx0XHQvLyDmmK/lkKbnpoHnlKjvvIzlpoLmnpzniLbnu4Tku7Z1LWNoZWNrYm94LWdyb3Vw56aB55So55qE6K+d77yM5bCG5Lya5b+955Wl5a2Q57uE5Lu255qE6YWN572uXHJcblx0XHRcdGlzRGlzYWJsZWQoKSB7XHJcblx0XHRcdFx0cmV0dXJuIHRoaXMuZGlzYWJsZWQgIT09ICcnID8gdGhpcy5kaXNhYmxlZCA6IHRoaXMucGFyZW50ID8gdGhpcy5wYXJlbnQuZGlzYWJsZWQgOiBmYWxzZTtcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5piv5ZCm56aB55SobGFiZWzngrnlh7tcclxuXHRcdFx0aXNMYWJlbERpc2FibGVkKCkge1xyXG5cdFx0XHRcdHJldHVybiB0aGlzLmxhYmVsRGlzYWJsZWQgIT09ICcnID8gdGhpcy5sYWJlbERpc2FibGVkIDogdGhpcy5wYXJlbnQgPyB0aGlzLnBhcmVudC5sYWJlbERpc2FibGVkIDogZmFsc2U7XHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOe7hOS7tuWwuuWvuO+8jOWvueW6lHNpemXnmoTlgLzvvIzpu5jorqTlgLzkuLozNHJweFxyXG5cdFx0XHRjaGVja2JveFNpemUoKSB7XHJcblx0XHRcdFx0cmV0dXJuIHRoaXMuc2l6ZSA/IHRoaXMuc2l6ZSA6ICh0aGlzLnBhcmVudCA/IHRoaXMucGFyZW50LnNpemUgOiAzNCk7XHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOe7hOS7tueahOWLvumAieWbvuagh+eahOWwuuWvuO+8jOm7mOiupDIwXHJcblx0XHRcdGNoZWNrYm94SWNvblNpemUoKSB7XHJcblx0XHRcdFx0cmV0dXJuIHRoaXMuaWNvblNpemUgPyB0aGlzLmljb25TaXplIDogKHRoaXMucGFyZW50ID8gdGhpcy5wYXJlbnQuaWNvblNpemUgOiAyMCk7XHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOe7hOS7tumAieS4rea/gOa0u+aXtueahOminOiJslxyXG5cdFx0XHRlbEFjdGl2ZUNvbG9yKCkge1xyXG5cdFx0XHRcdHJldHVybiB0aGlzLmFjdGl2ZUNvbG9yID8gdGhpcy5hY3RpdmVDb2xvciA6ICh0aGlzLnBhcmVudCA/IHRoaXMucGFyZW50LmFjdGl2ZUNvbG9yIDogJ3ByaW1hcnknKTtcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g57uE5Lu255qE5b2i54q2XHJcblx0XHRcdGVsU2hhcGUoKSB7XHJcblx0XHRcdFx0cmV0dXJuIHRoaXMuc2hhcGUgPyB0aGlzLnNoYXBlIDogKHRoaXMucGFyZW50ID8gdGhpcy5wYXJlbnQuc2hhcGUgOiAnc3F1YXJlJyk7XHJcblx0XHRcdH0sXHJcblx0XHRcdGljb25TdHlsZSgpIHtcclxuXHRcdFx0XHRsZXQgc3R5bGUgPSB7fTtcclxuXHRcdFx0XHQvLyDml6LopoHliKTmlq3mmK/lkKbmiYvliqjnpoHnlKjvvIzov5jopoHliKTmlq3nlKjmiLd2LW1vZGVs57uR5a6a55qE5YC877yM5aaC5p6c57uR5a6a5Li6ZmFsc2XvvIzpgqPkuYjkuZ/ml6Dms5XpgInkuK1cclxuXHRcdFx0XHRpZiAodGhpcy5lbEFjdGl2ZUNvbG9yICYmIHRoaXMudmFsdWUgJiYgIXRoaXMuaXNEaXNhYmxlZCkge1xyXG5cdFx0XHRcdFx0c3R5bGUuYm9yZGVyQ29sb3IgPSB0aGlzLmVsQWN0aXZlQ29sb3I7IFxyXG5cdFx0XHRcdFx0c3R5bGUuYmFja2dyb3VuZENvbG9yID0gdGhpcy5lbEFjdGl2ZUNvbG9yO1xyXG5cdFx0XHRcdH1cclxuXHRcdFx0XHRzdHlsZS53aWR0aCA9IHRoaXMuJHUuYWRkVW5pdCh0aGlzLmNoZWNrYm94U2l6ZSk7XHJcblx0XHRcdFx0c3R5bGUuaGVpZ2h0ID0gdGhpcy4kdS5hZGRVbml0KHRoaXMuY2hlY2tib3hTaXplKTtcclxuXHRcdFx0XHRyZXR1cm4gc3R5bGU7XHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIGNoZWNrYm945YaF6YOo55qE5Yu+6YCJ5Zu+5qCH77yM5aaC5p6c6YCJ5Lit54q25oCB77yM5Li655m96Imy77yM5ZCm5YiZ5Li66YCP5piO6Imy5Y2z5Y+vXHJcblx0XHRcdGljb25Db2xvcigpIHtcclxuXHRcdFx0XHRyZXR1cm4gdGhpcy52YWx1ZSA/ICcjZmZmZmZmJyA6ICd0cmFuc3BhcmVudCc7XHJcblx0XHRcdH0sXHJcblx0XHRcdGljb25DbGFzcygpIHtcclxuXHRcdFx0XHRsZXQgY2xhc3NlcyA9IFtdO1xyXG5cdFx0XHRcdGNsYXNzZXMucHVzaCgndS1jaGVja2JveF9faWNvbi13cmFwLS0nICsgdGhpcy5lbFNoYXBlKTtcclxuXHRcdFx0XHRpZiAodGhpcy52YWx1ZSA9PSB0cnVlKSBjbGFzc2VzLnB1c2goJ3UtY2hlY2tib3hfX2ljb24td3JhcC0tY2hlY2tlZCcpO1xyXG5cdFx0XHRcdGlmICh0aGlzLmlzRGlzYWJsZWQpIGNsYXNzZXMucHVzaCgndS1jaGVja2JveF9faWNvbi13cmFwLS1kaXNhYmxlZCcpO1xyXG5cdFx0XHRcdGlmICh0aGlzLnZhbHVlICYmIHRoaXMuaXNEaXNhYmxlZCkgY2xhc3Nlcy5wdXNoKCd1LWNoZWNrYm94X19pY29uLXdyYXAtLWRpc2FibGVkLS1jaGVja2VkJyk7XHJcblx0XHRcdFx0Ly8g5pSv5LuY5a6d5bCP56iL5bqP5peg5rOV5Yqo5oCB57uR5a6a5LiA5Liq5pWw57uE57G75ZCN77yM5ZCm5YiZ6Kej5p6Q5Ye65p2l55qE57uT5p6c5Lya5bim5pyJXCIsXCLvvIzogIzlr7zoh7TlpLHmlYhcclxuXHRcdFx0XHRyZXR1cm4gY2xhc3Nlcy5qb2luKCcgJyk7XHJcblx0XHRcdH0sXHJcblx0XHRcdGNoZWNrYm94U3R5bGUoKSB7XHJcblx0XHRcdFx0bGV0IHN0eWxlID0ge307XHJcblx0XHRcdFx0aWYodGhpcy5wYXJlbnQgJiYgdGhpcy5wYXJlbnQud2lkdGgpIHtcclxuXHRcdFx0XHRcdHN0eWxlLndpZHRoID0gdGhpcy5wYXJlbnQud2lkdGg7XHJcblx0XHRcdFx0XHQvLyAjaWZkZWYgTVBcclxuXHRcdFx0XHRcdC8vIOWQhOWutuWwj+eoi+W6j+WboOS4uuWug+S7rOeJueauiueahOe8luivkee7k+aehO+8jOS9v+eUqGZsb2F05biD5bGAXHJcblx0XHRcdFx0XHRzdHlsZS5mbG9hdCA9ICdsZWZ0JztcclxuXHRcdFx0XHRcdC8vICNlbmRpZlxyXG5cdFx0XHRcdFx0Ly8gI2lmbmRlZiBNUFxyXG5cdFx0XHRcdFx0Ly8gSDXlkoxBUFDkvb/nlKhmbGV45biD5bGAXHJcblx0XHRcdFx0XHRzdHlsZS5mbGV4ID0gYDAgMCAke3RoaXMucGFyZW50LndpZHRofWA7XHJcblx0XHRcdFx0XHQvLyAjZW5kaWZcclxuXHRcdFx0XHR9XHJcblx0XHRcdFx0aWYodGhpcy5wYXJlbnQgJiYgdGhpcy5wYXJlbnQud3JhcCkge1xyXG5cdFx0XHRcdFx0c3R5bGUud2lkdGggPSAnMTAwJSc7XHJcblx0XHRcdFx0XHQvLyAjaWZuZGVmIE1QXHJcblx0XHRcdFx0XHQvLyBINeWSjEFQUOS9v+eUqGZsZXjluIPlsYDvvIzlsIblrr3luqborr7nva4xMDAl77yM5Y2z5Y+v6Ieq5Yqo5o2i6KGMXHJcblx0XHRcdFx0XHRzdHlsZS5mbGV4ID0gJzAgMCAxMDAlJztcclxuXHRcdFx0XHRcdC8vICNlbmRpZlxyXG5cdFx0XHRcdH1cclxuXHRcdFx0XHRyZXR1cm4gc3R5bGU7XHJcblx0XHRcdH1cclxuXHRcdH0sXHJcblx0XHRtZXRob2RzOiB7XHJcblx0XHRcdG9uQ2xpY2tMYWJlbCgpIHtcclxuXHRcdFx0XHRpZiAoIXRoaXMuaXNMYWJlbERpc2FibGVkICYmICF0aGlzLmlzRGlzYWJsZWQpIHtcclxuXHRcdFx0XHRcdHRoaXMuc2V0VmFsdWUoKTtcclxuXHRcdFx0XHR9XHJcblx0XHRcdH0sXHJcblx0XHRcdHRvZ2dsZSgpIHtcclxuXHRcdFx0XHRpZiAoIXRoaXMuaXNEaXNhYmxlZCkge1xyXG5cdFx0XHRcdFx0dGhpcy5zZXRWYWx1ZSgpO1xyXG5cdFx0XHRcdH1cclxuXHRcdFx0fSxcclxuXHRcdFx0ZW1pdEV2ZW50KCkge1xyXG5cdFx0XHRcdHRoaXMuJGVtaXQoJ2NoYW5nZScsIHtcclxuXHRcdFx0XHRcdHZhbHVlOiAhdGhpcy52YWx1ZSxcclxuXHRcdFx0XHRcdG5hbWU6IHRoaXMubmFtZVxyXG5cdFx0XHRcdH0pXHJcblx0XHRcdFx0Ly8g5omn6KGM54i257uE5Lu2dS1jaGVja2JveC1ncm91cOeahOS6i+S7tuaWueazlVxyXG5cdFx0XHRcdC8vIOetieW+heS4i+S4gOS4quWRqOacn+WGjeaJp+ihjO+8jOWboOS4unRoaXMuJGVtaXQoJ2lucHV0JynkvZznlKjkuo7niLbnu4Tku7bvvIzlho3lj43ppojliLDlrZDnu4Tku7blhoXpg6jvvIzpnIDopoHml7bpl7RcclxuXHRcdFx0XHRzZXRUaW1lb3V0KCgpID0+IHtcclxuXHRcdFx0XHRcdGlmKHRoaXMucGFyZW50ICYmIHRoaXMucGFyZW50LmVtaXRFdmVudCkgdGhpcy5wYXJlbnQuZW1pdEV2ZW50KCk7XHJcblx0XHRcdFx0fSwgODApO1xyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDorr7nva5pbnB1dOeahOWAvO+8jOi/memHjOmAmui/h2lucHV05LqL5Lu277yM6K6+572u6YCa6L+Hdi1tb2RlbOe7keWumueahOe7hOS7tueahOWAvFxyXG5cdFx0XHRzZXRWYWx1ZSgpIHtcclxuXHRcdFx0XHQvLyDliKTmlq3mmK/lkKbotoXov4fkuoblj6/pgInnmoTmnIDlpKfmlbDph49cclxuXHRcdFx0XHRsZXQgY2hlY2tlZE51bSA9IDA7XHJcblx0XHRcdFx0aWYodGhpcy5wYXJlbnQgJiYgdGhpcy5wYXJlbnQuY2hpbGRyZW4pIHtcclxuXHRcdFx0XHRcdC8vIOWPquimgeeItue7hOS7tueahOafkOS4gOS4quWtkOWFg+e0oOeahHZhbHVl5Li6dHJ1Ze+8jOWwseWKoDEo5bey5pyJ55qE6YCJ5Lit5pWw6YePKVxyXG5cdFx0XHRcdFx0dGhpcy5wYXJlbnQuY2hpbGRyZW4ubWFwKHZhbCA9PiB7XHJcblx0XHRcdFx0XHRcdGlmICh2YWwudmFsdWUpIGNoZWNrZWROdW0rKztcclxuXHRcdFx0XHRcdH0pXHJcblx0XHRcdFx0fVxyXG5cdFx0XHRcdC8vIOWmguaenOWOn+adpeS4uumAieS4reeKtuaAge+8jOmCo+S5iOWPr+S7peWPlua2iFxyXG5cdFx0XHRcdGlmICh0aGlzLnZhbHVlID09IHRydWUpIHtcclxuXHRcdFx0XHRcdHRoaXMuZW1pdEV2ZW50KCk7XHJcblx0XHRcdFx0XHR0aGlzLiRlbWl0KCdpbnB1dCcsICF0aGlzLnZhbHVlKTtcclxuXHRcdFx0XHR9IGVsc2Uge1xyXG5cdFx0XHRcdFx0Ly8g5aaC5p6c6LaF5Ye65pyA5aSa5Y+v6YCJ6aG577yM5o+Q56S6XHJcblx0XHRcdFx0XHRpZih0aGlzLnBhcmVudCAmJiBjaGVja2VkTnVtID49IHRoaXMucGFyZW50Lm1heCkge1xyXG5cdFx0XHRcdFx0XHRyZXR1cm4gdGhpcy4kdS50b2FzdChg5pyA5aSa5Y+v6YCJJHt0aGlzLnBhcmVudC5tYXh96aG5YCk7XHJcblx0XHRcdFx0XHR9XHJcblx0XHRcdFx0XHQvLyDlpoLmnpzljp/mnaXkuLrmnKrpgInkuK3nirbmgIHvvIzpnIDopoHpgInkuK3nmoTmlbDph4/lsJHkuo7niLbnu4Tku7bkuK3orr7nva7nmoRtYXjlgLzvvIzmiY3lj6/ku6XpgInkuK1cclxuXHRcdFx0XHRcdHRoaXMuZW1pdEV2ZW50KCk7XHJcblx0XHRcdFx0XHR0aGlzLiRlbWl0KCdpbnB1dCcsICF0aGlzLnZhbHVlKTtcclxuXHRcdFx0XHR9XHJcblx0XHRcdH1cclxuXHRcdH1cclxuXHR9O1xyXG48L3NjcmlwdD5cclxuXHJcbjxzdHlsZSBsYW5nPVwic2Nzc1wiIHNjb3BlZD5cclxuXHRAaW1wb3J0IFwiLi4vLi4vbGlicy9jc3Mvc3R5bGUuY29tcG9uZW50cy5zY3NzXCI7XHJcblxyXG5cdC51LWNoZWNrYm94IHtcclxuXHRcdC8qICNpZm5kZWYgQVBQLU5WVUUgKi9cclxuXHRcdGRpc3BsYXk6IGlubGluZS1mbGV4O1xyXG5cdFx0LyogI2VuZGlmICovXHJcblx0XHRhbGlnbi1pdGVtczogY2VudGVyO1xyXG5cdFx0b3ZlcmZsb3c6IGhpZGRlbjtcclxuXHRcdHVzZXItc2VsZWN0OiBub25lO1xyXG5cdFx0bGluZS1oZWlnaHQ6IDEuODtcclxuXHRcdFxyXG5cdFx0Jl9faWNvbi13cmFwIHtcclxuXHRcdFx0Y29sb3I6ICR1LWNvbnRlbnQtY29sb3I7XHJcblx0XHRcdGZsZXg6IG5vbmU7XHJcblx0XHRcdGRpc3BsYXk6IC13ZWJraXQtZmxleDtcclxuXHRcdFx0QGluY2x1ZGUgdnVlLWZsZXg7XHJcblx0XHRcdGFsaWduLWl0ZW1zOiBjZW50ZXI7XHJcblx0XHRcdGp1c3RpZnktY29udGVudDogY2VudGVyO1xyXG5cdFx0XHRib3gtc2l6aW5nOiBib3JkZXItYm94O1xyXG5cdFx0XHR3aWR0aDogNDJycHg7XHJcblx0XHRcdGhlaWdodDogNDJycHg7XHJcblx0XHRcdGNvbG9yOiB0cmFuc3BhcmVudDtcclxuXHRcdFx0dGV4dC1hbGlnbjogY2VudGVyO1xyXG5cdFx0XHR0cmFuc2l0aW9uLXByb3BlcnR5OiBjb2xvciwgYm9yZGVyLWNvbG9yLCBiYWNrZ3JvdW5kLWNvbG9yO1xyXG5cdFx0XHRmb250LXNpemU6IDIwcHg7XHJcblx0XHRcdGJvcmRlcjogMXB4IHNvbGlkICNjOGM5Y2M7XHJcblx0XHRcdHRyYW5zaXRpb24tZHVyYXRpb246IDAuMnM7XHJcblx0XHRcdFxyXG5cdFx0XHQvKiAjaWZkZWYgTVAtVE9VVElBTyAqL1xyXG5cdFx0XHQvLyDlpLTmnaHlsI/nqIvluo/lhbzlrrnmgKfpl67popjvvIzpnIDopoHorr7nva7ooYzpq5jkuLow77yM5ZCm5YiZ5Zu+5qCH5YGP5LiLXHJcblx0XHRcdCZfX2ljb24ge1xyXG5cdFx0XHRcdGxpbmUtaGVpZ2h0OiAwO1xyXG5cdFx0XHR9XHJcblx0XHRcdC8qICNlbmRpZiAqL1xyXG5cdFx0XHRcclxuXHRcdFx0Ji0tY2lyY2xlIHtcclxuXHRcdFx0XHRib3JkZXItcmFkaXVzOiAxMDAlO1xyXG5cdFx0XHR9XHJcblx0XHRcdFxyXG5cdFx0XHQmLS1zcXVhcmUge1xyXG5cdFx0XHRcdGJvcmRlci1yYWRpdXM6IDZycHg7XHJcblx0XHRcdH1cclxuXHRcdFx0XHJcblx0XHRcdCYtLWNoZWNrZWQge1xyXG5cdFx0XHRcdGNvbG9yOiAjZmZmO1xyXG5cdFx0XHRcdGJhY2tncm91bmQtY29sb3I6ICR1LXR5cGUtcHJpbWFyeTtcclxuXHRcdFx0XHRib3JkZXItY29sb3I6ICR1LXR5cGUtcHJpbWFyeTtcclxuXHRcdFx0fVxyXG5cdFx0XHRcclxuXHRcdFx0Ji0tZGlzYWJsZWQge1xyXG5cdFx0XHRcdGJhY2tncm91bmQtY29sb3I6ICNlYmVkZjA7XHJcblx0XHRcdFx0Ym9yZGVyLWNvbG9yOiAjYzhjOWNjO1xyXG5cdFx0XHR9XHJcblx0XHRcdFxyXG5cdFx0XHQmLS1kaXNhYmxlZC0tY2hlY2tlZCB7XHJcblx0XHRcdFx0Y29sb3I6ICNjOGM5Y2MgIWltcG9ydGFudDtcclxuXHRcdFx0fVxyXG5cdFx0fVxyXG5cdFxyXG5cdFx0Jl9fbGFiZWwge1xyXG5cdFx0XHR3b3JkLXdyYXA6IGJyZWFrLXdvcmQ7XHJcblx0XHRcdG1hcmdpbi1sZWZ0OiAxMHJweDtcclxuXHRcdFx0bWFyZ2luLXJpZ2h0OiAyNHJweDtcclxuXHRcdFx0Y29sb3I6ICR1LWNvbnRlbnQtY29sb3I7XHJcblx0XHRcdGZvbnQtc2l6ZTogMzBycHg7XHJcblx0XHRcdFxyXG5cdFx0XHQmLS1kaXNhYmxlZCB7XHJcblx0XHRcdFx0Y29sb3I6ICNjOGM5Y2M7XHJcblx0XHRcdH1cclxuXHRcdH1cclxuXHR9XHJcbjwvc3R5bGU+XHJcbiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///26\n");
+eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0; //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n/**\n * checkbox 复选框\n * @description 该组件需要搭配checkboxGroup组件使用,以便用户进行操作时,获得当前复选框组的选中情况。\n * @tutorial https://www.uviewui.com/components/checkbox.html\n * @property {String Number} icon-size 图标大小,单位rpx(默认20)\n * @property {String Number} label-size label字体大小,单位rpx(默认28)\n * @property {String Number} name checkbox组件的标示符\n * @property {String} shape 形状,见官网说明(默认circle)\n * @property {Boolean} disabled 是否禁用\n * @property {Boolean} label-disabled 是否禁止点击文本操作checkbox\n * @property {String} active-color 选中时的颜色,如设置CheckboxGroup的active-color将失效\n * @event {Function} change 某个checkbox状态发生变化时触发,回调为一个对象\n * @example 天涯\n */var _default =\n{\n name: \"u-checkbox\",\n props: {\n // checkbox的名称\n name: {\n type: [String, Number],\n default: '' },\n\n // 形状,square为方形,circle为原型\n shape: {\n type: String,\n default: '' },\n\n // 是否为选中状态\n value: {\n type: Boolean,\n default: false },\n\n // 是否禁用\n disabled: {\n type: [String, Boolean],\n default: '' },\n\n // 是否禁止点击提示语选中复选框\n labelDisabled: {\n type: [String, Boolean],\n default: '' },\n\n // 选中状态下的颜色,如设置此值,将会覆盖checkboxGroup的activeColor值\n activeColor: {\n type: String,\n default: '' },\n\n // 图标的大小,单位rpx\n iconSize: {\n type: [String, Number],\n default: '' },\n\n // label的字体大小,rpx单位\n labelSize: {\n type: [String, Number],\n default: '' },\n\n // 组件的整体大小\n size: {\n type: [String, Number],\n default: '' } },\n\n\n data: function data() {\n return {\n parentDisabled: false,\n newParams: {} };\n\n },\n created: function created() {\n // 支付宝小程序不支持provide/inject,所以使用这个方法获取整个父组件,在created定义,避免循环应用\n this.parent = this.$u.$parent.call(this, 'u-checkbox-group');\n // 如果存在u-checkbox-group,将本组件的this塞进父组件的children中\n this.parent && this.parent.children.push(this);\n },\n computed: {\n // 是否禁用,如果父组件u-checkbox-group禁用的话,将会忽略子组件的配置\n isDisabled: function isDisabled() {\n return this.disabled !== '' ? this.disabled : this.parent ? this.parent.disabled : false;\n },\n // 是否禁用label点击\n isLabelDisabled: function isLabelDisabled() {\n return this.labelDisabled !== '' ? this.labelDisabled : this.parent ? this.parent.labelDisabled : false;\n },\n // 组件尺寸,对应size的值,默认值为34rpx\n checkboxSize: function checkboxSize() {\n return this.size ? this.size : this.parent ? this.parent.size : 34;\n },\n // 组件的勾选图标的尺寸,默认20\n checkboxIconSize: function checkboxIconSize() {\n return this.iconSize ? this.iconSize : this.parent ? this.parent.iconSize : 20;\n },\n // 组件选中激活时的颜色\n elActiveColor: function elActiveColor() {\n return this.activeColor ? this.activeColor : this.parent ? this.parent.activeColor : 'primary';\n },\n // 组件的形状\n elShape: function elShape() {\n return this.shape ? this.shape : this.parent ? this.parent.shape : 'square';\n },\n iconStyle: function iconStyle() {\n var style = {};\n // 既要判断是否手动禁用,还要判断用户v-model绑定的值,如果绑定为false,那么也无法选中\n if (this.elActiveColor && this.value && !this.isDisabled) {\n style.borderColor = this.elActiveColor;\n style.backgroundColor = this.elActiveColor;\n }\n style.width = this.$u.addUnit(this.checkboxSize);\n style.height = this.$u.addUnit(this.checkboxSize);\n return style;\n },\n // checkbox内部的勾选图标,如果选中状态,为白色,否则为透明色即可\n iconColor: function iconColor() {\n return this.value ? '#ffffff' : 'transparent';\n },\n iconClass: function iconClass() {\n var classes = [];\n classes.push('u-checkbox__icon-wrap--' + this.elShape);\n if (this.value == true) classes.push('u-checkbox__icon-wrap--checked');\n if (this.isDisabled) classes.push('u-checkbox__icon-wrap--disabled');\n if (this.value && this.isDisabled) classes.push('u-checkbox__icon-wrap--disabled--checked');\n // 支付宝小程序无法动态绑定一个数组类名,否则解析出来的结果会带有\",\",而导致失效\n return classes.join(' ');\n },\n checkboxStyle: function checkboxStyle() {\n var style = {};\n if (this.parent && this.parent.width) {\n style.width = this.parent.width;\n\n\n\n\n\n // H5和APP使用flex布局\n style.flex = \"0 0 \".concat(this.parent.width);\n\n }\n if (this.parent && this.parent.wrap) {\n style.width = '100%';\n\n // H5和APP使用flex布局,将宽度设置100%,即可自动换行\n style.flex = '0 0 100%';\n\n }\n return style;\n } },\n\n methods: {\n onClickLabel: function onClickLabel() {\n if (!this.isLabelDisabled && !this.isDisabled) {\n this.setValue();\n }\n },\n toggle: function toggle() {\n if (!this.isDisabled) {\n this.setValue();\n }\n },\n emitEvent: function emitEvent() {var _this = this;\n this.$emit('change', {\n value: !this.value,\n name: this.name });\n\n // 执行父组件u-checkbox-group的事件方法\n // 等待下一个周期再执行,因为this.$emit('input')作用于父组件,再反馈到子组件内部,需要时间\n setTimeout(function () {\n if (_this.parent && _this.parent.emitEvent) _this.parent.emitEvent();\n }, 80);\n },\n // 设置input的值,这里通过input事件,设置通过v-model绑定的组件的值\n setValue: function setValue() {\n // 判断是否超过了可选的最大数量\n var checkedNum = 0;\n if (this.parent && this.parent.children) {\n // 只要父组件的某一个子元素的value为true,就加1(已有的选中数量)\n this.parent.children.map(function (val) {\n if (val.value) checkedNum++;\n });\n }\n // 如果原来为选中状态,那么可以取消\n if (this.value == true) {\n this.emitEvent();\n this.$emit('input', !this.value);\n } else {\n // 如果超出最多可选项,提示\n if (this.parent && checkedNum >= this.parent.max) {\n return this.$u.toast(\"\\u6700\\u591A\\u53EF\\u9009\".concat(this.parent.max, \"\\u9879\"));\n }\n // 如果原来为未选中状态,需要选中的数量少于父组件中设置的max值,才可以选中\n this.emitEvent();\n this.$emit('input', !this.value);\n }\n } } };exports.default = _default;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXZpZXctdWkvY29tcG9uZW50cy91LWNoZWNrYm94L3UtY2hlY2tib3gudnVlIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7O0FBY0E7Ozs7Ozs7Ozs7Ozs7O0FBY0E7QUFDQSxvQkFEQTtBQUVBO0FBQ0E7QUFDQTtBQUNBLDRCQURBO0FBRUEsaUJBRkEsRUFGQTs7QUFNQTtBQUNBO0FBQ0Esa0JBREE7QUFFQSxpQkFGQSxFQVBBOztBQVdBO0FBQ0E7QUFDQSxtQkFEQTtBQUVBLG9CQUZBLEVBWkE7O0FBZ0JBO0FBQ0E7QUFDQSw2QkFEQTtBQUVBLGlCQUZBLEVBakJBOztBQXFCQTtBQUNBO0FBQ0EsNkJBREE7QUFFQSxpQkFGQSxFQXRCQTs7QUEwQkE7QUFDQTtBQUNBLGtCQURBO0FBRUEsaUJBRkEsRUEzQkE7O0FBK0JBO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLGlCQUZBLEVBaENBOztBQW9DQTtBQUNBO0FBQ0EsNEJBREE7QUFFQSxpQkFGQSxFQXJDQTs7QUF5Q0E7QUFDQTtBQUNBLDRCQURBO0FBRUEsaUJBRkEsRUExQ0EsRUFGQTs7O0FBaURBLE1BakRBLGtCQWlEQTtBQUNBO0FBQ0EsMkJBREE7QUFFQSxtQkFGQTs7QUFJQSxHQXREQTtBQXVEQSxTQXZEQSxxQkF1REE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEdBNURBO0FBNkRBO0FBQ0E7QUFDQSxjQUZBLHdCQUVBO0FBQ0E7QUFDQSxLQUpBO0FBS0E7QUFDQSxtQkFOQSw2QkFNQTtBQUNBO0FBQ0EsS0FSQTtBQVNBO0FBQ0EsZ0JBVkEsMEJBVUE7QUFDQTtBQUNBLEtBWkE7QUFhQTtBQUNBLG9CQWRBLDhCQWNBO0FBQ0E7QUFDQSxLQWhCQTtBQWlCQTtBQUNBLGlCQWxCQSwyQkFrQkE7QUFDQTtBQUNBLEtBcEJBO0FBcUJBO0FBQ0EsV0F0QkEscUJBc0JBO0FBQ0E7QUFDQSxLQXhCQTtBQXlCQSxhQXpCQSx1QkF5QkE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQW5DQTtBQW9DQTtBQUNBLGFBckNBLHVCQXFDQTtBQUNBO0FBQ0EsS0F2Q0E7QUF3Q0EsYUF4Q0EsdUJBd0NBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQWhEQTtBQWlEQSxpQkFqREEsMkJBaURBO0FBQ0E7QUFDQTtBQUNBOzs7Ozs7QUFNQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBOztBQUVBO0FBQ0E7QUFDQSxLQXRFQSxFQTdEQTs7QUFxSUE7QUFDQSxnQkFEQSwwQkFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEtBTEE7QUFNQSxVQU5BLG9CQU1BO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FWQTtBQVdBLGFBWEEsdUJBV0E7QUFDQTtBQUNBLDBCQURBO0FBRUEsdUJBRkE7O0FBSUE7QUFDQTtBQUNBO0FBQ0E7QUFDQSxPQUZBLEVBRUEsRUFGQTtBQUdBLEtBckJBO0FBc0JBO0FBQ0EsWUF2QkEsc0JBdUJBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FGQTtBQUdBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxPQUhBLE1BR0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0E3Q0EsRUFySUEsRSIsImZpbGUiOiIyMS5qcyIsInNvdXJjZXNDb250ZW50IjpbIjx0ZW1wbGF0ZT5cclxuXHQ8dmlldyBjbGFzcz1cInUtY2hlY2tib3hcIiA6c3R5bGU9XCJbY2hlY2tib3hTdHlsZV1cIj5cclxuXHRcdDx2aWV3IGNsYXNzPVwidS1jaGVja2JveF9faWNvbi13cmFwXCIgQHRhcD1cInRvZ2dsZVwiIDpjbGFzcz1cIltpY29uQ2xhc3NdXCIgOnN0eWxlPVwiW2ljb25TdHlsZV1cIj5cclxuXHRcdFx0PHUtaWNvbiBjbGFzcz1cInUtY2hlY2tib3hfX2ljb24td3JhcF9faWNvblwiIG5hbWU9XCJjaGVja2JveC1tYXJrXCIgOnNpemU9XCJjaGVja2JveEljb25TaXplXCIgOmNvbG9yPVwiaWNvbkNvbG9yXCIvPlxyXG5cdFx0PC92aWV3PlxyXG5cdFx0PHZpZXcgY2xhc3M9XCJ1LWNoZWNrYm94X19sYWJlbFwiIEB0YXA9XCJvbkNsaWNrTGFiZWxcIiA6c3R5bGU9XCJ7XHJcblx0XHRcdGZvbnRTaXplOiAkdS5hZGRVbml0KGxhYmVsU2l6ZSlcclxuXHRcdH1cIj5cclxuXHRcdFx0PHNsb3QgLz5cclxuXHRcdDwvdmlldz5cclxuXHQ8L3ZpZXc+XHJcbjwvdGVtcGxhdGU+XHJcblxyXG48c2NyaXB0PlxyXG5cdC8qKlxyXG5cdCAqIGNoZWNrYm94IOWkjemAieahhlxyXG5cdCAqIEBkZXNjcmlwdGlvbiDor6Xnu4Tku7bpnIDopoHmkK3phY1jaGVja2JveEdyb3Vw57uE5Lu25L2/55So77yM5Lul5L6/55So5oi36L+b6KGM5pON5L2c5pe277yM6I635b6X5b2T5YmN5aSN6YCJ5qGG57uE55qE6YCJ5Lit5oOF5Ya144CCXHJcblx0ICogQHR1dG9yaWFsIGh0dHBzOi8vd3d3LnV2aWV3dWkuY29tL2NvbXBvbmVudHMvY2hlY2tib3guaHRtbFxyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nIE51bWJlcn0gaWNvbi1zaXplIOWbvuagh+Wkp+Wwj++8jOWNleS9jXJweO+8iOm7mOiupDIw77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmcgTnVtYmVyfSBsYWJlbC1zaXplIGxhYmVs5a2X5L2T5aSn5bCP77yM5Y2V5L2NcnB477yI6buY6K6kMjjvvIlcclxuXHQgKiBAcHJvcGVydHkge1N0cmluZyBOdW1iZXJ9IG5hbWUgY2hlY2tib3jnu4Tku7bnmoTmoIfnpLrnrKZcclxuXHQgKiBAcHJvcGVydHkge1N0cmluZ30gc2hhcGUg5b2i54q277yM6KeB5a6Y572R6K+05piO77yI6buY6K6kY2lyY2xl77yJXHJcblx0ICogQHByb3BlcnR5IHtCb29sZWFufSBkaXNhYmxlZCDmmK/lkKbnpoHnlKhcclxuXHQgKiBAcHJvcGVydHkge0Jvb2xlYW59IGxhYmVsLWRpc2FibGVkIOaYr+WQpuemgeatoueCueWHu+aWh+acrOaTjeS9nGNoZWNrYm94XHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmd9IGFjdGl2ZS1jb2xvciDpgInkuK3ml7bnmoTpopzoibLvvIzlpoLorr7nva5DaGVja2JveEdyb3Vw55qEYWN0aXZlLWNvbG9y5bCG5aSx5pWIXHJcblx0ICogQGV2ZW50IHtGdW5jdGlvbn0gY2hhbmdlIOafkOS4qmNoZWNrYm9454q25oCB5Y+R55Sf5Y+Y5YyW5pe26Kem5Y+R77yM5Zue6LCD5Li65LiA5Liq5a+56LGhXHJcblx0ICogQGV4YW1wbGUgPHUtY2hlY2tib3ggdi1tb2RlbD1cImNoZWNrZWRcIiA6ZGlzYWJsZWQ9XCJmYWxzZVwiPuWkqea2rzwvdS1jaGVja2JveD5cclxuXHQgKi9cclxuXHRleHBvcnQgZGVmYXVsdCB7XHJcblx0XHRuYW1lOiBcInUtY2hlY2tib3hcIixcclxuXHRcdHByb3BzOiB7XHJcblx0XHRcdC8vIGNoZWNrYm9455qE5ZCN56ewXHJcblx0XHRcdG5hbWU6IHtcclxuXHRcdFx0XHR0eXBlOiBbU3RyaW5nLCBOdW1iZXJdLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICcnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOW9oueKtu+8jHNxdWFyZeS4uuaWueW9ou+8jGNpcmNsZeS4uuWOn+Wei1xyXG5cdFx0XHRzaGFwZToge1xyXG5cdFx0XHRcdHR5cGU6IFN0cmluZyxcclxuXHRcdFx0XHRkZWZhdWx0OiAnJ1xyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDmmK/lkKbkuLrpgInkuK3nirbmgIFcclxuXHRcdFx0dmFsdWU6IHtcclxuXHRcdFx0XHR0eXBlOiBCb29sZWFuLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IGZhbHNlXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOaYr+WQpuemgeeUqFxyXG5cdFx0XHRkaXNhYmxlZDoge1xyXG5cdFx0XHRcdHR5cGU6IFtTdHJpbmcsIEJvb2xlYW5dLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICcnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOaYr+WQpuemgeatoueCueWHu+aPkOekuuivremAieS4reWkjemAieahhlxyXG5cdFx0XHRsYWJlbERpc2FibGVkOiB7XHJcblx0XHRcdFx0dHlwZTogW1N0cmluZywgQm9vbGVhbl0sXHJcblx0XHRcdFx0ZGVmYXVsdDogJydcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g6YCJ5Lit54q25oCB5LiL55qE6aKc6Imy77yM5aaC6K6+572u5q2k5YC877yM5bCG5Lya6KaG55uWY2hlY2tib3hHcm91cOeahGFjdGl2ZUNvbG9y5YC8XHJcblx0XHRcdGFjdGl2ZUNvbG9yOiB7XHJcblx0XHRcdFx0dHlwZTogU3RyaW5nLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICcnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOWbvuagh+eahOWkp+Wwj++8jOWNleS9jXJweFxyXG5cdFx0XHRpY29uU2l6ZToge1xyXG5cdFx0XHRcdHR5cGU6IFtTdHJpbmcsIE51bWJlcl0sXHJcblx0XHRcdFx0ZGVmYXVsdDogJydcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8gbGFiZWznmoTlrZfkvZPlpKflsI/vvIxycHjljZXkvY1cclxuXHRcdFx0bGFiZWxTaXplOiB7XHJcblx0XHRcdFx0dHlwZTogW1N0cmluZywgTnVtYmVyXSxcclxuXHRcdFx0XHRkZWZhdWx0OiAnJ1xyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDnu4Tku7bnmoTmlbTkvZPlpKflsI9cclxuXHRcdFx0c2l6ZToge1xyXG5cdFx0XHRcdHR5cGU6IFtTdHJpbmcsIE51bWJlcl0sXHJcblx0XHRcdFx0ZGVmYXVsdDogJydcclxuXHRcdFx0fSxcclxuXHRcdH0sXHJcblx0XHRkYXRhKCkge1xyXG5cdFx0XHRyZXR1cm4ge1xyXG5cdFx0XHRcdHBhcmVudERpc2FibGVkOiBmYWxzZSxcclxuXHRcdFx0XHRuZXdQYXJhbXM6IHt9LFxyXG5cdFx0XHR9O1xyXG5cdFx0fSxcclxuXHRcdGNyZWF0ZWQoKSB7XHJcblx0XHRcdC8vIOaUr+S7mOWuneWwj+eoi+W6j+S4jeaUr+aMgXByb3ZpZGUvaW5qZWN077yM5omA5Lul5L2/55So6L+Z5Liq5pa55rOV6I635Y+W5pW05Liq54i257uE5Lu277yM5ZyoY3JlYXRlZOWumuS5ie+8jOmBv+WFjeW+queOr+W6lOeUqFxyXG5cdFx0XHR0aGlzLnBhcmVudCA9IHRoaXMuJHUuJHBhcmVudC5jYWxsKHRoaXMsICd1LWNoZWNrYm94LWdyb3VwJyk7XHJcblx0XHRcdC8vIOWmguaenOWtmOWcqHUtY2hlY2tib3gtZ3JvdXDvvIzlsIbmnKznu4Tku7bnmoR0aGlz5aGe6L+b54i257uE5Lu255qEY2hpbGRyZW7kuK1cclxuXHRcdFx0dGhpcy5wYXJlbnQgJiYgdGhpcy5wYXJlbnQuY2hpbGRyZW4ucHVzaCh0aGlzKTtcclxuXHRcdH0sXHJcblx0XHRjb21wdXRlZDoge1xyXG5cdFx0XHQvLyDmmK/lkKbnpoHnlKjvvIzlpoLmnpzniLbnu4Tku7Z1LWNoZWNrYm94LWdyb3Vw56aB55So55qE6K+d77yM5bCG5Lya5b+955Wl5a2Q57uE5Lu255qE6YWN572uXHJcblx0XHRcdGlzRGlzYWJsZWQoKSB7XHJcblx0XHRcdFx0cmV0dXJuIHRoaXMuZGlzYWJsZWQgIT09ICcnID8gdGhpcy5kaXNhYmxlZCA6IHRoaXMucGFyZW50ID8gdGhpcy5wYXJlbnQuZGlzYWJsZWQgOiBmYWxzZTtcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5piv5ZCm56aB55SobGFiZWzngrnlh7tcclxuXHRcdFx0aXNMYWJlbERpc2FibGVkKCkge1xyXG5cdFx0XHRcdHJldHVybiB0aGlzLmxhYmVsRGlzYWJsZWQgIT09ICcnID8gdGhpcy5sYWJlbERpc2FibGVkIDogdGhpcy5wYXJlbnQgPyB0aGlzLnBhcmVudC5sYWJlbERpc2FibGVkIDogZmFsc2U7XHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOe7hOS7tuWwuuWvuO+8jOWvueW6lHNpemXnmoTlgLzvvIzpu5jorqTlgLzkuLozNHJweFxyXG5cdFx0XHRjaGVja2JveFNpemUoKSB7XHJcblx0XHRcdFx0cmV0dXJuIHRoaXMuc2l6ZSA/IHRoaXMuc2l6ZSA6ICh0aGlzLnBhcmVudCA/IHRoaXMucGFyZW50LnNpemUgOiAzNCk7XHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOe7hOS7tueahOWLvumAieWbvuagh+eahOWwuuWvuO+8jOm7mOiupDIwXHJcblx0XHRcdGNoZWNrYm94SWNvblNpemUoKSB7XHJcblx0XHRcdFx0cmV0dXJuIHRoaXMuaWNvblNpemUgPyB0aGlzLmljb25TaXplIDogKHRoaXMucGFyZW50ID8gdGhpcy5wYXJlbnQuaWNvblNpemUgOiAyMCk7XHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOe7hOS7tumAieS4rea/gOa0u+aXtueahOminOiJslxyXG5cdFx0XHRlbEFjdGl2ZUNvbG9yKCkge1xyXG5cdFx0XHRcdHJldHVybiB0aGlzLmFjdGl2ZUNvbG9yID8gdGhpcy5hY3RpdmVDb2xvciA6ICh0aGlzLnBhcmVudCA/IHRoaXMucGFyZW50LmFjdGl2ZUNvbG9yIDogJ3ByaW1hcnknKTtcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g57uE5Lu255qE5b2i54q2XHJcblx0XHRcdGVsU2hhcGUoKSB7XHJcblx0XHRcdFx0cmV0dXJuIHRoaXMuc2hhcGUgPyB0aGlzLnNoYXBlIDogKHRoaXMucGFyZW50ID8gdGhpcy5wYXJlbnQuc2hhcGUgOiAnc3F1YXJlJyk7XHJcblx0XHRcdH0sXHJcblx0XHRcdGljb25TdHlsZSgpIHtcclxuXHRcdFx0XHRsZXQgc3R5bGUgPSB7fTtcclxuXHRcdFx0XHQvLyDml6LopoHliKTmlq3mmK/lkKbmiYvliqjnpoHnlKjvvIzov5jopoHliKTmlq3nlKjmiLd2LW1vZGVs57uR5a6a55qE5YC877yM5aaC5p6c57uR5a6a5Li6ZmFsc2XvvIzpgqPkuYjkuZ/ml6Dms5XpgInkuK1cclxuXHRcdFx0XHRpZiAodGhpcy5lbEFjdGl2ZUNvbG9yICYmIHRoaXMudmFsdWUgJiYgIXRoaXMuaXNEaXNhYmxlZCkge1xyXG5cdFx0XHRcdFx0c3R5bGUuYm9yZGVyQ29sb3IgPSB0aGlzLmVsQWN0aXZlQ29sb3I7IFxyXG5cdFx0XHRcdFx0c3R5bGUuYmFja2dyb3VuZENvbG9yID0gdGhpcy5lbEFjdGl2ZUNvbG9yO1xyXG5cdFx0XHRcdH1cclxuXHRcdFx0XHRzdHlsZS53aWR0aCA9IHRoaXMuJHUuYWRkVW5pdCh0aGlzLmNoZWNrYm94U2l6ZSk7XHJcblx0XHRcdFx0c3R5bGUuaGVpZ2h0ID0gdGhpcy4kdS5hZGRVbml0KHRoaXMuY2hlY2tib3hTaXplKTtcclxuXHRcdFx0XHRyZXR1cm4gc3R5bGU7XHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIGNoZWNrYm945YaF6YOo55qE5Yu+6YCJ5Zu+5qCH77yM5aaC5p6c6YCJ5Lit54q25oCB77yM5Li655m96Imy77yM5ZCm5YiZ5Li66YCP5piO6Imy5Y2z5Y+vXHJcblx0XHRcdGljb25Db2xvcigpIHtcclxuXHRcdFx0XHRyZXR1cm4gdGhpcy52YWx1ZSA/ICcjZmZmZmZmJyA6ICd0cmFuc3BhcmVudCc7XHJcblx0XHRcdH0sXHJcblx0XHRcdGljb25DbGFzcygpIHtcclxuXHRcdFx0XHRsZXQgY2xhc3NlcyA9IFtdO1xyXG5cdFx0XHRcdGNsYXNzZXMucHVzaCgndS1jaGVja2JveF9faWNvbi13cmFwLS0nICsgdGhpcy5lbFNoYXBlKTtcclxuXHRcdFx0XHRpZiAodGhpcy52YWx1ZSA9PSB0cnVlKSBjbGFzc2VzLnB1c2goJ3UtY2hlY2tib3hfX2ljb24td3JhcC0tY2hlY2tlZCcpO1xyXG5cdFx0XHRcdGlmICh0aGlzLmlzRGlzYWJsZWQpIGNsYXNzZXMucHVzaCgndS1jaGVja2JveF9faWNvbi13cmFwLS1kaXNhYmxlZCcpO1xyXG5cdFx0XHRcdGlmICh0aGlzLnZhbHVlICYmIHRoaXMuaXNEaXNhYmxlZCkgY2xhc3Nlcy5wdXNoKCd1LWNoZWNrYm94X19pY29uLXdyYXAtLWRpc2FibGVkLS1jaGVja2VkJyk7XHJcblx0XHRcdFx0Ly8g5pSv5LuY5a6d5bCP56iL5bqP5peg5rOV5Yqo5oCB57uR5a6a5LiA5Liq5pWw57uE57G75ZCN77yM5ZCm5YiZ6Kej5p6Q5Ye65p2l55qE57uT5p6c5Lya5bim5pyJXCIsXCLvvIzogIzlr7zoh7TlpLHmlYhcclxuXHRcdFx0XHRyZXR1cm4gY2xhc3Nlcy5qb2luKCcgJyk7XHJcblx0XHRcdH0sXHJcblx0XHRcdGNoZWNrYm94U3R5bGUoKSB7XHJcblx0XHRcdFx0bGV0IHN0eWxlID0ge307XHJcblx0XHRcdFx0aWYodGhpcy5wYXJlbnQgJiYgdGhpcy5wYXJlbnQud2lkdGgpIHtcclxuXHRcdFx0XHRcdHN0eWxlLndpZHRoID0gdGhpcy5wYXJlbnQud2lkdGg7XHJcblx0XHRcdFx0XHQvLyAjaWZkZWYgTVBcclxuXHRcdFx0XHRcdC8vIOWQhOWutuWwj+eoi+W6j+WboOS4uuWug+S7rOeJueauiueahOe8luivkee7k+aehO+8jOS9v+eUqGZsb2F05biD5bGAXHJcblx0XHRcdFx0XHRzdHlsZS5mbG9hdCA9ICdsZWZ0JztcclxuXHRcdFx0XHRcdC8vICNlbmRpZlxyXG5cdFx0XHRcdFx0Ly8gI2lmbmRlZiBNUFxyXG5cdFx0XHRcdFx0Ly8gSDXlkoxBUFDkvb/nlKhmbGV45biD5bGAXHJcblx0XHRcdFx0XHRzdHlsZS5mbGV4ID0gYDAgMCAke3RoaXMucGFyZW50LndpZHRofWA7XHJcblx0XHRcdFx0XHQvLyAjZW5kaWZcclxuXHRcdFx0XHR9XHJcblx0XHRcdFx0aWYodGhpcy5wYXJlbnQgJiYgdGhpcy5wYXJlbnQud3JhcCkge1xyXG5cdFx0XHRcdFx0c3R5bGUud2lkdGggPSAnMTAwJSc7XHJcblx0XHRcdFx0XHQvLyAjaWZuZGVmIE1QXHJcblx0XHRcdFx0XHQvLyBINeWSjEFQUOS9v+eUqGZsZXjluIPlsYDvvIzlsIblrr3luqborr7nva4xMDAl77yM5Y2z5Y+v6Ieq5Yqo5o2i6KGMXHJcblx0XHRcdFx0XHRzdHlsZS5mbGV4ID0gJzAgMCAxMDAlJztcclxuXHRcdFx0XHRcdC8vICNlbmRpZlxyXG5cdFx0XHRcdH1cclxuXHRcdFx0XHRyZXR1cm4gc3R5bGU7XHJcblx0XHRcdH1cclxuXHRcdH0sXHJcblx0XHRtZXRob2RzOiB7XHJcblx0XHRcdG9uQ2xpY2tMYWJlbCgpIHtcclxuXHRcdFx0XHRpZiAoIXRoaXMuaXNMYWJlbERpc2FibGVkICYmICF0aGlzLmlzRGlzYWJsZWQpIHtcclxuXHRcdFx0XHRcdHRoaXMuc2V0VmFsdWUoKTtcclxuXHRcdFx0XHR9XHJcblx0XHRcdH0sXHJcblx0XHRcdHRvZ2dsZSgpIHtcclxuXHRcdFx0XHRpZiAoIXRoaXMuaXNEaXNhYmxlZCkge1xyXG5cdFx0XHRcdFx0dGhpcy5zZXRWYWx1ZSgpO1xyXG5cdFx0XHRcdH1cclxuXHRcdFx0fSxcclxuXHRcdFx0ZW1pdEV2ZW50KCkge1xyXG5cdFx0XHRcdHRoaXMuJGVtaXQoJ2NoYW5nZScsIHtcclxuXHRcdFx0XHRcdHZhbHVlOiAhdGhpcy52YWx1ZSxcclxuXHRcdFx0XHRcdG5hbWU6IHRoaXMubmFtZVxyXG5cdFx0XHRcdH0pXHJcblx0XHRcdFx0Ly8g5omn6KGM54i257uE5Lu2dS1jaGVja2JveC1ncm91cOeahOS6i+S7tuaWueazlVxyXG5cdFx0XHRcdC8vIOetieW+heS4i+S4gOS4quWRqOacn+WGjeaJp+ihjO+8jOWboOS4unRoaXMuJGVtaXQoJ2lucHV0JynkvZznlKjkuo7niLbnu4Tku7bvvIzlho3lj43ppojliLDlrZDnu4Tku7blhoXpg6jvvIzpnIDopoHml7bpl7RcclxuXHRcdFx0XHRzZXRUaW1lb3V0KCgpID0+IHtcclxuXHRcdFx0XHRcdGlmKHRoaXMucGFyZW50ICYmIHRoaXMucGFyZW50LmVtaXRFdmVudCkgdGhpcy5wYXJlbnQuZW1pdEV2ZW50KCk7XHJcblx0XHRcdFx0fSwgODApO1xyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDorr7nva5pbnB1dOeahOWAvO+8jOi/memHjOmAmui/h2lucHV05LqL5Lu277yM6K6+572u6YCa6L+Hdi1tb2RlbOe7keWumueahOe7hOS7tueahOWAvFxyXG5cdFx0XHRzZXRWYWx1ZSgpIHtcclxuXHRcdFx0XHQvLyDliKTmlq3mmK/lkKbotoXov4fkuoblj6/pgInnmoTmnIDlpKfmlbDph49cclxuXHRcdFx0XHRsZXQgY2hlY2tlZE51bSA9IDA7XHJcblx0XHRcdFx0aWYodGhpcy5wYXJlbnQgJiYgdGhpcy5wYXJlbnQuY2hpbGRyZW4pIHtcclxuXHRcdFx0XHRcdC8vIOWPquimgeeItue7hOS7tueahOafkOS4gOS4quWtkOWFg+e0oOeahHZhbHVl5Li6dHJ1Ze+8jOWwseWKoDEo5bey5pyJ55qE6YCJ5Lit5pWw6YePKVxyXG5cdFx0XHRcdFx0dGhpcy5wYXJlbnQuY2hpbGRyZW4ubWFwKHZhbCA9PiB7XHJcblx0XHRcdFx0XHRcdGlmICh2YWwudmFsdWUpIGNoZWNrZWROdW0rKztcclxuXHRcdFx0XHRcdH0pXHJcblx0XHRcdFx0fVxyXG5cdFx0XHRcdC8vIOWmguaenOWOn+adpeS4uumAieS4reeKtuaAge+8jOmCo+S5iOWPr+S7peWPlua2iFxyXG5cdFx0XHRcdGlmICh0aGlzLnZhbHVlID09IHRydWUpIHtcclxuXHRcdFx0XHRcdHRoaXMuZW1pdEV2ZW50KCk7XHJcblx0XHRcdFx0XHR0aGlzLiRlbWl0KCdpbnB1dCcsICF0aGlzLnZhbHVlKTtcclxuXHRcdFx0XHR9IGVsc2Uge1xyXG5cdFx0XHRcdFx0Ly8g5aaC5p6c6LaF5Ye65pyA5aSa5Y+v6YCJ6aG577yM5o+Q56S6XHJcblx0XHRcdFx0XHRpZih0aGlzLnBhcmVudCAmJiBjaGVja2VkTnVtID49IHRoaXMucGFyZW50Lm1heCkge1xyXG5cdFx0XHRcdFx0XHRyZXR1cm4gdGhpcy4kdS50b2FzdChg5pyA5aSa5Y+v6YCJJHt0aGlzLnBhcmVudC5tYXh96aG5YCk7XHJcblx0XHRcdFx0XHR9XHJcblx0XHRcdFx0XHQvLyDlpoLmnpzljp/mnaXkuLrmnKrpgInkuK3nirbmgIHvvIzpnIDopoHpgInkuK3nmoTmlbDph4/lsJHkuo7niLbnu4Tku7bkuK3orr7nva7nmoRtYXjlgLzvvIzmiY3lj6/ku6XpgInkuK1cclxuXHRcdFx0XHRcdHRoaXMuZW1pdEV2ZW50KCk7XHJcblx0XHRcdFx0XHR0aGlzLiRlbWl0KCdpbnB1dCcsICF0aGlzLnZhbHVlKTtcclxuXHRcdFx0XHR9XHJcblx0XHRcdH1cclxuXHRcdH1cclxuXHR9O1xyXG48L3NjcmlwdD5cclxuXHJcbjxzdHlsZSBsYW5nPVwic2Nzc1wiIHNjb3BlZD5cclxuXHRAaW1wb3J0IFwiLi4vLi4vbGlicy9jc3Mvc3R5bGUuY29tcG9uZW50cy5zY3NzXCI7XHJcblxyXG5cdC51LWNoZWNrYm94IHtcclxuXHRcdC8qICNpZm5kZWYgQVBQLU5WVUUgKi9cclxuXHRcdGRpc3BsYXk6IGlubGluZS1mbGV4O1xyXG5cdFx0LyogI2VuZGlmICovXHJcblx0XHRhbGlnbi1pdGVtczogY2VudGVyO1xyXG5cdFx0b3ZlcmZsb3c6IGhpZGRlbjtcclxuXHRcdHVzZXItc2VsZWN0OiBub25lO1xyXG5cdFx0bGluZS1oZWlnaHQ6IDEuODtcclxuXHRcdFxyXG5cdFx0Jl9faWNvbi13cmFwIHtcclxuXHRcdFx0Y29sb3I6ICR1LWNvbnRlbnQtY29sb3I7XHJcblx0XHRcdGZsZXg6IG5vbmU7XHJcblx0XHRcdGRpc3BsYXk6IC13ZWJraXQtZmxleDtcclxuXHRcdFx0QGluY2x1ZGUgdnVlLWZsZXg7XHJcblx0XHRcdGFsaWduLWl0ZW1zOiBjZW50ZXI7XHJcblx0XHRcdGp1c3RpZnktY29udGVudDogY2VudGVyO1xyXG5cdFx0XHRib3gtc2l6aW5nOiBib3JkZXItYm94O1xyXG5cdFx0XHR3aWR0aDogNDJycHg7XHJcblx0XHRcdGhlaWdodDogNDJycHg7XHJcblx0XHRcdGNvbG9yOiB0cmFuc3BhcmVudDtcclxuXHRcdFx0dGV4dC1hbGlnbjogY2VudGVyO1xyXG5cdFx0XHR0cmFuc2l0aW9uLXByb3BlcnR5OiBjb2xvciwgYm9yZGVyLWNvbG9yLCBiYWNrZ3JvdW5kLWNvbG9yO1xyXG5cdFx0XHRmb250LXNpemU6IDIwcHg7XHJcblx0XHRcdGJvcmRlcjogMXB4IHNvbGlkICNjOGM5Y2M7XHJcblx0XHRcdHRyYW5zaXRpb24tZHVyYXRpb246IDAuMnM7XHJcblx0XHRcdFxyXG5cdFx0XHQvKiAjaWZkZWYgTVAtVE9VVElBTyAqL1xyXG5cdFx0XHQvLyDlpLTmnaHlsI/nqIvluo/lhbzlrrnmgKfpl67popjvvIzpnIDopoHorr7nva7ooYzpq5jkuLow77yM5ZCm5YiZ5Zu+5qCH5YGP5LiLXHJcblx0XHRcdCZfX2ljb24ge1xyXG5cdFx0XHRcdGxpbmUtaGVpZ2h0OiAwO1xyXG5cdFx0XHR9XHJcblx0XHRcdC8qICNlbmRpZiAqL1xyXG5cdFx0XHRcclxuXHRcdFx0Ji0tY2lyY2xlIHtcclxuXHRcdFx0XHRib3JkZXItcmFkaXVzOiAxMDAlO1xyXG5cdFx0XHR9XHJcblx0XHRcdFxyXG5cdFx0XHQmLS1zcXVhcmUge1xyXG5cdFx0XHRcdGJvcmRlci1yYWRpdXM6IDZycHg7XHJcblx0XHRcdH1cclxuXHRcdFx0XHJcblx0XHRcdCYtLWNoZWNrZWQge1xyXG5cdFx0XHRcdGNvbG9yOiAjZmZmO1xyXG5cdFx0XHRcdGJhY2tncm91bmQtY29sb3I6ICR1LXR5cGUtcHJpbWFyeTtcclxuXHRcdFx0XHRib3JkZXItY29sb3I6ICR1LXR5cGUtcHJpbWFyeTtcclxuXHRcdFx0fVxyXG5cdFx0XHRcclxuXHRcdFx0Ji0tZGlzYWJsZWQge1xyXG5cdFx0XHRcdGJhY2tncm91bmQtY29sb3I6ICNlYmVkZjA7XHJcblx0XHRcdFx0Ym9yZGVyLWNvbG9yOiAjYzhjOWNjO1xyXG5cdFx0XHR9XHJcblx0XHRcdFxyXG5cdFx0XHQmLS1kaXNhYmxlZC0tY2hlY2tlZCB7XHJcblx0XHRcdFx0Y29sb3I6ICNjOGM5Y2MgIWltcG9ydGFudDtcclxuXHRcdFx0fVxyXG5cdFx0fVxyXG5cdFxyXG5cdFx0Jl9fbGFiZWwge1xyXG5cdFx0XHR3b3JkLXdyYXA6IGJyZWFrLXdvcmQ7XHJcblx0XHRcdG1hcmdpbi1sZWZ0OiAxMHJweDtcclxuXHRcdFx0bWFyZ2luLXJpZ2h0OiAyNHJweDtcclxuXHRcdFx0Y29sb3I6ICR1LWNvbnRlbnQtY29sb3I7XHJcblx0XHRcdGZvbnQtc2l6ZTogMzBycHg7XHJcblx0XHRcdFxyXG5cdFx0XHQmLS1kaXNhYmxlZCB7XHJcblx0XHRcdFx0Y29sb3I6ICNjOGM5Y2M7XHJcblx0XHRcdH1cclxuXHRcdH1cclxuXHR9XHJcbjwvc3R5bGU+XHJcbiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///21\n");
/***/ }),
-/* 27 */
-/*!*****************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/phone_image.png ***!
- \*****************************************************************************/
+/* 22 */
+/*!*******************************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/phone_image.png ***!
+ \*******************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
-eval("module.exports = \"/static/tongyonh/phone_image.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjI3LmpzIiwic291cmNlc0NvbnRlbnQiOlsibW9kdWxlLmV4cG9ydHMgPSBcIi9zdGF0aWMvdG9uZ3lvbmgvcGhvbmVfaW1hZ2UucG5nXCI7Il0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///27\n");
+eval("module.exports = \"/static/tongyonh/phone_image.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjIyLmpzIiwic291cmNlc0NvbnRlbnQiOlsibW9kdWxlLmV4cG9ydHMgPSBcIi9zdGF0aWMvdG9uZ3lvbmgvcGhvbmVfaW1hZ2UucG5nXCI7Il0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///22\n");
/***/ }),
-/* 28 */
-/*!*******************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/create_wallet.png ***!
- \*******************************************************************************/
+/* 23 */
+/*!*********************************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/create_wallet.png ***!
+ \*********************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
-eval("module.exports = \"/static/tongyonh/create_wallet.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjI4LmpzIiwic291cmNlc0NvbnRlbnQiOlsibW9kdWxlLmV4cG9ydHMgPSBcIi9zdGF0aWMvdG9uZ3lvbmgvY3JlYXRlX3dhbGxldC5wbmdcIjsiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///28\n");
+eval("module.exports = \"/static/tongyonh/create_wallet.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjIzLmpzIiwic291cmNlc0NvbnRlbnQiOlsibW9kdWxlLmV4cG9ydHMgPSBcIi9zdGF0aWMvdG9uZ3lvbmgvY3JlYXRlX3dhbGxldC5wbmdcIjsiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///23\n");
/***/ }),
-/* 29 */
-/*!************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/chevron_right_24px.png ***!
- \************************************************************************************/
+/* 24 */
+/*!**************************************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/chevron_right_24px.png ***!
+ \**************************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
-eval("module.exports = \"/static/tongyonh/chevron_right_24px.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjI5LmpzIiwic291cmNlc0NvbnRlbnQiOlsibW9kdWxlLmV4cG9ydHMgPSBcIi9zdGF0aWMvdG9uZ3lvbmgvY2hldnJvbl9yaWdodF8yNHB4LnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///29\n");
+eval("module.exports = \"/static/tongyonh/chevron_right_24px.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjI0LmpzIiwic291cmNlc0NvbnRlbnQiOlsibW9kdWxlLmV4cG9ydHMgPSBcIi9zdGF0aWMvdG9uZ3lvbmgvY2hldnJvbl9yaWdodF8yNHB4LnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///24\n");
/***/ }),
-/* 30 */
-/*!******************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/login_wallet.png ***!
- \******************************************************************************/
+/* 25 */
+/*!********************************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/login_wallet.png ***!
+ \********************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
-eval("module.exports = \"/static/tongyonh/login_wallet.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjMwLmpzIiwic291cmNlc0NvbnRlbnQiOlsibW9kdWxlLmV4cG9ydHMgPSBcIi9zdGF0aWMvdG9uZ3lvbmgvbG9naW5fd2FsbGV0LnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///30\n");
+eval("module.exports = \"/static/tongyonh/login_wallet.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjI1LmpzIiwic291cmNlc0NvbnRlbnQiOlsibW9kdWxlLmV4cG9ydHMgPSBcIi9zdGF0aWMvdG9uZ3lvbmgvbG9naW5fd2FsbGV0LnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///25\n");
/***/ }),
-/* 31 */
-/*!**********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/register/index.vue?vue&type=script&lang=js&mpType=page ***!
- \**********************************************************************************************************/
+/* 26 */
+/*!************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/register/index.vue?vue&type=script&lang=js&mpType=page ***!
+ \************************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=script&lang=js&mpType=page */ 32);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQWdpQixDQUFnQixza0JBQUcsRUFBQyIsImZpbGUiOiIzMS5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBtb2QgZnJvbSBcIi0hLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvYmFiZWwtbG9hZGVyL2xpYi9pbmRleC5qcyEuLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stcHJlcHJvY2Vzcy1sb2FkZXIvaW5kZXguanM/P3JlZi0tNi0xIS4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvd2VicGFjay11bmktYXBwLWxvYWRlci91c2luZy1jb21wb25lbnRzLmpzIS4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvdnVlLWxvYWRlci9saWIvaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiOyBleHBvcnQgZGVmYXVsdCBtb2Q7IGV4cG9ydCAqIGZyb20gXCItIS4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL2JhYmVsLWxvYWRlci9saWIvaW5kZXguanMhLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyL2luZGV4LmpzPz9yZWYtLTYtMSEuLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stdW5pLWFwcC1sb2FkZXIvdXNpbmctY29tcG9uZW50cy5qcyEuLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL2luZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///31\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=script&lang=js&mpType=page */ 27);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQXVtQixDQUFnQixzb0JBQUcsRUFBQyIsImZpbGUiOiIyNi5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBtb2QgZnJvbSBcIi0hQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxiYWJlbC1sb2FkZXJcXFxcbGliXFxcXGluZGV4LmpzIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcQGRjbG91ZGlvXFxcXHZ1ZS1jbGktcGx1Z2luLXVuaVxcXFxwYWNrYWdlc1xcXFx3ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyXFxcXGluZGV4LmpzPz9yZWYtLTYtMSFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay11bmktYXBwLWxvYWRlclxcXFx1c2luZy1jb21wb25lbnRzLmpzIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcQGRjbG91ZGlvXFxcXHZ1ZS1jbGktcGx1Z2luLXVuaVxcXFxwYWNrYWdlc1xcXFx2dWUtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcz8/dnVlLWxvYWRlci1vcHRpb25zIS4vaW5kZXgudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJm1wVHlwZT1wYWdlXCI7IGV4cG9ydCBkZWZhdWx0IG1vZDsgZXhwb3J0ICogZnJvbSBcIi0hQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxiYWJlbC1sb2FkZXJcXFxcbGliXFxcXGluZGV4LmpzIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcQGRjbG91ZGlvXFxcXHZ1ZS1jbGktcGx1Z2luLXVuaVxcXFxwYWNrYWdlc1xcXFx3ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyXFxcXGluZGV4LmpzPz9yZWYtLTYtMSFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay11bmktYXBwLWxvYWRlclxcXFx1c2luZy1jb21wb25lbnRzLmpzIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcQGRjbG91ZGlvXFxcXHZ1ZS1jbGktcGx1Z2luLXVuaVxcXFxwYWNrYWdlc1xcXFx2dWUtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcz8/dnVlLWxvYWRlci1vcHRpb25zIS4vaW5kZXgudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJm1wVHlwZT1wYWdlXCIiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///26\n");
/***/ }),
-/* 32 */
-/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/pages/register/index.vue?vue&type=script&lang=js&mpType=page ***!
- \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 27 */
+/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/pages/register/index.vue?vue&type=script&lang=js&mpType=page ***!
+ \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar _utils = _interopRequireDefault(__webpack_require__(/*! @/utils */ 34));\nvar _jsMd = _interopRequireDefault(__webpack_require__(/*! js-md5 */ 35));\nvar _store = _interopRequireDefault(__webpack_require__(/*! @/store */ 39));\nvar _TokenUtil = _interopRequireDefault(__webpack_require__(/*! @/utils/TokenUtil */ 43));\nvar _navigation = _interopRequireDefault(__webpack_require__(/*! @/components/navigation/navigation.vue */ 551));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };} //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nvar _default = { data: function data() {return { list2: [{ name: '', checked: false, disabled: false }], list: ['', '../../../static/tongyonh/phone_image.png'], indicatorDots: true, autoplay: true, interval: 3000, inde: 1, walletInfo: {} };}, onLoad: function onLoad() {}, onShow: function onShow() {__f__(\"log\", uni.getStorageSync('walletInfo'), \" at pages/register/index.vue:131\");if (uni.getStorageSync('walletInfo')) {uni.reLaunch({ url: '/pages/menu/wallet/index' });} // uni.clearStorageSync();\n this.list2.checked = false;}, methods: { checkboxGroupChange: function checkboxGroupChange() {}, checkboxChange: function checkboxChange() {if (this.inde % 2 == 0) {this.list2[0].checked = false;} else {this.list2[0].checked = true;}this.inde++;}, createWallet: function createWallet() {if (this.list2[0].checked != true) {uni.showToast({ title: 'Please check the terms of service', icon: 'none', duration: 1500 });return;}var word = this.$Token.creatingWallets(); // 读到钱包助记词信息,存入缓存\n var word2 = word.mnemonic;uni.setStorage({ key: 'word', data: word2, success: function success() {__f__(\"log\", 'success', word2, \" at pages/register/index.vue:169\");} });__f__(\"log\", this.list2.checked, 224, \" at pages/register/index.vue:172\");this.list2[0].checked = false;__f__(\"log\", this.list2.checked, 444, \" at pages/register/index.vue:174\");uni.navigateTo({ url: '../menu/backUp/index' });}, loginWallet: function loginWallet() {if (this.list2[0].checked != true) {uni.showToast({ title: 'Please check the terms of service', icon: 'none', duration: 1500 });return;}this.list2[0].checked = false;uni.navigateTo({ url: '../menu/backUp/backUp4/index' });}, Terms: function Terms() {uni.navigateTo({ url: '../menu/about/terms/index' });} } };exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 33)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vcGFnZXMvcmVnaXN0ZXIvaW5kZXgudnVlIl0sIm5hbWVzIjpbImRhdGEiLCJsaXN0MiIsIm5hbWUiLCJjaGVja2VkIiwiZGlzYWJsZWQiLCJsaXN0IiwiaW5kaWNhdG9yRG90cyIsImF1dG9wbGF5IiwiaW50ZXJ2YWwiLCJpbmRlIiwid2FsbGV0SW5mbyIsIm9uTG9hZCIsIm9uU2hvdyIsInVuaSIsImdldFN0b3JhZ2VTeW5jIiwicmVMYXVuY2giLCJ1cmwiLCJtZXRob2RzIiwiY2hlY2tib3hHcm91cENoYW5nZSIsImNoZWNrYm94Q2hhbmdlIiwiY3JlYXRlV2FsbGV0Iiwic2hvd1RvYXN0IiwidGl0bGUiLCJpY29uIiwiZHVyYXRpb24iLCJ3b3JkIiwiJFRva2VuIiwiY3JlYXRpbmdXYWxsZXRzIiwid29yZDIiLCJtbmVtb25pYyIsInNldFN0b3JhZ2UiLCJrZXkiLCJzdWNjZXNzIiwibmF2aWdhdGVUbyIsImxvZ2luV2FsbGV0IiwiVGVybXMiXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQXNHQztBQUNBO0FBQ0E7QUFDQTtBQUNBLGlILDhGQTFHRDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO2VBUWdCLEVBQ2RBLElBRGMsa0JBQ1AsQ0FDTixPQUFPLEVBQ05DLEtBQUssRUFBRSxDQUNKLEVBQ0NDLElBQUksRUFBRSxFQURQLEVBRUNDLE9BQU8sRUFBRSxLQUZWLEVBR0NDLFFBQVEsRUFBRSxLQUhYLEVBREksQ0FERCxFQVFOQyxJQUFJLEVBQUUsQ0FBQyxFQUFELEVBQUksMENBQUosQ0FSQSxFQVNOQyxhQUFhLEVBQUMsSUFUUixFQVVOQyxRQUFRLEVBQUMsSUFWSCxFQVdOQyxRQUFRLEVBQUMsSUFYSCxFQVlOQyxJQUFJLEVBQUMsQ0FaQyxFQWFOQyxVQUFVLEVBQUMsRUFiTCxFQUFQLENBZUEsQ0FqQmEsRUFtQmRDLE1BbkJjLG9CQW1CTCxDQUNSLENBcEJhLEVBcUJkQyxNQXJCYyxvQkFxQkwsQ0FDTixhQUFZQyxHQUFHLENBQUNDLGNBQUosQ0FBbUIsWUFBbkIsQ0FBWixzQ0FDQSxJQUFHRCxHQUFHLENBQUNDLGNBQUosQ0FBbUIsWUFBbkIsQ0FBSCxFQUFxQyxDQUNwQ0QsR0FBRyxDQUFDRSxRQUFKLENBQWEsRUFDWkMsR0FBRyxFQUFFLDBCQURPLEVBQWIsRUFHQSxDQU5LLENBT047QUFDQSxTQUFLZixLQUFMLENBQVdFLE9BQVgsR0FBcUIsS0FBckIsQ0FDQSxDQTlCVyxFQStCZGMsT0FBTyxFQUFFLEVBQ1JDLG1CQURRLGlDQUNhLENBRXBCLENBSE8sRUFJUkMsY0FKUSw0QkFJUSxDQUNmLElBQUcsS0FBS1YsSUFBTCxHQUFVLENBQVYsSUFBYSxDQUFoQixFQUFrQixDQUNqQixLQUFLUixLQUFMLENBQVcsQ0FBWCxFQUFjRSxPQUFkLEdBQXNCLEtBQXRCLENBQ0EsQ0FGRCxNQUVLLENBQ0osS0FBS0YsS0FBTCxDQUFXLENBQVgsRUFBY0UsT0FBZCxHQUFzQixJQUF0QixDQUNBLENBQ0QsS0FBS00sSUFBTCxHQUNBLENBWE8sRUFZVlcsWUFaVSwwQkFZSSxDQUNiLElBQUcsS0FBS25CLEtBQUwsQ0FBVyxDQUFYLEVBQWNFLE9BQWQsSUFBdUIsSUFBMUIsRUFBK0IsQ0FDOUJVLEdBQUcsQ0FBQ1EsU0FBSixDQUFjLEVBQ2JDLEtBQUssRUFBRSxtQ0FETSxFQUViQyxJQUFJLEVBQUUsTUFGTyxFQUdiQyxRQUFRLEVBQUUsSUFIRyxFQUFkLEVBS0EsT0FDQSxDQUVELElBQUlDLElBQUksR0FBQyxLQUFLQyxNQUFMLENBQVlDLGVBQVosRUFBVCxDQVZhLENBV2I7QUFDQSxVQUFJQyxLQUFLLEdBQUNILElBQUksQ0FBQ0ksUUFBZixDQUNBaEIsR0FBRyxDQUFDaUIsVUFBSixDQUFlLEVBQ2RDLEdBQUcsRUFBRSxNQURTLEVBRWQvQixJQUFJLEVBQUU0QixLQUZRLEVBR2RJLE9BQU8sRUFBRSxtQkFBVyxDQUNuQixhQUFZLFNBQVosRUFBc0JKLEtBQXRCLHNDQUNBLENBTGEsRUFBZixFQU9BLGFBQVksS0FBSzNCLEtBQUwsQ0FBV0UsT0FBdkIsRUFBK0IsR0FBL0Isc0NBQ0EsS0FBS0YsS0FBTCxDQUFXLENBQVgsRUFBY0UsT0FBZCxHQUFzQixLQUF0QixDQUNBLGFBQVksS0FBS0YsS0FBTCxDQUFXRSxPQUF2QixFQUErQixHQUEvQixzQ0FDQVUsR0FBRyxDQUFDb0IsVUFBSixDQUFlLEVBQ2RqQixHQUFHLEVBQUMsc0JBRFUsRUFBZixFQUdBLENBdENTLEVBd0NWa0IsV0F4Q1UseUJBd0NHLENBQ1osSUFBRyxLQUFLakMsS0FBTCxDQUFXLENBQVgsRUFBY0UsT0FBZCxJQUF1QixJQUExQixFQUErQixDQUM5QlUsR0FBRyxDQUFDUSxTQUFKLENBQWMsRUFDYkMsS0FBSyxFQUFFLG1DQURNLEVBRWJDLElBQUksRUFBRSxNQUZPLEVBR2JDLFFBQVEsRUFBRSxJQUhHLEVBQWQsRUFLQSxPQUNBLENBQ0QsS0FBS3ZCLEtBQUwsQ0FBVyxDQUFYLEVBQWNFLE9BQWQsR0FBc0IsS0FBdEIsQ0FDQVUsR0FBRyxDQUFDb0IsVUFBSixDQUFlLEVBQ2RqQixHQUFHLEVBQUMsOEJBRFUsRUFBZixFQUdBLENBckRTLEVBc0RYbUIsS0F0RFcsbUJBc0RKLENBQ050QixHQUFHLENBQUNvQixVQUFKLENBQWUsRUFDZGpCLEdBQUcsRUFBQywyQkFEVSxFQUFmLEVBR0EsQ0ExRFUsRUEvQkssRSIsImZpbGUiOiIzMi5qcyIsInNvdXJjZXNDb250ZW50IjpbIi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuXG5cdGltcG9ydCB1dGlscyBmcm9tICdAL3V0aWxzJ1xuXHRpbXBvcnQgbWQ1IGZyb20gJ2pzLW1kNSdcblx0aW1wb3J0IHN0b3JlIGZyb20gJ0Avc3RvcmUnXG5cdGltcG9ydCB0b2tlbiBmcm9tICdAL3V0aWxzL1Rva2VuVXRpbCdcblx0aW1wb3J0IGNvbnQgZnJvbSBcIkAvY29tcG9uZW50cy9uYXZpZ2F0aW9uL25hdmlnYXRpb24udnVlXCJcblxuXHRleHBvcnQgZGVmYXVsdCB7XG5cdFx0ZGF0YSgpIHtcblx0XHRcdHJldHVybiB7XG5cdFx0XHRcdGxpc3QyOiBbXG5cdFx0XHRcdFx0XHRcdHtcblx0XHRcdFx0XHRcdFx0XHRuYW1lOiAnJyxcblx0XHRcdFx0XHRcdFx0XHRjaGVja2VkOiBmYWxzZSxcblx0XHRcdFx0XHRcdFx0XHRkaXNhYmxlZDogZmFsc2UsXG5cdFx0XHRcdFx0XHRcdH0sXG5cdFx0XHRcdFx0XHRdLFxuXHRcdFx0XHRsaXN0OiBbJycsJy4uLy4uLy4uL3N0YXRpYy90b25neW9uaC9waG9uZV9pbWFnZS5wbmcnXSxcblx0XHRcdFx0aW5kaWNhdG9yRG90czp0cnVlLFxuXHRcdFx0XHRhdXRvcGxheTp0cnVlLFxuXHRcdFx0XHRpbnRlcnZhbDozMDAwLFxuXHRcdFx0XHRpbmRlOjEsXG5cdFx0XHRcdHdhbGxldEluZm86e30sXG5cdH1cblx0XHR9LFxuXG5cdFx0b25Mb2FkKCkge1xuXHRcdH0sXG5cdFx0b25TaG93KCkge1xuXHRcdCAgIGNvbnNvbGUubG9nKHVuaS5nZXRTdG9yYWdlU3luYygnd2FsbGV0SW5mbycpKVxuXHRcdCAgIGlmKHVuaS5nZXRTdG9yYWdlU3luYygnd2FsbGV0SW5mbycpKSB7XG5cdFx0ICAgIHVuaS5yZUxhdW5jaCh7XG5cdFx0ICAgICB1cmw6ICcvcGFnZXMvbWVudS93YWxsZXQvaW5kZXgnXG5cdFx0ICAgIH0pXG5cdFx0ICAgfVxuXHRcdCAgIC8vIHVuaS5jbGVhclN0b3JhZ2VTeW5jKCk7XG5cdFx0ICAgdGhpcy5saXN0Mi5jaGVja2VkID0gZmFsc2U7XG5cdFx0ICB9LFxuXHRcdG1ldGhvZHM6IHtcblx0XHRcdGNoZWNrYm94R3JvdXBDaGFuZ2UoKXtcblx0XHRcdFx0XG5cdFx0XHR9LFxuXHRcdFx0Y2hlY2tib3hDaGFuZ2UoKXtcblx0XHRcdFx0aWYodGhpcy5pbmRlJTI9PTApe1xuXHRcdFx0XHRcdHRoaXMubGlzdDJbMF0uY2hlY2tlZD1mYWxzZTtcblx0XHRcdFx0fWVsc2V7XG5cdFx0XHRcdFx0dGhpcy5saXN0MlswXS5jaGVja2VkPXRydWU7XG5cdFx0XHRcdH1cblx0XHRcdFx0dGhpcy5pbmRlKytcblx0XHRcdH0sXG5cdGNyZWF0ZVdhbGxldCgpe1xuXHRcdGlmKHRoaXMubGlzdDJbMF0uY2hlY2tlZCE9dHJ1ZSl7XG5cdFx0XHR1bmkuc2hvd1RvYXN0KHtcblx0XHRcdFx0dGl0bGU6ICdQbGVhc2UgY2hlY2sgdGhlIHRlcm1zIG9mIHNlcnZpY2UnLFxuXHRcdFx0XHRpY29uOiAnbm9uZScsXG5cdFx0XHRcdGR1cmF0aW9uOiAxNTAwXG5cdFx0XHR9KVxuXHRcdFx0cmV0dXJuO1xuXHRcdH1cblxuXHRcdHZhciB3b3JkPXRoaXMuJFRva2VuLmNyZWF0aW5nV2FsbGV0cygpO1xuXHRcdC8vIOivu+WIsOmSseWMheWKqeiusOivjeS/oeaBryzlrZjlhaXnvJPlrZhcblx0XHR2YXIgd29yZDI9d29yZC5tbmVtb25pY1xuXHRcdHVuaS5zZXRTdG9yYWdlKHtcblx0XHRcdGtleTogJ3dvcmQnLFxuXHRcdFx0ZGF0YTogd29yZDIsXG5cdFx0XHRzdWNjZXNzOiBmdW5jdGlvbigpIHtcblx0XHRcdFx0Y29uc29sZS5sb2coJ3N1Y2Nlc3MnLHdvcmQyKVxuXHRcdFx0fVxuXHRcdH0pO1xuXHRcdGNvbnNvbGUubG9nKHRoaXMubGlzdDIuY2hlY2tlZCwyMjQpXG5cdFx0dGhpcy5saXN0MlswXS5jaGVja2VkPWZhbHNlO1xuXHRcdGNvbnNvbGUubG9nKHRoaXMubGlzdDIuY2hlY2tlZCw0NDQpXG5cdFx0dW5pLm5hdmlnYXRlVG8oe1xuXHRcdFx0dXJsOicuLi9tZW51L2JhY2tVcC9pbmRleCcsXG5cdFx0fSlcblx0fSxcblxuXHRsb2dpbldhbGxldCgpe1xuXHRcdGlmKHRoaXMubGlzdDJbMF0uY2hlY2tlZCE9dHJ1ZSl7XG5cdFx0XHR1bmkuc2hvd1RvYXN0KHtcblx0XHRcdFx0dGl0bGU6ICdQbGVhc2UgY2hlY2sgdGhlIHRlcm1zIG9mIHNlcnZpY2UnLFxuXHRcdFx0XHRpY29uOiAnbm9uZScsXG5cdFx0XHRcdGR1cmF0aW9uOiAxNTAwXG5cdFx0XHR9KVxuXHRcdFx0cmV0dXJuO1xuXHRcdH1cblx0XHR0aGlzLmxpc3QyWzBdLmNoZWNrZWQ9ZmFsc2U7XG5cdFx0dW5pLm5hdmlnYXRlVG8oe1xuXHRcdFx0dXJsOicuLi9tZW51L2JhY2tVcC9iYWNrVXA0L2luZGV4Jyxcblx0XHR9KVxuXHR9LFxuVGVybXMoKXtcblx0dW5pLm5hdmlnYXRlVG8oe1xuXHRcdHVybDonLi4vbWVudS9hYm91dC90ZXJtcy9pbmRleCcsXG5cdH0pXG59XG5cdH0sXG5cdH1cblx0XG4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///32\n");
+eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar _utils = _interopRequireDefault(__webpack_require__(/*! @/utils */ 29));\nvar _jsMd = _interopRequireDefault(__webpack_require__(/*! js-md5 */ 30));\nvar _store = _interopRequireDefault(__webpack_require__(/*! @/store */ 34));\nvar _TokenUtil = _interopRequireDefault(__webpack_require__(/*! @/utils/TokenUtil */ 38));\nvar _navigation = _interopRequireDefault(__webpack_require__(/*! @/components/navigation/navigation.vue */ 523));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };} //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nvar _default = { data: function data() {return { list2: [{ name: '', checked: false, disabled: false }], list: ['', '../../../static/tongyonh/phone_image.png'], indicatorDots: true, autoplay: true, interval: 3000, inde: 1, walletInfo: {} };}, onLoad: function onLoad() {}, onShow: function onShow() {__f__(\"log\", uni.getStorageSync('walletInfo'), \" at pages/register/index.vue:131\");if (uni.getStorageSync('walletInfo')) {uni.reLaunch({ url: '/pages/menu/wallet/index' });} // uni.clearStorageSync();\n this.list2.checked = false;}, methods: { checkboxGroupChange: function checkboxGroupChange() {}, checkboxChange: function checkboxChange() {if (this.inde % 2 == 0) {this.list2[0].checked = false;} else {this.list2[0].checked = true;}this.inde++;}, createWallet: function createWallet() {if (this.list2[0].checked != true) {uni.showToast({ title: 'Please check the terms of service', icon: 'none', duration: 1500 });return;}var word = this.$Token.creatingWallets(); // 读到钱包助记词信息,存入缓存\n var word2 = word.mnemonic;uni.setStorage({ key: 'word', data: word2, success: function success() {__f__(\"log\", 'success', word2, \" at pages/register/index.vue:169\");} });__f__(\"log\", this.list2.checked, 224, \" at pages/register/index.vue:172\");this.list2[0].checked = false;__f__(\"log\", this.list2.checked, 444, \" at pages/register/index.vue:174\");uni.navigateTo({ url: '../menu/backUp/index' });}, loginWallet: function loginWallet() {if (this.list2[0].checked != true) {uni.showToast({ title: 'Please check the terms of service', icon: 'none', duration: 1500 });return;}this.list2[0].checked = false;uni.navigateTo({ url: '../menu/backUp/backUp4/index' });}, Terms: function Terms() {uni.navigateTo({ url: '../menu/about/terms/index' });} } };exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 28)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vcGFnZXMvcmVnaXN0ZXIvaW5kZXgudnVlIl0sIm5hbWVzIjpbImRhdGEiLCJsaXN0MiIsIm5hbWUiLCJjaGVja2VkIiwiZGlzYWJsZWQiLCJsaXN0IiwiaW5kaWNhdG9yRG90cyIsImF1dG9wbGF5IiwiaW50ZXJ2YWwiLCJpbmRlIiwid2FsbGV0SW5mbyIsIm9uTG9hZCIsIm9uU2hvdyIsInVuaSIsImdldFN0b3JhZ2VTeW5jIiwicmVMYXVuY2giLCJ1cmwiLCJtZXRob2RzIiwiY2hlY2tib3hHcm91cENoYW5nZSIsImNoZWNrYm94Q2hhbmdlIiwiY3JlYXRlV2FsbGV0Iiwic2hvd1RvYXN0IiwidGl0bGUiLCJpY29uIiwiZHVyYXRpb24iLCJ3b3JkIiwiJFRva2VuIiwiY3JlYXRpbmdXYWxsZXRzIiwid29yZDIiLCJtbmVtb25pYyIsInNldFN0b3JhZ2UiLCJrZXkiLCJzdWNjZXNzIiwibmF2aWdhdGVUbyIsImxvZ2luV2FsbGV0IiwiVGVybXMiXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQXNHQztBQUNBO0FBQ0E7QUFDQTtBQUNBLGlILDhGQTFHRDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO2VBUWdCLEVBQ2RBLElBRGMsa0JBQ1AsQ0FDTixPQUFPLEVBQ05DLEtBQUssRUFBRSxDQUNKLEVBQ0NDLElBQUksRUFBRSxFQURQLEVBRUNDLE9BQU8sRUFBRSxLQUZWLEVBR0NDLFFBQVEsRUFBRSxLQUhYLEVBREksQ0FERCxFQVFOQyxJQUFJLEVBQUUsQ0FBQyxFQUFELEVBQUksMENBQUosQ0FSQSxFQVNOQyxhQUFhLEVBQUMsSUFUUixFQVVOQyxRQUFRLEVBQUMsSUFWSCxFQVdOQyxRQUFRLEVBQUMsSUFYSCxFQVlOQyxJQUFJLEVBQUMsQ0FaQyxFQWFOQyxVQUFVLEVBQUMsRUFiTCxFQUFQLENBZUEsQ0FqQmEsRUFtQmRDLE1BbkJjLG9CQW1CTCxDQUNSLENBcEJhLEVBcUJkQyxNQXJCYyxvQkFxQkwsQ0FDTixhQUFZQyxHQUFHLENBQUNDLGNBQUosQ0FBbUIsWUFBbkIsQ0FBWixzQ0FDQSxJQUFHRCxHQUFHLENBQUNDLGNBQUosQ0FBbUIsWUFBbkIsQ0FBSCxFQUFxQyxDQUNwQ0QsR0FBRyxDQUFDRSxRQUFKLENBQWEsRUFDWkMsR0FBRyxFQUFFLDBCQURPLEVBQWIsRUFHQSxDQU5LLENBT047QUFDQSxTQUFLZixLQUFMLENBQVdFLE9BQVgsR0FBcUIsS0FBckIsQ0FDQSxDQTlCVyxFQStCZGMsT0FBTyxFQUFFLEVBQ1JDLG1CQURRLGlDQUNhLENBRXBCLENBSE8sRUFJUkMsY0FKUSw0QkFJUSxDQUNmLElBQUcsS0FBS1YsSUFBTCxHQUFVLENBQVYsSUFBYSxDQUFoQixFQUFrQixDQUNqQixLQUFLUixLQUFMLENBQVcsQ0FBWCxFQUFjRSxPQUFkLEdBQXNCLEtBQXRCLENBQ0EsQ0FGRCxNQUVLLENBQ0osS0FBS0YsS0FBTCxDQUFXLENBQVgsRUFBY0UsT0FBZCxHQUFzQixJQUF0QixDQUNBLENBQ0QsS0FBS00sSUFBTCxHQUNBLENBWE8sRUFZVlcsWUFaVSwwQkFZSSxDQUNiLElBQUcsS0FBS25CLEtBQUwsQ0FBVyxDQUFYLEVBQWNFLE9BQWQsSUFBdUIsSUFBMUIsRUFBK0IsQ0FDOUJVLEdBQUcsQ0FBQ1EsU0FBSixDQUFjLEVBQ2JDLEtBQUssRUFBRSxtQ0FETSxFQUViQyxJQUFJLEVBQUUsTUFGTyxFQUdiQyxRQUFRLEVBQUUsSUFIRyxFQUFkLEVBS0EsT0FDQSxDQUVELElBQUlDLElBQUksR0FBQyxLQUFLQyxNQUFMLENBQVlDLGVBQVosRUFBVCxDQVZhLENBV2I7QUFDQSxVQUFJQyxLQUFLLEdBQUNILElBQUksQ0FBQ0ksUUFBZixDQUNBaEIsR0FBRyxDQUFDaUIsVUFBSixDQUFlLEVBQ2RDLEdBQUcsRUFBRSxNQURTLEVBRWQvQixJQUFJLEVBQUU0QixLQUZRLEVBR2RJLE9BQU8sRUFBRSxtQkFBVyxDQUNuQixhQUFZLFNBQVosRUFBc0JKLEtBQXRCLHNDQUNBLENBTGEsRUFBZixFQU9BLGFBQVksS0FBSzNCLEtBQUwsQ0FBV0UsT0FBdkIsRUFBK0IsR0FBL0Isc0NBQ0EsS0FBS0YsS0FBTCxDQUFXLENBQVgsRUFBY0UsT0FBZCxHQUFzQixLQUF0QixDQUNBLGFBQVksS0FBS0YsS0FBTCxDQUFXRSxPQUF2QixFQUErQixHQUEvQixzQ0FDQVUsR0FBRyxDQUFDb0IsVUFBSixDQUFlLEVBQ2RqQixHQUFHLEVBQUMsc0JBRFUsRUFBZixFQUdBLENBdENTLEVBd0NWa0IsV0F4Q1UseUJBd0NHLENBQ1osSUFBRyxLQUFLakMsS0FBTCxDQUFXLENBQVgsRUFBY0UsT0FBZCxJQUF1QixJQUExQixFQUErQixDQUM5QlUsR0FBRyxDQUFDUSxTQUFKLENBQWMsRUFDYkMsS0FBSyxFQUFFLG1DQURNLEVBRWJDLElBQUksRUFBRSxNQUZPLEVBR2JDLFFBQVEsRUFBRSxJQUhHLEVBQWQsRUFLQSxPQUNBLENBQ0QsS0FBS3ZCLEtBQUwsQ0FBVyxDQUFYLEVBQWNFLE9BQWQsR0FBc0IsS0FBdEIsQ0FDQVUsR0FBRyxDQUFDb0IsVUFBSixDQUFlLEVBQ2RqQixHQUFHLEVBQUMsOEJBRFUsRUFBZixFQUdBLENBckRTLEVBc0RYbUIsS0F0RFcsbUJBc0RKLENBQ050QixHQUFHLENBQUNvQixVQUFKLENBQWUsRUFDZGpCLEdBQUcsRUFBQywyQkFEVSxFQUFmLEVBR0EsQ0ExRFUsRUEvQkssRSIsImZpbGUiOiIyNy5qcyIsInNvdXJjZXNDb250ZW50IjpbIi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuXG5cdGltcG9ydCB1dGlscyBmcm9tICdAL3V0aWxzJ1xuXHRpbXBvcnQgbWQ1IGZyb20gJ2pzLW1kNSdcblx0aW1wb3J0IHN0b3JlIGZyb20gJ0Avc3RvcmUnXG5cdGltcG9ydCB0b2tlbiBmcm9tICdAL3V0aWxzL1Rva2VuVXRpbCdcblx0aW1wb3J0IGNvbnQgZnJvbSBcIkAvY29tcG9uZW50cy9uYXZpZ2F0aW9uL25hdmlnYXRpb24udnVlXCJcblxuXHRleHBvcnQgZGVmYXVsdCB7XG5cdFx0ZGF0YSgpIHtcblx0XHRcdHJldHVybiB7XG5cdFx0XHRcdGxpc3QyOiBbXG5cdFx0XHRcdFx0XHRcdHtcblx0XHRcdFx0XHRcdFx0XHRuYW1lOiAnJyxcblx0XHRcdFx0XHRcdFx0XHRjaGVja2VkOiBmYWxzZSxcblx0XHRcdFx0XHRcdFx0XHRkaXNhYmxlZDogZmFsc2UsXG5cdFx0XHRcdFx0XHRcdH0sXG5cdFx0XHRcdFx0XHRdLFxuXHRcdFx0XHRsaXN0OiBbJycsJy4uLy4uLy4uL3N0YXRpYy90b25neW9uaC9waG9uZV9pbWFnZS5wbmcnXSxcblx0XHRcdFx0aW5kaWNhdG9yRG90czp0cnVlLFxuXHRcdFx0XHRhdXRvcGxheTp0cnVlLFxuXHRcdFx0XHRpbnRlcnZhbDozMDAwLFxuXHRcdFx0XHRpbmRlOjEsXG5cdFx0XHRcdHdhbGxldEluZm86e30sXG5cdH1cblx0XHR9LFxuXG5cdFx0b25Mb2FkKCkge1xuXHRcdH0sXG5cdFx0b25TaG93KCkge1xuXHRcdCAgIGNvbnNvbGUubG9nKHVuaS5nZXRTdG9yYWdlU3luYygnd2FsbGV0SW5mbycpKVxuXHRcdCAgIGlmKHVuaS5nZXRTdG9yYWdlU3luYygnd2FsbGV0SW5mbycpKSB7XG5cdFx0ICAgIHVuaS5yZUxhdW5jaCh7XG5cdFx0ICAgICB1cmw6ICcvcGFnZXMvbWVudS93YWxsZXQvaW5kZXgnXG5cdFx0ICAgIH0pXG5cdFx0ICAgfVxuXHRcdCAgIC8vIHVuaS5jbGVhclN0b3JhZ2VTeW5jKCk7XG5cdFx0ICAgdGhpcy5saXN0Mi5jaGVja2VkID0gZmFsc2U7XG5cdFx0ICB9LFxuXHRcdG1ldGhvZHM6IHtcblx0XHRcdGNoZWNrYm94R3JvdXBDaGFuZ2UoKXtcblx0XHRcdFx0XG5cdFx0XHR9LFxuXHRcdFx0Y2hlY2tib3hDaGFuZ2UoKXtcblx0XHRcdFx0aWYodGhpcy5pbmRlJTI9PTApe1xuXHRcdFx0XHRcdHRoaXMubGlzdDJbMF0uY2hlY2tlZD1mYWxzZTtcblx0XHRcdFx0fWVsc2V7XG5cdFx0XHRcdFx0dGhpcy5saXN0MlswXS5jaGVja2VkPXRydWU7XG5cdFx0XHRcdH1cblx0XHRcdFx0dGhpcy5pbmRlKytcblx0XHRcdH0sXG5cdGNyZWF0ZVdhbGxldCgpe1xuXHRcdGlmKHRoaXMubGlzdDJbMF0uY2hlY2tlZCE9dHJ1ZSl7XG5cdFx0XHR1bmkuc2hvd1RvYXN0KHtcblx0XHRcdFx0dGl0bGU6ICdQbGVhc2UgY2hlY2sgdGhlIHRlcm1zIG9mIHNlcnZpY2UnLFxuXHRcdFx0XHRpY29uOiAnbm9uZScsXG5cdFx0XHRcdGR1cmF0aW9uOiAxNTAwXG5cdFx0XHR9KVxuXHRcdFx0cmV0dXJuO1xuXHRcdH1cblxuXHRcdHZhciB3b3JkPXRoaXMuJFRva2VuLmNyZWF0aW5nV2FsbGV0cygpO1xuXHRcdC8vIOivu+WIsOmSseWMheWKqeiusOivjeS/oeaBryzlrZjlhaXnvJPlrZhcblx0XHR2YXIgd29yZDI9d29yZC5tbmVtb25pY1xuXHRcdHVuaS5zZXRTdG9yYWdlKHtcblx0XHRcdGtleTogJ3dvcmQnLFxuXHRcdFx0ZGF0YTogd29yZDIsXG5cdFx0XHRzdWNjZXNzOiBmdW5jdGlvbigpIHtcblx0XHRcdFx0Y29uc29sZS5sb2coJ3N1Y2Nlc3MnLHdvcmQyKVxuXHRcdFx0fVxuXHRcdH0pO1xuXHRcdGNvbnNvbGUubG9nKHRoaXMubGlzdDIuY2hlY2tlZCwyMjQpXG5cdFx0dGhpcy5saXN0MlswXS5jaGVja2VkPWZhbHNlO1xuXHRcdGNvbnNvbGUubG9nKHRoaXMubGlzdDIuY2hlY2tlZCw0NDQpXG5cdFx0dW5pLm5hdmlnYXRlVG8oe1xuXHRcdFx0dXJsOicuLi9tZW51L2JhY2tVcC9pbmRleCcsXG5cdFx0fSlcblx0fSxcblxuXHRsb2dpbldhbGxldCgpe1xuXHRcdGlmKHRoaXMubGlzdDJbMF0uY2hlY2tlZCE9dHJ1ZSl7XG5cdFx0XHR1bmkuc2hvd1RvYXN0KHtcblx0XHRcdFx0dGl0bGU6ICdQbGVhc2UgY2hlY2sgdGhlIHRlcm1zIG9mIHNlcnZpY2UnLFxuXHRcdFx0XHRpY29uOiAnbm9uZScsXG5cdFx0XHRcdGR1cmF0aW9uOiAxNTAwXG5cdFx0XHR9KVxuXHRcdFx0cmV0dXJuO1xuXHRcdH1cblx0XHR0aGlzLmxpc3QyWzBdLmNoZWNrZWQ9ZmFsc2U7XG5cdFx0dW5pLm5hdmlnYXRlVG8oe1xuXHRcdFx0dXJsOicuLi9tZW51L2JhY2tVcC9iYWNrVXA0L2luZGV4Jyxcblx0XHR9KVxuXHR9LFxuVGVybXMoKXtcblx0dW5pLm5hdmlnYXRlVG8oe1xuXHRcdHVybDonLi4vbWVudS9hYm91dC90ZXJtcy9pbmRleCcsXG5cdH0pXG59XG5cdH0sXG5cdH1cblx0XG4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///27\n");
/***/ }),
-/* 33 */
+/* 28 */
/*!*********************************************************************!*\
!*** ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js ***!
\*********************************************************************/
@@ -1303,21 +1151,21 @@ function formatLog () {
/***/ }),
-/* 34 */
-/*!************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/utils/index.js ***!
- \************************************************************/
+/* 29 */
+/*!**************************************!*\
+ !*** D:/fone/bitcooo/utils/index.js ***!
+ \**************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;var utils = {\n checkEmail: function checkEmail(email) {\n return RegExp(\n /^([a-zA-Z0-9]+[_|\\_|\\.]?)*[a-zA-Z0-9]+@([a-zA-Z0-9]+[_|\\_|\\.]?)*[a-zA-Z0-9]+\\.[a-zA-Z]{2,3}$/).\n test(email);\n },\n checkMobile: function checkMobile(mobile) {\n return RegExp(/^1[34578]\\d{9}$/).test(mobile);\n },\n caculateTime: function caculateTime(timeZome, time) {\n return time + timeZome * 1000 * 60 * 60;\n },\n formatyymmdd: function formatyymmdd(time) {\n var date = new Date(time);\n __f__(\"log\", date, 5555655, \" at utils/index.js:15\");\n var localTime = date.getTime();\n var localOffset = date.getTimezoneOffset() * 60000; //获得当地时间偏移的毫秒数\n var utc = localTime + localOffset; //utc即GMT时间\n var offset = 8; //东8区\n var beijing = utc + 3600000 * offset;\n date = new Date(beijing);\n var Y = date.getFullYear();\n var M = date.getMonth() + 1 < 10 ? '0' + (date.getMonth() + 1) : date.getMonth() + 1;\n var D = date.getDate() < 10 ? '0' + date.getDate() : date.getDate();\n var h = date.getHours() < 10 ? '0' + date.getHours() : date.getHours();\n var m = date.getMinutes() < 10 ? '0' + date.getMinutes() : date.getMinutes();\n var s = date.getSeconds() < 10 ? '0' + date.getSeconds() : date.getSeconds();\n __f__(\"log\", M + '/' + D + '/' + Y, 5454545454, \" at utils/index.js:28\");\n return M + '/' + D + '/' + Y;\n\n },\n formatyymmdd2: function formatyymmdd2(time) {\n var date = new Date(time);\n var localTime = date.getTime();\n var localOffset = date.getTimezoneOffset() * 60000; //获得当地时间偏移的毫秒数\n var utc = localTime + localOffset; //utc即GMT时间\n var offset = 8; //东8区\n var beijing = utc + 3600000 * offset;\n date = new Date(beijing);\n var Y = date.getFullYear();\n var M = date.getMonth() + 1 < 10 ? '0' + (date.getMonth() + 1) : date.getMonth() + 1;\n var D = date.getDate() < 10 ? '0' + date.getDate() : date.getDate();\n var h = date.getHours() < 10 ? '0' + date.getHours() : date.getHours();\n var m = date.getMinutes() < 10 ? '0' + date.getMinutes() : date.getMinutes();\n var s = date.getSeconds() < 10 ? '0' + date.getSeconds() : date.getSeconds();\n return Y + M + D;\n },\n formatyymmddhhmmss: function formatyymmddhhmmss(time) {\n var date = new Date(time);\n var localTime = date.getTime();\n var localOffset = date.getTimezoneOffset() * 60000; //获得当地时间偏移的毫秒数\n var utc = localTime + localOffset; //utc即GMT时间\n var offset = 8; //东8区\n var beijing = utc + 3600000 * offset;\n date = new Date(beijing);\n var Y = date.getFullYear();\n var M = date.getMonth() + 1 < 10 ? '0' + (date.getMonth() + 1) : date.getMonth() + 1;\n var D = date.getDate() < 10 ? '0' + date.getDate() : date.getDate();\n var h = date.getHours() < 10 ? '0' + date.getHours() : date.getHours();\n var m = date.getMinutes() < 10 ? '0' + date.getMinutes() : date.getMinutes();\n var s = date.getSeconds() < 10 ? '0' + date.getSeconds() : date.getSeconds();\n // return Y + '-' + M + '-' + D + ' ' + h + ':' + m + ':' + s;\n return M + '-' + D + ' ' + h + ':' + m;\n },\n formatyymmddhhmmss33: function formatyymmddhhmmss33(time) {\n __f__(\"log\", time, \" at utils/index.js:66\");\n var date = new Date(time);\n var localTime = date.getTime();\n var localOffset = date.getTimezoneOffset() * 60000; //获得当地时间偏移的毫秒数\n var utc = localTime + localOffset; //utc即GMT时间\n var offset = 8; //东8区\n var beijing = utc + 3600000 * offset;\n date = new Date(beijing);\n var Y = date.getFullYear();\n var M = date.getMonth() + 1 < 10 ? '0' + (date.getMonth() + 1) : date.getMonth() + 1;\n var D = date.getDate() < 10 ? '0' + date.getDate() : date.getDate();\n var h = date.getHours() < 10 ? '0' + date.getHours() : date.getHours();\n var m = date.getMinutes() < 10 ? '0' + date.getMinutes() : date.getMinutes();\n var s = date.getSeconds() < 10 ? '0' + date.getSeconds() : date.getSeconds();\n return Y + '-' + M + '-' + D + ' ' + h + ':' + m;\n },\n formathhmm: function formathhmm(time) {\n var date = new Date(time);\n var localTime = date.getTime();\n var localOffset = date.getTimezoneOffset() * 60000; //获得当地时间偏移的毫秒数\n var utc = localTime + localOffset; //utc即GMT时间\n var offset = 8; //东8区\n var beijing = utc + 3600000 * offset;\n date = new Date(beijing);\n var Y = date.getFullYear();\n var M = date.getMonth() + 1 < 10 ? '0' + (date.getMonth() + 1) : date.getMonth() + 1;\n var D = date.getDate() < 10 ? '0' + date.getDate() : date.getDate();\n var h = date.getHours() < 10 ? '0' + date.getHours() : date.getHours();\n var m = date.getMinutes() < 10 ? '0' + date.getMinutes() : date.getMinutes();\n var s = date.getSeconds() < 10 ? '0' + date.getSeconds() : date.getSeconds();\n return h + ':' + m;\n },\n //客户端时间转换为北京时间\n getBeijingtime: function getBeijingtime() {\n //获得当前运行环境时间\n var d = new Date();\n var currentDate = new Date();\n var tmpHours = currentDate.getHours();\n //算得时区\n var time_zone = -d.getTimezoneOffset() / 60;\n if (time_zone < 0) {\n time_zone = Math.abs(time_zone) + 8;\n currentDate.setHours(tmpHours + time_zone);\n } else {\n time_zone -= 8;\n currentDate.setHours(tmpHours - time_zone);\n }\n return currentDate;\n } };var _default =\n\n\nutils;exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 33)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXRpbHMvaW5kZXguanMiXSwibmFtZXMiOlsidXRpbHMiLCJjaGVja0VtYWlsIiwiZW1haWwiLCJSZWdFeHAiLCJ0ZXN0IiwiY2hlY2tNb2JpbGUiLCJtb2JpbGUiLCJjYWN1bGF0ZVRpbWUiLCJ0aW1lWm9tZSIsInRpbWUiLCJmb3JtYXR5eW1tZGQiLCJkYXRlIiwiRGF0ZSIsImxvY2FsVGltZSIsImdldFRpbWUiLCJsb2NhbE9mZnNldCIsImdldFRpbWV6b25lT2Zmc2V0IiwidXRjIiwib2Zmc2V0IiwiYmVpamluZyIsIlkiLCJnZXRGdWxsWWVhciIsIk0iLCJnZXRNb250aCIsIkQiLCJnZXREYXRlIiwiaCIsImdldEhvdXJzIiwibSIsImdldE1pbnV0ZXMiLCJzIiwiZ2V0U2Vjb25kcyIsImZvcm1hdHl5bW1kZDIiLCJmb3JtYXR5eW1tZGRoaG1tc3MiLCJmb3JtYXR5eW1tZGRoaG1tc3MzMyIsImZvcm1hdGhobW0iLCJnZXRCZWlqaW5ndGltZSIsImQiLCJjdXJyZW50RGF0ZSIsInRtcEhvdXJzIiwidGltZV96b25lIiwiTWF0aCIsImFicyIsInNldEhvdXJzIl0sIm1hcHBpbmdzIjoib0lBQUEsSUFBSUEsS0FBSyxHQUFHO0FBQ1hDLFlBQVUsRUFBRSxvQkFBU0MsS0FBVCxFQUFnQjtBQUMzQixXQUFPQyxNQUFNO0FBQ1gsa0dBRFcsQ0FBTjtBQUVMQyxRQUZLLENBRUFGLEtBRkEsQ0FBUDtBQUdBLEdBTFU7QUFNWEcsYUFBVyxFQUFFLHFCQUFTQyxNQUFULEVBQWlCO0FBQzdCLFdBQU9ILE1BQU0sQ0FBQyxpQkFBRCxDQUFOLENBQTBCQyxJQUExQixDQUErQkUsTUFBL0IsQ0FBUDtBQUNBLEdBUlU7QUFTWEMsY0FBWSxFQUFFLHNCQUFTQyxRQUFULEVBQW1CQyxJQUFuQixFQUF5QjtBQUN0QyxXQUFPQSxJQUFJLEdBQUlELFFBQVEsR0FBRyxJQUFYLEdBQWtCLEVBQWxCLEdBQXVCLEVBQXRDO0FBQ0EsR0FYVTtBQVlYRSxjQUFZLEVBQUUsc0JBQVNELElBQVQsRUFBZTtBQUM1QixRQUFJRSxJQUFJLEdBQUcsSUFBSUMsSUFBSixDQUFTSCxJQUFULENBQVg7QUFDQSxpQkFBWUUsSUFBWixFQUFpQixPQUFqQjtBQUNBLFFBQUlFLFNBQVMsR0FBR0YsSUFBSSxDQUFDRyxPQUFMLEVBQWhCO0FBQ0EsUUFBSUMsV0FBVyxHQUFHSixJQUFJLENBQUNLLGlCQUFMLEtBQTJCLEtBQTdDLENBSjRCLENBSXVCO0FBQ25ELFFBQUlDLEdBQUcsR0FBR0osU0FBUyxHQUFHRSxXQUF0QixDQUw0QixDQUtNO0FBQ2xDLFFBQUlHLE1BQU0sR0FBRyxDQUFiLENBTjRCLENBTVo7QUFDaEIsUUFBSUMsT0FBTyxHQUFHRixHQUFHLEdBQUksVUFBVUMsTUFBL0I7QUFDQVAsUUFBSSxHQUFHLElBQUlDLElBQUosQ0FBU08sT0FBVCxDQUFQO0FBQ0EsUUFBSUMsQ0FBQyxHQUFHVCxJQUFJLENBQUNVLFdBQUwsRUFBUjtBQUNBLFFBQUlDLENBQUMsR0FBSVgsSUFBSSxDQUFDWSxRQUFMLEtBQWtCLENBQWxCLEdBQXNCLEVBQXRCLEdBQTJCLE9BQU9aLElBQUksQ0FBQ1ksUUFBTCxLQUFrQixDQUF6QixDQUEzQixHQUF5RFosSUFBSSxDQUFDWSxRQUFMLEtBQWtCLENBQXBGO0FBQ0EsUUFBSUMsQ0FBQyxHQUFHYixJQUFJLENBQUNjLE9BQUwsS0FBaUIsRUFBakIsR0FBc0IsTUFBTWQsSUFBSSxDQUFDYyxPQUFMLEVBQTVCLEdBQTZDZCxJQUFJLENBQUNjLE9BQUwsRUFBckQ7QUFDQSxRQUFJQyxDQUFDLEdBQUdmLElBQUksQ0FBQ2dCLFFBQUwsS0FBa0IsRUFBbEIsR0FBdUIsTUFBTWhCLElBQUksQ0FBQ2dCLFFBQUwsRUFBN0IsR0FBK0NoQixJQUFJLENBQUNnQixRQUFMLEVBQXZEO0FBQ0EsUUFBSUMsQ0FBQyxHQUFHakIsSUFBSSxDQUFDa0IsVUFBTCxLQUFvQixFQUFwQixHQUF5QixNQUFNbEIsSUFBSSxDQUFDa0IsVUFBTCxFQUEvQixHQUFtRGxCLElBQUksQ0FBQ2tCLFVBQUwsRUFBM0Q7QUFDQSxRQUFJQyxDQUFDLEdBQUduQixJQUFJLENBQUNvQixVQUFMLEtBQW9CLEVBQXBCLEdBQXlCLE1BQU1wQixJQUFJLENBQUNvQixVQUFMLEVBQS9CLEdBQW1EcEIsSUFBSSxDQUFDb0IsVUFBTCxFQUEzRDtBQUNBLGlCQUFhVCxDQUFDLEdBQUcsR0FBSixHQUFVRSxDQUFWLEdBQWMsR0FBZCxHQUFvQkosQ0FBakMsRUFBbUMsVUFBbkM7QUFDQSxXQUFPRSxDQUFDLEdBQUcsR0FBSixHQUFVRSxDQUFWLEdBQWMsR0FBZCxHQUFvQkosQ0FBM0I7O0FBRUEsR0E5QlU7QUErQlhZLGVBQWEsRUFBRSx1QkFBU3ZCLElBQVQsRUFBZTtBQUM3QixRQUFJRSxJQUFJLEdBQUcsSUFBSUMsSUFBSixDQUFTSCxJQUFULENBQVg7QUFDQSxRQUFJSSxTQUFTLEdBQUdGLElBQUksQ0FBQ0csT0FBTCxFQUFoQjtBQUNBLFFBQUlDLFdBQVcsR0FBR0osSUFBSSxDQUFDSyxpQkFBTCxLQUEyQixLQUE3QyxDQUg2QixDQUd3QjtBQUNyRCxRQUFJQyxHQUFHLEdBQUdKLFNBQVMsR0FBR0UsV0FBdEIsQ0FKNkIsQ0FJTTtBQUNuQyxRQUFJRyxNQUFNLEdBQUcsQ0FBYixDQUw2QixDQUtiO0FBQ2hCLFFBQUlDLE9BQU8sR0FBR0YsR0FBRyxHQUFJLFVBQVVDLE1BQS9CO0FBQ0FQLFFBQUksR0FBRyxJQUFJQyxJQUFKLENBQVNPLE9BQVQsQ0FBUDtBQUNBLFFBQUlDLENBQUMsR0FBR1QsSUFBSSxDQUFDVSxXQUFMLEVBQVI7QUFDQSxRQUFJQyxDQUFDLEdBQUlYLElBQUksQ0FBQ1ksUUFBTCxLQUFrQixDQUFsQixHQUFzQixFQUF0QixHQUEyQixPQUFPWixJQUFJLENBQUNZLFFBQUwsS0FBa0IsQ0FBekIsQ0FBM0IsR0FBeURaLElBQUksQ0FBQ1ksUUFBTCxLQUFrQixDQUFwRjtBQUNBLFFBQUlDLENBQUMsR0FBR2IsSUFBSSxDQUFDYyxPQUFMLEtBQWlCLEVBQWpCLEdBQXNCLE1BQU1kLElBQUksQ0FBQ2MsT0FBTCxFQUE1QixHQUE2Q2QsSUFBSSxDQUFDYyxPQUFMLEVBQXJEO0FBQ0EsUUFBSUMsQ0FBQyxHQUFHZixJQUFJLENBQUNnQixRQUFMLEtBQWtCLEVBQWxCLEdBQXVCLE1BQU1oQixJQUFJLENBQUNnQixRQUFMLEVBQTdCLEdBQStDaEIsSUFBSSxDQUFDZ0IsUUFBTCxFQUF2RDtBQUNBLFFBQUlDLENBQUMsR0FBR2pCLElBQUksQ0FBQ2tCLFVBQUwsS0FBb0IsRUFBcEIsR0FBeUIsTUFBTWxCLElBQUksQ0FBQ2tCLFVBQUwsRUFBL0IsR0FBbURsQixJQUFJLENBQUNrQixVQUFMLEVBQTNEO0FBQ0EsUUFBSUMsQ0FBQyxHQUFHbkIsSUFBSSxDQUFDb0IsVUFBTCxLQUFvQixFQUFwQixHQUF5QixNQUFNcEIsSUFBSSxDQUFDb0IsVUFBTCxFQUEvQixHQUFtRHBCLElBQUksQ0FBQ29CLFVBQUwsRUFBM0Q7QUFDQSxXQUFPWCxDQUFDLEdBQUdFLENBQUosR0FBUUUsQ0FBZjtBQUNBLEdBOUNVO0FBK0NYUyxvQkFBa0IsRUFBRSw0QkFBU3hCLElBQVQsRUFBZTtBQUNsQyxRQUFJRSxJQUFJLEdBQUcsSUFBSUMsSUFBSixDQUFTSCxJQUFULENBQVg7QUFDQSxRQUFJSSxTQUFTLEdBQUdGLElBQUksQ0FBQ0csT0FBTCxFQUFoQjtBQUNBLFFBQUlDLFdBQVcsR0FBR0osSUFBSSxDQUFDSyxpQkFBTCxLQUEyQixLQUE3QyxDQUhrQyxDQUdrQjtBQUNwRCxRQUFJQyxHQUFHLEdBQUdKLFNBQVMsR0FBR0UsV0FBdEIsQ0FKa0MsQ0FJQztBQUNuQyxRQUFJRyxNQUFNLEdBQUcsQ0FBYixDQUxrQyxDQUtuQjtBQUNmLFFBQUlDLE9BQU8sR0FBR0YsR0FBRyxHQUFJLFVBQVVDLE1BQS9CO0FBQ0FQLFFBQUksR0FBRyxJQUFJQyxJQUFKLENBQVNPLE9BQVQsQ0FBUDtBQUNBLFFBQUlDLENBQUMsR0FBR1QsSUFBSSxDQUFDVSxXQUFMLEVBQVI7QUFDQSxRQUFJQyxDQUFDLEdBQUlYLElBQUksQ0FBQ1ksUUFBTCxLQUFrQixDQUFsQixHQUFzQixFQUF0QixHQUEyQixPQUFPWixJQUFJLENBQUNZLFFBQUwsS0FBa0IsQ0FBekIsQ0FBM0IsR0FBeURaLElBQUksQ0FBQ1ksUUFBTCxLQUFrQixDQUFwRjtBQUNBLFFBQUlDLENBQUMsR0FBR2IsSUFBSSxDQUFDYyxPQUFMLEtBQWlCLEVBQWpCLEdBQXNCLE1BQU1kLElBQUksQ0FBQ2MsT0FBTCxFQUE1QixHQUE2Q2QsSUFBSSxDQUFDYyxPQUFMLEVBQXJEO0FBQ0EsUUFBSUMsQ0FBQyxHQUFHZixJQUFJLENBQUNnQixRQUFMLEtBQWtCLEVBQWxCLEdBQXVCLE1BQU1oQixJQUFJLENBQUNnQixRQUFMLEVBQTdCLEdBQStDaEIsSUFBSSxDQUFDZ0IsUUFBTCxFQUF2RDtBQUNBLFFBQUlDLENBQUMsR0FBR2pCLElBQUksQ0FBQ2tCLFVBQUwsS0FBb0IsRUFBcEIsR0FBeUIsTUFBTWxCLElBQUksQ0FBQ2tCLFVBQUwsRUFBL0IsR0FBbURsQixJQUFJLENBQUNrQixVQUFMLEVBQTNEO0FBQ0EsUUFBSUMsQ0FBQyxHQUFHbkIsSUFBSSxDQUFDb0IsVUFBTCxLQUFvQixFQUFwQixHQUF5QixNQUFNcEIsSUFBSSxDQUFDb0IsVUFBTCxFQUEvQixHQUFtRHBCLElBQUksQ0FBQ29CLFVBQUwsRUFBM0Q7QUFDQTtBQUNBLFdBQVFULENBQUMsR0FBRyxHQUFKLEdBQVVFLENBQVYsR0FBYyxHQUFkLEdBQW9CRSxDQUFwQixHQUF3QixHQUF4QixHQUE4QkUsQ0FBdEM7QUFDQSxHQS9EVTtBQWdFWE0sc0JBQW9CLEVBQUUsOEJBQVN6QixJQUFULEVBQWU7QUFDcEMsaUJBQVlBLElBQVo7QUFDQSxRQUFJRSxJQUFJLEdBQUcsSUFBSUMsSUFBSixDQUFTSCxJQUFULENBQVg7QUFDQSxRQUFJSSxTQUFTLEdBQUdGLElBQUksQ0FBQ0csT0FBTCxFQUFoQjtBQUNBLFFBQUlDLFdBQVcsR0FBR0osSUFBSSxDQUFDSyxpQkFBTCxLQUEyQixLQUE3QyxDQUpvQyxDQUlnQjtBQUNwRCxRQUFJQyxHQUFHLEdBQUdKLFNBQVMsR0FBR0UsV0FBdEIsQ0FMb0MsQ0FLRDtBQUNuQyxRQUFJRyxNQUFNLEdBQUcsQ0FBYixDQU5vQyxDQU1yQjtBQUNmLFFBQUlDLE9BQU8sR0FBR0YsR0FBRyxHQUFJLFVBQVVDLE1BQS9CO0FBQ0FQLFFBQUksR0FBRyxJQUFJQyxJQUFKLENBQVNPLE9BQVQsQ0FBUDtBQUNBLFFBQUlDLENBQUMsR0FBR1QsSUFBSSxDQUFDVSxXQUFMLEVBQVI7QUFDQSxRQUFJQyxDQUFDLEdBQUlYLElBQUksQ0FBQ1ksUUFBTCxLQUFrQixDQUFsQixHQUFzQixFQUF0QixHQUEyQixPQUFPWixJQUFJLENBQUNZLFFBQUwsS0FBa0IsQ0FBekIsQ0FBM0IsR0FBeURaLElBQUksQ0FBQ1ksUUFBTCxLQUFrQixDQUFwRjtBQUNBLFFBQUlDLENBQUMsR0FBR2IsSUFBSSxDQUFDYyxPQUFMLEtBQWlCLEVBQWpCLEdBQXNCLE1BQU1kLElBQUksQ0FBQ2MsT0FBTCxFQUE1QixHQUE2Q2QsSUFBSSxDQUFDYyxPQUFMLEVBQXJEO0FBQ0EsUUFBSUMsQ0FBQyxHQUFHZixJQUFJLENBQUNnQixRQUFMLEtBQWtCLEVBQWxCLEdBQXVCLE1BQU1oQixJQUFJLENBQUNnQixRQUFMLEVBQTdCLEdBQStDaEIsSUFBSSxDQUFDZ0IsUUFBTCxFQUF2RDtBQUNBLFFBQUlDLENBQUMsR0FBR2pCLElBQUksQ0FBQ2tCLFVBQUwsS0FBb0IsRUFBcEIsR0FBeUIsTUFBTWxCLElBQUksQ0FBQ2tCLFVBQUwsRUFBL0IsR0FBbURsQixJQUFJLENBQUNrQixVQUFMLEVBQTNEO0FBQ0EsUUFBSUMsQ0FBQyxHQUFHbkIsSUFBSSxDQUFDb0IsVUFBTCxLQUFvQixFQUFwQixHQUF5QixNQUFNcEIsSUFBSSxDQUFDb0IsVUFBTCxFQUEvQixHQUFtRHBCLElBQUksQ0FBQ29CLFVBQUwsRUFBM0Q7QUFDQSxXQUFPWCxDQUFDLEdBQUcsR0FBSixHQUFVRSxDQUFWLEdBQWMsR0FBZCxHQUFvQkUsQ0FBcEIsR0FBd0IsR0FBeEIsR0FBOEJFLENBQTlCLEdBQWtDLEdBQWxDLEdBQXdDRSxDQUEvQztBQUNBLEdBaEZVO0FBaUZYTyxZQUFVLEVBQUUsb0JBQVMxQixJQUFULEVBQWU7QUFDMUIsUUFBSUUsSUFBSSxHQUFHLElBQUlDLElBQUosQ0FBU0gsSUFBVCxDQUFYO0FBQ0EsUUFBSUksU0FBUyxHQUFHRixJQUFJLENBQUNHLE9BQUwsRUFBaEI7QUFDQSxRQUFJQyxXQUFXLEdBQUdKLElBQUksQ0FBQ0ssaUJBQUwsS0FBMkIsS0FBN0MsQ0FIMEIsQ0FHMkI7QUFDckQsUUFBSUMsR0FBRyxHQUFHSixTQUFTLEdBQUdFLFdBQXRCLENBSjBCLENBSVM7QUFDbkMsUUFBSUcsTUFBTSxHQUFHLENBQWIsQ0FMMEIsQ0FLVjtBQUNoQixRQUFJQyxPQUFPLEdBQUdGLEdBQUcsR0FBSSxVQUFVQyxNQUEvQjtBQUNBUCxRQUFJLEdBQUcsSUFBSUMsSUFBSixDQUFTTyxPQUFULENBQVA7QUFDQSxRQUFJQyxDQUFDLEdBQUdULElBQUksQ0FBQ1UsV0FBTCxFQUFSO0FBQ0EsUUFBSUMsQ0FBQyxHQUFJWCxJQUFJLENBQUNZLFFBQUwsS0FBa0IsQ0FBbEIsR0FBc0IsRUFBdEIsR0FBMkIsT0FBT1osSUFBSSxDQUFDWSxRQUFMLEtBQWtCLENBQXpCLENBQTNCLEdBQXlEWixJQUFJLENBQUNZLFFBQUwsS0FBa0IsQ0FBcEY7QUFDQSxRQUFJQyxDQUFDLEdBQUdiLElBQUksQ0FBQ2MsT0FBTCxLQUFpQixFQUFqQixHQUFzQixNQUFNZCxJQUFJLENBQUNjLE9BQUwsRUFBNUIsR0FBNkNkLElBQUksQ0FBQ2MsT0FBTCxFQUFyRDtBQUNBLFFBQUlDLENBQUMsR0FBR2YsSUFBSSxDQUFDZ0IsUUFBTCxLQUFrQixFQUFsQixHQUF1QixNQUFNaEIsSUFBSSxDQUFDZ0IsUUFBTCxFQUE3QixHQUErQ2hCLElBQUksQ0FBQ2dCLFFBQUwsRUFBdkQ7QUFDQSxRQUFJQyxDQUFDLEdBQUdqQixJQUFJLENBQUNrQixVQUFMLEtBQW9CLEVBQXBCLEdBQXlCLE1BQU1sQixJQUFJLENBQUNrQixVQUFMLEVBQS9CLEdBQW1EbEIsSUFBSSxDQUFDa0IsVUFBTCxFQUEzRDtBQUNBLFFBQUlDLENBQUMsR0FBR25CLElBQUksQ0FBQ29CLFVBQUwsS0FBb0IsRUFBcEIsR0FBeUIsTUFBTXBCLElBQUksQ0FBQ29CLFVBQUwsRUFBL0IsR0FBbURwQixJQUFJLENBQUNvQixVQUFMLEVBQTNEO0FBQ0EsV0FBT0wsQ0FBQyxHQUFHLEdBQUosR0FBVUUsQ0FBakI7QUFDQSxHQWhHVTtBQWlHWDtBQUNBUSxnQkFBYyxFQUFFLDBCQUFXO0FBQzFCO0FBQ0EsUUFBSUMsQ0FBQyxHQUFHLElBQUl6QixJQUFKLEVBQVI7QUFDQSxRQUFJMEIsV0FBVyxHQUFHLElBQUkxQixJQUFKLEVBQWxCO0FBQ0EsUUFBSTJCLFFBQVEsR0FBR0QsV0FBVyxDQUFDWCxRQUFaLEVBQWY7QUFDQTtBQUNBLFFBQUlhLFNBQVMsR0FBRyxDQUFDSCxDQUFDLENBQUNyQixpQkFBRixFQUFELEdBQXlCLEVBQXpDO0FBQ0EsUUFBSXdCLFNBQVMsR0FBRyxDQUFoQixFQUFtQjtBQUNsQkEsZUFBUyxHQUFHQyxJQUFJLENBQUNDLEdBQUwsQ0FBU0YsU0FBVCxJQUFzQixDQUFsQztBQUNBRixpQkFBVyxDQUFDSyxRQUFaLENBQXFCSixRQUFRLEdBQUdDLFNBQWhDO0FBQ0EsS0FIRCxNQUdPO0FBQ05BLGVBQVMsSUFBSSxDQUFiO0FBQ0FGLGlCQUFXLENBQUNLLFFBQVosQ0FBcUJKLFFBQVEsR0FBR0MsU0FBaEM7QUFDQTtBQUNELFdBQU9GLFdBQVA7QUFDQSxHQWpIVSxFQUFaLEM7OztBQW9IZXRDLEsiLCJmaWxlIjoiMzQuanMiLCJzb3VyY2VzQ29udGVudCI6WyJ2YXIgdXRpbHMgPSB7XHJcblx0Y2hlY2tFbWFpbDogZnVuY3Rpb24oZW1haWwpIHtcclxuXHRcdHJldHVybiBSZWdFeHAoXHJcblx0XHRcdFx0L14oW2EtekEtWjAtOV0rW198XFxffFxcLl0/KSpbYS16QS1aMC05XStAKFthLXpBLVowLTldK1tffFxcX3xcXC5dPykqW2EtekEtWjAtOV0rXFwuW2EtekEtWl17MiwzfSQvKVxyXG5cdFx0XHQudGVzdChlbWFpbCk7XHJcblx0fSxcclxuXHRjaGVja01vYmlsZTogZnVuY3Rpb24obW9iaWxlKSB7XHJcblx0XHRyZXR1cm4gUmVnRXhwKC9eMVszNDU3OF1cXGR7OX0kLykudGVzdChtb2JpbGUpO1xyXG5cdH0sXHJcblx0Y2FjdWxhdGVUaW1lOiBmdW5jdGlvbih0aW1lWm9tZSwgdGltZSkge1xyXG5cdFx0cmV0dXJuIHRpbWUgKyAodGltZVpvbWUgKiAxMDAwICogNjAgKiA2MCk7XHJcblx0fSxcclxuXHRmb3JtYXR5eW1tZGQ6IGZ1bmN0aW9uKHRpbWUpIHtcclxuXHRcdHZhciBkYXRlID0gbmV3IERhdGUodGltZSlcclxuXHRcdGNvbnNvbGUubG9nKGRhdGUsNTU1NTY1NSlcclxuXHRcdHZhciBsb2NhbFRpbWUgPSBkYXRlLmdldFRpbWUoKTtcclxuXHRcdHZhciBsb2NhbE9mZnNldCA9IGRhdGUuZ2V0VGltZXpvbmVPZmZzZXQoKSAqIDYwMDAwIC8v6I635b6X5b2T5Zyw5pe26Ze05YGP56e755qE5q+r56eS5pWwXHJcblx0XHR2YXIgdXRjID0gbG9jYWxUaW1lICsgbG9jYWxPZmZzZXQgLy91dGPljbNHTVTml7bpl7RcclxuXHRcdHZhciBvZmZzZXQgPSA4OyAvL+S4nDjljLpcclxuXHRcdHZhciBiZWlqaW5nID0gdXRjICsgKDM2MDAwMDAgKiBvZmZzZXQpO1xyXG5cdFx0ZGF0ZSA9IG5ldyBEYXRlKGJlaWppbmcpO1xyXG5cdFx0dmFyIFkgPSBkYXRlLmdldEZ1bGxZZWFyKClcclxuXHRcdHZhciBNID0gKGRhdGUuZ2V0TW9udGgoKSArIDEgPCAxMCA/ICcwJyArIChkYXRlLmdldE1vbnRoKCkgKyAxKSA6IGRhdGUuZ2V0TW9udGgoKSArIDEpXHJcblx0XHR2YXIgRCA9IGRhdGUuZ2V0RGF0ZSgpIDwgMTAgPyAnMCcgKyBkYXRlLmdldERhdGUoKSA6IGRhdGUuZ2V0RGF0ZSgpXHJcblx0XHR2YXIgaCA9IGRhdGUuZ2V0SG91cnMoKSA8IDEwID8gJzAnICsgZGF0ZS5nZXRIb3VycygpIDogZGF0ZS5nZXRIb3VycygpXHJcblx0XHR2YXIgbSA9IGRhdGUuZ2V0TWludXRlcygpIDwgMTAgPyAnMCcgKyBkYXRlLmdldE1pbnV0ZXMoKSA6IGRhdGUuZ2V0TWludXRlcygpXHJcblx0XHR2YXIgcyA9IGRhdGUuZ2V0U2Vjb25kcygpIDwgMTAgPyAnMCcgKyBkYXRlLmdldFNlY29uZHMoKSA6IGRhdGUuZ2V0U2Vjb25kcygpXHJcblx0XHRjb25zb2xlLmxvZyggTSArICcvJyArIEQgKyAnLycgKyBZLDU0NTQ1NDU0NTQpO1xyXG5cdFx0cmV0dXJuIE0gKyAnLycgKyBEICsgJy8nICsgWTtcclxuXHRcdFxyXG5cdH0sXHJcblx0Zm9ybWF0eXltbWRkMjogZnVuY3Rpb24odGltZSkge1xyXG5cdFx0dmFyIGRhdGUgPSBuZXcgRGF0ZSh0aW1lKVxyXG5cdFx0dmFyIGxvY2FsVGltZSA9IGRhdGUuZ2V0VGltZSgpO1xyXG5cdFx0dmFyIGxvY2FsT2Zmc2V0ID0gZGF0ZS5nZXRUaW1lem9uZU9mZnNldCgpICogNjAwMDAgOyAvL+iOt+W+l+W9k+WcsOaXtumXtOWBj+enu+eahOavq+enkuaVsFxyXG5cdFx0dmFyIHV0YyA9IGxvY2FsVGltZSArIGxvY2FsT2Zmc2V0OyAvL3V0Y+WNs0dNVOaXtumXtFxyXG5cdFx0dmFyIG9mZnNldCA9IDg7IC8v5LicOOWMulxyXG5cdFx0dmFyIGJlaWppbmcgPSB1dGMgKyAoMzYwMDAwMCAqIG9mZnNldCk7XHJcblx0XHRkYXRlID0gbmV3IERhdGUoYmVpamluZyk7XHJcblx0XHR2YXIgWSA9IGRhdGUuZ2V0RnVsbFllYXIoKVxyXG5cdFx0dmFyIE0gPSAoZGF0ZS5nZXRNb250aCgpICsgMSA8IDEwID8gJzAnICsgKGRhdGUuZ2V0TW9udGgoKSArIDEpIDogZGF0ZS5nZXRNb250aCgpICsgMSlcclxuXHRcdHZhciBEID0gZGF0ZS5nZXREYXRlKCkgPCAxMCA/ICcwJyArIGRhdGUuZ2V0RGF0ZSgpIDogZGF0ZS5nZXREYXRlKClcclxuXHRcdHZhciBoID0gZGF0ZS5nZXRIb3VycygpIDwgMTAgPyAnMCcgKyBkYXRlLmdldEhvdXJzKCkgOiBkYXRlLmdldEhvdXJzKClcclxuXHRcdHZhciBtID0gZGF0ZS5nZXRNaW51dGVzKCkgPCAxMCA/ICcwJyArIGRhdGUuZ2V0TWludXRlcygpIDogZGF0ZS5nZXRNaW51dGVzKClcclxuXHRcdHZhciBzID0gZGF0ZS5nZXRTZWNvbmRzKCkgPCAxMCA/ICcwJyArIGRhdGUuZ2V0U2Vjb25kcygpIDogZGF0ZS5nZXRTZWNvbmRzKClcclxuXHRcdHJldHVybiBZICsgTSArIEQ7XHJcblx0fSxcclxuXHRmb3JtYXR5eW1tZGRoaG1tc3M6IGZ1bmN0aW9uKHRpbWUpIHtcclxuXHRcdHZhciBkYXRlID0gbmV3IERhdGUodGltZSlcclxuXHRcdHZhciBsb2NhbFRpbWUgPSBkYXRlLmdldFRpbWUoKVxyXG5cdFx0dmFyIGxvY2FsT2Zmc2V0ID0gZGF0ZS5nZXRUaW1lem9uZU9mZnNldCgpICogNjAwMDAgIC8v6I635b6X5b2T5Zyw5pe26Ze05YGP56e755qE5q+r56eS5pWwXHJcblx0XHR2YXIgdXRjID0gbG9jYWxUaW1lICsgbG9jYWxPZmZzZXQ7IC8vdXRj5Y2zR01U5pe26Ze0XHJcblx0XHR2YXIgb2Zmc2V0ID0gOCAvL+S4nDjljLpcclxuXHRcdHZhciBiZWlqaW5nID0gdXRjICsgKDM2MDAwMDAgKiBvZmZzZXQpO1xyXG5cdFx0ZGF0ZSA9IG5ldyBEYXRlKGJlaWppbmcpXHJcblx0XHR2YXIgWSA9IGRhdGUuZ2V0RnVsbFllYXIoKVxyXG5cdFx0dmFyIE0gPSAoZGF0ZS5nZXRNb250aCgpICsgMSA8IDEwID8gJzAnICsgKGRhdGUuZ2V0TW9udGgoKSArIDEpIDogZGF0ZS5nZXRNb250aCgpICsgMSlcclxuXHRcdHZhciBEID0gZGF0ZS5nZXREYXRlKCkgPCAxMCA/ICcwJyArIGRhdGUuZ2V0RGF0ZSgpIDogZGF0ZS5nZXREYXRlKClcclxuXHRcdHZhciBoID0gZGF0ZS5nZXRIb3VycygpIDwgMTAgPyAnMCcgKyBkYXRlLmdldEhvdXJzKCkgOiBkYXRlLmdldEhvdXJzKClcclxuXHRcdHZhciBtID0gZGF0ZS5nZXRNaW51dGVzKCkgPCAxMCA/ICcwJyArIGRhdGUuZ2V0TWludXRlcygpIDogZGF0ZS5nZXRNaW51dGVzKClcclxuXHRcdHZhciBzID0gZGF0ZS5nZXRTZWNvbmRzKCkgPCAxMCA/ICcwJyArIGRhdGUuZ2V0U2Vjb25kcygpIDogZGF0ZS5nZXRTZWNvbmRzKClcclxuXHRcdC8vIHJldHVybiBZICsgJy0nICsgTSArICctJyArIEQgKyAnICcgKyBoICsgJzonICsgbSArICc6JyArIHM7XHJcblx0XHRyZXR1cm4gIE0gKyAnLScgKyBEICsgJyAnICsgaCArICc6JyArIG0gO1xyXG5cdH0sXHJcblx0Zm9ybWF0eXltbWRkaGhtbXNzMzM6IGZ1bmN0aW9uKHRpbWUpIHtcclxuXHRcdGNvbnNvbGUubG9nKHRpbWUpXHJcblx0XHR2YXIgZGF0ZSA9IG5ldyBEYXRlKHRpbWUpXHJcblx0XHR2YXIgbG9jYWxUaW1lID0gZGF0ZS5nZXRUaW1lKClcclxuXHRcdHZhciBsb2NhbE9mZnNldCA9IGRhdGUuZ2V0VGltZXpvbmVPZmZzZXQoKSAqIDYwMDAwICAvL+iOt+W+l+W9k+WcsOaXtumXtOWBj+enu+eahOavq+enkuaVsFxyXG5cdFx0dmFyIHV0YyA9IGxvY2FsVGltZSArIGxvY2FsT2Zmc2V0OyAvL3V0Y+WNs0dNVOaXtumXtFxyXG5cdFx0dmFyIG9mZnNldCA9IDggLy/kuJw45Yy6XHJcblx0XHR2YXIgYmVpamluZyA9IHV0YyArICgzNjAwMDAwICogb2Zmc2V0KTtcclxuXHRcdGRhdGUgPSBuZXcgRGF0ZShiZWlqaW5nKVxyXG5cdFx0dmFyIFkgPSBkYXRlLmdldEZ1bGxZZWFyKClcclxuXHRcdHZhciBNID0gKGRhdGUuZ2V0TW9udGgoKSArIDEgPCAxMCA/ICcwJyArIChkYXRlLmdldE1vbnRoKCkgKyAxKSA6IGRhdGUuZ2V0TW9udGgoKSArIDEpXHJcblx0XHR2YXIgRCA9IGRhdGUuZ2V0RGF0ZSgpIDwgMTAgPyAnMCcgKyBkYXRlLmdldERhdGUoKSA6IGRhdGUuZ2V0RGF0ZSgpXHJcblx0XHR2YXIgaCA9IGRhdGUuZ2V0SG91cnMoKSA8IDEwID8gJzAnICsgZGF0ZS5nZXRIb3VycygpIDogZGF0ZS5nZXRIb3VycygpXHJcblx0XHR2YXIgbSA9IGRhdGUuZ2V0TWludXRlcygpIDwgMTAgPyAnMCcgKyBkYXRlLmdldE1pbnV0ZXMoKSA6IGRhdGUuZ2V0TWludXRlcygpXHJcblx0XHR2YXIgcyA9IGRhdGUuZ2V0U2Vjb25kcygpIDwgMTAgPyAnMCcgKyBkYXRlLmdldFNlY29uZHMoKSA6IGRhdGUuZ2V0U2Vjb25kcygpXHJcblx0XHRyZXR1cm4gWSArICctJyArIE0gKyAnLScgKyBEICsgJyAnICsgaCArICc6JyArIG07XHJcblx0fSxcclxuXHRmb3JtYXRoaG1tOiBmdW5jdGlvbih0aW1lKSB7XHJcblx0XHR2YXIgZGF0ZSA9IG5ldyBEYXRlKHRpbWUpXHJcblx0XHR2YXIgbG9jYWxUaW1lID0gZGF0ZS5nZXRUaW1lKCk7XHJcblx0XHR2YXIgbG9jYWxPZmZzZXQgPSBkYXRlLmdldFRpbWV6b25lT2Zmc2V0KCkgKiA2MDAwMCA7IC8v6I635b6X5b2T5Zyw5pe26Ze05YGP56e755qE5q+r56eS5pWwXHJcblx0XHR2YXIgdXRjID0gbG9jYWxUaW1lICsgbG9jYWxPZmZzZXQ7IC8vdXRj5Y2zR01U5pe26Ze0XHJcblx0XHR2YXIgb2Zmc2V0ID0gODsgLy/kuJw45Yy6XHJcblx0XHR2YXIgYmVpamluZyA9IHV0YyArICgzNjAwMDAwICogb2Zmc2V0KTtcclxuXHRcdGRhdGUgPSBuZXcgRGF0ZShiZWlqaW5nKTtcclxuXHRcdHZhciBZID0gZGF0ZS5nZXRGdWxsWWVhcigpXHJcblx0XHR2YXIgTSA9IChkYXRlLmdldE1vbnRoKCkgKyAxIDwgMTAgPyAnMCcgKyAoZGF0ZS5nZXRNb250aCgpICsgMSkgOiBkYXRlLmdldE1vbnRoKCkgKyAxKVxyXG5cdFx0dmFyIEQgPSBkYXRlLmdldERhdGUoKSA8IDEwID8gJzAnICsgZGF0ZS5nZXREYXRlKCkgOiBkYXRlLmdldERhdGUoKVxyXG5cdFx0dmFyIGggPSBkYXRlLmdldEhvdXJzKCkgPCAxMCA/ICcwJyArIGRhdGUuZ2V0SG91cnMoKSA6IGRhdGUuZ2V0SG91cnMoKVxyXG5cdFx0dmFyIG0gPSBkYXRlLmdldE1pbnV0ZXMoKSA8IDEwID8gJzAnICsgZGF0ZS5nZXRNaW51dGVzKCkgOiBkYXRlLmdldE1pbnV0ZXMoKVxyXG5cdFx0dmFyIHMgPSBkYXRlLmdldFNlY29uZHMoKSA8IDEwID8gJzAnICsgZGF0ZS5nZXRTZWNvbmRzKCkgOiBkYXRlLmdldFNlY29uZHMoKVxyXG5cdFx0cmV0dXJuIGggKyAnOicgKyBtO1xyXG5cdH0sXHJcblx0Ly/lrqLmiLfnq6/ml7bpl7TovazmjaLkuLrljJfkuqzml7bpl7RcclxuXHRnZXRCZWlqaW5ndGltZTogZnVuY3Rpb24oKSB7XHJcblx0XHQvL+iOt+W+l+W9k+WJjei/kOihjOeOr+Wig+aXtumXtFxyXG5cdFx0bGV0IGQgPSBuZXcgRGF0ZSgpO1xyXG5cdFx0bGV0IGN1cnJlbnREYXRlID0gbmV3IERhdGUoKTtcclxuXHRcdGxldCB0bXBIb3VycyA9IGN1cnJlbnREYXRlLmdldEhvdXJzKCk7XHJcblx0XHQvL+eul+W+l+aXtuWMulxyXG5cdFx0bGV0IHRpbWVfem9uZSA9IC1kLmdldFRpbWV6b25lT2Zmc2V0KCkgLyA2MDtcclxuXHRcdGlmICh0aW1lX3pvbmUgPCAwKSB7XHJcblx0XHRcdHRpbWVfem9uZSA9IE1hdGguYWJzKHRpbWVfem9uZSkgKyA4O1xyXG5cdFx0XHRjdXJyZW50RGF0ZS5zZXRIb3Vycyh0bXBIb3VycyArIHRpbWVfem9uZSk7XHJcblx0XHR9IGVsc2Uge1xyXG5cdFx0XHR0aW1lX3pvbmUgLT0gODtcclxuXHRcdFx0Y3VycmVudERhdGUuc2V0SG91cnModG1wSG91cnMgLSB0aW1lX3pvbmUpO1xyXG5cdFx0fVxyXG5cdFx0cmV0dXJuIGN1cnJlbnREYXRlO1xyXG5cdH0sXHJcbn1cclxuXHJcbmV4cG9ydCBkZWZhdWx0IHV0aWxzXHJcbiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///34\n");
+eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;var utils = {\n checkEmail: function checkEmail(email) {\n return RegExp(\n /^([a-zA-Z0-9]+[_|\\_|\\.]?)*[a-zA-Z0-9]+@([a-zA-Z0-9]+[_|\\_|\\.]?)*[a-zA-Z0-9]+\\.[a-zA-Z]{2,3}$/).\n test(email);\n },\n checkMobile: function checkMobile(mobile) {\n return RegExp(/^1[34578]\\d{9}$/).test(mobile);\n },\n caculateTime: function caculateTime(timeZome, time) {\n return time + timeZome * 1000 * 60 * 60;\n },\n formatyymmdd: function formatyymmdd(time) {\n var date = new Date(time);\n __f__(\"log\", date, 5555655, \" at utils/index.js:15\");\n var localTime = date.getTime();\n var localOffset = date.getTimezoneOffset() * 60000; //获得当地时间偏移的毫秒数\n var utc = localTime + localOffset; //utc即GMT时间\n var offset = 8; //东8区\n var beijing = utc + 3600000 * offset;\n date = new Date(beijing);\n var Y = date.getFullYear();\n var M = date.getMonth() + 1 < 10 ? '0' + (date.getMonth() + 1) : date.getMonth() + 1;\n var D = date.getDate() < 10 ? '0' + date.getDate() : date.getDate();\n var h = date.getHours() < 10 ? '0' + date.getHours() : date.getHours();\n var m = date.getMinutes() < 10 ? '0' + date.getMinutes() : date.getMinutes();\n var s = date.getSeconds() < 10 ? '0' + date.getSeconds() : date.getSeconds();\n __f__(\"log\", M + '/' + D + '/' + Y, 5454545454, \" at utils/index.js:28\");\n return M + '/' + D + '/' + Y;\n\n },\n formatyymmdd2: function formatyymmdd2(time) {\n var date = new Date(time);\n var localTime = date.getTime();\n var localOffset = date.getTimezoneOffset() * 60000; //获得当地时间偏移的毫秒数\n var utc = localTime + localOffset; //utc即GMT时间\n var offset = 8; //东8区\n var beijing = utc + 3600000 * offset;\n date = new Date(beijing);\n var Y = date.getFullYear();\n var M = date.getMonth() + 1 < 10 ? '0' + (date.getMonth() + 1) : date.getMonth() + 1;\n var D = date.getDate() < 10 ? '0' + date.getDate() : date.getDate();\n var h = date.getHours() < 10 ? '0' + date.getHours() : date.getHours();\n var m = date.getMinutes() < 10 ? '0' + date.getMinutes() : date.getMinutes();\n var s = date.getSeconds() < 10 ? '0' + date.getSeconds() : date.getSeconds();\n return Y + M + D;\n },\n formatyymmddhhmmss: function formatyymmddhhmmss(time) {\n var date = new Date(time);\n var localTime = date.getTime();\n var localOffset = date.getTimezoneOffset() * 60000; //获得当地时间偏移的毫秒数\n var utc = localTime + localOffset; //utc即GMT时间\n var offset = 8; //东8区\n var beijing = utc + 3600000 * offset;\n date = new Date(beijing);\n var Y = date.getFullYear();\n var M = date.getMonth() + 1 < 10 ? '0' + (date.getMonth() + 1) : date.getMonth() + 1;\n var D = date.getDate() < 10 ? '0' + date.getDate() : date.getDate();\n var h = date.getHours() < 10 ? '0' + date.getHours() : date.getHours();\n var m = date.getMinutes() < 10 ? '0' + date.getMinutes() : date.getMinutes();\n var s = date.getSeconds() < 10 ? '0' + date.getSeconds() : date.getSeconds();\n // return Y + '-' + M + '-' + D + ' ' + h + ':' + m + ':' + s;\n return M + '-' + D + ' ' + h + ':' + m;\n },\n formatyymmddhhmmss33: function formatyymmddhhmmss33(time) {\n __f__(\"log\", time, \" at utils/index.js:66\");\n var date = new Date(time);\n var localTime = date.getTime();\n var localOffset = date.getTimezoneOffset() * 60000; //获得当地时间偏移的毫秒数\n var utc = localTime + localOffset; //utc即GMT时间\n var offset = 8; //东8区\n var beijing = utc + 3600000 * offset;\n date = new Date(beijing);\n var Y = date.getFullYear();\n var M = date.getMonth() + 1 < 10 ? '0' + (date.getMonth() + 1) : date.getMonth() + 1;\n var D = date.getDate() < 10 ? '0' + date.getDate() : date.getDate();\n var h = date.getHours() < 10 ? '0' + date.getHours() : date.getHours();\n var m = date.getMinutes() < 10 ? '0' + date.getMinutes() : date.getMinutes();\n var s = date.getSeconds() < 10 ? '0' + date.getSeconds() : date.getSeconds();\n return Y + '-' + M + '-' + D + ' ' + h + ':' + m;\n },\n formathhmm: function formathhmm(time) {\n var date = new Date(time);\n var localTime = date.getTime();\n var localOffset = date.getTimezoneOffset() * 60000; //获得当地时间偏移的毫秒数\n var utc = localTime + localOffset; //utc即GMT时间\n var offset = 8; //东8区\n var beijing = utc + 3600000 * offset;\n date = new Date(beijing);\n var Y = date.getFullYear();\n var M = date.getMonth() + 1 < 10 ? '0' + (date.getMonth() + 1) : date.getMonth() + 1;\n var D = date.getDate() < 10 ? '0' + date.getDate() : date.getDate();\n var h = date.getHours() < 10 ? '0' + date.getHours() : date.getHours();\n var m = date.getMinutes() < 10 ? '0' + date.getMinutes() : date.getMinutes();\n var s = date.getSeconds() < 10 ? '0' + date.getSeconds() : date.getSeconds();\n return h + ':' + m;\n },\n //客户端时间转换为北京时间\n getBeijingtime: function getBeijingtime() {\n //获得当前运行环境时间\n var d = new Date();\n var currentDate = new Date();\n var tmpHours = currentDate.getHours();\n //算得时区\n var time_zone = -d.getTimezoneOffset() / 60;\n if (time_zone < 0) {\n time_zone = Math.abs(time_zone) + 8;\n currentDate.setHours(tmpHours + time_zone);\n } else {\n time_zone -= 8;\n currentDate.setHours(tmpHours - time_zone);\n }\n return currentDate;\n } };var _default =\n\n\nutils;exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 28)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXRpbHMvaW5kZXguanMiXSwibmFtZXMiOlsidXRpbHMiLCJjaGVja0VtYWlsIiwiZW1haWwiLCJSZWdFeHAiLCJ0ZXN0IiwiY2hlY2tNb2JpbGUiLCJtb2JpbGUiLCJjYWN1bGF0ZVRpbWUiLCJ0aW1lWm9tZSIsInRpbWUiLCJmb3JtYXR5eW1tZGQiLCJkYXRlIiwiRGF0ZSIsImxvY2FsVGltZSIsImdldFRpbWUiLCJsb2NhbE9mZnNldCIsImdldFRpbWV6b25lT2Zmc2V0IiwidXRjIiwib2Zmc2V0IiwiYmVpamluZyIsIlkiLCJnZXRGdWxsWWVhciIsIk0iLCJnZXRNb250aCIsIkQiLCJnZXREYXRlIiwiaCIsImdldEhvdXJzIiwibSIsImdldE1pbnV0ZXMiLCJzIiwiZ2V0U2Vjb25kcyIsImZvcm1hdHl5bW1kZDIiLCJmb3JtYXR5eW1tZGRoaG1tc3MiLCJmb3JtYXR5eW1tZGRoaG1tc3MzMyIsImZvcm1hdGhobW0iLCJnZXRCZWlqaW5ndGltZSIsImQiLCJjdXJyZW50RGF0ZSIsInRtcEhvdXJzIiwidGltZV96b25lIiwiTWF0aCIsImFicyIsInNldEhvdXJzIl0sIm1hcHBpbmdzIjoib0lBQUEsSUFBSUEsS0FBSyxHQUFHO0FBQ1hDLFlBQVUsRUFBRSxvQkFBU0MsS0FBVCxFQUFnQjtBQUMzQixXQUFPQyxNQUFNO0FBQ1gsa0dBRFcsQ0FBTjtBQUVMQyxRQUZLLENBRUFGLEtBRkEsQ0FBUDtBQUdBLEdBTFU7QUFNWEcsYUFBVyxFQUFFLHFCQUFTQyxNQUFULEVBQWlCO0FBQzdCLFdBQU9ILE1BQU0sQ0FBQyxpQkFBRCxDQUFOLENBQTBCQyxJQUExQixDQUErQkUsTUFBL0IsQ0FBUDtBQUNBLEdBUlU7QUFTWEMsY0FBWSxFQUFFLHNCQUFTQyxRQUFULEVBQW1CQyxJQUFuQixFQUF5QjtBQUN0QyxXQUFPQSxJQUFJLEdBQUlELFFBQVEsR0FBRyxJQUFYLEdBQWtCLEVBQWxCLEdBQXVCLEVBQXRDO0FBQ0EsR0FYVTtBQVlYRSxjQUFZLEVBQUUsc0JBQVNELElBQVQsRUFBZTtBQUM1QixRQUFJRSxJQUFJLEdBQUcsSUFBSUMsSUFBSixDQUFTSCxJQUFULENBQVg7QUFDQSxpQkFBWUUsSUFBWixFQUFpQixPQUFqQjtBQUNBLFFBQUlFLFNBQVMsR0FBR0YsSUFBSSxDQUFDRyxPQUFMLEVBQWhCO0FBQ0EsUUFBSUMsV0FBVyxHQUFHSixJQUFJLENBQUNLLGlCQUFMLEtBQTJCLEtBQTdDLENBSjRCLENBSXVCO0FBQ25ELFFBQUlDLEdBQUcsR0FBR0osU0FBUyxHQUFHRSxXQUF0QixDQUw0QixDQUtNO0FBQ2xDLFFBQUlHLE1BQU0sR0FBRyxDQUFiLENBTjRCLENBTVo7QUFDaEIsUUFBSUMsT0FBTyxHQUFHRixHQUFHLEdBQUksVUFBVUMsTUFBL0I7QUFDQVAsUUFBSSxHQUFHLElBQUlDLElBQUosQ0FBU08sT0FBVCxDQUFQO0FBQ0EsUUFBSUMsQ0FBQyxHQUFHVCxJQUFJLENBQUNVLFdBQUwsRUFBUjtBQUNBLFFBQUlDLENBQUMsR0FBSVgsSUFBSSxDQUFDWSxRQUFMLEtBQWtCLENBQWxCLEdBQXNCLEVBQXRCLEdBQTJCLE9BQU9aLElBQUksQ0FBQ1ksUUFBTCxLQUFrQixDQUF6QixDQUEzQixHQUF5RFosSUFBSSxDQUFDWSxRQUFMLEtBQWtCLENBQXBGO0FBQ0EsUUFBSUMsQ0FBQyxHQUFHYixJQUFJLENBQUNjLE9BQUwsS0FBaUIsRUFBakIsR0FBc0IsTUFBTWQsSUFBSSxDQUFDYyxPQUFMLEVBQTVCLEdBQTZDZCxJQUFJLENBQUNjLE9BQUwsRUFBckQ7QUFDQSxRQUFJQyxDQUFDLEdBQUdmLElBQUksQ0FBQ2dCLFFBQUwsS0FBa0IsRUFBbEIsR0FBdUIsTUFBTWhCLElBQUksQ0FBQ2dCLFFBQUwsRUFBN0IsR0FBK0NoQixJQUFJLENBQUNnQixRQUFMLEVBQXZEO0FBQ0EsUUFBSUMsQ0FBQyxHQUFHakIsSUFBSSxDQUFDa0IsVUFBTCxLQUFvQixFQUFwQixHQUF5QixNQUFNbEIsSUFBSSxDQUFDa0IsVUFBTCxFQUEvQixHQUFtRGxCLElBQUksQ0FBQ2tCLFVBQUwsRUFBM0Q7QUFDQSxRQUFJQyxDQUFDLEdBQUduQixJQUFJLENBQUNvQixVQUFMLEtBQW9CLEVBQXBCLEdBQXlCLE1BQU1wQixJQUFJLENBQUNvQixVQUFMLEVBQS9CLEdBQW1EcEIsSUFBSSxDQUFDb0IsVUFBTCxFQUEzRDtBQUNBLGlCQUFhVCxDQUFDLEdBQUcsR0FBSixHQUFVRSxDQUFWLEdBQWMsR0FBZCxHQUFvQkosQ0FBakMsRUFBbUMsVUFBbkM7QUFDQSxXQUFPRSxDQUFDLEdBQUcsR0FBSixHQUFVRSxDQUFWLEdBQWMsR0FBZCxHQUFvQkosQ0FBM0I7O0FBRUEsR0E5QlU7QUErQlhZLGVBQWEsRUFBRSx1QkFBU3ZCLElBQVQsRUFBZTtBQUM3QixRQUFJRSxJQUFJLEdBQUcsSUFBSUMsSUFBSixDQUFTSCxJQUFULENBQVg7QUFDQSxRQUFJSSxTQUFTLEdBQUdGLElBQUksQ0FBQ0csT0FBTCxFQUFoQjtBQUNBLFFBQUlDLFdBQVcsR0FBR0osSUFBSSxDQUFDSyxpQkFBTCxLQUEyQixLQUE3QyxDQUg2QixDQUd3QjtBQUNyRCxRQUFJQyxHQUFHLEdBQUdKLFNBQVMsR0FBR0UsV0FBdEIsQ0FKNkIsQ0FJTTtBQUNuQyxRQUFJRyxNQUFNLEdBQUcsQ0FBYixDQUw2QixDQUtiO0FBQ2hCLFFBQUlDLE9BQU8sR0FBR0YsR0FBRyxHQUFJLFVBQVVDLE1BQS9CO0FBQ0FQLFFBQUksR0FBRyxJQUFJQyxJQUFKLENBQVNPLE9BQVQsQ0FBUDtBQUNBLFFBQUlDLENBQUMsR0FBR1QsSUFBSSxDQUFDVSxXQUFMLEVBQVI7QUFDQSxRQUFJQyxDQUFDLEdBQUlYLElBQUksQ0FBQ1ksUUFBTCxLQUFrQixDQUFsQixHQUFzQixFQUF0QixHQUEyQixPQUFPWixJQUFJLENBQUNZLFFBQUwsS0FBa0IsQ0FBekIsQ0FBM0IsR0FBeURaLElBQUksQ0FBQ1ksUUFBTCxLQUFrQixDQUFwRjtBQUNBLFFBQUlDLENBQUMsR0FBR2IsSUFBSSxDQUFDYyxPQUFMLEtBQWlCLEVBQWpCLEdBQXNCLE1BQU1kLElBQUksQ0FBQ2MsT0FBTCxFQUE1QixHQUE2Q2QsSUFBSSxDQUFDYyxPQUFMLEVBQXJEO0FBQ0EsUUFBSUMsQ0FBQyxHQUFHZixJQUFJLENBQUNnQixRQUFMLEtBQWtCLEVBQWxCLEdBQXVCLE1BQU1oQixJQUFJLENBQUNnQixRQUFMLEVBQTdCLEdBQStDaEIsSUFBSSxDQUFDZ0IsUUFBTCxFQUF2RDtBQUNBLFFBQUlDLENBQUMsR0FBR2pCLElBQUksQ0FBQ2tCLFVBQUwsS0FBb0IsRUFBcEIsR0FBeUIsTUFBTWxCLElBQUksQ0FBQ2tCLFVBQUwsRUFBL0IsR0FBbURsQixJQUFJLENBQUNrQixVQUFMLEVBQTNEO0FBQ0EsUUFBSUMsQ0FBQyxHQUFHbkIsSUFBSSxDQUFDb0IsVUFBTCxLQUFvQixFQUFwQixHQUF5QixNQUFNcEIsSUFBSSxDQUFDb0IsVUFBTCxFQUEvQixHQUFtRHBCLElBQUksQ0FBQ29CLFVBQUwsRUFBM0Q7QUFDQSxXQUFPWCxDQUFDLEdBQUdFLENBQUosR0FBUUUsQ0FBZjtBQUNBLEdBOUNVO0FBK0NYUyxvQkFBa0IsRUFBRSw0QkFBU3hCLElBQVQsRUFBZTtBQUNsQyxRQUFJRSxJQUFJLEdBQUcsSUFBSUMsSUFBSixDQUFTSCxJQUFULENBQVg7QUFDQSxRQUFJSSxTQUFTLEdBQUdGLElBQUksQ0FBQ0csT0FBTCxFQUFoQjtBQUNBLFFBQUlDLFdBQVcsR0FBR0osSUFBSSxDQUFDSyxpQkFBTCxLQUEyQixLQUE3QyxDQUhrQyxDQUdrQjtBQUNwRCxRQUFJQyxHQUFHLEdBQUdKLFNBQVMsR0FBR0UsV0FBdEIsQ0FKa0MsQ0FJQztBQUNuQyxRQUFJRyxNQUFNLEdBQUcsQ0FBYixDQUxrQyxDQUtuQjtBQUNmLFFBQUlDLE9BQU8sR0FBR0YsR0FBRyxHQUFJLFVBQVVDLE1BQS9CO0FBQ0FQLFFBQUksR0FBRyxJQUFJQyxJQUFKLENBQVNPLE9BQVQsQ0FBUDtBQUNBLFFBQUlDLENBQUMsR0FBR1QsSUFBSSxDQUFDVSxXQUFMLEVBQVI7QUFDQSxRQUFJQyxDQUFDLEdBQUlYLElBQUksQ0FBQ1ksUUFBTCxLQUFrQixDQUFsQixHQUFzQixFQUF0QixHQUEyQixPQUFPWixJQUFJLENBQUNZLFFBQUwsS0FBa0IsQ0FBekIsQ0FBM0IsR0FBeURaLElBQUksQ0FBQ1ksUUFBTCxLQUFrQixDQUFwRjtBQUNBLFFBQUlDLENBQUMsR0FBR2IsSUFBSSxDQUFDYyxPQUFMLEtBQWlCLEVBQWpCLEdBQXNCLE1BQU1kLElBQUksQ0FBQ2MsT0FBTCxFQUE1QixHQUE2Q2QsSUFBSSxDQUFDYyxPQUFMLEVBQXJEO0FBQ0EsUUFBSUMsQ0FBQyxHQUFHZixJQUFJLENBQUNnQixRQUFMLEtBQWtCLEVBQWxCLEdBQXVCLE1BQU1oQixJQUFJLENBQUNnQixRQUFMLEVBQTdCLEdBQStDaEIsSUFBSSxDQUFDZ0IsUUFBTCxFQUF2RDtBQUNBLFFBQUlDLENBQUMsR0FBR2pCLElBQUksQ0FBQ2tCLFVBQUwsS0FBb0IsRUFBcEIsR0FBeUIsTUFBTWxCLElBQUksQ0FBQ2tCLFVBQUwsRUFBL0IsR0FBbURsQixJQUFJLENBQUNrQixVQUFMLEVBQTNEO0FBQ0EsUUFBSUMsQ0FBQyxHQUFHbkIsSUFBSSxDQUFDb0IsVUFBTCxLQUFvQixFQUFwQixHQUF5QixNQUFNcEIsSUFBSSxDQUFDb0IsVUFBTCxFQUEvQixHQUFtRHBCLElBQUksQ0FBQ29CLFVBQUwsRUFBM0Q7QUFDQTtBQUNBLFdBQVFULENBQUMsR0FBRyxHQUFKLEdBQVVFLENBQVYsR0FBYyxHQUFkLEdBQW9CRSxDQUFwQixHQUF3QixHQUF4QixHQUE4QkUsQ0FBdEM7QUFDQSxHQS9EVTtBQWdFWE0sc0JBQW9CLEVBQUUsOEJBQVN6QixJQUFULEVBQWU7QUFDcEMsaUJBQVlBLElBQVo7QUFDQSxRQUFJRSxJQUFJLEdBQUcsSUFBSUMsSUFBSixDQUFTSCxJQUFULENBQVg7QUFDQSxRQUFJSSxTQUFTLEdBQUdGLElBQUksQ0FBQ0csT0FBTCxFQUFoQjtBQUNBLFFBQUlDLFdBQVcsR0FBR0osSUFBSSxDQUFDSyxpQkFBTCxLQUEyQixLQUE3QyxDQUpvQyxDQUlnQjtBQUNwRCxRQUFJQyxHQUFHLEdBQUdKLFNBQVMsR0FBR0UsV0FBdEIsQ0FMb0MsQ0FLRDtBQUNuQyxRQUFJRyxNQUFNLEdBQUcsQ0FBYixDQU5vQyxDQU1yQjtBQUNmLFFBQUlDLE9BQU8sR0FBR0YsR0FBRyxHQUFJLFVBQVVDLE1BQS9CO0FBQ0FQLFFBQUksR0FBRyxJQUFJQyxJQUFKLENBQVNPLE9BQVQsQ0FBUDtBQUNBLFFBQUlDLENBQUMsR0FBR1QsSUFBSSxDQUFDVSxXQUFMLEVBQVI7QUFDQSxRQUFJQyxDQUFDLEdBQUlYLElBQUksQ0FBQ1ksUUFBTCxLQUFrQixDQUFsQixHQUFzQixFQUF0QixHQUEyQixPQUFPWixJQUFJLENBQUNZLFFBQUwsS0FBa0IsQ0FBekIsQ0FBM0IsR0FBeURaLElBQUksQ0FBQ1ksUUFBTCxLQUFrQixDQUFwRjtBQUNBLFFBQUlDLENBQUMsR0FBR2IsSUFBSSxDQUFDYyxPQUFMLEtBQWlCLEVBQWpCLEdBQXNCLE1BQU1kLElBQUksQ0FBQ2MsT0FBTCxFQUE1QixHQUE2Q2QsSUFBSSxDQUFDYyxPQUFMLEVBQXJEO0FBQ0EsUUFBSUMsQ0FBQyxHQUFHZixJQUFJLENBQUNnQixRQUFMLEtBQWtCLEVBQWxCLEdBQXVCLE1BQU1oQixJQUFJLENBQUNnQixRQUFMLEVBQTdCLEdBQStDaEIsSUFBSSxDQUFDZ0IsUUFBTCxFQUF2RDtBQUNBLFFBQUlDLENBQUMsR0FBR2pCLElBQUksQ0FBQ2tCLFVBQUwsS0FBb0IsRUFBcEIsR0FBeUIsTUFBTWxCLElBQUksQ0FBQ2tCLFVBQUwsRUFBL0IsR0FBbURsQixJQUFJLENBQUNrQixVQUFMLEVBQTNEO0FBQ0EsUUFBSUMsQ0FBQyxHQUFHbkIsSUFBSSxDQUFDb0IsVUFBTCxLQUFvQixFQUFwQixHQUF5QixNQUFNcEIsSUFBSSxDQUFDb0IsVUFBTCxFQUEvQixHQUFtRHBCLElBQUksQ0FBQ29CLFVBQUwsRUFBM0Q7QUFDQSxXQUFPWCxDQUFDLEdBQUcsR0FBSixHQUFVRSxDQUFWLEdBQWMsR0FBZCxHQUFvQkUsQ0FBcEIsR0FBd0IsR0FBeEIsR0FBOEJFLENBQTlCLEdBQWtDLEdBQWxDLEdBQXdDRSxDQUEvQztBQUNBLEdBaEZVO0FBaUZYTyxZQUFVLEVBQUUsb0JBQVMxQixJQUFULEVBQWU7QUFDMUIsUUFBSUUsSUFBSSxHQUFHLElBQUlDLElBQUosQ0FBU0gsSUFBVCxDQUFYO0FBQ0EsUUFBSUksU0FBUyxHQUFHRixJQUFJLENBQUNHLE9BQUwsRUFBaEI7QUFDQSxRQUFJQyxXQUFXLEdBQUdKLElBQUksQ0FBQ0ssaUJBQUwsS0FBMkIsS0FBN0MsQ0FIMEIsQ0FHMkI7QUFDckQsUUFBSUMsR0FBRyxHQUFHSixTQUFTLEdBQUdFLFdBQXRCLENBSjBCLENBSVM7QUFDbkMsUUFBSUcsTUFBTSxHQUFHLENBQWIsQ0FMMEIsQ0FLVjtBQUNoQixRQUFJQyxPQUFPLEdBQUdGLEdBQUcsR0FBSSxVQUFVQyxNQUEvQjtBQUNBUCxRQUFJLEdBQUcsSUFBSUMsSUFBSixDQUFTTyxPQUFULENBQVA7QUFDQSxRQUFJQyxDQUFDLEdBQUdULElBQUksQ0FBQ1UsV0FBTCxFQUFSO0FBQ0EsUUFBSUMsQ0FBQyxHQUFJWCxJQUFJLENBQUNZLFFBQUwsS0FBa0IsQ0FBbEIsR0FBc0IsRUFBdEIsR0FBMkIsT0FBT1osSUFBSSxDQUFDWSxRQUFMLEtBQWtCLENBQXpCLENBQTNCLEdBQXlEWixJQUFJLENBQUNZLFFBQUwsS0FBa0IsQ0FBcEY7QUFDQSxRQUFJQyxDQUFDLEdBQUdiLElBQUksQ0FBQ2MsT0FBTCxLQUFpQixFQUFqQixHQUFzQixNQUFNZCxJQUFJLENBQUNjLE9BQUwsRUFBNUIsR0FBNkNkLElBQUksQ0FBQ2MsT0FBTCxFQUFyRDtBQUNBLFFBQUlDLENBQUMsR0FBR2YsSUFBSSxDQUFDZ0IsUUFBTCxLQUFrQixFQUFsQixHQUF1QixNQUFNaEIsSUFBSSxDQUFDZ0IsUUFBTCxFQUE3QixHQUErQ2hCLElBQUksQ0FBQ2dCLFFBQUwsRUFBdkQ7QUFDQSxRQUFJQyxDQUFDLEdBQUdqQixJQUFJLENBQUNrQixVQUFMLEtBQW9CLEVBQXBCLEdBQXlCLE1BQU1sQixJQUFJLENBQUNrQixVQUFMLEVBQS9CLEdBQW1EbEIsSUFBSSxDQUFDa0IsVUFBTCxFQUEzRDtBQUNBLFFBQUlDLENBQUMsR0FBR25CLElBQUksQ0FBQ29CLFVBQUwsS0FBb0IsRUFBcEIsR0FBeUIsTUFBTXBCLElBQUksQ0FBQ29CLFVBQUwsRUFBL0IsR0FBbURwQixJQUFJLENBQUNvQixVQUFMLEVBQTNEO0FBQ0EsV0FBT0wsQ0FBQyxHQUFHLEdBQUosR0FBVUUsQ0FBakI7QUFDQSxHQWhHVTtBQWlHWDtBQUNBUSxnQkFBYyxFQUFFLDBCQUFXO0FBQzFCO0FBQ0EsUUFBSUMsQ0FBQyxHQUFHLElBQUl6QixJQUFKLEVBQVI7QUFDQSxRQUFJMEIsV0FBVyxHQUFHLElBQUkxQixJQUFKLEVBQWxCO0FBQ0EsUUFBSTJCLFFBQVEsR0FBR0QsV0FBVyxDQUFDWCxRQUFaLEVBQWY7QUFDQTtBQUNBLFFBQUlhLFNBQVMsR0FBRyxDQUFDSCxDQUFDLENBQUNyQixpQkFBRixFQUFELEdBQXlCLEVBQXpDO0FBQ0EsUUFBSXdCLFNBQVMsR0FBRyxDQUFoQixFQUFtQjtBQUNsQkEsZUFBUyxHQUFHQyxJQUFJLENBQUNDLEdBQUwsQ0FBU0YsU0FBVCxJQUFzQixDQUFsQztBQUNBRixpQkFBVyxDQUFDSyxRQUFaLENBQXFCSixRQUFRLEdBQUdDLFNBQWhDO0FBQ0EsS0FIRCxNQUdPO0FBQ05BLGVBQVMsSUFBSSxDQUFiO0FBQ0FGLGlCQUFXLENBQUNLLFFBQVosQ0FBcUJKLFFBQVEsR0FBR0MsU0FBaEM7QUFDQTtBQUNELFdBQU9GLFdBQVA7QUFDQSxHQWpIVSxFQUFaLEM7OztBQW9IZXRDLEsiLCJmaWxlIjoiMjkuanMiLCJzb3VyY2VzQ29udGVudCI6WyJ2YXIgdXRpbHMgPSB7XHJcblx0Y2hlY2tFbWFpbDogZnVuY3Rpb24oZW1haWwpIHtcclxuXHRcdHJldHVybiBSZWdFeHAoXHJcblx0XHRcdFx0L14oW2EtekEtWjAtOV0rW198XFxffFxcLl0/KSpbYS16QS1aMC05XStAKFthLXpBLVowLTldK1tffFxcX3xcXC5dPykqW2EtekEtWjAtOV0rXFwuW2EtekEtWl17MiwzfSQvKVxyXG5cdFx0XHQudGVzdChlbWFpbCk7XHJcblx0fSxcclxuXHRjaGVja01vYmlsZTogZnVuY3Rpb24obW9iaWxlKSB7XHJcblx0XHRyZXR1cm4gUmVnRXhwKC9eMVszNDU3OF1cXGR7OX0kLykudGVzdChtb2JpbGUpO1xyXG5cdH0sXHJcblx0Y2FjdWxhdGVUaW1lOiBmdW5jdGlvbih0aW1lWm9tZSwgdGltZSkge1xyXG5cdFx0cmV0dXJuIHRpbWUgKyAodGltZVpvbWUgKiAxMDAwICogNjAgKiA2MCk7XHJcblx0fSxcclxuXHRmb3JtYXR5eW1tZGQ6IGZ1bmN0aW9uKHRpbWUpIHtcclxuXHRcdHZhciBkYXRlID0gbmV3IERhdGUodGltZSlcclxuXHRcdGNvbnNvbGUubG9nKGRhdGUsNTU1NTY1NSlcclxuXHRcdHZhciBsb2NhbFRpbWUgPSBkYXRlLmdldFRpbWUoKTtcclxuXHRcdHZhciBsb2NhbE9mZnNldCA9IGRhdGUuZ2V0VGltZXpvbmVPZmZzZXQoKSAqIDYwMDAwIC8v6I635b6X5b2T5Zyw5pe26Ze05YGP56e755qE5q+r56eS5pWwXHJcblx0XHR2YXIgdXRjID0gbG9jYWxUaW1lICsgbG9jYWxPZmZzZXQgLy91dGPljbNHTVTml7bpl7RcclxuXHRcdHZhciBvZmZzZXQgPSA4OyAvL+S4nDjljLpcclxuXHRcdHZhciBiZWlqaW5nID0gdXRjICsgKDM2MDAwMDAgKiBvZmZzZXQpO1xyXG5cdFx0ZGF0ZSA9IG5ldyBEYXRlKGJlaWppbmcpO1xyXG5cdFx0dmFyIFkgPSBkYXRlLmdldEZ1bGxZZWFyKClcclxuXHRcdHZhciBNID0gKGRhdGUuZ2V0TW9udGgoKSArIDEgPCAxMCA/ICcwJyArIChkYXRlLmdldE1vbnRoKCkgKyAxKSA6IGRhdGUuZ2V0TW9udGgoKSArIDEpXHJcblx0XHR2YXIgRCA9IGRhdGUuZ2V0RGF0ZSgpIDwgMTAgPyAnMCcgKyBkYXRlLmdldERhdGUoKSA6IGRhdGUuZ2V0RGF0ZSgpXHJcblx0XHR2YXIgaCA9IGRhdGUuZ2V0SG91cnMoKSA8IDEwID8gJzAnICsgZGF0ZS5nZXRIb3VycygpIDogZGF0ZS5nZXRIb3VycygpXHJcblx0XHR2YXIgbSA9IGRhdGUuZ2V0TWludXRlcygpIDwgMTAgPyAnMCcgKyBkYXRlLmdldE1pbnV0ZXMoKSA6IGRhdGUuZ2V0TWludXRlcygpXHJcblx0XHR2YXIgcyA9IGRhdGUuZ2V0U2Vjb25kcygpIDwgMTAgPyAnMCcgKyBkYXRlLmdldFNlY29uZHMoKSA6IGRhdGUuZ2V0U2Vjb25kcygpXHJcblx0XHRjb25zb2xlLmxvZyggTSArICcvJyArIEQgKyAnLycgKyBZLDU0NTQ1NDU0NTQpO1xyXG5cdFx0cmV0dXJuIE0gKyAnLycgKyBEICsgJy8nICsgWTtcclxuXHRcdFxyXG5cdH0sXHJcblx0Zm9ybWF0eXltbWRkMjogZnVuY3Rpb24odGltZSkge1xyXG5cdFx0dmFyIGRhdGUgPSBuZXcgRGF0ZSh0aW1lKVxyXG5cdFx0dmFyIGxvY2FsVGltZSA9IGRhdGUuZ2V0VGltZSgpO1xyXG5cdFx0dmFyIGxvY2FsT2Zmc2V0ID0gZGF0ZS5nZXRUaW1lem9uZU9mZnNldCgpICogNjAwMDAgOyAvL+iOt+W+l+W9k+WcsOaXtumXtOWBj+enu+eahOavq+enkuaVsFxyXG5cdFx0dmFyIHV0YyA9IGxvY2FsVGltZSArIGxvY2FsT2Zmc2V0OyAvL3V0Y+WNs0dNVOaXtumXtFxyXG5cdFx0dmFyIG9mZnNldCA9IDg7IC8v5LicOOWMulxyXG5cdFx0dmFyIGJlaWppbmcgPSB1dGMgKyAoMzYwMDAwMCAqIG9mZnNldCk7XHJcblx0XHRkYXRlID0gbmV3IERhdGUoYmVpamluZyk7XHJcblx0XHR2YXIgWSA9IGRhdGUuZ2V0RnVsbFllYXIoKVxyXG5cdFx0dmFyIE0gPSAoZGF0ZS5nZXRNb250aCgpICsgMSA8IDEwID8gJzAnICsgKGRhdGUuZ2V0TW9udGgoKSArIDEpIDogZGF0ZS5nZXRNb250aCgpICsgMSlcclxuXHRcdHZhciBEID0gZGF0ZS5nZXREYXRlKCkgPCAxMCA/ICcwJyArIGRhdGUuZ2V0RGF0ZSgpIDogZGF0ZS5nZXREYXRlKClcclxuXHRcdHZhciBoID0gZGF0ZS5nZXRIb3VycygpIDwgMTAgPyAnMCcgKyBkYXRlLmdldEhvdXJzKCkgOiBkYXRlLmdldEhvdXJzKClcclxuXHRcdHZhciBtID0gZGF0ZS5nZXRNaW51dGVzKCkgPCAxMCA/ICcwJyArIGRhdGUuZ2V0TWludXRlcygpIDogZGF0ZS5nZXRNaW51dGVzKClcclxuXHRcdHZhciBzID0gZGF0ZS5nZXRTZWNvbmRzKCkgPCAxMCA/ICcwJyArIGRhdGUuZ2V0U2Vjb25kcygpIDogZGF0ZS5nZXRTZWNvbmRzKClcclxuXHRcdHJldHVybiBZICsgTSArIEQ7XHJcblx0fSxcclxuXHRmb3JtYXR5eW1tZGRoaG1tc3M6IGZ1bmN0aW9uKHRpbWUpIHtcclxuXHRcdHZhciBkYXRlID0gbmV3IERhdGUodGltZSlcclxuXHRcdHZhciBsb2NhbFRpbWUgPSBkYXRlLmdldFRpbWUoKVxyXG5cdFx0dmFyIGxvY2FsT2Zmc2V0ID0gZGF0ZS5nZXRUaW1lem9uZU9mZnNldCgpICogNjAwMDAgIC8v6I635b6X5b2T5Zyw5pe26Ze05YGP56e755qE5q+r56eS5pWwXHJcblx0XHR2YXIgdXRjID0gbG9jYWxUaW1lICsgbG9jYWxPZmZzZXQ7IC8vdXRj5Y2zR01U5pe26Ze0XHJcblx0XHR2YXIgb2Zmc2V0ID0gOCAvL+S4nDjljLpcclxuXHRcdHZhciBiZWlqaW5nID0gdXRjICsgKDM2MDAwMDAgKiBvZmZzZXQpO1xyXG5cdFx0ZGF0ZSA9IG5ldyBEYXRlKGJlaWppbmcpXHJcblx0XHR2YXIgWSA9IGRhdGUuZ2V0RnVsbFllYXIoKVxyXG5cdFx0dmFyIE0gPSAoZGF0ZS5nZXRNb250aCgpICsgMSA8IDEwID8gJzAnICsgKGRhdGUuZ2V0TW9udGgoKSArIDEpIDogZGF0ZS5nZXRNb250aCgpICsgMSlcclxuXHRcdHZhciBEID0gZGF0ZS5nZXREYXRlKCkgPCAxMCA/ICcwJyArIGRhdGUuZ2V0RGF0ZSgpIDogZGF0ZS5nZXREYXRlKClcclxuXHRcdHZhciBoID0gZGF0ZS5nZXRIb3VycygpIDwgMTAgPyAnMCcgKyBkYXRlLmdldEhvdXJzKCkgOiBkYXRlLmdldEhvdXJzKClcclxuXHRcdHZhciBtID0gZGF0ZS5nZXRNaW51dGVzKCkgPCAxMCA/ICcwJyArIGRhdGUuZ2V0TWludXRlcygpIDogZGF0ZS5nZXRNaW51dGVzKClcclxuXHRcdHZhciBzID0gZGF0ZS5nZXRTZWNvbmRzKCkgPCAxMCA/ICcwJyArIGRhdGUuZ2V0U2Vjb25kcygpIDogZGF0ZS5nZXRTZWNvbmRzKClcclxuXHRcdC8vIHJldHVybiBZICsgJy0nICsgTSArICctJyArIEQgKyAnICcgKyBoICsgJzonICsgbSArICc6JyArIHM7XHJcblx0XHRyZXR1cm4gIE0gKyAnLScgKyBEICsgJyAnICsgaCArICc6JyArIG0gO1xyXG5cdH0sXHJcblx0Zm9ybWF0eXltbWRkaGhtbXNzMzM6IGZ1bmN0aW9uKHRpbWUpIHtcclxuXHRcdGNvbnNvbGUubG9nKHRpbWUpXHJcblx0XHR2YXIgZGF0ZSA9IG5ldyBEYXRlKHRpbWUpXHJcblx0XHR2YXIgbG9jYWxUaW1lID0gZGF0ZS5nZXRUaW1lKClcclxuXHRcdHZhciBsb2NhbE9mZnNldCA9IGRhdGUuZ2V0VGltZXpvbmVPZmZzZXQoKSAqIDYwMDAwICAvL+iOt+W+l+W9k+WcsOaXtumXtOWBj+enu+eahOavq+enkuaVsFxyXG5cdFx0dmFyIHV0YyA9IGxvY2FsVGltZSArIGxvY2FsT2Zmc2V0OyAvL3V0Y+WNs0dNVOaXtumXtFxyXG5cdFx0dmFyIG9mZnNldCA9IDggLy/kuJw45Yy6XHJcblx0XHR2YXIgYmVpamluZyA9IHV0YyArICgzNjAwMDAwICogb2Zmc2V0KTtcclxuXHRcdGRhdGUgPSBuZXcgRGF0ZShiZWlqaW5nKVxyXG5cdFx0dmFyIFkgPSBkYXRlLmdldEZ1bGxZZWFyKClcclxuXHRcdHZhciBNID0gKGRhdGUuZ2V0TW9udGgoKSArIDEgPCAxMCA/ICcwJyArIChkYXRlLmdldE1vbnRoKCkgKyAxKSA6IGRhdGUuZ2V0TW9udGgoKSArIDEpXHJcblx0XHR2YXIgRCA9IGRhdGUuZ2V0RGF0ZSgpIDwgMTAgPyAnMCcgKyBkYXRlLmdldERhdGUoKSA6IGRhdGUuZ2V0RGF0ZSgpXHJcblx0XHR2YXIgaCA9IGRhdGUuZ2V0SG91cnMoKSA8IDEwID8gJzAnICsgZGF0ZS5nZXRIb3VycygpIDogZGF0ZS5nZXRIb3VycygpXHJcblx0XHR2YXIgbSA9IGRhdGUuZ2V0TWludXRlcygpIDwgMTAgPyAnMCcgKyBkYXRlLmdldE1pbnV0ZXMoKSA6IGRhdGUuZ2V0TWludXRlcygpXHJcblx0XHR2YXIgcyA9IGRhdGUuZ2V0U2Vjb25kcygpIDwgMTAgPyAnMCcgKyBkYXRlLmdldFNlY29uZHMoKSA6IGRhdGUuZ2V0U2Vjb25kcygpXHJcblx0XHRyZXR1cm4gWSArICctJyArIE0gKyAnLScgKyBEICsgJyAnICsgaCArICc6JyArIG07XHJcblx0fSxcclxuXHRmb3JtYXRoaG1tOiBmdW5jdGlvbih0aW1lKSB7XHJcblx0XHR2YXIgZGF0ZSA9IG5ldyBEYXRlKHRpbWUpXHJcblx0XHR2YXIgbG9jYWxUaW1lID0gZGF0ZS5nZXRUaW1lKCk7XHJcblx0XHR2YXIgbG9jYWxPZmZzZXQgPSBkYXRlLmdldFRpbWV6b25lT2Zmc2V0KCkgKiA2MDAwMCA7IC8v6I635b6X5b2T5Zyw5pe26Ze05YGP56e755qE5q+r56eS5pWwXHJcblx0XHR2YXIgdXRjID0gbG9jYWxUaW1lICsgbG9jYWxPZmZzZXQ7IC8vdXRj5Y2zR01U5pe26Ze0XHJcblx0XHR2YXIgb2Zmc2V0ID0gODsgLy/kuJw45Yy6XHJcblx0XHR2YXIgYmVpamluZyA9IHV0YyArICgzNjAwMDAwICogb2Zmc2V0KTtcclxuXHRcdGRhdGUgPSBuZXcgRGF0ZShiZWlqaW5nKTtcclxuXHRcdHZhciBZID0gZGF0ZS5nZXRGdWxsWWVhcigpXHJcblx0XHR2YXIgTSA9IChkYXRlLmdldE1vbnRoKCkgKyAxIDwgMTAgPyAnMCcgKyAoZGF0ZS5nZXRNb250aCgpICsgMSkgOiBkYXRlLmdldE1vbnRoKCkgKyAxKVxyXG5cdFx0dmFyIEQgPSBkYXRlLmdldERhdGUoKSA8IDEwID8gJzAnICsgZGF0ZS5nZXREYXRlKCkgOiBkYXRlLmdldERhdGUoKVxyXG5cdFx0dmFyIGggPSBkYXRlLmdldEhvdXJzKCkgPCAxMCA/ICcwJyArIGRhdGUuZ2V0SG91cnMoKSA6IGRhdGUuZ2V0SG91cnMoKVxyXG5cdFx0dmFyIG0gPSBkYXRlLmdldE1pbnV0ZXMoKSA8IDEwID8gJzAnICsgZGF0ZS5nZXRNaW51dGVzKCkgOiBkYXRlLmdldE1pbnV0ZXMoKVxyXG5cdFx0dmFyIHMgPSBkYXRlLmdldFNlY29uZHMoKSA8IDEwID8gJzAnICsgZGF0ZS5nZXRTZWNvbmRzKCkgOiBkYXRlLmdldFNlY29uZHMoKVxyXG5cdFx0cmV0dXJuIGggKyAnOicgKyBtO1xyXG5cdH0sXHJcblx0Ly/lrqLmiLfnq6/ml7bpl7TovazmjaLkuLrljJfkuqzml7bpl7RcclxuXHRnZXRCZWlqaW5ndGltZTogZnVuY3Rpb24oKSB7XHJcblx0XHQvL+iOt+W+l+W9k+WJjei/kOihjOeOr+Wig+aXtumXtFxyXG5cdFx0bGV0IGQgPSBuZXcgRGF0ZSgpO1xyXG5cdFx0bGV0IGN1cnJlbnREYXRlID0gbmV3IERhdGUoKTtcclxuXHRcdGxldCB0bXBIb3VycyA9IGN1cnJlbnREYXRlLmdldEhvdXJzKCk7XHJcblx0XHQvL+eul+W+l+aXtuWMulxyXG5cdFx0bGV0IHRpbWVfem9uZSA9IC1kLmdldFRpbWV6b25lT2Zmc2V0KCkgLyA2MDtcclxuXHRcdGlmICh0aW1lX3pvbmUgPCAwKSB7XHJcblx0XHRcdHRpbWVfem9uZSA9IE1hdGguYWJzKHRpbWVfem9uZSkgKyA4O1xyXG5cdFx0XHRjdXJyZW50RGF0ZS5zZXRIb3Vycyh0bXBIb3VycyArIHRpbWVfem9uZSk7XHJcblx0XHR9IGVsc2Uge1xyXG5cdFx0XHR0aW1lX3pvbmUgLT0gODtcclxuXHRcdFx0Y3VycmVudERhdGUuc2V0SG91cnModG1wSG91cnMgLSB0aW1lX3pvbmUpO1xyXG5cdFx0fVxyXG5cdFx0cmV0dXJuIGN1cnJlbnREYXRlO1xyXG5cdH0sXHJcbn1cclxuXHJcbmV4cG9ydCBkZWZhdWx0IHV0aWxzXHJcbiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///29\n");
/***/ }),
-/* 35 */
-/*!****************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/js-md5/src/md5.js ***!
- \****************************************************************************/
+/* 30 */
+/*!******************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/js-md5/src/md5.js ***!
+ \******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -1347,7 +1195,7 @@ eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports
root = self;
}
var COMMON_JS = !root.JS_MD5_NO_COMMON_JS && typeof module === 'object' && module.exports;
- var AMD = true && __webpack_require__(/*! !webpack amd options */ 38);
+ var AMD = true && __webpack_require__(/*! !webpack amd options */ 33);
var ARRAY_BUFFER = !root.JS_MD5_NO_ARRAY_BUFFER && typeof ArrayBuffer !== 'undefined';
var HEX_CHARS = '0123456789abcdef'.split('');
var EXTRA = [128, 32768, 8388608, -2147483648];
@@ -2005,10 +1853,10 @@ eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports
}
}
})();
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../HBuilderX/plugins/uniapp-cli/node_modules/node-libs-browser/mock/process.js */ 36)))
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/node-libs-browser/mock/process.js */ 31)))
/***/ }),
-/* 36 */
+/* 31 */
/*!********************************************************!*\
!*** ./node_modules/node-libs-browser/mock/process.js ***!
\********************************************************/
@@ -2039,7 +1887,7 @@ exports.binding = function (name) {
var path;
exports.cwd = function () { return cwd };
exports.chdir = function (dir) {
- if (!path) path = __webpack_require__(/*! path */ 37);
+ if (!path) path = __webpack_require__(/*! path */ 32);
cwd = path.resolve(dir, cwd);
};
})();
@@ -2052,7 +1900,7 @@ exports.features = {};
/***/ }),
-/* 37 */
+/* 32 */
/*!***********************************************!*\
!*** ./node_modules/path-browserify/index.js ***!
\***********************************************/
@@ -2362,10 +2210,10 @@ var substr = 'ab'.substr(-1) === 'b'
}
;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../node-libs-browser/mock/process.js */ 36)))
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../node-libs-browser/mock/process.js */ 31)))
/***/ }),
-/* 38 */
+/* 33 */
/*!****************************************!*\
!*** (webpack)/buildin/amd-options.js ***!
\****************************************/
@@ -2378,18 +2226,18 @@ module.exports = __webpack_amd_options__;
/* WEBPACK VAR INJECTION */}.call(this, {}))
/***/ }),
-/* 39 */
-/*!************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/store/index.js ***!
- \************************************************************/
+/* 34 */
+/*!**************************************!*\
+ !*** D:/fone/bitcooo/store/index.js ***!
+ \**************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;var _vue = _interopRequireDefault(__webpack_require__(/*! vue */ 40));\nvar _vuex = _interopRequireDefault(__webpack_require__(/*! vuex */ 41));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}\n_vue.default.use(_vuex.default);\n\nvar store = new _vuex.default.Store({\n state: {\n // \n btci: 1,\n ethi: 1,\n troni: 1,\n // 临时存放的\n noBackupWalletInfo: uni.getStorageSync(\"noBackupWalletInfo\") || {\n walletPassword: '',\n wallet: {} },\n\n // 正式的值\n walletInfo: uni.getStorageSync(\"walletInfo\") || {\n walletPassword: '',\n walletList: [] },\n\n\n // 查询是否激活\n isActivation: uni.getStorageSync(\"isActivation\") || false,\n\n // 下载地址\n installAddress: uni.getStorageSync('installAddress') || 'baidu.com',\n\n // 更新提示内容\n updateTipContent: uni.getStorageSync('updateTipContent') || '版本更新',\n\n // 中英化\n language: uni.getStorageSync(\"language\") || 'en',\n\n // 是否需要更新\n isUpdate: false\n // 所有的余额\n // balance: uni.getStorageSync(\"balance\") || {\n // \tbmsBalance: 0,\n // \tbmdtBalance: 0,\n // \tercBalance: 0,\n // \tethBalance: 0,\n // \tethUsdt: 0, //汇率\n // \ttrcBalance: 0,\n // \ttrxBalance: 0,\n // \ttrxUsdt: 0, //汇率\n // },\n // // BMS交易记录\n // bmsTransactionList: [\n // ],\n // // BMDT交易记录\n // bmdtTransactionList: [\n // ],\n // // 公募记录\n // publicOfferingRecords: [],\n },\n mutations: {\n addBtci: function addBtci(state, num) {\n var a = uni.getStorageSync('btci');\n __f__(\"log\", a, 2224, \" at store/index.js:59\");\n if (a == '') {\n uni.setStorageSync('btci', state.btci);\n __f__(\"log\", state.btci, 2224, \" at store/index.js:62\");\n } else {\n state.btci = uni.getStorageSync('btci');\n state.btci = state.btci + num;\n uni.setStorageSync('btci', state.btci);\n __f__(\"log\", state.btci, 4444, \" at store/index.js:67\");\n }\n\n },\n addEthi: function addEthi(state, num) {\n var a = uni.getStorageSync('ethi');\n if (a == '') {\n uni.setStorageSync('ethi', state.ethi);\n __f__(\"log\", state.ethi, 2224, \" at store/index.js:75\");\n } else {\n state.ethi = uni.getStorageSync('ethi');\n state.ethi = state.ethi + num;\n uni.setStorageSync('ethi', state.ethi);\n __f__(\"log\", state.ethi, 4444, \" at store/index.js:80\");\n }\n\n },\n\n addTroni: function addTroni(state, num) {\n var a = uni.getStorageSync('troni');\n if (a == '') {\n uni.setStorageSync('troni', state.troni);\n } else {\n state.troni = uni.getStorageSync('troni');\n state.troni = state.troni + num;\n uni.setStorageSync('troni', state.troni);\n }\n\n },\n\n // 设置选中的钱包\n setSelectWallet: function setSelectWallet(state, selected) {\n var obj = state;\n obj.selected = selected;\n },\n // 设置是否已激活\n setIsActivation: function setIsActivation(state, isActivation) {\n var obj = state;\n obj.isActivation = isActivation;\n },\n // 设置下载地址\n setInstallAddress: function setInstallAddress(state, installAddress) {\n var obj = state;\n obj.installAddress = installAddress;\n },\n // 设置版本更新内容\n setUpdateTipContent: function setUpdateTipContent(state, updateTipContent) {\n var obj = state;\n obj.updateTipContent = updateTipContent;\n },\n // 设置中英文\n setLanguage: function setLanguage(state, language) {\n var obj = state;\n obj.language = language;\n },\n // 设置是否需要更新\n setIsUpdate: function setIsUpdate(state, isUpdate) {\n var obj = state;\n obj.isUpdate = isUpdate;\n } } });var _default =\n\n\n\nstore;exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 33)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vc3RvcmUvaW5kZXguanMiXSwibmFtZXMiOlsiVnVlIiwidXNlIiwiVnVleCIsInN0b3JlIiwiU3RvcmUiLCJzdGF0ZSIsImJ0Y2kiLCJldGhpIiwidHJvbmkiLCJub0JhY2t1cFdhbGxldEluZm8iLCJ1bmkiLCJnZXRTdG9yYWdlU3luYyIsIndhbGxldFBhc3N3b3JkIiwid2FsbGV0Iiwid2FsbGV0SW5mbyIsIndhbGxldExpc3QiLCJpc0FjdGl2YXRpb24iLCJpbnN0YWxsQWRkcmVzcyIsInVwZGF0ZVRpcENvbnRlbnQiLCJsYW5ndWFnZSIsImlzVXBkYXRlIiwibXV0YXRpb25zIiwiYWRkQnRjaSIsIm51bSIsImEiLCJzZXRTdG9yYWdlU3luYyIsImFkZEV0aGkiLCJhZGRUcm9uaSIsInNldFNlbGVjdFdhbGxldCIsInNlbGVjdGVkIiwib2JqIiwic2V0SXNBY3RpdmF0aW9uIiwic2V0SW5zdGFsbEFkZHJlc3MiLCJzZXRVcGRhdGVUaXBDb250ZW50Iiwic2V0TGFuZ3VhZ2UiLCJzZXRJc1VwZGF0ZSJdLCJtYXBwaW5ncyI6Im9JQUFBO0FBQ0Esd0U7QUFDQUEsYUFBSUMsR0FBSixDQUFRQyxhQUFSOztBQUVBLElBQU1DLEtBQUssR0FBRyxJQUFJRCxjQUFLRSxLQUFULENBQWU7QUFDM0JDLE9BQUssRUFBRTtBQUNOO0FBQ0FDLFFBQUksRUFBQyxDQUZDO0FBR05DLFFBQUksRUFBQyxDQUhDO0FBSU5DLFNBQUssRUFBQyxDQUpBO0FBS1I7QUFDQUMsc0JBQWtCLEVBQUVDLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixvQkFBbkIsS0FBNEM7QUFDL0RDLG9CQUFjLEVBQUUsRUFEK0M7QUFFL0RDLFlBQU0sRUFBQyxFQUZ3RCxFQU54RDs7QUFVUjtBQUNBQyxjQUFVLEVBQUVKLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixZQUFuQixLQUFvQztBQUMvQ0Msb0JBQWMsRUFBRSxFQUQrQjtBQUUvQ0csZ0JBQVUsRUFBQyxFQUZvQyxFQVh4Qzs7O0FBZ0JSO0FBQ0FDLGdCQUFZLEVBQUVOLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixjQUFuQixLQUFzQyxLQWpCNUM7O0FBbUJSO0FBQ0FNLGtCQUFjLEVBQUVQLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixnQkFBbkIsS0FBd0MsV0FwQmhEOztBQXNCUjtBQUNBTyxvQkFBZ0IsRUFBRVIsR0FBRyxDQUFDQyxjQUFKLENBQW1CLGtCQUFuQixLQUEwQyxNQXZCcEQ7O0FBeUJSO0FBQ0FRLFlBQVEsRUFBRVQsR0FBRyxDQUFDQyxjQUFKLENBQW1CLFVBQW5CLEtBQWtDLElBMUJwQzs7QUE0QlI7QUFDQVMsWUFBUSxFQUFFO0FBQ1Y7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFoRFEsR0FEb0I7QUFtRDNCQyxXQUFTLEVBQUU7QUFDVkMsV0FEVSxtQkFDRmpCLEtBREUsRUFDSWtCLEdBREosRUFDUTtBQUNqQixVQUFJQyxDQUFDLEdBQUNkLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixNQUFuQixDQUFOO0FBQ0EsbUJBQVlhLENBQVosRUFBYyxJQUFkO0FBQ0EsVUFBR0EsQ0FBQyxJQUFFLEVBQU4sRUFBUztBQUNSZCxXQUFHLENBQUNlLGNBQUosQ0FBbUIsTUFBbkIsRUFBMEJwQixLQUFLLENBQUNDLElBQWhDO0FBQ0EscUJBQVlELEtBQUssQ0FBQ0MsSUFBbEIsRUFBdUIsSUFBdkI7QUFDQSxPQUhELE1BR0s7QUFDSkQsYUFBSyxDQUFDQyxJQUFOLEdBQVdJLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixNQUFuQixDQUFYO0FBQ0NOLGFBQUssQ0FBQ0MsSUFBTixHQUFZRCxLQUFLLENBQUNDLElBQU4sR0FBV2lCLEdBQXZCO0FBQ0FiLFdBQUcsQ0FBQ2UsY0FBSixDQUFtQixNQUFuQixFQUEwQnBCLEtBQUssQ0FBQ0MsSUFBaEM7QUFDQSxxQkFBWUQsS0FBSyxDQUFDQyxJQUFsQixFQUF1QixJQUF2QjtBQUNEOztBQUVELEtBZFM7QUFlVm9CLFdBZlUsbUJBZUZyQixLQWZFLEVBZUlrQixHQWZKLEVBZVE7QUFDZCxVQUFJQyxDQUFDLEdBQUNkLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixNQUFuQixDQUFOO0FBQ0EsVUFBR2EsQ0FBQyxJQUFFLEVBQU4sRUFBUztBQUNSZCxXQUFHLENBQUNlLGNBQUosQ0FBbUIsTUFBbkIsRUFBMEJwQixLQUFLLENBQUNFLElBQWhDO0FBQ0EscUJBQVlGLEtBQUssQ0FBQ0UsSUFBbEIsRUFBdUIsSUFBdkI7QUFDQSxPQUhELE1BR0s7QUFDSkYsYUFBSyxDQUFDRSxJQUFOLEdBQVdHLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixNQUFuQixDQUFYO0FBQ0NOLGFBQUssQ0FBQ0UsSUFBTixHQUFZRixLQUFLLENBQUNFLElBQU4sR0FBV2dCLEdBQXZCO0FBQ0FiLFdBQUcsQ0FBQ2UsY0FBSixDQUFtQixNQUFuQixFQUEwQnBCLEtBQUssQ0FBQ0UsSUFBaEM7QUFDQSxxQkFBWUYsS0FBSyxDQUFDRSxJQUFsQixFQUF1QixJQUF2QjtBQUNEOztBQUVKLEtBM0JTOztBQTZCUG9CLFlBN0JPLG9CQTZCRXRCLEtBN0JGLEVBNkJRa0IsR0E3QlIsRUE2Qlk7QUFDakIsVUFBSUMsQ0FBQyxHQUFDZCxHQUFHLENBQUNDLGNBQUosQ0FBbUIsT0FBbkIsQ0FBTjtBQUNBLFVBQUdhLENBQUMsSUFBRSxFQUFOLEVBQVM7QUFDSmQsV0FBRyxDQUFDZSxjQUFKLENBQW1CLE9BQW5CLEVBQTJCcEIsS0FBSyxDQUFDRyxLQUFqQztBQUNKLE9BRkQsTUFFSztBQUNGSCxhQUFLLENBQUNHLEtBQU4sR0FBWUUsR0FBRyxDQUFDQyxjQUFKLENBQW1CLE9BQW5CLENBQVo7QUFDQ04sYUFBSyxDQUFDRyxLQUFOLEdBQWFILEtBQUssQ0FBQ0csS0FBTixHQUFZZSxHQUF6QjtBQUNBYixXQUFHLENBQUNlLGNBQUosQ0FBbUIsT0FBbkIsRUFBMkJwQixLQUFLLENBQUNHLEtBQWpDO0FBQ0Q7O0FBRUosS0F2Q007O0FBeUNYO0FBQ0VvQixtQkFBZSxFQUFFLHlCQUFDdkIsS0FBRCxFQUFRd0IsUUFBUixFQUFxQjtBQUNwQyxVQUFNQyxHQUFHLEdBQUd6QixLQUFaO0FBQ0F5QixTQUFHLENBQUNELFFBQUosR0FBZUEsUUFBZjtBQUNELEtBN0NRO0FBOENaO0FBQ0FFLG1CQUFlLEVBQUUseUJBQUMxQixLQUFELEVBQVFXLFlBQVIsRUFBeUI7QUFDekMsVUFBTWMsR0FBRyxHQUFHekIsS0FBWjtBQUNBeUIsU0FBRyxDQUFDZCxZQUFKLEdBQW1CQSxZQUFuQjtBQUNBLEtBbERXO0FBbURaO0FBQ0FnQixxQkFBaUIsRUFBRSwyQkFBQzNCLEtBQUQsRUFBUVksY0FBUixFQUEyQjtBQUM3QyxVQUFNYSxHQUFHLEdBQUd6QixLQUFaO0FBQ0F5QixTQUFHLENBQUNiLGNBQUosR0FBcUJBLGNBQXJCO0FBQ0EsS0F2RFc7QUF3RFo7QUFDQWdCLHVCQUFtQixFQUFFLDZCQUFDNUIsS0FBRCxFQUFRYSxnQkFBUixFQUE2QjtBQUNqRCxVQUFNWSxHQUFHLEdBQUd6QixLQUFaO0FBQ0F5QixTQUFHLENBQUNaLGdCQUFKLEdBQXVCQSxnQkFBdkI7QUFDQSxLQTVEVztBQTZEWjtBQUNBZ0IsZUFBVyxFQUFFLHFCQUFDN0IsS0FBRCxFQUFRYyxRQUFSLEVBQXFCO0FBQ2pDLFVBQU1XLEdBQUcsR0FBR3pCLEtBQVo7QUFDQXlCLFNBQUcsQ0FBQ1gsUUFBSixHQUFlQSxRQUFmO0FBQ0EsS0FqRVc7QUFrRVo7QUFDQWdCLGVBQVcsRUFBRSxxQkFBQzlCLEtBQUQsRUFBUWUsUUFBUixFQUFxQjtBQUNqQyxVQUFNVSxHQUFHLEdBQUd6QixLQUFaO0FBQ0F5QixTQUFHLENBQUNWLFFBQUosR0FBZUEsUUFBZjtBQUNBLEtBdEVXLEVBbkRnQixFQUFmLENBQWQsQzs7OztBQTZIZWpCLEsiLCJmaWxlIjoiMzkuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgVnVlIGZyb20gJ3Z1ZSdcclxuaW1wb3J0IFZ1ZXggZnJvbSAndnVleCdcclxuVnVlLnVzZShWdWV4KVxyXG5cclxuY29uc3Qgc3RvcmUgPSBuZXcgVnVleC5TdG9yZSh7XHJcbiAgc3RhdGU6IHtcclxuXHQgIC8vIFxyXG5cdCAgYnRjaToxLFxyXG5cdCAgZXRoaToxLFxyXG5cdCAgdHJvbmk6MSxcclxuXHQvLyDkuLTml7blrZjmlL7nmoRcclxuXHRub0JhY2t1cFdhbGxldEluZm86IHVuaS5nZXRTdG9yYWdlU3luYyhcIm5vQmFja3VwV2FsbGV0SW5mb1wiKSB8fCB7XHJcblx0XHR3YWxsZXRQYXNzd29yZDogJycsXHJcblx0XHR3YWxsZXQ6e30sXHJcblx0fSxcclxuXHQvLyDmraPlvI/nmoTlgLxcclxuXHR3YWxsZXRJbmZvOiB1bmkuZ2V0U3RvcmFnZVN5bmMoXCJ3YWxsZXRJbmZvXCIpIHx8IHtcclxuXHRcdHdhbGxldFBhc3N3b3JkOiAnJyxcclxuXHRcdHdhbGxldExpc3Q6W11cclxuXHR9LFxyXG5cdFxyXG5cdC8vIOafpeivouaYr+WQpua/gOa0u1xyXG5cdGlzQWN0aXZhdGlvbjogdW5pLmdldFN0b3JhZ2VTeW5jKFwiaXNBY3RpdmF0aW9uXCIpIHx8IGZhbHNlLFxyXG5cdFxyXG5cdC8vIOS4i+i9veWcsOWdgFxyXG5cdGluc3RhbGxBZGRyZXNzOiB1bmkuZ2V0U3RvcmFnZVN5bmMoJ2luc3RhbGxBZGRyZXNzJykgfHwgJ2JhaWR1LmNvbScsXHJcblx0XHJcblx0Ly8g5pu05paw5o+Q56S65YaF5a65XHJcblx0dXBkYXRlVGlwQ29udGVudDogdW5pLmdldFN0b3JhZ2VTeW5jKCd1cGRhdGVUaXBDb250ZW50JykgfHwgJ+eJiOacrOabtOaWsCcsXHJcblx0XHJcblx0Ly8g5Lit6Iux5YyWXHJcblx0bGFuZ3VhZ2U6IHVuaS5nZXRTdG9yYWdlU3luYyhcImxhbmd1YWdlXCIpIHx8ICdlbicsXHJcblx0XHJcblx0Ly8g5piv5ZCm6ZyA6KaB5pu05pawXHJcblx0aXNVcGRhdGU6IGZhbHNlXHJcblx0Ly8g5omA5pyJ55qE5L2Z6aKdXHJcblx0Ly8gYmFsYW5jZTogdW5pLmdldFN0b3JhZ2VTeW5jKFwiYmFsYW5jZVwiKSB8fCB7XHJcblx0Ly8gXHRibXNCYWxhbmNlOiAwLFxyXG5cdC8vIFx0Ym1kdEJhbGFuY2U6IDAsXHJcblx0Ly8gXHRlcmNCYWxhbmNlOiAwLFxyXG5cdC8vIFx0ZXRoQmFsYW5jZTogMCxcclxuXHQvLyBcdGV0aFVzZHQ6IDAsIC8v5rGH546HXHJcblx0Ly8gXHR0cmNCYWxhbmNlOiAwLFxyXG5cdC8vIFx0dHJ4QmFsYW5jZTogMCxcclxuXHQvLyBcdHRyeFVzZHQ6IDAsIC8v5rGH546HXHJcblx0Ly8gfSxcclxuXHQvLyAvLyBCTVPkuqTmmJPorrDlvZVcclxuXHQvLyBibXNUcmFuc2FjdGlvbkxpc3Q6IFtcclxuXHQvLyBdLFxyXG5cdC8vIC8vIEJNRFTkuqTmmJPorrDlvZVcclxuXHQvLyBibWR0VHJhbnNhY3Rpb25MaXN0OiBbXHJcblx0Ly8gXSxcclxuXHQvLyAvLyDlhazli5/orrDlvZVcclxuXHQvLyBwdWJsaWNPZmZlcmluZ1JlY29yZHM6IFtdLFxyXG4gIH0sXHJcbiAgbXV0YXRpb25zOiB7XHJcblx0ICBhZGRCdGNpKHN0YXRlLG51bSl7XHJcblx0XHQgIHZhciBhPXVuaS5nZXRTdG9yYWdlU3luYygnYnRjaScpXHJcblx0XHQgIGNvbnNvbGUubG9nKGEsMjIyNClcclxuXHRcdCAgaWYoYT09Jycpe1xyXG5cdFx0XHQgIHVuaS5zZXRTdG9yYWdlU3luYygnYnRjaScsc3RhdGUuYnRjaSlcclxuXHRcdFx0ICBjb25zb2xlLmxvZyhzdGF0ZS5idGNpLDIyMjQpXHJcblx0XHQgIH1lbHNle1xyXG5cdFx0XHQgIHN0YXRlLmJ0Y2k9dW5pLmdldFN0b3JhZ2VTeW5jKCdidGNpJylcclxuXHRcdFx0ICAgc3RhdGUuYnRjaSA9c3RhdGUuYnRjaStudW1cclxuXHRcdFx0ICAgdW5pLnNldFN0b3JhZ2VTeW5jKCdidGNpJyxzdGF0ZS5idGNpKVxyXG5cdFx0XHQgICBjb25zb2xlLmxvZyhzdGF0ZS5idGNpLDQ0NDQpXHJcblx0XHQgIH1cclxuXHRcdCBcclxuXHQgIH0sXHJcblx0ICBhZGRFdGhpKHN0YXRlLG51bSl7XHJcblx0ICBcdFx0ICB2YXIgYT11bmkuZ2V0U3RvcmFnZVN5bmMoJ2V0aGknKVxyXG5cdCAgXHRcdCAgaWYoYT09Jycpe1xyXG5cdCAgXHRcdFx0ICB1bmkuc2V0U3RvcmFnZVN5bmMoJ2V0aGknLHN0YXRlLmV0aGkpXHJcblx0ICBcdFx0XHQgIGNvbnNvbGUubG9nKHN0YXRlLmV0aGksMjIyNClcclxuXHQgIFx0XHQgIH1lbHNle1xyXG5cdCAgXHRcdFx0ICBzdGF0ZS5ldGhpPXVuaS5nZXRTdG9yYWdlU3luYygnZXRoaScpXHJcblx0ICBcdFx0XHQgICBzdGF0ZS5ldGhpID1zdGF0ZS5ldGhpK251bVxyXG5cdCAgXHRcdFx0ICAgdW5pLnNldFN0b3JhZ2VTeW5jKCdldGhpJyxzdGF0ZS5ldGhpKVxyXG5cdCAgXHRcdFx0ICAgY29uc29sZS5sb2coc3RhdGUuZXRoaSw0NDQ0KVxyXG5cdCAgXHRcdCAgfVxyXG5cdCAgXHRcdCBcclxuXHQgIH0sXHJcblxyXG5cdCAgXHQgIGFkZFRyb25pKHN0YXRlLG51bSl7XHJcblx0ICBcdCAgXHRcdHZhciBhPXVuaS5nZXRTdG9yYWdlU3luYygndHJvbmknKVxyXG5cdCAgXHQgIFx0XHRpZihhPT0nJyl7XHJcblx0ICBcdCAgXHRcdFx0XHRcdCAgdW5pLnNldFN0b3JhZ2VTeW5jKCd0cm9uaScsc3RhdGUudHJvbmkpXHJcblx0ICBcdCAgXHRcdH1lbHNle1xyXG5cdCAgXHQgIFx0XHRcdCAgc3RhdGUudHJvbmk9dW5pLmdldFN0b3JhZ2VTeW5jKCd0cm9uaScpXHJcblx0ICBcdCAgXHRcdFx0ICAgc3RhdGUudHJvbmkgPXN0YXRlLnRyb25pK251bVxyXG5cdCAgXHQgIFx0XHRcdCAgIHVuaS5zZXRTdG9yYWdlU3luYygndHJvbmknLHN0YXRlLnRyb25pKVxyXG5cdCAgXHQgIFx0XHQgIH1cclxuXHQgIFx0ICBcdFx0IFxyXG5cdCAgXHQgIH0sXHJcblx0ICBcclxuXHQgLy8g6K6+572u6YCJ5Lit55qE6ZKx5YyFXHJcbiAgICBzZXRTZWxlY3RXYWxsZXQ6IChzdGF0ZSwgc2VsZWN0ZWQpID0+IHtcclxuICAgICAgY29uc3Qgb2JqID0gc3RhdGVcclxuICAgICAgb2JqLnNlbGVjdGVkID0gc2VsZWN0ZWRcclxuICAgIH0sXHJcblx0Ly8g6K6+572u5piv5ZCm5bey5r+A5rS7XHJcblx0c2V0SXNBY3RpdmF0aW9uOiAoc3RhdGUsIGlzQWN0aXZhdGlvbikgPT4ge1xyXG5cdFx0Y29uc3Qgb2JqID0gc3RhdGVcclxuXHRcdG9iai5pc0FjdGl2YXRpb24gPSBpc0FjdGl2YXRpb25cclxuXHR9LFxyXG5cdC8vIOiuvue9ruS4i+i9veWcsOWdgFxyXG5cdHNldEluc3RhbGxBZGRyZXNzOiAoc3RhdGUsIGluc3RhbGxBZGRyZXNzKSA9PiB7XHJcblx0XHRjb25zdCBvYmogPSBzdGF0ZVxyXG5cdFx0b2JqLmluc3RhbGxBZGRyZXNzID0gaW5zdGFsbEFkZHJlc3NcclxuXHR9LFxyXG5cdC8vIOiuvue9rueJiOacrOabtOaWsOWGheWuuVxyXG5cdHNldFVwZGF0ZVRpcENvbnRlbnQ6IChzdGF0ZSwgdXBkYXRlVGlwQ29udGVudCkgPT4ge1xyXG5cdFx0Y29uc3Qgb2JqID0gc3RhdGVcclxuXHRcdG9iai51cGRhdGVUaXBDb250ZW50ID0gdXBkYXRlVGlwQ29udGVudFxyXG5cdH0sXHJcblx0Ly8g6K6+572u5Lit6Iux5paHXHJcblx0c2V0TGFuZ3VhZ2U6IChzdGF0ZSwgbGFuZ3VhZ2UpID0+IHtcclxuXHRcdGNvbnN0IG9iaiA9IHN0YXRlXHJcblx0XHRvYmoubGFuZ3VhZ2UgPSBsYW5ndWFnZVxyXG5cdH0sXHJcblx0Ly8g6K6+572u5piv5ZCm6ZyA6KaB5pu05pawXHJcblx0c2V0SXNVcGRhdGU6IChzdGF0ZSwgaXNVcGRhdGUpID0+IHtcclxuXHRcdGNvbnN0IG9iaiA9IHN0YXRlXHJcblx0XHRvYmouaXNVcGRhdGUgPSBpc1VwZGF0ZVxyXG5cdH1cclxuICB9LFxyXG59KVxyXG5cclxuZXhwb3J0IGRlZmF1bHQgc3RvcmUiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///39\n");
+eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;var _vue = _interopRequireDefault(__webpack_require__(/*! vue */ 35));\nvar _vuex = _interopRequireDefault(__webpack_require__(/*! vuex */ 36));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}\n_vue.default.use(_vuex.default);\n\nvar store = new _vuex.default.Store({\n state: {\n // \n btci: 1,\n ethi: 1,\n troni: 1,\n // 临时存放的\n noBackupWalletInfo: uni.getStorageSync(\"noBackupWalletInfo\") || {\n walletPassword: '',\n wallet: {} },\n\n // 正式的值\n walletInfo: uni.getStorageSync(\"walletInfo\") || {\n walletPassword: '',\n walletList: [] },\n\n\n // 查询是否激活\n isActivation: uni.getStorageSync(\"isActivation\") || false,\n\n // 下载地址\n installAddress: uni.getStorageSync('installAddress') || 'baidu.com',\n\n // 更新提示内容\n updateTipContent: uni.getStorageSync('updateTipContent') || '版本更新',\n\n // 中英化\n language: uni.getStorageSync(\"language\") || 'en',\n\n // 是否需要更新\n isUpdate: false\n // 所有的余额\n // balance: uni.getStorageSync(\"balance\") || {\n // \tbmsBalance: 0,\n // \tbmdtBalance: 0,\n // \tercBalance: 0,\n // \tethBalance: 0,\n // \tethUsdt: 0, //汇率\n // \ttrcBalance: 0,\n // \ttrxBalance: 0,\n // \ttrxUsdt: 0, //汇率\n // },\n // // BMS交易记录\n // bmsTransactionList: [\n // ],\n // // BMDT交易记录\n // bmdtTransactionList: [\n // ],\n // // 公募记录\n // publicOfferingRecords: [],\n },\n mutations: {\n addBtci: function addBtci(state, num) {\n var a = uni.getStorageSync('btci');\n __f__(\"log\", a, 2224, \" at store/index.js:59\");\n if (a == '') {\n uni.setStorageSync('btci', state.btci);\n __f__(\"log\", state.btci, 2224, \" at store/index.js:62\");\n } else {\n state.btci = uni.getStorageSync('btci');\n state.btci = state.btci + num;\n uni.setStorageSync('btci', state.btci);\n __f__(\"log\", state.btci, 4444, \" at store/index.js:67\");\n }\n\n },\n addEthi: function addEthi(state, num) {\n var a = uni.getStorageSync('ethi');\n if (a == '') {\n uni.setStorageSync('ethi', state.ethi);\n __f__(\"log\", state.ethi, 2224, \" at store/index.js:75\");\n } else {\n state.ethi = uni.getStorageSync('ethi');\n state.ethi = state.ethi + num;\n uni.setStorageSync('ethi', state.ethi);\n __f__(\"log\", state.ethi, 4444, \" at store/index.js:80\");\n }\n\n },\n\n addTroni: function addTroni(state, num) {\n var a = uni.getStorageSync('troni');\n if (a == '') {\n uni.setStorageSync('troni', state.troni);\n } else {\n state.troni = uni.getStorageSync('troni');\n state.troni = state.troni + num;\n uni.setStorageSync('troni', state.troni);\n }\n\n },\n\n // 设置选中的钱包\n setSelectWallet: function setSelectWallet(state, selected) {\n var obj = state;\n obj.selected = selected;\n },\n // 设置是否已激活\n setIsActivation: function setIsActivation(state, isActivation) {\n var obj = state;\n obj.isActivation = isActivation;\n },\n // 设置下载地址\n setInstallAddress: function setInstallAddress(state, installAddress) {\n var obj = state;\n obj.installAddress = installAddress;\n },\n // 设置版本更新内容\n setUpdateTipContent: function setUpdateTipContent(state, updateTipContent) {\n var obj = state;\n obj.updateTipContent = updateTipContent;\n },\n // 设置中英文\n setLanguage: function setLanguage(state, language) {\n var obj = state;\n obj.language = language;\n },\n // 设置是否需要更新\n setIsUpdate: function setIsUpdate(state, isUpdate) {\n var obj = state;\n obj.isUpdate = isUpdate;\n } } });var _default =\n\n\n\nstore;exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 28)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vc3RvcmUvaW5kZXguanMiXSwibmFtZXMiOlsiVnVlIiwidXNlIiwiVnVleCIsInN0b3JlIiwiU3RvcmUiLCJzdGF0ZSIsImJ0Y2kiLCJldGhpIiwidHJvbmkiLCJub0JhY2t1cFdhbGxldEluZm8iLCJ1bmkiLCJnZXRTdG9yYWdlU3luYyIsIndhbGxldFBhc3N3b3JkIiwid2FsbGV0Iiwid2FsbGV0SW5mbyIsIndhbGxldExpc3QiLCJpc0FjdGl2YXRpb24iLCJpbnN0YWxsQWRkcmVzcyIsInVwZGF0ZVRpcENvbnRlbnQiLCJsYW5ndWFnZSIsImlzVXBkYXRlIiwibXV0YXRpb25zIiwiYWRkQnRjaSIsIm51bSIsImEiLCJzZXRTdG9yYWdlU3luYyIsImFkZEV0aGkiLCJhZGRUcm9uaSIsInNldFNlbGVjdFdhbGxldCIsInNlbGVjdGVkIiwib2JqIiwic2V0SXNBY3RpdmF0aW9uIiwic2V0SW5zdGFsbEFkZHJlc3MiLCJzZXRVcGRhdGVUaXBDb250ZW50Iiwic2V0TGFuZ3VhZ2UiLCJzZXRJc1VwZGF0ZSJdLCJtYXBwaW5ncyI6Im9JQUFBO0FBQ0Esd0U7QUFDQUEsYUFBSUMsR0FBSixDQUFRQyxhQUFSOztBQUVBLElBQU1DLEtBQUssR0FBRyxJQUFJRCxjQUFLRSxLQUFULENBQWU7QUFDM0JDLE9BQUssRUFBRTtBQUNOO0FBQ0FDLFFBQUksRUFBQyxDQUZDO0FBR05DLFFBQUksRUFBQyxDQUhDO0FBSU5DLFNBQUssRUFBQyxDQUpBO0FBS1I7QUFDQUMsc0JBQWtCLEVBQUVDLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixvQkFBbkIsS0FBNEM7QUFDL0RDLG9CQUFjLEVBQUUsRUFEK0M7QUFFL0RDLFlBQU0sRUFBQyxFQUZ3RCxFQU54RDs7QUFVUjtBQUNBQyxjQUFVLEVBQUVKLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixZQUFuQixLQUFvQztBQUMvQ0Msb0JBQWMsRUFBRSxFQUQrQjtBQUUvQ0csZ0JBQVUsRUFBQyxFQUZvQyxFQVh4Qzs7O0FBZ0JSO0FBQ0FDLGdCQUFZLEVBQUVOLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixjQUFuQixLQUFzQyxLQWpCNUM7O0FBbUJSO0FBQ0FNLGtCQUFjLEVBQUVQLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixnQkFBbkIsS0FBd0MsV0FwQmhEOztBQXNCUjtBQUNBTyxvQkFBZ0IsRUFBRVIsR0FBRyxDQUFDQyxjQUFKLENBQW1CLGtCQUFuQixLQUEwQyxNQXZCcEQ7O0FBeUJSO0FBQ0FRLFlBQVEsRUFBRVQsR0FBRyxDQUFDQyxjQUFKLENBQW1CLFVBQW5CLEtBQWtDLElBMUJwQzs7QUE0QlI7QUFDQVMsWUFBUSxFQUFFO0FBQ1Y7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFoRFEsR0FEb0I7QUFtRDNCQyxXQUFTLEVBQUU7QUFDVkMsV0FEVSxtQkFDRmpCLEtBREUsRUFDSWtCLEdBREosRUFDUTtBQUNqQixVQUFJQyxDQUFDLEdBQUNkLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixNQUFuQixDQUFOO0FBQ0EsbUJBQVlhLENBQVosRUFBYyxJQUFkO0FBQ0EsVUFBR0EsQ0FBQyxJQUFFLEVBQU4sRUFBUztBQUNSZCxXQUFHLENBQUNlLGNBQUosQ0FBbUIsTUFBbkIsRUFBMEJwQixLQUFLLENBQUNDLElBQWhDO0FBQ0EscUJBQVlELEtBQUssQ0FBQ0MsSUFBbEIsRUFBdUIsSUFBdkI7QUFDQSxPQUhELE1BR0s7QUFDSkQsYUFBSyxDQUFDQyxJQUFOLEdBQVdJLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixNQUFuQixDQUFYO0FBQ0NOLGFBQUssQ0FBQ0MsSUFBTixHQUFZRCxLQUFLLENBQUNDLElBQU4sR0FBV2lCLEdBQXZCO0FBQ0FiLFdBQUcsQ0FBQ2UsY0FBSixDQUFtQixNQUFuQixFQUEwQnBCLEtBQUssQ0FBQ0MsSUFBaEM7QUFDQSxxQkFBWUQsS0FBSyxDQUFDQyxJQUFsQixFQUF1QixJQUF2QjtBQUNEOztBQUVELEtBZFM7QUFlVm9CLFdBZlUsbUJBZUZyQixLQWZFLEVBZUlrQixHQWZKLEVBZVE7QUFDZCxVQUFJQyxDQUFDLEdBQUNkLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixNQUFuQixDQUFOO0FBQ0EsVUFBR2EsQ0FBQyxJQUFFLEVBQU4sRUFBUztBQUNSZCxXQUFHLENBQUNlLGNBQUosQ0FBbUIsTUFBbkIsRUFBMEJwQixLQUFLLENBQUNFLElBQWhDO0FBQ0EscUJBQVlGLEtBQUssQ0FBQ0UsSUFBbEIsRUFBdUIsSUFBdkI7QUFDQSxPQUhELE1BR0s7QUFDSkYsYUFBSyxDQUFDRSxJQUFOLEdBQVdHLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixNQUFuQixDQUFYO0FBQ0NOLGFBQUssQ0FBQ0UsSUFBTixHQUFZRixLQUFLLENBQUNFLElBQU4sR0FBV2dCLEdBQXZCO0FBQ0FiLFdBQUcsQ0FBQ2UsY0FBSixDQUFtQixNQUFuQixFQUEwQnBCLEtBQUssQ0FBQ0UsSUFBaEM7QUFDQSxxQkFBWUYsS0FBSyxDQUFDRSxJQUFsQixFQUF1QixJQUF2QjtBQUNEOztBQUVKLEtBM0JTOztBQTZCUG9CLFlBN0JPLG9CQTZCRXRCLEtBN0JGLEVBNkJRa0IsR0E3QlIsRUE2Qlk7QUFDakIsVUFBSUMsQ0FBQyxHQUFDZCxHQUFHLENBQUNDLGNBQUosQ0FBbUIsT0FBbkIsQ0FBTjtBQUNBLFVBQUdhLENBQUMsSUFBRSxFQUFOLEVBQVM7QUFDSmQsV0FBRyxDQUFDZSxjQUFKLENBQW1CLE9BQW5CLEVBQTJCcEIsS0FBSyxDQUFDRyxLQUFqQztBQUNKLE9BRkQsTUFFSztBQUNGSCxhQUFLLENBQUNHLEtBQU4sR0FBWUUsR0FBRyxDQUFDQyxjQUFKLENBQW1CLE9BQW5CLENBQVo7QUFDQ04sYUFBSyxDQUFDRyxLQUFOLEdBQWFILEtBQUssQ0FBQ0csS0FBTixHQUFZZSxHQUF6QjtBQUNBYixXQUFHLENBQUNlLGNBQUosQ0FBbUIsT0FBbkIsRUFBMkJwQixLQUFLLENBQUNHLEtBQWpDO0FBQ0Q7O0FBRUosS0F2Q007O0FBeUNYO0FBQ0VvQixtQkFBZSxFQUFFLHlCQUFDdkIsS0FBRCxFQUFRd0IsUUFBUixFQUFxQjtBQUNwQyxVQUFNQyxHQUFHLEdBQUd6QixLQUFaO0FBQ0F5QixTQUFHLENBQUNELFFBQUosR0FBZUEsUUFBZjtBQUNELEtBN0NRO0FBOENaO0FBQ0FFLG1CQUFlLEVBQUUseUJBQUMxQixLQUFELEVBQVFXLFlBQVIsRUFBeUI7QUFDekMsVUFBTWMsR0FBRyxHQUFHekIsS0FBWjtBQUNBeUIsU0FBRyxDQUFDZCxZQUFKLEdBQW1CQSxZQUFuQjtBQUNBLEtBbERXO0FBbURaO0FBQ0FnQixxQkFBaUIsRUFBRSwyQkFBQzNCLEtBQUQsRUFBUVksY0FBUixFQUEyQjtBQUM3QyxVQUFNYSxHQUFHLEdBQUd6QixLQUFaO0FBQ0F5QixTQUFHLENBQUNiLGNBQUosR0FBcUJBLGNBQXJCO0FBQ0EsS0F2RFc7QUF3RFo7QUFDQWdCLHVCQUFtQixFQUFFLDZCQUFDNUIsS0FBRCxFQUFRYSxnQkFBUixFQUE2QjtBQUNqRCxVQUFNWSxHQUFHLEdBQUd6QixLQUFaO0FBQ0F5QixTQUFHLENBQUNaLGdCQUFKLEdBQXVCQSxnQkFBdkI7QUFDQSxLQTVEVztBQTZEWjtBQUNBZ0IsZUFBVyxFQUFFLHFCQUFDN0IsS0FBRCxFQUFRYyxRQUFSLEVBQXFCO0FBQ2pDLFVBQU1XLEdBQUcsR0FBR3pCLEtBQVo7QUFDQXlCLFNBQUcsQ0FBQ1gsUUFBSixHQUFlQSxRQUFmO0FBQ0EsS0FqRVc7QUFrRVo7QUFDQWdCLGVBQVcsRUFBRSxxQkFBQzlCLEtBQUQsRUFBUWUsUUFBUixFQUFxQjtBQUNqQyxVQUFNVSxHQUFHLEdBQUd6QixLQUFaO0FBQ0F5QixTQUFHLENBQUNWLFFBQUosR0FBZUEsUUFBZjtBQUNBLEtBdEVXLEVBbkRnQixFQUFmLENBQWQsQzs7OztBQTZIZWpCLEsiLCJmaWxlIjoiMzQuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgVnVlIGZyb20gJ3Z1ZSdcclxuaW1wb3J0IFZ1ZXggZnJvbSAndnVleCdcclxuVnVlLnVzZShWdWV4KVxyXG5cclxuY29uc3Qgc3RvcmUgPSBuZXcgVnVleC5TdG9yZSh7XHJcbiAgc3RhdGU6IHtcclxuXHQgIC8vIFxyXG5cdCAgYnRjaToxLFxyXG5cdCAgZXRoaToxLFxyXG5cdCAgdHJvbmk6MSxcclxuXHQvLyDkuLTml7blrZjmlL7nmoRcclxuXHRub0JhY2t1cFdhbGxldEluZm86IHVuaS5nZXRTdG9yYWdlU3luYyhcIm5vQmFja3VwV2FsbGV0SW5mb1wiKSB8fCB7XHJcblx0XHR3YWxsZXRQYXNzd29yZDogJycsXHJcblx0XHR3YWxsZXQ6e30sXHJcblx0fSxcclxuXHQvLyDmraPlvI/nmoTlgLxcclxuXHR3YWxsZXRJbmZvOiB1bmkuZ2V0U3RvcmFnZVN5bmMoXCJ3YWxsZXRJbmZvXCIpIHx8IHtcclxuXHRcdHdhbGxldFBhc3N3b3JkOiAnJyxcclxuXHRcdHdhbGxldExpc3Q6W11cclxuXHR9LFxyXG5cdFxyXG5cdC8vIOafpeivouaYr+WQpua/gOa0u1xyXG5cdGlzQWN0aXZhdGlvbjogdW5pLmdldFN0b3JhZ2VTeW5jKFwiaXNBY3RpdmF0aW9uXCIpIHx8IGZhbHNlLFxyXG5cdFxyXG5cdC8vIOS4i+i9veWcsOWdgFxyXG5cdGluc3RhbGxBZGRyZXNzOiB1bmkuZ2V0U3RvcmFnZVN5bmMoJ2luc3RhbGxBZGRyZXNzJykgfHwgJ2JhaWR1LmNvbScsXHJcblx0XHJcblx0Ly8g5pu05paw5o+Q56S65YaF5a65XHJcblx0dXBkYXRlVGlwQ29udGVudDogdW5pLmdldFN0b3JhZ2VTeW5jKCd1cGRhdGVUaXBDb250ZW50JykgfHwgJ+eJiOacrOabtOaWsCcsXHJcblx0XHJcblx0Ly8g5Lit6Iux5YyWXHJcblx0bGFuZ3VhZ2U6IHVuaS5nZXRTdG9yYWdlU3luYyhcImxhbmd1YWdlXCIpIHx8ICdlbicsXHJcblx0XHJcblx0Ly8g5piv5ZCm6ZyA6KaB5pu05pawXHJcblx0aXNVcGRhdGU6IGZhbHNlXHJcblx0Ly8g5omA5pyJ55qE5L2Z6aKdXHJcblx0Ly8gYmFsYW5jZTogdW5pLmdldFN0b3JhZ2VTeW5jKFwiYmFsYW5jZVwiKSB8fCB7XHJcblx0Ly8gXHRibXNCYWxhbmNlOiAwLFxyXG5cdC8vIFx0Ym1kdEJhbGFuY2U6IDAsXHJcblx0Ly8gXHRlcmNCYWxhbmNlOiAwLFxyXG5cdC8vIFx0ZXRoQmFsYW5jZTogMCxcclxuXHQvLyBcdGV0aFVzZHQ6IDAsIC8v5rGH546HXHJcblx0Ly8gXHR0cmNCYWxhbmNlOiAwLFxyXG5cdC8vIFx0dHJ4QmFsYW5jZTogMCxcclxuXHQvLyBcdHRyeFVzZHQ6IDAsIC8v5rGH546HXHJcblx0Ly8gfSxcclxuXHQvLyAvLyBCTVPkuqTmmJPorrDlvZVcclxuXHQvLyBibXNUcmFuc2FjdGlvbkxpc3Q6IFtcclxuXHQvLyBdLFxyXG5cdC8vIC8vIEJNRFTkuqTmmJPorrDlvZVcclxuXHQvLyBibWR0VHJhbnNhY3Rpb25MaXN0OiBbXHJcblx0Ly8gXSxcclxuXHQvLyAvLyDlhazli5/orrDlvZVcclxuXHQvLyBwdWJsaWNPZmZlcmluZ1JlY29yZHM6IFtdLFxyXG4gIH0sXHJcbiAgbXV0YXRpb25zOiB7XHJcblx0ICBhZGRCdGNpKHN0YXRlLG51bSl7XHJcblx0XHQgIHZhciBhPXVuaS5nZXRTdG9yYWdlU3luYygnYnRjaScpXHJcblx0XHQgIGNvbnNvbGUubG9nKGEsMjIyNClcclxuXHRcdCAgaWYoYT09Jycpe1xyXG5cdFx0XHQgIHVuaS5zZXRTdG9yYWdlU3luYygnYnRjaScsc3RhdGUuYnRjaSlcclxuXHRcdFx0ICBjb25zb2xlLmxvZyhzdGF0ZS5idGNpLDIyMjQpXHJcblx0XHQgIH1lbHNle1xyXG5cdFx0XHQgIHN0YXRlLmJ0Y2k9dW5pLmdldFN0b3JhZ2VTeW5jKCdidGNpJylcclxuXHRcdFx0ICAgc3RhdGUuYnRjaSA9c3RhdGUuYnRjaStudW1cclxuXHRcdFx0ICAgdW5pLnNldFN0b3JhZ2VTeW5jKCdidGNpJyxzdGF0ZS5idGNpKVxyXG5cdFx0XHQgICBjb25zb2xlLmxvZyhzdGF0ZS5idGNpLDQ0NDQpXHJcblx0XHQgIH1cclxuXHRcdCBcclxuXHQgIH0sXHJcblx0ICBhZGRFdGhpKHN0YXRlLG51bSl7XHJcblx0ICBcdFx0ICB2YXIgYT11bmkuZ2V0U3RvcmFnZVN5bmMoJ2V0aGknKVxyXG5cdCAgXHRcdCAgaWYoYT09Jycpe1xyXG5cdCAgXHRcdFx0ICB1bmkuc2V0U3RvcmFnZVN5bmMoJ2V0aGknLHN0YXRlLmV0aGkpXHJcblx0ICBcdFx0XHQgIGNvbnNvbGUubG9nKHN0YXRlLmV0aGksMjIyNClcclxuXHQgIFx0XHQgIH1lbHNle1xyXG5cdCAgXHRcdFx0ICBzdGF0ZS5ldGhpPXVuaS5nZXRTdG9yYWdlU3luYygnZXRoaScpXHJcblx0ICBcdFx0XHQgICBzdGF0ZS5ldGhpID1zdGF0ZS5ldGhpK251bVxyXG5cdCAgXHRcdFx0ICAgdW5pLnNldFN0b3JhZ2VTeW5jKCdldGhpJyxzdGF0ZS5ldGhpKVxyXG5cdCAgXHRcdFx0ICAgY29uc29sZS5sb2coc3RhdGUuZXRoaSw0NDQ0KVxyXG5cdCAgXHRcdCAgfVxyXG5cdCAgXHRcdCBcclxuXHQgIH0sXHJcblxyXG5cdCAgXHQgIGFkZFRyb25pKHN0YXRlLG51bSl7XHJcblx0ICBcdCAgXHRcdHZhciBhPXVuaS5nZXRTdG9yYWdlU3luYygndHJvbmknKVxyXG5cdCAgXHQgIFx0XHRpZihhPT0nJyl7XHJcblx0ICBcdCAgXHRcdFx0XHRcdCAgdW5pLnNldFN0b3JhZ2VTeW5jKCd0cm9uaScsc3RhdGUudHJvbmkpXHJcblx0ICBcdCAgXHRcdH1lbHNle1xyXG5cdCAgXHQgIFx0XHRcdCAgc3RhdGUudHJvbmk9dW5pLmdldFN0b3JhZ2VTeW5jKCd0cm9uaScpXHJcblx0ICBcdCAgXHRcdFx0ICAgc3RhdGUudHJvbmkgPXN0YXRlLnRyb25pK251bVxyXG5cdCAgXHQgIFx0XHRcdCAgIHVuaS5zZXRTdG9yYWdlU3luYygndHJvbmknLHN0YXRlLnRyb25pKVxyXG5cdCAgXHQgIFx0XHQgIH1cclxuXHQgIFx0ICBcdFx0IFxyXG5cdCAgXHQgIH0sXHJcblx0ICBcclxuXHQgLy8g6K6+572u6YCJ5Lit55qE6ZKx5YyFXHJcbiAgICBzZXRTZWxlY3RXYWxsZXQ6IChzdGF0ZSwgc2VsZWN0ZWQpID0+IHtcclxuICAgICAgY29uc3Qgb2JqID0gc3RhdGVcclxuICAgICAgb2JqLnNlbGVjdGVkID0gc2VsZWN0ZWRcclxuICAgIH0sXHJcblx0Ly8g6K6+572u5piv5ZCm5bey5r+A5rS7XHJcblx0c2V0SXNBY3RpdmF0aW9uOiAoc3RhdGUsIGlzQWN0aXZhdGlvbikgPT4ge1xyXG5cdFx0Y29uc3Qgb2JqID0gc3RhdGVcclxuXHRcdG9iai5pc0FjdGl2YXRpb24gPSBpc0FjdGl2YXRpb25cclxuXHR9LFxyXG5cdC8vIOiuvue9ruS4i+i9veWcsOWdgFxyXG5cdHNldEluc3RhbGxBZGRyZXNzOiAoc3RhdGUsIGluc3RhbGxBZGRyZXNzKSA9PiB7XHJcblx0XHRjb25zdCBvYmogPSBzdGF0ZVxyXG5cdFx0b2JqLmluc3RhbGxBZGRyZXNzID0gaW5zdGFsbEFkZHJlc3NcclxuXHR9LFxyXG5cdC8vIOiuvue9rueJiOacrOabtOaWsOWGheWuuVxyXG5cdHNldFVwZGF0ZVRpcENvbnRlbnQ6IChzdGF0ZSwgdXBkYXRlVGlwQ29udGVudCkgPT4ge1xyXG5cdFx0Y29uc3Qgb2JqID0gc3RhdGVcclxuXHRcdG9iai51cGRhdGVUaXBDb250ZW50ID0gdXBkYXRlVGlwQ29udGVudFxyXG5cdH0sXHJcblx0Ly8g6K6+572u5Lit6Iux5paHXHJcblx0c2V0TGFuZ3VhZ2U6IChzdGF0ZSwgbGFuZ3VhZ2UpID0+IHtcclxuXHRcdGNvbnN0IG9iaiA9IHN0YXRlXHJcblx0XHRvYmoubGFuZ3VhZ2UgPSBsYW5ndWFnZVxyXG5cdH0sXHJcblx0Ly8g6K6+572u5piv5ZCm6ZyA6KaB5pu05pawXHJcblx0c2V0SXNVcGRhdGU6IChzdGF0ZSwgaXNVcGRhdGUpID0+IHtcclxuXHRcdGNvbnN0IG9iaiA9IHN0YXRlXHJcblx0XHRvYmouaXNVcGRhdGUgPSBpc1VwZGF0ZVxyXG5cdH1cclxuICB9LFxyXG59KVxyXG5cclxuZXhwb3J0IGRlZmF1bHQgc3RvcmUiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///34\n");
/***/ }),
-/* 40 */
+/* 35 */
/*!**********************!*\
!*** external "Vue" ***!
\**********************/
@@ -2399,7 +2247,7 @@ eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports
module.exports = Vue;
/***/ }),
-/* 41 */
+/* 36 */
/*!********************************************!*\
!*** ./node_modules/vuex/dist/vuex.esm.js ***!
\********************************************/
@@ -3508,10 +3356,10 @@ var index = {
/* harmony default export */ __webpack_exports__["default"] = (index);
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../webpack/buildin/global.js */ 42)))
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../webpack/buildin/global.js */ 37)))
/***/ }),
-/* 42 */
+/* 37 */
/*!***********************************!*\
!*** (webpack)/buildin/global.js ***!
\***********************************/
@@ -3541,29 +3389,29 @@ module.exports = g;
/***/ }),
-/* 43 */
-/*!****************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/utils/TokenUtil.js ***!
- \****************************************************************/
+/* 38 */
+/*!******************************************!*\
+ !*** D:/fone/bitcooo/utils/TokenUtil.js ***!
+ \******************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;var tronweb = __webpack_require__(/*! tronweb */ 44);\nvar bip39 = __webpack_require__(/*! bip39 */ 368);\nvar bip32 = __webpack_require__(/*! bip32 */ 423);\nvar util = __webpack_require__(/*! ethereumjs-util */ 439);\nvar ethers = __webpack_require__(/*! ethers */ 68);\nvar bitcoin = __webpack_require__(/*! bitcoinjs-lib */ 470);\nvar Tx = __webpack_require__(/*! ethereumjs-tx */ 544);\n\n\n\n\nvar token = {\n // 获取助记词\n generateMnemonic: function generateMnemonic() {\n return bip39.generateMnemonic();\n },\n\n //获取Child\n getPrivateKey: function getPrivateKey(mnemonic, hdpath) {\n if (mnemonic.split(\" \").length % 12 > 0) {\n throw new Error(\"mnemonic error\");\n }\n var seed = bip39.mnemonicToSeedSync(mnemonic);\n var node = bip32.fromSeed(seed);\n var child = node.derivePath(hdpath);\n var privateKey = util.bufferToHex(child.privateKey);\n return privateKey;\n\n },\n //根据助记词生成以太坊ETH的钱包信息\n generateEth: function generateEth(mnemonic) {\n\n\n var privateKey = this.getPrivateKey(mnemonic, \"m/44'/60'/0'/0/0\");\n\n var wallet = new ethers.Wallet(privateKey);\n var address = wallet.address;\n return {\n 'privateKey': privateKey,\n 'address': address };\n\n },\n //根据助记词生成波场TRON的钱包信息\n generateTron: function generateTron(mnemonic) {\n var privateKey = this.getPrivateKey(mnemonic, \"m/44'/195'/0'/0/0\");\n privateKey = privateKey.replace('0x', '');\n var address = tronweb.address.fromPrivateKey(privateKey);\n return {\n 'privateKey': privateKey,\n 'address': address };\n\n },\n //根据助记词生成比特币BTC钱包信息\n generateBtc: function generateBtc(mnemonic) {\n if (mnemonic.split(\" \").length % 12 > 0) {\n throw new Error(\"mnemonic error\");\n }\n var seed = bip39.mnemonicToSeedSync(mnemonic);\n var node = bip32.fromSeed(seed);\n var keyPair = node.derivePath(\"m/44'/195'/0'/0/0\");\n var privateKey = keyPair.toWIF();\n __f__(\"log\", \"BTC私钥:\", privateKey, \" at utils/TokenUtil.js:62\");\n var address = bitcoin.payments.p2sh({\n redeem: bitcoin.payments.p2wpkh({\n pubkey: keyPair.publicKey }) });\n\n\n\n //bitcoin.payments.p2pkh({ pubkey: child.publicKey })\n //console.log(address.fromScriptHash({pubkey: keyPair.publicKey}))\n return {\n 'privateKey': privateKey,\n 'address': address.address };\n\n },\n //导入比特币BTC私钥\n importBtcPrivateKey: function importBtcPrivateKey(privateKey) {\n var keyPair = new bitcoin.ECPair.fromWIF(privateKey);\n var address = bitcoin.payments.p2sh({\n redeem: bitcoin.payments.p2wpkh({\n pubkey: keyPair.publicKey }) });\n\n\n //console.log(address.fromScriptHash({pubkey: keyPair.publicKey}))\n return {\n 'privateKey': privateKey,\n 'address': address.address };\n\n },\n //导入以太坊ETH私钥\n importEthPrivateKey: function importEthPrivateKey(privateKey) {\n var wallet = new ethers.Wallet(privateKey);\n var address = wallet.address;\n return {\n 'privateKey': privateKey,\n 'address': address };\n\n },\n //导入波场TRON私钥\n importTronPrivateKey: function importTronPrivateKey(privateKey) {\n privateKey = privateKey.replace('0x', '');\n var address = tronweb.address.fromPrivateKey(privateKey);\n return {\n 'privateKey': privateKey,\n 'address': address };\n\n },\n\n\n initialWallet: function initialWallet(mnemonic, password) {\n var btc = this.generateBtc(mnemonic);\n btc.mnemonic = mnemonic;\n btc.password = password;\n btc.balance = 0;\n btc.coinList = [{\n name: \"BTC\",\n name2: \"BTC\",\n xname: 'Bitcoin',\n balance: 0,\n icon: __webpack_require__(/*! @/static/tongyonh/bye.png */ 546) }];\n\n var eth = this.generateEth(mnemonic);\n eth.password = password;\n eth.balance = 0;\n eth.mnemonic = mnemonic;\n eth.coinList = [{\n name: \"ETH\",\n name2: \"ETH\",\n xname: 'Ethereum',\n balance: 0,\n icon: __webpack_require__(/*! @/static/tongyonh/Frame3299.png */ 547) },\n\n {\n name: \"USDT\",\n name2: \"ERC20-USDT\",\n xname: 'Tether USD',\n balance: 0,\n contractAddress: '0xdac17f958d2ee523a2206206994597c13d831ec7',\n icon: __webpack_require__(/*! @/static/tongyonh/img500.png */ 548) }];\n\n\n __f__(\"log\", eth.coinList, 4444, \" at utils/TokenUtil.js:142\");\n __f__(\"log\", eth, 2224, \" at utils/TokenUtil.js:143\");\n var tron = this.generateTron(mnemonic);\n tron.password = password;\n tron.balance = 0;\n tron.mnemonic = mnemonic;\n tron.coinList = [{\n name: \"TRX\",\n name2: \"TRX\",\n xname: 'TRON',\n balance: 0,\n icon: __webpack_require__(/*! @/static/tongyonh/tron1.png */ 549) },\n\n {\n name: \"USDT\",\n name2: \"TRC20-USDT\",\n xname: 'Tether USD',\n balance: 0,\n contractAddress: 'TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t',\n icon: __webpack_require__(/*! @/static/tongyonh/tether_usd.png */ 550) }];\n\n\n\n var wallrtInfo = {\n \"BTC\": [\n btc],\n\n \"ETH\": [\n eth],\n\n \"TRON\": [\n tron] };\n\n\n return wallrtInfo;\n },\n\n creatingWallets: function creatingWallets() {\n var mnemonic = this.generateMnemonic();\n var eth = this.generateEth(mnemonic);\n var tron = this.generateTron(mnemonic);\n var btc = this.generateBtc(mnemonic);\n // let privateKey = this.getPrivateKey(mnemonic);\n return {\n 'eth': eth,\n 'tron': tron,\n 'btc': btc,\n 'mnemonic': mnemonic\n // 'privateKey': privateKey\n };\n } };var _default =\n\ntoken;exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 33)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXRpbHMvVG9rZW5VdGlsLmpzIl0sIm5hbWVzIjpbInRyb253ZWIiLCJyZXF1aXJlIiwiYmlwMzkiLCJiaXAzMiIsInV0aWwiLCJldGhlcnMiLCJiaXRjb2luIiwiVHgiLCJ0b2tlbiIsImdlbmVyYXRlTW5lbW9uaWMiLCJnZXRQcml2YXRlS2V5IiwibW5lbW9uaWMiLCJoZHBhdGgiLCJzcGxpdCIsImxlbmd0aCIsIkVycm9yIiwic2VlZCIsIm1uZW1vbmljVG9TZWVkU3luYyIsIm5vZGUiLCJmcm9tU2VlZCIsImNoaWxkIiwiZGVyaXZlUGF0aCIsInByaXZhdGVLZXkiLCJidWZmZXJUb0hleCIsImdlbmVyYXRlRXRoIiwid2FsbGV0IiwiV2FsbGV0IiwiYWRkcmVzcyIsImdlbmVyYXRlVHJvbiIsInJlcGxhY2UiLCJmcm9tUHJpdmF0ZUtleSIsImdlbmVyYXRlQnRjIiwia2V5UGFpciIsInRvV0lGIiwicGF5bWVudHMiLCJwMnNoIiwicmVkZWVtIiwicDJ3cGtoIiwicHVia2V5IiwicHVibGljS2V5IiwiaW1wb3J0QnRjUHJpdmF0ZUtleSIsIkVDUGFpciIsImZyb21XSUYiLCJpbXBvcnRFdGhQcml2YXRlS2V5IiwiaW1wb3J0VHJvblByaXZhdGVLZXkiLCJpbml0aWFsV2FsbGV0IiwicGFzc3dvcmQiLCJidGMiLCJiYWxhbmNlIiwiY29pbkxpc3QiLCJuYW1lIiwibmFtZTIiLCJ4bmFtZSIsImljb24iLCJldGgiLCJjb250cmFjdEFkZHJlc3MiLCJ0cm9uIiwid2FsbHJ0SW5mbyIsImNyZWF0aW5nV2FsbGV0cyJdLCJtYXBwaW5ncyI6Im9JQUFBLElBQU1BLE9BQU8sR0FBR0MsbUJBQU8sQ0FBQyxpQkFBRCxDQUF2QjtBQUNBLElBQU1DLEtBQUssR0FBR0QsbUJBQU8sQ0FBQyxnQkFBRCxDQUFyQjtBQUNBLElBQU1FLEtBQUssR0FBR0YsbUJBQU8sQ0FBQyxnQkFBRCxDQUFyQjtBQUNBLElBQU1HLElBQUksR0FBR0gsbUJBQU8sQ0FBQywwQkFBRCxDQUFwQjtBQUNBLElBQU1JLE1BQU0sR0FBR0osbUJBQU8sQ0FBQyxnQkFBRCxDQUF0QjtBQUNBLElBQU1LLE9BQU8sR0FBR0wsbUJBQU8sQ0FBQyx3QkFBRCxDQUF2QjtBQUNBLElBQUlNLEVBQUUsR0FBR04sbUJBQU8sQ0FBQyx3QkFBRCxDQUFoQjs7Ozs7QUFLQSxJQUFJTyxLQUFLLEdBQUc7QUFDWDtBQUNBQyxrQkFBZ0IsRUFBRSw0QkFBVztBQUM1QixXQUFPUCxLQUFLLENBQUNPLGdCQUFOLEVBQVA7QUFDQSxHQUpVOztBQU1YO0FBQ0FDLGVBQWEsRUFBRSx1QkFBU0MsUUFBVCxFQUFtQkMsTUFBbkIsRUFBMkI7QUFDekMsUUFBSUQsUUFBUSxDQUFDRSxLQUFULENBQWUsR0FBZixFQUFvQkMsTUFBcEIsR0FBNkIsRUFBN0IsR0FBa0MsQ0FBdEMsRUFBeUM7QUFDeEMsWUFBTSxJQUFJQyxLQUFKLENBQVUsZ0JBQVYsQ0FBTjtBQUNBO0FBQ0QsUUFBSUMsSUFBSSxHQUFHZCxLQUFLLENBQUNlLGtCQUFOLENBQXlCTixRQUF6QixDQUFYO0FBQ0EsUUFBTU8sSUFBSSxHQUFHZixLQUFLLENBQUNnQixRQUFOLENBQWVILElBQWYsQ0FBYjtBQUNBLFFBQU1JLEtBQUssR0FBR0YsSUFBSSxDQUFDRyxVQUFMLENBQWdCVCxNQUFoQixDQUFkO0FBQ0EsUUFBSVUsVUFBVSxHQUFHbEIsSUFBSSxDQUFDbUIsV0FBTCxDQUFpQkgsS0FBSyxDQUFDRSxVQUF2QixDQUFqQjtBQUNBLFdBQU9BLFVBQVA7O0FBRUEsR0FqQlU7QUFrQlg7QUFDQUUsYUFBVyxFQUFFLHFCQUFTYixRQUFULEVBQW1COzs7QUFHL0IsUUFBSVcsVUFBVSxHQUFHLEtBQUtaLGFBQUwsQ0FBbUJDLFFBQW5CLEVBQTZCLGtCQUE3QixDQUFqQjs7QUFFQSxRQUFJYyxNQUFNLEdBQUcsSUFBSXBCLE1BQU0sQ0FBQ3FCLE1BQVgsQ0FBa0JKLFVBQWxCLENBQWI7QUFDQSxRQUFJSyxPQUFPLEdBQUdGLE1BQU0sQ0FBQ0UsT0FBckI7QUFDQSxXQUFPO0FBQ04sb0JBQWNMLFVBRFI7QUFFTixpQkFBV0ssT0FGTCxFQUFQOztBQUlBLEdBOUJVO0FBK0JYO0FBQ0FDLGNBQVksRUFBRSxzQkFBU2pCLFFBQVQsRUFBbUI7QUFDaEMsUUFBSVcsVUFBVSxHQUFHLEtBQUtaLGFBQUwsQ0FBbUJDLFFBQW5CLEVBQTZCLG1CQUE3QixDQUFqQjtBQUNBVyxjQUFVLEdBQUdBLFVBQVUsQ0FBQ08sT0FBWCxDQUFtQixJQUFuQixFQUF5QixFQUF6QixDQUFiO0FBQ0EsUUFBSUYsT0FBTyxHQUFHM0IsT0FBTyxDQUFDMkIsT0FBUixDQUFnQkcsY0FBaEIsQ0FBK0JSLFVBQS9CLENBQWQ7QUFDQSxXQUFPO0FBQ04sb0JBQWNBLFVBRFI7QUFFTixpQkFBV0ssT0FGTCxFQUFQOztBQUlBLEdBeENVO0FBeUNYO0FBQ0FJLGFBQVcsRUFBRSxxQkFBU3BCLFFBQVQsRUFBbUI7QUFDL0IsUUFBSUEsUUFBUSxDQUFDRSxLQUFULENBQWUsR0FBZixFQUFvQkMsTUFBcEIsR0FBNkIsRUFBN0IsR0FBa0MsQ0FBdEMsRUFBeUM7QUFDeEMsWUFBTSxJQUFJQyxLQUFKLENBQVUsZ0JBQVYsQ0FBTjtBQUNBO0FBQ0QsUUFBSUMsSUFBSSxHQUFHZCxLQUFLLENBQUNlLGtCQUFOLENBQXlCTixRQUF6QixDQUFYO0FBQ0EsUUFBTU8sSUFBSSxHQUFHZixLQUFLLENBQUNnQixRQUFOLENBQWVILElBQWYsQ0FBYjtBQUNBLFFBQU1nQixPQUFPLEdBQUdkLElBQUksQ0FBQ0csVUFBTCxDQUFnQixtQkFBaEIsQ0FBaEI7QUFDQSxRQUFNQyxVQUFVLEdBQUdVLE9BQU8sQ0FBQ0MsS0FBUixFQUFuQjtBQUNBLGlCQUFZLFFBQVosRUFBc0JYLFVBQXRCO0FBQ0EsUUFBSUssT0FBTyxHQUFHckIsT0FBTyxDQUFDNEIsUUFBUixDQUFpQkMsSUFBakIsQ0FBc0I7QUFDbkNDLFlBQU0sRUFBRTlCLE9BQU8sQ0FBQzRCLFFBQVIsQ0FBaUJHLE1BQWpCLENBQXdCO0FBQy9CQyxjQUFNLEVBQUVOLE9BQU8sQ0FBQ08sU0FEZSxFQUF4QixDQUQyQixFQUF0QixDQUFkOzs7O0FBTUE7QUFDQTtBQUNBLFdBQU87QUFDTixvQkFBY2pCLFVBRFI7QUFFTixpQkFBV0ssT0FBTyxDQUFDQSxPQUZiLEVBQVA7O0FBSUEsR0EvRFU7QUFnRVg7QUFDQWEscUJBQW1CLEVBQUUsNkJBQVNsQixVQUFULEVBQXFCO0FBQ3pDLFFBQUlVLE9BQU8sR0FBRyxJQUFJMUIsT0FBTyxDQUFDbUMsTUFBUixDQUFlQyxPQUFuQixDQUEyQnBCLFVBQTNCLENBQWQ7QUFDQSxRQUFJSyxPQUFPLEdBQUdyQixPQUFPLENBQUM0QixRQUFSLENBQWlCQyxJQUFqQixDQUFzQjtBQUNuQ0MsWUFBTSxFQUFFOUIsT0FBTyxDQUFDNEIsUUFBUixDQUFpQkcsTUFBakIsQ0FBd0I7QUFDL0JDLGNBQU0sRUFBRU4sT0FBTyxDQUFDTyxTQURlLEVBQXhCLENBRDJCLEVBQXRCLENBQWQ7OztBQUtBO0FBQ0EsV0FBTztBQUNOLG9CQUFjakIsVUFEUjtBQUVOLGlCQUFXSyxPQUFPLENBQUNBLE9BRmIsRUFBUDs7QUFJQSxHQTdFVTtBQThFWDtBQUNBZ0IscUJBQW1CLEVBQUUsNkJBQVNyQixVQUFULEVBQXFCO0FBQ3pDLFFBQUlHLE1BQU0sR0FBRyxJQUFJcEIsTUFBTSxDQUFDcUIsTUFBWCxDQUFrQkosVUFBbEIsQ0FBYjtBQUNBLFFBQUlLLE9BQU8sR0FBR0YsTUFBTSxDQUFDRSxPQUFyQjtBQUNBLFdBQU87QUFDTixvQkFBY0wsVUFEUjtBQUVOLGlCQUFXSyxPQUZMLEVBQVA7O0FBSUEsR0F0RlU7QUF1Rlg7QUFDQWlCLHNCQUFvQixFQUFFLDhCQUFTdEIsVUFBVCxFQUFxQjtBQUMxQ0EsY0FBVSxHQUFHQSxVQUFVLENBQUNPLE9BQVgsQ0FBbUIsSUFBbkIsRUFBeUIsRUFBekIsQ0FBYjtBQUNBLFFBQUlGLE9BQU8sR0FBRzNCLE9BQU8sQ0FBQzJCLE9BQVIsQ0FBZ0JHLGNBQWhCLENBQStCUixVQUEvQixDQUFkO0FBQ0EsV0FBTztBQUNOLG9CQUFjQSxVQURSO0FBRU4saUJBQVdLLE9BRkwsRUFBUDs7QUFJQSxHQS9GVTs7O0FBa0dYa0IsZUFBYSxFQUFFLHVCQUFTbEMsUUFBVCxFQUFtQm1DLFFBQW5CLEVBQTZCO0FBQzNDLFFBQUlDLEdBQUcsR0FBRyxLQUFLaEIsV0FBTCxDQUFpQnBCLFFBQWpCLENBQVY7QUFDQW9DLE9BQUcsQ0FBQ3BDLFFBQUosR0FBZUEsUUFBZjtBQUNBb0MsT0FBRyxDQUFDRCxRQUFKLEdBQWVBLFFBQWY7QUFDQUMsT0FBRyxDQUFDQyxPQUFKLEdBQWMsQ0FBZDtBQUNBRCxPQUFHLENBQUNFLFFBQUosR0FBZSxDQUFDO0FBQ2ZDLFVBQUksRUFBRSxLQURTO0FBRWZDLFdBQUssRUFBRSxLQUZRO0FBR2ZDLFdBQUssRUFBRSxTQUhRO0FBSWZKLGFBQU8sRUFBRSxDQUpNO0FBS2ZLLFVBQUksRUFBRXBELG1CQUFPLENBQUMsb0NBQUQsQ0FMRSxFQUFELENBQWY7O0FBT0EsUUFBSXFELEdBQUcsR0FBRyxLQUFLOUIsV0FBTCxDQUFpQmIsUUFBakIsQ0FBVjtBQUNBMkMsT0FBRyxDQUFDUixRQUFKLEdBQWVBLFFBQWY7QUFDQVEsT0FBRyxDQUFDTixPQUFKLEdBQWMsQ0FBZDtBQUNBTSxPQUFHLENBQUMzQyxRQUFKLEdBQWVBLFFBQWY7QUFDQTJDLE9BQUcsQ0FBQ0wsUUFBSixHQUFlLENBQUM7QUFDZEMsVUFBSSxFQUFFLEtBRFE7QUFFZEMsV0FBSyxFQUFFLEtBRk87QUFHZEMsV0FBSyxFQUFFLFVBSE87QUFJZEosYUFBTyxFQUFFLENBSks7QUFLZEssVUFBSSxFQUFFcEQsbUJBQU8sQ0FBQywwQ0FBRCxDQUxDLEVBQUQ7O0FBT2Q7QUFDQ2lELFVBQUksRUFBRSxNQURQO0FBRUNDLFdBQUssRUFBRSxZQUZSO0FBR0NDLFdBQUssRUFBRSxZQUhSO0FBSUNKLGFBQU8sRUFBRSxDQUpWO0FBS0NPLHFCQUFlLEVBQUUsNENBTGxCO0FBTUNGLFVBQUksRUFBRXBELG1CQUFPLENBQUMsdUNBQUQsQ0FOZCxFQVBjLENBQWY7OztBQWdCQSxpQkFBWXFELEdBQUcsQ0FBQ0wsUUFBaEIsRUFBMEIsSUFBMUI7QUFDQSxpQkFBWUssR0FBWixFQUFpQixJQUFqQjtBQUNBLFFBQUlFLElBQUksR0FBRyxLQUFLNUIsWUFBTCxDQUFrQmpCLFFBQWxCLENBQVg7QUFDQTZDLFFBQUksQ0FBQ1YsUUFBTCxHQUFnQkEsUUFBaEI7QUFDQVUsUUFBSSxDQUFDUixPQUFMLEdBQWUsQ0FBZjtBQUNBUSxRQUFJLENBQUM3QyxRQUFMLEdBQWdCQSxRQUFoQjtBQUNBNkMsUUFBSSxDQUFDUCxRQUFMLEdBQWdCLENBQUM7QUFDZkMsVUFBSSxFQUFFLEtBRFM7QUFFZkMsV0FBSyxFQUFFLEtBRlE7QUFHZkMsV0FBSyxFQUFFLE1BSFE7QUFJZkosYUFBTyxFQUFFLENBSk07QUFLZkssVUFBSSxFQUFFcEQsbUJBQU8sQ0FBQyxzQ0FBRCxDQUxFLEVBQUQ7O0FBT2Y7QUFDQ2lELFVBQUksRUFBRSxNQURQO0FBRUNDLFdBQUssRUFBRSxZQUZSO0FBR0NDLFdBQUssRUFBRSxZQUhSO0FBSUNKLGFBQU8sRUFBRSxDQUpWO0FBS0NPLHFCQUFlLEVBQUUsb0NBTGxCO0FBTUNGLFVBQUksRUFBRXBELG1CQUFPLENBQUMsMkNBQUQsQ0FOZCxFQVBlLENBQWhCOzs7O0FBaUJBLFFBQUl3RCxVQUFVLEdBQUc7QUFDaEIsYUFBTztBQUNOVixTQURNLENBRFM7O0FBSWhCLGFBQU87QUFDTk8sU0FETSxDQUpTOztBQU9oQixjQUFRO0FBQ1BFLFVBRE8sQ0FQUSxFQUFqQjs7O0FBV0EsV0FBT0MsVUFBUDtBQUNBLEdBcktVOztBQXVLWEMsaUJBQWUsRUFBRSwyQkFBVztBQUMzQixRQUFJL0MsUUFBUSxHQUFHLEtBQUtGLGdCQUFMLEVBQWY7QUFDQSxRQUFJNkMsR0FBRyxHQUFHLEtBQUs5QixXQUFMLENBQWlCYixRQUFqQixDQUFWO0FBQ0EsUUFBSTZDLElBQUksR0FBRyxLQUFLNUIsWUFBTCxDQUFrQmpCLFFBQWxCLENBQVg7QUFDQSxRQUFJb0MsR0FBRyxHQUFHLEtBQUtoQixXQUFMLENBQWlCcEIsUUFBakIsQ0FBVjtBQUNBO0FBQ0EsV0FBTztBQUNOLGFBQU8yQyxHQUREO0FBRU4sY0FBUUUsSUFGRjtBQUdOLGFBQU9ULEdBSEQ7QUFJTixrQkFBWXBDO0FBQ1o7QUFMTSxLQUFQO0FBT0EsR0FwTFUsRUFBWixDOztBQXNMZUgsSyIsImZpbGUiOiI0My5qcyIsInNvdXJjZXNDb250ZW50IjpbImNvbnN0IHRyb253ZWIgPSByZXF1aXJlKCd0cm9ud2ViJylcclxuY29uc3QgYmlwMzkgPSByZXF1aXJlKCdiaXAzOScpO1xyXG5jb25zdCBiaXAzMiA9IHJlcXVpcmUoJ2JpcDMyJyk7XHJcbmNvbnN0IHV0aWwgPSByZXF1aXJlKCdldGhlcmV1bWpzLXV0aWwnKVxyXG5jb25zdCBldGhlcnMgPSByZXF1aXJlKCdldGhlcnMnKVxyXG5jb25zdCBiaXRjb2luID0gcmVxdWlyZSgnYml0Y29pbmpzLWxpYicpXHJcbmxldCBUeCA9IHJlcXVpcmUoJ2V0aGVyZXVtanMtdHgnKTtcclxuXHJcblxyXG5cclxuXHJcbmxldCB0b2tlbiA9IHtcclxuXHQvLyDojrflj5bliqnorrDor41cclxuXHRnZW5lcmF0ZU1uZW1vbmljOiBmdW5jdGlvbigpIHtcclxuXHRcdHJldHVybiBiaXAzOS5nZW5lcmF0ZU1uZW1vbmljKCk7XHJcblx0fSxcclxuXHJcblx0Ly/ojrflj5ZDaGlsZFxyXG5cdGdldFByaXZhdGVLZXk6IGZ1bmN0aW9uKG1uZW1vbmljLCBoZHBhdGgpIHtcclxuXHRcdGlmIChtbmVtb25pYy5zcGxpdChcIiBcIikubGVuZ3RoICUgMTIgPiAwKSB7XHJcblx0XHRcdHRocm93IG5ldyBFcnJvcihcIm1uZW1vbmljIGVycm9yXCIpO1xyXG5cdFx0fVxyXG5cdFx0bGV0IHNlZWQgPSBiaXAzOS5tbmVtb25pY1RvU2VlZFN5bmMobW5lbW9uaWMpO1xyXG5cdFx0Y29uc3Qgbm9kZSA9IGJpcDMyLmZyb21TZWVkKHNlZWQpO1xyXG5cdFx0Y29uc3QgY2hpbGQgPSBub2RlLmRlcml2ZVBhdGgoaGRwYXRoKTtcclxuXHRcdGxldCBwcml2YXRlS2V5ID0gdXRpbC5idWZmZXJUb0hleChjaGlsZC5wcml2YXRlS2V5KTtcclxuXHRcdHJldHVybiBwcml2YXRlS2V5O1xyXG5cclxuXHR9LFxyXG5cdC8v5qC55o2u5Yqp6K6w6K+N55Sf5oiQ5Lul5aSq5Z2KRVRI55qE6ZKx5YyF5L+h5oGvXHJcblx0Z2VuZXJhdGVFdGg6IGZ1bmN0aW9uKG1uZW1vbmljKSB7XHJcblxyXG5cclxuXHRcdGxldCBwcml2YXRlS2V5ID0gdGhpcy5nZXRQcml2YXRlS2V5KG1uZW1vbmljLCBcIm0vNDQnLzYwJy8wJy8wLzBcIik7XHJcblxyXG5cdFx0bGV0IHdhbGxldCA9IG5ldyBldGhlcnMuV2FsbGV0KHByaXZhdGVLZXkpO1xyXG5cdFx0bGV0IGFkZHJlc3MgPSB3YWxsZXQuYWRkcmVzcztcclxuXHRcdHJldHVybiB7XHJcblx0XHRcdCdwcml2YXRlS2V5JzogcHJpdmF0ZUtleSxcclxuXHRcdFx0J2FkZHJlc3MnOiBhZGRyZXNzXHJcblx0XHR9O1xyXG5cdH0sXHJcblx0Ly/moLnmja7liqnorrDor43nlJ/miJDms6LlnLpUUk9O55qE6ZKx5YyF5L+h5oGvXHJcblx0Z2VuZXJhdGVUcm9uOiBmdW5jdGlvbihtbmVtb25pYykge1xyXG5cdFx0bGV0IHByaXZhdGVLZXkgPSB0aGlzLmdldFByaXZhdGVLZXkobW5lbW9uaWMsIFwibS80NCcvMTk1Jy8wJy8wLzBcIik7XHJcblx0XHRwcml2YXRlS2V5ID0gcHJpdmF0ZUtleS5yZXBsYWNlKCcweCcsICcnKTtcclxuXHRcdGxldCBhZGRyZXNzID0gdHJvbndlYi5hZGRyZXNzLmZyb21Qcml2YXRlS2V5KHByaXZhdGVLZXkpO1xyXG5cdFx0cmV0dXJuIHtcclxuXHRcdFx0J3ByaXZhdGVLZXknOiBwcml2YXRlS2V5LFxyXG5cdFx0XHQnYWRkcmVzcyc6IGFkZHJlc3NcclxuXHRcdH07XHJcblx0fSxcclxuXHQvL+agueaNruWKqeiusOivjeeUn+aIkOavlOeJueW4gUJUQ+mSseWMheS/oeaBr1xyXG5cdGdlbmVyYXRlQnRjOiBmdW5jdGlvbihtbmVtb25pYykge1xyXG5cdFx0aWYgKG1uZW1vbmljLnNwbGl0KFwiIFwiKS5sZW5ndGggJSAxMiA+IDApIHtcclxuXHRcdFx0dGhyb3cgbmV3IEVycm9yKFwibW5lbW9uaWMgZXJyb3JcIik7XHJcblx0XHR9XHJcblx0XHRsZXQgc2VlZCA9IGJpcDM5Lm1uZW1vbmljVG9TZWVkU3luYyhtbmVtb25pYyk7XHJcblx0XHRjb25zdCBub2RlID0gYmlwMzIuZnJvbVNlZWQoc2VlZCk7XHJcblx0XHRjb25zdCBrZXlQYWlyID0gbm9kZS5kZXJpdmVQYXRoKFwibS80NCcvMTk1Jy8wJy8wLzBcIik7XHJcblx0XHRjb25zdCBwcml2YXRlS2V5ID0ga2V5UGFpci50b1dJRigpO1xyXG5cdFx0Y29uc29sZS5sb2coXCJCVEPnp4HpkqXvvJpcIiwgcHJpdmF0ZUtleSlcclxuXHRcdGxldCBhZGRyZXNzID0gYml0Y29pbi5wYXltZW50cy5wMnNoKHtcclxuXHRcdFx0cmVkZWVtOiBiaXRjb2luLnBheW1lbnRzLnAyd3BraCh7XHJcblx0XHRcdFx0cHVia2V5OiBrZXlQYWlyLnB1YmxpY0tleVxyXG5cdFx0XHR9KVxyXG5cdFx0fSk7XHJcblxyXG5cdFx0Ly9iaXRjb2luLnBheW1lbnRzLnAycGtoKHsgcHVia2V5OiBjaGlsZC5wdWJsaWNLZXkgfSlcclxuXHRcdC8vY29uc29sZS5sb2coYWRkcmVzcy5mcm9tU2NyaXB0SGFzaCh7cHVia2V5OiBrZXlQYWlyLnB1YmxpY0tleX0pKVxyXG5cdFx0cmV0dXJuIHtcclxuXHRcdFx0J3ByaXZhdGVLZXknOiBwcml2YXRlS2V5LFxyXG5cdFx0XHQnYWRkcmVzcyc6IGFkZHJlc3MuYWRkcmVzc1xyXG5cdFx0fTtcclxuXHR9LFxyXG5cdC8v5a+85YWl5q+U54m55biBQlRD56eB6ZKlXHJcblx0aW1wb3J0QnRjUHJpdmF0ZUtleTogZnVuY3Rpb24ocHJpdmF0ZUtleSkge1xyXG5cdFx0bGV0IGtleVBhaXIgPSBuZXcgYml0Y29pbi5FQ1BhaXIuZnJvbVdJRihwcml2YXRlS2V5KTtcclxuXHRcdGxldCBhZGRyZXNzID0gYml0Y29pbi5wYXltZW50cy5wMnNoKHtcclxuXHRcdFx0cmVkZWVtOiBiaXRjb2luLnBheW1lbnRzLnAyd3BraCh7XHJcblx0XHRcdFx0cHVia2V5OiBrZXlQYWlyLnB1YmxpY0tleVxyXG5cdFx0XHR9KVxyXG5cdFx0fSk7XHJcblx0XHQvL2NvbnNvbGUubG9nKGFkZHJlc3MuZnJvbVNjcmlwdEhhc2goe3B1YmtleToga2V5UGFpci5wdWJsaWNLZXl9KSlcclxuXHRcdHJldHVybiB7XHJcblx0XHRcdCdwcml2YXRlS2V5JzogcHJpdmF0ZUtleSxcclxuXHRcdFx0J2FkZHJlc3MnOiBhZGRyZXNzLmFkZHJlc3NcclxuXHRcdH07XHJcblx0fSxcclxuXHQvL+WvvOWFpeS7peWkquWdikVUSOengemSpVxyXG5cdGltcG9ydEV0aFByaXZhdGVLZXk6IGZ1bmN0aW9uKHByaXZhdGVLZXkpIHtcclxuXHRcdGxldCB3YWxsZXQgPSBuZXcgZXRoZXJzLldhbGxldChwcml2YXRlS2V5KTtcclxuXHRcdGxldCBhZGRyZXNzID0gd2FsbGV0LmFkZHJlc3M7XHJcblx0XHRyZXR1cm4ge1xyXG5cdFx0XHQncHJpdmF0ZUtleSc6IHByaXZhdGVLZXksXHJcblx0XHRcdCdhZGRyZXNzJzogYWRkcmVzc1xyXG5cdFx0fTtcclxuXHR9LFxyXG5cdC8v5a+85YWl5rOi5Zy6VFJPTuengemSpVxyXG5cdGltcG9ydFRyb25Qcml2YXRlS2V5OiBmdW5jdGlvbihwcml2YXRlS2V5KSB7XHJcblx0XHRwcml2YXRlS2V5ID0gcHJpdmF0ZUtleS5yZXBsYWNlKCcweCcsICcnKTtcclxuXHRcdGxldCBhZGRyZXNzID0gdHJvbndlYi5hZGRyZXNzLmZyb21Qcml2YXRlS2V5KHByaXZhdGVLZXkpO1xyXG5cdFx0cmV0dXJuIHtcclxuXHRcdFx0J3ByaXZhdGVLZXknOiBwcml2YXRlS2V5LFxyXG5cdFx0XHQnYWRkcmVzcyc6IGFkZHJlc3NcclxuXHRcdH07XHJcblx0fSxcclxuXHJcblxyXG5cdGluaXRpYWxXYWxsZXQ6IGZ1bmN0aW9uKG1uZW1vbmljLCBwYXNzd29yZCkge1xyXG5cdFx0bGV0IGJ0YyA9IHRoaXMuZ2VuZXJhdGVCdGMobW5lbW9uaWMpO1xyXG5cdFx0YnRjLm1uZW1vbmljID0gbW5lbW9uaWM7XHJcblx0XHRidGMucGFzc3dvcmQgPSBwYXNzd29yZDtcclxuXHRcdGJ0Yy5iYWxhbmNlID0gMDtcclxuXHRcdGJ0Yy5jb2luTGlzdCA9IFt7XHJcblx0XHRcdG5hbWU6IFwiQlRDXCIsXHJcblx0XHRcdG5hbWUyOiBcIkJUQ1wiLFxyXG5cdFx0XHR4bmFtZTogJ0JpdGNvaW4nLFxyXG5cdFx0XHRiYWxhbmNlOiAwLFxyXG5cdFx0XHRpY29uOiByZXF1aXJlKCdAL3N0YXRpYy90b25neW9uaC9ieWUucG5nJylcclxuXHRcdH1dO1xyXG5cdFx0bGV0IGV0aCA9IHRoaXMuZ2VuZXJhdGVFdGgobW5lbW9uaWMpO1xyXG5cdFx0ZXRoLnBhc3N3b3JkID0gcGFzc3dvcmQ7XHJcblx0XHRldGguYmFsYW5jZSA9IDA7XHJcblx0XHRldGgubW5lbW9uaWMgPSBtbmVtb25pYztcclxuXHRcdGV0aC5jb2luTGlzdCA9IFt7XHJcblx0XHRcdFx0bmFtZTogXCJFVEhcIixcclxuXHRcdFx0XHRuYW1lMjogXCJFVEhcIixcclxuXHRcdFx0XHR4bmFtZTogJ0V0aGVyZXVtJyxcclxuXHRcdFx0XHRiYWxhbmNlOiAwLFxyXG5cdFx0XHRcdGljb246IHJlcXVpcmUoJ0Avc3RhdGljL3Rvbmd5b25oL0ZyYW1lMzI5OS5wbmcnKVxyXG5cdFx0XHR9LFxyXG5cdFx0XHR7XHJcblx0XHRcdFx0bmFtZTogXCJVU0RUXCIsXHJcblx0XHRcdFx0bmFtZTI6IFwiRVJDMjAtVVNEVFwiLFxyXG5cdFx0XHRcdHhuYW1lOiAnVGV0aGVyIFVTRCcsXHJcblx0XHRcdFx0YmFsYW5jZTogMCxcclxuXHRcdFx0XHRjb250cmFjdEFkZHJlc3M6ICcweGRhYzE3Zjk1OGQyZWU1MjNhMjIwNjIwNjk5NDU5N2MxM2Q4MzFlYzcnLFxyXG5cdFx0XHRcdGljb246IHJlcXVpcmUoJ0Avc3RhdGljL3Rvbmd5b25oL2ltZzUwMC5wbmcnKVxyXG5cdFx0XHR9XHJcblx0XHRdO1xyXG5cdFx0Y29uc29sZS5sb2coZXRoLmNvaW5MaXN0LCA0NDQ0KVxyXG5cdFx0Y29uc29sZS5sb2coZXRoLCAyMjI0KVxyXG5cdFx0bGV0IHRyb24gPSB0aGlzLmdlbmVyYXRlVHJvbihtbmVtb25pYyk7XHJcblx0XHR0cm9uLnBhc3N3b3JkID0gcGFzc3dvcmQ7XHJcblx0XHR0cm9uLmJhbGFuY2UgPSAwO1xyXG5cdFx0dHJvbi5tbmVtb25pYyA9IG1uZW1vbmljO1xyXG5cdFx0dHJvbi5jb2luTGlzdCA9IFt7XHJcblx0XHRcdFx0bmFtZTogXCJUUlhcIixcclxuXHRcdFx0XHRuYW1lMjogXCJUUlhcIixcclxuXHRcdFx0XHR4bmFtZTogJ1RST04nLFxyXG5cdFx0XHRcdGJhbGFuY2U6IDAsXHJcblx0XHRcdFx0aWNvbjogcmVxdWlyZSgnQC9zdGF0aWMvdG9uZ3lvbmgvdHJvbjEucG5nJylcclxuXHRcdFx0fSxcclxuXHRcdFx0e1xyXG5cdFx0XHRcdG5hbWU6IFwiVVNEVFwiLFxyXG5cdFx0XHRcdG5hbWUyOiBcIlRSQzIwLVVTRFRcIixcclxuXHRcdFx0XHR4bmFtZTogJ1RldGhlciBVU0QnLFxyXG5cdFx0XHRcdGJhbGFuY2U6IDAsXHJcblx0XHRcdFx0Y29udHJhY3RBZGRyZXNzOiAnVFI3TkhxamVLUXhHVENpOHE4Wlk0cEw4b3RTemdqTGo2dCcsXHJcblx0XHRcdFx0aWNvbjogcmVxdWlyZSgnQC9zdGF0aWMvdG9uZ3lvbmgvdGV0aGVyX3VzZC5wbmcnKVxyXG5cdFx0XHR9LFxyXG5cdFx0XTtcclxuXHJcblx0XHRsZXQgd2FsbHJ0SW5mbyA9IHtcclxuXHRcdFx0XCJCVENcIjogW1xyXG5cdFx0XHRcdGJ0Y1xyXG5cdFx0XHRdLFxyXG5cdFx0XHRcIkVUSFwiOiBbXHJcblx0XHRcdFx0ZXRoXHJcblx0XHRcdF0sXHJcblx0XHRcdFwiVFJPTlwiOiBbXHJcblx0XHRcdFx0dHJvblxyXG5cdFx0XHRdXHJcblx0XHR9XHJcblx0XHRyZXR1cm4gd2FsbHJ0SW5mbztcclxuXHR9LFxyXG5cclxuXHRjcmVhdGluZ1dhbGxldHM6IGZ1bmN0aW9uKCkge1xyXG5cdFx0bGV0IG1uZW1vbmljID0gdGhpcy5nZW5lcmF0ZU1uZW1vbmljKCk7XHJcblx0XHRsZXQgZXRoID0gdGhpcy5nZW5lcmF0ZUV0aChtbmVtb25pYyk7XHJcblx0XHRsZXQgdHJvbiA9IHRoaXMuZ2VuZXJhdGVUcm9uKG1uZW1vbmljKTtcclxuXHRcdGxldCBidGMgPSB0aGlzLmdlbmVyYXRlQnRjKG1uZW1vbmljKTtcclxuXHRcdC8vIGxldCBwcml2YXRlS2V5ID0gdGhpcy5nZXRQcml2YXRlS2V5KG1uZW1vbmljKTtcclxuXHRcdHJldHVybiB7XHJcblx0XHRcdCdldGgnOiBldGgsXHJcblx0XHRcdCd0cm9uJzogdHJvbixcclxuXHRcdFx0J2J0Yyc6IGJ0YyxcclxuXHRcdFx0J21uZW1vbmljJzogbW5lbW9uaWMsXHJcblx0XHRcdC8vICdwcml2YXRlS2V5JzogcHJpdmF0ZUtleVxyXG5cdFx0fTtcclxuXHR9LFxyXG59XHJcbmV4cG9ydCBkZWZhdWx0IHRva2VuXHJcbiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///43\n");
+eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;var tronweb = __webpack_require__(/*! tronweb */ 39);\nvar bip39 = __webpack_require__(/*! bip39 */ 340);\nvar bip32 = __webpack_require__(/*! bip32 */ 395);\nvar util = __webpack_require__(/*! ethereumjs-util */ 411);\nvar ethers = __webpack_require__(/*! ethers */ 63);\nvar bitcoin = __webpack_require__(/*! bitcoinjs-lib */ 442);\nvar Tx = __webpack_require__(/*! ethereumjs-tx */ 516);\n\n\n\n\nvar token = {\n // 获取助记词\n generateMnemonic: function generateMnemonic() {\n return bip39.generateMnemonic();\n },\n\n //获取Child\n getPrivateKey: function getPrivateKey(mnemonic, hdpath) {\n if (mnemonic.split(\" \").length % 12 > 0) {\n throw new Error(\"mnemonic error\");\n }\n var seed = bip39.mnemonicToSeedSync(mnemonic);\n var node = bip32.fromSeed(seed);\n var child = node.derivePath(hdpath);\n var privateKey = util.bufferToHex(child.privateKey);\n return privateKey;\n\n },\n //根据助记词生成以太坊ETH的钱包信息\n generateEth: function generateEth(mnemonic) {\n\n\n var privateKey = this.getPrivateKey(mnemonic, \"m/44'/60'/0'/0/0\");\n\n var wallet = new ethers.Wallet(privateKey);\n var address = wallet.address;\n return {\n 'privateKey': privateKey,\n 'address': address };\n\n },\n //根据助记词生成波场TRON的钱包信息\n generateTron: function generateTron(mnemonic) {\n var privateKey = this.getPrivateKey(mnemonic, \"m/44'/195'/0'/0/0\");\n privateKey = privateKey.replace('0x', '');\n var address = tronweb.address.fromPrivateKey(privateKey);\n return {\n 'privateKey': privateKey,\n 'address': address };\n\n },\n //根据助记词生成比特币BTC钱包信息\n generateBtc: function generateBtc(mnemonic) {\n if (mnemonic.split(\" \").length % 12 > 0) {\n throw new Error(\"mnemonic error\");\n }\n var seed = bip39.mnemonicToSeedSync(mnemonic);\n var node = bip32.fromSeed(seed);\n var keyPair = node.derivePath(\"m/44'/195'/0'/0/0\");\n var privateKey = keyPair.toWIF();\n __f__(\"log\", \"BTC私钥:\", privateKey, \" at utils/TokenUtil.js:62\");\n var address = bitcoin.payments.p2sh({\n redeem: bitcoin.payments.p2wpkh({\n pubkey: keyPair.publicKey }) });\n\n\n\n //bitcoin.payments.p2pkh({ pubkey: child.publicKey })\n //console.log(address.fromScriptHash({pubkey: keyPair.publicKey}))\n return {\n 'privateKey': privateKey,\n 'address': address.address };\n\n },\n //导入比特币BTC私钥\n importBtcPrivateKey: function importBtcPrivateKey(privateKey) {\n var keyPair = new bitcoin.ECPair.fromWIF(privateKey);\n var address = bitcoin.payments.p2sh({\n redeem: bitcoin.payments.p2wpkh({\n pubkey: keyPair.publicKey }) });\n\n\n //console.log(address.fromScriptHash({pubkey: keyPair.publicKey}))\n return {\n 'privateKey': privateKey,\n 'address': address.address };\n\n },\n //导入以太坊ETH私钥\n importEthPrivateKey: function importEthPrivateKey(privateKey) {\n var wallet = new ethers.Wallet(privateKey);\n var address = wallet.address;\n return {\n 'privateKey': privateKey,\n 'address': address };\n\n },\n //导入波场TRON私钥\n importTronPrivateKey: function importTronPrivateKey(privateKey) {\n privateKey = privateKey.replace('0x', '');\n var address = tronweb.address.fromPrivateKey(privateKey);\n return {\n 'privateKey': privateKey,\n 'address': address };\n\n },\n\n\n initialWallet: function initialWallet(mnemonic, password) {\n var btc = this.generateBtc(mnemonic);\n btc.mnemonic = mnemonic;\n btc.password = password;\n btc.balance = 0;\n btc.coinList = [{\n name: \"BTC\",\n name2: \"BTC\",\n xname: 'Bitcoin',\n balance: 0,\n icon: __webpack_require__(/*! @/static/tongyonh/bye.png */ 518) }];\n\n var eth = this.generateEth(mnemonic);\n eth.password = password;\n eth.balance = 0;\n eth.mnemonic = mnemonic;\n eth.coinList = [{\n name: \"ETH\",\n name2: \"ETH\",\n xname: 'Ethereum',\n balance: 0,\n icon: __webpack_require__(/*! @/static/tongyonh/Frame3299.png */ 519) },\n\n {\n name: \"USDT\",\n name2: \"ERC20-USDT\",\n xname: 'Tether USD',\n balance: 0,\n contractAddress: '0xdac17f958d2ee523a2206206994597c13d831ec7',\n icon: __webpack_require__(/*! @/static/tongyonh/img500.png */ 520) }];\n\n\n __f__(\"log\", eth.coinList, 4444, \" at utils/TokenUtil.js:142\");\n __f__(\"log\", eth, 2224, \" at utils/TokenUtil.js:143\");\n var tron = this.generateTron(mnemonic);\n tron.password = password;\n tron.balance = 0;\n tron.mnemonic = mnemonic;\n tron.coinList = [{\n name: \"TRX\",\n name2: \"TRX\",\n xname: 'TRON',\n balance: 0,\n icon: __webpack_require__(/*! @/static/tongyonh/tron1.png */ 521) },\n\n {\n name: \"USDT\",\n name2: \"TRC20-USDT\",\n xname: 'Tether USD',\n balance: 0,\n contractAddress: 'TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t',\n icon: __webpack_require__(/*! @/static/tongyonh/tether_usd.png */ 522) }];\n\n\n\n var wallrtInfo = {\n \"BTC\": [\n btc],\n\n \"ETH\": [\n eth],\n\n \"TRON\": [\n tron] };\n\n\n return wallrtInfo;\n },\n\n creatingWallets: function creatingWallets() {\n var mnemonic = this.generateMnemonic();\n var eth = this.generateEth(mnemonic);\n var tron = this.generateTron(mnemonic);\n var btc = this.generateBtc(mnemonic);\n // let privateKey = this.getPrivateKey(mnemonic);\n return {\n 'eth': eth,\n 'tron': tron,\n 'btc': btc,\n 'mnemonic': mnemonic\n // 'privateKey': privateKey\n };\n } };var _default =\n\ntoken;exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 28)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXRpbHMvVG9rZW5VdGlsLmpzIl0sIm5hbWVzIjpbInRyb253ZWIiLCJyZXF1aXJlIiwiYmlwMzkiLCJiaXAzMiIsInV0aWwiLCJldGhlcnMiLCJiaXRjb2luIiwiVHgiLCJ0b2tlbiIsImdlbmVyYXRlTW5lbW9uaWMiLCJnZXRQcml2YXRlS2V5IiwibW5lbW9uaWMiLCJoZHBhdGgiLCJzcGxpdCIsImxlbmd0aCIsIkVycm9yIiwic2VlZCIsIm1uZW1vbmljVG9TZWVkU3luYyIsIm5vZGUiLCJmcm9tU2VlZCIsImNoaWxkIiwiZGVyaXZlUGF0aCIsInByaXZhdGVLZXkiLCJidWZmZXJUb0hleCIsImdlbmVyYXRlRXRoIiwid2FsbGV0IiwiV2FsbGV0IiwiYWRkcmVzcyIsImdlbmVyYXRlVHJvbiIsInJlcGxhY2UiLCJmcm9tUHJpdmF0ZUtleSIsImdlbmVyYXRlQnRjIiwia2V5UGFpciIsInRvV0lGIiwicGF5bWVudHMiLCJwMnNoIiwicmVkZWVtIiwicDJ3cGtoIiwicHVia2V5IiwicHVibGljS2V5IiwiaW1wb3J0QnRjUHJpdmF0ZUtleSIsIkVDUGFpciIsImZyb21XSUYiLCJpbXBvcnRFdGhQcml2YXRlS2V5IiwiaW1wb3J0VHJvblByaXZhdGVLZXkiLCJpbml0aWFsV2FsbGV0IiwicGFzc3dvcmQiLCJidGMiLCJiYWxhbmNlIiwiY29pbkxpc3QiLCJuYW1lIiwibmFtZTIiLCJ4bmFtZSIsImljb24iLCJldGgiLCJjb250cmFjdEFkZHJlc3MiLCJ0cm9uIiwid2FsbHJ0SW5mbyIsImNyZWF0aW5nV2FsbGV0cyJdLCJtYXBwaW5ncyI6Im9JQUFBLElBQU1BLE9BQU8sR0FBR0MsbUJBQU8sQ0FBQyxpQkFBRCxDQUF2QjtBQUNBLElBQU1DLEtBQUssR0FBR0QsbUJBQU8sQ0FBQyxnQkFBRCxDQUFyQjtBQUNBLElBQU1FLEtBQUssR0FBR0YsbUJBQU8sQ0FBQyxnQkFBRCxDQUFyQjtBQUNBLElBQU1HLElBQUksR0FBR0gsbUJBQU8sQ0FBQywwQkFBRCxDQUFwQjtBQUNBLElBQU1JLE1BQU0sR0FBR0osbUJBQU8sQ0FBQyxnQkFBRCxDQUF0QjtBQUNBLElBQU1LLE9BQU8sR0FBR0wsbUJBQU8sQ0FBQyx3QkFBRCxDQUF2QjtBQUNBLElBQUlNLEVBQUUsR0FBR04sbUJBQU8sQ0FBQyx3QkFBRCxDQUFoQjs7Ozs7QUFLQSxJQUFJTyxLQUFLLEdBQUc7QUFDWDtBQUNBQyxrQkFBZ0IsRUFBRSw0QkFBVztBQUM1QixXQUFPUCxLQUFLLENBQUNPLGdCQUFOLEVBQVA7QUFDQSxHQUpVOztBQU1YO0FBQ0FDLGVBQWEsRUFBRSx1QkFBU0MsUUFBVCxFQUFtQkMsTUFBbkIsRUFBMkI7QUFDekMsUUFBSUQsUUFBUSxDQUFDRSxLQUFULENBQWUsR0FBZixFQUFvQkMsTUFBcEIsR0FBNkIsRUFBN0IsR0FBa0MsQ0FBdEMsRUFBeUM7QUFDeEMsWUFBTSxJQUFJQyxLQUFKLENBQVUsZ0JBQVYsQ0FBTjtBQUNBO0FBQ0QsUUFBSUMsSUFBSSxHQUFHZCxLQUFLLENBQUNlLGtCQUFOLENBQXlCTixRQUF6QixDQUFYO0FBQ0EsUUFBTU8sSUFBSSxHQUFHZixLQUFLLENBQUNnQixRQUFOLENBQWVILElBQWYsQ0FBYjtBQUNBLFFBQU1JLEtBQUssR0FBR0YsSUFBSSxDQUFDRyxVQUFMLENBQWdCVCxNQUFoQixDQUFkO0FBQ0EsUUFBSVUsVUFBVSxHQUFHbEIsSUFBSSxDQUFDbUIsV0FBTCxDQUFpQkgsS0FBSyxDQUFDRSxVQUF2QixDQUFqQjtBQUNBLFdBQU9BLFVBQVA7O0FBRUEsR0FqQlU7QUFrQlg7QUFDQUUsYUFBVyxFQUFFLHFCQUFTYixRQUFULEVBQW1COzs7QUFHL0IsUUFBSVcsVUFBVSxHQUFHLEtBQUtaLGFBQUwsQ0FBbUJDLFFBQW5CLEVBQTZCLGtCQUE3QixDQUFqQjs7QUFFQSxRQUFJYyxNQUFNLEdBQUcsSUFBSXBCLE1BQU0sQ0FBQ3FCLE1BQVgsQ0FBa0JKLFVBQWxCLENBQWI7QUFDQSxRQUFJSyxPQUFPLEdBQUdGLE1BQU0sQ0FBQ0UsT0FBckI7QUFDQSxXQUFPO0FBQ04sb0JBQWNMLFVBRFI7QUFFTixpQkFBV0ssT0FGTCxFQUFQOztBQUlBLEdBOUJVO0FBK0JYO0FBQ0FDLGNBQVksRUFBRSxzQkFBU2pCLFFBQVQsRUFBbUI7QUFDaEMsUUFBSVcsVUFBVSxHQUFHLEtBQUtaLGFBQUwsQ0FBbUJDLFFBQW5CLEVBQTZCLG1CQUE3QixDQUFqQjtBQUNBVyxjQUFVLEdBQUdBLFVBQVUsQ0FBQ08sT0FBWCxDQUFtQixJQUFuQixFQUF5QixFQUF6QixDQUFiO0FBQ0EsUUFBSUYsT0FBTyxHQUFHM0IsT0FBTyxDQUFDMkIsT0FBUixDQUFnQkcsY0FBaEIsQ0FBK0JSLFVBQS9CLENBQWQ7QUFDQSxXQUFPO0FBQ04sb0JBQWNBLFVBRFI7QUFFTixpQkFBV0ssT0FGTCxFQUFQOztBQUlBLEdBeENVO0FBeUNYO0FBQ0FJLGFBQVcsRUFBRSxxQkFBU3BCLFFBQVQsRUFBbUI7QUFDL0IsUUFBSUEsUUFBUSxDQUFDRSxLQUFULENBQWUsR0FBZixFQUFvQkMsTUFBcEIsR0FBNkIsRUFBN0IsR0FBa0MsQ0FBdEMsRUFBeUM7QUFDeEMsWUFBTSxJQUFJQyxLQUFKLENBQVUsZ0JBQVYsQ0FBTjtBQUNBO0FBQ0QsUUFBSUMsSUFBSSxHQUFHZCxLQUFLLENBQUNlLGtCQUFOLENBQXlCTixRQUF6QixDQUFYO0FBQ0EsUUFBTU8sSUFBSSxHQUFHZixLQUFLLENBQUNnQixRQUFOLENBQWVILElBQWYsQ0FBYjtBQUNBLFFBQU1nQixPQUFPLEdBQUdkLElBQUksQ0FBQ0csVUFBTCxDQUFnQixtQkFBaEIsQ0FBaEI7QUFDQSxRQUFNQyxVQUFVLEdBQUdVLE9BQU8sQ0FBQ0MsS0FBUixFQUFuQjtBQUNBLGlCQUFZLFFBQVosRUFBc0JYLFVBQXRCO0FBQ0EsUUFBSUssT0FBTyxHQUFHckIsT0FBTyxDQUFDNEIsUUFBUixDQUFpQkMsSUFBakIsQ0FBc0I7QUFDbkNDLFlBQU0sRUFBRTlCLE9BQU8sQ0FBQzRCLFFBQVIsQ0FBaUJHLE1BQWpCLENBQXdCO0FBQy9CQyxjQUFNLEVBQUVOLE9BQU8sQ0FBQ08sU0FEZSxFQUF4QixDQUQyQixFQUF0QixDQUFkOzs7O0FBTUE7QUFDQTtBQUNBLFdBQU87QUFDTixvQkFBY2pCLFVBRFI7QUFFTixpQkFBV0ssT0FBTyxDQUFDQSxPQUZiLEVBQVA7O0FBSUEsR0EvRFU7QUFnRVg7QUFDQWEscUJBQW1CLEVBQUUsNkJBQVNsQixVQUFULEVBQXFCO0FBQ3pDLFFBQUlVLE9BQU8sR0FBRyxJQUFJMUIsT0FBTyxDQUFDbUMsTUFBUixDQUFlQyxPQUFuQixDQUEyQnBCLFVBQTNCLENBQWQ7QUFDQSxRQUFJSyxPQUFPLEdBQUdyQixPQUFPLENBQUM0QixRQUFSLENBQWlCQyxJQUFqQixDQUFzQjtBQUNuQ0MsWUFBTSxFQUFFOUIsT0FBTyxDQUFDNEIsUUFBUixDQUFpQkcsTUFBakIsQ0FBd0I7QUFDL0JDLGNBQU0sRUFBRU4sT0FBTyxDQUFDTyxTQURlLEVBQXhCLENBRDJCLEVBQXRCLENBQWQ7OztBQUtBO0FBQ0EsV0FBTztBQUNOLG9CQUFjakIsVUFEUjtBQUVOLGlCQUFXSyxPQUFPLENBQUNBLE9BRmIsRUFBUDs7QUFJQSxHQTdFVTtBQThFWDtBQUNBZ0IscUJBQW1CLEVBQUUsNkJBQVNyQixVQUFULEVBQXFCO0FBQ3pDLFFBQUlHLE1BQU0sR0FBRyxJQUFJcEIsTUFBTSxDQUFDcUIsTUFBWCxDQUFrQkosVUFBbEIsQ0FBYjtBQUNBLFFBQUlLLE9BQU8sR0FBR0YsTUFBTSxDQUFDRSxPQUFyQjtBQUNBLFdBQU87QUFDTixvQkFBY0wsVUFEUjtBQUVOLGlCQUFXSyxPQUZMLEVBQVA7O0FBSUEsR0F0RlU7QUF1Rlg7QUFDQWlCLHNCQUFvQixFQUFFLDhCQUFTdEIsVUFBVCxFQUFxQjtBQUMxQ0EsY0FBVSxHQUFHQSxVQUFVLENBQUNPLE9BQVgsQ0FBbUIsSUFBbkIsRUFBeUIsRUFBekIsQ0FBYjtBQUNBLFFBQUlGLE9BQU8sR0FBRzNCLE9BQU8sQ0FBQzJCLE9BQVIsQ0FBZ0JHLGNBQWhCLENBQStCUixVQUEvQixDQUFkO0FBQ0EsV0FBTztBQUNOLG9CQUFjQSxVQURSO0FBRU4saUJBQVdLLE9BRkwsRUFBUDs7QUFJQSxHQS9GVTs7O0FBa0dYa0IsZUFBYSxFQUFFLHVCQUFTbEMsUUFBVCxFQUFtQm1DLFFBQW5CLEVBQTZCO0FBQzNDLFFBQUlDLEdBQUcsR0FBRyxLQUFLaEIsV0FBTCxDQUFpQnBCLFFBQWpCLENBQVY7QUFDQW9DLE9BQUcsQ0FBQ3BDLFFBQUosR0FBZUEsUUFBZjtBQUNBb0MsT0FBRyxDQUFDRCxRQUFKLEdBQWVBLFFBQWY7QUFDQUMsT0FBRyxDQUFDQyxPQUFKLEdBQWMsQ0FBZDtBQUNBRCxPQUFHLENBQUNFLFFBQUosR0FBZSxDQUFDO0FBQ2ZDLFVBQUksRUFBRSxLQURTO0FBRWZDLFdBQUssRUFBRSxLQUZRO0FBR2ZDLFdBQUssRUFBRSxTQUhRO0FBSWZKLGFBQU8sRUFBRSxDQUpNO0FBS2ZLLFVBQUksRUFBRXBELG1CQUFPLENBQUMsb0NBQUQsQ0FMRSxFQUFELENBQWY7O0FBT0EsUUFBSXFELEdBQUcsR0FBRyxLQUFLOUIsV0FBTCxDQUFpQmIsUUFBakIsQ0FBVjtBQUNBMkMsT0FBRyxDQUFDUixRQUFKLEdBQWVBLFFBQWY7QUFDQVEsT0FBRyxDQUFDTixPQUFKLEdBQWMsQ0FBZDtBQUNBTSxPQUFHLENBQUMzQyxRQUFKLEdBQWVBLFFBQWY7QUFDQTJDLE9BQUcsQ0FBQ0wsUUFBSixHQUFlLENBQUM7QUFDZEMsVUFBSSxFQUFFLEtBRFE7QUFFZEMsV0FBSyxFQUFFLEtBRk87QUFHZEMsV0FBSyxFQUFFLFVBSE87QUFJZEosYUFBTyxFQUFFLENBSks7QUFLZEssVUFBSSxFQUFFcEQsbUJBQU8sQ0FBQywwQ0FBRCxDQUxDLEVBQUQ7O0FBT2Q7QUFDQ2lELFVBQUksRUFBRSxNQURQO0FBRUNDLFdBQUssRUFBRSxZQUZSO0FBR0NDLFdBQUssRUFBRSxZQUhSO0FBSUNKLGFBQU8sRUFBRSxDQUpWO0FBS0NPLHFCQUFlLEVBQUUsNENBTGxCO0FBTUNGLFVBQUksRUFBRXBELG1CQUFPLENBQUMsdUNBQUQsQ0FOZCxFQVBjLENBQWY7OztBQWdCQSxpQkFBWXFELEdBQUcsQ0FBQ0wsUUFBaEIsRUFBMEIsSUFBMUI7QUFDQSxpQkFBWUssR0FBWixFQUFpQixJQUFqQjtBQUNBLFFBQUlFLElBQUksR0FBRyxLQUFLNUIsWUFBTCxDQUFrQmpCLFFBQWxCLENBQVg7QUFDQTZDLFFBQUksQ0FBQ1YsUUFBTCxHQUFnQkEsUUFBaEI7QUFDQVUsUUFBSSxDQUFDUixPQUFMLEdBQWUsQ0FBZjtBQUNBUSxRQUFJLENBQUM3QyxRQUFMLEdBQWdCQSxRQUFoQjtBQUNBNkMsUUFBSSxDQUFDUCxRQUFMLEdBQWdCLENBQUM7QUFDZkMsVUFBSSxFQUFFLEtBRFM7QUFFZkMsV0FBSyxFQUFFLEtBRlE7QUFHZkMsV0FBSyxFQUFFLE1BSFE7QUFJZkosYUFBTyxFQUFFLENBSk07QUFLZkssVUFBSSxFQUFFcEQsbUJBQU8sQ0FBQyxzQ0FBRCxDQUxFLEVBQUQ7O0FBT2Y7QUFDQ2lELFVBQUksRUFBRSxNQURQO0FBRUNDLFdBQUssRUFBRSxZQUZSO0FBR0NDLFdBQUssRUFBRSxZQUhSO0FBSUNKLGFBQU8sRUFBRSxDQUpWO0FBS0NPLHFCQUFlLEVBQUUsb0NBTGxCO0FBTUNGLFVBQUksRUFBRXBELG1CQUFPLENBQUMsMkNBQUQsQ0FOZCxFQVBlLENBQWhCOzs7O0FBaUJBLFFBQUl3RCxVQUFVLEdBQUc7QUFDaEIsYUFBTztBQUNOVixTQURNLENBRFM7O0FBSWhCLGFBQU87QUFDTk8sU0FETSxDQUpTOztBQU9oQixjQUFRO0FBQ1BFLFVBRE8sQ0FQUSxFQUFqQjs7O0FBV0EsV0FBT0MsVUFBUDtBQUNBLEdBcktVOztBQXVLWEMsaUJBQWUsRUFBRSwyQkFBVztBQUMzQixRQUFJL0MsUUFBUSxHQUFHLEtBQUtGLGdCQUFMLEVBQWY7QUFDQSxRQUFJNkMsR0FBRyxHQUFHLEtBQUs5QixXQUFMLENBQWlCYixRQUFqQixDQUFWO0FBQ0EsUUFBSTZDLElBQUksR0FBRyxLQUFLNUIsWUFBTCxDQUFrQmpCLFFBQWxCLENBQVg7QUFDQSxRQUFJb0MsR0FBRyxHQUFHLEtBQUtoQixXQUFMLENBQWlCcEIsUUFBakIsQ0FBVjtBQUNBO0FBQ0EsV0FBTztBQUNOLGFBQU8yQyxHQUREO0FBRU4sY0FBUUUsSUFGRjtBQUdOLGFBQU9ULEdBSEQ7QUFJTixrQkFBWXBDO0FBQ1o7QUFMTSxLQUFQO0FBT0EsR0FwTFUsRUFBWixDOztBQXNMZUgsSyIsImZpbGUiOiIzOC5qcyIsInNvdXJjZXNDb250ZW50IjpbImNvbnN0IHRyb253ZWIgPSByZXF1aXJlKCd0cm9ud2ViJylcclxuY29uc3QgYmlwMzkgPSByZXF1aXJlKCdiaXAzOScpO1xyXG5jb25zdCBiaXAzMiA9IHJlcXVpcmUoJ2JpcDMyJyk7XHJcbmNvbnN0IHV0aWwgPSByZXF1aXJlKCdldGhlcmV1bWpzLXV0aWwnKVxyXG5jb25zdCBldGhlcnMgPSByZXF1aXJlKCdldGhlcnMnKVxyXG5jb25zdCBiaXRjb2luID0gcmVxdWlyZSgnYml0Y29pbmpzLWxpYicpXHJcbmxldCBUeCA9IHJlcXVpcmUoJ2V0aGVyZXVtanMtdHgnKTtcclxuXHJcblxyXG5cclxuXHJcbmxldCB0b2tlbiA9IHtcclxuXHQvLyDojrflj5bliqnorrDor41cclxuXHRnZW5lcmF0ZU1uZW1vbmljOiBmdW5jdGlvbigpIHtcclxuXHRcdHJldHVybiBiaXAzOS5nZW5lcmF0ZU1uZW1vbmljKCk7XHJcblx0fSxcclxuXHJcblx0Ly/ojrflj5ZDaGlsZFxyXG5cdGdldFByaXZhdGVLZXk6IGZ1bmN0aW9uKG1uZW1vbmljLCBoZHBhdGgpIHtcclxuXHRcdGlmIChtbmVtb25pYy5zcGxpdChcIiBcIikubGVuZ3RoICUgMTIgPiAwKSB7XHJcblx0XHRcdHRocm93IG5ldyBFcnJvcihcIm1uZW1vbmljIGVycm9yXCIpO1xyXG5cdFx0fVxyXG5cdFx0bGV0IHNlZWQgPSBiaXAzOS5tbmVtb25pY1RvU2VlZFN5bmMobW5lbW9uaWMpO1xyXG5cdFx0Y29uc3Qgbm9kZSA9IGJpcDMyLmZyb21TZWVkKHNlZWQpO1xyXG5cdFx0Y29uc3QgY2hpbGQgPSBub2RlLmRlcml2ZVBhdGgoaGRwYXRoKTtcclxuXHRcdGxldCBwcml2YXRlS2V5ID0gdXRpbC5idWZmZXJUb0hleChjaGlsZC5wcml2YXRlS2V5KTtcclxuXHRcdHJldHVybiBwcml2YXRlS2V5O1xyXG5cclxuXHR9LFxyXG5cdC8v5qC55o2u5Yqp6K6w6K+N55Sf5oiQ5Lul5aSq5Z2KRVRI55qE6ZKx5YyF5L+h5oGvXHJcblx0Z2VuZXJhdGVFdGg6IGZ1bmN0aW9uKG1uZW1vbmljKSB7XHJcblxyXG5cclxuXHRcdGxldCBwcml2YXRlS2V5ID0gdGhpcy5nZXRQcml2YXRlS2V5KG1uZW1vbmljLCBcIm0vNDQnLzYwJy8wJy8wLzBcIik7XHJcblxyXG5cdFx0bGV0IHdhbGxldCA9IG5ldyBldGhlcnMuV2FsbGV0KHByaXZhdGVLZXkpO1xyXG5cdFx0bGV0IGFkZHJlc3MgPSB3YWxsZXQuYWRkcmVzcztcclxuXHRcdHJldHVybiB7XHJcblx0XHRcdCdwcml2YXRlS2V5JzogcHJpdmF0ZUtleSxcclxuXHRcdFx0J2FkZHJlc3MnOiBhZGRyZXNzXHJcblx0XHR9O1xyXG5cdH0sXHJcblx0Ly/moLnmja7liqnorrDor43nlJ/miJDms6LlnLpUUk9O55qE6ZKx5YyF5L+h5oGvXHJcblx0Z2VuZXJhdGVUcm9uOiBmdW5jdGlvbihtbmVtb25pYykge1xyXG5cdFx0bGV0IHByaXZhdGVLZXkgPSB0aGlzLmdldFByaXZhdGVLZXkobW5lbW9uaWMsIFwibS80NCcvMTk1Jy8wJy8wLzBcIik7XHJcblx0XHRwcml2YXRlS2V5ID0gcHJpdmF0ZUtleS5yZXBsYWNlKCcweCcsICcnKTtcclxuXHRcdGxldCBhZGRyZXNzID0gdHJvbndlYi5hZGRyZXNzLmZyb21Qcml2YXRlS2V5KHByaXZhdGVLZXkpO1xyXG5cdFx0cmV0dXJuIHtcclxuXHRcdFx0J3ByaXZhdGVLZXknOiBwcml2YXRlS2V5LFxyXG5cdFx0XHQnYWRkcmVzcyc6IGFkZHJlc3NcclxuXHRcdH07XHJcblx0fSxcclxuXHQvL+agueaNruWKqeiusOivjeeUn+aIkOavlOeJueW4gUJUQ+mSseWMheS/oeaBr1xyXG5cdGdlbmVyYXRlQnRjOiBmdW5jdGlvbihtbmVtb25pYykge1xyXG5cdFx0aWYgKG1uZW1vbmljLnNwbGl0KFwiIFwiKS5sZW5ndGggJSAxMiA+IDApIHtcclxuXHRcdFx0dGhyb3cgbmV3IEVycm9yKFwibW5lbW9uaWMgZXJyb3JcIik7XHJcblx0XHR9XHJcblx0XHRsZXQgc2VlZCA9IGJpcDM5Lm1uZW1vbmljVG9TZWVkU3luYyhtbmVtb25pYyk7XHJcblx0XHRjb25zdCBub2RlID0gYmlwMzIuZnJvbVNlZWQoc2VlZCk7XHJcblx0XHRjb25zdCBrZXlQYWlyID0gbm9kZS5kZXJpdmVQYXRoKFwibS80NCcvMTk1Jy8wJy8wLzBcIik7XHJcblx0XHRjb25zdCBwcml2YXRlS2V5ID0ga2V5UGFpci50b1dJRigpO1xyXG5cdFx0Y29uc29sZS5sb2coXCJCVEPnp4HpkqXvvJpcIiwgcHJpdmF0ZUtleSlcclxuXHRcdGxldCBhZGRyZXNzID0gYml0Y29pbi5wYXltZW50cy5wMnNoKHtcclxuXHRcdFx0cmVkZWVtOiBiaXRjb2luLnBheW1lbnRzLnAyd3BraCh7XHJcblx0XHRcdFx0cHVia2V5OiBrZXlQYWlyLnB1YmxpY0tleVxyXG5cdFx0XHR9KVxyXG5cdFx0fSk7XHJcblxyXG5cdFx0Ly9iaXRjb2luLnBheW1lbnRzLnAycGtoKHsgcHVia2V5OiBjaGlsZC5wdWJsaWNLZXkgfSlcclxuXHRcdC8vY29uc29sZS5sb2coYWRkcmVzcy5mcm9tU2NyaXB0SGFzaCh7cHVia2V5OiBrZXlQYWlyLnB1YmxpY0tleX0pKVxyXG5cdFx0cmV0dXJuIHtcclxuXHRcdFx0J3ByaXZhdGVLZXknOiBwcml2YXRlS2V5LFxyXG5cdFx0XHQnYWRkcmVzcyc6IGFkZHJlc3MuYWRkcmVzc1xyXG5cdFx0fTtcclxuXHR9LFxyXG5cdC8v5a+85YWl5q+U54m55biBQlRD56eB6ZKlXHJcblx0aW1wb3J0QnRjUHJpdmF0ZUtleTogZnVuY3Rpb24ocHJpdmF0ZUtleSkge1xyXG5cdFx0bGV0IGtleVBhaXIgPSBuZXcgYml0Y29pbi5FQ1BhaXIuZnJvbVdJRihwcml2YXRlS2V5KTtcclxuXHRcdGxldCBhZGRyZXNzID0gYml0Y29pbi5wYXltZW50cy5wMnNoKHtcclxuXHRcdFx0cmVkZWVtOiBiaXRjb2luLnBheW1lbnRzLnAyd3BraCh7XHJcblx0XHRcdFx0cHVia2V5OiBrZXlQYWlyLnB1YmxpY0tleVxyXG5cdFx0XHR9KVxyXG5cdFx0fSk7XHJcblx0XHQvL2NvbnNvbGUubG9nKGFkZHJlc3MuZnJvbVNjcmlwdEhhc2goe3B1YmtleToga2V5UGFpci5wdWJsaWNLZXl9KSlcclxuXHRcdHJldHVybiB7XHJcblx0XHRcdCdwcml2YXRlS2V5JzogcHJpdmF0ZUtleSxcclxuXHRcdFx0J2FkZHJlc3MnOiBhZGRyZXNzLmFkZHJlc3NcclxuXHRcdH07XHJcblx0fSxcclxuXHQvL+WvvOWFpeS7peWkquWdikVUSOengemSpVxyXG5cdGltcG9ydEV0aFByaXZhdGVLZXk6IGZ1bmN0aW9uKHByaXZhdGVLZXkpIHtcclxuXHRcdGxldCB3YWxsZXQgPSBuZXcgZXRoZXJzLldhbGxldChwcml2YXRlS2V5KTtcclxuXHRcdGxldCBhZGRyZXNzID0gd2FsbGV0LmFkZHJlc3M7XHJcblx0XHRyZXR1cm4ge1xyXG5cdFx0XHQncHJpdmF0ZUtleSc6IHByaXZhdGVLZXksXHJcblx0XHRcdCdhZGRyZXNzJzogYWRkcmVzc1xyXG5cdFx0fTtcclxuXHR9LFxyXG5cdC8v5a+85YWl5rOi5Zy6VFJPTuengemSpVxyXG5cdGltcG9ydFRyb25Qcml2YXRlS2V5OiBmdW5jdGlvbihwcml2YXRlS2V5KSB7XHJcblx0XHRwcml2YXRlS2V5ID0gcHJpdmF0ZUtleS5yZXBsYWNlKCcweCcsICcnKTtcclxuXHRcdGxldCBhZGRyZXNzID0gdHJvbndlYi5hZGRyZXNzLmZyb21Qcml2YXRlS2V5KHByaXZhdGVLZXkpO1xyXG5cdFx0cmV0dXJuIHtcclxuXHRcdFx0J3ByaXZhdGVLZXknOiBwcml2YXRlS2V5LFxyXG5cdFx0XHQnYWRkcmVzcyc6IGFkZHJlc3NcclxuXHRcdH07XHJcblx0fSxcclxuXHJcblxyXG5cdGluaXRpYWxXYWxsZXQ6IGZ1bmN0aW9uKG1uZW1vbmljLCBwYXNzd29yZCkge1xyXG5cdFx0bGV0IGJ0YyA9IHRoaXMuZ2VuZXJhdGVCdGMobW5lbW9uaWMpO1xyXG5cdFx0YnRjLm1uZW1vbmljID0gbW5lbW9uaWM7XHJcblx0XHRidGMucGFzc3dvcmQgPSBwYXNzd29yZDtcclxuXHRcdGJ0Yy5iYWxhbmNlID0gMDtcclxuXHRcdGJ0Yy5jb2luTGlzdCA9IFt7XHJcblx0XHRcdG5hbWU6IFwiQlRDXCIsXHJcblx0XHRcdG5hbWUyOiBcIkJUQ1wiLFxyXG5cdFx0XHR4bmFtZTogJ0JpdGNvaW4nLFxyXG5cdFx0XHRiYWxhbmNlOiAwLFxyXG5cdFx0XHRpY29uOiByZXF1aXJlKCdAL3N0YXRpYy90b25neW9uaC9ieWUucG5nJylcclxuXHRcdH1dO1xyXG5cdFx0bGV0IGV0aCA9IHRoaXMuZ2VuZXJhdGVFdGgobW5lbW9uaWMpO1xyXG5cdFx0ZXRoLnBhc3N3b3JkID0gcGFzc3dvcmQ7XHJcblx0XHRldGguYmFsYW5jZSA9IDA7XHJcblx0XHRldGgubW5lbW9uaWMgPSBtbmVtb25pYztcclxuXHRcdGV0aC5jb2luTGlzdCA9IFt7XHJcblx0XHRcdFx0bmFtZTogXCJFVEhcIixcclxuXHRcdFx0XHRuYW1lMjogXCJFVEhcIixcclxuXHRcdFx0XHR4bmFtZTogJ0V0aGVyZXVtJyxcclxuXHRcdFx0XHRiYWxhbmNlOiAwLFxyXG5cdFx0XHRcdGljb246IHJlcXVpcmUoJ0Avc3RhdGljL3Rvbmd5b25oL0ZyYW1lMzI5OS5wbmcnKVxyXG5cdFx0XHR9LFxyXG5cdFx0XHR7XHJcblx0XHRcdFx0bmFtZTogXCJVU0RUXCIsXHJcblx0XHRcdFx0bmFtZTI6IFwiRVJDMjAtVVNEVFwiLFxyXG5cdFx0XHRcdHhuYW1lOiAnVGV0aGVyIFVTRCcsXHJcblx0XHRcdFx0YmFsYW5jZTogMCxcclxuXHRcdFx0XHRjb250cmFjdEFkZHJlc3M6ICcweGRhYzE3Zjk1OGQyZWU1MjNhMjIwNjIwNjk5NDU5N2MxM2Q4MzFlYzcnLFxyXG5cdFx0XHRcdGljb246IHJlcXVpcmUoJ0Avc3RhdGljL3Rvbmd5b25oL2ltZzUwMC5wbmcnKVxyXG5cdFx0XHR9XHJcblx0XHRdO1xyXG5cdFx0Y29uc29sZS5sb2coZXRoLmNvaW5MaXN0LCA0NDQ0KVxyXG5cdFx0Y29uc29sZS5sb2coZXRoLCAyMjI0KVxyXG5cdFx0bGV0IHRyb24gPSB0aGlzLmdlbmVyYXRlVHJvbihtbmVtb25pYyk7XHJcblx0XHR0cm9uLnBhc3N3b3JkID0gcGFzc3dvcmQ7XHJcblx0XHR0cm9uLmJhbGFuY2UgPSAwO1xyXG5cdFx0dHJvbi5tbmVtb25pYyA9IG1uZW1vbmljO1xyXG5cdFx0dHJvbi5jb2luTGlzdCA9IFt7XHJcblx0XHRcdFx0bmFtZTogXCJUUlhcIixcclxuXHRcdFx0XHRuYW1lMjogXCJUUlhcIixcclxuXHRcdFx0XHR4bmFtZTogJ1RST04nLFxyXG5cdFx0XHRcdGJhbGFuY2U6IDAsXHJcblx0XHRcdFx0aWNvbjogcmVxdWlyZSgnQC9zdGF0aWMvdG9uZ3lvbmgvdHJvbjEucG5nJylcclxuXHRcdFx0fSxcclxuXHRcdFx0e1xyXG5cdFx0XHRcdG5hbWU6IFwiVVNEVFwiLFxyXG5cdFx0XHRcdG5hbWUyOiBcIlRSQzIwLVVTRFRcIixcclxuXHRcdFx0XHR4bmFtZTogJ1RldGhlciBVU0QnLFxyXG5cdFx0XHRcdGJhbGFuY2U6IDAsXHJcblx0XHRcdFx0Y29udHJhY3RBZGRyZXNzOiAnVFI3TkhxamVLUXhHVENpOHE4Wlk0cEw4b3RTemdqTGo2dCcsXHJcblx0XHRcdFx0aWNvbjogcmVxdWlyZSgnQC9zdGF0aWMvdG9uZ3lvbmgvdGV0aGVyX3VzZC5wbmcnKVxyXG5cdFx0XHR9LFxyXG5cdFx0XTtcclxuXHJcblx0XHRsZXQgd2FsbHJ0SW5mbyA9IHtcclxuXHRcdFx0XCJCVENcIjogW1xyXG5cdFx0XHRcdGJ0Y1xyXG5cdFx0XHRdLFxyXG5cdFx0XHRcIkVUSFwiOiBbXHJcblx0XHRcdFx0ZXRoXHJcblx0XHRcdF0sXHJcblx0XHRcdFwiVFJPTlwiOiBbXHJcblx0XHRcdFx0dHJvblxyXG5cdFx0XHRdXHJcblx0XHR9XHJcblx0XHRyZXR1cm4gd2FsbHJ0SW5mbztcclxuXHR9LFxyXG5cclxuXHRjcmVhdGluZ1dhbGxldHM6IGZ1bmN0aW9uKCkge1xyXG5cdFx0bGV0IG1uZW1vbmljID0gdGhpcy5nZW5lcmF0ZU1uZW1vbmljKCk7XHJcblx0XHRsZXQgZXRoID0gdGhpcy5nZW5lcmF0ZUV0aChtbmVtb25pYyk7XHJcblx0XHRsZXQgdHJvbiA9IHRoaXMuZ2VuZXJhdGVUcm9uKG1uZW1vbmljKTtcclxuXHRcdGxldCBidGMgPSB0aGlzLmdlbmVyYXRlQnRjKG1uZW1vbmljKTtcclxuXHRcdC8vIGxldCBwcml2YXRlS2V5ID0gdGhpcy5nZXRQcml2YXRlS2V5KG1uZW1vbmljKTtcclxuXHRcdHJldHVybiB7XHJcblx0XHRcdCdldGgnOiBldGgsXHJcblx0XHRcdCd0cm9uJzogdHJvbixcclxuXHRcdFx0J2J0Yyc6IGJ0YyxcclxuXHRcdFx0J21uZW1vbmljJzogbW5lbW9uaWMsXHJcblx0XHRcdC8vICdwcml2YXRlS2V5JzogcHJpdmF0ZUtleVxyXG5cdFx0fTtcclxuXHR9LFxyXG59XHJcbmV4cG9ydCBkZWZhdWx0IHRva2VuXHJcbiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///38\n");
/***/ }),
-/* 44 */
-/*!***************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/tronweb/dist/TronWeb.node.js ***!
- \***************************************************************************************/
+/* 39 */
+/*!*****************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/tronweb/dist/TronWeb.node.js ***!
+ \*****************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-/* WEBPACK VAR INJECTION */(function(__f__, Buffer) {module.exports = function (e) {var t = {};function r(n) {if (t[n]) return t[n].exports;var i = t[n] = { i: n, l: !1, exports: {} };return e[n].call(i.exports, i, i.exports, r), i.l = !0, i.exports;}return r.m = e, r.c = t, r.d = function (e, t, n) {r.o(e, t) || Object.defineProperty(e, t, { enumerable: !0, get: n });}, r.r = function (e) {"undefined" != typeof Symbol && Symbol.toStringTag && Object.defineProperty(e, Symbol.toStringTag, { value: "Module" }), Object.defineProperty(e, "__esModule", { value: !0 });}, r.t = function (e, t) {if (1 & t && (e = r(e)), 8 & t) return e;if (4 & t && "object" == typeof e && e && e.__esModule) return e;var n = Object.create(null);if (r.r(n), Object.defineProperty(n, "default", { enumerable: !0, value: e }), 2 & t && "string" != typeof e) for (var i in e) {r.d(n, i, function (t) {return e[t];}.bind(null, i));}return n;}, r.n = function (e) {var t = e && e.__esModule ? function () {return e.default;} : function () {return e;};return r.d(t, "a", t), t;}, r.o = function (e, t) {return Object.prototype.hasOwnProperty.call(e, t);}, r.p = "", r(r.s = 22);}([function (e, t) {e.exports = __webpack_require__(/*! @babel/runtime/regenerator */ 49);}, function (e, t) {e.exports = __webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ 52);}, function (e, t) {e.exports = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ 53);}, function (e, t) {e.exports = __webpack_require__(/*! @babel/runtime/helpers/createClass */ 54);}, function (e, t) {e.exports = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ 55);}, function (e, t) {e.exports = __webpack_require__(/*! injectpromise */ 56);}, function (e, t) {e.exports = __webpack_require__(/*! @babel/runtime/helpers/typeof */ 57);}, function (e, t) {e.exports = __webpack_require__(/*! @babel/runtime/helpers/toConsumableArray */ 58);}, function (e, t) {e.exports = __webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ 64);}, function (e, t) {e.exports = __webpack_require__(/*! ethers */ 68);}, function (e, t) {e.exports = __webpack_require__(/*! bignumber.js */ 206);}, function (e, t) {e.exports = __webpack_require__(/*! @babel/runtime/helpers/assertThisInitialized */ 208);}, function (e, t) {e.exports = __webpack_require__(/*! semver */ 209);}, function (e, t) {e.exports = __webpack_require__(/*! elliptic */ 210);}, function (e, t) {e.exports = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ 230);}, function (e, t) {e.exports = __webpack_require__(/*! @babel/runtime/helpers/inherits */ 231);}, function (e, t) {e.exports = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ 233);}, function (e, t) {e.exports = __webpack_require__(/*! axios */ 234);}, function (e, t) {e.exports = __webpack_require__(/*! validator */ 263);}, function (e, t) {e.exports = __webpack_require__(/*! eventemitter3 */ 364);}, function (e) {e.exports = JSON.parse('{"a":"4.0.0"}');}, function (e, t) {e.exports = __webpack_require__(/*! querystring */ 365);}, function (e, t, r) {"use strict";r.r(t), r.d(t, "default", function () {return Pt;});var n = {};r.r(n), r.d(n, "byte2hexStr", function () {return O;}), r.d(n, "bytesToString", function () {return C;}), r.d(n, "hextoString", function () {return B;}), r.d(n, "byteArray2hexStr", function () {return E;}), r.d(n, "base64DecodeFromString", function () {return q;}), r.d(n, "base64EncodeToString", function () {return D;});var i = {};r.r(i), r.d(i, "bin2String", function () {return V;}), r.d(i, "arrayEquals", function () {return L;}), r.d(i, "stringToBytes", function () {return U;}), r.d(i, "byte2hexStr", function () {return O;}), r.d(i, "bytesToString", function () {return C;}), r.d(i, "hextoString", function () {return B;}), r.d(i, "byteArray2hexStr", function () {return E;}), r.d(i, "base64DecodeFromString", function () {return q;}), r.d(i, "base64EncodeToString", function () {return D;}), r.d(i, "hexChar2byte", function () {return z;}), r.d(i, "isHexChar", function () {return M;}), r.d(i, "hexStr2byteArray", function () {return G;}), r.d(i, "strToDate", function () {return J;}), r.d(i, "isNumber", function () {return Y;}), r.d(i, "getStringType", function () {return $;});var a = {};r.r(a), r.d(a, "encode58", function () {return ee;}), r.d(a, "decode58", function () {return te;});var s = {};r.r(s), r.d(s, "keccak256", function () {return ie;}), r.d(s, "sha256", function () {return ae;}), r.d(s, "toUtf8Bytes", function () {return se;}), r.d(s, "toUtf8String", function () {return oe;}), r.d(s, "recoverAddress", function () {return ue;}), r.d(s, "SigningKey", function () {return ce;}), r.d(s, "AbiCoder", function () {return de;});var o = {};r.r(o), r.d(o, "getBase58CheckAddress", function () {return le;}), r.d(o, "decodeBase58Address", function () {return he;}), r.d(o, "signTransaction", function () {return fe;}), r.d(o, "arrayToBase64String", function () {return ve;}), r.d(o, "signBytes", function () {return pe;}), r.d(o, "getRowBytesFromTransactionBase64", function () {return ge;}), r.d(o, "genPriKey", function () {return be;}), r.d(o, "computeAddress", function () {return me;}), r.d(o, "getAddressFromPriKey", function () {return ye;}), r.d(o, "decode58Check", function () {return ke;}), r.d(o, "isAddressValid", function () {return xe;}), r.d(o, "getBase58CheckAddressFromPriKeyBase64String", function () {return we;}), r.d(o, "getHexStrAddressFromPriKeyBase64String", function () {return Ie;}), r.d(o, "getAddressFromPriKeyBase64String", function () {return Ae;}), r.d(o, "getPubKeyFromPriKey", function () {return Pe;}), r.d(o, "ECKeySign", function () {return We;}), r.d(o, "SHA256", function () {return _e;}), r.d(o, "passwordToAddress", function () {return Se;}), r.d(o, "pkToAddress", function () {return Ne;});var u = {};r.r(u), r.d(u, "generateAccount", function () {return Te;});var c = {};r.r(c), r.d(c, "decodeParams", function () {return Fe;}), r.d(c, "encodeParams", function () {return Oe;});var d = r(1),l = r.n(d),h = r(6),f = r.n(h),v = r(2),p = r.n(v),g = r(3),b = r.n(g),m = r(11),y = r.n(m),k = r(15),x = r.n(k),w = r(16),I = r.n(w),A = r(14),P = r.n(A),W = r(4),_ = r.n(W),S = r(0),N = r.n(S),T = r(17),j = r.n(T);function F() {var e = this;this._keyStr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=", this.encode = function (t) {for (var r, n, i, a, s, o, u, c = "", d = 0; d < t.length;) {a = (r = t.charCodeAt(d++)) >> 2, s = (3 & r) << 4 | (n = t.charCodeAt(d++)) >> 4, o = (15 & n) << 2 | (i = t.charCodeAt(d++)) >> 6, u = 63 & i, isNaN(n) ? o = u = 64 : isNaN(i) && (u = 64), c = c + e._keyStr.charAt(a) + e._keyStr.charAt(s) + e._keyStr.charAt(o) + e._keyStr.charAt(u);}return c;}, this.encodeIgnoreUtf8 = function (t) {for (var r, n, i, a, s, o, u, c = "", d = 0; d < t.length;) {a = (r = t[d++]) >> 2, s = (3 & r) << 4 | (n = t[d++]) >> 4, o = (15 & n) << 2 | (i = t[d++]) >> 6, u = 63 & i, isNaN(n) ? o = u = 64 : isNaN(i) && (u = 64), c = c + e._keyStr.charAt(a) + e._keyStr.charAt(s) + e._keyStr.charAt(o) + e._keyStr.charAt(u);}return c;}, this.decode = function (t) {var r,n,i,a,s,o,u = "",c = 0;for (t = t.replace(/[^A-Za-z0-9\+\/\=]/g, ""); c < t.length;) {r = e._keyStr.indexOf(t.charAt(c++)) << 2 | (a = e._keyStr.indexOf(t.charAt(c++))) >> 4, n = (15 & a) << 4 | (s = e._keyStr.indexOf(t.charAt(c++))) >> 2, i = (3 & s) << 6 | (o = e._keyStr.indexOf(t.charAt(c++))), u += String.fromCharCode(r), 64 != s && (u += String.fromCharCode(n)), 64 != o && (u += String.fromCharCode(i));}return e._utf8_decode(u);}, this.decodeToByteArray = function (t) {var r,n,i,a,s,o,u = "",c = 0;for (t = t.replace(/[^A-Za-z0-9\+\/\=]/g, ""); c < t.length;) {r = e._keyStr.indexOf(t.charAt(c++)) << 2 | (a = e._keyStr.indexOf(t.charAt(c++))) >> 4, n = (15 & a) << 4 | (s = e._keyStr.indexOf(t.charAt(c++))) >> 2, i = (3 & s) << 6 | (o = e._keyStr.indexOf(t.charAt(c++))), u += String.fromCharCode(r), 64 != s && (u += String.fromCharCode(n)), 64 != o && (u += String.fromCharCode(i));}return e._out2ByteArray(u);}, this._out2ByteArray = function (e) {for (var t = new Array(e.length), r = 0, n = 0; r < e.length;) {n = e.charCodeAt(r), t[r] = n, r++;}return t;}, this._utf8_encode = function (e) {e = e.replace(/\r\n/g, "\n");for (var t = "", r = 0; r < e.length; r++) {var n = e.charCodeAt(r);n < 128 ? t += String.fromCharCode(n) : n > 127 && n < 2048 ? (t += String.fromCharCode(n >> 6 | 192), t += String.fromCharCode(63 & n | 128)) : (t += String.fromCharCode(n >> 12 | 224), t += String.fromCharCode(n >> 6 & 63 | 128), t += String.fromCharCode(63 & n | 128));}return t;}, this._utf8_decode = function (e) {for (var t = "", r = 0, n = 0, i = 0, a = 0; r < e.length;) {(n = e.charCodeAt(r)) < 128 ? (t += String.fromCharCode(n), r++) : n > 191 && n < 224 ? (i = e.charCodeAt(r + 1), t += String.fromCharCode((31 & n) << 6 | 63 & i), r += 2) : (i = e.charCodeAt(r + 1), a = e.charCodeAt(r + 2), t += String.fromCharCode((15 & n) << 12 | (63 & i) << 6 | 63 & a), r += 3);}return t;};}function O(e) {if ("number" != typeof e) throw new Error("Input must be a number");if (e < 0 || e > 255) throw new Error("Input must be a byte");var t = "";return t += "0123456789ABCDEF".charAt(e >> 4), t += "0123456789ABCDEF".charAt(15 & e);}function C(e) {if ("string" == typeof e) return e;for (var t = "", r = 0; r < e.length; r++) {var n = e[r].toString(2),i = n.match(/^1+?(?=0)/);if (i && 8 === n.length) {for (var a = i[0].length, s = e[r].toString(2).slice(7 - a), o = 1; o < a; o++) {s += e[o + r].toString(2).slice(2);}t += String.fromCharCode(parseInt(s, 2)), r += a - 1;} else t += String.fromCharCode(e[r]);}return t;}function B(e) {for (var t = e.replace(/^0x/, "").split(""), r = "", n = 0; n < t.length / 2; n++) {var i = "0x".concat(t[2 * n]).concat(t[2 * n + 1]);r += String.fromCharCode(i);}return r;}function E(e) {for (var t = "", r = 0; r < e.length; r++) {t += O(e[r]);}return t;}function q(e) {return new F().decodeToByteArray(e);}function D(e) {return new F().encodeIgnoreUtf8(e);}var K = r(7),R = r.n(K),H = /^(41)/;function V(e) {return C(e);}function L(e, t, r) {if (e.length != t.length) return !1;var n;for (n = 0; n < e.length; n++) {if (r) {if (e[n] != t[n]) return !1;} else if (JSON.stringify(e[n]) != JSON.stringify(t[n])) return !1;}return !0;}function U(e) {if ("string" != typeof e) throw new Error("The passed string is not a string");var t,r,n = new Array();t = e.length;for (var i = 0; i < t; i++) {(r = e.charCodeAt(i)) >= 65536 && r <= 1114111 ? (n.push(r >> 18 & 7 | 240), n.push(r >> 12 & 63 | 128), n.push(r >> 6 & 63 | 128), n.push(63 & r | 128)) : r >= 2048 && r <= 65535 ? (n.push(r >> 12 & 15 | 224), n.push(r >> 6 & 63 | 128), n.push(63 & r | 128)) : r >= 128 && r <= 2047 ? (n.push(r >> 6 & 31 | 192), n.push(63 & r | 128)) : n.push(255 & r);}return n;}function z(e) {var t;if (e >= "A" && e <= "F" ? t = e.charCodeAt(0) - "A".charCodeAt(0) + 10 : e >= "a" && e <= "f" ? t = e.charCodeAt(0) - "a".charCodeAt(0) + 10 : e >= "0" && e <= "9" && (t = e.charCodeAt(0) - "0".charCodeAt(0)), "number" == typeof t) return t;throw new Error("The passed hex char is not a valid hex char");}function M(e) {return e >= "A" && e <= "F" || e >= "a" && e <= "f" || e >= "0" && e <= "9" ? 1 : 0;}function G(e) {var t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];if ("string" != typeof e) throw new Error("The passed string is not a string");var r = e.length;t && r % 2 && (e = "0".concat(e), r++);for (var n = Array(), i = 0, a = 0, s = 0, o = 0; o < r; o++) {var u = e.charAt(o);if (!M(u)) throw new Error("The passed hex char is not a valid hex string");i <<= 4, i += z(u), 0 == ++a % 2 && (n[s++] = i, i = 0);}return n;}function J(e) {if (!/^\d{4}-\d{2}-\d{2}( \d{2}-\d{2}-\d{2}|)/.test(e)) throw new Error("The passed date string is not valid");var t = e.split(" "),r = t[0].split("-"),n = parseInt(r[0], 10),i = parseInt(r[1], 10) - 1,a = parseInt(r[2], 10);if (t.length > 1) {var s = t[1].split("-"),o = parseInt(s[0], 10),u = parseInt(s[1], 10),c = parseInt(s[2], 10);return new Date(n, i, a, o, u, c);}return new Date(n, i, a);}function Y(e) {return e >= "0" && e <= "9" ? 1 : 0;}function $(e) {if (null == e) return -1;if ("string" != typeof e) return -1;if (0 == e.length || "" == e) return -1;var t = 0;if (40 == e.length) for (; t < 40; t++) {if (!M(e.charAt(t))) break;}if (40 == t) return 1;for (t = 0; t < e.length; t++) {if (!Y(e.charAt(t))) break;}if (t == e.length) return 2;for (t = 0; t < e.length; t++) {if (e.charAt(t) > " ") return 3;}return -1;}for (var X = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz", Z = {}, Q = 0; Q < X.length; Q++) {Z[X.charAt(Q)] = Q;}function ee(e) {if (0 === e.length) return "";var t,r,n = [0];for (t = 0; t < e.length; t++) {for (r = 0; r < n.length; r++) {n[r] <<= 8;}n[0] += e[t];var i = 0;for (r = 0; r < n.length; ++r) {n[r] += i, i = n[r] / 58 | 0, n[r] %= 58;}for (; i;) {n.push(i % 58), i = i / 58 | 0;}}for (t = 0; 0 === e[t] && t < e.length - 1; t++) {n.push(0);}return n.reverse().map(function (e) {return X[e];}).join("");}function te(e) {if (0 === e.length) return [];var t,r,n = [0];for (t = 0; t < e.length; t++) {var i = e[t];if (!(i in Z)) throw new Error("Non-base58 character");for (r = 0; r < n.length; r++) {n[r] *= 58;}n[0] += Z[i];var a = 0;for (r = 0; r < n.length; ++r) {n[r] += a, a = n[r] >> 8, n[r] &= 255;}for (; a;) {n.push(255 & a), a >>= 8;}}for (t = 0; "1" === e[t] && t < e.length - 1; t++) {n.push(0);}return n.reverse();}var re = r(13),ne = r(9),ie = ne.utils.keccak256,ae = ne.utils.sha256,se = ne.utils.toUtf8Bytes,oe = ne.utils.toUtf8String,ue = ne.utils.recoverAddress,ce = ne.utils.SigningKey,de = ne.utils.AbiCoder;function le(e) {var t = _e(e),r = _e(t).slice(0, 4);return ee(r = e.concat(r));}function he(e) {if ("string" != typeof e) return !1;if (e.length <= 4) return !1;var t = te(e);if (e.length <= 4) return !1;var r = t.length - 4,n = t.slice(r),i = _e(t = t.slice(0, r)),a = _e(i).slice(0, 4);if (n[0] == a[0] && n[1] == a[1] && n[2] == a[2] && n[3] == a[3]) return t;throw new Error("Invalid address provided");}function fe(e, t) {"string" == typeof e && (e = G(e));var r = We(G(t.txID), e);return Array.isArray(t.signature) ? t.signature.includes(r) || t.signature.push(r) : t.signature = [r], t;}function ve(e) {return btoa(String.fromCharCode.apply(String, R()(e)));}function pe(e, t) {return "string" == typeof e && (e = G(e)), We(_e(t), e);}function ge(e) {var t = q(e);return proto.protocol.Transaction.deserializeBinary(t).getRawData().serializeBinary();}function be() {for (var e = new re.ec("secp256k1").genKeyPair().getPrivate().toString("hex"); e.length < 64;) {e = "0".concat(e);}return G(e);}function me(e) {return 65 === e.length && (e = e.slice(1)), G("41" + ie(e).toString().substring(2).substring(24));}function ye(e) {return me(Pe(e));}function ke(e) {var t = te(e);if (t.length <= 4) return !1;var r = t.slice(0, t.length - 4),n = _e(r),i = _e(n);return i[0] === t[r.length] && i[1] === t[r.length + 1] && i[2] === t[r.length + 2] && i[3] === t[r.length + 3] && r;}function xe(e) {if ("string" != typeof e) return !1;if (34 !== e.length) return !1;var t = te(e);if (25 !== t.length) return !1;if (65 !== t[0]) return !1;var r = t.slice(21),n = _e(t = t.slice(0, 21)),i = _e(n).slice(0, 4);return r[0] == i[0] && r[1] == i[1] && r[2] == i[2] && r[3] == i[3];}function we(e) {return le(me(Pe(q(e))));}function Ie(e) {return E(me(Pe(q(e))));}function Ae(e) {return D(me(Pe(q(e))));}function Pe(e) {for (var t = new re.ec("secp256k1").keyFromPrivate(e, "bytes").getPublic(), r = t.x, n = t.y, i = r.toString("hex"); i.length < 64;) {i = "0".concat(i);}for (var a = n.toString("hex"); a.length < 64;) {a = "0".concat(a);}return G("04".concat(i).concat(a));}function We(e, t) {for (var r = new re.ec("secp256k1").keyFromPrivate(t, "bytes").sign(e), n = r.r, i = r.s, a = r.recoveryParam, s = n.toString("hex"); s.length < 64;) {s = "0".concat(s);}for (var o = i.toString("hex"); o.length < 64;) {o = "0".concat(o);}return s + o + O(a);}function _e(e) {var t = E(e);return G(ae("0x" + t).replace(/^0x/, ""));}function Se(e) {return le(ye(q(e)));}function Ne(e) {var t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1],r = G(e, t),n = ye(r);return le(n);}function Te() {var e = be(),t = Pe(e),r = ye(e);return { privateKey: E(e), publicKey: E(t), address: { base58: le(r), hex: E(r) } };}var je = new de();function Fe(e, t, r, n) {if (r && "boolean" != typeof r || (n = r, r = t, t = e, e = []), n && r.replace(/^0x/, "").length % 64 == 8 && (r = "0x" + r.replace(/^0x/, "").substring(8)), r.replace(/^0x/, "").length % 64) throw new Error("The encoded string is not valid. Its length must be a multiple of 64.");return t = t.map(function (e) {return /trcToken/.test(e) && (e = e.replace(/trcToken/, "uint256")), e;}), je.decode(t, r).reduce(function (r, n, i) {return "address" == t[i] && (n = "41" + n.substr(2).toLowerCase()), e.length ? r[e[i]] = n : r.push(n), r;}, e.length ? {} : []);}function Oe(e, t) {for (var r = 0; r < e.length; r++) {"address" === e[r] && (t[r] = Pt.address.toHex(t[r]).replace(H, "0x"));}return je.encode(e, t);}var Ce = r(18),Be = r.n(Ce),Ee = r(10),qe = r.n(Ee);function De(e, t) {var r = Object.keys(e);if (Object.getOwnPropertySymbols) {var n = Object.getOwnPropertySymbols(e);t && (n = n.filter(function (t) {return Object.getOwnPropertyDescriptor(e, t).enumerable;})), r.push.apply(r, n);}return r;}function Ke(e) {for (var t = 1; t < arguments.length; t++) {var r = null != arguments[t] ? arguments[t] : {};t % 2 ? De(Object(r), !0).forEach(function (t) {_()(e, t, r[t]);}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : De(Object(r)).forEach(function (t) {Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(r, t));});}return e;}var Re = Ke(Ke({}, { isValidURL: function isValidURL(e) {return "string" == typeof e && Be.a.isURL(e.toString(), { protocols: ["http", "https"], require_tld: !1 });}, isObject: function isObject(e) {return e === Object(e) && "[object Array]" !== Object.prototype.toString.call(e);}, isArray: function isArray(e) {return Array.isArray(e);}, isJson: function isJson(e) {try {return !!JSON.parse(e);} catch (e) {return !1;}}, isBoolean: function isBoolean(e) {return "boolean" == typeof e;}, isBigNumber: function isBigNumber(e) {return e && (e instanceof qe.a || e.constructor && "BigNumber" === e.constructor.name);}, isString: function isString(e) {return "string" == typeof e || e && e.constructor && "String" === e.constructor.name;}, isFunction: function isFunction(e) {return "function" == typeof e;}, isHex: function isHex(e) {return "string" == typeof e && !isNaN(parseInt(e, 16)) && /^(0x|)[a-fA-F0-9]+$/.test(e);}, isInteger: function isInteger(e) {return null !== e && Number.isInteger(Number(e));}, hasProperty: function hasProperty(e, t) {return Object.prototype.hasOwnProperty.call(e, t);}, hasProperties: function hasProperties(e) {for (var t = this, r = arguments.length, n = new Array(r > 1 ? r - 1 : 0), i = 1; i < r; i++) {n[i - 1] = arguments[i];}return n.length && !n.map(function (r) {return t.hasProperty(e, r);}).includes(!1);}, mapEvent: function mapEvent(e) {var t = { block: e.block_number, timestamp: e.block_timestamp, contract: e.contract_address, name: e.event_name, transaction: e.transaction_id, result: e.result, resourceNode: e.resource_Node || (e._unconfirmed ? "fullNode" : "solidityNode") };return e._unconfirmed && (t.unconfirmed = e._unconfirmed), e._fingerprint && (t.fingerprint = e._fingerprint), t;}, parseEvent: function parseEvent(e, t) {var r = t.inputs;if (!e.result) return e;if (this.isObject(e.result)) for (var n = 0; n < r.length; n++) {var i = r[n];"address" == i.type && i.name in e.result && (e.result[i.name] = "41" + e.result[i.name].substr(2).toLowerCase());} else this.isArray(e.result) && (e.result = e.result.reduce(function (e, t, n) {var i = r[n],a = i.name;return "address" == i.type && (t = "41" + t.substr(2).toLowerCase()), e[a] = t, e;}, {}));return e;}, padLeft: function padLeft(e, t, r) {for (var n = e.toString(); n.length < r;) {n = t + n;}return n;}, isNotNullOrUndefined: function isNotNullOrUndefined(e) {return null != e;}, sleep: function sleep() {var e = arguments;return l()(N.a.mark(function t() {var r;return N.a.wrap(function (t) {for (;;) {switch (t.prev = t.next) {case 0:return r = e.length > 0 && void 0 !== e[0] ? e[0] : 1e3, t.abrupt("return", new Promise(function (e) {return setTimeout(e, r);}));case 2:case "end":return t.stop();}}}, t);}))();} }), {}, { code: i, accounts: u, base58: a, bytes: n, crypto: o, abi: c, ethersUtils: s }),He = { HttpProvider: function () {function e(t) {var r = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : 3e4,n = arguments.length > 2 && void 0 !== arguments[2] && arguments[2],i = arguments.length > 3 && void 0 !== arguments[3] && arguments[3],a = arguments.length > 4 && void 0 !== arguments[4] ? arguments[4] : {},s = arguments.length > 5 && void 0 !== arguments[5] ? arguments[5] : "/";if (p()(this, e), !Re.isValidURL(t)) throw new Error("Invalid URL provided to HttpProvider");if (isNaN(r) || r < 0) throw new Error("Invalid timeout duration provided");if (!Re.isObject(a)) throw new Error("Invalid headers object provided");t = t.replace(/\/+$/, ""), this.host = t, this.timeout = r, this.user = n, this.password = i, this.headers = a, this.statusPage = s, this.instance = j.a.create({ baseURL: t, timeout: r, headers: a, auth: n && { user: n, password: i } });}var t;return b()(e, [{ key: "setStatusPage", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : "/";this.statusPage = e;} }, { key: "isConnected", value: (t = l()(N.a.mark(function e() {var t,r = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return t = r.length > 0 && void 0 !== r[0] ? r[0] : this.statusPage, e.abrupt("return", this.request(t).then(function (e) {return Re.hasProperties(e, "blockID", "block_header");}).catch(function () {return !1;}));case 2:case "end":return e.stop();}}}, e, this);})), function () {return t.apply(this, arguments);}) }, { key: "request", value: function value(e) {var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {},r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : "get";return r = r.toLowerCase(), this.instance.request({ data: "post" == r && Object.keys(t).length ? t : null, params: "get" == r && t, url: e, method: r }).then(function (e) {return e.data;});} }]), e;}() },Ve = r(19),Le = r.n(Ve),Ue = r(20),ze = r(12),Me = r.n(ze),Ge = r(5),Je = r.n(Ge),Ye = r(8),$e = r.n(Ye);function Xe(e, t) {var r = "undefined" != typeof Symbol && e[Symbol.iterator] || e["@@iterator"];if (!r) {if (Array.isArray(e) || (r = function (e, t) {if (!e) return;if ("string" == typeof e) return Ze(e, t);var r = Object.prototype.toString.call(e).slice(8, -1);"Object" === r && e.constructor && (r = e.constructor.name);if ("Map" === r || "Set" === r) return Array.from(e);if ("Arguments" === r || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)) return Ze(e, t);}(e)) || t && e && "number" == typeof e.length) {r && (e = r);var _n = 0,i = function i() {};return { s: i, n: function n() {return _n >= e.length ? { done: !0 } : { done: !1, value: e[_n++] };}, e: function e(_e2) {throw _e2;}, f: i };}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}var a,s = !0,o = !1;return { s: function s() {r = r.call(e);}, n: function n() {var e = r.next();return s = e.done, e;}, e: function e(_e3) {o = !0, a = _e3;}, f: function f() {try {s || null == r.return || r.return();} finally {if (o) throw a;}} };}function Ze(e, t) {(null == t || t > e.length) && (t = e.length);for (var r = 0, n = new Array(t); r < t; r++) {n[r] = e[r];}return n;}var Qe,et = function () {function e() {var t = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if (p()(this, e), !t || !t instanceof Pt) throw new Error("Expected instance of TronWeb");this.tronWeb = t;}return b()(e, [{ key: "invalid", value: function value(e) {return e.msg || "Invalid ".concat(e.name).concat("address" === e.type ? " address" : "", " provided");} }, { key: "notPositive", value: function value(e) {return "".concat(e.name, " must be a positive integer");} }, { key: "notEqual", value: function value(e) {return e.msg || "".concat(e.names[0], " can not be equal to ").concat(e.names[1]);} }, { key: "notValid", value: function value() {var e,t = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : [],r = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : new Function(),n = {},i = !1,a = Xe(t);try {for (a.s(); !(e = a.n()).done;) {var s = e.value,o = s.name,u = s.names,c = s.value,d = s.type,l = s.gt,h = s.lt,f = s.gte,v = s.lte,p = (s.se, s.optional);if (!p || Re.isNotNullOrUndefined(c) && ("boolean" === d || !1 !== c)) {switch (n[s.name] = s.value, d) {case "address":this.tronWeb.isAddress(c) ? n[o] = this.tronWeb.address.toHex(c) : i = !0;break;case "integer":(!Re.isInteger(c) || "number" == typeof l && c <= s.gt || "number" == typeof h && c >= s.lt || "number" == typeof f && c < s.gte || "number" == typeof v && c > s.lte) && (i = !0);break;case "positive-integer":if (!Re.isInteger(c) || c <= 0) return void r(this.notPositive(s));break;case "tokenId":Re.isString(c) && c.length || (i = !0);break;case "notEmptyObject":Re.isObject(c) && Object.keys(c).length || (i = !0);break;case "notEqual":if (n[u[0]] === n[u[1]]) return r(this.notEqual(s)), !0;break;case "resource":["BANDWIDTH", "ENERGY"].includes(c) || (i = !0);break;case "url":Re.isValidURL(c) || (i = !0);break;case "hex":Re.isHex(c) || (i = !0);break;case "array":Array.isArray(c) || (i = !0);break;case "not-empty-string":Re.isString(c) && c.length || (i = !0);break;case "boolean":Re.isBoolean(c) || (i = !0);break;case "string":(!Re.isString(c) || "number" == typeof l && c.length <= s.gt || "number" == typeof h && c.length >= s.lt || "number" == typeof f && c.length < s.gte || "number" == typeof v && c.length > s.lte) && (i = !0);}if (i) return r(this.invalid(s)), !0;}}} catch (e) {a.e(e);} finally {a.f();}return !1;} }]), e;}();function tt(e, t) {var r = "undefined" != typeof Symbol && e[Symbol.iterator] || e["@@iterator"];if (!r) {if (Array.isArray(e) || (r = function (e, t) {if (!e) return;if ("string" == typeof e) return rt(e, t);var r = Object.prototype.toString.call(e).slice(8, -1);"Object" === r && e.constructor && (r = e.constructor.name);if ("Map" === r || "Set" === r) return Array.from(e);if ("Arguments" === r || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)) return rt(e, t);}(e)) || t && e && "number" == typeof e.length) {r && (e = r);var _n2 = 0,i = function i() {};return { s: i, n: function n() {return _n2 >= e.length ? { done: !0 } : { done: !1, value: e[_n2++] };}, e: function e(_e4) {throw _e4;}, f: i };}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}var a,s = !0,o = !1;return { s: function s() {r = r.call(e);}, n: function n() {var e = r.next();return s = e.done, e;}, e: function e(_e5) {o = !0, a = _e5;}, f: function f() {try {s || null == r.return || r.return();} finally {if (o) throw a;}} };}function rt(e, t) {(null == t || t > e.length) && (t = e.length);for (var r = 0, n = new Array(t); r < t; r++) {n[r] = e[r];}return n;}function nt(e) {return Pt.address.toHex(e);}function it(e) {return Qe.tronWeb.fromUtf8(e);}function at(e, t) {return e.Error ? t(e.Error) : e.result && e.result.message ? t(Qe.tronWeb.toUtf8(e.result.message)) : t(null, e);}var st = function () {function e() {var t = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if (p()(this, e), !t || !t instanceof Pt) throw new Error("Expected instance of TronWeb");Qe = this, this.tronWeb = t, this.injectPromise = Je()(this), this.validator = new et(t);}var t, r, n, i;return b()(e, [{ key: "sendTrx", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : 0,r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : this.tronWeb.defaultAddress.hex,n = arguments.length > 3 ? arguments[3] : void 0,i = arguments.length > 4 && void 0 !== arguments[4] && arguments[4];if (Re.isFunction(n) && (i = n, n = {}), Re.isFunction(r) ? (i = r, r = this.tronWeb.defaultAddress.hex) : Re.isObject(r) && (n = r, r = this.tronWeb.defaultAddress.hex), !i) return this.injectPromise(this.sendTrx, e, t, r, n);if (t = parseInt(t), !this.validator.notValid([{ name: "recipient", type: "address", value: e }, { name: "origin", type: "address", value: r }, { names: ["recipient", "origin"], type: "notEqual", msg: "Cannot transfer TRX to the same account" }, { name: "amount", type: "integer", gt: 0, value: t }], i)) {var a = { to_address: nt(e), owner_address: nt(r), amount: t };n && n.permissionId && (a.Permission_id = n.permissionId), this.tronWeb.fullNode.request("wallet/createtransaction", a, "post").then(function (e) {return at(e, i);}).catch(function (e) {return i(e);});}} }, { key: "sendToken", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : 0,r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2],n = arguments.length > 3 && void 0 !== arguments[3] ? arguments[3] : this.tronWeb.defaultAddress.hex,i = arguments.length > 4 ? arguments[4] : void 0,a = arguments.length > 5 && void 0 !== arguments[5] && arguments[5];if (Re.isFunction(i) && (a = i, i = {}), Re.isFunction(n) ? (a = n, n = this.tronWeb.defaultAddress.hex) : Re.isObject(n) && (i = n, n = this.tronWeb.defaultAddress.hex), !a) return this.injectPromise(this.sendToken, e, t, r, n, i);if (t = parseInt(t), !this.validator.notValid([{ name: "recipient", type: "address", value: e }, { name: "origin", type: "address", value: n }, { names: ["recipient", "origin"], type: "notEqual", msg: "Cannot transfer tokens to the same account" }, { name: "amount", type: "integer", gt: 0, value: t }, { name: "token ID", type: "tokenId", value: r }], a)) {var s = { to_address: nt(e), owner_address: nt(n), asset_name: it(r), amount: parseInt(t) };i && i.permissionId && (s.Permission_id = i.permissionId), this.tronWeb.fullNode.request("wallet/transferasset", s, "post").then(function (e) {return at(e, a);}).catch(function (e) {return a(e);});}} }, { key: "purchaseToken", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1],r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : 0,n = arguments.length > 3 && void 0 !== arguments[3] ? arguments[3] : this.tronWeb.defaultAddress.hex,i = arguments.length > 4 ? arguments[4] : void 0,a = arguments.length > 5 && void 0 !== arguments[5] && arguments[5];if (Re.isFunction(i) && (a = i, i = {}), Re.isFunction(n) ? (a = n, n = this.tronWeb.defaultAddress.hex) : Re.isObject(n) && (i = n, n = this.tronWeb.defaultAddress.hex), !a) return this.injectPromise(this.purchaseToken, e, t, r, n, i);if (!this.validator.notValid([{ name: "buyer", type: "address", value: n }, { name: "issuer", type: "address", value: e }, { names: ["buyer", "issuer"], type: "notEqual", msg: "Cannot purchase tokens from same account" }, { name: "amount", type: "integer", gt: 0, value: r }, { name: "token ID", type: "tokenId", value: t }], a)) {var s = { to_address: nt(e), owner_address: nt(n), asset_name: it(t), amount: parseInt(r) };i && i.permissionId && (s.Permission_id = i.permissionId), this.tronWeb.fullNode.request("wallet/participateassetissue", s, "post").then(function (e) {return at(e, a);}).catch(function (e) {return a(e);});}} }, { key: "freezeBalance", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : 0,t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : 3,r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : "BANDWIDTH",n = arguments.length > 3 && void 0 !== arguments[3] ? arguments[3] : this.tronWeb.defaultAddress.hex,i = arguments.length > 4 && void 0 !== arguments[4] ? arguments[4] : void 0,a = arguments.length > 5 ? arguments[5] : void 0,s = arguments.length > 6 && void 0 !== arguments[6] && arguments[6];if (Re.isFunction(a) && (s = a, a = {}), Re.isFunction(i) ? (s = i, i = void 0) : Re.isObject(i) && (a = i, i = void 0), Re.isFunction(n) ? (s = n, n = this.tronWeb.defaultAddress.hex) : Re.isObject(n) && (a = n, n = this.tronWeb.defaultAddress.hex), Re.isFunction(t) && (s = t, t = 3), Re.isFunction(r) && (s = r, r = "BANDWIDTH"), !s) return this.injectPromise(this.freezeBalance, e, t, r, n, i, a);if (!this.validator.notValid([{ name: "origin", type: "address", value: n }, { name: "receiver", type: "address", value: i, optional: !0 }, { name: "amount", type: "integer", gt: 0, value: e }, { name: "duration", type: "integer", gte: 3, value: t }, { name: "resource", type: "resource", value: r, msg: 'Invalid resource provided: Expected "BANDWIDTH" or "ENERGY' }], s)) {var o = { owner_address: nt(n), frozen_balance: parseInt(e), frozen_duration: parseInt(t), resource: r };Re.isNotNullOrUndefined(i) && nt(i) !== nt(n) && (o.receiver_address = nt(i)), a && a.permissionId && (o.Permission_id = a.permissionId), this.tronWeb.fullNode.request("wallet/freezebalance", o, "post").then(function (e) {return at(e, s);}).catch(function (e) {return s(e);});}} }, { key: "unfreezeBalance", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : "BANDWIDTH",t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : this.tronWeb.defaultAddress.hex,r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : void 0,n = arguments.length > 3 ? arguments[3] : void 0,i = arguments.length > 4 && void 0 !== arguments[4] && arguments[4];if (Re.isFunction(n) && (i = n, n = {}), Re.isFunction(r) ? (i = r, r = void 0) : Re.isObject(r) && (n = r, r = void 0), Re.isFunction(t) ? (i = t, t = this.tronWeb.defaultAddress.hex) : Re.isObject(t) && (n = t, t = this.tronWeb.defaultAddress.hex), Re.isFunction(e) && (i = e, e = "BANDWIDTH"), !i) return this.injectPromise(this.unfreezeBalance, e, t, r, n);if (!this.validator.notValid([{ name: "origin", type: "address", value: t }, { name: "receiver", type: "address", value: r, optional: !0 }, { name: "resource", type: "resource", value: e, msg: 'Invalid resource provided: Expected "BANDWIDTH" or "ENERGY' }], i)) {var a = { owner_address: nt(t), resource: e };Re.isNotNullOrUndefined(r) && nt(r) !== nt(t) && (a.receiver_address = nt(r)), n && n.permissionId && (a.Permission_id = n.permissionId), this.tronWeb.fullNode.request("wallet/unfreezebalance", a, "post").then(function (e) {return at(e, i);}).catch(function (e) {return i(e);});}} }, { key: "withdrawBlockRewards", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultAddress.hex,t = arguments.length > 1 ? arguments[1] : void 0,r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];if (Re.isFunction(t) && (r = t, t = {}), Re.isFunction(e) ? (r = e, e = this.tronWeb.defaultAddress.hex) : Re.isObject(e) && (t = e, e = this.tronWeb.defaultAddress.hex), !r) return this.injectPromise(this.withdrawBlockRewards, e, t);if (!this.validator.notValid([{ name: "origin", type: "address", value: e }], r)) {var n = { owner_address: nt(e) };t && t.permissionId && (n.Permission_id = t.permissionId), this.tronWeb.fullNode.request("wallet/withdrawbalance", n, "post").then(function (e) {return at(e, r);}).catch(function (e) {return r(e);});}} }, { key: "applyForSR", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultAddress.hex,t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1],r = arguments.length > 2 ? arguments[2] : void 0,n = arguments.length > 3 && void 0 !== arguments[3] && arguments[3];if (Re.isFunction(r) && (n = r, r = {}), Re.isObject(t) && Re.isValidURL(e) && (r = t, t = e, e = this.tronWeb.defaultAddress.hex), !n) return this.injectPromise(this.applyForSR, e, t, r);if (!this.validator.notValid([{ name: "origin", type: "address", value: e }, { name: "url", type: "url", value: t, msg: "Invalid url provided" }], n)) {var i = { owner_address: nt(e), url: it(t) };r && r.permissionId && (i.Permission_id = r.permissionId), this.tronWeb.fullNode.request("wallet/createwitness", i, "post").then(function (e) {return at(e, n);}).catch(function (e) {return n(e);});}} }, { key: "vote", value: function value() {var e = this,t = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},r = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : this.tronWeb.defaultAddress.hex,n = arguments.length > 2 ? arguments[2] : void 0,i = arguments.length > 3 && void 0 !== arguments[3] && arguments[3];if (Re.isFunction(n) && (i = n, n = {}), Re.isFunction(r) ? (i = r, r = this.tronWeb.defaultAddress.hex) : Re.isObject(r) && (n = r, r = this.tronWeb.defaultAddress.hex), !i) return this.injectPromise(this.vote, t, r, n);if (!this.validator.notValid([{ name: "voter", type: "address", value: r }, { name: "votes", type: "notEmptyObject", value: t }], i)) {var a = !1;if (t = Object.entries(t).map(function (t) {var r = $e()(t, 2),n = r[0],i = r[1];if (!a) return e.validator.notValid([{ name: "SR", type: "address", value: n }, { name: "vote count", type: "integer", gt: 0, value: i, msg: "Invalid vote count provided for SR: " + n }]) ? a = !0 : { vote_address: nt(n), vote_count: parseInt(i) };}), !a) {var s = { owner_address: nt(r), votes: t };n && n.permissionId && (s.Permission_id = n.permissionId), this.tronWeb.fullNode.request("wallet/votewitnessaccount", s, "post").then(function (e) {return at(e, i);}).catch(function (e) {return i(e);});}}} }, { key: "createSmartContract", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : this.tronWeb.defaultAddress.hex,r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];if (Re.isFunction(t) && (r = t, t = this.tronWeb.defaultAddress.hex), !r) return this.injectPromise(this.createSmartContract, e, t);var n = e.feeLimit || this.tronWeb.feeLimit,i = e.userFeePercentage;"number" == typeof i || i || (i = 100);var a = e.originEnergyLimit || 1e7,s = e.callValue || 0,o = e.tokenValue,u = e.tokenId || e.token_id,c = e.abi,d = void 0 !== c && c,l = e.bytecode,h = void 0 !== l && l,f = e.parameters,v = void 0 === f ? [] : f,p = e.name,g = void 0 === p ? "" : p;if (d && Re.isString(d)) try {d = JSON.parse(d);} catch (e) {return r("Invalid options.abi provided");}if (d.entrys && (d = d.entrys), !Re.isArray(d)) return r("Invalid options.abi provided");var b = d.some(function (e) {return "constructor" === e.type && "payable" === e.stateMutability.toLowerCase();});if (!this.validator.notValid([{ name: "bytecode", type: "hex", value: h }, { name: "feeLimit", type: "integer", value: n, gt: 0, lte: 5e9 }, { name: "callValue", type: "integer", value: s, gte: 0 }, { name: "userFeePercentage", type: "integer", value: i, gte: 0, lte: 100 }, { name: "originEnergyLimit", type: "integer", value: a, gte: 0, lte: 1e7 }, { name: "parameters", type: "array", value: v }, { name: "issuer", type: "address", value: t }, { name: "tokenValue", type: "integer", value: o, gte: 0, optional: !0 }, { name: "tokenId", type: "integer", value: u, gte: 0, optional: !0 }], r)) {if (b && 0 == s && 0 == o) return r("When contract is payable, options.callValue or options.tokenValue must be a positive integer");if (!b && (s > 0 || o > 0)) return r("When contract is not payable, options.callValue and options.tokenValue must be 0");if (e.rawParameter && Re.isString(e.rawParameter)) v = e.rawParameter.replace(/^(0x)/, "");else {var m = d.find(function (e) {return "constructor" === e.type;});if (void 0 !== m && m) {var y = new de(),k = [],x = [];if (m = m.inputs, v.length != m.length) return r("constructor needs ".concat(m.length, " but ").concat(v.length, " provided"));for (var w = 0; w < v.length; w++) {var I = m[w].type,A = v[w];if (!I || !Re.isString(I) || !I.length) return r("Invalid parameter type provided: " + I);"address" === I ? A = nt(A).replace(H, "0x") : "address[" === I.match(/^([^\x5b]*)(\x5b|$)/)[0] ? A = A.map(function (e) {return nt(e).replace(H, "0x");}) : /trcToken/.test(I) && (I = I.replace(/trcToken/, "uint256")), k.push(I), x.push(A);}try {v = y.encode(k, x).replace(/^(0x)/, "");} catch (e) {return r(e);}} else v = "";}var P = { owner_address: nt(t), fee_limit: parseInt(n), call_value: parseInt(s), consume_user_resource_percent: i, origin_energy_limit: a, abi: JSON.stringify(d), bytecode: h, parameter: v, name: g };Re.isNotNullOrUndefined(o) && (P.call_token_value = parseInt(o)), Re.isNotNullOrUndefined(u) && (P.token_id = parseInt(u)), e && e.permissionId && (P.Permission_id = e.permissionId), this.tronWeb.fullNode.request("wallet/deploycontract", P, "post").then(function (e) {return at(e, r);}).catch(function (e) {return r(e);});}} }, { key: "triggerSmartContract", value: function value() {for (var e = arguments.length, t = new Array(e), r = 0; r < e; r++) {t[r] = arguments[r];}return "object" !== f()(t[2]) && (t[2] = { feeLimit: t[2], callValue: t[3] }, t.splice(3, 1)), this._triggerSmartContract.apply(this, t);} }, { key: "triggerConstantContract", value: function value() {for (var e = arguments.length, t = new Array(e), r = 0; r < e; r++) {t[r] = arguments[r];}return t[2]._isConstant = !0, this.triggerSmartContract.apply(this, t);} }, { key: "triggerConfirmedConstantContract", value: function value() {for (var e = arguments.length, t = new Array(e), r = 0; r < e; r++) {t[r] = arguments[r];}return t[2]._isConstant = !0, t[2].confirmed = !0, this.triggerSmartContract.apply(this, t);} }, { key: "_triggerSmartContract", value: function value(e, t) {var r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : {},n = arguments.length > 3 && void 0 !== arguments[3] ? arguments[3] : [],i = arguments.length > 4 && void 0 !== arguments[4] ? arguments[4] : this.tronWeb.defaultAddress.hex,a = arguments.length > 5 && void 0 !== arguments[5] && arguments[5];if (Re.isFunction(i) && (a = i, i = this.tronWeb.defaultAddress.hex), Re.isFunction(n) && (a = n, n = []), !a) return this.injectPromise(this._triggerSmartContract, e, t, r, n, i);var s = Object.assign({ callValue: 0, feeLimit: this.tronWeb.feeLimit }, r),o = s.tokenValue,u = s.tokenId,c = s.callValue,d = s.feeLimit;if (!this.validator.notValid([{ name: "feeLimit", type: "integer", value: d, gt: 0, lte: 5e9 }, { name: "callValue", type: "integer", value: c, gte: 0 }, { name: "parameters", type: "array", value: n }, { name: "contract", type: "address", value: e }, { name: "issuer", type: "address", value: i, optional: !0 }, { name: "tokenValue", type: "integer", value: o, gte: 0, optional: !0 }, { name: "tokenId", type: "integer", value: u, gte: 0, optional: !0 }], a)) {var l = { contract_address: nt(e), owner_address: nt(i) };if (t && Re.isString(t)) {if (t = t.replace("/s*/g", ""), n.length) {for (var h = new de(), f = [], v = [], p = 0; p < n.length; p++) {var g = n[p],b = g.type,m = g.value;if (!b || !Re.isString(b) || !b.length) return a("Invalid parameter type provided: " + b);"address" === b ? m = nt(m).replace(H, "0x") : "address[" === b.match(/^([^\x5b]*)(\x5b|$)/)[0] && (m = m.map(function (e) {return nt(e).replace(H, "0x");})), f.push(b), v.push(m);}try {f = f.map(function (e) {return /trcToken/.test(e) && (e = e.replace(/trcToken/, "uint256")), e;}), n = h.encode(f, v).replace(/^(0x)/, "");} catch (e) {return a(e);}} else n = "";r.shieldedParameter && Re.isString(r.shieldedParameter) && (n = r.shieldedParameter.replace(/^(0x)/, "")), r.rawParameter && Re.isString(r.rawParameter) && (n = r.rawParameter.replace(/^(0x)/, "")), l.function_selector = t, l.parameter = n;}r._isConstant || (l.call_value = parseInt(c), l.fee_limit = parseInt(d), Re.isNotNullOrUndefined(o) && (l.call_token_value = parseInt(o)), Re.isNotNullOrUndefined(u) && (l.token_id = parseInt(u))), r.permissionId && (l.Permission_id = r.permissionId), this.tronWeb[r.confirmed ? "solidityNode" : "fullNode"].request("wallet".concat(r.confirmed ? "solidity" : "", "/trigger").concat(r._isConstant ? "constant" : "smart", "contract"), l, "post").then(function (e) {return at(e, a);}).catch(function (e) {return a(e);});}} }, { key: "clearABI", value: function value(e) {var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : this.tronWeb.defaultAddress.hex,r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];if (!r) return this.injectPromise(this.clearABI, e, t);if (!this.tronWeb.isAddress(e)) return r("Invalid contract address provided");if (!this.tronWeb.isAddress(t)) return r("Invalid owner address provided");var n = { contract_address: nt(e), owner_address: nt(t) };this.tronWeb.trx.cache.contracts[e] && delete this.tronWeb.trx.cache.contracts[e], this.tronWeb.fullNode.request("wallet/clearabi", n, "post").then(function (e) {return at(e, r);}).catch(function (e) {return r(e);});} }, { key: "updateBrokerage", value: function value(e) {var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : this.tronWeb.defaultAddress.hex,r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];if (!r) return this.injectPromise(this.updateBrokerage, e, t);if (!Re.isNotNullOrUndefined(e)) return r("Invalid brokerage provided");if (!Re.isInteger(e) || e < 0 || e > 100) return r("Brokerage must be an integer between 0 and 100");if (!this.tronWeb.isAddress(t)) return r("Invalid owner address provided");var n = { brokerage: parseInt(e), owner_address: nt(t) };this.tronWeb.fullNode.request("wallet/updateBrokerage", n, "post").then(function (e) {return at(e, r);}).catch(function (e) {return r(e);});} }, { key: "createToken", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : this.tronWeb.defaultAddress.hex,r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];if (Re.isFunction(t) && (r = t, t = this.tronWeb.defaultAddress.hex), !r) return this.injectPromise(this.createToken, e, t);var n = e.name,i = void 0 !== n && n,a = e.abbreviation,s = void 0 !== a && a,o = e.description,u = void 0 !== o && o,c = e.url,d = void 0 !== c && c,l = e.totalSupply,h = void 0 === l ? 0 : l,f = e.trxRatio,v = void 0 === f ? 1 : f,p = e.tokenRatio,g = void 0 === p ? 1 : p,b = e.saleStart,m = void 0 === b ? Date.now() : b,y = e.saleEnd,k = void 0 !== y && y,x = e.freeBandwidth,w = void 0 === x ? 0 : x,I = e.freeBandwidthLimit,A = void 0 === I ? 0 : I,P = e.frozenAmount,W = void 0 === P ? 0 : P,_ = e.frozenDuration,S = void 0 === _ ? 0 : _,N = e.voteScore,T = e.precision;if (!this.validator.notValid([{ name: "Supply amount", type: "positive-integer", value: h }, { name: "TRX ratio", type: "positive-integer", value: v }, { name: "Token ratio", type: "positive-integer", value: g }, { name: "token abbreviation", type: "not-empty-string", value: s }, { name: "token name", type: "not-empty-string", value: i }, { name: "token description", type: "not-empty-string", value: u }, { name: "token url", type: "url", value: d }, { name: "issuer", type: "address", value: t }, { name: "sale start timestamp", type: "integer", value: m, gte: Date.now() }, { name: "sale end timestamp", type: "integer", value: k, gt: m }, { name: "Free bandwidth amount", type: "integer", value: w, gte: 0 }, { name: "Free bandwidth limit", type: "integer", value: A, gte: 0 }, { name: "Frozen supply", type: "integer", value: W, gte: 0 }, { name: "Frozen duration", type: "integer", value: S, gte: 0 }], r)) {if (Re.isNotNullOrUndefined(N) && (!Re.isInteger(N) || N <= 0)) return r("voteScore must be a positive integer greater than 0");if (Re.isNotNullOrUndefined(T) && (!Re.isInteger(T) || T < 0 || T > 6)) return r("precision must be a positive integer >= 0 and <= 6");var j = { owner_address: nt(t), name: it(i), abbr: it(s), description: it(u), url: it(d), total_supply: parseInt(h), trx_num: parseInt(v), num: parseInt(g), start_time: parseInt(m), end_time: parseInt(k), free_asset_net_limit: parseInt(w), public_free_asset_net_limit: parseInt(A), frozen_supply: { frozen_amount: parseInt(W), frozen_days: parseInt(S) } };parseInt(W) > 0 || delete j.frozen_supply, T && !isNaN(parseInt(T)) && (j.precision = parseInt(T)), N && !isNaN(parseInt(N)) && (j.vote_score = parseInt(N)), e && e.permissionId && (j.Permission_id = e.permissionId), this.tronWeb.fullNode.request("wallet/createassetissue", j, "post").then(function (e) {return at(e, r);}).catch(function (e) {return r(e);});}} }, { key: "updateAccount", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : this.tronWeb.defaultAddress.hex,r = arguments.length > 2 ? arguments[2] : void 0,n = arguments.length > 3 && void 0 !== arguments[3] && arguments[3];if (Re.isFunction(r) && (n = r, r = {}), Re.isFunction(t) ? (n = t, t = this.tronWeb.defaultAddress.hex) : Re.isObject(t) && (r = t, t = this.tronWeb.defaultAddress.hex), !n) return this.injectPromise(this.updateAccount, e, t, r);if (!this.validator.notValid([{ name: "Name", type: "not-empty-string", value: e }, { name: "origin", type: "address", value: t }], n)) {var i = { account_name: it(e), owner_address: nt(t) };r && r.permissionId && (i.Permission_id = r.permissionId), this.tronWeb.fullNode.request("wallet/updateaccount", i, "post").then(function (e) {return at(e, n);}).catch(function (e) {return n(e);});}} }, { key: "setAccountId", value: function value(e) {var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : this.tronWeb.defaultAddress.hex,r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];if (Re.isFunction(t) && (r = t, t = this.tronWeb.defaultAddress.hex), !r) return this.injectPromise(this.setAccountId, e, t);e && Re.isString(e) && e.startsWith("0x") && (e = e.slice(2)), this.validator.notValid([{ name: "accountId", type: "hex", value: e }, { name: "accountId", type: "string", lte: 32, gte: 8, value: e }, { name: "origin", type: "address", value: t }], r) || this.tronWeb.fullNode.request("wallet/setaccountid", { account_id: e, owner_address: nt(t) }, "post").then(function (e) {return at(e, r);}).catch(function (e) {return r(e);});} }, { key: "updateToken", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : this.tronWeb.defaultAddress.hex,r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];if (Re.isFunction(t) ? (r = t, t = this.tronWeb.defaultAddress.hex) : Re.isObject(t) && (e = t, t = this.tronWeb.defaultAddress.hex), !r) return this.injectPromise(this.updateToken, e, t);var n = e,i = n.description,a = void 0 !== i && i,s = n.url,o = void 0 !== s && s,u = n.freeBandwidth,c = void 0 === u ? 0 : u,d = n.freeBandwidthLimit,l = void 0 === d ? 0 : d;if (!this.validator.notValid([{ name: "token description", type: "not-empty-string", value: a }, { name: "token url", type: "url", value: o }, { name: "issuer", type: "address", value: t }, { name: "Free bandwidth amount", type: "positive-integer", value: c }, { name: "Free bandwidth limit", type: "positive-integer", value: l }], r)) {var h = { owner_address: nt(t), description: it(a), url: it(o), new_limit: parseInt(c), new_public_limit: parseInt(l) };e && e.permissionId && (h.Permission_id = e.permissionId), this.tronWeb.fullNode.request("wallet/updateasset", h, "post").then(function (e) {return at(e, r);}).catch(function (e) {return r(e);});}} }, { key: "sendAsset", value: function value() {return this.sendToken.apply(this, arguments);} }, { key: "purchaseAsset", value: function value() {return this.purchaseToken.apply(this, arguments);} }, { key: "createAsset", value: function value() {return this.createToken.apply(this, arguments);} }, { key: "updateAsset", value: function value() {return this.updateToken.apply(this, arguments);} }, { key: "createProposal", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : this.tronWeb.defaultAddress.hex,r = arguments.length > 2 ? arguments[2] : void 0,n = arguments.length > 3 && void 0 !== arguments[3] && arguments[3];if (Re.isFunction(r) && (n = r, r = {}), Re.isFunction(t) ? (n = t, t = this.tronWeb.defaultAddress.hex) : Re.isObject(t) && (r = t, t = this.tronWeb.defaultAddress.hex), !n) return this.injectPromise(this.createProposal, e, t, r);if (!this.validator.notValid([{ name: "issuer", type: "address", value: t }], n)) {var i = "Invalid proposal parameters provided";if (!e) return n(i);Re.isArray(e) || (e = [e]);var a,s = tt(e);try {for (s.s(); !(a = s.n()).done;) {var o = a.value;if (!Re.isObject(o)) return n(i);}} catch (e) {s.e(e);} finally {s.f();}var u = { owner_address: nt(t), parameters: e };r && r.permissionId && (u.Permission_id = r.permissionId), this.tronWeb.fullNode.request("wallet/proposalcreate", u, "post").then(function (e) {return at(e, n);}).catch(function (e) {return n(e);});}} }, { key: "deleteProposal", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : this.tronWeb.defaultAddress.hex,r = arguments.length > 2 ? arguments[2] : void 0,n = arguments.length > 3 && void 0 !== arguments[3] && arguments[3];if (Re.isFunction(r) && (n = r, r = {}), Re.isFunction(t) ? (n = t, t = this.tronWeb.defaultAddress.hex) : Re.isObject(t) && (r = t, t = this.tronWeb.defaultAddress.hex), !n) return this.injectPromise(this.deleteProposal, e, t, r);if (!this.validator.notValid([{ name: "issuer", type: "address", value: t }, { name: "proposalID", type: "integer", value: e, gte: 0 }], n)) {var i = { owner_address: nt(t), proposal_id: parseInt(e) };r && r.permissionId && (i.Permission_id = r.permissionId), this.tronWeb.fullNode.request("wallet/proposaldelete", i, "post").then(function (e) {return at(e, n);}).catch(function (e) {return n(e);});}} }, { key: "voteProposal", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1],r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : this.tronWeb.defaultAddress.hex,n = arguments.length > 3 ? arguments[3] : void 0,i = arguments.length > 4 && void 0 !== arguments[4] && arguments[4];if (Re.isFunction(n) && (i = n, n = {}), Re.isFunction(r) ? (i = r, r = this.tronWeb.defaultAddress.hex) : Re.isObject(r) && (n = r, r = this.tronWeb.defaultAddress.hex), !i) return this.injectPromise(this.voteProposal, e, t, r, n);if (!this.validator.notValid([{ name: "voter", type: "address", value: r }, { name: "proposalID", type: "integer", value: e, gte: 0 }, { name: "has approval", type: "boolean", value: t }], i)) {var a = { owner_address: nt(r), proposal_id: parseInt(e), is_add_approval: t };n && n.permissionId && (a.Permission_id = n.permissionId), this.tronWeb.fullNode.request("wallet/proposalapprove", a, "post").then(function (e) {return at(e, i);}).catch(function (e) {return i(e);});}} }, { key: "createTRXExchange", value: function value(e, t, r) {var n = arguments.length > 3 && void 0 !== arguments[3] ? arguments[3] : this.tronWeb.defaultAddress.hex,i = arguments.length > 4 ? arguments[4] : void 0,a = arguments.length > 5 && void 0 !== arguments[5] && arguments[5];if (Re.isFunction(i) && (a = i, i = {}), Re.isFunction(n) ? (a = n, n = this.tronWeb.defaultAddress.hex) : Re.isObject(n) && (i = n, n = this.tronWeb.defaultAddress.hex), !a) return this.injectPromise(this.createTRXExchange, e, t, r, n, i);if (!this.validator.notValid([{ name: "owner", type: "address", value: n }, { name: "token name", type: "not-empty-string", value: e }, { name: "token balance", type: "positive-integer", value: t }, { name: "trx balance", type: "positive-integer", value: r }], a)) {var s = { owner_address: nt(n), first_token_id: it(e), first_token_balance: t, second_token_id: "5f", second_token_balance: r };i && i.permissionId && (s.Permission_id = i.permissionId), this.tronWeb.fullNode.request("wallet/exchangecreate", s, "post").then(function (e) {a(null, e);}).catch(function (e) {return a(e);});}} }, { key: "createTokenExchange", value: function value(e, t, r, n) {var i = arguments.length > 4 && void 0 !== arguments[4] ? arguments[4] : this.tronWeb.defaultAddress.hex,a = arguments.length > 5 ? arguments[5] : void 0,s = arguments.length > 6 && void 0 !== arguments[6] && arguments[6];if (Re.isFunction(a) && (s = a, a = {}), Re.isFunction(i) ? (s = i, i = this.tronWeb.defaultAddress.hex) : Re.isObject(i) && (a = i, i = this.tronWeb.defaultAddress.hex), !s) return this.injectPromise(this.createTokenExchange, e, t, r, n, i, a);if (!this.validator.notValid([{ name: "owner", type: "address", value: i }, { name: "first token name", type: "not-empty-string", value: e }, { name: "second token name", type: "not-empty-string", value: r }, { name: "first token balance", type: "positive-integer", value: t }, { name: "second token balance", type: "positive-integer", value: n }], s)) {var o = { owner_address: nt(i), first_token_id: it(e), first_token_balance: t, second_token_id: it(r), second_token_balance: n };a && a.permissionId && (o.Permission_id = a.permissionId), this.tronWeb.fullNode.request("wallet/exchangecreate", o, "post").then(function (e) {s(null, e);}).catch(function (e) {return s(e);});}} }, { key: "injectExchangeTokens", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1],r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : 0,n = arguments.length > 3 && void 0 !== arguments[3] ? arguments[3] : this.tronWeb.defaultAddress.hex,i = arguments.length > 4 ? arguments[4] : void 0,a = arguments.length > 5 && void 0 !== arguments[5] && arguments[5];if (Re.isFunction(i) && (a = i, i = {}), Re.isFunction(n) ? (a = n, n = this.tronWeb.defaultAddress.hex) : Re.isObject(n) && (i = n, n = this.tronWeb.defaultAddress.hex), !a) return this.injectPromise(this.injectExchangeTokens, e, t, r, n, i);if (!this.validator.notValid([{ name: "owner", type: "address", value: n }, { name: "token name", type: "not-empty-string", value: t }, { name: "token amount", type: "integer", value: r, gte: 1 }, { name: "exchangeID", type: "integer", value: e, gte: 0 }], a)) {var s = { owner_address: nt(n), exchange_id: parseInt(e), token_id: it(t), quant: parseInt(r) };i && i.permissionId && (s.Permission_id = i.permissionId), this.tronWeb.fullNode.request("wallet/exchangeinject", s, "post").then(function (e) {return at(e, a);}).catch(function (e) {return a(e);});}} }, { key: "withdrawExchangeTokens", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1],r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : 0,n = arguments.length > 3 && void 0 !== arguments[3] ? arguments[3] : this.tronWeb.defaultAddress.hex,i = arguments.length > 4 ? arguments[4] : void 0,a = arguments.length > 5 && void 0 !== arguments[5] && arguments[5];if (Re.isFunction(i) && (a = i, i = {}), Re.isFunction(n) ? (a = n, n = this.tronWeb.defaultAddress.hex) : Re.isObject(n) && (i = n, n = this.tronWeb.defaultAddress.hex), !a) return this.injectPromise(this.withdrawExchangeTokens, e, t, r, n, i);if (!this.validator.notValid([{ name: "owner", type: "address", value: n }, { name: "token name", type: "not-empty-string", value: t }, { name: "token amount", type: "integer", value: r, gte: 1 }, { name: "exchangeID", type: "integer", value: e, gte: 0 }], a)) {var s = { owner_address: nt(n), exchange_id: parseInt(e), token_id: it(t), quant: parseInt(r) };i && i.permissionId && (s.Permission_id = i.permissionId), this.tronWeb.fullNode.request("wallet/exchangewithdraw", s, "post").then(function (e) {return at(e, a);}).catch(function (e) {return a(e);});}} }, { key: "tradeExchangeTokens", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1],r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : 0,n = arguments.length > 3 && void 0 !== arguments[3] ? arguments[3] : 0,i = arguments.length > 4 && void 0 !== arguments[4] ? arguments[4] : this.tronWeb.defaultAddress.hex,a = arguments.length > 5 ? arguments[5] : void 0,s = arguments.length > 6 && void 0 !== arguments[6] && arguments[6];if (Re.isFunction(a) && (s = a, a = {}), Re.isFunction(i) ? (s = i, i = this.tronWeb.defaultAddress.hex) : Re.isObject(i) && (a = i, i = this.tronWeb.defaultAddress.hex), !s) return this.injectPromise(this.tradeExchangeTokens, e, t, r, n, i, a);if (!this.validator.notValid([{ name: "owner", type: "address", value: i }, { name: "token name", type: "not-empty-string", value: t }, { name: "tokenAmountSold", type: "integer", value: r, gte: 1 }, { name: "tokenAmountExpected", type: "integer", value: n, gte: 1 }, { name: "exchangeID", type: "integer", value: e, gte: 0 }], s)) {var o = { owner_address: nt(i), exchange_id: parseInt(e), token_id: this.tronWeb.fromAscii(t), quant: parseInt(r), expected: parseInt(n) };a && a.permissionId && (o.Permission_id = a.permissionId), this.tronWeb.fullNode.request("wallet/exchangetransaction", o, "post").then(function (e) {return at(e, s);}).catch(function (e) {return s(e);});}} }, { key: "updateSetting", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1],r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : this.tronWeb.defaultAddress.hex,n = arguments.length > 3 ? arguments[3] : void 0,i = arguments.length > 4 && void 0 !== arguments[4] && arguments[4];if (Re.isFunction(n) && (i = n, n = {}), Re.isFunction(r) ? (i = r, r = this.tronWeb.defaultAddress.hex) : Re.isObject(r) && (n = r, r = this.tronWeb.defaultAddress.hex), !i) return this.injectPromise(this.updateSetting, e, t, r, n);if (!this.validator.notValid([{ name: "owner", type: "address", value: r }, { name: "contract", type: "address", value: e }, { name: "userFeePercentage", type: "integer", value: t, gte: 0, lte: 100 }], i)) {var a = { owner_address: nt(r), contract_address: nt(e), consume_user_resource_percent: t };n && n.permissionId && (a.Permission_id = n.permissionId), this.tronWeb.fullNode.request("wallet/updatesetting", a, "post").then(function (e) {return at(e, i);}).catch(function (e) {return i(e);});}} }, { key: "updateEnergyLimit", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1],r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : this.tronWeb.defaultAddress.hex,n = arguments.length > 3 ? arguments[3] : void 0,i = arguments.length > 4 && void 0 !== arguments[4] && arguments[4];if (Re.isFunction(n) && (i = n, n = {}), Re.isFunction(r) ? (i = r, r = this.tronWeb.defaultAddress.hex) : Re.isObject(r) && (n = r, r = this.tronWeb.defaultAddress.hex), !i) return this.injectPromise(this.updateEnergyLimit, e, t, r, n);if (!this.validator.notValid([{ name: "owner", type: "address", value: r }, { name: "contract", type: "address", value: e }, { name: "originEnergyLimit", type: "integer", value: t, gte: 0, lte: 1e7 }], i)) {var a = { owner_address: nt(r), contract_address: nt(e), origin_energy_limit: t };n && n.permissionId && (a.Permission_id = n.permissionId), this.tronWeb.fullNode.request("wallet/updateenergylimit", a, "post").then(function (e) {return at(e, i);}).catch(function (e) {return i(e);});}} }, { key: "checkPermissions", value: function value(e, t) {if (e) {if (e.type !== t || !e.permission_name || !Re.isString(e.permission_name) || !Re.isInteger(e.threshold) || e.threshold < 1 || !e.keys) return !1;var r,n = tt(e.keys);try {for (n.s(); !(r = n.n()).done;) {var i = r.value;if (!this.tronWeb.isAddress(i.address) || !Re.isInteger(i.weight) || i.weight > e.threshold || i.weight < 1 || 2 === t && !e.operations) return !1;}} catch (e) {n.e(e);} finally {n.f();}}return !0;} }, { key: "updateAccountPermissions", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultAddress.hex,t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1],r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2],n = arguments.length > 3 && void 0 !== arguments[3] && arguments[3],i = arguments.length > 4 && void 0 !== arguments[4] && arguments[4];if (Re.isFunction(n) && (i = n, n = !1), Re.isFunction(r) && (i = r, r = n = !1), Re.isFunction(t) && (i = t, t = r = n = !1), !i) return this.injectPromise(this.updateAccountPermissions, e, t, r, n);if (!this.tronWeb.isAddress(e)) return i("Invalid ownerAddress provided");if (!this.checkPermissions(t, 0)) return i("Invalid ownerPermissions provided");if (!this.checkPermissions(r, 1)) return i("Invalid witnessPermissions provided");Array.isArray(n) || (n = [n]);var a,s = tt(n);try {for (s.s(); !(a = s.n()).done;) {var o = a.value;if (!this.checkPermissions(o, 2)) return i("Invalid activesPermissions provided");}} catch (e) {s.e(e);} finally {s.f();}var u = { owner_address: e };t && (u.owner = t), r && (u.witness = r), n && (u.actives = 1 === n.length ? n[0] : n), this.tronWeb.fullNode.request("wallet/accountpermissionupdate", u, "post").then(function (e) {return at(e, i);}).catch(function (e) {return i(e);});} }, { key: "newTxID", value: (i = l()(N.a.mark(function e(t, r) {return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (r) {e.next = 2;break;}return e.abrupt("return", this.injectPromise(this.newTxID, t));case 2:this.tronWeb.fullNode.request("wallet/getsignweight", t, "post").then(function (e) {e = e.transaction.transaction, "boolean" == typeof t.visible && (e.visible = t.visible), r(null, e);}).catch(function (e) {return r("Error generating a new transaction id.");});case 3:case "end":return e.stop();}}}, e, this);})), function (e, t) {return i.apply(this, arguments);}) }, { key: "alterTransaction", value: (n = l()(N.a.mark(function e(t) {var r,n,i = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (r = i.length > 1 && void 0 !== i[1] ? i[1] : {}, n = i.length > 2 && void 0 !== i[2] && i[2]) {e.next = 4;break;}return e.abrupt("return", this.injectPromise(this.alterTransaction, t, r));case 4:if (!t.signature) {e.next = 6;break;}return e.abrupt("return", n("You can not extend the expiration of a signed transaction."));case 6:if (!r.data) {e.next = 12;break;}if ("hex" !== r.dataFormat && (r.data = this.tronWeb.toHex(r.data)), r.data = r.data.replace(/^0x/, ""), 0 !== r.data.length) {e.next = 11;break;}return e.abrupt("return", n("Invalid data provided"));case 11:t.raw_data.data = r.data;case 12:if (!r.extension) {e.next = 17;break;}if (r.extension = parseInt(1e3 * r.extension), !(isNaN(r.extension) || t.raw_data.expiration + r.extension <= Date.now() + 3e3)) {e.next = 16;break;}return e.abrupt("return", n("Invalid extension provided"));case 16:t.raw_data.expiration += r.extension;case 17:this.newTxID(t, n);case 18:case "end":return e.stop();}}}, e, this);})), function (e) {return n.apply(this, arguments);}) }, { key: "extendExpiration", value: (r = l()(N.a.mark(function e(t, r) {var n,i = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (n = i.length > 2 && void 0 !== i[2] && i[2]) {e.next = 3;break;}return e.abrupt("return", this.injectPromise(this.extendExpiration, t, r));case 3:this.alterTransaction(t, { extension: r }, n);case 4:case "end":return e.stop();}}}, e, this);})), function (e, t) {return r.apply(this, arguments);}) }, { key: "addUpdateData", value: (t = l()(N.a.mark(function e(t, r) {var n,i,a = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (n = a.length > 2 && void 0 !== a[2] ? a[2] : "utf8", i = a.length > 3 && void 0 !== a[3] && a[3], Re.isFunction(n) && (i = n, n = "utf8"), i) {e.next = 5;break;}return e.abrupt("return", this.injectPromise(this.addUpdateData, t, r, n));case 5:this.alterTransaction(t, { data: r, dataFormat: n }, i);case 6:case "end":return e.stop();}}}, e, this);})), function (e, r) {return t.apply(this, arguments);}) }]), e;}();function ot(e, t) {var r = Object.keys(e);if (Object.getOwnPropertySymbols) {var n = Object.getOwnPropertySymbols(e);t && (n = n.filter(function (t) {return Object.getOwnPropertyDescriptor(e, t).enumerable;})), r.push.apply(r, n);}return r;}function ut(e) {for (var t = 1; t < arguments.length; t++) {var r = null != arguments[t] ? arguments[t] : {};t % 2 ? ot(Object(r), !0).forEach(function (t) {_()(e, t, r[t]);}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : ot(Object(r)).forEach(function (t) {Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(r, t));});}return e;}function ct(e) {return Pt.address.toHex(e);}var dt = function () {function e() {var t = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if (p()(this, e), !t || !t instanceof Pt) throw new Error("Expected instance of TronWeb");this.tronWeb = t, this.injectPromise = Je()(this), this.cache = { contracts: {} }, this.validator = new et(t);}var t, r, n, i, a, s, o, u, c, d, h, f, v, g, m, y, k;return b()(e, [{ key: "_parseToken", value: function value(e) {return ut(ut({}, e), {}, { name: this.tronWeb.toUtf8(e.name), abbr: e.abbr && this.tronWeb.toUtf8(e.abbr), description: e.description && this.tronWeb.toUtf8(e.description), url: e.url && this.tronWeb.toUtf8(e.url) });} }, { key: "getCurrentBlock", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if (!e) return this.injectPromise(this.getCurrentBlock);this.tronWeb.fullNode.request("wallet/getnowblock").then(function (t) {e(null, t);}).catch(function (t) {return e(t);});} }, { key: "getConfirmedCurrentBlock", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if (!e) return this.injectPromise(this.getConfirmedCurrentBlock);this.tronWeb.solidityNode.request("walletsolidity/getnowblock").then(function (t) {e(null, t);}).catch(function (t) {return e(t);});} }, { key: "getBlock", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultBlock,t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return Re.isFunction(e) && (t = e, e = this.tronWeb.defaultBlock), t ? !1 === e ? t("No block identifier provided") : ("earliest" == e && (e = 0), "latest" == e ? this.getCurrentBlock(t) : isNaN(e) && Re.isHex(e) ? this.getBlockByHash(e, t) : void this.getBlockByNumber(e, t)) : this.injectPromise(this.getBlock, e);} }, { key: "getBlockByHash", value: function value(e) {var t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];if (!t) return this.injectPromise(this.getBlockByHash, e);this.tronWeb.fullNode.request("wallet/getblockbyid", { value: e }, "post").then(function (e) {if (!Object.keys(e).length) return t("Block not found");t(null, e);}).catch(function (e) {return t(e);});} }, { key: "getBlockByNumber", value: function value(e) {var t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return t ? !Re.isInteger(e) || e < 0 ? t("Invalid block number provided") : void this.tronWeb.fullNode.request("wallet/getblockbynum", { num: parseInt(e) }, "post").then(function (e) {if (!Object.keys(e).length) return t("Block not found");t(null, e);}).catch(function (e) {return t(e);}) : this.injectPromise(this.getBlockByNumber, e);} }, { key: "getBlockTransactionCount", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultBlock,t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];if (Re.isFunction(e) && (t = e, e = this.tronWeb.defaultBlock), !t) return this.injectPromise(this.getBlockTransactionCount, e);this.getBlock(e).then(function (e) {var r = e.transactions;t(null, (void 0 === r ? [] : r).length);}).catch(function (e) {return t(e);});} }, { key: "getTransactionFromBlock", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultBlock,t = arguments.length > 1 ? arguments[1] : void 0,r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];if (Re.isFunction(t) && (r = t, t = 0), Re.isFunction(e) && (r = e, e = this.tronWeb.defaultBlock), !r) return this.injectPromise(this.getTransactionFromBlock, e, t);this.getBlock(e).then(function (e) {var n = e.transactions,i = void 0 !== n && n;i ? "number" == typeof t ? t >= 0 && t < i.length ? r(null, i[t]) : r("Invalid transaction index provided") : r(null, i) : r("Transaction not found in block");}).catch(function (e) {return r(e);});} }, { key: "getTransaction", value: function value(e) {var t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];if (!t) return this.injectPromise(this.getTransaction, e);this.tronWeb.fullNode.request("wallet/gettransactionbyid", { value: e }, "post").then(function (e) {if (!Object.keys(e).length) return t("Transaction not found");t(null, e);}).catch(function (e) {return t(e);});} }, { key: "getConfirmedTransaction", value: function value(e) {var t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];if (!t) return this.injectPromise(this.getConfirmedTransaction, e);this.tronWeb.solidityNode.request("walletsolidity/gettransactionbyid", { value: e }, "post").then(function (e) {if (!Object.keys(e).length) return t("Transaction not found");t(null, e);}).catch(function (e) {return t(e);});} }, { key: "getUnconfirmedTransactionInfo", value: function value(e) {var t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return this._getTransactionInfoById(e, { confirmed: !1 }, t);} }, { key: "getTransactionInfo", value: function value(e) {var t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return this._getTransactionInfoById(e, { confirmed: !0 }, t);} }, { key: "_getTransactionInfoById", value: function value(e, t) {var r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];if (!r) return this.injectPromise(this._getTransactionInfoById, e, t);this.tronWeb[t.confirmed ? "solidityNode" : "fullNode"].request("wallet".concat(t.confirmed ? "solidity" : "", "/gettransactioninfobyid"), { value: e }, "post").then(function (e) {r(null, e);}).catch(function (e) {return r(e);});} }, { key: "getTransactionsToAddress", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultAddress.hex,t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : 30,r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : 0,n = arguments.length > 3 && void 0 !== arguments[3] && arguments[3];return Re.isFunction(r) && (n = r, r = 0), Re.isFunction(t) && (n = t, t = 30), n ? (e = this.tronWeb.address.toHex(e), this.getTransactionsRelated(e, "to", t, r, n)) : this.injectPromise(this.getTransactionsToAddress, e, t, r);} }, { key: "getTransactionsFromAddress", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultAddress.hex,t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : 30,r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : 0,n = arguments.length > 3 && void 0 !== arguments[3] && arguments[3];return Re.isFunction(r) && (n = r, r = 0), Re.isFunction(t) && (n = t, t = 30), n ? (e = this.tronWeb.address.toHex(e), this.getTransactionsRelated(e, "from", t, r, n)) : this.injectPromise(this.getTransactionsFromAddress, e, t, r);} }, { key: "getTransactionsRelated", value: (k = l()(N.a.mark(function e() {var t,r,n,i,a,s,o,u,c,d = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (t = d.length > 0 && void 0 !== d[0] ? d[0] : this.tronWeb.defaultAddress.hex, r = d.length > 1 && void 0 !== d[1] ? d[1] : "all", n = d.length > 2 && void 0 !== d[2] ? d[2] : 30, i = d.length > 3 && void 0 !== d[3] ? d[3] : 0, a = d.length > 4 && void 0 !== d[4] && d[4], Re.isFunction(i) && (a = i, i = 0), Re.isFunction(n) && (a = n, n = 30), Re.isFunction(r) && (a = r, r = "all"), Re.isFunction(t) && (a = t, t = this.tronWeb.defaultAddress.hex), a) {e.next = 11;break;}return e.abrupt("return", this.injectPromise(this.getTransactionsRelated, t, r, n, i));case 11:if (["to", "from", "all"].includes(r)) {e.next = 13;break;}return e.abrupt("return", a('Invalid direction provided: Expected "to", "from" or "all"'));case 13:if ("all" != r) {e.next = 27;break;}return e.prev = 14, e.next = 17, Promise.all([this.getTransactionsRelated(t, "from", n, i), this.getTransactionsRelated(t, "to", n, i)]);case 17:return s = e.sent, o = $e()(s, 2), u = o[0], c = o[1], e.abrupt("return", a(null, [].concat(R()(u.map(function (e) {return e.direction = "from", e;})), R()(c.map(function (e) {return e.direction = "to", e;}))).sort(function (e, t) {return t.raw_data.timestamp - e.raw_data.timestamp;})));case 24:return e.prev = 24, e.t0 = e.catch(14), e.abrupt("return", a(e.t0));case 27:if (this.tronWeb.isAddress(t)) {e.next = 29;break;}return e.abrupt("return", a("Invalid address provided"));case 29:if (!(!Re.isInteger(n) || n < 0 || i && n < 1)) {e.next = 31;break;}return e.abrupt("return", a("Invalid limit provided"));case 31:if (Re.isInteger(i) && !(i < 0)) {e.next = 33;break;}return e.abrupt("return", a("Invalid offset provided"));case 33:t = this.tronWeb.address.toHex(t), this.tronWeb.solidityNode.request("walletextension/gettransactions".concat(r, "this"), { account: { address: t }, offset: i, limit: n }, "post").then(function (e) {var t = e.transaction;a(null, t);}).catch(function (e) {return a(e);});case 35:case "end":return e.stop();}}}, e, this, [[14, 24]]);})), function () {return k.apply(this, arguments);}) }, { key: "getAccount", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultAddress.hex,t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return Re.isFunction(e) && (t = e, e = this.tronWeb.defaultAddress.hex), t ? this.tronWeb.isAddress(e) ? (e = this.tronWeb.address.toHex(e), void this.tronWeb.solidityNode.request("walletsolidity/getaccount", { address: e }, "post").then(function (e) {t(null, e);}).catch(function (e) {return t(e);})) : t("Invalid address provided") : this.injectPromise(this.getAccount, e);} }, { key: "getAccountById", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];if (!t) return this.injectPromise(this.getAccountById, e);this.getAccountInfoById(e, { confirmed: !0 }, t);} }, { key: "getAccountInfoById", value: function value(e, t, r) {this.validator.notValid([{ name: "accountId", type: "hex", value: e }, { name: "accountId", type: "string", lte: 32, gte: 8, value: e }], r) || (e.startsWith("0x") && (e = e.slice(2)), this.tronWeb[t.confirmed ? "solidityNode" : "fullNode"].request("wallet".concat(t.confirmed ? "solidity" : "", "/getaccountbyid"), { account_id: e }, "post").then(function (e) {r(null, e);}).catch(function (e) {return r(e);}));} }, { key: "getBalance", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultAddress.hex,t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];if (Re.isFunction(e) && (t = e, e = this.tronWeb.defaultAddress.hex), !t) return this.injectPromise(this.getBalance, e);this.getAccount(e).then(function (e) {var r = e.balance;t(null, void 0 === r ? 0 : r);}).catch(function (e) {return t(e);});} }, { key: "getUnconfirmedAccount", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultAddress.hex,t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return Re.isFunction(e) && (t = e, e = this.tronWeb.defaultAddress.hex), t ? this.tronWeb.isAddress(e) ? (e = this.tronWeb.address.toHex(e), void this.tronWeb.fullNode.request("wallet/getaccount", { address: e }, "post").then(function (e) {t(null, e);}).catch(function (e) {return t(e);})) : t("Invalid address provided") : this.injectPromise(this.getUnconfirmedAccount, e);} }, { key: "getUnconfirmedAccountById", value: function value(e) {var t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];if (!t) return this.injectPromise(this.getUnconfirmedAccountById, e);this.getAccountInfoById(e, { confirmed: !1 }, t);} }, { key: "getUnconfirmedBalance", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultAddress.hex,t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];if (Re.isFunction(e) && (t = e, e = this.tronWeb.defaultAddress.hex), !t) return this.injectPromise(this.getUnconfirmedBalance, e);this.getUnconfirmedAccount(e).then(function (e) {var r = e.balance;t(null, void 0 === r ? 0 : r);}).catch(function (e) {return t(e);});} }, { key: "getBandwidth", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultAddress.hex,t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return Re.isFunction(e) && (t = e, e = this.tronWeb.defaultAddress.hex), t ? this.tronWeb.isAddress(e) ? (e = this.tronWeb.address.toHex(e), void this.tronWeb.fullNode.request("wallet/getaccountnet", { address: e }, "post").then(function (e) {var r = e.freeNetUsed,n = void 0 === r ? 0 : r,i = e.freeNetLimit,a = void 0 === i ? 0 : i,s = e.NetUsed,o = void 0 === s ? 0 : s,u = e.NetLimit;t(null, a - n + ((void 0 === u ? 0 : u) - o));}).catch(function (e) {return t(e);})) : t("Invalid address provided") : this.injectPromise(this.getBandwidth, e);} }, { key: "getTokensIssuedByAddress", value: function value() {var e = this,t = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultAddress.hex,r = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return Re.isFunction(t) && (r = t, t = this.tronWeb.defaultAddress.hex), r ? this.tronWeb.isAddress(t) ? (t = this.tronWeb.address.toHex(t), void this.tronWeb.fullNode.request("wallet/getassetissuebyaccount", { address: t }, "post").then(function (t) {var n = t.assetIssue,i = void 0 !== n && n;if (!i) return r(null, {});var a = i.map(function (t) {return e._parseToken(t);}).reduce(function (e, t) {return e[t.name] = t, e;}, {});r(null, a);}).catch(function (e) {return r(e);})) : r("Invalid address provided") : this.injectPromise(this.getTokensIssuedByAddress, t);} }, { key: "getTokenFromID", value: function value() {var e = this,t = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],r = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return r ? (Re.isInteger(t) && (t = t.toString()), Re.isString(t) && t.length ? void this.tronWeb.fullNode.request("wallet/getassetissuebyname", { value: this.tronWeb.fromUtf8(t) }, "post").then(function (t) {if (!t.name) return r("Token does not exist");r(null, e._parseToken(t));}).catch(function (e) {return r(e);}) : r("Invalid token ID provided")) : this.injectPromise(this.getTokenFromID, t);} }, { key: "listNodes", value: function value() {var e = this,t = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if (!t) return this.injectPromise(this.listNodes);this.tronWeb.fullNode.request("wallet/listnodes").then(function (r) {var n = r.nodes;t(null, (void 0 === n ? [] : n).map(function (t) {var r = t.address,n = r.host,i = r.port;return "".concat(e.tronWeb.toUtf8(n), ":").concat(i);}));}).catch(function (e) {return t(e);});} }, { key: "getBlockRange", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : 0,t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : 30,r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];return Re.isFunction(t) && (r = t, t = 30), Re.isFunction(e) && (r = e, e = 0), r ? !Re.isInteger(e) || e < 0 ? r("Invalid start of range provided") : !Re.isInteger(t) || t <= e ? r("Invalid end of range provided") : void this.tronWeb.fullNode.request("wallet/getblockbylimitnext", { startNum: parseInt(e), endNum: parseInt(t) + 1 }, "post").then(function (e) {var t = e.block;r(null, void 0 === t ? [] : t);}).catch(function (e) {return r(e);}) : this.injectPromise(this.getBlockRange, e, t);} }, { key: "listSuperRepresentatives", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if (!e) return this.injectPromise(this.listSuperRepresentatives);this.tronWeb.fullNode.request("wallet/listwitnesses").then(function (t) {var r = t.witnesses;e(null, void 0 === r ? [] : r);}).catch(function (t) {return e(t);});} }, { key: "listTokens", value: function value() {var e = this,t = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : 0,r = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : 0,n = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];return Re.isFunction(r) && (n = r, r = 0), Re.isFunction(t) && (n = t, t = 0), n ? !Re.isInteger(t) || t < 0 || r && t < 1 ? n("Invalid limit provided") : !Re.isInteger(r) || r < 0 ? n("Invalid offset provided") : t ? void this.tronWeb.fullNode.request("wallet/getpaginatedassetissuelist", { offset: parseInt(r), limit: parseInt(t) }, "post").then(function (t) {var r = t.assetIssue;n(null, (void 0 === r ? [] : r).map(function (t) {return e._parseToken(t);}));}).catch(function (e) {return n(e);}) : this.tronWeb.fullNode.request("wallet/getassetissuelist").then(function (t) {var r = t.assetIssue;n(null, (void 0 === r ? [] : r).map(function (t) {return e._parseToken(t);}));}).catch(function (e) {return n(e);}) : this.injectPromise(this.listTokens, t, r);} }, { key: "timeUntilNextVoteCycle", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if (!e) return this.injectPromise(this.timeUntilNextVoteCycle);this.tronWeb.fullNode.request("wallet/getnextmaintenancetime").then(function (t) {var r = t.num,n = void 0 === r ? -1 : r;if (-1 == n) return e("Failed to get time until next vote cycle");e(null, Math.floor(n / 1e3));}).catch(function (t) {return e(t);});} }, { key: "getContract", value: function value(e) {var t = this,r = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return r ? this.tronWeb.isAddress(e) ? void (this.cache.contracts[e] ? r(null, this.cache.contracts[e]) : (e = this.tronWeb.address.toHex(e), this.tronWeb.fullNode.request("wallet/getcontract", { value: e }).then(function (n) {if (n.Error) return r("Contract does not exist");t.cache.contracts[e] = n, r(null, n);}).catch(function (e) {return r(e);}))) : r("Invalid contract address provided") : this.injectPromise(this.getContract, e);} }, { key: "verifyMessage", value: (y = l()(N.a.mark(function t() {var r,n,i,a,s,o = arguments;return N.a.wrap(function (t) {for (;;) {switch (t.prev = t.next) {case 0:if (r = o.length > 0 && void 0 !== o[0] && o[0], n = o.length > 1 && void 0 !== o[1] && o[1], i = o.length > 2 && void 0 !== o[2] ? o[2] : this.tronWeb.defaultAddress.base58, a = !(o.length > 3 && void 0 !== o[3]) || o[3], s = o.length > 4 && void 0 !== o[4] && o[4], Re.isFunction(i) && (s = i, i = this.tronWeb.defaultAddress.base58, a = !0), Re.isFunction(a) && (s = a, a = !0), s) {t.next = 9;break;}return t.abrupt("return", this.injectPromise(this.verifyMessage, r, n, i, a));case 9:if (Re.isHex(r)) {t.next = 11;break;}return t.abrupt("return", s("Expected hex message input"));case 11:if (!e.verifySignature(r, i, n, a)) {t.next = 13;break;}return t.abrupt("return", s(null, !0));case 13:s("Signature does not match");case 14:case "end":return t.stop();}}}, t, this);})), function () {return y.apply(this, arguments);}) }, { key: "sign", value: (m = l()(N.a.mark(function t() {var r,n,i,a,s,o,u = arguments;return N.a.wrap(function (t) {for (;;) {switch (t.prev = t.next) {case 0:if (r = u.length > 0 && void 0 !== u[0] && u[0], n = u.length > 1 && void 0 !== u[1] ? u[1] : this.tronWeb.defaultPrivateKey, i = !(u.length > 2 && void 0 !== u[2]) || u[2], a = u.length > 3 && void 0 !== u[3] && u[3], s = u.length > 4 && void 0 !== u[4] && u[4], Re.isFunction(a) && (s = a, a = !1), Re.isFunction(i) && (s = i, i = !0, a = !1), Re.isFunction(n) && (s = n, n = this.tronWeb.defaultPrivateKey, i = !0, a = !1), s) {t.next = 10;break;}return t.abrupt("return", this.injectPromise(this.sign, r, n, i, a));case 10:if (!Re.isString(r)) {t.next = 21;break;}if (Re.isHex(r)) {t.next = 13;break;}return t.abrupt("return", s("Expected hex message input"));case 13:return t.prev = 13, o = e.signString(r, n, i), t.abrupt("return", s(null, o));case 18:t.prev = 18, t.t0 = t.catch(13), s(t.t0);case 21:if (Re.isObject(r)) {t.next = 23;break;}return t.abrupt("return", s("Invalid transaction provided"));case 23:if (a || !r.signature) {t.next = 25;break;}return t.abrupt("return", s("Transaction is already signed"));case 25:if (t.prev = 25, a) {t.next = 30;break;}if (this.tronWeb.address.toHex(this.tronWeb.address.fromPrivateKey(n)).toLowerCase() === this.tronWeb.address.toHex(r.raw_data.contract[0].parameter.value.owner_address)) {t.next = 30;break;}return t.abrupt("return", s("Private key does not match address in transaction"));case 30:return t.abrupt("return", s(null, Re.crypto.signTransaction(n, r)));case 33:t.prev = 33, t.t1 = t.catch(25), s(t.t1);case 36:case "end":return t.stop();}}}, t, this, [[13, 18], [25, 33]]);})), function () {return m.apply(this, arguments);}) }, { key: "multiSign", value: (g = l()(N.a.mark(function e() {var t,r,n,i,a,s,o,u = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (t = u.length > 0 && void 0 !== u[0] && u[0], r = u.length > 1 && void 0 !== u[1] ? u[1] : this.tronWeb.defaultPrivateKey, n = u.length > 2 && void 0 !== u[2] && u[2], i = u.length > 3 && void 0 !== u[3] && u[3], Re.isFunction(n) && (i = n, n = 0), Re.isFunction(r) && (i = r, r = this.tronWeb.defaultPrivateKey, n = 0), i) {e.next = 8;break;}return e.abrupt("return", this.injectPromise(this.multiSign, t, r, n));case 8:if (Re.isObject(t) && t.raw_data && t.raw_data.contract) {e.next = 10;break;}return e.abrupt("return", i("Invalid transaction provided"));case 10:if (t.raw_data.contract[0].Permission_id || !(n > 0)) {e.next = 30;break;}return t.raw_data.contract[0].Permission_id = n, a = this.tronWeb.address.toHex(this.tronWeb.address.fromPrivateKey(r)).toLowerCase(), e.next = 15, this.getSignWeight(t, n);case 15:if ("PERMISSION_ERROR" !== (s = e.sent).result.code) {e.next = 18;break;}return e.abrupt("return", i(s.result.message));case 18:if (o = !1, s.permission.keys.map(function (e) {e.address === a && (o = !0);}), o) {e.next = 22;break;}return e.abrupt("return", i(r + " has no permission to sign"));case 22:if (!s.approved_list || -1 == s.approved_list.indexOf(a)) {e.next = 24;break;}return e.abrupt("return", i(r + " already sign transaction"));case 24:if (!s.transaction || !s.transaction.transaction) {e.next = 29;break;}t = s.transaction.transaction, n > 0 && (t.raw_data.contract[0].Permission_id = n), e.next = 30;break;case 29:return e.abrupt("return", i("Invalid transaction provided"));case 30:return e.prev = 30, e.abrupt("return", i(null, Re.crypto.signTransaction(r, t)));case 34:e.prev = 34, e.t0 = e.catch(30), i(e.t0);case 37:case "end":return e.stop();}}}, e, this, [[30, 34]]);})), function () {return g.apply(this, arguments);}) }, { key: "getApprovedList", value: (v = l()(N.a.mark(function e(t) {var r,n = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (r = n.length > 1 && void 0 !== n[1] && n[1]) {e.next = 3;break;}return e.abrupt("return", this.injectPromise(this.getApprovedList, t));case 3:if (Re.isObject(t)) {e.next = 5;break;}return e.abrupt("return", r("Invalid transaction provided"));case 5:this.tronWeb.fullNode.request("wallet/getapprovedlist", t, "post").then(function (e) {r(null, e);}).catch(function (e) {return r(e);});case 6:case "end":return e.stop();}}}, e, this);})), function (e) {return v.apply(this, arguments);}) }, { key: "getSignWeight", value: (f = l()(N.a.mark(function e(t, r) {var n,i = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (n = i.length > 2 && void 0 !== i[2] && i[2], Re.isFunction(r) && (n = r, r = void 0), n) {e.next = 4;break;}return e.abrupt("return", this.injectPromise(this.getSignWeight, t, r));case 4:if (Re.isObject(t) && t.raw_data && t.raw_data.contract) {e.next = 6;break;}return e.abrupt("return", n("Invalid transaction provided"));case 6:if (Re.isInteger(r) ? t.raw_data.contract[0].Permission_id = parseInt(r) : "number" != typeof t.raw_data.contract[0].Permission_id && (t.raw_data.contract[0].Permission_id = 0), Re.isObject(t)) {e.next = 9;break;}return e.abrupt("return", n("Invalid transaction provided"));case 9:this.tronWeb.fullNode.request("wallet/getsignweight", t, "post").then(function (e) {n(null, e);}).catch(function (e) {return n(e);});case 10:case "end":return e.stop();}}}, e, this);})), function (e, t) {return f.apply(this, arguments);}) }, { key: "sendRawTransaction", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {},r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];return Re.isFunction(t) && (r = t, t = {}), r ? Re.isObject(e) ? Re.isObject(t) ? e.signature && Re.isArray(e.signature) ? void this.tronWeb.fullNode.request("wallet/broadcasttransaction", e, "post").then(function (t) {t.result && (t.transaction = e), r(null, t);}).catch(function (e) {return r(e);}) : r("Transaction is not signed") : r("Invalid options provided") : r("Invalid transaction provided") : this.injectPromise(this.sendRawTransaction, e, t);} }, { key: "sendHexTransaction", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {},r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];if (Re.isFunction(t) && (r = t, t = {}), !r) return this.injectPromise(this.sendHexTransaction, e, t);if (!Re.isHex(e)) return r("Invalid hex transaction provided");if (!Re.isObject(t)) return r("Invalid options provided");var n = { transaction: e };this.tronWeb.fullNode.request("wallet/broadcasthex", n, "post").then(function (t) {t.result && (t.transaction = JSON.parse(t.transaction), t.hexTransaction = e), r(null, t);}).catch(function (e) {return r(e);});} }, { key: "sendTransaction", value: (h = l()(N.a.mark(function e() {var t,r,n,i,a,s,o,u,c = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (t = c.length > 0 && void 0 !== c[0] && c[0], r = c.length > 1 && void 0 !== c[1] && c[1], n = c.length > 2 && void 0 !== c[2] ? c[2] : {}, i = c.length > 3 && void 0 !== c[3] && c[3], Re.isFunction(n) && (i = n, n = {}), "string" == typeof n && (n = { privateKey: n }), i) {e.next = 8;break;}return e.abrupt("return", this.injectPromise(this.sendTransaction, t, r, n));case 8:if (this.tronWeb.isAddress(t)) {e.next = 10;break;}return e.abrupt("return", i("Invalid recipient provided"));case 10:if (Re.isInteger(r) && !(r <= 0)) {e.next = 12;break;}return e.abrupt("return", i("Invalid amount provided"));case 12:if ((n = ut({ privateKey: this.tronWeb.defaultPrivateKey, address: this.tronWeb.defaultAddress.hex }, n)).privateKey || n.address) {e.next = 15;break;}return e.abrupt("return", i("Function requires either a private key or address to be set"));case 15:return e.prev = 15, a = n.privateKey ? this.tronWeb.address.fromPrivateKey(n.privateKey) : n.address, e.next = 19, this.tronWeb.transactionBuilder.sendTrx(t, r, a);case 19:return s = e.sent, e.next = 22, this.sign(s, n.privateKey || void 0);case 22:return o = e.sent, e.next = 25, this.sendRawTransaction(o);case 25:return u = e.sent, e.abrupt("return", i(null, u));case 29:return e.prev = 29, e.t0 = e.catch(15), e.abrupt("return", i(e.t0));case 32:case "end":return e.stop();}}}, e, this, [[15, 29]]);})), function () {return h.apply(this, arguments);}) }, { key: "sendToken", value: (d = l()(N.a.mark(function e() {var t,r,n,i,a,s,o,u,c,d = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (t = d.length > 0 && void 0 !== d[0] && d[0], r = d.length > 1 && void 0 !== d[1] && d[1], n = d.length > 2 && void 0 !== d[2] && d[2], i = d.length > 3 && void 0 !== d[3] ? d[3] : {}, a = d.length > 4 && void 0 !== d[4] && d[4], Re.isFunction(i) && (a = i, i = {}), "string" == typeof i && (i = { privateKey: i }), a) {e.next = 9;break;}return e.abrupt("return", this.injectPromise(this.sendToken, t, r, n, i));case 9:if (this.tronWeb.isAddress(t)) {e.next = 11;break;}return e.abrupt("return", a("Invalid recipient provided"));case 11:if (Re.isInteger(r) && !(r <= 0)) {e.next = 13;break;}return e.abrupt("return", a("Invalid amount provided"));case 13:if (Re.isInteger(n) && (n = n.toString()), Re.isString(n)) {e.next = 16;break;}return e.abrupt("return", a("Invalid token ID provided"));case 16:if ((i = ut({ privateKey: this.tronWeb.defaultPrivateKey, address: this.tronWeb.defaultAddress.hex }, i)).privateKey || i.address) {e.next = 19;break;}return e.abrupt("return", a("Function requires either a private key or address to be set"));case 19:return e.prev = 19, s = i.privateKey ? this.tronWeb.address.fromPrivateKey(i.privateKey) : i.address, e.next = 23, this.tronWeb.transactionBuilder.sendToken(t, r, n, s);case 23:return o = e.sent, e.next = 26, this.sign(o, i.privateKey || void 0);case 26:return u = e.sent, e.next = 29, this.sendRawTransaction(u);case 29:return c = e.sent, e.abrupt("return", a(null, c));case 33:return e.prev = 33, e.t0 = e.catch(19), e.abrupt("return", a(e.t0));case 36:case "end":return e.stop();}}}, e, this, [[19, 33]]);})), function () {return d.apply(this, arguments);}) }, { key: "freezeBalance", value: (c = l()(N.a.mark(function e() {var t,r,n,i,a,s,o,u,c,d,l = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (t = l.length > 0 && void 0 !== l[0] ? l[0] : 0, r = l.length > 1 && void 0 !== l[1] ? l[1] : 3, n = l.length > 2 && void 0 !== l[2] ? l[2] : "BANDWIDTH", i = l.length > 3 && void 0 !== l[3] ? l[3] : {}, a = l.length > 4 && void 0 !== l[4] ? l[4] : void 0, s = l.length > 5 && void 0 !== l[5] && l[5], Re.isFunction(a) && (s = a, a = void 0), Re.isFunction(r) && (s = r, r = 3), Re.isFunction(n) && (s = n, n = "BANDWIDTH"), Re.isFunction(i) && (s = i, i = {}), "string" == typeof i && (i = { privateKey: i }), s) {e.next = 13;break;}return e.abrupt("return", this.injectPromise(this.freezeBalance, t, r, n, i, a));case 13:if (["BANDWIDTH", "ENERGY"].includes(n)) {e.next = 15;break;}return e.abrupt("return", s('Invalid resource provided: Expected "BANDWIDTH" or "ENERGY"'));case 15:if (Re.isInteger(t) && !(t <= 0)) {e.next = 17;break;}return e.abrupt("return", s("Invalid amount provided"));case 17:if (Re.isInteger(r) && !(r < 3)) {e.next = 19;break;}return e.abrupt("return", s("Invalid duration provided, minimum of 3 days"));case 19:if ((i = ut({ privateKey: this.tronWeb.defaultPrivateKey, address: this.tronWeb.defaultAddress.hex }, i)).privateKey || i.address) {e.next = 22;break;}return e.abrupt("return", s("Function requires either a private key or address to be set"));case 22:return e.prev = 22, o = i.privateKey ? this.tronWeb.address.fromPrivateKey(i.privateKey) : i.address, e.next = 26, this.tronWeb.transactionBuilder.freezeBalance(t, r, n, o, a);case 26:return u = e.sent, e.next = 29, this.sign(u, i.privateKey || void 0);case 29:return c = e.sent, e.next = 32, this.sendRawTransaction(c);case 32:return d = e.sent, e.abrupt("return", s(null, d));case 36:return e.prev = 36, e.t0 = e.catch(22), e.abrupt("return", s(e.t0));case 39:case "end":return e.stop();}}}, e, this, [[22, 36]]);})), function () {return c.apply(this, arguments);}) }, { key: "unfreezeBalance", value: (u = l()(N.a.mark(function e() {var t,r,n,i,a,s,o,u,c = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (t = c.length > 0 && void 0 !== c[0] ? c[0] : "BANDWIDTH", r = c.length > 1 && void 0 !== c[1] ? c[1] : {}, n = c.length > 2 && void 0 !== c[2] ? c[2] : void 0, i = c.length > 3 && void 0 !== c[3] && c[3], Re.isFunction(n) && (i = n, n = void 0), Re.isFunction(t) && (i = t, t = "BANDWIDTH"), Re.isFunction(r) && (i = r, r = {}), "string" == typeof r && (r = { privateKey: r }), i) {e.next = 10;break;}return e.abrupt("return", this.injectPromise(this.unfreezeBalance, t, r, n));case 10:if (["BANDWIDTH", "ENERGY"].includes(t)) {e.next = 12;break;}return e.abrupt("return", i('Invalid resource provided: Expected "BANDWIDTH" or "ENERGY"'));case 12:if ((r = ut({ privateKey: this.tronWeb.defaultPrivateKey, address: this.tronWeb.defaultAddress.hex }, r)).privateKey || r.address) {e.next = 15;break;}return e.abrupt("return", i("Function requires either a private key or address to be set"));case 15:return e.prev = 15, a = r.privateKey ? this.tronWeb.address.fromPrivateKey(r.privateKey) : r.address, e.next = 19, this.tronWeb.transactionBuilder.unfreezeBalance(t, a, n);case 19:return s = e.sent, e.next = 22, this.sign(s, r.privateKey || void 0);case 22:return o = e.sent, e.next = 25, this.sendRawTransaction(o);case 25:return u = e.sent, e.abrupt("return", i(null, u));case 29:return e.prev = 29, e.t0 = e.catch(15), e.abrupt("return", i(e.t0));case 32:case "end":return e.stop();}}}, e, this, [[15, 29]]);})), function () {return u.apply(this, arguments);}) }, { key: "updateAccount", value: (o = l()(N.a.mark(function e() {var t,r,n,i,a,s,o,u = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (t = u.length > 0 && void 0 !== u[0] && u[0], r = u.length > 1 && void 0 !== u[1] ? u[1] : {}, n = u.length > 2 && void 0 !== u[2] && u[2], Re.isFunction(r) && (n = r, r = {}), "string" == typeof r && (r = { privateKey: r }), n) {e.next = 7;break;}return e.abrupt("return", this.injectPromise(this.updateAccount, t, r));case 7:if (Re.isString(t) && t.length) {e.next = 9;break;}return e.abrupt("return", n("Name must be a string"));case 9:if ((r = ut({ privateKey: this.tronWeb.defaultPrivateKey, address: this.tronWeb.defaultAddress.hex }, r)).privateKey || r.address) {e.next = 12;break;}return e.abrupt("return", n("Function requires either a private key or address to be set"));case 12:return e.prev = 12, i = r.privateKey ? this.tronWeb.address.fromPrivateKey(r.privateKey) : r.address, e.next = 16, this.tronWeb.transactionBuilder.updateAccount(t, i);case 16:return a = e.sent, e.next = 19, this.sign(a, r.privateKey || void 0);case 19:return s = e.sent, e.next = 22, this.sendRawTransaction(s);case 22:return o = e.sent, e.abrupt("return", n(null, o));case 26:return e.prev = 26, e.t0 = e.catch(12), e.abrupt("return", n(e.t0));case 29:case "end":return e.stop();}}}, e, this, [[12, 26]]);})), function () {return o.apply(this, arguments);}) }, { key: "signMessage", value: function value() {return this.sign.apply(this, arguments);} }, { key: "sendAsset", value: function value() {return this.sendToken.apply(this, arguments);} }, { key: "send", value: function value() {return this.sendTransaction.apply(this, arguments);} }, { key: "sendTrx", value: function value() {return this.sendTransaction.apply(this, arguments);} }, { key: "broadcast", value: function value() {return this.sendRawTransaction.apply(this, arguments);} }, { key: "broadcastHex", value: function value() {return this.sendHexTransaction.apply(this, arguments);} }, { key: "signTransaction", value: function value() {return this.sign.apply(this, arguments);} }, { key: "getProposal", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return t ? !Re.isInteger(e) || e < 0 ? t("Invalid proposalID provided") : void this.tronWeb.fullNode.request("wallet/getproposalbyid", { id: parseInt(e) }, "post").then(function (e) {t(null, e);}).catch(function (e) {return t(e);}) : this.injectPromise(this.getProposal, e);} }, { key: "listProposals", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if (!e) return this.injectPromise(this.listProposals);this.tronWeb.fullNode.request("wallet/listproposals", {}, "post").then(function (t) {var r = t.proposals;e(null, void 0 === r ? [] : r);}).catch(function (t) {return e(t);});} }, { key: "getChainParameters", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if (!e) return this.injectPromise(this.getChainParameters);this.tronWeb.fullNode.request("wallet/getchainparameters", {}, "post").then(function (t) {var r = t.chainParameter;e(null, void 0 === r ? [] : r);}).catch(function (t) {return e(t);});} }, { key: "getAccountResources", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultAddress.hex,t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return t ? this.tronWeb.isAddress(e) ? void this.tronWeb.fullNode.request("wallet/getaccountresource", { address: this.tronWeb.address.toHex(e) }, "post").then(function (e) {t(null, e);}).catch(function (e) {return t(e);}) : t("Invalid address provided") : this.injectPromise(this.getAccountResources, e);} }, { key: "getExchangeByID", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return t ? !Re.isInteger(e) || e < 0 ? t("Invalid exchangeID provided") : void this.tronWeb.fullNode.request("wallet/getexchangebyid", { id: e }, "post").then(function (e) {t(null, e);}).catch(function (e) {return t(e);}) : this.injectPromise(this.getExchangeByID, e);} }, { key: "listExchanges", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if (!e) return this.injectPromise(this.listExchanges);this.tronWeb.fullNode.request("wallet/listexchanges", {}, "post").then(function (t) {var r = t.exchanges;e(null, void 0 === r ? [] : r);}, "post").catch(function (t) {return e(t);});} }, { key: "listExchangesPaginated", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : 10,t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : 0,r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];if (Re.isFunction(t) && (r = t, t = 0), Re.isFunction(e) && (r = e, e = 10), !r) return this.injectPromise(this.listExchangesPaginated, e, t);this.tronWeb.fullNode.request("wallet/getpaginatedexchangelist", { limit: e, offset: t }, "post").then(function (e) {var t = e.exchanges;r(null, void 0 === t ? [] : t);}).catch(function (e) {return r(e);});} }, { key: "getNodeInfo", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if (!e) return this.injectPromise(this.getNodeInfo);this.tronWeb.fullNode.request("wallet/getnodeinfo", {}, "post").then(function (t) {e(null, t);}, "post").catch(function (t) {return e(t);});} }, { key: "getTokenListByName", value: function value() {var e = this,t = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],r = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return r ? (Re.isInteger(t) && (t = t.toString()), Re.isString(t) && t.length ? void this.tronWeb.fullNode.request("wallet/getassetissuelistbyname", { value: this.tronWeb.fromUtf8(t) }, "post").then(function (t) {if (Array.isArray(t.assetIssue)) r(null, t.assetIssue.map(function (t) {return e._parseToken(t);}));else if (!t.name) return r("Token does not exist");r(null, e._parseToken(t));}).catch(function (e) {return r(e);}) : r("Invalid token ID provided")) : this.injectPromise(this.getTokenListByName, t);} }, { key: "getTokenByID", value: function value() {var e = this,t = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],r = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return r ? (Re.isInteger(t) && (t = t.toString()), Re.isString(t) && t.length ? void this.tronWeb.fullNode.request("wallet/getassetissuebyid", { value: t }, "post").then(function (t) {if (!t.name) return r("Token does not exist");r(null, e._parseToken(t));}).catch(function (e) {return r(e);}) : r("Invalid token ID provided")) : this.injectPromise(this.getTokenByID, t);} }, { key: "getReward", value: (s = l()(N.a.mark(function e(t) {var r,n,i = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return r = i.length > 1 && void 0 !== i[1] ? i[1] : {}, n = i.length > 2 && void 0 !== i[2] && i[2], r.confirmed = !0, e.abrupt("return", this._getReward(t, r, n));case 4:case "end":return e.stop();}}}, e, this);})), function (e) {return s.apply(this, arguments);}) }, { key: "getUnconfirmedReward", value: (a = l()(N.a.mark(function e(t) {var r,n,i = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return r = i.length > 1 && void 0 !== i[1] ? i[1] : {}, n = i.length > 2 && void 0 !== i[2] && i[2], r.confirmed = !1, e.abrupt("return", this._getReward(t, r, n));case 4:case "end":return e.stop();}}}, e, this);})), function (e) {return a.apply(this, arguments);}) }, { key: "getBrokerage", value: (i = l()(N.a.mark(function e(t) {var r,n,i = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return r = i.length > 1 && void 0 !== i[1] ? i[1] : {}, n = i.length > 2 && void 0 !== i[2] && i[2], r.confirmed = !0, e.abrupt("return", this._getBrokerage(t, r, n));case 4:case "end":return e.stop();}}}, e, this);})), function (e) {return i.apply(this, arguments);}) }, { key: "getUnconfirmedBrokerage", value: (n = l()(N.a.mark(function e(t) {var r,n,i = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return r = i.length > 1 && void 0 !== i[1] ? i[1] : {}, n = i.length > 2 && void 0 !== i[2] && i[2], r.confirmed = !1, e.abrupt("return", this._getBrokerage(t, r, n));case 4:case "end":return e.stop();}}}, e, this);})), function (e) {return n.apply(this, arguments);}) }, { key: "_getReward", value: (r = l()(N.a.mark(function e() {var t,r,n,i,a = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (t = a.length > 0 && void 0 !== a[0] ? a[0] : this.tronWeb.defaultAddress.hex, r = a.length > 1 ? a[1] : void 0, n = a.length > 2 && void 0 !== a[2] && a[2], Re.isFunction(r) && (n = r, r = {}), Re.isFunction(t) ? (n = t, t = this.tronWeb.defaultAddress.hex) : Re.isObject(t) && (r = t, t = this.tronWeb.defaultAddress.hex), n) {e.next = 7;break;}return e.abrupt("return", this.injectPromise(this._getReward, t, r));case 7:if (!this.validator.notValid([{ name: "origin", type: "address", value: t }], n)) {e.next = 9;break;}return e.abrupt("return");case 9:i = { address: ct(t) }, this.tronWeb[r.confirmed ? "solidityNode" : "fullNode"].request("wallet".concat(r.confirmed ? "solidity" : "", "/getReward"), i, "post").then(function () {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {};if (void 0 === e.reward) return n("Not found.");n(null, e.reward);}).catch(function (e) {return n(e);});case 11:case "end":return e.stop();}}}, e, this);})), function () {return r.apply(this, arguments);}) }, { key: "_getBrokerage", value: (t = l()(N.a.mark(function e() {var t,r,n,i,a = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (t = a.length > 0 && void 0 !== a[0] ? a[0] : this.tronWeb.defaultAddress.hex, r = a.length > 1 ? a[1] : void 0, n = a.length > 2 && void 0 !== a[2] && a[2], Re.isFunction(r) && (n = r, r = {}), Re.isFunction(t) ? (n = t, t = this.tronWeb.defaultAddress.hex) : Re.isObject(t) && (r = t, t = this.tronWeb.defaultAddress.hex), n) {e.next = 7;break;}return e.abrupt("return", this.injectPromise(this._getBrokerage, t, r));case 7:if (!this.validator.notValid([{ name: "origin", type: "address", value: t }], n)) {e.next = 9;break;}return e.abrupt("return");case 9:i = { address: ct(t) }, this.tronWeb[r.confirmed ? "solidityNode" : "fullNode"].request("wallet".concat(r.confirmed ? "solidity" : "", "/getBrokerage"), i, "post").then(function () {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {};if (void 0 === e.brokerage) return n("Not found.");n(null, e.brokerage);}).catch(function (e) {return n(e);});case 11:case "end":return e.stop();}}}, e, this);})), function () {return t.apply(this, arguments);}) }], [{ key: "verifySignature", value: function value(e, t, r) {var n = !(arguments.length > 3 && void 0 !== arguments[3]) || arguments[3];e = e.replace(/^0x/, ""), r = r.replace(/^0x/, "");var i = [].concat(R()(se(n ? "TRON Signed Message:\n32" : "Ethereum Signed Message:\n32")), R()(Re.code.hexStr2byteArray(e))),a = ie(i),s = ue(a, { recoveryParam: "1c" == r.substring(128, 130) ? 1 : 0, r: "0x" + r.substring(0, 64), s: "0x" + r.substring(64, 128) }),o = "41" + s.substr(2),u = Pt.address.fromHex(o);return u == Pt.address.fromHex(t);} }, { key: "signString", value: function value(e, t) {var r = !(arguments.length > 2 && void 0 !== arguments[2]) || arguments[2];e = e.replace(/^0x/, "");var n = { toHexString: function toHexString() {return "0x" + t;}, value: t },i = new ce(n),a = [].concat(R()(se(r ? "TRON Signed Message:\n32" : "Ethereum Signed Message:\n32")), R()(Re.code.hexStr2byteArray(e))),s = ie(a),o = i.signDigest(s),u = ["0x", o.r.substring(2), o.s.substring(2), Number(o.v).toString(16)].join("");return u;} }]), e;}();function lt(e, t) {var r = Object.keys(e);if (Object.getOwnPropertySymbols) {var n = Object.getOwnPropertySymbols(e);t && (n = n.filter(function (t) {return Object.getOwnPropertyDescriptor(e, t).enumerable;})), r.push.apply(r, n);}return r;}function ht(e) {for (var t = 1; t < arguments.length; t++) {var r = null != arguments[t] ? arguments[t] : {};t % 2 ? lt(Object(r), !0).forEach(function (t) {_()(e, t, r[t]);}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : lt(Object(r)).forEach(function (t) {Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(r, t));});}return e;}var ft = function ft(e) {return e.map(function (e) {return e.type;});},vt = function vt(e, t) {var r = e.map(function (e) {return e.name;}).filter(function (e) {return !!e;}),n = e.map(function (e) {return e.type;});return Re.abi.decodeParams(r, n, t);},pt = function () {function e(t, r) {p()(this, e), this.tronWeb = t.tronWeb, this.contract = t, this.abi = r, this.name = r.name || (r.name = r.type), this.inputs = r.inputs || [], this.outputs = r.outputs || [], this.functionSelector = function (e) {return e.name + "(" + ft(e.inputs || []).join(",") + ")";}(r), this.signature = this.tronWeb.sha3(this.functionSelector, !1).slice(0, 8), this.injectPromise = Je()(this), this.defaultOptions = { feeLimit: this.tronWeb.feeLimit, callValue: 0, userFeePercentage: 100, shouldPollResponse: !1 };}var t, r, n;return b()(e, [{ key: "decodeInput", value: function value(e) {return vt(this.inputs, "0x" + e);} }, { key: "onMethod", value: function value() {for (var e = this, t = arguments.length, r = new Array(t), n = 0; n < t; n++) {r[n] = arguments[n];}var i = ft(this.inputs);return r.forEach(function (t, n) {"address" === i[n] && (r[n] = e.tronWeb.address.toHex(t).replace(H, "0x")), "address[" === i[n].match(/^([^\x5b]*)(\x5b|$)/)[0] && (r[n] = r[n].map(function (t) {return e.tronWeb.address.toHex(t).replace(H, "0x");}));}), { call: function call() {for (var t = arguments.length, n = new Array(t), a = 0; a < t; a++) {n[a] = arguments[a];}return e._call.apply(e, [i, r].concat(n));}, send: function send() {for (var t = arguments.length, n = new Array(t), a = 0; a < t; a++) {n[a] = arguments[a];}return e._send.apply(e, [i, r].concat(n));}, watch: function watch() {return e._watch.apply(e, arguments);} };} }, { key: "_call", value: (n = l()(N.a.mark(function e(t, r) {var n,i,a,s,o = this,u = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (n = u.length > 2 && void 0 !== u[2] ? u[2] : {}, i = u.length > 3 && void 0 !== u[3] && u[3], Re.isFunction(n) && (i = n, n = {}), i) {e.next = 5;break;}return e.abrupt("return", this.injectPromise(this._call, t, r, n));case 5:if (t.length === r.length) {e.next = 7;break;}return e.abrupt("return", i("Invalid argument count provided"));case 7:if (this.contract.address) {e.next = 9;break;}return e.abrupt("return", i("Smart contract is missing address"));case 9:if (this.contract.deployed) {e.next = 11;break;}return e.abrupt("return", i("Calling smart contracts requires you to load the contract first"));case 11:if (a = this.abi.stateMutability, ["pure", "view"].includes(a.toLowerCase())) {e.next = 14;break;}return e.abrupt("return", i('Methods with state mutability "'.concat(a, '" must use send()')));case 14:n = ht(ht({}, this.defaultOptions), {}, { from: this.tronWeb.defaultAddress.hex }, n), s = r.map(function (e, r) {return { type: t[r], value: e };}), this.tronWeb.transactionBuilder.triggerSmartContract(this.contract.address, this.functionSelector, n, s, !!n.from && this.tronWeb.address.toHex(n.from), function (e, t) {if (e) return i(e);if (!Re.hasProperty(t, "constant_result")) return i("Failed to execute");try {var r = t.constant_result[0].length;if (0 === r || r % 64 == 8) {var n = "The call has been reverted or has thrown an error.";if (0 !== r) {n += " Error message: ";for (var a = "", s = t.constant_result[0].substring(8), u = 0; u < r - 8; u += 64) {a += o.tronWeb.toUtf8(s.substring(u, u + 64));}n += a.replace(/(\u0000|\u000b|\f)+/g, " ").replace(/ +/g, " ").replace(/\s+$/g, "");}return i(n);}var c = vt(o.outputs, "0x" + t.constant_result[0]);return 1 === c.length && (c = c[0]), i(null, c);} catch (e) {return i(e);}});case 17:case "end":return e.stop();}}}, e, this);})), function (e, t) {return n.apply(this, arguments);}) }, { key: "_send", value: (r = l()(N.a.mark(function e(t, r) {var n,i,a,s,o,u,c,d,h,f,v,p = this,g = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (n = g.length > 2 && void 0 !== g[2] ? g[2] : {}, i = g.length > 3 && void 0 !== g[3] ? g[3] : this.tronWeb.defaultPrivateKey, a = g.length > 4 && void 0 !== g[4] && g[4], Re.isFunction(i) && (a = i, i = this.tronWeb.defaultPrivateKey), Re.isFunction(n) && (a = n, n = {}), a) {e.next = 7;break;}return e.abrupt("return", this.injectPromise(this._send, t, r, n, i));case 7:if (t.length === r.length) {e.next = 9;break;}throw new Error("Invalid argument count provided");case 9:if (this.contract.address) {e.next = 11;break;}return e.abrupt("return", a("Smart contract is missing address"));case 11:if (this.contract.deployed) {e.next = 13;break;}return e.abrupt("return", a("Calling smart contracts requires you to load the contract first"));case 13:if (s = this.abi.stateMutability, !["pure", "view"].includes(s.toLowerCase())) {e.next = 16;break;}return e.abrupt("return", a('Methods with state mutability "'.concat(s, '" must use call()')));case 16:return ["payable"].includes(s.toLowerCase()) || (n.callValue = 0), n = ht(ht({}, this.defaultOptions), {}, { from: this.tronWeb.defaultAddress.hex }, n), o = r.map(function (e, r) {return { type: t[r], value: e };}), e.prev = 19, u = i ? this.tronWeb.address.fromPrivateKey(i) : this.tronWeb.defaultAddress.base58, e.next = 23, this.tronWeb.transactionBuilder.triggerSmartContract(this.contract.address, this.functionSelector, n, o, this.tronWeb.address.toHex(u));case 23:if ((c = e.sent).result && c.result.result) {e.next = 26;break;}return e.abrupt("return", a("Unknown error: " + JSON.stringify(c, null, 2)));case 26:return e.next = 28, this.tronWeb.trx.sign(c.transaction, i);case 28:if ((d = e.sent).signature) {e.next = 33;break;}if (i) {e.next = 32;break;}return e.abrupt("return", a("Transaction was not signed properly"));case 32:return e.abrupt("return", a("Invalid private key provided"));case 33:return e.next = 35, this.tronWeb.trx.sendRawTransaction(d);case 35:if (!(h = e.sent).code) {e.next = 40;break;}return f = { error: h.code, message: h.code }, h.message && (f.message = this.tronWeb.toUtf8(h.message)), e.abrupt("return", a(f));case 40:if (n.shouldPollResponse) {e.next = 42;break;}return e.abrupt("return", a(null, d.txID));case 42:(v = function () {var e = l()(N.a.mark(function e() {var t,r,i,s = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (20 !== (t = s.length > 0 && void 0 !== s[0] ? s[0] : 0)) {e.next = 3;break;}return e.abrupt("return", a({ error: "Cannot find result in solidity node", transaction: d }));case 3:return e.next = 5, p.tronWeb.trx.getTransactionInfo(d.txID);case 5:if (r = e.sent, Object.keys(r).length) {e.next = 8;break;}return e.abrupt("return", setTimeout(function () {v(t + 1);}, 3e3));case 8:if (!r.result || "FAILED" !== r.result) {e.next = 10;break;}return e.abrupt("return", a({ error: p.tronWeb.toUtf8(r.resMessage), transaction: d, output: r }));case 10:if (Re.hasProperty(r, "contractResult")) {e.next = 12;break;}return e.abrupt("return", a({ error: "Failed to execute: " + JSON.stringify(r, null, 2), transaction: d, output: r }));case 12:if (!n.rawResponse) {e.next = 14;break;}return e.abrupt("return", a(null, r));case 14:if (1 === (i = vt(p.outputs, "0x" + r.contractResult[0])).length && (i = i[0]), !n.keepTxID) {e.next = 18;break;}return e.abrupt("return", a(null, [d.txID, i]));case 18:return e.abrupt("return", a(null, i));case 19:case "end":return e.stop();}}}, e);}));return function () {return e.apply(this, arguments);};}())(), e.next = 49;break;case 46:return e.prev = 46, e.t0 = e.catch(19), e.abrupt("return", a(e.t0));case 49:case "end":return e.stop();}}}, e, this, [[19, 46]]);})), function (e, t) {return r.apply(this, arguments);}) }, { key: "_watch", value: (t = l()(N.a.mark(function e() {var t,r,n,i,a,s,o,u = this,c = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (t = c.length > 0 && void 0 !== c[0] ? c[0] : {}, r = c.length > 1 && void 0 !== c[1] && c[1], Re.isFunction(t) && (r = t, t = {}), Re.isFunction(r)) {e.next = 5;break;}throw new Error("Expected callback to be provided");case 5:if (this.contract.address) {e.next = 7;break;}return e.abrupt("return", r("Smart contract is missing address"));case 7:if (this.abi.type && /event/i.test(this.abi.type)) {e.next = 9;break;}return e.abrupt("return", r("Invalid method type for event watching"));case 9:if (this.tronWeb.eventServer) {e.next = 11;break;}return e.abrupt("return", r("No event server configured"));case 11:return n = !1, i = !1, a = Date.now() - 1e3, s = function () {var e = l()(N.a.mark(function e() {var r, n, s, o, c, d;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return e.prev = 0, r = { since: a, eventName: u.name, sort: "block_timestamp", blockNumber: "latest", filters: t.filters }, t.resourceNode && (/full/i.test(t.resourceNode) ? r.onlyUnconfirmed = !0 : r.onlyConfirmed = !0), e.next = 5, u.tronWeb.event.getEventsByContractAddress(u.contract.address, r);case 5:return n = e.sent, s = n.sort(function (e, t) {return t.block - e.block;}), o = $e()(s, 1), c = o[0], d = n.filter(function (e, r) {return !(t.resourceNode && e.resourceNode && t.resourceNode.toLowerCase() !== e.resourceNode.toLowerCase() || n.slice(0, r).some(function (t) {return JSON.stringify(t) == JSON.stringify(e);}) || i && !(e.block > i));}), c && (i = c.block), e.abrupt("return", d);case 12:return e.prev = 12, e.t0 = e.catch(0), e.abrupt("return", Promise.reject(e.t0));case 15:case "end":return e.stop();}}}, e, null, [[0, 12]]);}));return function () {return e.apply(this, arguments);};}(), o = function o() {n && clearInterval(n), n = setInterval(function () {s().then(function (e) {return e.forEach(function (e) {r(null, Re.parseEvent(e, u.abi));});}).catch(function (e) {return r(e);});}, 3e3);}, e.next = 18, s();case 18:return o(), e.abrupt("return", { start: o, stop: function stop() {n && (clearInterval(n), n = !1);} });case 20:case "end":return e.stop();}}}, e, this);})), function () {return t.apply(this, arguments);}) }]), e;}(),gt = function () {function e() {var t = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],r = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : [],n = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];if (p()(this, e), !t || !t instanceof Pt) throw new Error("Expected instance of TronWeb");this.tronWeb = t, this.injectPromise = Je()(this), this.address = n, this.abi = r, this.eventListener = !1, this.bytecode = !1, this.deployed = !1, this.lastBlock = !1, this.methods = {}, this.methodInstances = {}, this.props = [], this.tronWeb.isAddress(n) ? this.deployed = !0 : this.address = !1, this.loadAbi(r);}var t, r, n, i;return b()(e, [{ key: "_getEvents", value: (i = l()(N.a.mark(function e() {var t,r,n,i,a,s,o = this,u = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return t = u.length > 0 && void 0 !== u[0] ? u[0] : {}, e.next = 3, this.tronWeb.event.getEventsByContractAddress(this.address, t);case 3:return r = e.sent, n = r.sort(function (e, t) {return t.block - e.block;}), i = $e()(n, 1), a = i[0], s = r.filter(function (e, n) {return !(t.resourceNode && e.resourceNode && t.resourceNode.toLowerCase() !== e.resourceNode.toLowerCase() || r.slice(0, n).some(function (t) {return JSON.stringify(t) == JSON.stringify(e);}) || o.lastBlock && !(e.block > o.lastBlock));}), a && (this.lastBlock = a.block), e.abrupt("return", s);case 8:case "end":return e.stop();}}}, e, this);})), function () {return i.apply(this, arguments);}) }, { key: "_startEventListener", value: (n = l()(N.a.mark(function e() {var t,r,n = this,i = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (t = i.length > 0 && void 0 !== i[0] ? i[0] : {}, r = i.length > 1 ? i[1] : void 0, Re.isFunction(t) && (r = t, t = {}), this.eventListener && clearInterval(this.eventListener), this.tronWeb.eventServer) {e.next = 6;break;}throw new Error("Event server is not configured");case 6:if (this.address) {e.next = 8;break;}throw new Error("Contract is not configured with an address");case 8:return this.eventCallback = r, e.next = 11, this._getEvents(t);case 11:this.eventListener = setInterval(function () {n._getEvents(t).then(function (e) {return e.forEach(function (e) {n.eventCallback && n.eventCallback(e);});}).catch(function (e) {__f__("error", "Failed to get event list", e, " at node_modules/tronweb/dist/TronWeb.node.js:1");});}, 3e3);case 12:case "end":return e.stop();}}}, e, this);})), function () {return n.apply(this, arguments);}) }, { key: "_stopEventListener", value: function value() {this.eventListener && (clearInterval(this.eventListener), this.eventListener = !1, this.eventCallback = !1);} }, { key: "hasProperty", value: function value(e) {return this.hasOwnProperty(e) || this.__proto__.hasOwnProperty(e);} }, { key: "loadAbi", value: function value(e) {var t = this;this.abi = e, this.methods = {}, this.props.forEach(function (e) {return delete t[e];}), e.forEach(function (e) {if (e.type && !/constructor/i.test(e.type)) {var r = new pt(t, e),n = r.onMethod.bind(r),i = r.name,a = r.functionSelector,s = r.signature;t.methods[i] = n, t.methods[a] = n, t.methods[s] = n, t.methodInstances[i] = r, t.methodInstances[a] = r, t.methodInstances[s] = r, t.hasProperty(i) || (t[i] = n, t.props.push(i)), t.hasProperty(a) || (t[a] = n, t.props.push(a)), t.hasProperty(s) || (t[s] = n, t.props.push(s));}});} }, { key: "decodeInput", value: function value(e) {var t = e.substring(0, 8),r = e.substring(8);if (!this.methodInstances[t]) throw new Error("Contract method " + t + " not found");return { name: this.methodInstances[t].name, params: this.methodInstances[t].decodeInput(r) };} }, { key: "new", value: (r = l()(N.a.mark(function e(t) {var r,n,i,a,s,o,u = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (r = u.length > 1 && void 0 !== u[1] ? u[1] : this.tronWeb.defaultPrivateKey, n = u.length > 2 && void 0 !== u[2] && u[2], Re.isFunction(r) && (n = r, r = this.tronWeb.defaultPrivateKey), n) {e.next = 5;break;}return e.abrupt("return", this.injectPromise(this.new, t, r));case 5:return e.prev = 5, i = this.tronWeb.address.fromPrivateKey(r), e.next = 9, this.tronWeb.transactionBuilder.createSmartContract(t, i);case 9:return a = e.sent, e.next = 12, this.tronWeb.trx.sign(a, r);case 12:return s = e.sent, e.next = 15, this.tronWeb.trx.sendRawTransaction(s);case 15:if (!(o = e.sent).code) {e.next = 18;break;}return e.abrupt("return", n({ error: o.code, message: this.tronWeb.toUtf8(o.message) }));case 18:return e.next = 20, Re.sleep(3e3);case 20:return e.abrupt("return", this.at(s.contract_address, n));case 23:return e.prev = 23, e.t0 = e.catch(5), e.abrupt("return", n(e.t0));case 26:case "end":return e.stop();}}}, e, this, [[5, 23]]);})), function (e) {return r.apply(this, arguments);}) }, { key: "at", value: (t = l()(N.a.mark(function e(t) {var r,n,i = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (r = i.length > 1 && void 0 !== i[1] && i[1]) {e.next = 3;break;}return e.abrupt("return", this.injectPromise(this.at, t));case 3:return e.prev = 3, e.next = 6, this.tronWeb.trx.getContract(t);case 6:if ((n = e.sent).contract_address) {e.next = 9;break;}return e.abrupt("return", r("Unknown error: " + JSON.stringify(n, null, 2)));case 9:return this.address = n.contract_address, this.bytecode = n.bytecode, this.deployed = !0, this.loadAbi(n.abi && n.abi.entrys ? n.abi.entrys : []), e.abrupt("return", r(null, this));case 16:if (e.prev = 16, e.t0 = e.catch(3), !e.t0.toString().includes("does not exist")) {e.next = 20;break;}return e.abrupt("return", r("Contract has not been deployed on the network"));case 20:return e.abrupt("return", r(e.t0));case 21:case "end":return e.stop();}}}, e, this, [[3, 16]]);})), function (e) {return t.apply(this, arguments);}) }, { key: "events", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];if (Re.isFunction(e) && (t = e, e = {}), !Re.isFunction(t)) throw new Error("Callback function expected");var r = this;return { start: function start() {var n = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];return n ? (r._startEventListener(e, t).then(function () {n();}).catch(function (e) {n(e);}), this) : (r._startEventListener(e, t), this);}, stop: function stop() {r._stopEventListener();} };} }]), e;}(),bt = function () {function e() {var t = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],r = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {};if (p()(this, e), !t || !t instanceof Pt) throw new Error("Expected instance of TronWeb");this.tronWeb = t, this.pluginNoOverride = ["register"], this.disablePlugins = r.disablePlugins;}return b()(e, [{ key: "register", value: function value(e, t) {var r = { requires: "0.0.0", components: {} },n = { libs: [], plugged: [], skipped: [] };if (this.disablePlugins) return n.error = "This instance of TronWeb has plugins disabled.", n;var i = new e(this.tronWeb);if (Re.isFunction(i.pluginInterface) && (r = i.pluginInterface(t)), !Me.a.satisfies(Pt.version, r.requires)) throw new Error("The plugin is not compatible with this version of TronWeb");if (r.fullClass) {var a = i.constructor.name,s = a.substring(0, 1).toLowerCase() + a.substring(1);a !== s && (Pt[a] = e, this.tronWeb[s] = i, n.libs.push(a));} else for (var o in r.components) {if (this.tronWeb.hasOwnProperty(o)) {var u = r.components[o],c = this.tronWeb[o].pluginNoOverride || [];for (var d in u) {"constructor" === d || this.tronWeb[o][d] && (c.includes(d) || /^_/.test(d)) ? n.skipped.push(d) : (this.tronWeb[o][d] = u[d].bind(this.tronWeb[o]), n.plugged.push(d));}}}return n;} }]), e;}(),mt = r(21),yt = r.n(mt),kt = function () {function e() {var t = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if (p()(this, e), !(t && t instanceof Pt)) throw new Error("Expected instance of TronWeb");this.tronWeb = t, this.injectPromise = Je()(this);}return b()(e, [{ key: "setServer", value: function value() {var e = this,t = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],r = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : "healthcheck";if (!t) return this.tronWeb.eventServer = !1;if (Re.isString(t) && (t = new He.HttpProvider(t)), !this.tronWeb.isValidProvider(t)) throw new Error("Invalid event server provided");this.tronWeb.eventServer = t, this.tronWeb.eventServer.isConnected = function () {return e.tronWeb.eventServer.request(r).then(function () {return !0;}).catch(function () {return !1;});};} }, { key: "getEventsByContractAddress", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {},r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2],n = Object.assign({ sinceTimestamp: 0, eventName: !1, blockNumber: !1, size: 20, page: 1 }, t),i = n.sinceTimestamp,a = n.since,s = n.fromTimestamp,o = n.eventName,u = n.blockNumber,c = n.size,d = n.page,l = n.onlyConfirmed,h = n.onlyUnconfirmed,v = n.previousLastEventFingerprint,p = n.previousFingerprint,g = n.fingerprint,b = n.rawResponse,m = n.sort,y = n.filters;if (!r) return this.injectPromise(this.getEventsByContractAddress, e, t);if (s = s || i || a, !this.tronWeb.eventServer) return r("No event server configured");var k = [];if (!this.tronWeb.isAddress(e)) return r("Invalid contract address provided");if (o && !e) return r("Usage of event name filtering requires a contract address");if (void 0 !== s && !Re.isInteger(s)) return r("Invalid fromTimestamp provided");if (!Re.isInteger(c)) return r("Invalid size provided");if (c > 200 && (__f__("warn", "Defaulting to maximum accepted size: 200", " at node_modules/tronweb/dist/TronWeb.node.js:1"), c = 200), !Re.isInteger(d)) return r("Invalid page provided");if (u && !o) return r("Usage of block number filtering requires an event name");e && k.push(this.tronWeb.address.fromHex(e)), o && k.push(o), u && k.push(u);var x = { size: c, page: d };return "object" === f()(y) && Object.keys(y).length > 0 && (x.filters = JSON.stringify(y)), s && (x.fromTimestamp = x.since = s), l && (x.only_confirmed = l), h && !l && (x.only_unconfirmed = h), m && (x.sort = m), (g = g || p || v) && (x.fingerprint = g), this.tronWeb.eventServer.request("event/contract/".concat(k.join("/"), "?").concat(yt.a.stringify(x))).then(function () {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];return e ? Re.isArray(e) ? r(null, !0 === b ? e : e.map(function (e) {return Re.mapEvent(e);})) : r(e) : r("Unknown error occurred");}).catch(function (e) {return r(e.response && e.response.data || e);});} }, { key: "getEventsByTransactionID", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {},r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];return Re.isFunction(t) && (r = t, t = {}), r ? this.tronWeb.eventServer ? this.tronWeb.eventServer.request("event/transaction/".concat(e)).then(function () {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];return e ? Re.isArray(e) ? r(null, !0 === t.rawResponse ? e : e.map(function (e) {return Re.mapEvent(e);})) : r(e) : r("Unknown error occurred");}).catch(function (e) {return r(e.response && e.response.data || e);}) : r("No event server configured") : this.injectPromise(this.getEventsByTransactionID, e, t);} }]), e;}();function xt(e, t) {var r = Object.keys(e);if (Object.getOwnPropertySymbols) {var n = Object.getOwnPropertySymbols(e);t && (n = n.filter(function (t) {return Object.getOwnPropertyDescriptor(e, t).enumerable;})), r.push.apply(r, n);}return r;}function wt(e) {for (var t = 1; t < arguments.length; t++) {var r = null != arguments[t] ? arguments[t] : {};t % 2 ? xt(Object(r), !0).forEach(function (t) {_()(e, t, r[t]);}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : xt(Object(r)).forEach(function (t) {Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(r, t));});}return e;}var It = function () {function e(t) {var r = arguments.length > 1 && void 0 !== arguments[1] && arguments[1],n = arguments.length > 2 && void 0 !== arguments[2] && arguments[2],i = arguments.length > 3 && void 0 !== arguments[3] && arguments[3];p()(this, e), this.mainchain = n;var a = t.fullHost,s = t.fullNode,o = t.solidityNode,u = t.eventServer,c = t.mainGatewayAddress,d = t.sideGatewayAddress,l = t.sideChainId;this.sidechain = new r(a || s, a || o, a || u, i), this.isAddress = this.mainchain.isAddress, this.utils = this.mainchain.utils, this.setMainGatewayAddress(c), this.setSideGatewayAddress(d), this.setChainId(l), this.injectPromise = Je()(this), this.validator = new et(this.sidechain);var h = this;this.sidechain.trx.sign = function () {return h.sign.apply(h, arguments);}, this.sidechain.trx.multiSign = function () {return h.multiSign.apply(h, arguments);};}var t, r, n, i, a, s, o, u, c, d, h, f, v, g, m, y, k, x, w, I, A;return b()(e, [{ key: "setMainGatewayAddress", value: function value(e) {if (!this.isAddress(e)) throw new Error("Invalid main gateway address provided");this.mainGatewayAddress = e;} }, { key: "setSideGatewayAddress", value: function value(e) {if (!this.isAddress(e)) throw new Error("Invalid side gateway address provided");this.sideGatewayAddress = e;} }, { key: "setChainId", value: function value(e) {if (!this.utils.isString(e) || !e) throw new Error("Invalid side chainId provided");this.chainId = e;} }, { key: "signTransaction", value: function value(e, t) {"string" == typeof e && (e = this.utils.code.hexStr2byteArray(e));var r = this.utils.code.hexStr2byteArray(this.chainId),n = this.utils.code.hexStr2byteArray(t.txID).concat(r),i = this.sidechain.utils.ethersUtils.sha256(n),a = this.utils.crypto.ECKeySign(this.utils.code.hexStr2byteArray(i.replace(/^0x/, "")), e);return Array.isArray(t.signature) ? t.signature.includes(a) || t.signature.push(a) : t.signature = [a], t;} }, { key: "multiSign", value: (A = l()(N.a.mark(function e() {var t,r,n,i,a,s,o,u = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (t = u.length > 0 && void 0 !== u[0] && u[0], r = u.length > 1 && void 0 !== u[1] ? u[1] : this.sidechain.defaultPrivateKey, n = u.length > 2 && void 0 !== u[2] && u[2], i = u.length > 3 && void 0 !== u[3] && u[3], this.utils.isFunction(n) && (i = n, n = 0), this.utils.isFunction(r) && (i = r, r = this.mainchain.defaultPrivateKey, n = 0), i) {e.next = 8;break;}return e.abrupt("return", this.injectPromise(this.multiSign, t, r, n));case 8:if (this.utils.isObject(t) && t.raw_data && t.raw_data.contract) {e.next = 10;break;}return e.abrupt("return", i("Invalid transaction provided"));case 10:if (t.raw_data.contract[0].Permission_id || !(n > 0)) {e.next = 30;break;}return t.raw_data.contract[0].Permission_id = n, a = this.sidechain.address.toHex(this.sidechain.address.fromPrivateKey(r)).toLowerCase(), e.next = 15, this.sidechain.trx.getSignWeight(t, n);case 15:if ("PERMISSION_ERROR" !== (s = e.sent).result.code) {e.next = 18;break;}return e.abrupt("return", i(s.result.message));case 18:if (o = !1, s.permission.keys.map(function (e) {e.address === a && (o = !0);}), o) {e.next = 22;break;}return e.abrupt("return", i(r + " has no permission to sign"));case 22:if (!s.approved_list || -1 == s.approved_list.indexOf(a)) {e.next = 24;break;}return e.abrupt("return", i(r + " already sign transaction"));case 24:if (!s.transaction || !s.transaction.transaction) {e.next = 29;break;}(t = s.transaction.transaction).raw_data.contract[0].Permission_id = n, e.next = 30;break;case 29:return e.abrupt("return", i("Invalid transaction provided"));case 30:return e.prev = 30, e.abrupt("return", i(null, this.signTransaction(r, t)));case 34:e.prev = 34, e.t0 = e.catch(30), i(e.t0);case 37:case "end":return e.stop();}}}, e, this, [[30, 34]]);})), function () {return A.apply(this, arguments);}) }, { key: "sign", value: (I = l()(N.a.mark(function e() {var t,r,n,i,a,s,o = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (t = o.length > 0 && void 0 !== o[0] && o[0], r = o.length > 1 && void 0 !== o[1] ? o[1] : this.sidechain.defaultPrivateKey, n = !(o.length > 2 && void 0 !== o[2]) || o[2], i = o.length > 3 && void 0 !== o[3] && o[3], a = o.length > 4 && void 0 !== o[4] && o[4], this.utils.isFunction(i) && (a = i, i = !1), this.utils.isFunction(n) && (a = n, n = !0, i = !1), this.utils.isFunction(r) && (a = r, r = this.sidechain.defaultPrivateKey, n = !0, i = !1), a) {e.next = 10;break;}return e.abrupt("return", this.injectPromise(this.sign, t, r, n, i));case 10:if (!this.utils.isString(t)) {e.next = 21;break;}if (this.utils.isHex(t)) {e.next = 13;break;}return e.abrupt("return", a("Expected hex message input"));case 13:return e.prev = 13, s = this.sidechain.trx.signString(t, r, n), e.abrupt("return", a(null, s));case 18:e.prev = 18, e.t0 = e.catch(13), a(e.t0);case 21:if (this.utils.isObject(t)) {e.next = 23;break;}return e.abrupt("return", a("Invalid transaction provided"));case 23:if (i || !t.signature) {e.next = 25;break;}return e.abrupt("return", a("Transaction is already signed"));case 25:if (e.prev = 25, i) {e.next = 30;break;}if (this.sidechain.address.toHex(this.sidechain.address.fromPrivateKey(r)).toLowerCase() === this.sidechain.address.toHex(t.raw_data.contract[0].parameter.value.owner_address)) {e.next = 30;break;}return e.abrupt("return", a("Private key does not match address in transaction"));case 30:return e.abrupt("return", a(null, this.signTransaction(r, t)));case 33:e.prev = 33, e.t1 = e.catch(25), a(e.t1);case 36:case "end":return e.stop();}}}, e, this, [[13, 18], [25, 33]]);})), function () {return I.apply(this, arguments);}) }, { key: "depositTrx", value: (w = l()(N.a.mark(function e(t, r, n) {var i,a,s,o,u,c = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (i = c.length > 3 && void 0 !== c[3] ? c[3] : {}, a = c.length > 4 && void 0 !== c[4] ? c[4] : this.mainchain.defaultPrivateKey, s = c.length > 5 && void 0 !== c[5] && c[5], this.utils.isFunction(a) && (s = a, a = this.mainchain.defaultPrivateKey), this.utils.isFunction(i) && (s = i, i = {}), s) {e.next = 7;break;}return e.abrupt("return", this.injectPromise(this.depositTrx, t, r, n, i, a));case 7:if (!this.validator.notValid([{ name: "callValue", type: "integer", value: t, gte: 0 }, { name: "depositFee", type: "integer", value: r, gte: 0 }, { name: "feeLimit", type: "integer", value: n, gte: 0, lte: 5e9 }], s)) {e.next = 9;break;}return e.abrupt("return");case 9:return i = wt({ callValue: Number(t) + Number(r), feeLimit: n }, i), e.prev = 10, e.next = 13, this.mainchain.contract().at(this.mainGatewayAddress);case 13:return o = e.sent, e.next = 16, o.depositTRX().send(i, a);case 16:return u = e.sent, e.abrupt("return", s(null, u));case 20:return e.prev = 20, e.t0 = e.catch(10), e.abrupt("return", s(e.t0));case 23:case "end":return e.stop();}}}, e, this, [[10, 20]]);})), function (e, t, r) {return w.apply(this, arguments);}) }, { key: "depositTrc10", value: (x = l()(N.a.mark(function e(t, r, n, i) {var a,s,o,u,c,d = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (a = d.length > 4 && void 0 !== d[4] ? d[4] : {}, s = d.length > 5 && void 0 !== d[5] ? d[5] : this.mainchain.defaultPrivateKey, o = d.length > 6 && void 0 !== d[6] && d[6], this.utils.isFunction(s) && (o = s, s = this.mainchain.defaultPrivateKey), this.utils.isFunction(a) && (o = a, a = {}), o) {e.next = 7;break;}return e.abrupt("return", this.injectPromise(this.depositTrc10, t, r, n, i, a, s));case 7:if (!this.validator.notValid([{ name: "tokenValue", type: "integer", value: r, gte: 0 }, { name: "depositFee", type: "integer", value: n, gte: 0 }, { name: "feeLimit", type: "integer", value: i, gte: 0, lte: 5e9 }, { name: "tokenId", type: "integer", value: t, gte: 0 }], o)) {e.next = 9;break;}return e.abrupt("return");case 9:return a = wt(wt({ tokenId: t, tokenValue: r, feeLimit: i }, a), {}, { callValue: n }), e.prev = 10, e.next = 13, this.mainchain.contract().at(this.mainGatewayAddress);case 13:return u = e.sent, e.next = 16, u.depositTRC10(t, r).send(a, s);case 16:c = e.sent, o(null, c), e.next = 23;break;case 20:return e.prev = 20, e.t0 = e.catch(10), e.abrupt("return", o(e.t0));case 23:case "end":return e.stop();}}}, e, this, [[10, 20]]);})), function (e, t, r, n) {return x.apply(this, arguments);}) }, { key: "depositTrc", value: (k = l()(N.a.mark(function e(t, r, n, i, a) {var s,o,u,c,d,l,h = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (s = h.length > 5 && void 0 !== h[5] ? h[5] : {}, o = h.length > 6 && void 0 !== h[6] ? h[6] : this.mainchain.defaultPrivateKey, u = h.length > 7 && void 0 !== h[7] && h[7], this.utils.isFunction(o) && (u = o, o = this.mainchain.defaultPrivateKey), this.utils.isFunction(s) && (u = s, s = {}), u) {e.next = 7;break;}return e.abrupt("return", this.injectPromise(this.depositTrc, t, r, n, i, a, s, o));case 7:if (!this.validator.notValid([{ name: "functionSelector", type: "not-empty-string", value: t }, { name: "num", type: "integer", value: r, gte: 0 }, { name: "fee", type: "integer", value: n, gte: 0 }, { name: "feeLimit", type: "integer", value: i, gte: 0, lte: 5e9 }, { name: "contractAddress", type: "address", value: a }], u)) {e.next = 9;break;}return e.abrupt("return");case 9:if (s = wt(wt({ feeLimit: i }, s), {}, { callValue: n, tokenId: "", tokenValue: 0 }), e.prev = 10, c = null, "approve" !== t) {e.next = 21;break;}return e.next = 15, this.mainchain.contract().at(a);case 15:return d = e.sent, e.next = 18, d.approve(this.mainGatewayAddress, r).send(s, o);case 18:c = e.sent, e.next = 44;break;case 21:return e.next = 23, this.mainchain.contract().at(this.mainGatewayAddress);case 23:l = e.sent, e.t0 = t, e.next = "depositTRC20" === e.t0 ? 27 : "depositTRC721" === e.t0 ? 31 : "retryDeposit" === e.t0 ? 35 : "retryMapping" === e.t0 ? 39 : 43;break;case 27:return e.next = 29, l.depositTRC20(a, r).send(s, o);case 29:return c = e.sent, e.abrupt("break", 44);case 31:return e.next = 33, l.depositTRC721(a, r).send(s, o);case 33:return c = e.sent, e.abrupt("break", 44);case 35:return e.next = 37, l.retryDeposit(r).send(s, o);case 37:return c = e.sent, e.abrupt("break", 44);case 39:return e.next = 41, l.retryMapping(r).send(s, o);case 41:return c = e.sent, e.abrupt("break", 44);case 43:return e.abrupt("break", 44);case 44:u(null, c), e.next = 50;break;case 47:return e.prev = 47, e.t1 = e.catch(10), e.abrupt("return", u(e.t1));case 50:case "end":return e.stop();}}}, e, this, [[10, 47]]);})), function (e, t, r, n, i) {return k.apply(this, arguments);}) }, { key: "approveTrc20", value: (y = l()(N.a.mark(function e(t, r, n) {var i,a,s,o,u = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return i = u.length > 3 && void 0 !== u[3] ? u[3] : {}, a = u.length > 4 && void 0 !== u[4] ? u[4] : this.mainchain.defaultPrivateKey, s = u.length > 5 && void 0 !== u[5] && u[5], o = "approve", e.abrupt("return", this.depositTrc(o, t, 0, r, n, i, a, s));case 5:case "end":return e.stop();}}}, e, this);})), function (e, t, r) {return y.apply(this, arguments);}) }, { key: "approveTrc721", value: (m = l()(N.a.mark(function e(t, r, n) {var i,a,s,o,u = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return i = u.length > 3 && void 0 !== u[3] ? u[3] : {}, a = u.length > 4 && void 0 !== u[4] ? u[4] : this.mainchain.defaultPrivateKey, s = u.length > 5 && void 0 !== u[5] && u[5], o = "approve", e.abrupt("return", this.depositTrc(o, t, 0, r, n, i, a, s));case 5:case "end":return e.stop();}}}, e, this);})), function (e, t, r) {return m.apply(this, arguments);}) }, { key: "depositTrc20", value: (g = l()(N.a.mark(function e(t, r, n, i) {var a,s,o,u,c = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return a = c.length > 4 && void 0 !== c[4] ? c[4] : {}, s = c.length > 5 && void 0 !== c[5] ? c[5] : this.mainchain.defaultPrivateKey, o = c.length > 6 && void 0 !== c[6] && c[6], u = "depositTRC20", e.abrupt("return", this.depositTrc(u, t, r, n, i, a, s, o));case 5:case "end":return e.stop();}}}, e, this);})), function (e, t, r, n) {return g.apply(this, arguments);}) }, { key: "depositTrc721", value: (v = l()(N.a.mark(function e(t, r, n, i) {var a,s,o,u,c = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return a = c.length > 4 && void 0 !== c[4] ? c[4] : {}, s = c.length > 5 && void 0 !== c[5] ? c[5] : this.mainchain.defaultPrivateKey, o = c.length > 6 && void 0 !== c[6] && c[6], u = "depositTRC721", e.abrupt("return", this.depositTrc(u, t, r, n, i, a, s, o));case 5:case "end":return e.stop();}}}, e, this);})), function (e, t, r, n) {return v.apply(this, arguments);}) }, { key: "mappingTrc", value: (f = l()(N.a.mark(function e(t, r, n, i) {var a,s,o,u,c,d = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (a = d.length > 4 && void 0 !== d[4] ? d[4] : {}, s = d.length > 5 && void 0 !== d[5] ? d[5] : this.mainchain.defaultPrivateKey, o = d.length > 6 ? d[6] : void 0, this.utils.isFunction(s) && (o = s, s = this.mainchain.defaultPrivateKey), this.utils.isFunction(a) && (o = a, a = {}), o) {e.next = 7;break;}return e.abrupt("return", this.injectPromise(this.mappingTrc, t, r, n, i, a, s));case 7:if (!this.validator.notValid([{ name: "trxHash", type: "not-empty-string", value: t }, { name: "mappingFee", type: "integer", value: r, gte: 0 }, { name: "feeLimit", type: "integer", value: n, gte: 0, lte: 5e9 }], o)) {e.next = 9;break;}return e.abrupt("return");case 9:return t = t.startsWith("0x") ? t : "0x" + t, a = wt(wt({ feeLimit: n }, a), {}, { callValue: r }), e.prev = 11, e.next = 14, this.mainchain.contract().at(this.mainGatewayAddress);case 14:if (u = e.sent, c = null, "mappingTRC20" !== i) {e.next = 22;break;}return e.next = 19, u.mappingTRC20(t).send(a, s);case 19:c = e.sent, e.next = 29;break;case 22:if ("mappingTRC721" !== i) {e.next = 28;break;}return e.next = 25, u.mappingTRC721(t).send(a, s);case 25:c = e.sent, e.next = 29;break;case 28:o(new Error("type must be trc20 or trc721"));case 29:o(null, c), e.next = 35;break;case 32:return e.prev = 32, e.t0 = e.catch(11), e.abrupt("return", o(e.t0));case 35:case "end":return e.stop();}}}, e, this, [[11, 32]]);})), function (e, t, r, n) {return f.apply(this, arguments);}) }, { key: "mappingTrc20", value: (h = l()(N.a.mark(function e(t, r, n) {var i,a,s,o,u = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return i = u.length > 3 && void 0 !== u[3] ? u[3] : {}, a = u.length > 4 && void 0 !== u[4] ? u[4] : this.mainchain.defaultPrivateKey, s = u.length > 5 && void 0 !== u[5] && u[5], o = "mappingTRC20", e.abrupt("return", this.mappingTrc(t, r, n, o, i, a, s));case 5:case "end":return e.stop();}}}, e, this);})), function (e, t, r) {return h.apply(this, arguments);}) }, { key: "mappingTrc721", value: (d = l()(N.a.mark(function e(t, r, n) {var i,a,s,o,u = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return i = u.length > 3 && void 0 !== u[3] ? u[3] : {}, a = u.length > 4 && void 0 !== u[4] ? u[4] : this.mainchain.defaultPrivateKey, s = u.length > 5 && void 0 !== u[5] && u[5], o = "mappingTRC721", e.abrupt("return", this.mappingTrc(t, r, n, o, i, a, s));case 5:case "end":return e.stop();}}}, e, this);})), function (e, t, r) {return d.apply(this, arguments);}) }, { key: "withdrawTrx", value: (c = l()(N.a.mark(function e(t, r, n) {var i,a,s,o,u,c = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (i = c.length > 3 && void 0 !== c[3] ? c[3] : {}, a = c.length > 4 && void 0 !== c[4] ? c[4] : this.mainchain.defaultPrivateKey, s = c.length > 5 && void 0 !== c[5] && c[5], this.utils.isFunction(a) && (s = a, a = this.mainchain.defaultPrivateKey), this.utils.isFunction(i) && (s = i, i = {}), s) {e.next = 7;break;}return e.abrupt("return", this.injectPromise(this.withdrawTrx, t, r, n, i, a));case 7:if (!this.validator.notValid([{ name: "callValue", type: "integer", value: t, gte: 0 }, { name: "withdrawFee", type: "integer", value: r, gte: 0 }, { name: "feeLimit", type: "integer", value: n, gte: 0, lte: 1e9 }], s)) {e.next = 9;break;}return e.abrupt("return");case 9:return i = wt({ callValue: Number(t) + Number(r), feeLimit: n }, i), e.prev = 10, e.next = 13, this.sidechain.contract().at(this.sideGatewayAddress);case 13:return o = e.sent, e.next = 16, o.withdrawTRX().send(i, a);case 16:return u = e.sent, e.abrupt("return", s(null, u));case 20:return e.prev = 20, e.t0 = e.catch(10), e.abrupt("return", s(e.t0));case 23:case "end":return e.stop();}}}, e, this, [[10, 20]]);})), function (e, t, r) {return c.apply(this, arguments);}) }, { key: "withdrawTrc10", value: (u = l()(N.a.mark(function e(t, r, n, i) {var a,s,o,u,c,d = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (a = d.length > 4 && void 0 !== d[4] ? d[4] : {}, s = d.length > 5 && void 0 !== d[5] ? d[5] : this.mainchain.defaultPrivateKey, o = d.length > 6 && void 0 !== d[6] && d[6], this.utils.isFunction(s) && (o = s, s = this.mainchain.defaultPrivateKey), this.utils.isFunction(a) && (o = a, a = {}), o) {e.next = 7;break;}return e.abrupt("return", this.injectPromise(this.withdrawTrc10, t, r, n, i, a, s));case 7:if (!this.validator.notValid([{ name: "tokenId", type: "integer", value: t, gte: 0 }, { name: "tokenValue", type: "integer", value: r, gte: 0 }, { name: "withdrawFee", type: "integer", value: n, gte: 0 }, { name: "feeLimit", type: "integer", value: i, gte: 0, lte: 1e9 }], o)) {e.next = 9;break;}return e.abrupt("return");case 9:return a = wt({ tokenValue: r, tokenId: t, callValue: n, feeLimit: i }, a), e.prev = 10, e.next = 13, this.sidechain.contract().at(this.sideGatewayAddress);case 13:return u = e.sent, e.next = 16, u.withdrawTRC10(t, r).send(a, s);case 16:return c = e.sent, e.abrupt("return", o(null, c));case 20:return e.prev = 20, e.t0 = e.catch(10), e.abrupt("return", o(e.t0));case 23:case "end":return e.stop();}}}, e, this, [[10, 20]]);})), function (e, t, r, n) {return u.apply(this, arguments);}) }, { key: "withdrawTrc", value: (o = l()(N.a.mark(function e(t, r, n, i, a) {var s,o,u,c,d,h,f,v,p,g,b = this,m = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (s = m.length > 5 && void 0 !== m[5] ? m[5] : {}, o = m.length > 6 && void 0 !== m[6] ? m[6] : this.mainchain.defaultPrivateKey, u = m.length > 7 && void 0 !== m[7] && m[7], this.utils.isFunction(o) && (u = o, o = this.mainchain.defaultPrivateKey), this.utils.isFunction(s) && (u = s, s = {}), u) {e.next = 7;break;}return e.abrupt("return", this.injectPromise(this.withdrawTrc, t, r, n, i, a, s, o));case 7:if (!this.validator.notValid([{ name: "functionSelector", type: "not-empty-string", value: t }, { name: "numOrId", type: "integer", value: r, gte: 0 }, { name: "withdrawFee", type: "integer", value: n, gte: 0 }, { name: "feeLimit", type: "integer", value: i, gte: 0, lte: 1e9 }, { name: "contractAddress", type: "address", value: a }], u)) {e.next = 9;break;}return e.abrupt("return");case 9:return s = wt(wt({ feeLimit: i }, s), {}, { callValue: n }), c = [{ type: "uint256", value: r }], e.prev = 11, d = o ? this.sidechain.address.fromPrivateKey(o) : this.sidechain.defaultAddress.base58, e.next = 15, this.sidechain.transactionBuilder.triggerSmartContract(a, t, s, c, this.sidechain.address.toHex(d));case 15:if ((h = e.sent).result && h.result.result) {e.next = 18;break;}return e.abrupt("return", u("Unknown error: " + JSON.stringify(h.transaction, null, 2)));case 18:return e.next = 20, this.sidechain.trx.sign(h.transaction, o);case 20:if ((f = e.sent).signature) {e.next = 25;break;}if (o) {e.next = 24;break;}return e.abrupt("return", u("Transaction was not signed properly"));case 24:return e.abrupt("return", u("Invalid private key provided"));case 25:return e.next = 27, this.sidechain.trx.sendRawTransaction(f);case 27:if (!(v = e.sent).code) {e.next = 32;break;}return p = { error: v.code, message: v.code }, v.message && (p.message = this.sidechain.toUtf8(v.message)), e.abrupt("return", u(p));case 32:if (s.shouldPollResponse) {e.next = 34;break;}return e.abrupt("return", u(null, f.txID));case 34:(g = function () {var e = l()(N.a.mark(function e() {var t,r,n,i = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (20 != (t = i.length > 0 && void 0 !== i[0] ? i[0] : 0)) {e.next = 3;break;}return e.abrupt("return", u({ error: "Cannot find result in solidity node", transaction: f }));case 3:return e.next = 5, b.sidechain.trx.getTransactionInfo(f.txID);case 5:if (r = e.sent, Object.keys(r).length) {e.next = 8;break;}return e.abrupt("return", setTimeout(function () {g(t + 1);}, 3e3));case 8:if (!r.result || "FAILED" != r.result) {e.next = 10;break;}return e.abrupt("return", u({ error: b.sidechain.toUtf8(r.resMessage), transaction: f, output: r }));case 10:if (b.utils.hasProperty(r, "contractResult")) {e.next = 12;break;}return e.abrupt("return", u({ error: "Failed to execute: " + JSON.stringify(r, null, 2), transaction: f, output: r }));case 12:if (!s.rawResponse) {e.next = 14;break;}return e.abrupt("return", u(null, r));case 14:return 1 === (n = decodeOutput(b.outputs, "0x" + r.contractResult[0])).length && (n = n[0]), e.abrupt("return", u(null, n));case 17:case "end":return e.stop();}}}, e);}));return function () {return e.apply(this, arguments);};}())(), e.next = 41;break;case 38:return e.prev = 38, e.t0 = e.catch(11), e.abrupt("return", u(e.t0));case 41:case "end":return e.stop();}}}, e, this, [[11, 38]]);})), function (e, t, r, n, i) {return o.apply(this, arguments);}) }, { key: "withdrawTrc20", value: (s = l()(N.a.mark(function e(t, r, n, i, a) {var s,o,u,c = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return s = c.length > 5 && void 0 !== c[5] ? c[5] : this.mainchain.defaultPrivateKey, o = c.length > 6 && void 0 !== c[6] && c[6], u = "withdrawal(uint256)", e.abrupt("return", this.withdrawTrc(u, t, r, n, i, a, s, o));case 4:case "end":return e.stop();}}}, e, this);})), function (e, t, r, n, i) {return s.apply(this, arguments);}) }, { key: "withdrawTrc721", value: (a = l()(N.a.mark(function e(t, r, n, i, a) {var s,o,u,c = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return s = c.length > 5 && void 0 !== c[5] ? c[5] : this.mainchain.defaultPrivateKey, o = c.length > 6 && void 0 !== c[6] && c[6], u = "withdrawal(uint256)", e.abrupt("return", this.withdrawTrc(u, t, r, n, i, a, s, o));case 4:case "end":return e.stop();}}}, e, this);})), function (e, t, r, n, i) {return a.apply(this, arguments);}) }, { key: "injectFund", value: (i = l()(N.a.mark(function e(t, r, n) {var i,a,s,o,u,c,d,l,h = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (i = h.length > 3 && void 0 !== h[3] ? h[3] : this.mainchain.defaultPrivateKey, a = h.length > 4 && void 0 !== h[4] && h[4], this.utils.isFunction(i) && (a = i, i = this.mainchain.defaultPrivateKey), this.utils.isFunction(n) && (a = n, n = {}), a) {e.next = 6;break;}return e.abrupt("return", this.injectPromise(this.injectFund, t, r, n, i));case 6:if (!this.validator.notValid([{ name: "num", type: "integer", value: t, gte: 0 }, { name: "feeLimit", type: "integer", value: r, gte: 0, lte: 1e9 }], a)) {e.next = 8;break;}return e.abrupt("return");case 8:return e.prev = 8, s = this.sidechain.address.fromPrivateKey(i), o = this.sidechain.address.toHex(s), e.next = 13, this.sidechain.fullNode.request("/wallet/fundinject", { owner_address: o, amount: t }, "post");case 13:return u = e.sent, e.next = 16, this.sidechain.trx.sign(u, i);case 16:if ((c = e.sent).signature) {e.next = 21;break;}if (i) {e.next = 20;break;}return e.abrupt("return", a("Transaction was not signed properly"));case 20:return e.abrupt("return", a("Invalid private key provided"));case 21:return e.next = 23, this.sidechain.trx.sendRawTransaction(c);case 23:if (!(d = e.sent).code) {e.next = 28;break;}return l = { error: d.code, message: d.code }, d.message && (l.message = this.mainchain.toUtf8(d.message)), e.abrupt("return", a(l));case 28:return e.abrupt("return", a(null, c.txID));case 31:return e.prev = 31, e.t0 = e.catch(8), e.abrupt("return", a(e.t0));case 34:case "end":return e.stop();}}}, e, this, [[8, 31]]);})), function (e, t, r) {return i.apply(this, arguments);}) }, { key: "retryWithdraw", value: (n = l()(N.a.mark(function e(t, r, n) {var i,a,s,o,u = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return i = u.length > 3 && void 0 !== u[3] ? u[3] : {}, a = u.length > 4 && void 0 !== u[4] ? u[4] : this.sidechain.defaultPrivateKey, s = u.length > 5 && void 0 !== u[5] && u[5], o = "retryWithdraw(uint256)", e.abrupt("return", this.withdrawTrc(o, t, r, n, this.sideGatewayAddress, i, a, s));case 5:case "end":return e.stop();}}}, e, this);})), function (e, t, r) {return n.apply(this, arguments);}) }, { key: "retryDeposit", value: (r = l()(N.a.mark(function e(t, r, n) {var i,a,s,o,u = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return i = u.length > 3 && void 0 !== u[3] ? u[3] : {}, a = u.length > 4 && void 0 !== u[4] ? u[4] : this.mainchain.defaultPrivateKey, s = u.length > 5 && void 0 !== u[5] && u[5], o = "retryDeposit", e.abrupt("return", this.depositTrc(o, t, r, n, this.mainGatewayAddress, i, a, s));case 5:case "end":return e.stop();}}}, e, this);})), function (e, t, n) {return r.apply(this, arguments);}) }, { key: "retryMapping", value: (t = l()(N.a.mark(function e(t, r, n) {var i,a,s,o,u = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return i = u.length > 3 && void 0 !== u[3] ? u[3] : {}, a = u.length > 4 && void 0 !== u[4] ? u[4] : this.mainchain.defaultPrivateKey, s = u.length > 5 && void 0 !== u[5] && u[5], o = "retryMapping", e.abrupt("return", this.depositTrc(o, t, r, n, this.mainGatewayAddress, i, a, s));case 5:case "end":return e.stop();}}}, e, this);})), function (e, r, n) {return t.apply(this, arguments);}) }]), e;}();function At(e) {var t = function () {if ("undefined" == typeof Reflect || !Reflect.construct) return !1;if (Reflect.construct.sham) return !1;if ("function" == typeof Proxy) return !0;try {return Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})), !0;} catch (e) {return !1;}}();return function () {var r,n = P()(e);if (t) {var i = P()(this).constructor;r = Reflect.construct(n, arguments, i);} else r = n.apply(this, arguments);return I()(this, r);};}var Pt = function (e) {x()(a, e);var t,r,n,i = At(a);function a() {var e,t,r = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],n = arguments.length > 1 && void 0 !== arguments[1] && arguments[1],s = arguments.length > 2 && void 0 !== arguments[2] && arguments[2],o = arguments.length > 3 && void 0 !== arguments[3] && arguments[3],u = arguments.length > 4 && void 0 !== arguments[4] && arguments[4];p()(this, a), e = i.call(this);var c = !1,d = !1;return "object" === f()(r) && (r.fullNode || r.fullHost) ? (t = r.fullNode || r.fullHost, o = n, n = r.solidityNode || r.fullHost, s = r.eventServer || r.fullHost, c = r.headers || !1, d = r.eventHeaders || c, u = r.privateKey) : t = r, Re.isString(t) && (t = new He.HttpProvider(t)), Re.isString(n) && (n = new He.HttpProvider(n)), Re.isString(s) && (s = new He.HttpProvider(s)), e.event = new kt(y()(e)), e.transactionBuilder = new st(y()(e)), e.trx = new dt(y()(e)), e.plugin = new bt(y()(e), r), e.utils = Re, e.setFullNode(t), e.setSolidityNode(n), e.setEventServer(s), e.providers = He, e.BigNumber = qe.a, e.defaultBlock = !1, e.defaultPrivateKey = !1, e.defaultAddress = { hex: !1, base58: !1 }, ["sha3", "toHex", "toUtf8", "fromUtf8", "toAscii", "fromAscii", "toDecimal", "fromDecimal", "toSun", "fromSun", "toBigNumber", "isAddress", "createAccount", "address", "version"].forEach(function (t) {e[t] = a[t];}), "object" === f()(o) && (o.fullNode || o.fullHost) ? e.sidechain = new It(o, a, y()(e), u) : u = u || o, u && e.setPrivateKey(u), e.fullnodeVersion = "3.5.0", e.feeLimit = 15e7, e.injectPromise = Je()(y()(e)), c && e.setFullNodeHeader(c), d && e.setEventHeader(d), e;}return b()(a, [{ key: "getFullnodeVersion", value: (n = l()(N.a.mark(function e() {var t;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return e.prev = 0, e.next = 3, this.trx.getNodeInfo();case 3:t = e.sent, this.fullnodeVersion = t.configNodeInfo.codeVersion, 2 === this.fullnodeVersion.split(".").length && (this.fullnodeVersion += ".0"), e.next = 11;break;case 8:e.prev = 8, e.t0 = e.catch(0), this.fullnodeVersion = "3.5.0";case 11:case "end":return e.stop();}}}, e, this, [[0, 8]]);})), function () {return n.apply(this, arguments);}) }, { key: "setDefaultBlock", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if ([!1, "latest", "earliest", 0].includes(e)) return this.defaultBlock = e;if (!Re.isInteger(e) || !e) throw new Error("Invalid block ID provided");this.defaultBlock = Math.abs(e);} }, { key: "setPrivateKey", value: function value(e) {try {this.setAddress(this.address.fromPrivateKey(e));} catch (e) {throw new Error("Invalid private key provided");}this.defaultPrivateKey = e, this.emit("privateKeyChanged", e);} }, { key: "setAddress", value: function value(e) {if (!this.isAddress(e)) throw new Error("Invalid address provided");var t = this.address.toHex(e),r = this.address.fromHex(e);this.defaultPrivateKey && this.address.fromPrivateKey(this.defaultPrivateKey) !== r && (this.defaultPrivateKey = !1), this.defaultAddress = { hex: t, base58: r }, this.emit("addressChanged", { hex: t, base58: r });} }, { key: "fullnodeSatisfies", value: function value(e) {return Me.a.satisfies(this.fullnodeVersion, e);} }, { key: "isValidProvider", value: function value(e) {return Object.values(He).some(function (t) {return e instanceof t;});} }, { key: "setFullNode", value: function value(e) {if (Re.isString(e) && (e = new He.HttpProvider(e)), !this.isValidProvider(e)) throw new Error("Invalid full node provided");this.fullNode = e, this.fullNode.setStatusPage("wallet/getnowblock"), this.getFullnodeVersion();} }, { key: "setSolidityNode", value: function value(e) {if (Re.isString(e) && (e = new He.HttpProvider(e)), !this.isValidProvider(e)) throw new Error("Invalid solidity node provided");this.solidityNode = e, this.solidityNode.setStatusPage("walletsolidity/getnowblock");} }, { key: "setEventServer", value: function value() {var e;(e = this.event).setServer.apply(e, arguments);} }, { key: "setHeader", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},t = new He.HttpProvider(this.fullNode.host, 3e4, !1, !1, e),r = new He.HttpProvider(this.solidityNode.host, 3e4, !1, !1, e),n = new He.HttpProvider(this.eventServer.host, 3e4, !1, !1, e);this.setFullNode(t), this.setSolidityNode(r), this.setEventServer(n);} }, { key: "setFullNodeHeader", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},t = new He.HttpProvider(this.fullNode.host, 3e4, !1, !1, e),r = new He.HttpProvider(this.solidityNode.host, 3e4, !1, !1, e);this.setFullNode(t), this.setSolidityNode(r);} }, { key: "setEventHeader", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},t = new He.HttpProvider(this.eventServer.host, 3e4, !1, !1, e);this.setEventServer(t);} }, { key: "currentProviders", value: function value() {return { fullNode: this.fullNode, solidityNode: this.solidityNode, eventServer: this.eventServer };} }, { key: "currentProvider", value: function value() {return this.currentProviders();} }, { key: "getEventResult", value: function value() {for (var e, t = arguments.length, r = new Array(t), n = 0; n < t; n++) {r[n] = arguments[n];}return "object" !== f()(r[1]) && (r[1] = { sinceTimestamp: r[1] || 0, eventName: r[2] || !1, blockNumber: r[3] || !1, size: r[4] || 20, page: r[5] || 1 }, r.splice(2, 4), Re.isFunction(r[2]) || (Re.isFunction(r[1].page) ? (r[2] = r[1].page, r[1].page = 1) : Re.isFunction(r[1].size) && (r[2] = r[1].size, r[1].size = 20, r[1].page = 1))), (e = this.event).getEventsByContractAddress.apply(e, r);} }, { key: "getEventByTransactionID", value: function value() {var e;return (e = this.event).getEventsByTransactionID.apply(e, arguments);} }, { key: "contract", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : [],t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return new gt(this, e, t);} }, { key: "isConnected", value: (r = l()(N.a.mark(function e() {var t,r = arguments;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (t = r.length > 0 && void 0 !== r[0] && r[0]) {e.next = 3;break;}return e.abrupt("return", this.injectPromise(this.isConnected));case 3:return e.t0 = t, e.next = 6, this.fullNode.isConnected();case 6:return e.t1 = e.sent, e.next = 9, this.solidityNode.isConnected();case 9:if (e.t2 = e.sent, e.t3 = this.eventServer, !e.t3) {e.next = 15;break;}return e.next = 14, this.eventServer.isConnected();case 14:e.t3 = e.sent;case 15:return e.t4 = e.t3, e.t5 = { fullNode: e.t1, solidityNode: e.t2, eventServer: e.t4 }, e.abrupt("return", (0, e.t0)(null, e.t5));case 18:case "end":return e.stop();}}}, e, this);})), function () {return r.apply(this, arguments);}) }], [{ key: "address", get: function get() {return { fromHex: function fromHex(e) {return Re.isHex(e) ? Re.crypto.getBase58CheckAddress(Re.code.hexStr2byteArray(e.replace(/^0x/, "41"))) : e;}, toHex: function toHex(e) {return Re.isHex(e) ? e.toLowerCase().replace(/^0x/, "41") : Re.code.byteArray2hexStr(Re.crypto.decodeBase58Address(e)).toLowerCase();}, fromPrivateKey: function fromPrivateKey(e) {var t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];try {return Re.crypto.pkToAddress(e, t);} catch (e) {return !1;}} };} }, { key: "sha3", value: function value(e) {var t = !(arguments.length > 1 && void 0 !== arguments[1]) || arguments[1];return (t ? "0x" : "") + ie(Buffer.from(e, "utf-8")).toString().substring(2);} }, { key: "toHex", value: function value(e) {if (Re.isBoolean(e)) return a.fromDecimal(+e);if (Re.isBigNumber(e)) return a.fromDecimal(e);if ("object" === f()(e)) return a.fromUtf8(JSON.stringify(e));if (Re.isString(e)) {if (/^(-|)0x/.test(e)) return e;if (!isFinite(e) || /^\s*$/.test(e)) return a.fromUtf8(e);}var t = a.fromDecimal(e);if ("0xNaN" === t) throw new Error("The passed value is not convertible to a hex string");return t;} }, { key: "toUtf8", value: function value(e) {if (Re.isHex(e)) return e = e.replace(/^0x/, ""), Buffer.from(e, "hex").toString("utf8");throw new Error("The passed value is not a valid hex string");} }, { key: "fromUtf8", value: function value(e) {if (!Re.isString(e)) throw new Error("The passed value is not a valid utf-8 string");return "0x" + Buffer.from(e, "utf8").toString("hex");} }, { key: "toAscii", value: function value(e) {if (Re.isHex(e)) {var t = "",r = 0,n = e.length;for ("0x" === e.substring(0, 2) && (r = 2); r < n; r += 2) {var i = parseInt(e.substr(r, 2), 16);t += String.fromCharCode(i);}return t;}throw new Error("The passed value is not a valid hex string");} }, { key: "fromAscii", value: function value(e, t) {if (!Re.isString(e)) throw new Error("The passed value is not a valid utf-8 string");return "0x" + Buffer.from(e, "ascii").toString("hex").padEnd(t, "0");} }, { key: "toDecimal", value: function value(e) {return a.toBigNumber(e).toNumber();} }, { key: "fromDecimal", value: function value(e) {var t = a.toBigNumber(e),r = t.toString(16);return t.isLessThan(0) ? "-0x" + r.substr(1) : "0x" + r;} }, { key: "fromSun", value: function value(e) {var t = a.toBigNumber(e).div(1e6);return Re.isBigNumber(e) ? t : t.toString(10);} }, { key: "toSun", value: function value(e) {var t = a.toBigNumber(e).times(1e6);return Re.isBigNumber(e) ? t : t.toString(10);} }, { key: "toBigNumber", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : 0;return Re.isBigNumber(e) ? e : Re.isString(e) && /^(-|)0x/.test(e) ? new qe.a(e.replace("0x", ""), 16) : new qe.a(e.toString(10), 10);} }, { key: "isAddress", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if (!Re.isString(e)) return !1;if (42 === e.length) try {return a.isAddress(Re.crypto.getBase58CheckAddress(Re.code.hexStr2byteArray(e)));} catch (e) {return !1;}try {return Re.crypto.isAddressValid(e);} catch (e) {return !1;}} }, { key: "createAccount", value: (t = l()(N.a.mark(function e() {var t;return N.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return t = Re.accounts.generateAccount(), e.abrupt("return", t);case 2:case "end":return e.stop();}}}, e);})), function () {return t.apply(this, arguments);}) }]), a;}(Le.a);_()(Pt, "providers", He), _()(Pt, "BigNumber", qe.a), _()(Pt, "TransactionBuilder", st), _()(Pt, "Trx", dt), _()(Pt, "Contract", gt), _()(Pt, "Plugin", bt), _()(Pt, "Event", kt), _()(Pt, "version", Ue.a), _()(Pt, "utils", Re);}]).default;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 33)["default"], __webpack_require__(/*! ./../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+/* WEBPACK VAR INJECTION */(function(__f__, Buffer) {module.exports = function (e) {var t = {};function r(n) {if (t[n]) return t[n].exports;var i = t[n] = { i: n, l: !1, exports: {} };return e[n].call(i.exports, i, i.exports, r), i.l = !0, i.exports;}return r.m = e, r.c = t, r.d = function (e, t, n) {r.o(e, t) || Object.defineProperty(e, t, { enumerable: !0, get: n });}, r.r = function (e) {"undefined" != typeof Symbol && Symbol.toStringTag && Object.defineProperty(e, Symbol.toStringTag, { value: "Module" }), Object.defineProperty(e, "__esModule", { value: !0 });}, r.t = function (e, t) {if (1 & t && (e = r(e)), 8 & t) return e;if (4 & t && "object" == typeof e && e && e.__esModule) return e;var n = Object.create(null);if (r.r(n), Object.defineProperty(n, "default", { enumerable: !0, value: e }), 2 & t && "string" != typeof e) for (var i in e) {r.d(n, i, function (t) {return e[t];}.bind(null, i));}return n;}, r.n = function (e) {var t = e && e.__esModule ? function () {return e.default;} : function () {return e;};return r.d(t, "a", t), t;}, r.o = function (e, t) {return Object.prototype.hasOwnProperty.call(e, t);}, r.p = "", r(r.s = 22);}([function (e, t) {e.exports = __webpack_require__(/*! @babel/runtime/regenerator */ 44);}, function (e, t) {e.exports = __webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ 47);}, function (e, t) {e.exports = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ 48);}, function (e, t) {e.exports = __webpack_require__(/*! @babel/runtime/helpers/createClass */ 49);}, function (e, t) {e.exports = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ 50);}, function (e, t) {e.exports = __webpack_require__(/*! injectpromise */ 51);}, function (e, t) {e.exports = __webpack_require__(/*! @babel/runtime/helpers/typeof */ 52);}, function (e, t) {e.exports = __webpack_require__(/*! @babel/runtime/helpers/toConsumableArray */ 53);}, function (e, t) {e.exports = __webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ 59);}, function (e, t) {e.exports = __webpack_require__(/*! ethers */ 63);}, function (e, t) {e.exports = __webpack_require__(/*! bignumber.js */ 201);}, function (e, t) {e.exports = __webpack_require__(/*! @babel/runtime/helpers/assertThisInitialized */ 203);}, function (e, t) {e.exports = __webpack_require__(/*! semver */ 204);}, function (e, t) {e.exports = __webpack_require__(/*! elliptic */ 205);}, function (e, t) {e.exports = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ 225);}, function (e, t) {e.exports = __webpack_require__(/*! @babel/runtime/helpers/inherits */ 226);}, function (e, t) {e.exports = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ 228);}, function (e, t) {e.exports = __webpack_require__(/*! axios */ 229);}, function (e, t) {e.exports = __webpack_require__(/*! validator */ 258);}, function (e, t) {e.exports = __webpack_require__(/*! eventemitter3 */ 336);}, function (e) {e.exports = JSON.parse('{"a":"3.2.6"}');}, function (e, t) {e.exports = __webpack_require__(/*! querystring */ 337);}, function (e, t, r) {"use strict";r.r(t), r.d(t, "default", function () {return Pt;});var n = {};r.r(n), r.d(n, "byte2hexStr", function () {return O;}), r.d(n, "bytesToString", function () {return C;}), r.d(n, "hextoString", function () {return B;}), r.d(n, "byteArray2hexStr", function () {return E;}), r.d(n, "base64DecodeFromString", function () {return q;}), r.d(n, "base64EncodeToString", function () {return D;});var i = {};r.r(i), r.d(i, "bin2String", function () {return V;}), r.d(i, "arrayEquals", function () {return L;}), r.d(i, "stringToBytes", function () {return U;}), r.d(i, "byte2hexStr", function () {return O;}), r.d(i, "bytesToString", function () {return C;}), r.d(i, "hextoString", function () {return B;}), r.d(i, "byteArray2hexStr", function () {return E;}), r.d(i, "base64DecodeFromString", function () {return q;}), r.d(i, "base64EncodeToString", function () {return D;}), r.d(i, "hexChar2byte", function () {return z;}), r.d(i, "isHexChar", function () {return M;}), r.d(i, "hexStr2byteArray", function () {return G;}), r.d(i, "strToDate", function () {return J;}), r.d(i, "isNumber", function () {return Y;}), r.d(i, "getStringType", function () {return X;});var s = {};r.r(s), r.d(s, "encode58", function () {return ee;}), r.d(s, "decode58", function () {return te;});var a = {};r.r(a), r.d(a, "keccak256", function () {return ie;}), r.d(a, "sha256", function () {return se;}), r.d(a, "toUtf8Bytes", function () {return ae;}), r.d(a, "toUtf8String", function () {return oe;}), r.d(a, "recoverAddress", function () {return ue;}), r.d(a, "SigningKey", function () {return ce;}), r.d(a, "AbiCoder", function () {return de;});var o = {};r.r(o), r.d(o, "getBase58CheckAddress", function () {return le;}), r.d(o, "decodeBase58Address", function () {return he;}), r.d(o, "signTransaction", function () {return fe;}), r.d(o, "arrayToBase64String", function () {return ve;}), r.d(o, "signBytes", function () {return pe;}), r.d(o, "getRowBytesFromTransactionBase64", function () {return ge;}), r.d(o, "genPriKey", function () {return be;}), r.d(o, "computeAddress", function () {return me;}), r.d(o, "getAddressFromPriKey", function () {return ye;}), r.d(o, "decode58Check", function () {return ke;}), r.d(o, "isAddressValid", function () {return xe;}), r.d(o, "getBase58CheckAddressFromPriKeyBase64String", function () {return we;}), r.d(o, "getHexStrAddressFromPriKeyBase64String", function () {return Ie;}), r.d(o, "getAddressFromPriKeyBase64String", function () {return Ae;}), r.d(o, "getPubKeyFromPriKey", function () {return Pe;}), r.d(o, "ECKeySign", function () {return We;}), r.d(o, "SHA256", function () {return _e;}), r.d(o, "passwordToAddress", function () {return Se;}), r.d(o, "pkToAddress", function () {return Ne;});var u = {};r.r(u), r.d(u, "generateAccount", function () {return Te;});var c = {};r.r(c), r.d(c, "decodeParams", function () {return Fe;}), r.d(c, "encodeParams", function () {return Oe;});var d = r(0),l = r.n(d),h = r(1),f = r.n(h),v = r(6),p = r.n(v),g = r(2),b = r.n(g),m = r(3),y = r.n(m),k = r(11),x = r.n(k),w = r(15),I = r.n(w),A = r(16),P = r.n(A),W = r(14),_ = r.n(W),S = r(4),N = r.n(S),T = r(17),j = r.n(T);function F() {var e = this;this._keyStr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=", this.encode = function (t) {for (var r, n, i, s, a, o, u, c = "", d = 0; d < t.length;) {s = (r = t.charCodeAt(d++)) >> 2, a = (3 & r) << 4 | (n = t.charCodeAt(d++)) >> 4, o = (15 & n) << 2 | (i = t.charCodeAt(d++)) >> 6, u = 63 & i, isNaN(n) ? o = u = 64 : isNaN(i) && (u = 64), c = c + e._keyStr.charAt(s) + e._keyStr.charAt(a) + e._keyStr.charAt(o) + e._keyStr.charAt(u);}return c;}, this.encodeIgnoreUtf8 = function (t) {for (var r, n, i, s, a, o, u, c = "", d = 0; d < t.length;) {s = (r = t[d++]) >> 2, a = (3 & r) << 4 | (n = t[d++]) >> 4, o = (15 & n) << 2 | (i = t[d++]) >> 6, u = 63 & i, isNaN(n) ? o = u = 64 : isNaN(i) && (u = 64), c = c + e._keyStr.charAt(s) + e._keyStr.charAt(a) + e._keyStr.charAt(o) + e._keyStr.charAt(u);}return c;}, this.decode = function (t) {var r,n,i,s,a,o,u = "",c = 0;for (t = t.replace(/[^A-Za-z0-9\+\/\=]/g, ""); c < t.length;) {r = e._keyStr.indexOf(t.charAt(c++)) << 2 | (s = e._keyStr.indexOf(t.charAt(c++))) >> 4, n = (15 & s) << 4 | (a = e._keyStr.indexOf(t.charAt(c++))) >> 2, i = (3 & a) << 6 | (o = e._keyStr.indexOf(t.charAt(c++))), u += String.fromCharCode(r), 64 != a && (u += String.fromCharCode(n)), 64 != o && (u += String.fromCharCode(i));}return e._utf8_decode(u);}, this.decodeToByteArray = function (t) {var r,n,i,s,a,o,u = "",c = 0;for (t = t.replace(/[^A-Za-z0-9\+\/\=]/g, ""); c < t.length;) {r = e._keyStr.indexOf(t.charAt(c++)) << 2 | (s = e._keyStr.indexOf(t.charAt(c++))) >> 4, n = (15 & s) << 4 | (a = e._keyStr.indexOf(t.charAt(c++))) >> 2, i = (3 & a) << 6 | (o = e._keyStr.indexOf(t.charAt(c++))), u += String.fromCharCode(r), 64 != a && (u += String.fromCharCode(n)), 64 != o && (u += String.fromCharCode(i));}return e._out2ByteArray(u);}, this._out2ByteArray = function (e) {for (var t = new Array(e.length), r = 0, n = 0; r < e.length;) {n = e.charCodeAt(r), t[r] = n, r++;}return t;}, this._utf8_encode = function (e) {e = e.replace(/\r\n/g, "\n");for (var t = "", r = 0; r < e.length; r++) {var n = e.charCodeAt(r);n < 128 ? t += String.fromCharCode(n) : n > 127 && n < 2048 ? (t += String.fromCharCode(n >> 6 | 192), t += String.fromCharCode(63 & n | 128)) : (t += String.fromCharCode(n >> 12 | 224), t += String.fromCharCode(n >> 6 & 63 | 128), t += String.fromCharCode(63 & n | 128));}return t;}, this._utf8_decode = function (e) {for (var t = "", r = 0, n = 0, i = 0, s = 0; r < e.length;) {(n = e.charCodeAt(r)) < 128 ? (t += String.fromCharCode(n), r++) : n > 191 && n < 224 ? (i = e.charCodeAt(r + 1), t += String.fromCharCode((31 & n) << 6 | 63 & i), r += 2) : (i = e.charCodeAt(r + 1), s = e.charCodeAt(r + 2), t += String.fromCharCode((15 & n) << 12 | (63 & i) << 6 | 63 & s), r += 3);}return t;};}function O(e) {if ("number" != typeof e) throw new Error("Input must be a number");if (e < 0 || e > 255) throw new Error("Input must be a byte");var t = "";return t += "0123456789ABCDEF".charAt(e >> 4), t += "0123456789ABCDEF".charAt(15 & e);}function C(e) {if ("string" == typeof e) return e;for (var t = "", r = 0; r < e.length; r++) {var n = e[r].toString(2),i = n.match(/^1+?(?=0)/);if (i && 8 === n.length) {for (var s = i[0].length, a = e[r].toString(2).slice(7 - s), o = 1; o < s; o++) {a += e[o + r].toString(2).slice(2);}t += String.fromCharCode(parseInt(a, 2)), r += s - 1;} else t += String.fromCharCode(e[r]);}return t;}function B(e) {for (var t = e.replace(/^0x/, "").split(""), r = "", n = 0; n < t.length / 2; n++) {var i = "0x".concat(t[2 * n]).concat(t[2 * n + 1]);r += String.fromCharCode(i);}return r;}function E(e) {for (var t = "", r = 0; r < e.length; r++) {t += O(e[r]);}return t;}function q(e) {return new F().decodeToByteArray(e);}function D(e) {return new F().encodeIgnoreUtf8(e);}var K = r(7),R = r.n(K),H = /^(41)/;function V(e) {return C(e);}function L(e, t, r) {if (e.length != t.length) return !1;var n;for (n = 0; n < e.length; n++) {if (r) {if (e[n] != t[n]) return !1;} else if (JSON.stringify(e[n]) != JSON.stringify(t[n])) return !1;}return !0;}function U(e) {if ("string" != typeof e) throw new Error("The passed string is not a string");var t,r,n = new Array();t = e.length;for (var i = 0; i < t; i++) {(r = e.charCodeAt(i)) >= 65536 && r <= 1114111 ? (n.push(r >> 18 & 7 | 240), n.push(r >> 12 & 63 | 128), n.push(r >> 6 & 63 | 128), n.push(63 & r | 128)) : r >= 2048 && r <= 65535 ? (n.push(r >> 12 & 15 | 224), n.push(r >> 6 & 63 | 128), n.push(63 & r | 128)) : r >= 128 && r <= 2047 ? (n.push(r >> 6 & 31 | 192), n.push(63 & r | 128)) : n.push(255 & r);}return n;}function z(e) {var t;if (e >= "A" && e <= "F" ? t = e.charCodeAt(0) - "A".charCodeAt(0) + 10 : e >= "a" && e <= "f" ? t = e.charCodeAt(0) - "a".charCodeAt(0) + 10 : e >= "0" && e <= "9" && (t = e.charCodeAt(0) - "0".charCodeAt(0)), "number" == typeof t) return t;throw new Error("The passed hex char is not a valid hex char");}function M(e) {return e >= "A" && e <= "F" || e >= "a" && e <= "f" || e >= "0" && e <= "9" ? 1 : 0;}function G(e) {if ("string" != typeof e) throw new Error("The passed string is not a string");for (var t = Array(), r = 0, n = 0, i = 0, s = 0; s < e.length; s++) {var a = e.charAt(s);if (!M(a)) throw new Error("The passed hex char is not a valid hex string");r <<= 4, r += z(a), 0 == ++n % 2 && (t[i++] = r, r = 0);}return t;}function J(e) {if (!/^\d{4}-\d{2}-\d{2}( \d{2}-\d{2}-\d{2}|)/.test(e)) throw new Error("The passed date string is not valid");var t = e.split(" "),r = t[0].split("-"),n = parseInt(r[0], 10),i = parseInt(r[1], 10) - 1,s = parseInt(r[2], 10);if (t.length > 1) {var a = t[1].split("-"),o = parseInt(a[0], 10),u = parseInt(a[1], 10),c = parseInt(a[2], 10);return new Date(n, i, s, o, u, c);}return new Date(n, i, s);}function Y(e) {return e >= "0" && e <= "9" ? 1 : 0;}function X(e) {if (null == e) return -1;if ("string" != typeof e) return -1;if (0 == e.length || "" == e) return -1;var t = 0;if (40 == e.length) for (; t < 40; t++) {if (!M(e.charAt(t))) break;}if (40 == t) return 1;for (t = 0; t < e.length; t++) {if (!Y(e.charAt(t))) break;}if (t == e.length) return 2;for (t = 0; t < e.length; t++) {if (e.charAt(t) > " ") return 3;}return -1;}for (var $ = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz", Z = {}, Q = 0; Q < $.length; Q++) {Z[$.charAt(Q)] = Q;}function ee(e) {if (0 === e.length) return "";var t,r,n = [0];for (t = 0; t < e.length; t++) {for (r = 0; r < n.length; r++) {n[r] <<= 8;}n[0] += e[t];var i = 0;for (r = 0; r < n.length; ++r) {n[r] += i, i = n[r] / 58 | 0, n[r] %= 58;}for (; i;) {n.push(i % 58), i = i / 58 | 0;}}for (t = 0; 0 === e[t] && t < e.length - 1; t++) {n.push(0);}return n.reverse().map(function (e) {return $[e];}).join("");}function te(e) {if (0 === e.length) return [];var t,r,n = [0];for (t = 0; t < e.length; t++) {var i = e[t];if (!(i in Z)) throw new Error("Non-base58 character");for (r = 0; r < n.length; r++) {n[r] *= 58;}n[0] += Z[i];var s = 0;for (r = 0; r < n.length; ++r) {n[r] += s, s = n[r] >> 8, n[r] &= 255;}for (; s;) {n.push(255 & s), s >>= 8;}}for (t = 0; "1" === e[t] && t < e.length - 1; t++) {n.push(0);}return n.reverse();}var re = r(13),ne = r(9),ie = ne.utils.keccak256,se = ne.utils.sha256,ae = ne.utils.toUtf8Bytes,oe = ne.utils.toUtf8String,ue = ne.utils.recoverAddress,ce = ne.utils.SigningKey,de = ne.utils.AbiCoder;function le(e) {var t = _e(e),r = _e(t).slice(0, 4);return ee(r = e.concat(r));}function he(e) {if ("string" != typeof e) return !1;if (e.length <= 4) return !1;var t = te(e);if (e.length <= 4) return !1;var r = t.length - 4,n = t.slice(r),i = _e(t = t.slice(0, r)),s = _e(i).slice(0, 4);if (n[0] == s[0] && n[1] == s[1] && n[2] == s[2] && n[3] == s[3]) return t;throw new Error("Invalid address provided");}function fe(e, t) {"string" == typeof e && (e = G(e));var r = We(G(t.txID), e);return Array.isArray(t.signature) ? t.signature.includes(r) || t.signature.push(r) : t.signature = [r], t;}function ve(e) {return btoa(String.fromCharCode.apply(String, R()(e)));}function pe(e, t) {return "string" == typeof e && (e = G(e)), We(_e(t), e);}function ge(e) {var t = q(e);return proto.protocol.Transaction.deserializeBinary(t).getRawData().serializeBinary();}function be() {for (var e = new re.ec("secp256k1").genKeyPair().getPrivate().toString("hex"); e.length < 64;) {e = "0".concat(e);}return G(e);}function me(e) {return 65 === e.length && (e = e.slice(1)), G("41" + ie(e).toString().substring(2).substring(24));}function ye(e) {return me(Pe(e));}function ke(e) {var t = te(e);if (t.length <= 4) return !1;var r = t.slice(0, t.length - 4),n = _e(r),i = _e(n);return i[0] === t[r.length] && i[1] === t[r.length + 1] && i[2] === t[r.length + 2] && i[3] === t[r.length + 3] && r;}function xe(e) {if ("string" != typeof e) return !1;if (34 !== e.length) return !1;var t = te(e);if (25 !== t.length) return !1;if (65 !== t[0]) return !1;var r = t.slice(21),n = _e(t = t.slice(0, 21)),i = _e(n).slice(0, 4);return r[0] == i[0] && r[1] == i[1] && r[2] == i[2] && r[3] == i[3];}function we(e) {return le(me(Pe(q(e))));}function Ie(e) {return E(me(Pe(q(e))));}function Ae(e) {return D(me(Pe(q(e))));}function Pe(e) {for (var t = new re.ec("secp256k1").keyFromPrivate(e, "bytes").getPublic(), r = t.x, n = t.y, i = r.toString("hex"); i.length < 64;) {i = "0".concat(i);}for (var s = n.toString("hex"); s.length < 64;) {s = "0".concat(s);}return G("04".concat(i).concat(s));}function We(e, t) {for (var r = new re.ec("secp256k1").keyFromPrivate(t, "bytes").sign(e), n = r.r, i = r.s, s = r.recoveryParam, a = n.toString("hex"); a.length < 64;) {a = "0".concat(a);}for (var o = i.toString("hex"); o.length < 64;) {o = "0".concat(o);}return a + o + O(s);}function _e(e) {var t = E(e);return G(se("0x" + t).replace(/^0x/, ""));}function Se(e) {return le(ye(q(e)));}function Ne(e) {return le(ye(G(e)));}function Te() {var e = be(),t = Pe(e),r = ye(e);return { privateKey: E(e), publicKey: E(t), address: { base58: le(r), hex: E(r) } };}var je = new de();function Fe(e, t, r, n) {if (r && "boolean" != typeof r || (n = r, r = t, t = e, e = []), n && r.replace(/^0x/, "").length % 64 == 8 && (r = "0x" + r.replace(/^0x/, "").substring(8)), r.replace(/^0x/, "").length % 64) throw new Error("The encoded string is not valid. Its length must be a multiple of 64.");return t = t.map(function (e) {return /trcToken/.test(e) && (e = e.replace(/trcToken/, "uint256")), e;}), je.decode(t, r).reduce(function (r, n, i) {return "address" == t[i] && (n = "41" + n.substr(2).toLowerCase()), e.length ? r[e[i]] = n : r.push(n), r;}, e.length ? {} : []);}function Oe(e, t) {for (var r = 0; r < e.length; r++) {"address" === e[r] && (t[r] = Pt.address.toHex(t[r]).replace(H, "0x"));}return je.encode(e, t);}var Ce = r(18),Be = r.n(Ce),Ee = r(10),qe = r.n(Ee);function De(e, t) {var r = Object.keys(e);if (Object.getOwnPropertySymbols) {var n = Object.getOwnPropertySymbols(e);t && (n = n.filter(function (t) {return Object.getOwnPropertyDescriptor(e, t).enumerable;})), r.push.apply(r, n);}return r;}function Ke(e) {for (var t = 1; t < arguments.length; t++) {var r = null != arguments[t] ? arguments[t] : {};t % 2 ? De(Object(r), !0).forEach(function (t) {N()(e, t, r[t]);}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : De(Object(r)).forEach(function (t) {Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(r, t));});}return e;}var Re = Ke(Ke({}, { isValidURL: function isValidURL(e) {return "string" == typeof e && Be.a.isURL(e.toString(), { protocols: ["http", "https"], require_tld: !1 });}, isObject: function isObject(e) {return e === Object(e) && "[object Array]" !== Object.prototype.toString.call(e);}, isArray: function isArray(e) {return Array.isArray(e);}, isJson: function isJson(e) {try {return !!JSON.parse(e);} catch (e) {return !1;}}, isBoolean: function isBoolean(e) {return "boolean" == typeof e;}, isBigNumber: function isBigNumber(e) {return e && (e instanceof qe.a || e.constructor && "BigNumber" === e.constructor.name);}, isString: function isString(e) {return "string" == typeof e || e && e.constructor && "String" === e.constructor.name;}, isFunction: function isFunction(e) {return "function" == typeof e;}, isHex: function isHex(e) {return "string" == typeof e && !isNaN(parseInt(e, 16)) && /^(0x|)[a-fA-F0-9]+$/.test(e);}, isInteger: function isInteger(e) {return null !== e && Number.isInteger(Number(e));}, hasProperty: function hasProperty(e, t) {return Object.prototype.hasOwnProperty.call(e, t);}, hasProperties: function hasProperties(e) {for (var t = this, r = arguments.length, n = new Array(r > 1 ? r - 1 : 0), i = 1; i < r; i++) {n[i - 1] = arguments[i];}return n.length && !n.map(function (r) {return t.hasProperty(e, r);}).includes(!1);}, mapEvent: function mapEvent(e) {var t = { block: e.block_number, timestamp: e.block_timestamp, contract: e.contract_address, name: e.event_name, transaction: e.transaction_id, result: e.result, resourceNode: e.resource_Node || (e._unconfirmed ? "fullNode" : "solidityNode") };return e._unconfirmed && (t.unconfirmed = e._unconfirmed), e._fingerprint && (t.fingerprint = e._fingerprint), t;}, parseEvent: function parseEvent(e, t) {var r = t.inputs;if (!e.result) return e;if (this.isObject(e.result)) for (var n = 0; n < r.length; n++) {var i = r[n];"address" == i.type && i.name in e.result && (e.result[i.name] = "41" + e.result[i.name].substr(2).toLowerCase());} else this.isArray(e.result) && (e.result = e.result.reduce(function (e, t, n) {var i = r[n],s = i.name;return "address" == i.type && (t = "41" + t.substr(2).toLowerCase()), e[s] = t, e;}, {}));return e;}, padLeft: function padLeft(e, t, r) {for (var n = e.toString(); n.length < r;) {n = t + n;}return n;}, isNotNullOrUndefined: function isNotNullOrUndefined(e) {return null != e;}, sleep: function sleep() {var e = arguments;return f()(l.a.mark(function t() {var r;return l.a.wrap(function (t) {for (;;) {switch (t.prev = t.next) {case 0:return r = e.length > 0 && void 0 !== e[0] ? e[0] : 1e3, t.abrupt("return", new Promise(function (e) {return setTimeout(e, r);}));case 2:case "end":return t.stop();}}}, t);}))();} }), {}, { code: i, accounts: u, base58: s, bytes: n, crypto: o, abi: c, ethersUtils: a }),He = { HttpProvider: function () {function e(t) {var r = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : 3e4,n = arguments.length > 2 && void 0 !== arguments[2] && arguments[2],i = arguments.length > 3 && void 0 !== arguments[3] && arguments[3],s = arguments.length > 4 && void 0 !== arguments[4] ? arguments[4] : {},a = arguments.length > 5 && void 0 !== arguments[5] ? arguments[5] : "/";if (b()(this, e), !Re.isValidURL(t)) throw new Error("Invalid URL provided to HttpProvider");if (isNaN(r) || r < 0) throw new Error("Invalid timeout duration provided");if (!Re.isObject(s)) throw new Error("Invalid headers object provided");t = t.replace(/\/+$/, ""), this.host = t, this.timeout = r, this.user = n, this.password = i, this.headers = s, this.statusPage = a, this.instance = j.a.create({ baseURL: t, timeout: r, headers: s, auth: n && { user: n, password: i } });}var t;return y()(e, [{ key: "setStatusPage", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : "/";this.statusPage = e;} }, { key: "isConnected", value: (t = f()(l.a.mark(function e() {var t,r = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return t = r.length > 0 && void 0 !== r[0] ? r[0] : this.statusPage, e.abrupt("return", this.request(t).then(function (e) {return Re.hasProperties(e, "blockID", "block_header");}).catch(function () {return !1;}));case 2:case "end":return e.stop();}}}, e, this);})), function () {return t.apply(this, arguments);}) }, { key: "request", value: function value(e) {var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {},r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : "get";return r = r.toLowerCase(), this.instance.request({ data: "post" == r && Object.keys(t).length ? t : null, params: "get" == r && t, url: e, method: r }).then(function (e) {return e.data;});} }]), e;}() },Ve = r(19),Le = r.n(Ve),Ue = r(20),ze = r(12),Me = r.n(ze),Ge = r(5),Je = r.n(Ge),Ye = r(8),Xe = r.n(Ye);function $e(e, t) {var r;if ("undefined" == typeof Symbol || null == e[Symbol.iterator]) {if (Array.isArray(e) || (r = function (e, t) {if (!e) return;if ("string" == typeof e) return Ze(e, t);var r = Object.prototype.toString.call(e).slice(8, -1);"Object" === r && e.constructor && (r = e.constructor.name);if ("Map" === r || "Set" === r) return Array.from(e);if ("Arguments" === r || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)) return Ze(e, t);}(e)) || t && e && "number" == typeof e.length) {r && (e = r);var _n = 0,i = function i() {};return { s: i, n: function n() {return _n >= e.length ? { done: !0 } : { done: !1, value: e[_n++] };}, e: function e(_e2) {throw _e2;}, f: i };}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}var s,a = !0,o = !1;return { s: function s() {r = e[Symbol.iterator]();}, n: function n() {var e = r.next();return a = e.done, e;}, e: function e(_e3) {o = !0, s = _e3;}, f: function f() {try {a || null == r.return || r.return();} finally {if (o) throw s;}} };}function Ze(e, t) {(null == t || t > e.length) && (t = e.length);for (var r = 0, n = new Array(t); r < t; r++) {n[r] = e[r];}return n;}var Qe,et = function () {function e() {var t = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if (b()(this, e), !t || !t instanceof Pt) throw new Error("Expected instance of TronWeb");this.tronWeb = t;}return y()(e, [{ key: "invalid", value: function value(e) {return e.msg || "Invalid ".concat(e.name).concat("address" === e.type ? " address" : "", " provided");} }, { key: "notPositive", value: function value(e) {return "".concat(e.name, " must be a positive integer");} }, { key: "notEqual", value: function value(e) {return e.msg || "".concat(e.names[0], " can not be equal to ").concat(e.names[1]);} }, { key: "notValid", value: function value() {var e,t = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : [],r = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : new Function(),n = {},i = !1,s = $e(t);try {for (s.s(); !(e = s.n()).done;) {var a = e.value,o = a.name,u = a.names,c = a.value,d = a.type,l = a.gt,h = a.lt,f = a.gte,v = a.lte,p = (a.se, a.optional);if (!p || Re.isNotNullOrUndefined(c) && ("boolean" === d || !1 !== c)) {switch (n[a.name] = a.value, d) {case "address":this.tronWeb.isAddress(c) ? n[o] = this.tronWeb.address.toHex(c) : i = !0;break;case "integer":(!Re.isInteger(c) || "number" == typeof l && c <= a.gt || "number" == typeof h && c >= a.lt || "number" == typeof f && c < a.gte || "number" == typeof v && c > a.lte) && (i = !0);break;case "positive-integer":if (!Re.isInteger(c) || c <= 0) return void r(this.notPositive(a));break;case "tokenId":Re.isString(c) && c.length || (i = !0);break;case "notEmptyObject":Re.isObject(c) && Object.keys(c).length || (i = !0);break;case "notEqual":if (n[u[0]] === n[u[1]]) return r(this.notEqual(a)), !0;break;case "resource":["BANDWIDTH", "ENERGY"].includes(c) || (i = !0);break;case "url":Re.isValidURL(c) || (i = !0);break;case "hex":Re.isHex(c) || (i = !0);break;case "array":Array.isArray(c) || (i = !0);break;case "not-empty-string":Re.isString(c) && c.length || (i = !0);break;case "boolean":Re.isBoolean(c) || (i = !0);break;case "string":(!Re.isString(c) || "number" == typeof l && c.length <= a.gt || "number" == typeof h && c.length >= a.lt || "number" == typeof f && c.length < a.gte || "number" == typeof v && c.length > a.lte) && (i = !0);}if (i) return r(this.invalid(a)), !0;}}} catch (e) {s.e(e);} finally {s.f();}return !1;} }]), e;}();function tt(e, t) {var r;if ("undefined" == typeof Symbol || null == e[Symbol.iterator]) {if (Array.isArray(e) || (r = function (e, t) {if (!e) return;if ("string" == typeof e) return rt(e, t);var r = Object.prototype.toString.call(e).slice(8, -1);"Object" === r && e.constructor && (r = e.constructor.name);if ("Map" === r || "Set" === r) return Array.from(e);if ("Arguments" === r || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)) return rt(e, t);}(e)) || t && e && "number" == typeof e.length) {r && (e = r);var _n2 = 0,i = function i() {};return { s: i, n: function n() {return _n2 >= e.length ? { done: !0 } : { done: !1, value: e[_n2++] };}, e: function e(_e4) {throw _e4;}, f: i };}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}var s,a = !0,o = !1;return { s: function s() {r = e[Symbol.iterator]();}, n: function n() {var e = r.next();return a = e.done, e;}, e: function e(_e5) {o = !0, s = _e5;}, f: function f() {try {a || null == r.return || r.return();} finally {if (o) throw s;}} };}function rt(e, t) {(null == t || t > e.length) && (t = e.length);for (var r = 0, n = new Array(t); r < t; r++) {n[r] = e[r];}return n;}function nt(e) {return Pt.address.toHex(e);}function it(e) {return Qe.tronWeb.fromUtf8(e);}function st(e, t) {return e.Error ? t(e.Error) : e.result && e.result.message ? t(Qe.tronWeb.toUtf8(e.result.message)) : t(null, e);}var at = function () {function e() {var t = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if (b()(this, e), !t || !t instanceof Pt) throw new Error("Expected instance of TronWeb");Qe = this, this.tronWeb = t, this.injectPromise = Je()(this), this.validator = new et(t);}var t, r, n, i;return y()(e, [{ key: "sendTrx", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : 0,r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : this.tronWeb.defaultAddress.hex,n = arguments.length > 3 ? arguments[3] : void 0,i = arguments.length > 4 && void 0 !== arguments[4] && arguments[4];if (Re.isFunction(n) && (i = n, n = {}), Re.isFunction(r) ? (i = r, r = this.tronWeb.defaultAddress.hex) : Re.isObject(r) && (n = r, r = this.tronWeb.defaultAddress.hex), !i) return this.injectPromise(this.sendTrx, e, t, r, n);if (t = parseInt(t), !this.validator.notValid([{ name: "recipient", type: "address", value: e }, { name: "origin", type: "address", value: r }, { names: ["recipient", "origin"], type: "notEqual", msg: "Cannot transfer TRX to the same account" }, { name: "amount", type: "integer", gt: 0, value: t }], i)) {var s = { to_address: nt(e), owner_address: nt(r), amount: t };n && n.permissionId && (s.Permission_id = n.permissionId), this.tronWeb.fullNode.request("wallet/createtransaction", s, "post").then(function (e) {return st(e, i);}).catch(function (e) {return i(e);});}} }, { key: "sendToken", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : 0,r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2],n = arguments.length > 3 && void 0 !== arguments[3] ? arguments[3] : this.tronWeb.defaultAddress.hex,i = arguments.length > 4 ? arguments[4] : void 0,s = arguments.length > 5 && void 0 !== arguments[5] && arguments[5];if (Re.isFunction(i) && (s = i, i = {}), Re.isFunction(n) ? (s = n, n = this.tronWeb.defaultAddress.hex) : Re.isObject(n) && (i = n, n = this.tronWeb.defaultAddress.hex), !s) return this.injectPromise(this.sendToken, e, t, r, n, i);if (t = parseInt(t), !this.validator.notValid([{ name: "recipient", type: "address", value: e }, { name: "origin", type: "address", value: n }, { names: ["recipient", "origin"], type: "notEqual", msg: "Cannot transfer tokens to the same account" }, { name: "amount", type: "integer", gt: 0, value: t }, { name: "token ID", type: "tokenId", value: r }], s)) {var a = { to_address: nt(e), owner_address: nt(n), asset_name: it(r), amount: parseInt(t) };i && i.permissionId && (a.Permission_id = i.permissionId), this.tronWeb.fullNode.request("wallet/transferasset", a, "post").then(function (e) {return st(e, s);}).catch(function (e) {return s(e);});}} }, { key: "purchaseToken", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1],r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : 0,n = arguments.length > 3 && void 0 !== arguments[3] ? arguments[3] : this.tronWeb.defaultAddress.hex,i = arguments.length > 4 ? arguments[4] : void 0,s = arguments.length > 5 && void 0 !== arguments[5] && arguments[5];if (Re.isFunction(i) && (s = i, i = {}), Re.isFunction(n) ? (s = n, n = this.tronWeb.defaultAddress.hex) : Re.isObject(n) && (i = n, n = this.tronWeb.defaultAddress.hex), !s) return this.injectPromise(this.purchaseToken, e, t, r, n, i);if (!this.validator.notValid([{ name: "buyer", type: "address", value: n }, { name: "issuer", type: "address", value: e }, { names: ["buyer", "issuer"], type: "notEqual", msg: "Cannot purchase tokens from same account" }, { name: "amount", type: "integer", gt: 0, value: r }, { name: "token ID", type: "tokenId", value: t }], s)) {var a = { to_address: nt(e), owner_address: nt(n), asset_name: it(t), amount: parseInt(r) };i && i.permissionId && (a.Permission_id = i.permissionId), this.tronWeb.fullNode.request("wallet/participateassetissue", a, "post").then(function (e) {return st(e, s);}).catch(function (e) {return s(e);});}} }, { key: "freezeBalance", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : 0,t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : 3,r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : "BANDWIDTH",n = arguments.length > 3 && void 0 !== arguments[3] ? arguments[3] : this.tronWeb.defaultAddress.hex,i = arguments.length > 4 && void 0 !== arguments[4] ? arguments[4] : void 0,s = arguments.length > 5 ? arguments[5] : void 0,a = arguments.length > 6 && void 0 !== arguments[6] && arguments[6];if (Re.isFunction(s) && (a = s, s = {}), Re.isFunction(i) ? (a = i, i = void 0) : Re.isObject(i) && (s = i, i = void 0), Re.isFunction(n) ? (a = n, n = this.tronWeb.defaultAddress.hex) : Re.isObject(n) && (s = n, n = this.tronWeb.defaultAddress.hex), Re.isFunction(t) && (a = t, t = 3), Re.isFunction(r) && (a = r, r = "BANDWIDTH"), !a) return this.injectPromise(this.freezeBalance, e, t, r, n, i, s);if (!this.validator.notValid([{ name: "origin", type: "address", value: n }, { name: "receiver", type: "address", value: i, optional: !0 }, { name: "amount", type: "integer", gt: 0, value: e }, { name: "duration", type: "integer", gte: 3, value: t }, { name: "resource", type: "resource", value: r, msg: 'Invalid resource provided: Expected "BANDWIDTH" or "ENERGY' }], a)) {var o = { owner_address: nt(n), frozen_balance: parseInt(e), frozen_duration: parseInt(t), resource: r };Re.isNotNullOrUndefined(i) && nt(i) !== nt(n) && (o.receiver_address = nt(i)), s && s.permissionId && (o.Permission_id = s.permissionId), this.tronWeb.fullNode.request("wallet/freezebalance", o, "post").then(function (e) {return st(e, a);}).catch(function (e) {return a(e);});}} }, { key: "unfreezeBalance", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : "BANDWIDTH",t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : this.tronWeb.defaultAddress.hex,r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : void 0,n = arguments.length > 3 ? arguments[3] : void 0,i = arguments.length > 4 && void 0 !== arguments[4] && arguments[4];if (Re.isFunction(n) && (i = n, n = {}), Re.isFunction(r) ? (i = r, r = void 0) : Re.isObject(r) && (n = r, r = void 0), Re.isFunction(t) ? (i = t, t = this.tronWeb.defaultAddress.hex) : Re.isObject(t) && (n = t, t = this.tronWeb.defaultAddress.hex), Re.isFunction(e) && (i = e, e = "BANDWIDTH"), !i) return this.injectPromise(this.unfreezeBalance, e, t, r, n);if (!this.validator.notValid([{ name: "origin", type: "address", value: t }, { name: "receiver", type: "address", value: r, optional: !0 }, { name: "resource", type: "resource", value: e, msg: 'Invalid resource provided: Expected "BANDWIDTH" or "ENERGY' }], i)) {var s = { owner_address: nt(t), resource: e };Re.isNotNullOrUndefined(r) && nt(r) !== nt(t) && (s.receiver_address = nt(r)), n && n.permissionId && (s.Permission_id = n.permissionId), this.tronWeb.fullNode.request("wallet/unfreezebalance", s, "post").then(function (e) {return st(e, i);}).catch(function (e) {return i(e);});}} }, { key: "withdrawBlockRewards", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultAddress.hex,t = arguments.length > 1 ? arguments[1] : void 0,r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];if (Re.isFunction(t) && (r = t, t = {}), Re.isFunction(e) ? (r = e, e = this.tronWeb.defaultAddress.hex) : Re.isObject(e) && (t = e, e = this.tronWeb.defaultAddress.hex), !r) return this.injectPromise(this.withdrawBlockRewards, e, t);if (!this.validator.notValid([{ name: "origin", type: "address", value: e }], r)) {var n = { owner_address: nt(e) };t && t.permissionId && (n.Permission_id = t.permissionId), this.tronWeb.fullNode.request("wallet/withdrawbalance", n, "post").then(function (e) {return st(e, r);}).catch(function (e) {return r(e);});}} }, { key: "applyForSR", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultAddress.hex,t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1],r = arguments.length > 2 ? arguments[2] : void 0,n = arguments.length > 3 && void 0 !== arguments[3] && arguments[3];if (Re.isFunction(r) && (n = r, r = {}), Re.isObject(t) && Re.isValidURL(e) && (r = t, t = e, e = this.tronWeb.defaultAddress.hex), !n) return this.injectPromise(this.applyForSR, e, t, r);if (!this.validator.notValid([{ name: "origin", type: "address", value: e }, { name: "url", type: "url", value: t, msg: "Invalid url provided" }], n)) {var i = { owner_address: nt(e), url: it(t) };r && r.permissionId && (i.Permission_id = r.permissionId), this.tronWeb.fullNode.request("wallet/createwitness", i, "post").then(function (e) {return st(e, n);}).catch(function (e) {return n(e);});}} }, { key: "vote", value: function value() {var e = this,t = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},r = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : this.tronWeb.defaultAddress.hex,n = arguments.length > 2 ? arguments[2] : void 0,i = arguments.length > 3 && void 0 !== arguments[3] && arguments[3];if (Re.isFunction(n) && (i = n, n = {}), Re.isFunction(r) ? (i = r, r = this.tronWeb.defaultAddress.hex) : Re.isObject(r) && (n = r, r = this.tronWeb.defaultAddress.hex), !i) return this.injectPromise(this.vote, t, r, n);if (!this.validator.notValid([{ name: "voter", type: "address", value: r }, { name: "votes", type: "notEmptyObject", value: t }], i)) {var s = !1;if (t = Object.entries(t).map(function (t) {var r = Xe()(t, 2),n = r[0],i = r[1];if (!s) return e.validator.notValid([{ name: "SR", type: "address", value: n }, { name: "vote count", type: "integer", gt: 0, value: i, msg: "Invalid vote count provided for SR: " + n }]) ? s = !0 : { vote_address: nt(n), vote_count: parseInt(i) };}), !s) {var a = { owner_address: nt(r), votes: t };n && n.permissionId && (a.Permission_id = n.permissionId), this.tronWeb.fullNode.request("wallet/votewitnessaccount", a, "post").then(function (e) {return st(e, i);}).catch(function (e) {return i(e);});}}} }, { key: "createSmartContract", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : this.tronWeb.defaultAddress.hex,r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];if (Re.isFunction(t) && (r = t, t = this.tronWeb.defaultAddress.hex), !r) return this.injectPromise(this.createSmartContract, e, t);var n = e.feeLimit || this.tronWeb.feeLimit,i = e.userFeePercentage;"number" == typeof i || i || (i = 100);var s = e.originEnergyLimit || 1e7,a = e.callValue || 0,o = e.tokenValue,u = e.tokenId || e.token_id,c = e.abi,d = void 0 !== c && c,l = e.bytecode,h = void 0 !== l && l,f = e.parameters,v = void 0 === f ? [] : f,p = e.name,g = void 0 === p ? "" : p;if (d && Re.isString(d)) try {d = JSON.parse(d);} catch (e) {return r("Invalid options.abi provided");}if (d.entrys && (d = d.entrys), !Re.isArray(d)) return r("Invalid options.abi provided");var b = d.some(function (e) {return "constructor" == e.type && e.payable;});if (!this.validator.notValid([{ name: "bytecode", type: "hex", value: h }, { name: "feeLimit", type: "integer", value: n, gt: 0, lte: 5e9 }, { name: "callValue", type: "integer", value: a, gte: 0 }, { name: "userFeePercentage", type: "integer", value: i, gte: 0, lte: 100 }, { name: "originEnergyLimit", type: "integer", value: s, gte: 0, lte: 1e7 }, { name: "parameters", type: "array", value: v }, { name: "issuer", type: "address", value: t }, { name: "tokenValue", type: "integer", value: o, gte: 0, optional: !0 }, { name: "tokenId", type: "integer", value: u, gte: 0, optional: !0 }], r)) {if (b && 0 == a && 0 == o) return r("When contract is payable, options.callValue or options.tokenValue must be a positive integer");if (!b && (a > 0 || o > 0)) return r("When contract is not payable, options.callValue and options.tokenValue must be 0");var m = d.find(function (e) {return "constructor" === e.type;});if (void 0 !== m && m) {var y = new de(),k = [],x = [];if (m = m.inputs, v.length != m.length) return r("constructor needs ".concat(m.length, " but ").concat(v.length, " provided"));for (var w = 0; w < v.length; w++) {var I = m[w].type,A = v[w];if (!I || !Re.isString(I) || !I.length) return r("Invalid parameter type provided: " + I);"address" == I ? A = nt(A).replace(H, "0x") : "address[]" == I && (A = A.map(function (e) {return nt(e).replace(H, "0x");})), k.push(I), x.push(A);}try {v = y.encode(k, x).replace(/^(0x)/, "");} catch (e) {return r(e);}} else v = "";var P = { owner_address: nt(t), fee_limit: parseInt(n), call_value: parseInt(a), consume_user_resource_percent: i, origin_energy_limit: s, abi: JSON.stringify(d), bytecode: h, parameter: v, name: g };Re.isNotNullOrUndefined(o) && (P.call_token_value = parseInt(o)), Re.isNotNullOrUndefined(u) && (P.token_id = parseInt(u)), e && e.permissionId && (P.Permission_id = e.permissionId), this.tronWeb.fullNode.request("wallet/deploycontract", P, "post").then(function (e) {return st(e, r);}).catch(function (e) {return r(e);});}} }, { key: "triggerSmartContract", value: function value() {for (var e = arguments.length, t = new Array(e), r = 0; r < e; r++) {t[r] = arguments[r];}return "object" !== p()(t[2]) && (t[2] = { feeLimit: t[2], callValue: t[3] }, t.splice(3, 1)), this._triggerSmartContract.apply(this, t);} }, { key: "triggerConstantContract", value: function value() {for (var e = arguments.length, t = new Array(e), r = 0; r < e; r++) {t[r] = arguments[r];}return t[2]._isConstant = !0, this.triggerSmartContract.apply(this, t);} }, { key: "triggerConfirmedConstantContract", value: function value() {for (var e = arguments.length, t = new Array(e), r = 0; r < e; r++) {t[r] = arguments[r];}return t[2]._isConstant = !0, t[2].confirmed = !0, this.triggerSmartContract.apply(this, t);} }, { key: "_triggerSmartContract", value: function value(e, t) {var r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : {},n = arguments.length > 3 && void 0 !== arguments[3] ? arguments[3] : [],i = arguments.length > 4 && void 0 !== arguments[4] ? arguments[4] : this.tronWeb.defaultAddress.hex,s = arguments.length > 5 && void 0 !== arguments[5] && arguments[5];if (Re.isFunction(i) && (s = i, i = this.tronWeb.defaultAddress.hex), Re.isFunction(n) && (s = n, n = []), !s) return this.injectPromise(this._triggerSmartContract, e, t, r, n, i);var a = Object.assign({ callValue: 0, feeLimit: this.tronWeb.feeLimit }, r),o = a.tokenValue,u = a.tokenId,c = a.callValue,d = a.feeLimit;if (!this.validator.notValid([{ name: "feeLimit", type: "integer", value: d, gt: 0, lte: 5e9 }, { name: "callValue", type: "integer", value: c, gte: 0 }, { name: "parameters", type: "array", value: n }, { name: "contract", type: "address", value: e }, { name: "issuer", type: "address", value: i, optional: !0 }, { name: "tokenValue", type: "integer", value: o, gte: 0, optional: !0 }, { name: "tokenId", type: "integer", value: u, gte: 0, optional: !0 }], s)) {var l = { contract_address: nt(e), owner_address: nt(i) };if (t && Re.isString(t)) {if (t = t.replace("/s*/g", ""), n.length) {for (var h = new de(), f = [], v = [], p = 0; p < n.length; p++) {var g = n[p],b = g.type,m = g.value;if (!b || !Re.isString(b) || !b.length) return s("Invalid parameter type provided: " + b);"address" == b ? m = nt(m).replace(H, "0x") : "address[]" == b && (m = m.map(function (e) {return nt(e).replace(H, "0x");})), f.push(b), v.push(m);}try {f = f.map(function (e) {return /trcToken/.test(e) && (e = e.replace(/trcToken/, "uint256")), e;}), n = h.encode(f, v).replace(/^(0x)/, "");} catch (e) {return s(e);}} else n = "";r.shieldedParameter && (n = r.shieldedParameter.replace(/^(0x)/, "")), l.function_selector = t, l.parameter = n;}r._isConstant || (l.call_value = parseInt(c), l.fee_limit = parseInt(d), Re.isNotNullOrUndefined(o) && (l.call_token_value = parseInt(o)), Re.isNotNullOrUndefined(u) && (l.token_id = parseInt(u))), r.permissionId && (l.Permission_id = r.permissionId), this.tronWeb[r.confirmed ? "solidityNode" : "fullNode"].request("wallet".concat(r.confirmed ? "solidity" : "", "/trigger").concat(r._isConstant ? "constant" : "smart", "contract"), l, "post").then(function (e) {return st(e, s);}).catch(function (e) {return s(e);});}} }, { key: "clearABI", value: function value(e) {var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : this.tronWeb.defaultAddress.hex,r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];if (!r) return this.injectPromise(this.clearABI, e, t);if (!this.tronWeb.isAddress(e)) return r("Invalid contract address provided");if (!this.tronWeb.isAddress(t)) return r("Invalid owner address provided");var n = { contract_address: nt(e), owner_address: nt(t) };this.tronWeb.trx.cache.contracts[e] && delete this.tronWeb.trx.cache.contracts[e], this.tronWeb.fullNode.request("wallet/clearabi", n, "post").then(function (e) {return st(e, r);}).catch(function (e) {return r(e);});} }, { key: "updateBrokerage", value: function value(e) {var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : this.tronWeb.defaultAddress.hex,r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];if (!r) return this.injectPromise(this.updateBrokerage, e, t);if (!Re.isNotNullOrUndefined(e)) return r("Invalid brokerage provided");if (!Re.isInteger(e) || e < 0 || e > 100) return r("Brokerage must be an integer between 0 and 100");if (!this.tronWeb.isAddress(t)) return r("Invalid owner address provided");var n = { brokerage: parseInt(e), owner_address: nt(t) };this.tronWeb.fullNode.request("wallet/updateBrokerage", n, "post").then(function (e) {return st(e, r);}).catch(function (e) {return r(e);});} }, { key: "createToken", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : this.tronWeb.defaultAddress.hex,r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];if (Re.isFunction(t) && (r = t, t = this.tronWeb.defaultAddress.hex), !r) return this.injectPromise(this.createToken, e, t);var n = e.name,i = void 0 !== n && n,s = e.abbreviation,a = void 0 !== s && s,o = e.description,u = void 0 !== o && o,c = e.url,d = void 0 !== c && c,l = e.totalSupply,h = void 0 === l ? 0 : l,f = e.trxRatio,v = void 0 === f ? 1 : f,p = e.tokenRatio,g = void 0 === p ? 1 : p,b = e.saleStart,m = void 0 === b ? Date.now() : b,y = e.saleEnd,k = void 0 !== y && y,x = e.freeBandwidth,w = void 0 === x ? 0 : x,I = e.freeBandwidthLimit,A = void 0 === I ? 0 : I,P = e.frozenAmount,W = void 0 === P ? 0 : P,_ = e.frozenDuration,S = void 0 === _ ? 0 : _,N = e.voteScore,T = e.precision;if (!this.validator.notValid([{ name: "Supply amount", type: "positive-integer", value: h }, { name: "TRX ratio", type: "positive-integer", value: v }, { name: "Token ratio", type: "positive-integer", value: g }, { name: "token abbreviation", type: "not-empty-string", value: a }, { name: "token name", type: "not-empty-string", value: i }, { name: "token description", type: "not-empty-string", value: u }, { name: "token url", type: "url", value: d }, { name: "issuer", type: "address", value: t }, { name: "sale start timestamp", type: "integer", value: m, gte: Date.now() }, { name: "sale end timestamp", type: "integer", value: k, gt: m }, { name: "Free bandwidth amount", type: "integer", value: w, gte: 0 }, { name: "Free bandwidth limit", type: "integer", value: A, gte: 0 }, { name: "Frozen supply", type: "integer", value: W, gte: 0 }, { name: "Frozen duration", type: "integer", value: S, gte: 0 }], r)) {if (Re.isNotNullOrUndefined(N) && (!Re.isInteger(N) || N <= 0)) return r("voteScore must be a positive integer greater than 0");if (Re.isNotNullOrUndefined(T) && (!Re.isInteger(T) || T < 0 || T > 6)) return r("precision must be a positive integer >= 0 and <= 6");var j = { owner_address: nt(t), name: it(i), abbr: it(a), description: it(u), url: it(d), total_supply: parseInt(h), trx_num: parseInt(v), num: parseInt(g), start_time: parseInt(m), end_time: parseInt(k), free_asset_net_limit: parseInt(w), public_free_asset_net_limit: parseInt(A), frozen_supply: { frozen_amount: parseInt(W), frozen_days: parseInt(S) } };!this.tronWeb.fullnodeSatisfies(">=3.5.0") || parseInt(W) > 0 || delete j.frozen_supply, T && !isNaN(parseInt(T)) && (j.precision = parseInt(T)), N && !isNaN(parseInt(N)) && (j.vote_score = parseInt(N)), e && e.permissionId && (j.Permission_id = e.permissionId), this.tronWeb.fullNode.request("wallet/createassetissue", j, "post").then(function (e) {return st(e, r);}).catch(function (e) {return r(e);});}} }, { key: "updateAccount", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : this.tronWeb.defaultAddress.hex,r = arguments.length > 2 ? arguments[2] : void 0,n = arguments.length > 3 && void 0 !== arguments[3] && arguments[3];if (Re.isFunction(r) && (n = r, r = {}), Re.isFunction(t) ? (n = t, t = this.tronWeb.defaultAddress.hex) : Re.isObject(t) && (r = t, t = this.tronWeb.defaultAddress.hex), !n) return this.injectPromise(this.updateAccount, e, t, r);if (!this.validator.notValid([{ name: "Name", type: "not-empty-string", value: e }, { name: "origin", type: "address", value: t }], n)) {var i = { account_name: it(e), owner_address: nt(t) };r && r.permissionId && (i.Permission_id = r.permissionId), this.tronWeb.fullNode.request("wallet/updateaccount", i, "post").then(function (e) {return st(e, n);}).catch(function (e) {return n(e);});}} }, { key: "setAccountId", value: function value(e) {var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : this.tronWeb.defaultAddress.hex,r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];if (Re.isFunction(t) && (r = t, t = this.tronWeb.defaultAddress.hex), !r) return this.injectPromise(this.setAccountId, e, t);e && Re.isString(e) && e.startsWith("0x") && (e = e.slice(2)), this.validator.notValid([{ name: "accountId", type: "hex", value: e }, { name: "accountId", type: "string", lte: 32, gte: 8, value: e }, { name: "origin", type: "address", value: t }], r) || this.tronWeb.fullNode.request("wallet/setaccountid", { account_id: e, owner_address: nt(t) }, "post").then(function (e) {return st(e, r);}).catch(function (e) {return r(e);});} }, { key: "updateToken", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : this.tronWeb.defaultAddress.hex,r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];if (Re.isFunction(t) ? (r = t, t = this.tronWeb.defaultAddress.hex) : Re.isObject(t) && (e = t, t = this.tronWeb.defaultAddress.hex), !r) return this.injectPromise(this.updateToken, e, t);var n = e,i = n.description,s = void 0 !== i && i,a = n.url,o = void 0 !== a && a,u = n.freeBandwidth,c = void 0 === u ? 0 : u,d = n.freeBandwidthLimit,l = void 0 === d ? 0 : d;if (!this.validator.notValid([{ name: "token description", type: "not-empty-string", value: s }, { name: "token url", type: "url", value: o }, { name: "issuer", type: "address", value: t }, { name: "Free bandwidth amount", type: "positive-integer", value: c }, { name: "Free bandwidth limit", type: "positive-integer", value: l }], r)) {var h = { owner_address: nt(t), description: it(s), url: it(o), new_limit: parseInt(c), new_public_limit: parseInt(l) };e && e.permissionId && (h.Permission_id = e.permissionId), this.tronWeb.fullNode.request("wallet/updateasset", h, "post").then(function (e) {return st(e, r);}).catch(function (e) {return r(e);});}} }, { key: "sendAsset", value: function value() {return this.sendToken.apply(this, arguments);} }, { key: "purchaseAsset", value: function value() {return this.purchaseToken.apply(this, arguments);} }, { key: "createAsset", value: function value() {return this.createToken.apply(this, arguments);} }, { key: "updateAsset", value: function value() {return this.updateToken.apply(this, arguments);} }, { key: "createProposal", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : this.tronWeb.defaultAddress.hex,r = arguments.length > 2 ? arguments[2] : void 0,n = arguments.length > 3 && void 0 !== arguments[3] && arguments[3];if (Re.isFunction(r) && (n = r, r = {}), Re.isFunction(t) ? (n = t, t = this.tronWeb.defaultAddress.hex) : Re.isObject(t) && (r = t, t = this.tronWeb.defaultAddress.hex), !n) return this.injectPromise(this.createProposal, e, t, r);if (!this.validator.notValid([{ name: "issuer", type: "address", value: t }], n)) {var i = "Invalid proposal parameters provided";if (!e) return n(i);Re.isArray(e) || (e = [e]);var s,a = tt(e);try {for (a.s(); !(s = a.n()).done;) {var o = s.value;if (!Re.isObject(o)) return n(i);}} catch (e) {a.e(e);} finally {a.f();}var u = { owner_address: nt(t), parameters: e };r && r.permissionId && (u.Permission_id = r.permissionId), this.tronWeb.fullNode.request("wallet/proposalcreate", u, "post").then(function (e) {return st(e, n);}).catch(function (e) {return n(e);});}} }, { key: "deleteProposal", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : this.tronWeb.defaultAddress.hex,r = arguments.length > 2 ? arguments[2] : void 0,n = arguments.length > 3 && void 0 !== arguments[3] && arguments[3];if (Re.isFunction(r) && (n = r, r = {}), Re.isFunction(t) ? (n = t, t = this.tronWeb.defaultAddress.hex) : Re.isObject(t) && (r = t, t = this.tronWeb.defaultAddress.hex), !n) return this.injectPromise(this.deleteProposal, e, t, r);if (!this.validator.notValid([{ name: "issuer", type: "address", value: t }, { name: "proposalID", type: "integer", value: e, gte: 0 }], n)) {var i = { owner_address: nt(t), proposal_id: parseInt(e) };r && r.permissionId && (i.Permission_id = r.permissionId), this.tronWeb.fullNode.request("wallet/proposaldelete", i, "post").then(function (e) {return st(e, n);}).catch(function (e) {return n(e);});}} }, { key: "voteProposal", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1],r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : this.tronWeb.defaultAddress.hex,n = arguments.length > 3 ? arguments[3] : void 0,i = arguments.length > 4 && void 0 !== arguments[4] && arguments[4];if (Re.isFunction(n) && (i = n, n = {}), Re.isFunction(r) ? (i = r, r = this.tronWeb.defaultAddress.hex) : Re.isObject(r) && (n = r, r = this.tronWeb.defaultAddress.hex), !i) return this.injectPromise(this.voteProposal, e, t, r, n);if (!this.validator.notValid([{ name: "voter", type: "address", value: r }, { name: "proposalID", type: "integer", value: e, gte: 0 }, { name: "has approval", type: "boolean", value: t }], i)) {var s = { owner_address: nt(r), proposal_id: parseInt(e), is_add_approval: t };n && n.permissionId && (s.Permission_id = n.permissionId), this.tronWeb.fullNode.request("wallet/proposalapprove", s, "post").then(function (e) {return st(e, i);}).catch(function (e) {return i(e);});}} }, { key: "createTRXExchange", value: function value(e, t, r) {var n = arguments.length > 3 && void 0 !== arguments[3] ? arguments[3] : this.tronWeb.defaultAddress.hex,i = arguments.length > 4 ? arguments[4] : void 0,s = arguments.length > 5 && void 0 !== arguments[5] && arguments[5];if (Re.isFunction(i) && (s = i, i = {}), Re.isFunction(n) ? (s = n, n = this.tronWeb.defaultAddress.hex) : Re.isObject(n) && (i = n, n = this.tronWeb.defaultAddress.hex), !s) return this.injectPromise(this.createTRXExchange, e, t, r, n, i);if (!this.validator.notValid([{ name: "owner", type: "address", value: n }, { name: "token name", type: "not-empty-string", value: e }, { name: "token balance", type: "positive-integer", value: t }, { name: "trx balance", type: "positive-integer", value: r }], s)) {var a = { owner_address: nt(n), first_token_id: it(e), first_token_balance: t, second_token_id: "5f", second_token_balance: r };i && i.permissionId && (a.Permission_id = i.permissionId), this.tronWeb.fullNode.request("wallet/exchangecreate", a, "post").then(function (e) {s(null, e);}).catch(function (e) {return s(e);});}} }, { key: "createTokenExchange", value: function value(e, t, r, n) {var i = arguments.length > 4 && void 0 !== arguments[4] ? arguments[4] : this.tronWeb.defaultAddress.hex,s = arguments.length > 5 ? arguments[5] : void 0,a = arguments.length > 6 && void 0 !== arguments[6] && arguments[6];if (Re.isFunction(s) && (a = s, s = {}), Re.isFunction(i) ? (a = i, i = this.tronWeb.defaultAddress.hex) : Re.isObject(i) && (s = i, i = this.tronWeb.defaultAddress.hex), !a) return this.injectPromise(this.createTokenExchange, e, t, r, n, i, s);if (!this.validator.notValid([{ name: "owner", type: "address", value: i }, { name: "first token name", type: "not-empty-string", value: e }, { name: "second token name", type: "not-empty-string", value: r }, { name: "first token balance", type: "positive-integer", value: t }, { name: "second token balance", type: "positive-integer", value: n }], a)) {var o = { owner_address: nt(i), first_token_id: it(e), first_token_balance: t, second_token_id: it(r), second_token_balance: n };s && s.permissionId && (o.Permission_id = s.permissionId), this.tronWeb.fullNode.request("wallet/exchangecreate", o, "post").then(function (e) {a(null, e);}).catch(function (e) {return a(e);});}} }, { key: "injectExchangeTokens", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1],r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : 0,n = arguments.length > 3 && void 0 !== arguments[3] ? arguments[3] : this.tronWeb.defaultAddress.hex,i = arguments.length > 4 ? arguments[4] : void 0,s = arguments.length > 5 && void 0 !== arguments[5] && arguments[5];if (Re.isFunction(i) && (s = i, i = {}), Re.isFunction(n) ? (s = n, n = this.tronWeb.defaultAddress.hex) : Re.isObject(n) && (i = n, n = this.tronWeb.defaultAddress.hex), !s) return this.injectPromise(this.injectExchangeTokens, e, t, r, n, i);if (!this.validator.notValid([{ name: "owner", type: "address", value: n }, { name: "token name", type: "not-empty-string", value: t }, { name: "token amount", type: "integer", value: r, gte: 1 }, { name: "exchangeID", type: "integer", value: e, gte: 0 }], s)) {var a = { owner_address: nt(n), exchange_id: parseInt(e), token_id: it(t), quant: parseInt(r) };i && i.permissionId && (a.Permission_id = i.permissionId), this.tronWeb.fullNode.request("wallet/exchangeinject", a, "post").then(function (e) {return st(e, s);}).catch(function (e) {return s(e);});}} }, { key: "withdrawExchangeTokens", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1],r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : 0,n = arguments.length > 3 && void 0 !== arguments[3] ? arguments[3] : this.tronWeb.defaultAddress.hex,i = arguments.length > 4 ? arguments[4] : void 0,s = arguments.length > 5 && void 0 !== arguments[5] && arguments[5];if (Re.isFunction(i) && (s = i, i = {}), Re.isFunction(n) ? (s = n, n = this.tronWeb.defaultAddress.hex) : Re.isObject(n) && (i = n, n = this.tronWeb.defaultAddress.hex), !s) return this.injectPromise(this.withdrawExchangeTokens, e, t, r, n, i);if (!this.validator.notValid([{ name: "owner", type: "address", value: n }, { name: "token name", type: "not-empty-string", value: t }, { name: "token amount", type: "integer", value: r, gte: 1 }, { name: "exchangeID", type: "integer", value: e, gte: 0 }], s)) {var a = { owner_address: nt(n), exchange_id: parseInt(e), token_id: it(t), quant: parseInt(r) };i && i.permissionId && (a.Permission_id = i.permissionId), this.tronWeb.fullNode.request("wallet/exchangewithdraw", a, "post").then(function (e) {return st(e, s);}).catch(function (e) {return s(e);});}} }, { key: "tradeExchangeTokens", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1],r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : 0,n = arguments.length > 3 && void 0 !== arguments[3] ? arguments[3] : 0,i = arguments.length > 4 && void 0 !== arguments[4] ? arguments[4] : this.tronWeb.defaultAddress.hex,s = arguments.length > 5 ? arguments[5] : void 0,a = arguments.length > 6 && void 0 !== arguments[6] && arguments[6];if (Re.isFunction(s) && (a = s, s = {}), Re.isFunction(i) ? (a = i, i = this.tronWeb.defaultAddress.hex) : Re.isObject(i) && (s = i, i = this.tronWeb.defaultAddress.hex), !a) return this.injectPromise(this.tradeExchangeTokens, e, t, r, n, i, s);if (!this.validator.notValid([{ name: "owner", type: "address", value: i }, { name: "token name", type: "not-empty-string", value: t }, { name: "tokenAmountSold", type: "integer", value: r, gte: 1 }, { name: "tokenAmountExpected", type: "integer", value: n, gte: 1 }, { name: "exchangeID", type: "integer", value: e, gte: 0 }], a)) {var o = { owner_address: nt(i), exchange_id: parseInt(e), token_id: this.tronWeb.fromAscii(t), quant: parseInt(r), expected: parseInt(n) };s && s.permissionId && (o.Permission_id = s.permissionId), this.tronWeb.fullNode.request("wallet/exchangetransaction", o, "post").then(function (e) {return st(e, a);}).catch(function (e) {return a(e);});}} }, { key: "updateSetting", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1],r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : this.tronWeb.defaultAddress.hex,n = arguments.length > 3 ? arguments[3] : void 0,i = arguments.length > 4 && void 0 !== arguments[4] && arguments[4];if (Re.isFunction(n) && (i = n, n = {}), Re.isFunction(r) ? (i = r, r = this.tronWeb.defaultAddress.hex) : Re.isObject(r) && (n = r, r = this.tronWeb.defaultAddress.hex), !i) return this.injectPromise(this.updateSetting, e, t, r, n);if (!this.validator.notValid([{ name: "owner", type: "address", value: r }, { name: "contract", type: "address", value: e }, { name: "userFeePercentage", type: "integer", value: t, gte: 0, lte: 100 }], i)) {var s = { owner_address: nt(r), contract_address: nt(e), consume_user_resource_percent: t };n && n.permissionId && (s.Permission_id = n.permissionId), this.tronWeb.fullNode.request("wallet/updatesetting", s, "post").then(function (e) {return st(e, i);}).catch(function (e) {return i(e);});}} }, { key: "updateEnergyLimit", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1],r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : this.tronWeb.defaultAddress.hex,n = arguments.length > 3 ? arguments[3] : void 0,i = arguments.length > 4 && void 0 !== arguments[4] && arguments[4];if (Re.isFunction(n) && (i = n, n = {}), Re.isFunction(r) ? (i = r, r = this.tronWeb.defaultAddress.hex) : Re.isObject(r) && (n = r, r = this.tronWeb.defaultAddress.hex), !i) return this.injectPromise(this.updateEnergyLimit, e, t, r, n);if (!this.validator.notValid([{ name: "owner", type: "address", value: r }, { name: "contract", type: "address", value: e }, { name: "originEnergyLimit", type: "integer", value: t, gte: 0, lte: 1e7 }], i)) {var s = { owner_address: nt(r), contract_address: nt(e), origin_energy_limit: t };n && n.permissionId && (s.Permission_id = n.permissionId), this.tronWeb.fullNode.request("wallet/updateenergylimit", s, "post").then(function (e) {return st(e, i);}).catch(function (e) {return i(e);});}} }, { key: "checkPermissions", value: function value(e, t) {if (e) {if (e.type !== t || !e.permission_name || !Re.isString(e.permission_name) || !Re.isInteger(e.threshold) || e.threshold < 1 || !e.keys) return !1;var r,n = tt(e.keys);try {for (n.s(); !(r = n.n()).done;) {var i = r.value;if (!this.tronWeb.isAddress(i.address) || !Re.isInteger(i.weight) || i.weight > e.threshold || i.weight < 1 || 2 === t && !e.operations) return !1;}} catch (e) {n.e(e);} finally {n.f();}}return !0;} }, { key: "updateAccountPermissions", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultAddress.hex,t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1],r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2],n = arguments.length > 3 && void 0 !== arguments[3] && arguments[3],i = arguments.length > 4 && void 0 !== arguments[4] && arguments[4];if (Re.isFunction(n) && (i = n, n = !1), Re.isFunction(r) && (i = r, r = n = !1), Re.isFunction(t) && (i = t, t = r = n = !1), !i) return this.injectPromise(this.updateAccountPermissions, e, t, r, n);if (!this.tronWeb.isAddress(e)) return i("Invalid ownerAddress provided");if (!this.checkPermissions(t, 0)) return i("Invalid ownerPermissions provided");if (!this.checkPermissions(r, 1)) return i("Invalid witnessPermissions provided");Array.isArray(n) || (n = [n]);var s,a = tt(n);try {for (a.s(); !(s = a.n()).done;) {var o = s.value;if (!this.checkPermissions(o, 2)) return i("Invalid activesPermissions provided");}} catch (e) {a.e(e);} finally {a.f();}var u = { owner_address: e };t && (u.owner = t), r && (u.witness = r), n && (u.actives = 1 === n.length ? n[0] : n), this.tronWeb.fullNode.request("wallet/accountpermissionupdate", u, "post").then(function (e) {return st(e, i);}).catch(function (e) {return i(e);});} }, { key: "newTxID", value: (i = f()(l.a.mark(function e(t, r) {return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (r) {e.next = 2;break;}return e.abrupt("return", this.injectPromise(this.newTxID, t));case 2:this.tronWeb.fullNode.request("wallet/getsignweight", t, "post").then(function (e) {e = e.transaction.transaction, "boolean" == typeof t.visible && (e.visible = t.visible), r(null, e);}).catch(function (e) {return r("Error generating a new transaction id.");});case 3:case "end":return e.stop();}}}, e, this);})), function (e, t) {return i.apply(this, arguments);}) }, { key: "alterTransaction", value: (n = f()(l.a.mark(function e(t) {var r,n,i = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (r = i.length > 1 && void 0 !== i[1] ? i[1] : {}, n = i.length > 2 && void 0 !== i[2] && i[2]) {e.next = 4;break;}return e.abrupt("return", this.injectPromise(this.alterTransaction, t, r));case 4:if (!t.signature) {e.next = 6;break;}return e.abrupt("return", n("You can not extend the expiration of a signed transaction."));case 6:if (!r.data) {e.next = 12;break;}if ("hex" !== r.dataFormat && (r.data = this.tronWeb.toHex(r.data)), r.data = r.data.replace(/^0x/, ""), 0 !== r.data.length) {e.next = 11;break;}return e.abrupt("return", n("Invalid data provided"));case 11:t.raw_data.data = r.data;case 12:if (!r.extension) {e.next = 17;break;}if (r.extension = parseInt(1e3 * r.extension), !(isNaN(r.extension) || t.raw_data.expiration + r.extension <= Date.now() + 3e3)) {e.next = 16;break;}return e.abrupt("return", n("Invalid extension provided"));case 16:t.raw_data.expiration += r.extension;case 17:this.newTxID(t, n);case 18:case "end":return e.stop();}}}, e, this);})), function (e) {return n.apply(this, arguments);}) }, { key: "extendExpiration", value: (r = f()(l.a.mark(function e(t, r) {var n,i = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (n = i.length > 2 && void 0 !== i[2] && i[2]) {e.next = 3;break;}return e.abrupt("return", this.injectPromise(this.extendExpiration, t, r));case 3:this.alterTransaction(t, { extension: r }, n);case 4:case "end":return e.stop();}}}, e, this);})), function (e, t) {return r.apply(this, arguments);}) }, { key: "addUpdateData", value: (t = f()(l.a.mark(function e(t, r) {var n,i,s = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (n = s.length > 2 && void 0 !== s[2] ? s[2] : "utf8", i = s.length > 3 && void 0 !== s[3] && s[3], Re.isFunction(n) && (i = n, n = "utf8"), i) {e.next = 5;break;}return e.abrupt("return", this.injectPromise(this.addUpdateData, t, r, n));case 5:this.alterTransaction(t, { data: r, dataFormat: n }, i);case 6:case "end":return e.stop();}}}, e, this);})), function (e, r) {return t.apply(this, arguments);}) }]), e;}();function ot(e, t) {var r = Object.keys(e);if (Object.getOwnPropertySymbols) {var n = Object.getOwnPropertySymbols(e);t && (n = n.filter(function (t) {return Object.getOwnPropertyDescriptor(e, t).enumerable;})), r.push.apply(r, n);}return r;}function ut(e) {for (var t = 1; t < arguments.length; t++) {var r = null != arguments[t] ? arguments[t] : {};t % 2 ? ot(Object(r), !0).forEach(function (t) {N()(e, t, r[t]);}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : ot(Object(r)).forEach(function (t) {Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(r, t));});}return e;}function ct(e) {return Pt.address.toHex(e);}var dt = function () {function e() {var t = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if (b()(this, e), !t || !t instanceof Pt) throw new Error("Expected instance of TronWeb");this.tronWeb = t, this.injectPromise = Je()(this), this.cache = { contracts: {} }, this.validator = new et(t);}var t, r, n, i, s, a, o, u, c, d, h, v, p, g, m, k, x;return y()(e, [{ key: "_parseToken", value: function value(e) {return ut(ut({}, e), {}, { name: this.tronWeb.toUtf8(e.name), abbr: e.abbr && this.tronWeb.toUtf8(e.abbr), description: e.description && this.tronWeb.toUtf8(e.description), url: e.url && this.tronWeb.toUtf8(e.url) });} }, { key: "getCurrentBlock", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if (!e) return this.injectPromise(this.getCurrentBlock);this.tronWeb.fullNode.request("wallet/getnowblock").then(function (t) {e(null, t);}).catch(function (t) {return e(t);});} }, { key: "getConfirmedCurrentBlock", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if (!e) return this.injectPromise(this.getConfirmedCurrentBlock);this.tronWeb.solidityNode.request("walletsolidity/getnowblock").then(function (t) {e(null, t);}).catch(function (t) {return e(t);});} }, { key: "getBlock", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultBlock,t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return Re.isFunction(e) && (t = e, e = this.tronWeb.defaultBlock), t ? !1 === e ? t("No block identifier provided") : ("earliest" == e && (e = 0), "latest" == e ? this.getCurrentBlock(t) : isNaN(e) && Re.isHex(e) ? this.getBlockByHash(e, t) : void this.getBlockByNumber(e, t)) : this.injectPromise(this.getBlock, e);} }, { key: "getBlockByHash", value: function value(e) {var t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];if (!t) return this.injectPromise(this.getBlockByHash, e);this.tronWeb.fullNode.request("wallet/getblockbyid", { value: e }, "post").then(function (e) {if (!Object.keys(e).length) return t("Block not found");t(null, e);}).catch(function (e) {return t(e);});} }, { key: "getBlockByNumber", value: function value(e) {var t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return t ? !Re.isInteger(e) || e < 0 ? t("Invalid block number provided") : void this.tronWeb.fullNode.request("wallet/getblockbynum", { num: parseInt(e) }, "post").then(function (e) {if (!Object.keys(e).length) return t("Block not found");t(null, e);}).catch(function (e) {return t(e);}) : this.injectPromise(this.getBlockByNumber, e);} }, { key: "getBlockTransactionCount", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultBlock,t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];if (Re.isFunction(e) && (t = e, e = this.tronWeb.defaultBlock), !t) return this.injectPromise(this.getBlockTransactionCount, e);this.getBlock(e).then(function (e) {var r = e.transactions;t(null, (void 0 === r ? [] : r).length);}).catch(function (e) {return t(e);});} }, { key: "getTransactionFromBlock", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultBlock,t = arguments.length > 1 ? arguments[1] : void 0,r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];if (Re.isFunction(t) && (r = t, t = 0), Re.isFunction(e) && (r = e, e = this.tronWeb.defaultBlock), !r) return this.injectPromise(this.getTransactionFromBlock, e, t);this.getBlock(e).then(function (e) {var n = e.transactions,i = void 0 !== n && n;i ? "number" == typeof t ? t >= 0 && t < i.length ? r(null, i[t]) : r("Invalid transaction index provided") : r(null, i) : r("Transaction not found in block");}).catch(function (e) {return r(e);});} }, { key: "getTransaction", value: function value(e) {var t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];if (!t) return this.injectPromise(this.getTransaction, e);this.tronWeb.fullNode.request("wallet/gettransactionbyid", { value: e }, "post").then(function (e) {if (!Object.keys(e).length) return t("Transaction not found");t(null, e);}).catch(function (e) {return t(e);});} }, { key: "getConfirmedTransaction", value: function value(e) {var t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];if (!t) return this.injectPromise(this.getConfirmedTransaction, e);this.tronWeb.solidityNode.request("walletsolidity/gettransactionbyid", { value: e }, "post").then(function (e) {if (!Object.keys(e).length) return t("Transaction not found");t(null, e);}).catch(function (e) {return t(e);});} }, { key: "getUnconfirmedTransactionInfo", value: function value(e) {var t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return this._getTransactionInfoById(e, { confirmed: !1 }, t);} }, { key: "getTransactionInfo", value: function value(e) {var t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return this._getTransactionInfoById(e, { confirmed: !0 }, t);} }, { key: "_getTransactionInfoById", value: function value(e, t) {var r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];if (!r) return this.injectPromise(this._getTransactionInfoById, e, t);this.tronWeb[t.confirmed ? "solidityNode" : "fullNode"].request("wallet".concat(t.confirmed ? "solidity" : "", "/gettransactioninfobyid"), { value: e }, "post").then(function (e) {r(null, e);}).catch(function (e) {return r(e);});} }, { key: "getTransactionsToAddress", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultAddress.hex,t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : 30,r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : 0,n = arguments.length > 3 && void 0 !== arguments[3] && arguments[3];return Re.isFunction(r) && (n = r, r = 0), Re.isFunction(t) && (n = t, t = 30), n ? (e = this.tronWeb.address.toHex(e), this.getTransactionsRelated(e, "to", t, r, n)) : this.injectPromise(this.getTransactionsToAddress, e, t, r);} }, { key: "getTransactionsFromAddress", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultAddress.hex,t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : 30,r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : 0,n = arguments.length > 3 && void 0 !== arguments[3] && arguments[3];return Re.isFunction(r) && (n = r, r = 0), Re.isFunction(t) && (n = t, t = 30), n ? (e = this.tronWeb.address.toHex(e), this.getTransactionsRelated(e, "from", t, r, n)) : this.injectPromise(this.getTransactionsFromAddress, e, t, r);} }, { key: "getTransactionsRelated", value: (x = f()(l.a.mark(function e() {var t,r,n,i,s,a,o,u,c,d = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (t = d.length > 0 && void 0 !== d[0] ? d[0] : this.tronWeb.defaultAddress.hex, r = d.length > 1 && void 0 !== d[1] ? d[1] : "all", n = d.length > 2 && void 0 !== d[2] ? d[2] : 30, i = d.length > 3 && void 0 !== d[3] ? d[3] : 0, s = d.length > 4 && void 0 !== d[4] && d[4], Re.isFunction(i) && (s = i, i = 0), Re.isFunction(n) && (s = n, n = 30), Re.isFunction(r) && (s = r, r = "all"), Re.isFunction(t) && (s = t, t = this.tronWeb.defaultAddress.hex), s) {e.next = 11;break;}return e.abrupt("return", this.injectPromise(this.getTransactionsRelated, t, r, n, i));case 11:if (["to", "from", "all"].includes(r)) {e.next = 13;break;}return e.abrupt("return", s('Invalid direction provided: Expected "to", "from" or "all"'));case 13:if ("all" != r) {e.next = 27;break;}return e.prev = 14, e.next = 17, Promise.all([this.getTransactionsRelated(t, "from", n, i), this.getTransactionsRelated(t, "to", n, i)]);case 17:return a = e.sent, o = Xe()(a, 2), u = o[0], c = o[1], e.abrupt("return", s(null, [].concat(R()(u.map(function (e) {return e.direction = "from", e;})), R()(c.map(function (e) {return e.direction = "to", e;}))).sort(function (e, t) {return t.raw_data.timestamp - e.raw_data.timestamp;})));case 24:return e.prev = 24, e.t0 = e.catch(14), e.abrupt("return", s(e.t0));case 27:if (this.tronWeb.isAddress(t)) {e.next = 29;break;}return e.abrupt("return", s("Invalid address provided"));case 29:if (!(!Re.isInteger(n) || n < 0 || i && n < 1)) {e.next = 31;break;}return e.abrupt("return", s("Invalid limit provided"));case 31:if (Re.isInteger(i) && !(i < 0)) {e.next = 33;break;}return e.abrupt("return", s("Invalid offset provided"));case 33:t = this.tronWeb.address.toHex(t), this.tronWeb.solidityNode.request("walletextension/gettransactions".concat(r, "this"), { account: { address: t }, offset: i, limit: n }, "post").then(function (e) {var t = e.transaction;s(null, t);}).catch(function (e) {return s(e);});case 35:case "end":return e.stop();}}}, e, this, [[14, 24]]);})), function () {return x.apply(this, arguments);}) }, { key: "getAccount", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultAddress.hex,t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return Re.isFunction(e) && (t = e, e = this.tronWeb.defaultAddress.hex), t ? this.tronWeb.isAddress(e) ? (e = this.tronWeb.address.toHex(e), void this.tronWeb.solidityNode.request("walletsolidity/getaccount", { address: e }, "post").then(function (e) {t(null, e);}).catch(function (e) {return t(e);})) : t("Invalid address provided") : this.injectPromise(this.getAccount, e);} }, { key: "getAccountById", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];if (!t) return this.injectPromise(this.getAccountById, e);this.getAccountInfoById(e, { confirmed: !0 }, t);} }, { key: "getAccountInfoById", value: function value(e, t, r) {this.validator.notValid([{ name: "accountId", type: "hex", value: e }, { name: "accountId", type: "string", lte: 32, gte: 8, value: e }], r) || (e.startsWith("0x") && (e = e.slice(2)), this.tronWeb[t.confirmed ? "solidityNode" : "fullNode"].request("wallet".concat(t.confirmed ? "solidity" : "", "/getaccountbyid"), { account_id: e }, "post").then(function (e) {r(null, e);}).catch(function (e) {return r(e);}));} }, { key: "getBalance", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultAddress.hex,t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];if (Re.isFunction(e) && (t = e, e = this.tronWeb.defaultAddress.hex), !t) return this.injectPromise(this.getBalance, e);this.getAccount(e).then(function (e) {var r = e.balance;t(null, void 0 === r ? 0 : r);}).catch(function (e) {return t(e);});} }, { key: "getUnconfirmedAccount", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultAddress.hex,t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return Re.isFunction(e) && (t = e, e = this.tronWeb.defaultAddress.hex), t ? this.tronWeb.isAddress(e) ? (e = this.tronWeb.address.toHex(e), void this.tronWeb.fullNode.request("wallet/getaccount", { address: e }, "post").then(function (e) {t(null, e);}).catch(function (e) {return t(e);})) : t("Invalid address provided") : this.injectPromise(this.getUnconfirmedAccount, e);} }, { key: "getUnconfirmedAccountById", value: function value(e) {var t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];if (!t) return this.injectPromise(this.getUnconfirmedAccountById, e);this.getAccountInfoById(e, { confirmed: !1 }, t);} }, { key: "getUnconfirmedBalance", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultAddress.hex,t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];if (Re.isFunction(e) && (t = e, e = this.tronWeb.defaultAddress.hex), !t) return this.injectPromise(this.getUnconfirmedBalance, e);this.getUnconfirmedAccount(e).then(function (e) {var r = e.balance;t(null, void 0 === r ? 0 : r);}).catch(function (e) {return t(e);});} }, { key: "getBandwidth", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultAddress.hex,t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return Re.isFunction(e) && (t = e, e = this.tronWeb.defaultAddress.hex), t ? this.tronWeb.isAddress(e) ? (e = this.tronWeb.address.toHex(e), void this.tronWeb.fullNode.request("wallet/getaccountnet", { address: e }, "post").then(function (e) {var r = e.freeNetUsed,n = void 0 === r ? 0 : r,i = e.freeNetLimit,s = void 0 === i ? 0 : i,a = e.NetUsed,o = void 0 === a ? 0 : a,u = e.NetLimit;t(null, s - n + ((void 0 === u ? 0 : u) - o));}).catch(function (e) {return t(e);})) : t("Invalid address provided") : this.injectPromise(this.getBandwidth, e);} }, { key: "getTokensIssuedByAddress", value: function value() {var e = this,t = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultAddress.hex,r = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return Re.isFunction(t) && (r = t, t = this.tronWeb.defaultAddress.hex), r ? this.tronWeb.isAddress(t) ? (t = this.tronWeb.address.toHex(t), void this.tronWeb.fullNode.request("wallet/getassetissuebyaccount", { address: t }, "post").then(function (t) {var n = t.assetIssue,i = void 0 !== n && n;if (!i) return r(null, {});var s = i.map(function (t) {return e._parseToken(t);}).reduce(function (e, t) {return e[t.name] = t, e;}, {});r(null, s);}).catch(function (e) {return r(e);})) : r("Invalid address provided") : this.injectPromise(this.getTokensIssuedByAddress, t);} }, { key: "getTokenFromID", value: function value() {var e = this,t = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],r = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return r ? (Re.isInteger(t) && (t = t.toString()), Re.isString(t) && t.length ? void this.tronWeb.fullNode.request("wallet/getassetissuebyname", { value: this.tronWeb.fromUtf8(t) }, "post").then(function (t) {if (!t.name) return r("Token does not exist");r(null, e._parseToken(t));}).catch(function (e) {return r(e);}) : r("Invalid token ID provided")) : this.injectPromise(this.getTokenFromID, t);} }, { key: "listNodes", value: function value() {var e = this,t = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if (!t) return this.injectPromise(this.listNodes);this.tronWeb.fullNode.request("wallet/listnodes").then(function (r) {var n = r.nodes;t(null, (void 0 === n ? [] : n).map(function (t) {var r = t.address,n = r.host,i = r.port;return "".concat(e.tronWeb.toUtf8(n), ":").concat(i);}));}).catch(function (e) {return t(e);});} }, { key: "getBlockRange", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : 0,t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : 30,r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];return Re.isFunction(t) && (r = t, t = 30), Re.isFunction(e) && (r = e, e = 0), r ? !Re.isInteger(e) || e < 0 ? r("Invalid start of range provided") : !Re.isInteger(t) || t <= e ? r("Invalid end of range provided") : void this.tronWeb.fullNode.request("wallet/getblockbylimitnext", { startNum: parseInt(e), endNum: parseInt(t) + 1 }, "post").then(function (e) {var t = e.block;r(null, void 0 === t ? [] : t);}).catch(function (e) {return r(e);}) : this.injectPromise(this.getBlockRange, e, t);} }, { key: "listSuperRepresentatives", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if (!e) return this.injectPromise(this.listSuperRepresentatives);this.tronWeb.fullNode.request("wallet/listwitnesses").then(function (t) {var r = t.witnesses;e(null, void 0 === r ? [] : r);}).catch(function (t) {return e(t);});} }, { key: "listTokens", value: function value() {var e = this,t = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : 0,r = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : 0,n = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];return Re.isFunction(r) && (n = r, r = 0), Re.isFunction(t) && (n = t, t = 0), n ? !Re.isInteger(t) || t < 0 || r && t < 1 ? n("Invalid limit provided") : !Re.isInteger(r) || r < 0 ? n("Invalid offset provided") : t ? void this.tronWeb.fullNode.request("wallet/getpaginatedassetissuelist", { offset: parseInt(r), limit: parseInt(t) }, "post").then(function (t) {var r = t.assetIssue;n(null, (void 0 === r ? [] : r).map(function (t) {return e._parseToken(t);}));}).catch(function (e) {return n(e);}) : this.tronWeb.fullNode.request("wallet/getassetissuelist").then(function (t) {var r = t.assetIssue;n(null, (void 0 === r ? [] : r).map(function (t) {return e._parseToken(t);}));}).catch(function (e) {return n(e);}) : this.injectPromise(this.listTokens, t, r);} }, { key: "timeUntilNextVoteCycle", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if (!e) return this.injectPromise(this.timeUntilNextVoteCycle);this.tronWeb.fullNode.request("wallet/getnextmaintenancetime").then(function (t) {var r = t.num,n = void 0 === r ? -1 : r;if (-1 == n) return e("Failed to get time until next vote cycle");e(null, Math.floor(n / 1e3));}).catch(function (t) {return e(t);});} }, { key: "getContract", value: function value(e) {var t = this,r = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return r ? this.tronWeb.isAddress(e) ? void (this.cache.contracts[e] ? r(null, this.cache.contracts[e]) : (e = this.tronWeb.address.toHex(e), this.tronWeb.fullNode.request("wallet/getcontract", { value: e }).then(function (n) {if (n.Error) return r("Contract does not exist");t.cache.contracts[e] = n, r(null, n);}).catch(function (e) {return r(e);}))) : r("Invalid contract address provided") : this.injectPromise(this.getContract, e);} }, { key: "verifyMessage", value: (k = f()(l.a.mark(function t() {var r,n,i,s,a,o = arguments;return l.a.wrap(function (t) {for (;;) {switch (t.prev = t.next) {case 0:if (r = o.length > 0 && void 0 !== o[0] && o[0], n = o.length > 1 && void 0 !== o[1] && o[1], i = o.length > 2 && void 0 !== o[2] ? o[2] : this.tronWeb.defaultAddress.base58, s = !(o.length > 3 && void 0 !== o[3]) || o[3], a = o.length > 4 && void 0 !== o[4] && o[4], Re.isFunction(i) && (a = i, i = this.tronWeb.defaultAddress.base58, s = !0), Re.isFunction(s) && (a = s, s = !0), a) {t.next = 9;break;}return t.abrupt("return", this.injectPromise(this.verifyMessage, r, n, i, s));case 9:if (Re.isHex(r)) {t.next = 11;break;}return t.abrupt("return", a("Expected hex message input"));case 11:if (!e.verifySignature(r, i, n, s)) {t.next = 13;break;}return t.abrupt("return", a(null, !0));case 13:a("Signature does not match");case 14:case "end":return t.stop();}}}, t, this);})), function () {return k.apply(this, arguments);}) }, { key: "sign", value: (m = f()(l.a.mark(function t() {var r,n,i,s,a,o,u = arguments;return l.a.wrap(function (t) {for (;;) {switch (t.prev = t.next) {case 0:if (r = u.length > 0 && void 0 !== u[0] && u[0], n = u.length > 1 && void 0 !== u[1] ? u[1] : this.tronWeb.defaultPrivateKey, i = !(u.length > 2 && void 0 !== u[2]) || u[2], s = u.length > 3 && void 0 !== u[3] && u[3], a = u.length > 4 && void 0 !== u[4] && u[4], Re.isFunction(s) && (a = s, s = !1), Re.isFunction(i) && (a = i, i = !0, s = !1), Re.isFunction(n) && (a = n, n = this.tronWeb.defaultPrivateKey, i = !0, s = !1), a) {t.next = 10;break;}return t.abrupt("return", this.injectPromise(this.sign, r, n, i, s));case 10:if (!Re.isString(r)) {t.next = 21;break;}if (Re.isHex(r)) {t.next = 13;break;}return t.abrupt("return", a("Expected hex message input"));case 13:return t.prev = 13, o = e.signString(r, n, i), t.abrupt("return", a(null, o));case 18:t.prev = 18, t.t0 = t.catch(13), a(t.t0);case 21:if (Re.isObject(r)) {t.next = 23;break;}return t.abrupt("return", a("Invalid transaction provided"));case 23:if (s || !r.signature) {t.next = 25;break;}return t.abrupt("return", a("Transaction is already signed"));case 25:if (t.prev = 25, s) {t.next = 30;break;}if (this.tronWeb.address.toHex(this.tronWeb.address.fromPrivateKey(n)).toLowerCase() === this.tronWeb.address.toHex(r.raw_data.contract[0].parameter.value.owner_address)) {t.next = 30;break;}return t.abrupt("return", a("Private key does not match address in transaction"));case 30:return t.abrupt("return", a(null, Re.crypto.signTransaction(n, r)));case 33:t.prev = 33, t.t1 = t.catch(25), a(t.t1);case 36:case "end":return t.stop();}}}, t, this, [[13, 18], [25, 33]]);})), function () {return m.apply(this, arguments);}) }, { key: "multiSign", value: (g = f()(l.a.mark(function e() {var t,r,n,i,s,a,o,u = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (t = u.length > 0 && void 0 !== u[0] && u[0], r = u.length > 1 && void 0 !== u[1] ? u[1] : this.tronWeb.defaultPrivateKey, n = u.length > 2 && void 0 !== u[2] && u[2], i = u.length > 3 && void 0 !== u[3] && u[3], Re.isFunction(n) && (i = n, n = 0), Re.isFunction(r) && (i = r, r = this.tronWeb.defaultPrivateKey, n = 0), i) {e.next = 8;break;}return e.abrupt("return", this.injectPromise(this.multiSign, t, r, n));case 8:if (Re.isObject(t) && t.raw_data && t.raw_data.contract) {e.next = 10;break;}return e.abrupt("return", i("Invalid transaction provided"));case 10:if (t.raw_data.contract[0].Permission_id || !(n > 0)) {e.next = 30;break;}return t.raw_data.contract[0].Permission_id = n, s = this.tronWeb.address.toHex(this.tronWeb.address.fromPrivateKey(r)).toLowerCase(), e.next = 15, this.getSignWeight(t, n);case 15:if ("PERMISSION_ERROR" !== (a = e.sent).result.code) {e.next = 18;break;}return e.abrupt("return", i(a.result.message));case 18:if (o = !1, a.permission.keys.map(function (e) {e.address === s && (o = !0);}), o) {e.next = 22;break;}return e.abrupt("return", i(r + " has no permission to sign"));case 22:if (!a.approved_list || -1 == a.approved_list.indexOf(s)) {e.next = 24;break;}return e.abrupt("return", i(r + " already sign transaction"));case 24:if (!a.transaction || !a.transaction.transaction) {e.next = 29;break;}t = a.transaction.transaction, n > 0 && (t.raw_data.contract[0].Permission_id = n), e.next = 30;break;case 29:return e.abrupt("return", i("Invalid transaction provided"));case 30:return e.prev = 30, e.abrupt("return", i(null, Re.crypto.signTransaction(r, t)));case 34:e.prev = 34, e.t0 = e.catch(30), i(e.t0);case 37:case "end":return e.stop();}}}, e, this, [[30, 34]]);})), function () {return g.apply(this, arguments);}) }, { key: "getApprovedList", value: (p = f()(l.a.mark(function e(t) {var r,n = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (r = n.length > 1 && void 0 !== n[1] && n[1]) {e.next = 3;break;}return e.abrupt("return", this.injectPromise(this.getApprovedList, t));case 3:if (Re.isObject(t)) {e.next = 5;break;}return e.abrupt("return", r("Invalid transaction provided"));case 5:this.tronWeb.fullNode.request("wallet/getapprovedlist", t, "post").then(function (e) {r(null, e);}).catch(function (e) {return r(e);});case 6:case "end":return e.stop();}}}, e, this);})), function (e) {return p.apply(this, arguments);}) }, { key: "getSignWeight", value: (v = f()(l.a.mark(function e(t, r) {var n,i = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (n = i.length > 2 && void 0 !== i[2] && i[2], Re.isFunction(r) && (n = r, r = void 0), n) {e.next = 4;break;}return e.abrupt("return", this.injectPromise(this.getSignWeight, t, r));case 4:if (Re.isObject(t) && t.raw_data && t.raw_data.contract) {e.next = 6;break;}return e.abrupt("return", n("Invalid transaction provided"));case 6:if (Re.isInteger(r) ? t.raw_data.contract[0].Permission_id = parseInt(r) : "number" != typeof t.raw_data.contract[0].Permission_id && (t.raw_data.contract[0].Permission_id = 0), Re.isObject(t)) {e.next = 9;break;}return e.abrupt("return", n("Invalid transaction provided"));case 9:this.tronWeb.fullNode.request("wallet/getsignweight", t, "post").then(function (e) {n(null, e);}).catch(function (e) {return n(e);});case 10:case "end":return e.stop();}}}, e, this);})), function (e, t) {return v.apply(this, arguments);}) }, { key: "sendRawTransaction", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {},r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];return Re.isFunction(t) && (r = t, t = {}), r ? Re.isObject(e) ? Re.isObject(t) ? e.signature && Re.isArray(e.signature) ? void this.tronWeb.fullNode.request("wallet/broadcasttransaction", e, "post").then(function (t) {t.result && (t.transaction = e), r(null, t);}).catch(function (e) {return r(e);}) : r("Transaction is not signed") : r("Invalid options provided") : r("Invalid transaction provided") : this.injectPromise(this.sendRawTransaction, e, t);} }, { key: "sendTransaction", value: (h = f()(l.a.mark(function e() {var t,r,n,i,s,a,o,u,c = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (t = c.length > 0 && void 0 !== c[0] && c[0], r = c.length > 1 && void 0 !== c[1] && c[1], n = c.length > 2 && void 0 !== c[2] ? c[2] : {}, i = c.length > 3 && void 0 !== c[3] && c[3], Re.isFunction(n) && (i = n, n = {}), "string" == typeof n && (n = { privateKey: n }), i) {e.next = 8;break;}return e.abrupt("return", this.injectPromise(this.sendTransaction, t, r, n));case 8:if (this.tronWeb.isAddress(t)) {e.next = 10;break;}return e.abrupt("return", i("Invalid recipient provided"));case 10:if (Re.isInteger(r) && !(r <= 0)) {e.next = 12;break;}return e.abrupt("return", i("Invalid amount provided"));case 12:if ((n = ut({ privateKey: this.tronWeb.defaultPrivateKey, address: this.tronWeb.defaultAddress.hex }, n)).privateKey || n.address) {e.next = 15;break;}return e.abrupt("return", i("Function requires either a private key or address to be set"));case 15:return e.prev = 15, s = n.privateKey ? this.tronWeb.address.fromPrivateKey(n.privateKey) : n.address, e.next = 19, this.tronWeb.transactionBuilder.sendTrx(t, r, s);case 19:return a = e.sent, e.next = 22, this.sign(a, n.privateKey || void 0);case 22:return o = e.sent, e.next = 25, this.sendRawTransaction(o);case 25:return u = e.sent, e.abrupt("return", i(null, u));case 29:return e.prev = 29, e.t0 = e.catch(15), e.abrupt("return", i(e.t0));case 32:case "end":return e.stop();}}}, e, this, [[15, 29]]);})), function () {return h.apply(this, arguments);}) }, { key: "sendToken", value: (d = f()(l.a.mark(function e() {var t,r,n,i,s,a,o,u,c,d = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (t = d.length > 0 && void 0 !== d[0] && d[0], r = d.length > 1 && void 0 !== d[1] && d[1], n = d.length > 2 && void 0 !== d[2] && d[2], i = d.length > 3 && void 0 !== d[3] ? d[3] : {}, s = d.length > 4 && void 0 !== d[4] && d[4], Re.isFunction(i) && (s = i, i = {}), "string" == typeof i && (i = { privateKey: i }), s) {e.next = 9;break;}return e.abrupt("return", this.injectPromise(this.sendToken, t, r, n, i));case 9:if (this.tronWeb.isAddress(t)) {e.next = 11;break;}return e.abrupt("return", s("Invalid recipient provided"));case 11:if (Re.isInteger(r) && !(r <= 0)) {e.next = 13;break;}return e.abrupt("return", s("Invalid amount provided"));case 13:if (Re.isInteger(n) && (n = n.toString()), Re.isString(n)) {e.next = 16;break;}return e.abrupt("return", s("Invalid token ID provided"));case 16:if ((i = ut({ privateKey: this.tronWeb.defaultPrivateKey, address: this.tronWeb.defaultAddress.hex }, i)).privateKey || i.address) {e.next = 19;break;}return e.abrupt("return", s("Function requires either a private key or address to be set"));case 19:return e.prev = 19, a = i.privateKey ? this.tronWeb.address.fromPrivateKey(i.privateKey) : i.address, e.next = 23, this.tronWeb.transactionBuilder.sendToken(t, r, n, a);case 23:return o = e.sent, e.next = 26, this.sign(o, i.privateKey || void 0);case 26:return u = e.sent, e.next = 29, this.sendRawTransaction(u);case 29:return c = e.sent, e.abrupt("return", s(null, c));case 33:return e.prev = 33, e.t0 = e.catch(19), e.abrupt("return", s(e.t0));case 36:case "end":return e.stop();}}}, e, this, [[19, 33]]);})), function () {return d.apply(this, arguments);}) }, { key: "freezeBalance", value: (c = f()(l.a.mark(function e() {var t,r,n,i,s,a,o,u,c,d,h = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (t = h.length > 0 && void 0 !== h[0] ? h[0] : 0, r = h.length > 1 && void 0 !== h[1] ? h[1] : 3, n = h.length > 2 && void 0 !== h[2] ? h[2] : "BANDWIDTH", i = h.length > 3 && void 0 !== h[3] ? h[3] : {}, s = h.length > 4 && void 0 !== h[4] ? h[4] : void 0, a = h.length > 5 && void 0 !== h[5] && h[5], Re.isFunction(s) && (a = s, s = void 0), Re.isFunction(r) && (a = r, r = 3), Re.isFunction(n) && (a = n, n = "BANDWIDTH"), Re.isFunction(i) && (a = i, i = {}), "string" == typeof i && (i = { privateKey: i }), a) {e.next = 13;break;}return e.abrupt("return", this.injectPromise(this.freezeBalance, t, r, n, i, s));case 13:if (["BANDWIDTH", "ENERGY"].includes(n)) {e.next = 15;break;}return e.abrupt("return", a('Invalid resource provided: Expected "BANDWIDTH" or "ENERGY"'));case 15:if (Re.isInteger(t) && !(t <= 0)) {e.next = 17;break;}return e.abrupt("return", a("Invalid amount provided"));case 17:if (Re.isInteger(r) && !(r < 3)) {e.next = 19;break;}return e.abrupt("return", a("Invalid duration provided, minimum of 3 days"));case 19:if ((i = ut({ privateKey: this.tronWeb.defaultPrivateKey, address: this.tronWeb.defaultAddress.hex }, i)).privateKey || i.address) {e.next = 22;break;}return e.abrupt("return", a("Function requires either a private key or address to be set"));case 22:return e.prev = 22, o = i.privateKey ? this.tronWeb.address.fromPrivateKey(i.privateKey) : i.address, e.next = 26, this.tronWeb.transactionBuilder.freezeBalance(t, r, n, o, s);case 26:return u = e.sent, e.next = 29, this.sign(u, i.privateKey || void 0);case 29:return c = e.sent, e.next = 32, this.sendRawTransaction(c);case 32:return d = e.sent, e.abrupt("return", a(null, d));case 36:return e.prev = 36, e.t0 = e.catch(22), e.abrupt("return", a(e.t0));case 39:case "end":return e.stop();}}}, e, this, [[22, 36]]);})), function () {return c.apply(this, arguments);}) }, { key: "unfreezeBalance", value: (u = f()(l.a.mark(function e() {var t,r,n,i,s,a,o,u,c = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (t = c.length > 0 && void 0 !== c[0] ? c[0] : "BANDWIDTH", r = c.length > 1 && void 0 !== c[1] ? c[1] : {}, n = c.length > 2 && void 0 !== c[2] ? c[2] : void 0, i = c.length > 3 && void 0 !== c[3] && c[3], Re.isFunction(n) && (i = n, n = void 0), Re.isFunction(t) && (i = t, t = "BANDWIDTH"), Re.isFunction(r) && (i = r, r = {}), "string" == typeof r && (r = { privateKey: r }), i) {e.next = 10;break;}return e.abrupt("return", this.injectPromise(this.unfreezeBalance, t, r, n));case 10:if (["BANDWIDTH", "ENERGY"].includes(t)) {e.next = 12;break;}return e.abrupt("return", i('Invalid resource provided: Expected "BANDWIDTH" or "ENERGY"'));case 12:if ((r = ut({ privateKey: this.tronWeb.defaultPrivateKey, address: this.tronWeb.defaultAddress.hex }, r)).privateKey || r.address) {e.next = 15;break;}return e.abrupt("return", i("Function requires either a private key or address to be set"));case 15:return e.prev = 15, s = r.privateKey ? this.tronWeb.address.fromPrivateKey(r.privateKey) : r.address, e.next = 19, this.tronWeb.transactionBuilder.unfreezeBalance(t, s, n);case 19:return a = e.sent, e.next = 22, this.sign(a, r.privateKey || void 0);case 22:return o = e.sent, e.next = 25, this.sendRawTransaction(o);case 25:return u = e.sent, e.abrupt("return", i(null, u));case 29:return e.prev = 29, e.t0 = e.catch(15), e.abrupt("return", i(e.t0));case 32:case "end":return e.stop();}}}, e, this, [[15, 29]]);})), function () {return u.apply(this, arguments);}) }, { key: "updateAccount", value: (o = f()(l.a.mark(function e() {var t,r,n,i,s,a,o,u = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (t = u.length > 0 && void 0 !== u[0] && u[0], r = u.length > 1 && void 0 !== u[1] ? u[1] : {}, n = u.length > 2 && void 0 !== u[2] && u[2], Re.isFunction(r) && (n = r, r = {}), "string" == typeof r && (r = { privateKey: r }), n) {e.next = 7;break;}return e.abrupt("return", this.injectPromise(this.updateAccount, t, r));case 7:if (Re.isString(t) && t.length) {e.next = 9;break;}return e.abrupt("return", n("Name must be a string"));case 9:if ((r = ut({ privateKey: this.tronWeb.defaultPrivateKey, address: this.tronWeb.defaultAddress.hex }, r)).privateKey || r.address) {e.next = 12;break;}return e.abrupt("return", n("Function requires either a private key or address to be set"));case 12:return e.prev = 12, i = r.privateKey ? this.tronWeb.address.fromPrivateKey(r.privateKey) : r.address, e.next = 16, this.tronWeb.transactionBuilder.updateAccount(t, i);case 16:return s = e.sent, e.next = 19, this.sign(s, r.privateKey || void 0);case 19:return a = e.sent, e.next = 22, this.sendRawTransaction(a);case 22:return o = e.sent, e.abrupt("return", n(null, o));case 26:return e.prev = 26, e.t0 = e.catch(12), e.abrupt("return", n(e.t0));case 29:case "end":return e.stop();}}}, e, this, [[12, 26]]);})), function () {return o.apply(this, arguments);}) }, { key: "signMessage", value: function value() {return this.sign.apply(this, arguments);} }, { key: "sendAsset", value: function value() {return this.sendToken.apply(this, arguments);} }, { key: "send", value: function value() {return this.sendTransaction.apply(this, arguments);} }, { key: "sendTrx", value: function value() {return this.sendTransaction.apply(this, arguments);} }, { key: "broadcast", value: function value() {return this.sendRawTransaction.apply(this, arguments);} }, { key: "signTransaction", value: function value() {return this.sign.apply(this, arguments);} }, { key: "getProposal", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return t ? !Re.isInteger(e) || e < 0 ? t("Invalid proposalID provided") : void this.tronWeb.fullNode.request("wallet/getproposalbyid", { id: parseInt(e) }, "post").then(function (e) {t(null, e);}).catch(function (e) {return t(e);}) : this.injectPromise(this.getProposal, e);} }, { key: "listProposals", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if (!e) return this.injectPromise(this.listProposals);this.tronWeb.fullNode.request("wallet/listproposals", {}, "post").then(function (t) {var r = t.proposals;e(null, void 0 === r ? [] : r);}).catch(function (t) {return e(t);});} }, { key: "getChainParameters", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if (!e) return this.injectPromise(this.getChainParameters);this.tronWeb.fullNode.request("wallet/getchainparameters", {}, "post").then(function (t) {var r = t.chainParameter;e(null, void 0 === r ? [] : r);}).catch(function (t) {return e(t);});} }, { key: "getAccountResources", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.tronWeb.defaultAddress.hex,t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return t ? this.tronWeb.isAddress(e) ? void this.tronWeb.fullNode.request("wallet/getaccountresource", { address: this.tronWeb.address.toHex(e) }, "post").then(function (e) {t(null, e);}).catch(function (e) {return t(e);}) : t("Invalid address provided") : this.injectPromise(this.getAccountResources, e);} }, { key: "getExchangeByID", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return t ? !Re.isInteger(e) || e < 0 ? t("Invalid exchangeID provided") : void this.tronWeb.fullNode.request("wallet/getexchangebyid", { id: e }, "post").then(function (e) {t(null, e);}).catch(function (e) {return t(e);}) : this.injectPromise(this.getExchangeByID, e);} }, { key: "listExchanges", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if (!e) return this.injectPromise(this.listExchanges);this.tronWeb.fullNode.request("wallet/listexchanges", {}, "post").then(function (t) {var r = t.exchanges;e(null, void 0 === r ? [] : r);}, "post").catch(function (t) {return e(t);});} }, { key: "listExchangesPaginated", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : 10,t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : 0,r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];if (Re.isFunction(t) && (r = t, t = 0), Re.isFunction(e) && (r = e, e = 10), !r) return this.injectPromise(this.listExchangesPaginated, e, t);this.tronWeb.fullNode.request("wallet/getpaginatedexchangelist", { limit: e, offset: t }, "post").then(function (e) {var t = e.exchanges;r(null, void 0 === t ? [] : t);}).catch(function (e) {return r(e);});} }, { key: "getNodeInfo", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if (!e) return this.injectPromise(this.getNodeInfo);this.tronWeb.fullNode.request("wallet/getnodeinfo", {}, "post").then(function (t) {e(null, t);}, "post").catch(function (t) {return e(t);});} }, { key: "getTokenListByName", value: function value() {var e = this,t = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],r = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return r ? (Re.isInteger(t) && (t = t.toString()), Re.isString(t) && t.length ? void this.tronWeb.fullNode.request("wallet/getassetissuelistbyname", { value: this.tronWeb.fromUtf8(t) }, "post").then(function (t) {if (Array.isArray(t.assetIssue)) r(null, t.assetIssue.map(function (t) {return e._parseToken(t);}));else if (!t.name) return r("Token does not exist");r(null, e._parseToken(t));}).catch(function (e) {return r(e);}) : r("Invalid token ID provided")) : this.injectPromise(this.getTokenListByName, t);} }, { key: "getTokenByID", value: function value() {var e = this,t = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],r = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return r ? (Re.isInteger(t) && (t = t.toString()), Re.isString(t) && t.length ? void this.tronWeb.fullNode.request("wallet/getassetissuebyid", { value: t }, "post").then(function (t) {if (!t.name) return r("Token does not exist");r(null, e._parseToken(t));}).catch(function (e) {return r(e);}) : r("Invalid token ID provided")) : this.injectPromise(this.getTokenByID, t);} }, { key: "getReward", value: (a = f()(l.a.mark(function e(t) {var r,n,i = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return r = i.length > 1 && void 0 !== i[1] ? i[1] : {}, n = i.length > 2 && void 0 !== i[2] && i[2], r.confirmed = !0, e.abrupt("return", this._getReward(t, r, n));case 4:case "end":return e.stop();}}}, e, this);})), function (e) {return a.apply(this, arguments);}) }, { key: "getUnconfirmedReward", value: (s = f()(l.a.mark(function e(t) {var r,n,i = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return r = i.length > 1 && void 0 !== i[1] ? i[1] : {}, n = i.length > 2 && void 0 !== i[2] && i[2], r.confirmed = !1, e.abrupt("return", this._getReward(t, r, n));case 4:case "end":return e.stop();}}}, e, this);})), function (e) {return s.apply(this, arguments);}) }, { key: "getBrokerage", value: (i = f()(l.a.mark(function e(t) {var r,n,i = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return r = i.length > 1 && void 0 !== i[1] ? i[1] : {}, n = i.length > 2 && void 0 !== i[2] && i[2], r.confirmed = !0, e.abrupt("return", this._getBrokerage(t, r, n));case 4:case "end":return e.stop();}}}, e, this);})), function (e) {return i.apply(this, arguments);}) }, { key: "getUnconfirmedBrokerage", value: (n = f()(l.a.mark(function e(t) {var r,n,i = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return r = i.length > 1 && void 0 !== i[1] ? i[1] : {}, n = i.length > 2 && void 0 !== i[2] && i[2], r.confirmed = !1, e.abrupt("return", this._getBrokerage(t, r, n));case 4:case "end":return e.stop();}}}, e, this);})), function (e) {return n.apply(this, arguments);}) }, { key: "_getReward", value: (r = f()(l.a.mark(function e() {var t,r,n,i,s = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (t = s.length > 0 && void 0 !== s[0] ? s[0] : this.tronWeb.defaultAddress.hex, r = s.length > 1 ? s[1] : void 0, n = s.length > 2 && void 0 !== s[2] && s[2], Re.isFunction(r) && (n = r, r = {}), Re.isFunction(t) ? (n = t, t = this.tronWeb.defaultAddress.hex) : Re.isObject(t) && (r = t, t = this.tronWeb.defaultAddress.hex), n) {e.next = 7;break;}return e.abrupt("return", this.injectPromise(this._getReward, t, r));case 7:if (!this.validator.notValid([{ name: "origin", type: "address", value: t }], n)) {e.next = 9;break;}return e.abrupt("return");case 9:i = { address: ct(t) }, this.tronWeb[r.confirmed ? "solidityNode" : "fullNode"].request("wallet".concat(r.confirmed ? "solidity" : "", "/getReward"), i, "post").then(function () {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {};if (void 0 === e.reward) return n("Not found.");n(null, e.reward);}).catch(function (e) {return n(e);});case 11:case "end":return e.stop();}}}, e, this);})), function () {return r.apply(this, arguments);}) }, { key: "_getBrokerage", value: (t = f()(l.a.mark(function e() {var t,r,n,i,s = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (t = s.length > 0 && void 0 !== s[0] ? s[0] : this.tronWeb.defaultAddress.hex, r = s.length > 1 ? s[1] : void 0, n = s.length > 2 && void 0 !== s[2] && s[2], Re.isFunction(r) && (n = r, r = {}), Re.isFunction(t) ? (n = t, t = this.tronWeb.defaultAddress.hex) : Re.isObject(t) && (r = t, t = this.tronWeb.defaultAddress.hex), n) {e.next = 7;break;}return e.abrupt("return", this.injectPromise(this._getBrokerage, t, r));case 7:if (!this.validator.notValid([{ name: "origin", type: "address", value: t }], n)) {e.next = 9;break;}return e.abrupt("return");case 9:i = { address: ct(t) }, this.tronWeb[r.confirmed ? "solidityNode" : "fullNode"].request("wallet".concat(r.confirmed ? "solidity" : "", "/getBrokerage"), i, "post").then(function () {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {};if (void 0 === e.brokerage) return n("Not found.");n(null, e.brokerage);}).catch(function (e) {return n(e);});case 11:case "end":return e.stop();}}}, e, this);})), function () {return t.apply(this, arguments);}) }], [{ key: "verifySignature", value: function value(e, t, r) {var n = !(arguments.length > 3 && void 0 !== arguments[3]) || arguments[3];e = e.replace(/^0x/, ""), r = r.replace(/^0x/, "");var i = [].concat(R()(ae(n ? "TRON Signed Message:\n32" : "Ethereum Signed Message:\n32")), R()(Re.code.hexStr2byteArray(e))),s = ie(i),a = ue(s, { recoveryParam: "1c" == r.substring(128, 130) ? 1 : 0, r: "0x" + r.substring(0, 64), s: "0x" + r.substring(64, 128) }),o = "41" + a.substr(2),u = Pt.address.fromHex(o);return u == Pt.address.fromHex(t);} }, { key: "signString", value: function value(e, t) {var r = !(arguments.length > 2 && void 0 !== arguments[2]) || arguments[2];e = e.replace(/^0x/, "");var n = { toHexString: function toHexString() {return "0x" + t;}, value: t },i = new ce(n),s = [].concat(R()(ae(r ? "TRON Signed Message:\n32" : "Ethereum Signed Message:\n32")), R()(Re.code.hexStr2byteArray(e))),a = ie(s),o = i.signDigest(a),u = ["0x", o.r.substring(2), o.s.substring(2), Number(o.v).toString(16)].join("");return u;} }]), e;}();function lt(e, t) {var r = Object.keys(e);if (Object.getOwnPropertySymbols) {var n = Object.getOwnPropertySymbols(e);t && (n = n.filter(function (t) {return Object.getOwnPropertyDescriptor(e, t).enumerable;})), r.push.apply(r, n);}return r;}function ht(e) {for (var t = 1; t < arguments.length; t++) {var r = null != arguments[t] ? arguments[t] : {};t % 2 ? lt(Object(r), !0).forEach(function (t) {N()(e, t, r[t]);}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : lt(Object(r)).forEach(function (t) {Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(r, t));});}return e;}var ft = function ft(e) {return e.map(function (e) {return e.type;});},vt = function vt(e, t) {var r = e.map(function (e) {return e.name;}).filter(function (e) {return !!e;}),n = e.map(function (e) {return e.type;});return Re.abi.decodeParams(r, n, t);},pt = function () {function e(t, r) {b()(this, e), this.tronWeb = t.tronWeb, this.contract = t, this.abi = r, this.name = r.name || (r.name = r.type), this.inputs = r.inputs || [], this.outputs = r.outputs || [], this.functionSelector = function (e) {return e.name + "(" + ft(e.inputs || []).join(",") + ")";}(r), this.signature = this.tronWeb.sha3(this.functionSelector, !1).slice(0, 8), this.injectPromise = Je()(this), this.defaultOptions = { feeLimit: this.tronWeb.feeLimit, callValue: 0, userFeePercentage: 100, shouldPollResponse: !1 };}var t, r, n;return y()(e, [{ key: "decodeInput", value: function value(e) {return vt(this.inputs, "0x" + e);} }, { key: "onMethod", value: function value() {for (var e = this, t = arguments.length, r = new Array(t), n = 0; n < t; n++) {r[n] = arguments[n];}var i = ft(this.inputs);return r.forEach(function (t, n) {"address" == i[n] && (r[n] = e.tronWeb.address.toHex(t).replace(H, "0x")), "address[]" == i[n] && (r[n] = r[n].map(function (t) {return e.tronWeb.address.toHex(t).replace(H, "0x");}));}), { call: function call() {for (var t = arguments.length, n = new Array(t), s = 0; s < t; s++) {n[s] = arguments[s];}return e._call.apply(e, [i, r].concat(n));}, send: function send() {for (var t = arguments.length, n = new Array(t), s = 0; s < t; s++) {n[s] = arguments[s];}return e._send.apply(e, [i, r].concat(n));}, watch: function watch() {return e._watch.apply(e, arguments);} };} }, { key: "_call", value: (n = f()(l.a.mark(function e(t, r) {var n,i,s,a,o = this,u = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (n = u.length > 2 && void 0 !== u[2] ? u[2] : {}, i = u.length > 3 && void 0 !== u[3] && u[3], Re.isFunction(n) && (i = n, n = {}), i) {e.next = 5;break;}return e.abrupt("return", this.injectPromise(this._call, t, r, n));case 5:if (t.length === r.length) {e.next = 7;break;}return e.abrupt("return", i("Invalid argument count provided"));case 7:if (this.contract.address) {e.next = 9;break;}return e.abrupt("return", i("Smart contract is missing address"));case 9:if (this.contract.deployed) {e.next = 11;break;}return e.abrupt("return", i("Calling smart contracts requires you to load the contract first"));case 11:if (s = this.abi.stateMutability, ["pure", "view"].includes(s.toLowerCase())) {e.next = 14;break;}return e.abrupt("return", i('Methods with state mutability "'.concat(s, '" must use send()')));case 14:n = ht(ht({}, this.defaultOptions), {}, { from: this.tronWeb.defaultAddress.hex }, n), a = r.map(function (e, r) {return { type: t[r], value: e };}), this.tronWeb.transactionBuilder.triggerSmartContract(this.contract.address, this.functionSelector, n, a, !!n.from && this.tronWeb.address.toHex(n.from), function (e, t) {if (e) return i(e);if (!Re.hasProperty(t, "constant_result")) return i("Failed to execute");try {var r = t.constant_result[0].length;if (0 === r || r % 64 == 8) {var n = "The call has been reverted or has thrown an error.";if (0 !== r) {n += " Error message: ";for (var s = "", a = t.constant_result[0].substring(8), u = 0; u < r - 8; u += 64) {s += o.tronWeb.toUtf8(a.substring(u, u + 64));}n += s.replace(/(\u0000|\u000b|\f)+/g, " ").replace(/ +/g, " ").replace(/\s+$/g, "");}return i(n);}var c = vt(o.outputs, "0x" + t.constant_result[0]);return 1 === c.length && (c = c[0]), i(null, c);} catch (e) {return i(e);}});case 17:case "end":return e.stop();}}}, e, this);})), function (e, t) {return n.apply(this, arguments);}) }, { key: "_send", value: (r = f()(l.a.mark(function e(t, r) {var n,i,s,a,o,u,c,d,h,v,p,g = this,b = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (n = b.length > 2 && void 0 !== b[2] ? b[2] : {}, i = b.length > 3 && void 0 !== b[3] ? b[3] : this.tronWeb.defaultPrivateKey, s = b.length > 4 && void 0 !== b[4] && b[4], Re.isFunction(i) && (s = i, i = this.tronWeb.defaultPrivateKey), Re.isFunction(n) && (s = n, n = {}), s) {e.next = 7;break;}return e.abrupt("return", this.injectPromise(this._send, t, r, n, i));case 7:if (t.length === r.length) {e.next = 9;break;}throw new Error("Invalid argument count provided");case 9:if (this.contract.address) {e.next = 11;break;}return e.abrupt("return", s("Smart contract is missing address"));case 11:if (this.contract.deployed) {e.next = 13;break;}return e.abrupt("return", s("Calling smart contracts requires you to load the contract first"));case 13:if (a = this.abi.stateMutability, !["pure", "view"].includes(a.toLowerCase())) {e.next = 16;break;}return e.abrupt("return", s('Methods with state mutability "'.concat(a, '" must use call()')));case 16:return ["payable"].includes(a.toLowerCase()) || (n.callValue = 0), n = ht(ht({}, this.defaultOptions), {}, { from: this.tronWeb.defaultAddress.hex }, n), o = r.map(function (e, r) {return { type: t[r], value: e };}), e.prev = 19, u = i ? this.tronWeb.address.fromPrivateKey(i) : this.tronWeb.defaultAddress.base58, e.next = 23, this.tronWeb.transactionBuilder.triggerSmartContract(this.contract.address, this.functionSelector, n, o, this.tronWeb.address.toHex(u));case 23:if ((c = e.sent).result && c.result.result) {e.next = 26;break;}return e.abrupt("return", s("Unknown error: " + JSON.stringify(c, null, 2)));case 26:return e.next = 28, this.tronWeb.trx.sign(c.transaction, i);case 28:if ((d = e.sent).signature) {e.next = 33;break;}if (i) {e.next = 32;break;}return e.abrupt("return", s("Transaction was not signed properly"));case 32:return e.abrupt("return", s("Invalid private key provided"));case 33:return e.next = 35, this.tronWeb.trx.sendRawTransaction(d);case 35:if (!(h = e.sent).code) {e.next = 40;break;}return v = { error: h.code, message: h.code }, h.message && (v.message = this.tronWeb.toUtf8(h.message)), e.abrupt("return", s(v));case 40:if (n.shouldPollResponse) {e.next = 42;break;}return e.abrupt("return", s(null, d.txID));case 42:(p = function () {var e = f()(l.a.mark(function e() {var t,r,i,a = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (20 !== (t = a.length > 0 && void 0 !== a[0] ? a[0] : 0)) {e.next = 3;break;}return e.abrupt("return", s({ error: "Cannot find result in solidity node", transaction: d }));case 3:return e.next = 5, g.tronWeb.trx.getTransactionInfo(d.txID);case 5:if (r = e.sent, Object.keys(r).length) {e.next = 8;break;}return e.abrupt("return", setTimeout(function () {p(t + 1);}, 3e3));case 8:if (!r.result || "FAILED" !== r.result) {e.next = 10;break;}return e.abrupt("return", s({ error: g.tronWeb.toUtf8(r.resMessage), transaction: d, output: r }));case 10:if (Re.hasProperty(r, "contractResult")) {e.next = 12;break;}return e.abrupt("return", s({ error: "Failed to execute: " + JSON.stringify(r, null, 2), transaction: d, output: r }));case 12:if (!n.rawResponse) {e.next = 14;break;}return e.abrupt("return", s(null, r));case 14:if (1 === (i = vt(g.outputs, "0x" + r.contractResult[0])).length && (i = i[0]), !n.keepTxID) {e.next = 18;break;}return e.abrupt("return", s(null, [d.txID, i]));case 18:return e.abrupt("return", s(null, i));case 19:case "end":return e.stop();}}}, e);}));return function () {return e.apply(this, arguments);};}())(), e.next = 49;break;case 46:return e.prev = 46, e.t0 = e.catch(19), e.abrupt("return", s(e.t0));case 49:case "end":return e.stop();}}}, e, this, [[19, 46]]);})), function (e, t) {return r.apply(this, arguments);}) }, { key: "_watch", value: (t = f()(l.a.mark(function e() {var t,r,n,i,s,a,o,u = this,c = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (t = c.length > 0 && void 0 !== c[0] ? c[0] : {}, r = c.length > 1 && void 0 !== c[1] && c[1], Re.isFunction(t) && (r = t, t = {}), Re.isFunction(r)) {e.next = 5;break;}throw new Error("Expected callback to be provided");case 5:if (this.contract.address) {e.next = 7;break;}return e.abrupt("return", r("Smart contract is missing address"));case 7:if (this.abi.type && /event/i.test(this.abi.type)) {e.next = 9;break;}return e.abrupt("return", r("Invalid method type for event watching"));case 9:if (this.tronWeb.eventServer) {e.next = 11;break;}return e.abrupt("return", r("No event server configured"));case 11:return n = !1, i = !1, s = Date.now() - 1e3, a = function () {var e = f()(l.a.mark(function e() {var r, n, a, o, c, d;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return e.prev = 0, r = { since: s, eventName: u.name, sort: "block_timestamp", blockNumber: "latest", filters: t.filters }, t.resourceNode && (/full/i.test(t.resourceNode) ? r.onlyUnconfirmed = !0 : r.onlyConfirmed = !0), e.next = 5, u.tronWeb.event.getEventsByContractAddress(u.contract.address, r);case 5:return n = e.sent, a = n.sort(function (e, t) {return t.block - e.block;}), o = Xe()(a, 1), c = o[0], d = n.filter(function (e, r) {return !(t.resourceNode && e.resourceNode && t.resourceNode.toLowerCase() !== e.resourceNode.toLowerCase() || n.slice(0, r).some(function (t) {return JSON.stringify(t) == JSON.stringify(e);}) || i && !(e.block > i));}), c && (i = c.block), e.abrupt("return", d);case 12:return e.prev = 12, e.t0 = e.catch(0), e.abrupt("return", Promise.reject(e.t0));case 15:case "end":return e.stop();}}}, e, null, [[0, 12]]);}));return function () {return e.apply(this, arguments);};}(), o = function o() {n && clearInterval(n), n = setInterval(function () {a().then(function (e) {return e.forEach(function (e) {r(null, Re.parseEvent(e, u.abi));});}).catch(function (e) {return r(e);});}, 3e3);}, e.next = 18, a();case 18:return o(), e.abrupt("return", { start: o, stop: function stop() {n && (clearInterval(n), n = !1);} });case 20:case "end":return e.stop();}}}, e, this);})), function () {return t.apply(this, arguments);}) }]), e;}(),gt = function () {function e() {var t = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],r = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : [],n = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];if (b()(this, e), !t || !t instanceof Pt) throw new Error("Expected instance of TronWeb");this.tronWeb = t, this.injectPromise = Je()(this), this.address = n, this.abi = r, this.eventListener = !1, this.bytecode = !1, this.deployed = !1, this.lastBlock = !1, this.methods = {}, this.methodInstances = {}, this.props = [], this.tronWeb.isAddress(n) ? this.deployed = !0 : this.address = !1, this.loadAbi(r);}var t, r, n, i;return y()(e, [{ key: "_getEvents", value: (i = f()(l.a.mark(function e() {var t,r,n,i,s,a,o = this,u = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return t = u.length > 0 && void 0 !== u[0] ? u[0] : {}, e.next = 3, this.tronWeb.event.getEventsByContractAddress(this.address, t);case 3:return r = e.sent, n = r.sort(function (e, t) {return t.block - e.block;}), i = Xe()(n, 1), s = i[0], a = r.filter(function (e, n) {return !(t.resourceNode && e.resourceNode && t.resourceNode.toLowerCase() !== e.resourceNode.toLowerCase() || r.slice(0, n).some(function (t) {return JSON.stringify(t) == JSON.stringify(e);}) || o.lastBlock && !(e.block > o.lastBlock));}), s && (this.lastBlock = s.block), e.abrupt("return", a);case 8:case "end":return e.stop();}}}, e, this);})), function () {return i.apply(this, arguments);}) }, { key: "_startEventListener", value: (n = f()(l.a.mark(function e() {var t,r,n = this,i = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (t = i.length > 0 && void 0 !== i[0] ? i[0] : {}, r = i.length > 1 ? i[1] : void 0, Re.isFunction(t) && (r = t, t = {}), this.eventListener && clearInterval(this.eventListener), this.tronWeb.eventServer) {e.next = 6;break;}throw new Error("Event server is not configured");case 6:if (this.address) {e.next = 8;break;}throw new Error("Contract is not configured with an address");case 8:return this.eventCallback = r, e.next = 11, this._getEvents(t);case 11:this.eventListener = setInterval(function () {n._getEvents(t).then(function (e) {return e.forEach(function (e) {n.eventCallback && n.eventCallback(e);});}).catch(function (e) {__f__("error", "Failed to get event list", e, " at node_modules/tronweb/dist/TronWeb.node.js:1");});}, 3e3);case 12:case "end":return e.stop();}}}, e, this);})), function () {return n.apply(this, arguments);}) }, { key: "_stopEventListener", value: function value() {this.eventListener && (clearInterval(this.eventListener), this.eventListener = !1, this.eventCallback = !1);} }, { key: "hasProperty", value: function value(e) {return this.hasOwnProperty(e) || this.__proto__.hasOwnProperty(e);} }, { key: "loadAbi", value: function value(e) {var t = this;this.abi = e, this.methods = {}, this.props.forEach(function (e) {return delete t[e];}), e.forEach(function (e) {if (e.type && !/constructor/i.test(e.type)) {var r = new pt(t, e),n = r.onMethod.bind(r),i = r.name,s = r.functionSelector,a = r.signature;t.methods[i] = n, t.methods[s] = n, t.methods[a] = n, t.methodInstances[i] = r, t.methodInstances[s] = r, t.methodInstances[a] = r, t.hasProperty(i) || (t[i] = n, t.props.push(i)), t.hasProperty(s) || (t[s] = n, t.props.push(s)), t.hasProperty(a) || (t[a] = n, t.props.push(a));}});} }, { key: "decodeInput", value: function value(e) {var t = e.substring(0, 8),r = e.substring(8);if (!this.methodInstances[t]) throw new Error("Contract method " + t + " not found");return { name: this.methodInstances[t].name, params: this.methodInstances[t].decodeInput(r) };} }, { key: "new", value: (r = f()(l.a.mark(function e(t) {var r,n,i,s,a,o,u = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (r = u.length > 1 && void 0 !== u[1] ? u[1] : this.tronWeb.defaultPrivateKey, n = u.length > 2 && void 0 !== u[2] && u[2], Re.isFunction(r) && (n = r, r = this.tronWeb.defaultPrivateKey), n) {e.next = 5;break;}return e.abrupt("return", this.injectPromise(this.new, t, r));case 5:return e.prev = 5, i = this.tronWeb.address.fromPrivateKey(r), e.next = 9, this.tronWeb.transactionBuilder.createSmartContract(t, i);case 9:return s = e.sent, e.next = 12, this.tronWeb.trx.sign(s, r);case 12:return a = e.sent, e.next = 15, this.tronWeb.trx.sendRawTransaction(a);case 15:if (!(o = e.sent).code) {e.next = 18;break;}return e.abrupt("return", n({ error: o.code, message: this.tronWeb.toUtf8(o.message) }));case 18:return e.next = 20, Re.sleep(3e3);case 20:return e.abrupt("return", this.at(a.contract_address, n));case 23:return e.prev = 23, e.t0 = e.catch(5), e.abrupt("return", n(e.t0));case 26:case "end":return e.stop();}}}, e, this, [[5, 23]]);})), function (e) {return r.apply(this, arguments);}) }, { key: "at", value: (t = f()(l.a.mark(function e(t) {var r,n,i = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (r = i.length > 1 && void 0 !== i[1] && i[1]) {e.next = 3;break;}return e.abrupt("return", this.injectPromise(this.at, t));case 3:return e.prev = 3, e.next = 6, this.tronWeb.trx.getContract(t);case 6:if ((n = e.sent).contract_address) {e.next = 9;break;}return e.abrupt("return", r("Unknown error: " + JSON.stringify(n, null, 2)));case 9:return this.address = n.contract_address, this.bytecode = n.bytecode, this.deployed = !0, this.loadAbi(n.abi && n.abi.entrys ? n.abi.entrys : []), e.abrupt("return", r(null, this));case 16:if (e.prev = 16, e.t0 = e.catch(3), !e.t0.toString().includes("does not exist")) {e.next = 20;break;}return e.abrupt("return", r("Contract has not been deployed on the network"));case 20:return e.abrupt("return", r(e.t0));case 21:case "end":return e.stop();}}}, e, this, [[3, 16]]);})), function (e) {return t.apply(this, arguments);}) }, { key: "events", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];if (Re.isFunction(e) && (t = e, e = {}), !Re.isFunction(t)) throw new Error("Callback function expected");var r = this;return { start: function start() {var n = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];return n ? (r._startEventListener(e, t).then(function () {n();}).catch(function (e) {n(e);}), this) : (r._startEventListener(e, t), this);}, stop: function stop() {r._stopEventListener();} };} }]), e;}(),bt = function () {function e() {var t = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],r = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {};if (b()(this, e), !t || !t instanceof Pt) throw new Error("Expected instance of TronWeb");this.tronWeb = t, this.pluginNoOverride = ["register"], this.disablePlugins = r.disablePlugins;}return y()(e, [{ key: "register", value: function value(e, t) {var r = { requires: "0.0.0", components: {} },n = { libs: [], plugged: [], skipped: [] };if (this.disablePlugins) return n.error = "This instance of TronWeb has plugins disabled.", n;var i = new e(this.tronWeb);if (Re.isFunction(i.pluginInterface) && (r = i.pluginInterface(t)), !Me.a.satisfies(Pt.version, r.requires)) throw new Error("The plugin is not compatible with this version of TronWeb");if (r.fullClass) {var s = i.constructor.name,a = s.substring(0, 1).toLowerCase() + s.substring(1);s !== a && (Pt[s] = e, this.tronWeb[a] = i, n.libs.push(s));} else for (var o in r.components) {if (this.tronWeb.hasOwnProperty(o)) {var u = r.components[o],c = this.tronWeb[o].pluginNoOverride || [];for (var d in u) {"constructor" === d || this.tronWeb[o][d] && (c.includes(d) || /^_/.test(d)) ? n.skipped.push(d) : (this.tronWeb[o][d] = u[d].bind(this.tronWeb[o]), n.plugged.push(d));}}}return n;} }]), e;}(),mt = r(21),yt = r.n(mt),kt = function () {function e() {var t = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if (b()(this, e), !(t && t instanceof Pt)) throw new Error("Expected instance of TronWeb");this.tronWeb = t, this.injectPromise = Je()(this);}return y()(e, [{ key: "setServer", value: function value() {var e = this,t = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],r = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : "healthcheck";if (!t) return this.tronWeb.eventServer = !1;if (Re.isString(t) && (t = new He.HttpProvider(t)), !this.tronWeb.isValidProvider(t)) throw new Error("Invalid event server provided");this.tronWeb.eventServer = t, this.tronWeb.eventServer.isConnected = function () {return e.tronWeb.eventServer.request(r).then(function () {return !0;}).catch(function () {return !1;});};} }, { key: "getEventsByContractAddress", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {},r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2],n = Object.assign({ sinceTimestamp: 0, eventName: !1, blockNumber: !1, size: 20, page: 1 }, t),i = n.sinceTimestamp,s = n.since,a = n.fromTimestamp,o = n.eventName,u = n.blockNumber,c = n.size,d = n.page,l = n.onlyConfirmed,h = n.onlyUnconfirmed,f = n.previousLastEventFingerprint,v = n.previousFingerprint,g = n.fingerprint,b = n.rawResponse,m = n.sort,y = n.filters;if (!r) return this.injectPromise(this.getEventsByContractAddress, e, t);if (a = a || i || s, !this.tronWeb.eventServer) return r("No event server configured");var k = [];if (!this.tronWeb.isAddress(e)) return r("Invalid contract address provided");if (o && !e) return r("Usage of event name filtering requires a contract address");if (void 0 !== a && !Re.isInteger(a)) return r("Invalid fromTimestamp provided");if (!Re.isInteger(c)) return r("Invalid size provided");if (c > 200 && (__f__("warn", "Defaulting to maximum accepted size: 200", " at node_modules/tronweb/dist/TronWeb.node.js:1"), c = 200), !Re.isInteger(d)) return r("Invalid page provided");if (u && !o) return r("Usage of block number filtering requires an event name");e && k.push(this.tronWeb.address.fromHex(e)), o && k.push(o), u && k.push(u);var x = { size: c, page: d };return "object" === p()(y) && Object.keys(y).length > 0 && (x.filters = JSON.stringify(y)), a && (x.fromTimestamp = x.since = a), l && (x.onlyConfirmed = l), h && !l && (x.onlyUnconfirmed = h), m && (x.sort = m), (g = g || v || f) && (x.fingerprint = g), this.tronWeb.eventServer.request("event/contract/".concat(k.join("/"), "?").concat(yt.a.stringify(x))).then(function () {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];return e ? Re.isArray(e) ? r(null, !0 === b ? e : e.map(function (e) {return Re.mapEvent(e);})) : r(e) : r("Unknown error occurred");}).catch(function (e) {return r(e.response && e.response.data || e);});} }, { key: "getEventsByTransactionID", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {},r = arguments.length > 2 && void 0 !== arguments[2] && arguments[2];return Re.isFunction(t) && (r = t, t = {}), r ? this.tronWeb.eventServer ? this.tronWeb.eventServer.request("event/transaction/".concat(e)).then(function () {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];return e ? Re.isArray(e) ? r(null, !0 === t.rawResponse ? e : e.map(function (e) {return Re.mapEvent(e);})) : r(e) : r("Unknown error occurred");}).catch(function (e) {return r(e.response && e.response.data || e);}) : r("No event server configured") : this.injectPromise(this.getEventsByTransactionID, e, t);} }]), e;}();function xt(e, t) {var r = Object.keys(e);if (Object.getOwnPropertySymbols) {var n = Object.getOwnPropertySymbols(e);t && (n = n.filter(function (t) {return Object.getOwnPropertyDescriptor(e, t).enumerable;})), r.push.apply(r, n);}return r;}function wt(e) {for (var t = 1; t < arguments.length; t++) {var r = null != arguments[t] ? arguments[t] : {};t % 2 ? xt(Object(r), !0).forEach(function (t) {N()(e, t, r[t]);}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : xt(Object(r)).forEach(function (t) {Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(r, t));});}return e;}var It = function () {function e(t) {var r = arguments.length > 1 && void 0 !== arguments[1] && arguments[1],n = arguments.length > 2 && void 0 !== arguments[2] && arguments[2],i = arguments.length > 3 && void 0 !== arguments[3] && arguments[3];b()(this, e), this.mainchain = n;var s = t.fullHost,a = t.fullNode,o = t.solidityNode,u = t.eventServer,c = t.mainGatewayAddress,d = t.sideGatewayAddress,l = t.sideChainId;this.sidechain = new r(s || a, s || o, s || u, i), this.isAddress = this.mainchain.isAddress, this.utils = this.mainchain.utils, this.setMainGatewayAddress(c), this.setSideGatewayAddress(d), this.setChainId(l), this.injectPromise = Je()(this), this.validator = new et(this.sidechain);var h = this;this.sidechain.trx.sign = function () {return h.sign.apply(h, arguments);}, this.sidechain.trx.multiSign = function () {return h.multiSign.apply(h, arguments);};}var t, r, n, i, s, a, o, u, c, d, h, v, p, g, m, k, x, w, I, A, P;return y()(e, [{ key: "setMainGatewayAddress", value: function value(e) {if (!this.isAddress(e)) throw new Error("Invalid main gateway address provided");this.mainGatewayAddress = e;} }, { key: "setSideGatewayAddress", value: function value(e) {if (!this.isAddress(e)) throw new Error("Invalid side gateway address provided");this.sideGatewayAddress = e;} }, { key: "setChainId", value: function value(e) {if (!this.utils.isString(e) || !e) throw new Error("Invalid side chainId provided");this.chainId = e;} }, { key: "signTransaction", value: function value(e, t) {"string" == typeof e && (e = this.utils.code.hexStr2byteArray(e));var r = this.utils.code.hexStr2byteArray(this.chainId),n = this.utils.code.hexStr2byteArray(t.txID).concat(r),i = this.sidechain.utils.ethersUtils.sha256(n),s = this.utils.crypto.ECKeySign(this.utils.code.hexStr2byteArray(i.replace(/^0x/, "")), e);return Array.isArray(t.signature) ? t.signature.includes(s) || t.signature.push(s) : t.signature = [s], t;} }, { key: "multiSign", value: (P = f()(l.a.mark(function e() {var t,r,n,i,s,a,o,u = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (t = u.length > 0 && void 0 !== u[0] && u[0], r = u.length > 1 && void 0 !== u[1] ? u[1] : this.sidechain.defaultPrivateKey, n = u.length > 2 && void 0 !== u[2] && u[2], i = u.length > 3 && void 0 !== u[3] && u[3], this.utils.isFunction(n) && (i = n, n = 0), this.utils.isFunction(r) && (i = r, r = this.mainchain.defaultPrivateKey, n = 0), i) {e.next = 8;break;}return e.abrupt("return", this.injectPromise(this.multiSign, t, r, n));case 8:if (this.utils.isObject(t) && t.raw_data && t.raw_data.contract) {e.next = 10;break;}return e.abrupt("return", i("Invalid transaction provided"));case 10:if (t.raw_data.contract[0].Permission_id || !(n > 0)) {e.next = 30;break;}return t.raw_data.contract[0].Permission_id = n, s = this.sidechain.address.toHex(this.sidechain.address.fromPrivateKey(r)).toLowerCase(), e.next = 15, this.sidechain.trx.getSignWeight(t, n);case 15:if ("PERMISSION_ERROR" !== (a = e.sent).result.code) {e.next = 18;break;}return e.abrupt("return", i(a.result.message));case 18:if (o = !1, a.permission.keys.map(function (e) {e.address === s && (o = !0);}), o) {e.next = 22;break;}return e.abrupt("return", i(r + " has no permission to sign"));case 22:if (!a.approved_list || -1 == a.approved_list.indexOf(s)) {e.next = 24;break;}return e.abrupt("return", i(r + " already sign transaction"));case 24:if (!a.transaction || !a.transaction.transaction) {e.next = 29;break;}(t = a.transaction.transaction).raw_data.contract[0].Permission_id = n, e.next = 30;break;case 29:return e.abrupt("return", i("Invalid transaction provided"));case 30:return e.prev = 30, e.abrupt("return", i(null, this.signTransaction(r, t)));case 34:e.prev = 34, e.t0 = e.catch(30), i(e.t0);case 37:case "end":return e.stop();}}}, e, this, [[30, 34]]);})), function () {return P.apply(this, arguments);}) }, { key: "sign", value: (A = f()(l.a.mark(function e() {var t,r,n,i,s,a,o = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (t = o.length > 0 && void 0 !== o[0] && o[0], r = o.length > 1 && void 0 !== o[1] ? o[1] : this.sidechain.defaultPrivateKey, n = !(o.length > 2 && void 0 !== o[2]) || o[2], i = o.length > 3 && void 0 !== o[3] && o[3], s = o.length > 4 && void 0 !== o[4] && o[4], this.utils.isFunction(i) && (s = i, i = !1), this.utils.isFunction(n) && (s = n, n = !0, i = !1), this.utils.isFunction(r) && (s = r, r = this.sidechain.defaultPrivateKey, n = !0, i = !1), s) {e.next = 10;break;}return e.abrupt("return", this.injectPromise(this.sign, t, r, n, i));case 10:if (!this.utils.isString(t)) {e.next = 21;break;}if (this.utils.isHex(t)) {e.next = 13;break;}return e.abrupt("return", s("Expected hex message input"));case 13:return e.prev = 13, a = this.sidechain.trx.signString(t, r, n), e.abrupt("return", s(null, a));case 18:e.prev = 18, e.t0 = e.catch(13), s(e.t0);case 21:if (this.utils.isObject(t)) {e.next = 23;break;}return e.abrupt("return", s("Invalid transaction provided"));case 23:if (i || !t.signature) {e.next = 25;break;}return e.abrupt("return", s("Transaction is already signed"));case 25:if (e.prev = 25, i) {e.next = 30;break;}if (this.sidechain.address.toHex(this.sidechain.address.fromPrivateKey(r)).toLowerCase() === this.sidechain.address.toHex(t.raw_data.contract[0].parameter.value.owner_address)) {e.next = 30;break;}return e.abrupt("return", s("Private key does not match address in transaction"));case 30:return e.abrupt("return", s(null, this.signTransaction(r, t)));case 33:e.prev = 33, e.t1 = e.catch(25), s(e.t1);case 36:case "end":return e.stop();}}}, e, this, [[13, 18], [25, 33]]);})), function () {return A.apply(this, arguments);}) }, { key: "depositTrx", value: (I = f()(l.a.mark(function e(t, r, n) {var i,s,a,o,u,c = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (i = c.length > 3 && void 0 !== c[3] ? c[3] : {}, s = c.length > 4 && void 0 !== c[4] ? c[4] : this.mainchain.defaultPrivateKey, a = c.length > 5 && void 0 !== c[5] && c[5], this.utils.isFunction(s) && (a = s, s = this.mainchain.defaultPrivateKey), this.utils.isFunction(i) && (a = i, i = {}), a) {e.next = 7;break;}return e.abrupt("return", this.injectPromise(this.depositTrx, t, r, n, i, s));case 7:if (!this.validator.notValid([{ name: "callValue", type: "integer", value: t, gte: 0 }, { name: "depositFee", type: "integer", value: r, gte: 0 }, { name: "feeLimit", type: "integer", value: n, gte: 0, lte: 5e9 }], a)) {e.next = 9;break;}return e.abrupt("return");case 9:return i = wt({ callValue: Number(t) + Number(r), feeLimit: n }, i), e.prev = 10, e.next = 13, this.mainchain.contract().at(this.mainGatewayAddress);case 13:return o = e.sent, e.next = 16, o.depositTRX().send(i, s);case 16:return u = e.sent, e.abrupt("return", a(null, u));case 20:return e.prev = 20, e.t0 = e.catch(10), e.abrupt("return", a(e.t0));case 23:case "end":return e.stop();}}}, e, this, [[10, 20]]);})), function (e, t, r) {return I.apply(this, arguments);}) }, { key: "depositTrc10", value: (w = f()(l.a.mark(function e(t, r, n, i) {var s,a,o,u,c,d = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (s = d.length > 4 && void 0 !== d[4] ? d[4] : {}, a = d.length > 5 && void 0 !== d[5] ? d[5] : this.mainchain.defaultPrivateKey, o = d.length > 6 && void 0 !== d[6] && d[6], this.utils.isFunction(a) && (o = a, a = this.mainchain.defaultPrivateKey), this.utils.isFunction(s) && (o = s, s = {}), o) {e.next = 7;break;}return e.abrupt("return", this.injectPromise(this.depositTrc10, t, r, n, i, s, a));case 7:if (!this.validator.notValid([{ name: "tokenValue", type: "integer", value: r, gte: 0 }, { name: "depositFee", type: "integer", value: n, gte: 0 }, { name: "feeLimit", type: "integer", value: i, gte: 0, lte: 5e9 }, { name: "tokenId", type: "integer", value: t, gte: 0 }], o)) {e.next = 9;break;}return e.abrupt("return");case 9:return s = wt(wt({ tokenId: t, tokenValue: r, feeLimit: i }, s), {}, { callValue: n }), e.prev = 10, e.next = 13, this.mainchain.contract().at(this.mainGatewayAddress);case 13:return u = e.sent, e.next = 16, u.depositTRC10(t, r).send(s, a);case 16:c = e.sent, o(null, c), e.next = 23;break;case 20:return e.prev = 20, e.t0 = e.catch(10), e.abrupt("return", o(e.t0));case 23:case "end":return e.stop();}}}, e, this, [[10, 20]]);})), function (e, t, r, n) {return w.apply(this, arguments);}) }, { key: "depositTrc", value: (x = f()(l.a.mark(function e(t, r, n, i, s) {var a,o,u,c,d,h,f = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (a = f.length > 5 && void 0 !== f[5] ? f[5] : {}, o = f.length > 6 && void 0 !== f[6] ? f[6] : this.mainchain.defaultPrivateKey, u = f.length > 7 && void 0 !== f[7] && f[7], this.utils.isFunction(o) && (u = o, o = this.mainchain.defaultPrivateKey), this.utils.isFunction(a) && (u = a, a = {}), u) {e.next = 7;break;}return e.abrupt("return", this.injectPromise(this.depositTrc, t, r, n, i, s, a, o));case 7:if (!this.validator.notValid([{ name: "functionSelector", type: "not-empty-string", value: t }, { name: "num", type: "integer", value: r, gte: 0 }, { name: "fee", type: "integer", value: n, gte: 0 }, { name: "feeLimit", type: "integer", value: i, gte: 0, lte: 5e9 }, { name: "contractAddress", type: "address", value: s }], u)) {e.next = 9;break;}return e.abrupt("return");case 9:if (a = wt(wt({ feeLimit: i }, a), {}, { callValue: n, tokenId: "", tokenValue: 0 }), e.prev = 10, c = null, "approve" !== t) {e.next = 21;break;}return e.next = 15, this.mainchain.contract().at(s);case 15:return d = e.sent, e.next = 18, d.approve(this.mainGatewayAddress, r).send(a, o);case 18:c = e.sent, e.next = 44;break;case 21:return e.next = 23, this.mainchain.contract().at(this.mainGatewayAddress);case 23:h = e.sent, e.t0 = t, e.next = "depositTRC20" === e.t0 ? 27 : "depositTRC721" === e.t0 ? 31 : "retryDeposit" === e.t0 ? 35 : "retryMapping" === e.t0 ? 39 : 43;break;case 27:return e.next = 29, h.depositTRC20(s, r).send(a, o);case 29:return c = e.sent, e.abrupt("break", 44);case 31:return e.next = 33, h.depositTRC721(s, r).send(a, o);case 33:return c = e.sent, e.abrupt("break", 44);case 35:return e.next = 37, h.retryDeposit(r).send(a, o);case 37:return c = e.sent, e.abrupt("break", 44);case 39:return e.next = 41, h.retryMapping(r).send(a, o);case 41:return c = e.sent, e.abrupt("break", 44);case 43:return e.abrupt("break", 44);case 44:u(null, c), e.next = 50;break;case 47:return e.prev = 47, e.t1 = e.catch(10), e.abrupt("return", u(e.t1));case 50:case "end":return e.stop();}}}, e, this, [[10, 47]]);})), function (e, t, r, n, i) {return x.apply(this, arguments);}) }, { key: "approveTrc20", value: (k = f()(l.a.mark(function e(t, r, n) {var i,s,a,o,u = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return i = u.length > 3 && void 0 !== u[3] ? u[3] : {}, s = u.length > 4 && void 0 !== u[4] ? u[4] : this.mainchain.defaultPrivateKey, a = u.length > 5 && void 0 !== u[5] && u[5], o = "approve", e.abrupt("return", this.depositTrc(o, t, 0, r, n, i, s, a));case 5:case "end":return e.stop();}}}, e, this);})), function (e, t, r) {return k.apply(this, arguments);}) }, { key: "approveTrc721", value: (m = f()(l.a.mark(function e(t, r, n) {var i,s,a,o,u = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return i = u.length > 3 && void 0 !== u[3] ? u[3] : {}, s = u.length > 4 && void 0 !== u[4] ? u[4] : this.mainchain.defaultPrivateKey, a = u.length > 5 && void 0 !== u[5] && u[5], o = "approve", e.abrupt("return", this.depositTrc(o, t, 0, r, n, i, s, a));case 5:case "end":return e.stop();}}}, e, this);})), function (e, t, r) {return m.apply(this, arguments);}) }, { key: "depositTrc20", value: (g = f()(l.a.mark(function e(t, r, n, i) {var s,a,o,u,c = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return s = c.length > 4 && void 0 !== c[4] ? c[4] : {}, a = c.length > 5 && void 0 !== c[5] ? c[5] : this.mainchain.defaultPrivateKey, o = c.length > 6 && void 0 !== c[6] && c[6], u = "depositTRC20", e.abrupt("return", this.depositTrc(u, t, r, n, i, s, a, o));case 5:case "end":return e.stop();}}}, e, this);})), function (e, t, r, n) {return g.apply(this, arguments);}) }, { key: "depositTrc721", value: (p = f()(l.a.mark(function e(t, r, n, i) {var s,a,o,u,c = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return s = c.length > 4 && void 0 !== c[4] ? c[4] : {}, a = c.length > 5 && void 0 !== c[5] ? c[5] : this.mainchain.defaultPrivateKey, o = c.length > 6 && void 0 !== c[6] && c[6], u = "depositTRC721", e.abrupt("return", this.depositTrc(u, t, r, n, i, s, a, o));case 5:case "end":return e.stop();}}}, e, this);})), function (e, t, r, n) {return p.apply(this, arguments);}) }, { key: "mappingTrc", value: (v = f()(l.a.mark(function e(t, r, n, i) {var s,a,o,u,c,d = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (s = d.length > 4 && void 0 !== d[4] ? d[4] : {}, a = d.length > 5 && void 0 !== d[5] ? d[5] : this.mainchain.defaultPrivateKey, o = d.length > 6 ? d[6] : void 0, this.utils.isFunction(a) && (o = a, a = this.mainchain.defaultPrivateKey), this.utils.isFunction(s) && (o = s, s = {}), o) {e.next = 7;break;}return e.abrupt("return", this.injectPromise(this.mappingTrc, t, r, n, i, s, a));case 7:if (!this.validator.notValid([{ name: "trxHash", type: "not-empty-string", value: t }, { name: "mappingFee", type: "integer", value: r, gte: 0 }, { name: "feeLimit", type: "integer", value: n, gte: 0, lte: 5e9 }], o)) {e.next = 9;break;}return e.abrupt("return");case 9:return t = t.startsWith("0x") ? t : "0x" + t, s = wt(wt({ feeLimit: n }, s), {}, { callValue: r }), e.prev = 11, e.next = 14, this.mainchain.contract().at(this.mainGatewayAddress);case 14:if (u = e.sent, c = null, "mappingTRC20" !== i) {e.next = 22;break;}return e.next = 19, u.mappingTRC20(t).send(s, a);case 19:c = e.sent, e.next = 29;break;case 22:if ("mappingTRC721" !== i) {e.next = 28;break;}return e.next = 25, u.mappingTRC721(t).send(s, a);case 25:c = e.sent, e.next = 29;break;case 28:o(new Error("type must be trc20 or trc721"));case 29:o(null, c), e.next = 35;break;case 32:return e.prev = 32, e.t0 = e.catch(11), e.abrupt("return", o(e.t0));case 35:case "end":return e.stop();}}}, e, this, [[11, 32]]);})), function (e, t, r, n) {return v.apply(this, arguments);}) }, { key: "mappingTrc20", value: (h = f()(l.a.mark(function e(t, r, n) {var i,s,a,o,u = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return i = u.length > 3 && void 0 !== u[3] ? u[3] : {}, s = u.length > 4 && void 0 !== u[4] ? u[4] : this.mainchain.defaultPrivateKey, a = u.length > 5 && void 0 !== u[5] && u[5], o = "mappingTRC20", e.abrupt("return", this.mappingTrc(t, r, n, o, i, s, a));case 5:case "end":return e.stop();}}}, e, this);})), function (e, t, r) {return h.apply(this, arguments);}) }, { key: "mappingTrc721", value: (d = f()(l.a.mark(function e(t, r, n) {var i,s,a,o,u = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return i = u.length > 3 && void 0 !== u[3] ? u[3] : {}, s = u.length > 4 && void 0 !== u[4] ? u[4] : this.mainchain.defaultPrivateKey, a = u.length > 5 && void 0 !== u[5] && u[5], o = "mappingTRC721", e.abrupt("return", this.mappingTrc(t, r, n, o, i, s, a));case 5:case "end":return e.stop();}}}, e, this);})), function (e, t, r) {return d.apply(this, arguments);}) }, { key: "withdrawTrx", value: (c = f()(l.a.mark(function e(t, r, n) {var i,s,a,o,u,c = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (i = c.length > 3 && void 0 !== c[3] ? c[3] : {}, s = c.length > 4 && void 0 !== c[4] ? c[4] : this.mainchain.defaultPrivateKey, a = c.length > 5 && void 0 !== c[5] && c[5], this.utils.isFunction(s) && (a = s, s = this.mainchain.defaultPrivateKey), this.utils.isFunction(i) && (a = i, i = {}), a) {e.next = 7;break;}return e.abrupt("return", this.injectPromise(this.withdrawTrx, t, r, n, i, s));case 7:if (!this.validator.notValid([{ name: "callValue", type: "integer", value: t, gte: 0 }, { name: "withdrawFee", type: "integer", value: r, gte: 0 }, { name: "feeLimit", type: "integer", value: n, gte: 0, lte: 1e9 }], a)) {e.next = 9;break;}return e.abrupt("return");case 9:return i = wt({ callValue: Number(t) + Number(r), feeLimit: n }, i), e.prev = 10, e.next = 13, this.sidechain.contract().at(this.sideGatewayAddress);case 13:return o = e.sent, e.next = 16, o.withdrawTRX().send(i, s);case 16:return u = e.sent, e.abrupt("return", a(null, u));case 20:return e.prev = 20, e.t0 = e.catch(10), e.abrupt("return", a(e.t0));case 23:case "end":return e.stop();}}}, e, this, [[10, 20]]);})), function (e, t, r) {return c.apply(this, arguments);}) }, { key: "withdrawTrc10", value: (u = f()(l.a.mark(function e(t, r, n, i) {var s,a,o,u,c,d = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (s = d.length > 4 && void 0 !== d[4] ? d[4] : {}, a = d.length > 5 && void 0 !== d[5] ? d[5] : this.mainchain.defaultPrivateKey, o = d.length > 6 && void 0 !== d[6] && d[6], this.utils.isFunction(a) && (o = a, a = this.mainchain.defaultPrivateKey), this.utils.isFunction(s) && (o = s, s = {}), o) {e.next = 7;break;}return e.abrupt("return", this.injectPromise(this.withdrawTrc10, t, r, n, i, s, a));case 7:if (!this.validator.notValid([{ name: "tokenId", type: "integer", value: t, gte: 0 }, { name: "tokenValue", type: "integer", value: r, gte: 0 }, { name: "withdrawFee", type: "integer", value: n, gte: 0 }, { name: "feeLimit", type: "integer", value: i, gte: 0, lte: 1e9 }], o)) {e.next = 9;break;}return e.abrupt("return");case 9:return s = wt({ tokenValue: r, tokenId: t, callValue: n, feeLimit: i }, s), e.prev = 10, e.next = 13, this.sidechain.contract().at(this.sideGatewayAddress);case 13:return u = e.sent, e.next = 16, u.withdrawTRC10(t, r).send(s, a);case 16:return c = e.sent, e.abrupt("return", o(null, c));case 20:return e.prev = 20, e.t0 = e.catch(10), e.abrupt("return", o(e.t0));case 23:case "end":return e.stop();}}}, e, this, [[10, 20]]);})), function (e, t, r, n) {return u.apply(this, arguments);}) }, { key: "withdrawTrc", value: (o = f()(l.a.mark(function e(t, r, n, i, s) {var a,o,u,c,d,h,v,p,g,b,m = this,y = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (a = y.length > 5 && void 0 !== y[5] ? y[5] : {}, o = y.length > 6 && void 0 !== y[6] ? y[6] : this.mainchain.defaultPrivateKey, u = y.length > 7 && void 0 !== y[7] && y[7], this.utils.isFunction(o) && (u = o, o = this.mainchain.defaultPrivateKey), this.utils.isFunction(a) && (u = a, a = {}), u) {e.next = 7;break;}return e.abrupt("return", this.injectPromise(this.withdrawTrc, t, r, n, i, s, a, o));case 7:if (!this.validator.notValid([{ name: "functionSelector", type: "not-empty-string", value: t }, { name: "numOrId", type: "integer", value: r, gte: 0 }, { name: "withdrawFee", type: "integer", value: n, gte: 0 }, { name: "feeLimit", type: "integer", value: i, gte: 0, lte: 1e9 }, { name: "contractAddress", type: "address", value: s }], u)) {e.next = 9;break;}return e.abrupt("return");case 9:return a = wt(wt({ feeLimit: i }, a), {}, { callValue: n }), c = [{ type: "uint256", value: r }], e.prev = 11, d = o ? this.sidechain.address.fromPrivateKey(o) : this.sidechain.defaultAddress.base58, e.next = 15, this.sidechain.transactionBuilder.triggerSmartContract(s, t, a, c, this.sidechain.address.toHex(d));case 15:if ((h = e.sent).result && h.result.result) {e.next = 18;break;}return e.abrupt("return", u("Unknown error: " + JSON.stringify(h.transaction, null, 2)));case 18:return e.next = 20, this.sidechain.trx.sign(h.transaction, o);case 20:if ((v = e.sent).signature) {e.next = 25;break;}if (o) {e.next = 24;break;}return e.abrupt("return", u("Transaction was not signed properly"));case 24:return e.abrupt("return", u("Invalid private key provided"));case 25:return e.next = 27, this.sidechain.trx.sendRawTransaction(v);case 27:if (!(p = e.sent).code) {e.next = 32;break;}return g = { error: p.code, message: p.code }, p.message && (g.message = this.sidechain.toUtf8(p.message)), e.abrupt("return", u(g));case 32:if (a.shouldPollResponse) {e.next = 34;break;}return e.abrupt("return", u(null, v.txID));case 34:(b = function () {var e = f()(l.a.mark(function e() {var t,r,n,i = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (20 != (t = i.length > 0 && void 0 !== i[0] ? i[0] : 0)) {e.next = 3;break;}return e.abrupt("return", u({ error: "Cannot find result in solidity node", transaction: v }));case 3:return e.next = 5, m.sidechain.trx.getTransactionInfo(v.txID);case 5:if (r = e.sent, Object.keys(r).length) {e.next = 8;break;}return e.abrupt("return", setTimeout(function () {b(t + 1);}, 3e3));case 8:if (!r.result || "FAILED" != r.result) {e.next = 10;break;}return e.abrupt("return", u({ error: m.sidechain.toUtf8(r.resMessage), transaction: v, output: r }));case 10:if (m.utils.hasProperty(r, "contractResult")) {e.next = 12;break;}return e.abrupt("return", u({ error: "Failed to execute: " + JSON.stringify(r, null, 2), transaction: v, output: r }));case 12:if (!a.rawResponse) {e.next = 14;break;}return e.abrupt("return", u(null, r));case 14:return 1 === (n = decodeOutput(m.outputs, "0x" + r.contractResult[0])).length && (n = n[0]), e.abrupt("return", u(null, n));case 17:case "end":return e.stop();}}}, e);}));return function () {return e.apply(this, arguments);};}())(), e.next = 41;break;case 38:return e.prev = 38, e.t0 = e.catch(11), e.abrupt("return", u(e.t0));case 41:case "end":return e.stop();}}}, e, this, [[11, 38]]);})), function (e, t, r, n, i) {return o.apply(this, arguments);}) }, { key: "withdrawTrc20", value: (a = f()(l.a.mark(function e(t, r, n, i, s) {var a,o,u,c = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return a = c.length > 5 && void 0 !== c[5] ? c[5] : this.mainchain.defaultPrivateKey, o = c.length > 6 && void 0 !== c[6] && c[6], u = "withdrawal(uint256)", e.abrupt("return", this.withdrawTrc(u, t, r, n, i, s, a, o));case 4:case "end":return e.stop();}}}, e, this);})), function (e, t, r, n, i) {return a.apply(this, arguments);}) }, { key: "withdrawTrc721", value: (s = f()(l.a.mark(function e(t, r, n, i, s) {var a,o,u,c = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return a = c.length > 5 && void 0 !== c[5] ? c[5] : this.mainchain.defaultPrivateKey, o = c.length > 6 && void 0 !== c[6] && c[6], u = "withdrawal(uint256)", e.abrupt("return", this.withdrawTrc(u, t, r, n, i, s, a, o));case 4:case "end":return e.stop();}}}, e, this);})), function (e, t, r, n, i) {return s.apply(this, arguments);}) }, { key: "injectFund", value: (i = f()(l.a.mark(function e(t, r, n) {var i,s,a,o,u,c,d,h,f = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (i = f.length > 3 && void 0 !== f[3] ? f[3] : this.mainchain.defaultPrivateKey, s = f.length > 4 && void 0 !== f[4] && f[4], this.utils.isFunction(i) && (s = i, i = this.mainchain.defaultPrivateKey), this.utils.isFunction(n) && (s = n, n = {}), s) {e.next = 6;break;}return e.abrupt("return", this.injectPromise(this.injectFund, t, r, n, i));case 6:if (!this.validator.notValid([{ name: "num", type: "integer", value: t, gte: 0 }, { name: "feeLimit", type: "integer", value: r, gte: 0, lte: 1e9 }], s)) {e.next = 8;break;}return e.abrupt("return");case 8:return e.prev = 8, a = this.sidechain.address.fromPrivateKey(i), o = this.sidechain.address.toHex(a), e.next = 13, this.sidechain.fullNode.request("/wallet/fundinject", { owner_address: o, amount: t }, "post");case 13:return u = e.sent, e.next = 16, this.sidechain.trx.sign(u, i);case 16:if ((c = e.sent).signature) {e.next = 21;break;}if (i) {e.next = 20;break;}return e.abrupt("return", s("Transaction was not signed properly"));case 20:return e.abrupt("return", s("Invalid private key provided"));case 21:return e.next = 23, this.sidechain.trx.sendRawTransaction(c);case 23:if (!(d = e.sent).code) {e.next = 28;break;}return h = { error: d.code, message: d.code }, d.message && (h.message = this.mainchain.toUtf8(d.message)), e.abrupt("return", s(h));case 28:return e.abrupt("return", s(null, c.txID));case 31:return e.prev = 31, e.t0 = e.catch(8), e.abrupt("return", s(e.t0));case 34:case "end":return e.stop();}}}, e, this, [[8, 31]]);})), function (e, t, r) {return i.apply(this, arguments);}) }, { key: "retryWithdraw", value: (n = f()(l.a.mark(function e(t, r, n) {var i,s,a,o,u = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return i = u.length > 3 && void 0 !== u[3] ? u[3] : {}, s = u.length > 4 && void 0 !== u[4] ? u[4] : this.sidechain.defaultPrivateKey, a = u.length > 5 && void 0 !== u[5] && u[5], o = "retryWithdraw(uint256)", e.abrupt("return", this.withdrawTrc(o, t, r, n, this.sideGatewayAddress, i, s, a));case 5:case "end":return e.stop();}}}, e, this);})), function (e, t, r) {return n.apply(this, arguments);}) }, { key: "retryDeposit", value: (r = f()(l.a.mark(function e(t, r, n) {var i,s,a,o,u = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return i = u.length > 3 && void 0 !== u[3] ? u[3] : {}, s = u.length > 4 && void 0 !== u[4] ? u[4] : this.mainchain.defaultPrivateKey, a = u.length > 5 && void 0 !== u[5] && u[5], o = "retryDeposit", e.abrupt("return", this.depositTrc(o, t, r, n, this.mainGatewayAddress, i, s, a));case 5:case "end":return e.stop();}}}, e, this);})), function (e, t, n) {return r.apply(this, arguments);}) }, { key: "retryMapping", value: (t = f()(l.a.mark(function e(t, r, n) {var i,s,a,o,u = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return i = u.length > 3 && void 0 !== u[3] ? u[3] : {}, s = u.length > 4 && void 0 !== u[4] ? u[4] : this.mainchain.defaultPrivateKey, a = u.length > 5 && void 0 !== u[5] && u[5], o = "retryMapping", e.abrupt("return", this.depositTrc(o, t, r, n, this.mainGatewayAddress, i, s, a));case 5:case "end":return e.stop();}}}, e, this);})), function (e, r, n) {return t.apply(this, arguments);}) }]), e;}();function At(e) {var t = function () {if ("undefined" == typeof Reflect || !Reflect.construct) return !1;if (Reflect.construct.sham) return !1;if ("function" == typeof Proxy) return !0;try {return Date.prototype.toString.call(Reflect.construct(Date, [], function () {})), !0;} catch (e) {return !1;}}();return function () {var r,n = _()(e);if (t) {var i = _()(this).constructor;r = Reflect.construct(n, arguments, i);} else r = n.apply(this, arguments);return P()(this, r);};}var Pt = function (e) {I()(s, e);var t,r,n,i = At(s);function s() {var e,t,r = arguments.length > 0 && void 0 !== arguments[0] && arguments[0],n = arguments.length > 1 && void 0 !== arguments[1] && arguments[1],a = arguments.length > 2 && void 0 !== arguments[2] && arguments[2],o = arguments.length > 3 && void 0 !== arguments[3] && arguments[3],u = arguments.length > 4 && void 0 !== arguments[4] && arguments[4];b()(this, s), e = i.call(this);var c = !1,d = !1;return "object" === p()(r) && (r.fullNode || r.fullHost) ? (t = r.fullNode || r.fullHost, o = n, n = r.solidityNode || r.fullHost, a = r.eventServer || r.fullHost, c = r.headers || !1, d = r.eventHeaders || c, u = r.privateKey) : t = r, Re.isString(t) && (t = new He.HttpProvider(t)), Re.isString(n) && (n = new He.HttpProvider(n)), Re.isString(a) && (a = new He.HttpProvider(a)), e.event = new kt(x()(e)), e.transactionBuilder = new at(x()(e)), e.trx = new dt(x()(e)), e.plugin = new bt(x()(e), r), e.utils = Re, e.setFullNode(t), e.setSolidityNode(n), e.setEventServer(a), e.providers = He, e.BigNumber = qe.a, e.defaultBlock = !1, e.defaultPrivateKey = !1, e.defaultAddress = { hex: !1, base58: !1 }, ["sha3", "toHex", "toUtf8", "fromUtf8", "toAscii", "fromAscii", "toDecimal", "fromDecimal", "toSun", "fromSun", "toBigNumber", "isAddress", "createAccount", "address", "version"].forEach(function (t) {e[t] = s[t];}), "object" === p()(o) && (o.fullNode || o.fullHost) ? e.sidechain = new It(o, s, x()(e), u) : u = u || o, u && e.setPrivateKey(u), e.fullnodeVersion = "3.5.0", e.feeLimit = 15e7, e.injectPromise = Je()(x()(e)), c && e.setFullNodeHeader(c), d && e.setEventHeader(d), e;}return y()(s, [{ key: "getFullnodeVersion", value: (n = f()(l.a.mark(function e() {var t;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return e.prev = 0, e.next = 3, this.trx.getNodeInfo();case 3:t = e.sent, this.fullnodeVersion = t.configNodeInfo.codeVersion, 2 === this.fullnodeVersion.split(".").length && (this.fullnodeVersion += ".0"), e.next = 11;break;case 8:e.prev = 8, e.t0 = e.catch(0), this.fullnodeVersion = "3.5.0";case 11:case "end":return e.stop();}}}, e, this, [[0, 8]]);})), function () {return n.apply(this, arguments);}) }, { key: "setDefaultBlock", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if ([!1, "latest", "earliest", 0].includes(e)) return this.defaultBlock = e;if (!Re.isInteger(e) || !e) throw new Error("Invalid block ID provided");this.defaultBlock = Math.abs(e);} }, { key: "setPrivateKey", value: function value(e) {try {this.setAddress(this.address.fromPrivateKey(e));} catch (e) {throw new Error("Invalid private key provided");}this.defaultPrivateKey = e, this.emit("privateKeyChanged", e);} }, { key: "setAddress", value: function value(e) {if (!this.isAddress(e)) throw new Error("Invalid address provided");var t = this.address.toHex(e),r = this.address.fromHex(e);this.defaultPrivateKey && this.address.fromPrivateKey(this.defaultPrivateKey) !== r && (this.defaultPrivateKey = !1), this.defaultAddress = { hex: t, base58: r }, this.emit("addressChanged", { hex: t, base58: r });} }, { key: "fullnodeSatisfies", value: function value(e) {return Me.a.satisfies(this.fullnodeVersion, e);} }, { key: "isValidProvider", value: function value(e) {return Object.values(He).some(function (t) {return e instanceof t;});} }, { key: "setFullNode", value: function value(e) {if (Re.isString(e) && (e = new He.HttpProvider(e)), !this.isValidProvider(e)) throw new Error("Invalid full node provided");this.fullNode = e, this.fullNode.setStatusPage("wallet/getnowblock"), this.getFullnodeVersion();} }, { key: "setSolidityNode", value: function value(e) {if (Re.isString(e) && (e = new He.HttpProvider(e)), !this.isValidProvider(e)) throw new Error("Invalid solidity node provided");this.solidityNode = e, this.solidityNode.setStatusPage("walletsolidity/getnowblock");} }, { key: "setEventServer", value: function value() {var e;(e = this.event).setServer.apply(e, arguments);} }, { key: "setHeader", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},t = new He.HttpProvider(this.fullNode.host, 3e4, !1, !1, e),r = new He.HttpProvider(this.solidityNode.host, 3e4, !1, !1, e),n = new He.HttpProvider(this.eventServer.host, 3e4, !1, !1, e);this.setFullNode(t), this.setSolidityNode(r), this.setEventServer(n);} }, { key: "setFullNodeHeader", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},t = new He.HttpProvider(this.fullNode.host, 3e4, !1, !1, e),r = new He.HttpProvider(this.solidityNode.host, 3e4, !1, !1, e);this.setFullNode(t), this.setSolidityNode(r);} }, { key: "setEventHeader", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},t = new He.HttpProvider(this.eventServer.host, 3e4, !1, !1, e);this.setEventServer(t);} }, { key: "currentProviders", value: function value() {return { fullNode: this.fullNode, solidityNode: this.solidityNode, eventServer: this.eventServer };} }, { key: "currentProvider", value: function value() {return this.currentProviders();} }, { key: "getEventResult", value: function value() {for (var e, t = arguments.length, r = new Array(t), n = 0; n < t; n++) {r[n] = arguments[n];}return "object" !== p()(r[1]) && (r[1] = { sinceTimestamp: r[1] || 0, eventName: r[2] || !1, blockNumber: r[3] || !1, size: r[4] || 20, page: r[5] || 1 }, r.splice(2, 4), Re.isFunction(r[2]) || (Re.isFunction(r[1].page) ? (r[2] = r[1].page, r[1].page = 1) : Re.isFunction(r[1].size) && (r[2] = r[1].size, r[1].size = 20, r[1].page = 1))), (e = this.event).getEventsByContractAddress.apply(e, r);} }, { key: "getEventByTransactionID", value: function value() {var e;return (e = this.event).getEventsByTransactionID.apply(e, arguments);} }, { key: "contract", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : [],t = arguments.length > 1 && void 0 !== arguments[1] && arguments[1];return new gt(this, e, t);} }, { key: "isConnected", value: (r = f()(l.a.mark(function e() {var t,r = arguments;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:if (t = r.length > 0 && void 0 !== r[0] && r[0]) {e.next = 3;break;}return e.abrupt("return", this.injectPromise(this.isConnected));case 3:return e.t0 = t, e.next = 6, this.fullNode.isConnected();case 6:return e.t1 = e.sent, e.next = 9, this.solidityNode.isConnected();case 9:if (e.t2 = e.sent, e.t3 = this.eventServer, !e.t3) {e.next = 15;break;}return e.next = 14, this.eventServer.isConnected();case 14:e.t3 = e.sent;case 15:return e.t4 = e.t3, e.t5 = { fullNode: e.t1, solidityNode: e.t2, eventServer: e.t4 }, e.abrupt("return", (0, e.t0)(null, e.t5));case 18:case "end":return e.stop();}}}, e, this);})), function () {return r.apply(this, arguments);}) }], [{ key: "sha3", value: function value(e) {var t = !(arguments.length > 1 && void 0 !== arguments[1]) || arguments[1];return (t ? "0x" : "") + ie(Buffer.from(e, "utf-8")).toString().substring(2);} }, { key: "toHex", value: function value(e) {if (Re.isBoolean(e)) return s.fromDecimal(+e);if (Re.isBigNumber(e)) return s.fromDecimal(e);if ("object" === p()(e)) return s.fromUtf8(JSON.stringify(e));if (Re.isString(e)) {if (/^(-|)0x/.test(e)) return e;if (!isFinite(e) || /^\s*$/.test(e)) return s.fromUtf8(e);}var t = s.fromDecimal(e);if ("0xNaN" === t) throw new Error("The passed value is not convertible to a hex string");return t;} }, { key: "toUtf8", value: function value(e) {if (Re.isHex(e)) return e = e.replace(/^0x/, ""), Buffer.from(e, "hex").toString("utf8");throw new Error("The passed value is not a valid hex string");} }, { key: "fromUtf8", value: function value(e) {if (!Re.isString(e)) throw new Error("The passed value is not a valid utf-8 string");return "0x" + Buffer.from(e, "utf8").toString("hex");} }, { key: "toAscii", value: function value(e) {if (Re.isHex(e)) {var t = "",r = 0,n = e.length;for ("0x" === e.substring(0, 2) && (r = 2); r < n; r += 2) {var i = parseInt(e.substr(r, 2), 16);t += String.fromCharCode(i);}return t;}throw new Error("The passed value is not a valid hex string");} }, { key: "fromAscii", value: function value(e, t) {if (!Re.isString(e)) throw new Error("The passed value is not a valid utf-8 string");return "0x" + Buffer.from(e, "ascii").toString("hex").padEnd(t, "0");} }, { key: "toDecimal", value: function value(e) {return s.toBigNumber(e).toNumber();} }, { key: "fromDecimal", value: function value(e) {var t = s.toBigNumber(e),r = t.toString(16);return t.isLessThan(0) ? "-0x" + r.substr(1) : "0x" + r;} }, { key: "fromSun", value: function value(e) {var t = s.toBigNumber(e).div(1e6);return Re.isBigNumber(e) ? t : t.toString(10);} }, { key: "toSun", value: function value(e) {var t = s.toBigNumber(e).times(1e6);return Re.isBigNumber(e) ? t : t.toString(10);} }, { key: "toBigNumber", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : 0;return Re.isBigNumber(e) ? e : Re.isString(e) && /^(-|)0x/.test(e) ? new qe.a(e.replace("0x", ""), 16) : new qe.a(e.toString(10), 10);} }, { key: "isAddress", value: function value() {var e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0];if (!Re.isString(e)) return !1;if (42 === e.length) try {return s.isAddress(Re.crypto.getBase58CheckAddress(Re.code.hexStr2byteArray(e)));} catch (e) {return !1;}try {return Re.crypto.isAddressValid(e);} catch (e) {return !1;}} }, { key: "createAccount", value: (t = f()(l.a.mark(function e() {var t;return l.a.wrap(function (e) {for (;;) {switch (e.prev = e.next) {case 0:return t = Re.accounts.generateAccount(), e.abrupt("return", t);case 2:case "end":return e.stop();}}}, e);})), function () {return t.apply(this, arguments);}) }, { key: "address", get: function get() {return { fromHex: function fromHex(e) {return Re.isHex(e) ? Re.crypto.getBase58CheckAddress(Re.code.hexStr2byteArray(e.replace(/^0x/, "41"))) : e;}, toHex: function toHex(e) {return Re.isHex(e) ? e.toLowerCase().replace(/^0x/, "41") : Re.code.byteArray2hexStr(Re.crypto.decodeBase58Address(e)).toLowerCase();}, fromPrivateKey: function fromPrivateKey(e) {try {return Re.crypto.pkToAddress(e);} catch (e) {return !1;}} };} }]), s;}(Le.a);N()(Pt, "providers", He), N()(Pt, "BigNumber", qe.a), N()(Pt, "TransactionBuilder", at), N()(Pt, "Trx", dt), N()(Pt, "Contract", gt), N()(Pt, "Plugin", bt), N()(Pt, "Event", kt), N()(Pt, "version", Ue.a), N()(Pt, "utils", Re);}]).default;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 28)["default"], __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
/***/ }),
-/* 45 */
+/* 40 */
/*!**************************************!*\
!*** ./node_modules/buffer/index.js ***!
\**************************************/
@@ -3581,9 +3429,9 @@ eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports
-var base64 = __webpack_require__(/*! base64-js */ 46)
-var ieee754 = __webpack_require__(/*! ieee754 */ 47)
-var isArray = __webpack_require__(/*! isarray */ 48)
+var base64 = __webpack_require__(/*! base64-js */ 41)
+var ieee754 = __webpack_require__(/*! ieee754 */ 42)
+var isArray = __webpack_require__(/*! isarray */ 43)
exports.Buffer = Buffer
exports.SlowBuffer = SlowBuffer
@@ -5361,10 +5209,10 @@ function isnan (val) {
return val !== val // eslint-disable-line no-self-compare
}
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../webpack/buildin/global.js */ 42)))
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../webpack/buildin/global.js */ 37)))
/***/ }),
-/* 46 */
+/* 41 */
/*!*****************************************!*\
!*** ./node_modules/base64-js/index.js ***!
\*****************************************/
@@ -5527,7 +5375,7 @@ function fromByteArray (uint8) {
/***/ }),
-/* 47 */
+/* 42 */
/*!***************************************!*\
!*** ./node_modules/ieee754/index.js ***!
\***************************************/
@@ -5621,7 +5469,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
/***/ }),
-/* 48 */
+/* 43 */
/*!***************************************!*\
!*** ./node_modules/isarray/index.js ***!
\***************************************/
@@ -5636,17 +5484,17 @@ module.exports = Array.isArray || function (arr) {
/***/ }),
-/* 49 */
+/* 44 */
/*!**********************************************************!*\
!*** ./node_modules/@babel/runtime/regenerator/index.js ***!
\**********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-module.exports = __webpack_require__(/*! regenerator-runtime */ 50);
+module.exports = __webpack_require__(/*! regenerator-runtime */ 45);
/***/ }),
-/* 50 */
+/* 45 */
/*!************************************************************!*\
!*** ./node_modules/regenerator-runtime/runtime-module.js ***!
\************************************************************/
@@ -5677,7 +5525,7 @@ var oldRuntime = hadRuntime && g.regeneratorRuntime;
// Force reevalutation of runtime.js.
g.regeneratorRuntime = undefined;
-module.exports = __webpack_require__(/*! ./runtime */ 51);
+module.exports = __webpack_require__(/*! ./runtime */ 46);
if (hadRuntime) {
// Restore the original runtime.
@@ -5693,7 +5541,7 @@ if (hadRuntime) {
/***/ }),
-/* 51 */
+/* 46 */
/*!*****************************************************!*\
!*** ./node_modules/regenerator-runtime/runtime.js ***!
\*****************************************************/
@@ -6424,7 +6272,7 @@ if (hadRuntime) {
/***/ }),
-/* 52 */
+/* 47 */
/*!*****************************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/asyncToGenerator.js ***!
\*****************************************************************/
@@ -6470,7 +6318,7 @@ function _asyncToGenerator(fn) {
module.exports = _asyncToGenerator;
/***/ }),
-/* 53 */
+/* 48 */
/*!***************************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/classCallCheck.js ***!
\***************************************************************/
@@ -6486,7 +6334,7 @@ function _classCallCheck(instance, Constructor) {
module.exports = _classCallCheck;
/***/ }),
-/* 54 */
+/* 49 */
/*!************************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/createClass.js ***!
\************************************************************/
@@ -6512,7 +6360,7 @@ function _createClass(Constructor, protoProps, staticProps) {
module.exports = _createClass;
/***/ }),
-/* 55 */
+/* 50 */
/*!***************************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/defineProperty.js ***!
\***************************************************************/
@@ -6537,10 +6385,10 @@ function _defineProperty(obj, key, value) {
module.exports = _defineProperty;
/***/ }),
-/* 56 */
-/*!*********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/injectpromise/index.js ***!
- \*********************************************************************************/
+/* 51 */
+/*!***********************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/injectpromise/index.js ***!
+ \***********************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
@@ -6561,7 +6409,7 @@ module.exports = function (scope) {
};
/***/ }),
-/* 57 */
+/* 52 */
/*!*******************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/typeof.js ***!
\*******************************************************/
@@ -6587,20 +6435,20 @@ function _typeof(obj) {
module.exports = _typeof;
/***/ }),
-/* 58 */
+/* 53 */
/*!******************************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/toConsumableArray.js ***!
\******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-var arrayWithoutHoles = __webpack_require__(/*! ./arrayWithoutHoles */ 59);
+var arrayWithoutHoles = __webpack_require__(/*! ./arrayWithoutHoles */ 54);
-var iterableToArray = __webpack_require__(/*! ./iterableToArray */ 61);
+var iterableToArray = __webpack_require__(/*! ./iterableToArray */ 56);
-var unsupportedIterableToArray = __webpack_require__(/*! ./unsupportedIterableToArray */ 62);
+var unsupportedIterableToArray = __webpack_require__(/*! ./unsupportedIterableToArray */ 57);
-var nonIterableSpread = __webpack_require__(/*! ./nonIterableSpread */ 63);
+var nonIterableSpread = __webpack_require__(/*! ./nonIterableSpread */ 58);
function _toConsumableArray(arr) {
return arrayWithoutHoles(arr) || iterableToArray(arr) || unsupportedIterableToArray(arr) || nonIterableSpread();
@@ -6609,14 +6457,14 @@ function _toConsumableArray(arr) {
module.exports = _toConsumableArray;
/***/ }),
-/* 59 */
+/* 54 */
/*!******************************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/arrayWithoutHoles.js ***!
\******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-var arrayLikeToArray = __webpack_require__(/*! ./arrayLikeToArray */ 60);
+var arrayLikeToArray = __webpack_require__(/*! ./arrayLikeToArray */ 55);
function _arrayWithoutHoles(arr) {
if (Array.isArray(arr)) return arrayLikeToArray(arr);
@@ -6625,7 +6473,7 @@ function _arrayWithoutHoles(arr) {
module.exports = _arrayWithoutHoles;
/***/ }),
-/* 60 */
+/* 55 */
/*!*****************************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/arrayLikeToArray.js ***!
\*****************************************************************/
@@ -6645,7 +6493,7 @@ function _arrayLikeToArray(arr, len) {
module.exports = _arrayLikeToArray;
/***/ }),
-/* 61 */
+/* 56 */
/*!****************************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/iterableToArray.js ***!
\****************************************************************/
@@ -6659,14 +6507,14 @@ function _iterableToArray(iter) {
module.exports = _iterableToArray;
/***/ }),
-/* 62 */
+/* 57 */
/*!***************************************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js ***!
\***************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-var arrayLikeToArray = __webpack_require__(/*! ./arrayLikeToArray */ 60);
+var arrayLikeToArray = __webpack_require__(/*! ./arrayLikeToArray */ 55);
function _unsupportedIterableToArray(o, minLen) {
if (!o) return;
@@ -6680,7 +6528,7 @@ function _unsupportedIterableToArray(o, minLen) {
module.exports = _unsupportedIterableToArray;
/***/ }),
-/* 63 */
+/* 58 */
/*!******************************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/nonIterableSpread.js ***!
\******************************************************************/
@@ -6694,20 +6542,20 @@ function _nonIterableSpread() {
module.exports = _nonIterableSpread;
/***/ }),
-/* 64 */
+/* 59 */
/*!**************************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/slicedToArray.js ***!
\**************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-var arrayWithHoles = __webpack_require__(/*! ./arrayWithHoles */ 65);
+var arrayWithHoles = __webpack_require__(/*! ./arrayWithHoles */ 60);
-var iterableToArrayLimit = __webpack_require__(/*! ./iterableToArrayLimit */ 66);
+var iterableToArrayLimit = __webpack_require__(/*! ./iterableToArrayLimit */ 61);
-var unsupportedIterableToArray = __webpack_require__(/*! ./unsupportedIterableToArray */ 62);
+var unsupportedIterableToArray = __webpack_require__(/*! ./unsupportedIterableToArray */ 57);
-var nonIterableRest = __webpack_require__(/*! ./nonIterableRest */ 67);
+var nonIterableRest = __webpack_require__(/*! ./nonIterableRest */ 62);
function _slicedToArray(arr, i) {
return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || unsupportedIterableToArray(arr, i) || nonIterableRest();
@@ -6716,7 +6564,7 @@ function _slicedToArray(arr, i) {
module.exports = _slicedToArray;
/***/ }),
-/* 65 */
+/* 60 */
/*!***************************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/arrayWithHoles.js ***!
\***************************************************************/
@@ -6730,7 +6578,7 @@ function _arrayWithHoles(arr) {
module.exports = _arrayWithHoles;
/***/ }),
-/* 66 */
+/* 61 */
/*!*********************************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/iterableToArrayLimit.js ***!
\*********************************************************************/
@@ -6767,7 +6615,7 @@ function _iterableToArrayLimit(arr, i) {
module.exports = _iterableToArrayLimit;
/***/ }),
-/* 67 */
+/* 62 */
/*!****************************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/nonIterableRest.js ***!
\****************************************************************/
@@ -6781,17 +6629,17 @@ function _nonIterableRest() {
module.exports = _nonIterableRest;
/***/ }),
-/* 68 */
-/*!**********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/ethers/lib.esm/index.js ***!
- \**********************************************************************************/
+/* 63 */
+/*!************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/ethers/lib.esm/index.js ***!
+ \************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
// To modify this file, you must update ./misc/admin/lib/cmds/update-exports.js
-Object.defineProperty(exports, "__esModule", { value: true });Object.defineProperty(exports, "Signer", { enumerable: true, get: function get() {return ethers.Signer;} });Object.defineProperty(exports, "Wallet", { enumerable: true, get: function get() {return ethers.Wallet;} });Object.defineProperty(exports, "VoidSigner", { enumerable: true, get: function get() {return ethers.VoidSigner;} });Object.defineProperty(exports, "getDefaultProvider", { enumerable: true, get: function get() {return ethers.getDefaultProvider;} });Object.defineProperty(exports, "providers", { enumerable: true, get: function get() {return ethers.providers;} });Object.defineProperty(exports, "BaseContract", { enumerable: true, get: function get() {return ethers.BaseContract;} });Object.defineProperty(exports, "Contract", { enumerable: true, get: function get() {return ethers.Contract;} });Object.defineProperty(exports, "ContractFactory", { enumerable: true, get: function get() {return ethers.ContractFactory;} });Object.defineProperty(exports, "BigNumber", { enumerable: true, get: function get() {return ethers.BigNumber;} });Object.defineProperty(exports, "FixedNumber", { enumerable: true, get: function get() {return ethers.FixedNumber;} });Object.defineProperty(exports, "constants", { enumerable: true, get: function get() {return ethers.constants;} });Object.defineProperty(exports, "errors", { enumerable: true, get: function get() {return ethers.errors;} });Object.defineProperty(exports, "logger", { enumerable: true, get: function get() {return ethers.logger;} });Object.defineProperty(exports, "utils", { enumerable: true, get: function get() {return ethers.utils;} });Object.defineProperty(exports, "wordlists", { enumerable: true, get: function get() {return ethers.wordlists;} });Object.defineProperty(exports, "version", { enumerable: true, get: function get() {return ethers.version;} });Object.defineProperty(exports, "Wordlist", { enumerable: true, get: function get() {return ethers.Wordlist;} });exports.ethers = void 0;var ethers = _interopRequireWildcard(__webpack_require__(/*! ./ethers */ 69));exports.ethers = ethers;function _getRequireWildcardCache() {if (typeof WeakMap !== "function") return null;var cache = new WeakMap();_getRequireWildcardCache = function _getRequireWildcardCache() {return cache;};return cache;}function _interopRequireWildcard(obj) {if (obj && obj.__esModule) {return obj;}if (obj === null || typeof obj !== "object" && typeof obj !== "function") {return { default: obj };}var cache = _getRequireWildcardCache();if (cache && cache.has(obj)) {return cache.get(obj);}var newObj = {};var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;for (var key in obj) {if (Object.prototype.hasOwnProperty.call(obj, key)) {var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;if (desc && (desc.get || desc.set)) {Object.defineProperty(newObj, key, desc);} else {newObj[key] = obj[key];}}}newObj.default = obj;if (cache) {cache.set(obj, newObj);}return newObj;}
+Object.defineProperty(exports, "__esModule", { value: true });Object.defineProperty(exports, "Signer", { enumerable: true, get: function get() {return ethers.Signer;} });Object.defineProperty(exports, "Wallet", { enumerable: true, get: function get() {return ethers.Wallet;} });Object.defineProperty(exports, "VoidSigner", { enumerable: true, get: function get() {return ethers.VoidSigner;} });Object.defineProperty(exports, "getDefaultProvider", { enumerable: true, get: function get() {return ethers.getDefaultProvider;} });Object.defineProperty(exports, "providers", { enumerable: true, get: function get() {return ethers.providers;} });Object.defineProperty(exports, "BaseContract", { enumerable: true, get: function get() {return ethers.BaseContract;} });Object.defineProperty(exports, "Contract", { enumerable: true, get: function get() {return ethers.Contract;} });Object.defineProperty(exports, "ContractFactory", { enumerable: true, get: function get() {return ethers.ContractFactory;} });Object.defineProperty(exports, "BigNumber", { enumerable: true, get: function get() {return ethers.BigNumber;} });Object.defineProperty(exports, "FixedNumber", { enumerable: true, get: function get() {return ethers.FixedNumber;} });Object.defineProperty(exports, "constants", { enumerable: true, get: function get() {return ethers.constants;} });Object.defineProperty(exports, "errors", { enumerable: true, get: function get() {return ethers.errors;} });Object.defineProperty(exports, "logger", { enumerable: true, get: function get() {return ethers.logger;} });Object.defineProperty(exports, "utils", { enumerable: true, get: function get() {return ethers.utils;} });Object.defineProperty(exports, "wordlists", { enumerable: true, get: function get() {return ethers.wordlists;} });Object.defineProperty(exports, "version", { enumerable: true, get: function get() {return ethers.version;} });Object.defineProperty(exports, "Wordlist", { enumerable: true, get: function get() {return ethers.Wordlist;} });exports.ethers = void 0;var ethers = _interopRequireWildcard(__webpack_require__(/*! ./ethers */ 64));exports.ethers = ethers;function _getRequireWildcardCache() {if (typeof WeakMap !== "function") return null;var cache = new WeakMap();_getRequireWildcardCache = function _getRequireWildcardCache() {return cache;};return cache;}function _interopRequireWildcard(obj) {if (obj && obj.__esModule) {return obj;}if (obj === null || typeof obj !== "object" && typeof obj !== "function") {return { default: obj };}var cache = _getRequireWildcardCache();if (cache && cache.has(obj)) {return cache.get(obj);}var newObj = {};var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;for (var key in obj) {if (Object.prototype.hasOwnProperty.call(obj, key)) {var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;if (desc && (desc.get || desc.set)) {Object.defineProperty(newObj, key, desc);} else {newObj[key] = obj[key];}}}newObj.default = obj;if (cache) {cache.set(obj, newObj);}return newObj;}
try {
var anyGlobal = window;
if (anyGlobal._ethers == null) {
@@ -6801,29 +6649,29 @@ try {
catch (error) {}
/***/ }),
-/* 69 */
-/*!***********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/ethers/lib.esm/ethers.js ***!
- \***********************************************************************************/
+/* 64 */
+/*!*************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/ethers/lib.esm/ethers.js ***!
+ \*************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });Object.defineProperty(exports, "BaseContract", { enumerable: true, get: function get() {return _contracts.BaseContract;} });Object.defineProperty(exports, "Contract", { enumerable: true, get: function get() {return _contracts.Contract;} });Object.defineProperty(exports, "ContractFactory", { enumerable: true, get: function get() {return _contracts.ContractFactory;} });Object.defineProperty(exports, "BigNumber", { enumerable: true, get: function get() {return _bignumber.BigNumber;} });Object.defineProperty(exports, "FixedNumber", { enumerable: true, get: function get() {return _bignumber.FixedNumber;} });Object.defineProperty(exports, "Signer", { enumerable: true, get: function get() {return _abstractSigner.Signer;} });Object.defineProperty(exports, "VoidSigner", { enumerable: true, get: function get() {return _abstractSigner.VoidSigner;} });Object.defineProperty(exports, "Wallet", { enumerable: true, get: function get() {return _wallet.Wallet;} });Object.defineProperty(exports, "getDefaultProvider", { enumerable: true, get: function get() {return providers.getDefaultProvider;} });Object.defineProperty(exports, "Wordlist", { enumerable: true, get: function get() {return _wordlists.Wordlist;} });Object.defineProperty(exports, "wordlists", { enumerable: true, get: function get() {return _wordlists.wordlists;} });Object.defineProperty(exports, "errors", { enumerable: true, get: function get() {return _logger.ErrorCode;} });Object.defineProperty(exports, "version", { enumerable: true, get: function get() {return _version.version;} });exports.utils = exports.providers = exports.constants = exports.logger = void 0;
-var _contracts = __webpack_require__(/*! @ethersproject/contracts */ 70);
-var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 73);
-var _abstractSigner = __webpack_require__(/*! @ethersproject/abstract-signer */ 124);
-var _wallet = __webpack_require__(/*! @ethersproject/wallet */ 146);
-var constants = _interopRequireWildcard(__webpack_require__(/*! @ethersproject/constants */ 103));exports.constants = constants;
-var providers = _interopRequireWildcard(__webpack_require__(/*! @ethersproject/providers */ 174));exports.providers = providers;
+var _contracts = __webpack_require__(/*! @ethersproject/contracts */ 65);
+var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 68);
+var _abstractSigner = __webpack_require__(/*! @ethersproject/abstract-signer */ 119);
+var _wallet = __webpack_require__(/*! @ethersproject/wallet */ 141);
+var constants = _interopRequireWildcard(__webpack_require__(/*! @ethersproject/constants */ 98));exports.constants = constants;
+var providers = _interopRequireWildcard(__webpack_require__(/*! @ethersproject/providers */ 169));exports.providers = providers;
-var _wordlists = __webpack_require__(/*! @ethersproject/wordlists */ 155);
-var utils = _interopRequireWildcard(__webpack_require__(/*! ./utils */ 200));exports.utils = utils;
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
+var _wordlists = __webpack_require__(/*! @ethersproject/wordlists */ 150);
+var utils = _interopRequireWildcard(__webpack_require__(/*! ./utils */ 195));exports.utils = utils;
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
-var _version = __webpack_require__(/*! ./_version */ 205);function _getRequireWildcardCache() {if (typeof WeakMap !== "function") return null;var cache = new WeakMap();_getRequireWildcardCache = function _getRequireWildcardCache() {return cache;};return cache;}function _interopRequireWildcard(obj) {if (obj && obj.__esModule) {return obj;}if (obj === null || typeof obj !== "object" && typeof obj !== "function") {return { default: obj };}var cache = _getRequireWildcardCache();if (cache && cache.has(obj)) {return cache.get(obj);}var newObj = {};var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;for (var key in obj) {if (Object.prototype.hasOwnProperty.call(obj, key)) {var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;if (desc && (desc.get || desc.set)) {Object.defineProperty(newObj, key, desc);} else {newObj[key] = obj[key];}}}newObj.default = obj;if (cache) {cache.set(obj, newObj);}return newObj;} ////////////////////////
+var _version = __webpack_require__(/*! ./_version */ 200);function _getRequireWildcardCache() {if (typeof WeakMap !== "function") return null;var cache = new WeakMap();_getRequireWildcardCache = function _getRequireWildcardCache() {return cache;};return cache;}function _interopRequireWildcard(obj) {if (obj && obj.__esModule) {return obj;}if (obj === null || typeof obj !== "object" && typeof obj !== "function") {return { default: obj };}var cache = _getRequireWildcardCache();if (cache && cache.has(obj)) {return cache.get(obj);}var newObj = {};var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;for (var key in obj) {if (Object.prototype.hasOwnProperty.call(obj, key)) {var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;if (desc && (desc.get || desc.set)) {Object.defineProperty(newObj, key, desc);} else {newObj[key] = obj[key];}}}newObj.default = obj;if (cache) {cache.set(obj, newObj);}return newObj;} ////////////////////////
// Compile-Time Constants
// This is generated by "npm run dist"
var logger = new _logger.Logger(_version.version); ////////////////////////
@@ -6831,15 +6679,15 @@ var logger = new _logger.Logger(_version.version); ////////////////////////
exports.logger = logger;
/***/ }),
-/* 70 */
-/*!****************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/contracts/lib.esm/index.js ***!
- \****************************************************************************************************/
+/* 65 */
+/*!******************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/contracts/lib.esm/index.js ***!
+ \******************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });exports.ContractFactory = exports.Contract = exports.BaseContract = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 49));
+Object.defineProperty(exports, "__esModule", { value: true });exports.ContractFactory = exports.Contract = exports.BaseContract = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 44));
@@ -6849,16 +6697,16 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.ContractFa
-var _abi = __webpack_require__(/*! @ethersproject/abi */ 71);
-var _abstractProvider = __webpack_require__(/*! @ethersproject/abstract-provider */ 122);
-var _abstractSigner = __webpack_require__(/*! @ethersproject/abstract-signer */ 124);
-var _address = __webpack_require__(/*! @ethersproject/address */ 90);
-var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 73);
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);
-var _transactions = __webpack_require__(/*! @ethersproject/transactions */ 126);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 145);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _toConsumableArray(arr) {return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();}function _nonIterableSpread() {throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}function _unsupportedIterableToArray(o, minLen) {if (!o) return;if (typeof o === "string") return _arrayLikeToArray(o, minLen);var n = Object.prototype.toString.call(o).slice(8, -1);if (n === "Object" && o.constructor) n = o.constructor.name;if (n === "Map" || n === "Set") return Array.from(o);if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);}function _iterableToArray(iter) {if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);}function _arrayWithoutHoles(arr) {if (Array.isArray(arr)) return _arrayLikeToArray(arr);}function _arrayLikeToArray(arr, len) {if (len == null || len > arr.length) len = arr.length;for (var i = 0, arr2 = new Array(len); i < len; i++) {arr2[i] = arr[i];}return arr2;}function _get(target, property, receiver) {if (typeof Reflect !== "undefined" && Reflect.get) {_get = Reflect.get;} else {_get = function _get(target, property, receiver) {var base = _superPropBase(target, property);if (!base) return;var desc = Object.getOwnPropertyDescriptor(base, property);if (desc.get) {return desc.get.call(receiver);}return desc.value;};}return _get(target, property, receiver || target);}function _superPropBase(object, property) {while (!Object.prototype.hasOwnProperty.call(object, property)) {object = _getPrototypeOf(object);if (object === null) break;}return object;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};
+var _abi = __webpack_require__(/*! @ethersproject/abi */ 66);
+var _abstractProvider = __webpack_require__(/*! @ethersproject/abstract-provider */ 117);
+var _abstractSigner = __webpack_require__(/*! @ethersproject/abstract-signer */ 119);
+var _address = __webpack_require__(/*! @ethersproject/address */ 85);
+var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 68);
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);
+var _transactions = __webpack_require__(/*! @ethersproject/transactions */ 121);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 140);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _toConsumableArray(arr) {return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();}function _nonIterableSpread() {throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}function _unsupportedIterableToArray(o, minLen) {if (!o) return;if (typeof o === "string") return _arrayLikeToArray(o, minLen);var n = Object.prototype.toString.call(o).slice(8, -1);if (n === "Object" && o.constructor) n = o.constructor.name;if (n === "Map" || n === "Set") return Array.from(o);if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);}function _iterableToArray(iter) {if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);}function _arrayWithoutHoles(arr) {if (Array.isArray(arr)) return _arrayLikeToArray(arr);}function _arrayLikeToArray(arr, len) {if (len == null || len > arr.length) len = arr.length;for (var i = 0, arr2 = new Array(len); i < len; i++) {arr2[i] = arr[i];}return arr2;}function _get(target, property, receiver) {if (typeof Reflect !== "undefined" && Reflect.get) {_get = Reflect.get;} else {_get = function _get(target, property, receiver) {var base = _superPropBase(target, property);if (!base) return;var desc = Object.getOwnPropertyDescriptor(base, property);if (desc.get) {return desc.get.call(receiver);}return desc.value;};}return _get(target, property, receiver || target);}function _superPropBase(object, property) {while (!Object.prototype.hasOwnProperty.call(object, property)) {object = _getPrototypeOf(object);if (object === null) break;}return object;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};
var logger = new _logger.Logger(_version.version);
;
;
@@ -7861,33 +7709,33 @@ ContractFactory = /*#__PURE__*/function () {
} }]);return ContractFactory;}();exports.ContractFactory = ContractFactory;
/***/ }),
-/* 71 */
-/*!**********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/abi/lib.esm/index.js ***!
- \**********************************************************************************************/
+/* 66 */
+/*!************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/abi/lib.esm/index.js ***!
+ \************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });Object.defineProperty(exports, "ConstructorFragment", { enumerable: true, get: function get() {return _fragments.ConstructorFragment;} });Object.defineProperty(exports, "EventFragment", { enumerable: true, get: function get() {return _fragments.EventFragment;} });Object.defineProperty(exports, "FormatTypes", { enumerable: true, get: function get() {return _fragments.FormatTypes;} });Object.defineProperty(exports, "Fragment", { enumerable: true, get: function get() {return _fragments.Fragment;} });Object.defineProperty(exports, "FunctionFragment", { enumerable: true, get: function get() {return _fragments.FunctionFragment;} });Object.defineProperty(exports, "ParamType", { enumerable: true, get: function get() {return _fragments.ParamType;} });Object.defineProperty(exports, "AbiCoder", { enumerable: true, get: function get() {return _abiCoder.AbiCoder;} });Object.defineProperty(exports, "defaultAbiCoder", { enumerable: true, get: function get() {return _abiCoder.defaultAbiCoder;} });Object.defineProperty(exports, "checkResultErrors", { enumerable: true, get: function get() {return _interface.checkResultErrors;} });Object.defineProperty(exports, "Indexed", { enumerable: true, get: function get() {return _interface.Indexed;} });Object.defineProperty(exports, "Interface", { enumerable: true, get: function get() {return _interface.Interface;} });Object.defineProperty(exports, "LogDescription", { enumerable: true, get: function get() {return _interface.LogDescription;} });Object.defineProperty(exports, "TransactionDescription", { enumerable: true, get: function get() {return _interface.TransactionDescription;} });
-var _fragments = __webpack_require__(/*! ./fragments */ 72);
-var _abiCoder = __webpack_require__(/*! ./abi-coder */ 87);
-var _interface = __webpack_require__(/*! ./interface */ 115);
+var _fragments = __webpack_require__(/*! ./fragments */ 67);
+var _abiCoder = __webpack_require__(/*! ./abi-coder */ 82);
+var _interface = __webpack_require__(/*! ./interface */ 110);
/***/ }),
-/* 72 */
-/*!**************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/abi/lib.esm/fragments.js ***!
- \**************************************************************************************************/
+/* 67 */
+/*!****************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/abi/lib.esm/fragments.js ***!
+ \****************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, "__esModule", { value: true });exports.FunctionFragment = exports.ConstructorFragment = exports.EventFragment = exports.Fragment = exports.ParamType = exports.FormatTypes = void 0;
-var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 73);
-var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 86);function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}
+var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 68);
+var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 81);function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}
var logger = new _logger.Logger(_version.version);
;
var _constructorGuard = {};
@@ -8667,25 +8515,25 @@ function splitNesting(value) {
}
return result;
}
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 33)["default"]))
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 28)["default"]))
/***/ }),
-/* 73 */
-/*!****************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/bignumber/lib.esm/index.js ***!
- \****************************************************************************************************/
+/* 68 */
+/*!******************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/bignumber/lib.esm/index.js ***!
+ \******************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });Object.defineProperty(exports, "BigNumber", { enumerable: true, get: function get() {return _bignumber.BigNumber;} });Object.defineProperty(exports, "_base16To36", { enumerable: true, get: function get() {return _bignumber._base16To36;} });Object.defineProperty(exports, "_base36To16", { enumerable: true, get: function get() {return _bignumber._base36To16;} });Object.defineProperty(exports, "formatFixed", { enumerable: true, get: function get() {return _fixednumber.formatFixed;} });Object.defineProperty(exports, "FixedFormat", { enumerable: true, get: function get() {return _fixednumber.FixedFormat;} });Object.defineProperty(exports, "FixedNumber", { enumerable: true, get: function get() {return _fixednumber.FixedNumber;} });Object.defineProperty(exports, "parseFixed", { enumerable: true, get: function get() {return _fixednumber.parseFixed;} });var _bignumber = __webpack_require__(/*! ./bignumber */ 74);
-var _fixednumber = __webpack_require__(/*! ./fixednumber */ 83);
+Object.defineProperty(exports, "__esModule", { value: true });Object.defineProperty(exports, "BigNumber", { enumerable: true, get: function get() {return _bignumber.BigNumber;} });Object.defineProperty(exports, "_base16To36", { enumerable: true, get: function get() {return _bignumber._base16To36;} });Object.defineProperty(exports, "_base36To16", { enumerable: true, get: function get() {return _bignumber._base36To16;} });Object.defineProperty(exports, "formatFixed", { enumerable: true, get: function get() {return _fixednumber.formatFixed;} });Object.defineProperty(exports, "FixedFormat", { enumerable: true, get: function get() {return _fixednumber.FixedFormat;} });Object.defineProperty(exports, "FixedNumber", { enumerable: true, get: function get() {return _fixednumber.FixedNumber;} });Object.defineProperty(exports, "parseFixed", { enumerable: true, get: function get() {return _fixednumber.parseFixed;} });var _bignumber = __webpack_require__(/*! ./bignumber */ 69);
+var _fixednumber = __webpack_require__(/*! ./fixednumber */ 78);
/***/ }),
-/* 74 */
-/*!********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/bignumber/lib.esm/bignumber.js ***!
- \********************************************************************************************************/
+/* 69 */
+/*!**********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/bignumber/lib.esm/bignumber.js ***!
+ \**********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -8698,11 +8546,11 @@ var _fixednumber = __webpack_require__(/*! ./fixednumber */ 83);
* because it is used by elliptic, so it is required regardless.
*
*/Object.defineProperty(exports, "__esModule", { value: true });exports.isBigNumberish = isBigNumberish;exports._base36To16 = _base36To16;exports._base16To36 = _base16To36;exports.BigNumber = void 0;
-var _bn = _interopRequireDefault(__webpack_require__(/*! bn.js */ 75));
+var _bn = _interopRequireDefault(__webpack_require__(/*! bn.js */ 70));
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 82);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}var BN = _bn.default.BN;
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 77);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}var BN = _bn.default.BN;
var logger = new _logger.Logger(_version.version);
var _constructorGuard = {};
var MAX_SAFE = 0x1fffffffffffff;
@@ -8997,7 +8845,7 @@ function _base16To36(value) {
}
/***/ }),
-/* 75 */
+/* 70 */
/*!**************************************!*\
!*** ./node_modules/bn.js/lib/bn.js ***!
\**************************************/
@@ -9056,7 +8904,7 @@ function _base16To36(value) {
var Buffer;
try {
- Buffer = __webpack_require__(/*! buffer */ 77).Buffer;
+ Buffer = __webpack_require__(/*! buffer */ 72).Buffer;
} catch (e) {
}
@@ -12541,10 +12389,10 @@ function _base16To36(value) {
};
})( false || module, this);
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../webpack/buildin/module.js */ 76)(module)))
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../webpack/buildin/module.js */ 71)(module)))
/***/ }),
-/* 76 */
+/* 71 */
/*!***********************************!*\
!*** (webpack)/buildin/module.js ***!
\***********************************/
@@ -12576,7 +12424,7 @@ module.exports = function(module) {
/***/ }),
-/* 77 */
+/* 72 */
/*!************************!*\
!*** buffer (ignored) ***!
\************************/
@@ -12586,17 +12434,17 @@ module.exports = function(module) {
/* (ignored) */
/***/ }),
-/* 78 */
-/*!************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/bytes/lib.esm/index.js ***!
- \************************************************************************************************/
+/* 73 */
+/*!**************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/bytes/lib.esm/index.js ***!
+ \**************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.isBytesLike = isBytesLike;exports.isBytes = isBytes;exports.arrayify = arrayify;exports.concat = concat;exports.stripZeros = stripZeros;exports.zeroPad = zeroPad;exports.isHexString = isHexString;exports.hexlify = hexlify;exports.hexDataLength = hexDataLength;exports.hexDataSlice = hexDataSlice;exports.hexConcat = hexConcat;exports.hexValue = hexValue;exports.hexStripZeros = hexStripZeros;exports.hexZeroPad = hexZeroPad;exports.splitSignature = splitSignature;exports.joinSignature = joinSignature;
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 81);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 76);
var logger = new _logger.Logger(_version.version);
///////////////////////////////
function isHexable(value) {
@@ -12991,10 +12839,10 @@ function joinSignature(signature) {
}
/***/ }),
-/* 79 */
-/*!*************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/logger/lib.esm/index.js ***!
- \*************************************************************************************************/
+/* 74 */
+/*!***************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/logger/lib.esm/index.js ***!
+ \***************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -13004,7 +12852,7 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.Logger = e
-var _version = __webpack_require__(/*! ./_version */ 80);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}var _permanentCensorErrors = false;var _censorErrors = false;var LogLevels = { debug: 1, "default": 2, info: 2, warning: 3, error: 4, off: 5 };var _logLevel = LogLevels["default"];
+var _version = __webpack_require__(/*! ./_version */ 75);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}var _permanentCensorErrors = false;var _censorErrors = false;var LogLevels = { debug: 1, "default": 2, info: 2, warning: 3, error: 4, off: 5 };var _logLevel = LogLevels["default"];
var _globalLogger = null;
function _checkNormalize() {
try {
@@ -13316,10 +13164,10 @@ Logger.errors = ErrorCode;
Logger.levels = LogLevel;
/***/ }),
-/* 80 */
-/*!****************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/logger/lib.esm/_version.js ***!
- \****************************************************************************************************/
+/* 75 */
+/*!******************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/logger/lib.esm/_version.js ***!
+ \******************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -13327,10 +13175,10 @@ Logger.levels = LogLevel;
Object.defineProperty(exports, "__esModule", { value: true });exports.version = void 0;var version = "logger/5.5.0";exports.version = version;
/***/ }),
-/* 81 */
-/*!***************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/bytes/lib.esm/_version.js ***!
- \***************************************************************************************************/
+/* 76 */
+/*!*****************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/bytes/lib.esm/_version.js ***!
+ \*****************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -13338,10 +13186,10 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.version =
Object.defineProperty(exports, "__esModule", { value: true });exports.version = void 0;var version = "bytes/5.5.0";exports.version = version;
/***/ }),
-/* 82 */
-/*!*******************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/bignumber/lib.esm/_version.js ***!
- \*******************************************************************************************************/
+/* 77 */
+/*!*********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/bignumber/lib.esm/_version.js ***!
+ \*********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -13349,20 +13197,20 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.version =
Object.defineProperty(exports, "__esModule", { value: true });exports.version = void 0;var version = "bignumber/5.5.0";exports.version = version;
/***/ }),
-/* 83 */
-/*!**********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/bignumber/lib.esm/fixednumber.js ***!
- \**********************************************************************************************************/
+/* 78 */
+/*!************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/bignumber/lib.esm/fixednumber.js ***!
+ \************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.formatFixed = formatFixed;exports.parseFixed = parseFixed;exports.FixedNumber = exports.FixedFormat = void 0;
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 82);
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 77);
-var _bignumber = __webpack_require__(/*! ./bignumber */ 74);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}var logger = new _logger.Logger(_version.version);
+var _bignumber = __webpack_require__(/*! ./bignumber */ 69);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}var logger = new _logger.Logger(_version.version);
var _constructorGuard = {};
var Zero = _bignumber.BigNumber.from(0);
var NegativeOne = _bignumber.BigNumber.from(-1);
@@ -13720,15 +13568,15 @@ var ONE = FixedNumber.from(1);
var BUMP = FixedNumber.from("0.5");
/***/ }),
-/* 84 */
-/*!*****************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/properties/lib.esm/index.js ***!
- \*****************************************************************************************************/
+/* 79 */
+/*!*******************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/properties/lib.esm/index.js ***!
+ \*******************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });exports.defineReadOnly = defineReadOnly;exports.getStatic = getStatic;exports.resolveProperties = resolveProperties;exports.checkProperties = checkProperties;exports.shallowCopy = shallowCopy;exports.deepCopy = deepCopy;exports.Description = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 49));
+Object.defineProperty(exports, "__esModule", { value: true });exports.defineReadOnly = defineReadOnly;exports.getStatic = getStatic;exports.resolveProperties = resolveProperties;exports.checkProperties = checkProperties;exports.shallowCopy = shallowCopy;exports.deepCopy = deepCopy;exports.Description = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 44));
@@ -13738,8 +13586,8 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.defineRead
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 85);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 80);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};
var logger = new _logger.Logger(_version.version);
function defineReadOnly(object, name, value) {
Object.defineProperty(object, name, {
@@ -13854,10 +13702,10 @@ function Description(info) {_classCallCheck(this, Description);
};exports.Description = Description;
/***/ }),
-/* 85 */
-/*!********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/properties/lib.esm/_version.js ***!
- \********************************************************************************************************/
+/* 80 */
+/*!**********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/properties/lib.esm/_version.js ***!
+ \**********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -13865,10 +13713,10 @@ function Description(info) {_classCallCheck(this, Description);
Object.defineProperty(exports, "__esModule", { value: true });exports.version = void 0;var version = "properties/5.5.0";exports.version = version;
/***/ }),
-/* 86 */
-/*!*************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/abi/lib.esm/_version.js ***!
- \*************************************************************************************************/
+/* 81 */
+/*!***************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/abi/lib.esm/_version.js ***!
+ \***************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -13876,32 +13724,32 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.version =
Object.defineProperty(exports, "__esModule", { value: true });exports.version = void 0;var version = "abi/5.0.7";exports.version = version;
/***/ }),
-/* 87 */
-/*!**************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/abi/lib.esm/abi-coder.js ***!
- \**************************************************************************************************/
+/* 82 */
+/*!****************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/abi/lib.esm/abi-coder.js ***!
+ \****************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
// See: https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI
-Object.defineProperty(exports, "__esModule", { value: true });exports.defaultAbiCoder = exports.AbiCoder = void 0;var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 86);
-
-var _abstractCoder = __webpack_require__(/*! ./coders/abstract-coder */ 88);
-var _address = __webpack_require__(/*! ./coders/address */ 89);
-var _array = __webpack_require__(/*! ./coders/array */ 96);
-var _boolean = __webpack_require__(/*! ./coders/boolean */ 98);
-var _bytes2 = __webpack_require__(/*! ./coders/bytes */ 99);
-var _fixedBytes = __webpack_require__(/*! ./coders/fixed-bytes */ 100);
-var _null = __webpack_require__(/*! ./coders/null */ 101);
-var _number = __webpack_require__(/*! ./coders/number */ 102);
-var _string = __webpack_require__(/*! ./coders/string */ 108);
-var _tuple = __webpack_require__(/*! ./coders/tuple */ 114);
-var _fragments = __webpack_require__(/*! ./fragments */ 72);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}var logger = new _logger.Logger(_version.version);
+Object.defineProperty(exports, "__esModule", { value: true });exports.defaultAbiCoder = exports.AbiCoder = void 0;var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 81);
+
+var _abstractCoder = __webpack_require__(/*! ./coders/abstract-coder */ 83);
+var _address = __webpack_require__(/*! ./coders/address */ 84);
+var _array = __webpack_require__(/*! ./coders/array */ 91);
+var _boolean = __webpack_require__(/*! ./coders/boolean */ 93);
+var _bytes2 = __webpack_require__(/*! ./coders/bytes */ 94);
+var _fixedBytes = __webpack_require__(/*! ./coders/fixed-bytes */ 95);
+var _null = __webpack_require__(/*! ./coders/null */ 96);
+var _number = __webpack_require__(/*! ./coders/number */ 97);
+var _string = __webpack_require__(/*! ./coders/string */ 103);
+var _tuple = __webpack_require__(/*! ./coders/tuple */ 109);
+var _fragments = __webpack_require__(/*! ./fragments */ 67);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}var logger = new _logger.Logger(_version.version);
var paramTypeBytes = new RegExp(/^bytes([0-9]*)$/);
var paramTypeNumber = new RegExp(/^(u?int)([0-9]*)$/);var
AbiCoder = /*#__PURE__*/function () {
@@ -13977,20 +13825,20 @@ AbiCoder = /*#__PURE__*/function () {
var defaultAbiCoder = new AbiCoder();exports.defaultAbiCoder = defaultAbiCoder;
/***/ }),
-/* 88 */
-/*!**************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/abi/lib.esm/coders/abstract-coder.js ***!
- \**************************************************************************************************************/
+/* 83 */
+/*!****************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/abi/lib.esm/coders/abstract-coder.js ***!
+ \****************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.checkResultErrors = checkResultErrors;exports.Reader = exports.Writer = exports.Coder = void 0;
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 73);
-var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ../_version */ 86);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 68);
+var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ../_version */ 81);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}
var logger = new _logger.Logger(_version.version);
function checkResultErrors(result) {
// Find the first error (if any)
@@ -14133,18 +13981,18 @@ Reader = /*#__PURE__*/function () {
}], [{ key: "coerce", value: function coerce(name, value) {var match = name.match("^u?int([0-9]+)$");if (match && parseInt(match[1]) <= 48) {value = value.toNumber();}return value;} }]);return Reader;}();exports.Reader = Reader;
/***/ }),
-/* 89 */
-/*!*******************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/abi/lib.esm/coders/address.js ***!
- \*******************************************************************************************************/
+/* 84 */
+/*!*********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/abi/lib.esm/coders/address.js ***!
+ \*********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.AddressCoder = void 0;
-var _address = __webpack_require__(/*! @ethersproject/address */ 90);
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _abstractCoder = __webpack_require__(/*! ./abstract-coder */ 88);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var
+var _address = __webpack_require__(/*! @ethersproject/address */ 85);
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _abstractCoder = __webpack_require__(/*! ./abstract-coder */ 83);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var
AddressCoder = /*#__PURE__*/function (_Coder) {_inherits(AddressCoder, _Coder);var _super = _createSuper(AddressCoder);
function AddressCoder(localName) {_classCallCheck(this, AddressCoder);return _super.call(this,
"address", "address", localName, false);
@@ -14163,21 +14011,21 @@ AddressCoder = /*#__PURE__*/function (_Coder) {_inherits(AddressCoder, _Coder);v
} }]);return AddressCoder;}(_abstractCoder.Coder);exports.AddressCoder = AddressCoder;
/***/ }),
-/* 90 */
-/*!**************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/address/lib.esm/index.js ***!
- \**************************************************************************************************/
+/* 85 */
+/*!****************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/address/lib.esm/index.js ***!
+ \****************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.getAddress = getAddress;exports.isAddress = isAddress;exports.getIcapAddress = getIcapAddress;exports.getContractAddress = getContractAddress;exports.getCreate2Address = getCreate2Address;
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 73);
-var _keccak = __webpack_require__(/*! @ethersproject/keccak256 */ 91);
-var _rlp = __webpack_require__(/*! @ethersproject/rlp */ 93);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 95);
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 68);
+var _keccak = __webpack_require__(/*! @ethersproject/keccak256 */ 86);
+var _rlp = __webpack_require__(/*! @ethersproject/rlp */ 88);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 90);
var logger = new _logger.Logger(_version.version);
function getChecksumAddress(address) {
if (!(0, _bytes.isHexString)(address, 20)) {
@@ -14306,26 +14154,26 @@ function getCreate2Address(from, salt, initCodeHash) {
}
/***/ }),
-/* 91 */
-/*!****************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/keccak256/lib.esm/index.js ***!
- \****************************************************************************************************/
+/* 86 */
+/*!******************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/keccak256/lib.esm/index.js ***!
+ \******************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.keccak256 = keccak256;
-var _jsSha = _interopRequireDefault(__webpack_require__(/*! js-sha3 */ 92));
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+var _jsSha = _interopRequireDefault(__webpack_require__(/*! js-sha3 */ 87));
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
function keccak256(data) {
return '0x' + _jsSha.default.keccak_256((0, _bytes.arrayify)(data));
}
/***/ }),
-/* 92 */
-/*!******************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/js-sha3/src/sha3.js ***!
- \******************************************************************************/
+/* 87 */
+/*!********************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/js-sha3/src/sha3.js ***!
+ \********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -14356,7 +14204,7 @@ function keccak256(data) {
root = self;
}
var COMMON_JS = !root.JS_SHA3_NO_COMMON_JS && typeof module === 'object' && module.exports;
- var AMD = true && __webpack_require__(/*! !webpack amd options */ 38);
+ var AMD = true && __webpack_require__(/*! !webpack amd options */ 33);
var ARRAY_BUFFER = !root.JS_SHA3_NO_ARRAY_BUFFER && typeof ArrayBuffer !== 'undefined';
var HEX_CHARS = '0123456789abcdef'.split('');
var SHAKE_PADDING = [31, 7936, 2031616, 520093696];
@@ -14986,22 +14834,22 @@ function keccak256(data) {
}
}
})();
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../HBuilderX/plugins/uniapp-cli/node_modules/node-libs-browser/mock/process.js */ 36)))
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/node-libs-browser/mock/process.js */ 31)))
/***/ }),
-/* 93 */
-/*!**********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/rlp/lib.esm/index.js ***!
- \**********************************************************************************************/
+/* 88 */
+/*!************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/rlp/lib.esm/index.js ***!
+ \************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
//See: https://github.com/ethereum/wiki/wiki/RLP
-Object.defineProperty(exports, "__esModule", { value: true });exports.encode = encode;exports.decode = decode;var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 94);
+Object.defineProperty(exports, "__esModule", { value: true });exports.encode = encode;exports.decode = decode;var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 89);
var logger = new _logger.Logger(_version.version);
function arrayifyInteger(value) {
var result = [];
@@ -15118,10 +14966,10 @@ function decode(data) {
}
/***/ }),
-/* 94 */
-/*!*************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/rlp/lib.esm/_version.js ***!
- \*************************************************************************************************/
+/* 89 */
+/*!***************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/rlp/lib.esm/_version.js ***!
+ \***************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -15129,10 +14977,10 @@ function decode(data) {
Object.defineProperty(exports, "__esModule", { value: true });exports.version = void 0;var version = "rlp/5.5.0";exports.version = version;
/***/ }),
-/* 95 */
-/*!*****************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/address/lib.esm/_version.js ***!
- \*****************************************************************************************************/
+/* 90 */
+/*!*******************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/address/lib.esm/_version.js ***!
+ \*******************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -15140,20 +14988,20 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.version =
Object.defineProperty(exports, "__esModule", { value: true });exports.version = void 0;var version = "address/5.5.0";exports.version = version;
/***/ }),
-/* 96 */
-/*!*****************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/abi/lib.esm/coders/array.js ***!
- \*****************************************************************************************************/
+/* 91 */
+/*!*******************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/abi/lib.esm/coders/array.js ***!
+ \*******************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.pack = pack;exports.unpack = unpack;exports.ArrayCoder = void 0;
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ../_version */ 86);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ../_version */ 81);
-var _abstractCoder = __webpack_require__(/*! ./abstract-coder */ 88);
-var _anonymous = __webpack_require__(/*! ./anonymous */ 97);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var logger = new _logger.Logger(_version.version);
+var _abstractCoder = __webpack_require__(/*! ./abstract-coder */ 83);
+var _anonymous = __webpack_require__(/*! ./anonymous */ 92);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var logger = new _logger.Logger(_version.version);
function pack(writer, coders, values) {
var arrayValues = null;
if (Array.isArray(values)) {
@@ -15335,16 +15183,16 @@ ArrayCoder = /*#__PURE__*/function (_Coder) {_inherits(ArrayCoder, _Coder);var _
} }]);return ArrayCoder;}(_abstractCoder.Coder);exports.ArrayCoder = ArrayCoder;
/***/ }),
-/* 97 */
-/*!*********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/abi/lib.esm/coders/anonymous.js ***!
- \*********************************************************************************************************/
+/* 92 */
+/*!***********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/abi/lib.esm/coders/anonymous.js ***!
+ \***********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.AnonymousCoder = void 0;
-var _abstractCoder = __webpack_require__(/*! ./abstract-coder */ 88);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}
+var _abstractCoder = __webpack_require__(/*! ./abstract-coder */ 83);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}
// Clones the functionality of an existing Coder, but without a localName
var AnonymousCoder = /*#__PURE__*/function (_Coder) {_inherits(AnonymousCoder, _Coder);var _super = _createSuper(AnonymousCoder);
function AnonymousCoder(coder) {var _this;_classCallCheck(this, AnonymousCoder);
@@ -15359,16 +15207,16 @@ var AnonymousCoder = /*#__PURE__*/function (_Coder) {_inherits(AnonymousCoder, _
} }]);return AnonymousCoder;}(_abstractCoder.Coder);exports.AnonymousCoder = AnonymousCoder;
/***/ }),
-/* 98 */
-/*!*******************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/abi/lib.esm/coders/boolean.js ***!
- \*******************************************************************************************************/
+/* 93 */
+/*!*********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/abi/lib.esm/coders/boolean.js ***!
+ \*********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.BooleanCoder = void 0;
-var _abstractCoder = __webpack_require__(/*! ./abstract-coder */ 88);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var
+var _abstractCoder = __webpack_require__(/*! ./abstract-coder */ 83);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var
BooleanCoder = /*#__PURE__*/function (_Coder) {_inherits(BooleanCoder, _Coder);var _super = _createSuper(BooleanCoder);
function BooleanCoder(localName) {_classCallCheck(this, BooleanCoder);return _super.call(this,
"bool", "bool", localName, false);
@@ -15381,17 +15229,17 @@ BooleanCoder = /*#__PURE__*/function (_Coder) {_inherits(BooleanCoder, _Coder);v
} }]);return BooleanCoder;}(_abstractCoder.Coder);exports.BooleanCoder = BooleanCoder;
/***/ }),
-/* 99 */
-/*!*****************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/abi/lib.esm/coders/bytes.js ***!
- \*****************************************************************************************************/
+/* 94 */
+/*!*******************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/abi/lib.esm/coders/bytes.js ***!
+ \*******************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.BytesCoder = exports.DynamicBytesCoder = void 0;
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _abstractCoder = __webpack_require__(/*! ./abstract-coder */ 88);function _get(target, property, receiver) {if (typeof Reflect !== "undefined" && Reflect.get) {_get = Reflect.get;} else {_get = function _get(target, property, receiver) {var base = _superPropBase(target, property);if (!base) return;var desc = Object.getOwnPropertyDescriptor(base, property);if (desc.get) {return desc.get.call(receiver);}return desc.value;};}return _get(target, property, receiver || target);}function _superPropBase(object, property) {while (!Object.prototype.hasOwnProperty.call(object, property)) {object = _getPrototypeOf(object);if (object === null) break;}return object;}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _abstractCoder = __webpack_require__(/*! ./abstract-coder */ 83);function _get(target, property, receiver) {if (typeof Reflect !== "undefined" && Reflect.get) {_get = Reflect.get;} else {_get = function _get(target, property, receiver) {var base = _superPropBase(target, property);if (!base) return;var desc = Object.getOwnPropertyDescriptor(base, property);if (desc.get) {return desc.get.call(receiver);}return desc.value;};}return _get(target, property, receiver || target);}function _superPropBase(object, property) {while (!Object.prototype.hasOwnProperty.call(object, property)) {object = _getPrototypeOf(object);if (object === null) break;}return object;}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var
DynamicBytesCoder = /*#__PURE__*/function (_Coder) {_inherits(DynamicBytesCoder, _Coder);var _super = _createSuper(DynamicBytesCoder);
function DynamicBytesCoder(type, localName) {_classCallCheck(this, DynamicBytesCoder);return _super.call(this,
type, type, localName, true);
@@ -15415,17 +15263,17 @@ BytesCoder = /*#__PURE__*/function (_DynamicBytesCoder) {_inherits(BytesCoder, _
} }]);return BytesCoder;}(DynamicBytesCoder);exports.BytesCoder = BytesCoder;
/***/ }),
-/* 100 */
-/*!***********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/abi/lib.esm/coders/fixed-bytes.js ***!
- \***********************************************************************************************************/
+/* 95 */
+/*!*************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/abi/lib.esm/coders/fixed-bytes.js ***!
+ \*************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.FixedBytesCoder = void 0;
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _abstractCoder = __webpack_require__(/*! ./abstract-coder */ 88);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _abstractCoder = __webpack_require__(/*! ./abstract-coder */ 83);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}
// @TODO: Merge this with bytes
var FixedBytesCoder = /*#__PURE__*/function (_Coder) {_inherits(FixedBytesCoder, _Coder);var _super = _createSuper(FixedBytesCoder);
function FixedBytesCoder(size, localName) {var _this;_classCallCheck(this, FixedBytesCoder);
@@ -15445,16 +15293,16 @@ var FixedBytesCoder = /*#__PURE__*/function (_Coder) {_inherits(FixedBytesCoder,
} }]);return FixedBytesCoder;}(_abstractCoder.Coder);exports.FixedBytesCoder = FixedBytesCoder;
/***/ }),
-/* 101 */
-/*!****************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/abi/lib.esm/coders/null.js ***!
- \****************************************************************************************************/
+/* 96 */
+/*!******************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/abi/lib.esm/coders/null.js ***!
+ \******************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.NullCoder = void 0;
-var _abstractCoder = __webpack_require__(/*! ./abstract-coder */ 88);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var
+var _abstractCoder = __webpack_require__(/*! ./abstract-coder */ 83);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var
NullCoder = /*#__PURE__*/function (_Coder) {_inherits(NullCoder, _Coder);var _super = _createSuper(NullCoder);
function NullCoder(localName) {_classCallCheck(this, NullCoder);return _super.call(this,
"null", "", localName, false);
@@ -15471,18 +15319,18 @@ NullCoder = /*#__PURE__*/function (_Coder) {_inherits(NullCoder, _Coder);var _su
} }]);return NullCoder;}(_abstractCoder.Coder);exports.NullCoder = NullCoder;
/***/ }),
-/* 102 */
-/*!******************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/abi/lib.esm/coders/number.js ***!
- \******************************************************************************************************/
+/* 97 */
+/*!********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/abi/lib.esm/coders/number.js ***!
+ \********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.NumberCoder = void 0;
-var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 73);
-var _constants = __webpack_require__(/*! @ethersproject/constants */ 103);
-var _abstractCoder = __webpack_require__(/*! ./abstract-coder */ 88);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var
+var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 68);
+var _constants = __webpack_require__(/*! @ethersproject/constants */ 98);
+var _abstractCoder = __webpack_require__(/*! ./abstract-coder */ 83);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var
NumberCoder = /*#__PURE__*/function (_Coder) {_inherits(NumberCoder, _Coder);var _super = _createSuper(NumberCoder);
function NumberCoder(size, signed, localName) {var _this;_classCallCheck(this, NumberCoder);
var name = (signed ? "int" : "uint") + size * 8;
@@ -15518,25 +15366,25 @@ NumberCoder = /*#__PURE__*/function (_Coder) {_inherits(NumberCoder, _Coder);var
} }]);return NumberCoder;}(_abstractCoder.Coder);exports.NumberCoder = NumberCoder;
/***/ }),
-/* 103 */
-/*!****************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/constants/lib.esm/index.js ***!
- \****************************************************************************************************/
+/* 98 */
+/*!******************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/constants/lib.esm/index.js ***!
+ \******************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });Object.defineProperty(exports, "AddressZero", { enumerable: true, get: function get() {return _addresses.AddressZero;} });Object.defineProperty(exports, "NegativeOne", { enumerable: true, get: function get() {return _bignumbers.NegativeOne;} });Object.defineProperty(exports, "Zero", { enumerable: true, get: function get() {return _bignumbers.Zero;} });Object.defineProperty(exports, "One", { enumerable: true, get: function get() {return _bignumbers.One;} });Object.defineProperty(exports, "Two", { enumerable: true, get: function get() {return _bignumbers.Two;} });Object.defineProperty(exports, "WeiPerEther", { enumerable: true, get: function get() {return _bignumbers.WeiPerEther;} });Object.defineProperty(exports, "MaxUint256", { enumerable: true, get: function get() {return _bignumbers.MaxUint256;} });Object.defineProperty(exports, "MinInt256", { enumerable: true, get: function get() {return _bignumbers.MinInt256;} });Object.defineProperty(exports, "MaxInt256", { enumerable: true, get: function get() {return _bignumbers.MaxInt256;} });Object.defineProperty(exports, "HashZero", { enumerable: true, get: function get() {return _hashes.HashZero;} });Object.defineProperty(exports, "EtherSymbol", { enumerable: true, get: function get() {return _strings.EtherSymbol;} });
-var _addresses = __webpack_require__(/*! ./addresses */ 104);
-var _bignumbers = __webpack_require__(/*! ./bignumbers */ 105);
-var _hashes = __webpack_require__(/*! ./hashes */ 106);
-var _strings = __webpack_require__(/*! ./strings */ 107);
+var _addresses = __webpack_require__(/*! ./addresses */ 99);
+var _bignumbers = __webpack_require__(/*! ./bignumbers */ 100);
+var _hashes = __webpack_require__(/*! ./hashes */ 101);
+var _strings = __webpack_require__(/*! ./strings */ 102);
/***/ }),
-/* 104 */
-/*!********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/constants/lib.esm/addresses.js ***!
- \********************************************************************************************************/
+/* 99 */
+/*!**********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/constants/lib.esm/addresses.js ***!
+ \**********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -15544,15 +15392,15 @@ var _strings = __webpack_require__(/*! ./strings */ 107);
Object.defineProperty(exports, "__esModule", { value: true });exports.AddressZero = void 0;var AddressZero = "0x0000000000000000000000000000000000000000";exports.AddressZero = AddressZero;
/***/ }),
-/* 105 */
-/*!*********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/constants/lib.esm/bignumbers.js ***!
- \*********************************************************************************************************/
+/* 100 */
+/*!***********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/constants/lib.esm/bignumbers.js ***!
+ \***********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });exports.MaxInt256 = exports.MinInt256 = exports.MaxUint256 = exports.WeiPerEther = exports.Two = exports.One = exports.Zero = exports.NegativeOne = void 0;var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 73);
+Object.defineProperty(exports, "__esModule", { value: true });exports.MaxInt256 = exports.MinInt256 = exports.MaxUint256 = exports.WeiPerEther = exports.Two = exports.One = exports.Zero = exports.NegativeOne = void 0;var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 68);
var NegativeOne = /*#__PURE__*/_bignumber.BigNumber.from(-1);exports.NegativeOne = NegativeOne;
var Zero = /*#__PURE__*/_bignumber.BigNumber.from(0);exports.Zero = Zero;
var One = /*#__PURE__*/_bignumber.BigNumber.from(1);exports.One = One;
@@ -15563,10 +15411,10 @@ var MinInt256 = /*#__PURE__*/_bignumber.BigNumber.from("-0x800000000000000000000
var MaxInt256 = /*#__PURE__*/_bignumber.BigNumber.from("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");exports.MaxInt256 = MaxInt256;
/***/ }),
-/* 106 */
-/*!*****************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/constants/lib.esm/hashes.js ***!
- \*****************************************************************************************************/
+/* 101 */
+/*!*******************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/constants/lib.esm/hashes.js ***!
+ \*******************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -15574,10 +15422,10 @@ var MaxInt256 = /*#__PURE__*/_bignumber.BigNumber.from("0x7fffffffffffffffffffff
Object.defineProperty(exports, "__esModule", { value: true });exports.HashZero = void 0;var HashZero = "0x0000000000000000000000000000000000000000000000000000000000000000";exports.HashZero = HashZero;
/***/ }),
-/* 107 */
-/*!******************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/constants/lib.esm/strings.js ***!
- \******************************************************************************************************/
+/* 102 */
+/*!********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/constants/lib.esm/strings.js ***!
+ \********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -15587,17 +15435,17 @@ var EtherSymbol = "\u039E"; // "\uD835\uDF63";
exports.EtherSymbol = EtherSymbol;
/***/ }),
-/* 108 */
-/*!******************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/abi/lib.esm/coders/string.js ***!
- \******************************************************************************************************/
+/* 103 */
+/*!********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/abi/lib.esm/coders/string.js ***!
+ \********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.StringCoder = void 0;
-var _strings = __webpack_require__(/*! @ethersproject/strings */ 109);
-var _bytes = __webpack_require__(/*! ./bytes */ 99);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _get(target, property, receiver) {if (typeof Reflect !== "undefined" && Reflect.get) {_get = Reflect.get;} else {_get = function _get(target, property, receiver) {var base = _superPropBase(target, property);if (!base) return;var desc = Object.getOwnPropertyDescriptor(base, property);if (desc.get) {return desc.get.call(receiver);}return desc.value;};}return _get(target, property, receiver || target);}function _superPropBase(object, property) {while (!Object.prototype.hasOwnProperty.call(object, property)) {object = _getPrototypeOf(object);if (object === null) break;}return object;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var
+var _strings = __webpack_require__(/*! @ethersproject/strings */ 104);
+var _bytes = __webpack_require__(/*! ./bytes */ 94);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _get(target, property, receiver) {if (typeof Reflect !== "undefined" && Reflect.get) {_get = Reflect.get;} else {_get = function _get(target, property, receiver) {var base = _superPropBase(target, property);if (!base) return;var desc = Object.getOwnPropertyDescriptor(base, property);if (desc.get) {return desc.get.call(receiver);}return desc.value;};}return _get(target, property, receiver || target);}function _superPropBase(object, property) {while (!Object.prototype.hasOwnProperty.call(object, property)) {object = _getPrototypeOf(object);if (object === null) break;}return object;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var
StringCoder = /*#__PURE__*/function (_DynamicBytesCoder) {_inherits(StringCoder, _DynamicBytesCoder);var _super = _createSuper(StringCoder);
function StringCoder(localName) {_classCallCheck(this, StringCoder);return _super.call(this,
"string", localName);
@@ -15610,32 +15458,32 @@ StringCoder = /*#__PURE__*/function (_DynamicBytesCoder) {_inherits(StringCoder,
} }]);return StringCoder;}(_bytes.DynamicBytesCoder);exports.StringCoder = StringCoder;
/***/ }),
-/* 109 */
-/*!**************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/strings/lib.esm/index.js ***!
- \**************************************************************************************************/
+/* 104 */
+/*!****************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/strings/lib.esm/index.js ***!
+ \****************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });Object.defineProperty(exports, "formatBytes32String", { enumerable: true, get: function get() {return _bytes.formatBytes32String;} });Object.defineProperty(exports, "parseBytes32String", { enumerable: true, get: function get() {return _bytes.parseBytes32String;} });Object.defineProperty(exports, "nameprep", { enumerable: true, get: function get() {return _idna.nameprep;} });Object.defineProperty(exports, "_toEscapedUtf8String", { enumerable: true, get: function get() {return _utf._toEscapedUtf8String;} });Object.defineProperty(exports, "toUtf8Bytes", { enumerable: true, get: function get() {return _utf.toUtf8Bytes;} });Object.defineProperty(exports, "toUtf8CodePoints", { enumerable: true, get: function get() {return _utf.toUtf8CodePoints;} });Object.defineProperty(exports, "toUtf8String", { enumerable: true, get: function get() {return _utf.toUtf8String;} });Object.defineProperty(exports, "UnicodeNormalizationForm", { enumerable: true, get: function get() {return _utf.UnicodeNormalizationForm;} });Object.defineProperty(exports, "Utf8ErrorFuncs", { enumerable: true, get: function get() {return _utf.Utf8ErrorFuncs;} });Object.defineProperty(exports, "Utf8ErrorReason", { enumerable: true, get: function get() {return _utf.Utf8ErrorReason;} });
-var _bytes = __webpack_require__(/*! ./bytes32 */ 110);
-var _idna = __webpack_require__(/*! ./idna */ 113);
-var _utf = __webpack_require__(/*! ./utf8 */ 111);
+var _bytes = __webpack_require__(/*! ./bytes32 */ 105);
+var _idna = __webpack_require__(/*! ./idna */ 108);
+var _utf = __webpack_require__(/*! ./utf8 */ 106);
/***/ }),
-/* 110 */
-/*!****************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/strings/lib.esm/bytes32.js ***!
- \****************************************************************************************************/
+/* 105 */
+/*!******************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/strings/lib.esm/bytes32.js ***!
+ \******************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.formatBytes32String = formatBytes32String;exports.parseBytes32String = parseBytes32String;
-var _constants = __webpack_require__(/*! @ethersproject/constants */ 103);
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _utf = __webpack_require__(/*! ./utf8 */ 111);
+var _constants = __webpack_require__(/*! @ethersproject/constants */ 98);
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _utf = __webpack_require__(/*! ./utf8 */ 106);
function formatBytes32String(text) {
// Get the bytes
var bytes = (0, _utf.toUtf8Bytes)(text);
@@ -15665,18 +15513,18 @@ function parseBytes32String(bytes) {
}
/***/ }),
-/* 111 */
-/*!*************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/strings/lib.esm/utf8.js ***!
- \*************************************************************************************************/
+/* 106 */
+/*!***************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/strings/lib.esm/utf8.js ***!
+ \***************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.toUtf8Bytes = toUtf8Bytes;exports._toEscapedUtf8String = _toEscapedUtf8String;exports._toUtf8String = _toUtf8String;exports.toUtf8String = toUtf8String;exports.toUtf8CodePoints = toUtf8CodePoints;exports.Utf8ErrorFuncs = exports.Utf8ErrorReason = exports.UnicodeNormalizationForm = void 0;
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 112);
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 107);
var logger = new _logger.Logger(_version.version);
///////////////////////////////
var UnicodeNormalizationForm;exports.UnicodeNormalizationForm = UnicodeNormalizationForm;
@@ -15922,10 +15770,10 @@ function toUtf8CodePoints(str) {var form = arguments.length > 1 && arguments[1]
}
/***/ }),
-/* 112 */
-/*!*****************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/strings/lib.esm/_version.js ***!
- \*****************************************************************************************************/
+/* 107 */
+/*!*******************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/strings/lib.esm/_version.js ***!
+ \*******************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -15933,16 +15781,16 @@ function toUtf8CodePoints(str) {var form = arguments.length > 1 && arguments[1]
Object.defineProperty(exports, "__esModule", { value: true });exports.version = void 0;var version = "strings/5.5.0";exports.version = version;
/***/ }),
-/* 113 */
-/*!*************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/strings/lib.esm/idna.js ***!
- \*************************************************************************************************/
+/* 108 */
+/*!***************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/strings/lib.esm/idna.js ***!
+ \***************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports._nameprepTableA1 = _nameprepTableA1;exports._nameprepTableB2 = _nameprepTableB2;exports._nameprepTableC = _nameprepTableC;exports.nameprep = nameprep;
-var _utf = __webpack_require__(/*! ./utf8 */ 111);
+var _utf = __webpack_require__(/*! ./utf8 */ 106);
function bytes2(data) {
if (data.length % 4 !== 0) {
throw new Error("bad data");
@@ -16130,17 +15978,17 @@ function nameprep(value) {
}
/***/ }),
-/* 114 */
-/*!*****************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/abi/lib.esm/coders/tuple.js ***!
- \*****************************************************************************************************/
+/* 109 */
+/*!*******************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/abi/lib.esm/coders/tuple.js ***!
+ \*******************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.TupleCoder = void 0;
-var _abstractCoder = __webpack_require__(/*! ./abstract-coder */ 88);
-var _array = __webpack_require__(/*! ./array */ 96);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var
+var _abstractCoder = __webpack_require__(/*! ./abstract-coder */ 83);
+var _array = __webpack_require__(/*! ./array */ 91);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var
TupleCoder = /*#__PURE__*/function (_Coder) {_inherits(TupleCoder, _Coder);var _super = _createSuper(TupleCoder);
function TupleCoder(coders, localName) {var _this;_classCallCheck(this, TupleCoder);
var dynamic = false;
@@ -16163,26 +16011,26 @@ TupleCoder = /*#__PURE__*/function (_Coder) {_inherits(TupleCoder, _Coder);var _
} }]);return TupleCoder;}(_abstractCoder.Coder);exports.TupleCoder = TupleCoder;
/***/ }),
-/* 115 */
-/*!**************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/abi/lib.esm/interface.js ***!
- \**************************************************************************************************/
+/* 110 */
+/*!****************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/abi/lib.esm/interface.js ***!
+ \****************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });Object.defineProperty(exports, "checkResultErrors", { enumerable: true, get: function get() {return _abstractCoder.checkResultErrors;} });exports.Interface = exports.Indexed = exports.TransactionDescription = exports.LogDescription = void 0;
-var _address = __webpack_require__(/*! @ethersproject/address */ 90);
-var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 73);
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _hash = __webpack_require__(/*! @ethersproject/hash */ 116);
-var _keccak = __webpack_require__(/*! @ethersproject/keccak256 */ 91);
-var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);
-var _abiCoder = __webpack_require__(/*! ./abi-coder */ 87);
-var _abstractCoder = __webpack_require__(/*! ./coders/abstract-coder */ 88);
-var _fragments = __webpack_require__(/*! ./fragments */ 72);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 86);function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}
+var _address = __webpack_require__(/*! @ethersproject/address */ 85);
+var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 68);
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _hash = __webpack_require__(/*! @ethersproject/hash */ 111);
+var _keccak = __webpack_require__(/*! @ethersproject/keccak256 */ 86);
+var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);
+var _abiCoder = __webpack_require__(/*! ./abi-coder */ 82);
+var _abstractCoder = __webpack_require__(/*! ./coders/abstract-coder */ 83);
+var _fragments = __webpack_require__(/*! ./fragments */ 67);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 81);function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}
var logger = new _logger.Logger(_version.version);var
LogDescription = /*#__PURE__*/function (_Description) {_inherits(LogDescription, _Description);var _super = _createSuper(LogDescription);function LogDescription() {_classCallCheck(this, LogDescription);return _super.apply(this, arguments);}return LogDescription;}(_properties.Description);exports.LogDescription = LogDescription;var
@@ -16666,49 +16514,49 @@ Interface = /*#__PURE__*/function () {
} }]);return Interface;}();exports.Interface = Interface;
/***/ }),
-/* 116 */
-/*!***********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/hash/lib.esm/index.js ***!
- \***********************************************************************************************/
+/* 111 */
+/*!*************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/hash/lib.esm/index.js ***!
+ \*************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });Object.defineProperty(exports, "id", { enumerable: true, get: function get() {return _id.id;} });Object.defineProperty(exports, "isValidName", { enumerable: true, get: function get() {return _namehash.isValidName;} });Object.defineProperty(exports, "namehash", { enumerable: true, get: function get() {return _namehash.namehash;} });Object.defineProperty(exports, "hashMessage", { enumerable: true, get: function get() {return _message.hashMessage;} });Object.defineProperty(exports, "messagePrefix", { enumerable: true, get: function get() {return _message.messagePrefix;} });Object.defineProperty(exports, "_TypedDataEncoder", { enumerable: true, get: function get() {return _typedData.TypedDataEncoder;} });
-var _id = __webpack_require__(/*! ./id */ 117);
-var _namehash = __webpack_require__(/*! ./namehash */ 118);
-var _message = __webpack_require__(/*! ./message */ 120);
-var _typedData = __webpack_require__(/*! ./typed-data */ 121);
+var _id = __webpack_require__(/*! ./id */ 112);
+var _namehash = __webpack_require__(/*! ./namehash */ 113);
+var _message = __webpack_require__(/*! ./message */ 115);
+var _typedData = __webpack_require__(/*! ./typed-data */ 116);
/***/ }),
-/* 117 */
-/*!********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/hash/lib.esm/id.js ***!
- \********************************************************************************************/
+/* 112 */
+/*!**********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/hash/lib.esm/id.js ***!
+ \**********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });exports.id = id;var _keccak = __webpack_require__(/*! @ethersproject/keccak256 */ 91);
-var _strings = __webpack_require__(/*! @ethersproject/strings */ 109);
+Object.defineProperty(exports, "__esModule", { value: true });exports.id = id;var _keccak = __webpack_require__(/*! @ethersproject/keccak256 */ 86);
+var _strings = __webpack_require__(/*! @ethersproject/strings */ 104);
function id(text) {
return (0, _keccak.keccak256)((0, _strings.toUtf8Bytes)(text));
}
/***/ }),
-/* 118 */
-/*!**************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/hash/lib.esm/namehash.js ***!
- \**************************************************************************************************/
+/* 113 */
+/*!****************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/hash/lib.esm/namehash.js ***!
+ \****************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });exports.isValidName = isValidName;exports.namehash = namehash;var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _strings = __webpack_require__(/*! @ethersproject/strings */ 109);
-var _keccak = __webpack_require__(/*! @ethersproject/keccak256 */ 91);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 119);
+Object.defineProperty(exports, "__esModule", { value: true });exports.isValidName = isValidName;exports.namehash = namehash;var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _strings = __webpack_require__(/*! @ethersproject/strings */ 104);
+var _keccak = __webpack_require__(/*! @ethersproject/keccak256 */ 86);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 114);
var logger = new _logger.Logger(_version.version);
var Zeros = new Uint8Array(32);
Zeros.fill(0);
@@ -16746,10 +16594,10 @@ function namehash(name) {
}
/***/ }),
-/* 119 */
-/*!**************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/hash/lib.esm/_version.js ***!
- \**************************************************************************************************/
+/* 114 */
+/*!****************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/hash/lib.esm/_version.js ***!
+ \****************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -16757,17 +16605,17 @@ function namehash(name) {
Object.defineProperty(exports, "__esModule", { value: true });exports.version = void 0;var version = "hash/5.5.0";exports.version = version;
/***/ }),
-/* 120 */
-/*!*************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/hash/lib.esm/message.js ***!
- \*************************************************************************************************/
+/* 115 */
+/*!***************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/hash/lib.esm/message.js ***!
+ \***************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });exports.hashMessage = hashMessage;exports.messagePrefix = void 0;var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _keccak = __webpack_require__(/*! @ethersproject/keccak256 */ 91);
-var _strings = __webpack_require__(/*! @ethersproject/strings */ 109);
+Object.defineProperty(exports, "__esModule", { value: true });exports.hashMessage = hashMessage;exports.messagePrefix = void 0;var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _keccak = __webpack_require__(/*! @ethersproject/keccak256 */ 86);
+var _strings = __webpack_require__(/*! @ethersproject/strings */ 104);
var messagePrefix = "\x19Ethereum Signed Message:\n";exports.messagePrefix = messagePrefix;
function hashMessage(message) {
if (typeof message === "string") {
@@ -16781,15 +16629,15 @@ function hashMessage(message) {
}
/***/ }),
-/* 121 */
-/*!****************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/hash/lib.esm/typed-data.js ***!
- \****************************************************************************************************/
+/* 116 */
+/*!******************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/hash/lib.esm/typed-data.js ***!
+ \******************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });exports.TypedDataEncoder = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 49));
+Object.defineProperty(exports, "__esModule", { value: true });exports.TypedDataEncoder = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 44));
@@ -16798,15 +16646,15 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.TypedDataE
-var _address = __webpack_require__(/*! @ethersproject/address */ 90);
-var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 73);
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _keccak = __webpack_require__(/*! @ethersproject/keccak256 */ 91);
-var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 119);
+var _address = __webpack_require__(/*! @ethersproject/address */ 85);
+var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 68);
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _keccak = __webpack_require__(/*! @ethersproject/keccak256 */ 86);
+var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 114);
-var _id = __webpack_require__(/*! ./id */ 117);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};var logger = new _logger.Logger(_version.version);
+var _id = __webpack_require__(/*! ./id */ 112);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};var logger = new _logger.Logger(_version.version);
var padding = new Uint8Array(32);
padding.fill(0);
var NegativeOne = _bignumber.BigNumber.from(-1);
@@ -17230,15 +17078,15 @@ TypedDataEncoder = /*#__PURE__*/function () {
} }]);return TypedDataEncoder;}();exports.TypedDataEncoder = TypedDataEncoder;
/***/ }),
-/* 122 */
-/*!************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/abstract-provider/lib.esm/index.js ***!
- \************************************************************************************************************/
+/* 117 */
+/*!**************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/abstract-provider/lib.esm/index.js ***!
+ \**************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });exports.Provider = exports.TransactionOrderForkEvent = exports.TransactionForkEvent = exports.BlockForkEvent = exports.ForkEvent = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 49));
+Object.defineProperty(exports, "__esModule", { value: true });exports.Provider = exports.TransactionOrderForkEvent = exports.TransactionForkEvent = exports.BlockForkEvent = exports.ForkEvent = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 44));
@@ -17248,11 +17096,11 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.Provider =
-var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 73);
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 123);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};
+var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 68);
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 118);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};
var logger = new _logger.Logger(_version.version);
;
;
@@ -17348,10 +17196,10 @@ exports.TransactionOrderForkEvent = TransactionOrderForkEvent;var Provider = /*#
} }]);return Provider;}();exports.Provider = Provider;
/***/ }),
-/* 123 */
-/*!***************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/abstract-provider/lib.esm/_version.js ***!
- \***************************************************************************************************************/
+/* 118 */
+/*!*****************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/abstract-provider/lib.esm/_version.js ***!
+ \*****************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -17359,15 +17207,15 @@ exports.TransactionOrderForkEvent = TransactionOrderForkEvent;var Provider = /*#
Object.defineProperty(exports, "__esModule", { value: true });exports.version = void 0;var version = "abstract-provider/5.5.1";exports.version = version;
/***/ }),
-/* 124 */
-/*!**********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/abstract-signer/lib.esm/index.js ***!
- \**********************************************************************************************************/
+/* 119 */
+/*!************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/abstract-signer/lib.esm/index.js ***!
+ \************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });exports.VoidSigner = exports.Signer = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 49));
+Object.defineProperty(exports, "__esModule", { value: true });exports.VoidSigner = exports.Signer = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 44));
@@ -17377,9 +17225,9 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.VoidSigner
-var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 125);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};
+var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 120);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};
var logger = new _logger.Logger(_version.version);
var allowedTransactionKeys = [
"accessList", "chainId", "customData", "data", "from", "gasLimit", "gasPrice", "maxFeePerGas", "maxPriorityFeePerGas", "nonce", "to", "type", "value"];
@@ -17671,10 +17519,10 @@ VoidSigner = /*#__PURE__*/function (_Signer) {_inherits(VoidSigner, _Signer);var
} }]);return VoidSigner;}(Signer);exports.VoidSigner = VoidSigner;
/***/ }),
-/* 125 */
-/*!*************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/abstract-signer/lib.esm/_version.js ***!
- \*************************************************************************************************************/
+/* 120 */
+/*!***************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/abstract-signer/lib.esm/_version.js ***!
+ \***************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -17682,25 +17530,25 @@ VoidSigner = /*#__PURE__*/function (_Signer) {_inherits(VoidSigner, _Signer);var
Object.defineProperty(exports, "__esModule", { value: true });exports.version = void 0;var version = "abstract-signer/5.5.0";exports.version = version;
/***/ }),
-/* 126 */
-/*!*******************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/transactions/lib.esm/index.js ***!
- \*******************************************************************************************************/
+/* 121 */
+/*!*********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/transactions/lib.esm/index.js ***!
+ \*********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, "__esModule", { value: true });exports.computeAddress = computeAddress;exports.recoverAddress = recoverAddress;exports.accessListify = accessListify;exports.serialize = serialize;exports.parse = parse;exports.TransactionTypes = void 0;
-var _address = __webpack_require__(/*! @ethersproject/address */ 90);
-var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 73);
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _constants = __webpack_require__(/*! @ethersproject/constants */ 103);
-var _keccak = __webpack_require__(/*! @ethersproject/keccak256 */ 91);
-var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);
-var RLP = _interopRequireWildcard(__webpack_require__(/*! @ethersproject/rlp */ 93));
-var _signingKey = __webpack_require__(/*! @ethersproject/signing-key */ 127);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 144);function _getRequireWildcardCache() {if (typeof WeakMap !== "function") return null;var cache = new WeakMap();_getRequireWildcardCache = function _getRequireWildcardCache() {return cache;};return cache;}function _interopRequireWildcard(obj) {if (obj && obj.__esModule) {return obj;}if (obj === null || typeof obj !== "object" && typeof obj !== "function") {return { default: obj };}var cache = _getRequireWildcardCache();if (cache && cache.has(obj)) {return cache.get(obj);}var newObj = {};var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;for (var key in obj) {if (Object.prototype.hasOwnProperty.call(obj, key)) {var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;if (desc && (desc.get || desc.set)) {Object.defineProperty(newObj, key, desc);} else {newObj[key] = obj[key];}}}newObj.default = obj;if (cache) {cache.set(obj, newObj);}return newObj;}
+var _address = __webpack_require__(/*! @ethersproject/address */ 85);
+var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 68);
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _constants = __webpack_require__(/*! @ethersproject/constants */ 98);
+var _keccak = __webpack_require__(/*! @ethersproject/keccak256 */ 86);
+var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);
+var RLP = _interopRequireWildcard(__webpack_require__(/*! @ethersproject/rlp */ 88));
+var _signingKey = __webpack_require__(/*! @ethersproject/signing-key */ 122);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 139);function _getRequireWildcardCache() {if (typeof WeakMap !== "function") return null;var cache = new WeakMap();_getRequireWildcardCache = function _getRequireWildcardCache() {return cache;};return cache;}function _interopRequireWildcard(obj) {if (obj && obj.__esModule) {return obj;}if (obj === null || typeof obj !== "object" && typeof obj !== "function") {return { default: obj };}var cache = _getRequireWildcardCache();if (cache && cache.has(obj)) {return cache.get(obj);}var newObj = {};var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;for (var key in obj) {if (Object.prototype.hasOwnProperty.call(obj, key)) {var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;if (desc && (desc.get || desc.set)) {Object.defineProperty(newObj, key, desc);} else {newObj[key] = obj[key];}}}newObj.default = obj;if (cache) {cache.set(obj, newObj);}return newObj;}
var logger = new _logger.Logger(_version.version);
var TransactionTypes;exports.TransactionTypes = TransactionTypes;
(function (TransactionTypes) {
@@ -18078,23 +17926,23 @@ function parse(rawTransaction) {
transactionType: payload[0] });
}
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 33)["default"]))
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 28)["default"]))
/***/ }),
-/* 127 */
-/*!******************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/signing-key/lib.esm/index.js ***!
- \******************************************************************************************************/
+/* 122 */
+/*!********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/signing-key/lib.esm/index.js ***!
+ \********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.recoverPublicKey = recoverPublicKey;exports.computePublicKey = computePublicKey;exports.SigningKey = void 0;
-var _elliptic = __webpack_require__(/*! ./elliptic */ 128);
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 143);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}
+var _elliptic = __webpack_require__(/*! ./elliptic */ 123);
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 138);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}
var logger = new _logger.Logger(_version.version);
var _curve = null;
function getCurve() {
@@ -18169,16 +18017,16 @@ function computePublicKey(key, compressed) {
}
/***/ }),
-/* 128 */
-/*!*********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/signing-key/lib.esm/elliptic.js ***!
- \*********************************************************************************************************/
+/* 123 */
+/*!***********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/signing-key/lib.esm/elliptic.js ***!
+ \***********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-/* WEBPACK VAR INJECTION */(function(global) {Object.defineProperty(exports, "__esModule", { value: true });exports.EC = void 0;var _bn = _interopRequireDefault(__webpack_require__(/*! bn.js */ 75));
-var _hash = _interopRequireDefault(__webpack_require__(/*! hash.js */ 129));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+/* WEBPACK VAR INJECTION */(function(global) {Object.defineProperty(exports, "__esModule", { value: true });exports.EC = void 0;var _bn = _interopRequireDefault(__webpack_require__(/*! bn.js */ 70));
+var _hash = _interopRequireDefault(__webpack_require__(/*! hash.js */ 124));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
@@ -20652,10 +20500,10 @@ var elliptic_1 = createCommonjsModule(function (module, exports) {
});
var EC$1 = elliptic_1.ec;exports.EC = EC$1;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../HBuilderX/plugins/uniapp-cli/node_modules/webpack/buildin/global.js */ 42)))
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! (webpack)/buildin/global.js */ 37)))
/***/ }),
-/* 129 */
+/* 124 */
/*!******************************************!*\
!*** ./node_modules/hash.js/lib/hash.js ***!
\******************************************/
@@ -20664,11 +20512,11 @@ var EC$1 = elliptic_1.ec;exports.EC = EC$1;
var hash = exports;
-hash.utils = __webpack_require__(/*! ./hash/utils */ 130);
-hash.common = __webpack_require__(/*! ./hash/common */ 133);
-hash.sha = __webpack_require__(/*! ./hash/sha */ 134);
-hash.ripemd = __webpack_require__(/*! ./hash/ripemd */ 141);
-hash.hmac = __webpack_require__(/*! ./hash/hmac */ 142);
+hash.utils = __webpack_require__(/*! ./hash/utils */ 125);
+hash.common = __webpack_require__(/*! ./hash/common */ 128);
+hash.sha = __webpack_require__(/*! ./hash/sha */ 129);
+hash.ripemd = __webpack_require__(/*! ./hash/ripemd */ 136);
+hash.hmac = __webpack_require__(/*! ./hash/hmac */ 137);
// Proxy hash functions to the main object
hash.sha1 = hash.sha.sha1;
@@ -20680,7 +20528,7 @@ hash.ripemd160 = hash.ripemd.ripemd160;
/***/ }),
-/* 130 */
+/* 125 */
/*!************************************************!*\
!*** ./node_modules/hash.js/lib/hash/utils.js ***!
\************************************************/
@@ -20690,8 +20538,8 @@ hash.ripemd160 = hash.ripemd.ripemd160;
"use strict";
-var assert = __webpack_require__(/*! minimalistic-assert */ 131);
-var inherits = __webpack_require__(/*! inherits */ 132);
+var assert = __webpack_require__(/*! minimalistic-assert */ 126);
+var inherits = __webpack_require__(/*! inherits */ 127);
exports.inherits = inherits;
@@ -20969,7 +20817,7 @@ exports.shr64_lo = shr64_lo;
/***/ }),
-/* 131 */
+/* 126 */
/*!***************************************************!*\
!*** ./node_modules/minimalistic-assert/index.js ***!
\***************************************************/
@@ -20990,7 +20838,7 @@ assert.equal = function assertEqual(l, r, msg) {
/***/ }),
-/* 132 */
+/* 127 */
/*!***************************************************!*\
!*** ./node_modules/inherits/inherits_browser.js ***!
\***************************************************/
@@ -21027,7 +20875,7 @@ if (typeof Object.create === 'function') {
/***/ }),
-/* 133 */
+/* 128 */
/*!*************************************************!*\
!*** ./node_modules/hash.js/lib/hash/common.js ***!
\*************************************************/
@@ -21037,8 +20885,8 @@ if (typeof Object.create === 'function') {
"use strict";
-var utils = __webpack_require__(/*! ./utils */ 130);
-var assert = __webpack_require__(/*! minimalistic-assert */ 131);
+var utils = __webpack_require__(/*! ./utils */ 125);
+var assert = __webpack_require__(/*! minimalistic-assert */ 126);
function BlockHash() {
this.pending = null;
@@ -21130,7 +20978,7 @@ BlockHash.prototype._pad = function pad() {
/***/ }),
-/* 134 */
+/* 129 */
/*!**********************************************!*\
!*** ./node_modules/hash.js/lib/hash/sha.js ***!
\**********************************************/
@@ -21140,15 +20988,15 @@ BlockHash.prototype._pad = function pad() {
"use strict";
-exports.sha1 = __webpack_require__(/*! ./sha/1 */ 135);
-exports.sha224 = __webpack_require__(/*! ./sha/224 */ 137);
-exports.sha256 = __webpack_require__(/*! ./sha/256 */ 138);
-exports.sha384 = __webpack_require__(/*! ./sha/384 */ 139);
-exports.sha512 = __webpack_require__(/*! ./sha/512 */ 140);
+exports.sha1 = __webpack_require__(/*! ./sha/1 */ 130);
+exports.sha224 = __webpack_require__(/*! ./sha/224 */ 132);
+exports.sha256 = __webpack_require__(/*! ./sha/256 */ 133);
+exports.sha384 = __webpack_require__(/*! ./sha/384 */ 134);
+exports.sha512 = __webpack_require__(/*! ./sha/512 */ 135);
/***/ }),
-/* 135 */
+/* 130 */
/*!************************************************!*\
!*** ./node_modules/hash.js/lib/hash/sha/1.js ***!
\************************************************/
@@ -21158,9 +21006,9 @@ exports.sha512 = __webpack_require__(/*! ./sha/512 */ 140);
"use strict";
-var utils = __webpack_require__(/*! ../utils */ 130);
-var common = __webpack_require__(/*! ../common */ 133);
-var shaCommon = __webpack_require__(/*! ./common */ 136);
+var utils = __webpack_require__(/*! ../utils */ 125);
+var common = __webpack_require__(/*! ../common */ 128);
+var shaCommon = __webpack_require__(/*! ./common */ 131);
var rotl32 = utils.rotl32;
var sum32 = utils.sum32;
@@ -21233,7 +21081,7 @@ SHA1.prototype._digest = function digest(enc) {
/***/ }),
-/* 136 */
+/* 131 */
/*!*****************************************************!*\
!*** ./node_modules/hash.js/lib/hash/sha/common.js ***!
\*****************************************************/
@@ -21243,7 +21091,7 @@ SHA1.prototype._digest = function digest(enc) {
"use strict";
-var utils = __webpack_require__(/*! ../utils */ 130);
+var utils = __webpack_require__(/*! ../utils */ 125);
var rotr32 = utils.rotr32;
function ft_1(s, x, y, z) {
@@ -21293,7 +21141,7 @@ exports.g1_256 = g1_256;
/***/ }),
-/* 137 */
+/* 132 */
/*!**************************************************!*\
!*** ./node_modules/hash.js/lib/hash/sha/224.js ***!
\**************************************************/
@@ -21303,8 +21151,8 @@ exports.g1_256 = g1_256;
"use strict";
-var utils = __webpack_require__(/*! ../utils */ 130);
-var SHA256 = __webpack_require__(/*! ./256 */ 138);
+var utils = __webpack_require__(/*! ../utils */ 125);
+var SHA256 = __webpack_require__(/*! ./256 */ 133);
function SHA224() {
if (!(this instanceof SHA224))
@@ -21334,7 +21182,7 @@ SHA224.prototype._digest = function digest(enc) {
/***/ }),
-/* 138 */
+/* 133 */
/*!**************************************************!*\
!*** ./node_modules/hash.js/lib/hash/sha/256.js ***!
\**************************************************/
@@ -21344,10 +21192,10 @@ SHA224.prototype._digest = function digest(enc) {
"use strict";
-var utils = __webpack_require__(/*! ../utils */ 130);
-var common = __webpack_require__(/*! ../common */ 133);
-var shaCommon = __webpack_require__(/*! ./common */ 136);
-var assert = __webpack_require__(/*! minimalistic-assert */ 131);
+var utils = __webpack_require__(/*! ../utils */ 125);
+var common = __webpack_require__(/*! ../common */ 128);
+var shaCommon = __webpack_require__(/*! ./common */ 131);
+var assert = __webpack_require__(/*! minimalistic-assert */ 126);
var sum32 = utils.sum32;
var sum32_4 = utils.sum32_4;
@@ -21450,7 +21298,7 @@ SHA256.prototype._digest = function digest(enc) {
/***/ }),
-/* 139 */
+/* 134 */
/*!**************************************************!*\
!*** ./node_modules/hash.js/lib/hash/sha/384.js ***!
\**************************************************/
@@ -21460,9 +21308,9 @@ SHA256.prototype._digest = function digest(enc) {
"use strict";
-var utils = __webpack_require__(/*! ../utils */ 130);
+var utils = __webpack_require__(/*! ../utils */ 125);
-var SHA512 = __webpack_require__(/*! ./512 */ 140);
+var SHA512 = __webpack_require__(/*! ./512 */ 135);
function SHA384() {
if (!(this instanceof SHA384))
@@ -21496,7 +21344,7 @@ SHA384.prototype._digest = function digest(enc) {
/***/ }),
-/* 140 */
+/* 135 */
/*!**************************************************!*\
!*** ./node_modules/hash.js/lib/hash/sha/512.js ***!
\**************************************************/
@@ -21506,9 +21354,9 @@ SHA384.prototype._digest = function digest(enc) {
"use strict";
-var utils = __webpack_require__(/*! ../utils */ 130);
-var common = __webpack_require__(/*! ../common */ 133);
-var assert = __webpack_require__(/*! minimalistic-assert */ 131);
+var utils = __webpack_require__(/*! ../utils */ 125);
+var common = __webpack_require__(/*! ../common */ 128);
+var assert = __webpack_require__(/*! minimalistic-assert */ 126);
var rotr64_hi = utils.rotr64_hi;
var rotr64_lo = utils.rotr64_lo;
@@ -21837,7 +21685,7 @@ function g1_512_lo(xh, xl) {
/***/ }),
-/* 141 */
+/* 136 */
/*!*************************************************!*\
!*** ./node_modules/hash.js/lib/hash/ripemd.js ***!
\*************************************************/
@@ -21847,8 +21695,8 @@ function g1_512_lo(xh, xl) {
"use strict";
-var utils = __webpack_require__(/*! ./utils */ 130);
-var common = __webpack_require__(/*! ./common */ 133);
+var utils = __webpack_require__(/*! ./utils */ 125);
+var common = __webpack_require__(/*! ./common */ 128);
var rotl32 = utils.rotl32;
var sum32 = utils.sum32;
@@ -21994,7 +21842,7 @@ var sh = [
/***/ }),
-/* 142 */
+/* 137 */
/*!***********************************************!*\
!*** ./node_modules/hash.js/lib/hash/hmac.js ***!
\***********************************************/
@@ -22004,8 +21852,8 @@ var sh = [
"use strict";
-var utils = __webpack_require__(/*! ./utils */ 130);
-var assert = __webpack_require__(/*! minimalistic-assert */ 131);
+var utils = __webpack_require__(/*! ./utils */ 125);
+var assert = __webpack_require__(/*! minimalistic-assert */ 126);
function Hmac(hash, key, enc) {
if (!(this instanceof Hmac))
@@ -22052,10 +21900,10 @@ Hmac.prototype.digest = function digest(enc) {
/***/ }),
-/* 143 */
-/*!*********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/signing-key/lib.esm/_version.js ***!
- \*********************************************************************************************************/
+/* 138 */
+/*!***********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/signing-key/lib.esm/_version.js ***!
+ \***********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -22063,10 +21911,10 @@ Hmac.prototype.digest = function digest(enc) {
Object.defineProperty(exports, "__esModule", { value: true });exports.version = void 0;var version = "signing-key/5.5.0";exports.version = version;
/***/ }),
-/* 144 */
-/*!**********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/transactions/lib.esm/_version.js ***!
- \**********************************************************************************************************/
+/* 139 */
+/*!************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/transactions/lib.esm/_version.js ***!
+ \************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -22074,10 +21922,10 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.version =
Object.defineProperty(exports, "__esModule", { value: true });exports.version = void 0;var version = "transactions/5.5.0";exports.version = version;
/***/ }),
-/* 145 */
-/*!*******************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/contracts/lib.esm/_version.js ***!
- \*******************************************************************************************************/
+/* 140 */
+/*!*********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/contracts/lib.esm/_version.js ***!
+ \*********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -22085,15 +21933,15 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.version =
Object.defineProperty(exports, "__esModule", { value: true });exports.version = void 0;var version = "contracts/5.5.0";exports.version = version;
/***/ }),
-/* 146 */
-/*!*************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/wallet/lib.esm/index.js ***!
- \*************************************************************************************************/
+/* 141 */
+/*!***************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/wallet/lib.esm/index.js ***!
+ \***************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });exports.verifyMessage = verifyMessage;exports.verifyTypedData = verifyTypedData;exports.Wallet = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 49));
+Object.defineProperty(exports, "__esModule", { value: true });exports.verifyMessage = verifyMessage;exports.verifyTypedData = verifyTypedData;exports.Wallet = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 44));
@@ -22103,20 +21951,20 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.verifyMess
-var _address = __webpack_require__(/*! @ethersproject/address */ 90);
-var _abstractProvider = __webpack_require__(/*! @ethersproject/abstract-provider */ 122);
-var _abstractSigner = __webpack_require__(/*! @ethersproject/abstract-signer */ 124);
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _hash = __webpack_require__(/*! @ethersproject/hash */ 116);
-var _hdnode = __webpack_require__(/*! @ethersproject/hdnode */ 147);
-var _keccak = __webpack_require__(/*! @ethersproject/keccak256 */ 91);
-var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);
-var _random = __webpack_require__(/*! @ethersproject/random */ 161);
-var _signingKey2 = __webpack_require__(/*! @ethersproject/signing-key */ 127);
-var _jsonWallets = __webpack_require__(/*! @ethersproject/json-wallets */ 165);
-var _transactions = __webpack_require__(/*! @ethersproject/transactions */ 126);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 173);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};
+var _address = __webpack_require__(/*! @ethersproject/address */ 85);
+var _abstractProvider = __webpack_require__(/*! @ethersproject/abstract-provider */ 117);
+var _abstractSigner = __webpack_require__(/*! @ethersproject/abstract-signer */ 119);
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _hash = __webpack_require__(/*! @ethersproject/hash */ 111);
+var _hdnode = __webpack_require__(/*! @ethersproject/hdnode */ 142);
+var _keccak = __webpack_require__(/*! @ethersproject/keccak256 */ 86);
+var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);
+var _random = __webpack_require__(/*! @ethersproject/random */ 156);
+var _signingKey2 = __webpack_require__(/*! @ethersproject/signing-key */ 122);
+var _jsonWallets = __webpack_require__(/*! @ethersproject/json-wallets */ 160);
+var _transactions = __webpack_require__(/*! @ethersproject/transactions */ 121);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 168);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};
var logger = new _logger.Logger(_version.version);
function isAccount(value) {
return value != null && (0, _bytes.isHexString)(value.privateKey, 32) && value.address != null;
@@ -22271,27 +22119,27 @@ function verifyTypedData(domain, types, value, signature) {
}
/***/ }),
-/* 147 */
-/*!*************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/hdnode/lib.esm/index.js ***!
- \*************************************************************************************************/
+/* 142 */
+/*!***************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/hdnode/lib.esm/index.js ***!
+ \***************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.mnemonicToSeed = mnemonicToSeed;exports.mnemonicToEntropy = mnemonicToEntropy;exports.entropyToMnemonic = entropyToMnemonic;exports.isValidMnemonic = isValidMnemonic;exports.getAccountPath = getAccountPath;exports.HDNode = exports.defaultPath = void 0;
-var _basex = __webpack_require__(/*! @ethersproject/basex */ 148);
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 73);
-var _strings = __webpack_require__(/*! @ethersproject/strings */ 109);
-var _pbkdf = __webpack_require__(/*! @ethersproject/pbkdf2 */ 149);
-var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);
-var _signingKey = __webpack_require__(/*! @ethersproject/signing-key */ 127);
-var _sha = __webpack_require__(/*! @ethersproject/sha2 */ 151);
-var _transactions = __webpack_require__(/*! @ethersproject/transactions */ 126);
-var _wordlists = __webpack_require__(/*! @ethersproject/wordlists */ 155);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 160);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}
+var _basex = __webpack_require__(/*! @ethersproject/basex */ 143);
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 68);
+var _strings = __webpack_require__(/*! @ethersproject/strings */ 104);
+var _pbkdf = __webpack_require__(/*! @ethersproject/pbkdf2 */ 144);
+var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);
+var _signingKey = __webpack_require__(/*! @ethersproject/signing-key */ 122);
+var _sha = __webpack_require__(/*! @ethersproject/sha2 */ 146);
+var _transactions = __webpack_require__(/*! @ethersproject/transactions */ 121);
+var _wordlists = __webpack_require__(/*! @ethersproject/wordlists */ 150);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 155);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}
var logger = new _logger.Logger(_version.version);
var N = _bignumber.BigNumber.from("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141");
// "Bitcoin seed"
@@ -22611,10 +22459,10 @@ function getAccountPath(index) {
}
/***/ }),
-/* 148 */
-/*!************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/basex/lib.esm/index.js ***!
- \************************************************************************************************/
+/* 143 */
+/*!**************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/basex/lib.esm/index.js ***!
+ \**************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -22658,8 +22506,8 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.Base58 = e
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}var
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}var
BaseX = /*#__PURE__*/function () {
function BaseX(alphabet) {_classCallCheck(this, BaseX);
(0, _properties.defineReadOnly)(this, "alphabet", alphabet);
@@ -22740,28 +22588,28 @@ var Base58 = new BaseX("123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwx
exports.Base58 = Base58;
/***/ }),
-/* 149 */
-/*!*************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/pbkdf2/lib.esm/index.js ***!
- \*************************************************************************************************/
+/* 144 */
+/*!***************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/pbkdf2/lib.esm/index.js ***!
+ \***************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });Object.defineProperty(exports, "pbkdf2", { enumerable: true, get: function get() {return _pbkdf.pbkdf2;} });var _pbkdf = __webpack_require__(/*! ./pbkdf2 */ 150);
+Object.defineProperty(exports, "__esModule", { value: true });Object.defineProperty(exports, "pbkdf2", { enumerable: true, get: function get() {return _pbkdf.pbkdf2;} });var _pbkdf = __webpack_require__(/*! ./pbkdf2 */ 145);
/***/ }),
-/* 150 */
-/*!**************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/pbkdf2/lib.esm/pbkdf2.js ***!
- \**************************************************************************************************/
+/* 145 */
+/*!****************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/pbkdf2/lib.esm/pbkdf2.js ***!
+ \****************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.pbkdf2 = pbkdf2;
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _sha = __webpack_require__(/*! @ethersproject/sha2 */ 151);
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _sha = __webpack_require__(/*! @ethersproject/sha2 */ 146);
function pbkdf2(password, salt, iterations, keylen, hashAlgorithm) {
password = (0, _bytes.arrayify)(password);
salt = (0, _bytes.arrayify)(salt);
@@ -22804,33 +22652,33 @@ function pbkdf2(password, salt, iterations, keylen, hashAlgorithm) {
}
/***/ }),
-/* 151 */
-/*!***********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/sha2/lib.esm/index.js ***!
- \***********************************************************************************************/
+/* 146 */
+/*!*************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/sha2/lib.esm/index.js ***!
+ \*************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });Object.defineProperty(exports, "computeHmac", { enumerable: true, get: function get() {return _sha.computeHmac;} });Object.defineProperty(exports, "ripemd160", { enumerable: true, get: function get() {return _sha.ripemd160;} });Object.defineProperty(exports, "sha256", { enumerable: true, get: function get() {return _sha.sha256;} });Object.defineProperty(exports, "sha512", { enumerable: true, get: function get() {return _sha.sha512;} });Object.defineProperty(exports, "SupportedAlgorithm", { enumerable: true, get: function get() {return _types.SupportedAlgorithm;} });var _sha = __webpack_require__(/*! ./sha2 */ 152);
-var _types = __webpack_require__(/*! ./types */ 153);
+Object.defineProperty(exports, "__esModule", { value: true });Object.defineProperty(exports, "computeHmac", { enumerable: true, get: function get() {return _sha.computeHmac;} });Object.defineProperty(exports, "ripemd160", { enumerable: true, get: function get() {return _sha.ripemd160;} });Object.defineProperty(exports, "sha256", { enumerable: true, get: function get() {return _sha.sha256;} });Object.defineProperty(exports, "sha512", { enumerable: true, get: function get() {return _sha.sha512;} });Object.defineProperty(exports, "SupportedAlgorithm", { enumerable: true, get: function get() {return _types.SupportedAlgorithm;} });var _sha = __webpack_require__(/*! ./sha2 */ 147);
+var _types = __webpack_require__(/*! ./types */ 148);
/***/ }),
-/* 152 */
-/*!**********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/sha2/lib.esm/sha2.js ***!
- \**********************************************************************************************/
+/* 147 */
+/*!************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/sha2/lib.esm/sha2.js ***!
+ \************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.ripemd160 = ripemd160;exports.sha256 = sha256;exports.sha512 = sha512;exports.computeHmac = computeHmac;
-var _hash = _interopRequireDefault(__webpack_require__(/*! hash.js */ 129));
+var _hash = _interopRequireDefault(__webpack_require__(/*! hash.js */ 124));
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _types = __webpack_require__(/*! ./types */ 153);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 154);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };} //const _ripemd160 = _hash.ripemd160;
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _types = __webpack_require__(/*! ./types */ 148);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 149);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };} //const _ripemd160 = _hash.ripemd160;
var logger = new _logger.Logger(_version.version);
function ripemd160(data) {
return "0x" + _hash.default.ripemd160().update((0, _bytes.arrayify)(data)).digest("hex");
@@ -22852,10 +22700,10 @@ function computeHmac(algorithm, key, data) {
}
/***/ }),
-/* 153 */
-/*!***********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/sha2/lib.esm/types.js ***!
- \***********************************************************************************************/
+/* 148 */
+/*!*************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/sha2/lib.esm/types.js ***!
+ \*************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -22868,10 +22716,10 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.SupportedA
;
/***/ }),
-/* 154 */
-/*!**************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/sha2/lib.esm/_version.js ***!
- \**************************************************************************************************/
+/* 149 */
+/*!****************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/sha2/lib.esm/_version.js ***!
+ \****************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -22879,10 +22727,10 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.SupportedA
Object.defineProperty(exports, "__esModule", { value: true });exports.version = void 0;var version = "sha2/5.5.0";exports.version = version;
/***/ }),
-/* 155 */
-/*!****************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/wordlists/lib.esm/index.js ***!
- \****************************************************************************************************/
+/* 150 */
+/*!******************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/wordlists/lib.esm/index.js ***!
+ \******************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -22890,14 +22738,14 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.version =
// Wordlists
// See: https://github.com/bitcoin/bips/blob/master/bip-0039/bip-0039-wordlists.md
-Object.defineProperty(exports, "__esModule", { value: true });Object.defineProperty(exports, "logger", { enumerable: true, get: function get() {return _wordlist.logger;} });Object.defineProperty(exports, "Wordlist", { enumerable: true, get: function get() {return _wordlist.Wordlist;} });Object.defineProperty(exports, "wordlists", { enumerable: true, get: function get() {return _wordlists.wordlists;} });var _wordlist = __webpack_require__(/*! ./wordlist */ 156);
-var _wordlists = __webpack_require__(/*! ./wordlists */ 158);
+Object.defineProperty(exports, "__esModule", { value: true });Object.defineProperty(exports, "logger", { enumerable: true, get: function get() {return _wordlist.logger;} });Object.defineProperty(exports, "Wordlist", { enumerable: true, get: function get() {return _wordlist.Wordlist;} });Object.defineProperty(exports, "wordlists", { enumerable: true, get: function get() {return _wordlists.wordlists;} });var _wordlist = __webpack_require__(/*! ./wordlist */ 151);
+var _wordlists = __webpack_require__(/*! ./wordlists */ 153);
/***/ }),
-/* 156 */
-/*!*******************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/wordlists/lib.esm/wordlist.js ***!
- \*******************************************************************************************************/
+/* 151 */
+/*!*********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/wordlists/lib.esm/wordlist.js ***!
+ \*********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -22905,10 +22753,10 @@ var _wordlists = __webpack_require__(/*! ./wordlists */ 158);
// This gets overridden by rollup
Object.defineProperty(exports, "__esModule", { value: true });exports.Wordlist = exports.logger = void 0;
-var _hash = __webpack_require__(/*! @ethersproject/hash */ 116);
-var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 157);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}var exportWordlist = false;
+var _hash = __webpack_require__(/*! @ethersproject/hash */ 111);
+var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 152);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}var exportWordlist = false;
var logger = new _logger.Logger(_version.version);exports.logger = logger;var
Wordlist = /*#__PURE__*/function () {
function Wordlist(locale) {_classCallCheck(this, Wordlist);
@@ -22954,10 +22802,10 @@ Wordlist = /*#__PURE__*/function () {
} }]);return Wordlist;}();exports.Wordlist = Wordlist;
/***/ }),
-/* 157 */
-/*!*******************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/wordlists/lib.esm/_version.js ***!
- \*******************************************************************************************************/
+/* 152 */
+/*!*********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/wordlists/lib.esm/_version.js ***!
+ \*********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -22965,30 +22813,30 @@ Wordlist = /*#__PURE__*/function () {
Object.defineProperty(exports, "__esModule", { value: true });exports.version = void 0;var version = "wordlists/5.5.0";exports.version = version;
/***/ }),
-/* 158 */
-/*!********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/wordlists/lib.esm/wordlists.js ***!
- \********************************************************************************************************/
+/* 153 */
+/*!**********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/wordlists/lib.esm/wordlists.js ***!
+ \**********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.wordlists = void 0;
-var _langEn = __webpack_require__(/*! ./lang-en */ 159);
+var _langEn = __webpack_require__(/*! ./lang-en */ 154);
var wordlists = {
en: _langEn.langEn };exports.wordlists = wordlists;
/***/ }),
-/* 159 */
-/*!******************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/wordlists/lib.esm/lang-en.js ***!
- \******************************************************************************************************/
+/* 154 */
+/*!********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/wordlists/lib.esm/lang-en.js ***!
+ \********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.langEn = void 0;
-var _wordlist = __webpack_require__(/*! ./wordlist */ 156);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}
+var _wordlist = __webpack_require__(/*! ./wordlist */ 151);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}
var words = "AbandonAbilityAbleAboutAboveAbsentAbsorbAbstractAbsurdAbuseAccessAccidentAccountAccuseAchieveAcidAcousticAcquireAcrossActActionActorActressActualAdaptAddAddictAddressAdjustAdmitAdultAdvanceAdviceAerobicAffairAffordAfraidAgainAgeAgentAgreeAheadAimAirAirportAisleAlarmAlbumAlcoholAlertAlienAllAlleyAllowAlmostAloneAlphaAlreadyAlsoAlterAlwaysAmateurAmazingAmongAmountAmusedAnalystAnchorAncientAngerAngleAngryAnimalAnkleAnnounceAnnualAnotherAnswerAntennaAntiqueAnxietyAnyApartApologyAppearAppleApproveAprilArchArcticAreaArenaArgueArmArmedArmorArmyAroundArrangeArrestArriveArrowArtArtefactArtistArtworkAskAspectAssaultAssetAssistAssumeAsthmaAthleteAtomAttackAttendAttitudeAttractAuctionAuditAugustAuntAuthorAutoAutumnAverageAvocadoAvoidAwakeAwareAwayAwesomeAwfulAwkwardAxisBabyBachelorBaconBadgeBagBalanceBalconyBallBambooBananaBannerBarBarelyBargainBarrelBaseBasicBasketBattleBeachBeanBeautyBecauseBecomeBeefBeforeBeginBehaveBehindBelieveBelowBeltBenchBenefitBestBetrayBetterBetweenBeyondBicycleBidBikeBindBiologyBirdBirthBitterBlackBladeBlameBlanketBlastBleakBlessBlindBloodBlossomBlouseBlueBlurBlushBoardBoatBodyBoilBombBoneBonusBookBoostBorderBoringBorrowBossBottomBounceBoxBoyBracketBrainBrandBrassBraveBreadBreezeBrickBridgeBriefBrightBringBriskBroccoliBrokenBronzeBroomBrotherBrownBrushBubbleBuddyBudgetBuffaloBuildBulbBulkBulletBundleBunkerBurdenBurgerBurstBusBusinessBusyButterBuyerBuzzCabbageCabinCableCactusCageCakeCallCalmCameraCampCanCanalCancelCandyCannonCanoeCanvasCanyonCapableCapitalCaptainCarCarbonCardCargoCarpetCarryCartCaseCashCasinoCastleCasualCatCatalogCatchCategoryCattleCaughtCauseCautionCaveCeilingCeleryCementCensusCenturyCerealCertainChairChalkChampionChangeChaosChapterChargeChaseChatCheapCheckCheeseChefCherryChestChickenChiefChildChimneyChoiceChooseChronicChuckleChunkChurnCigarCinnamonCircleCitizenCityCivilClaimClapClarifyClawClayCleanClerkCleverClickClientCliffClimbClinicClipClockClogCloseClothCloudClownClubClumpClusterClutchCoachCoastCoconutCodeCoffeeCoilCoinCollectColorColumnCombineComeComfortComicCommonCompanyConcertConductConfirmCongressConnectConsiderControlConvinceCookCoolCopperCopyCoralCoreCornCorrectCostCottonCouchCountryCoupleCourseCousinCoverCoyoteCrackCradleCraftCramCraneCrashCraterCrawlCrazyCreamCreditCreekCrewCricketCrimeCrispCriticCropCrossCrouchCrowdCrucialCruelCruiseCrumbleCrunchCrushCryCrystalCubeCultureCupCupboardCuriousCurrentCurtainCurveCushionCustomCuteCycleDadDamageDampDanceDangerDaringDashDaughterDawnDayDealDebateDebrisDecadeDecemberDecideDeclineDecorateDecreaseDeerDefenseDefineDefyDegreeDelayDeliverDemandDemiseDenialDentistDenyDepartDependDepositDepthDeputyDeriveDescribeDesertDesignDeskDespairDestroyDetailDetectDevelopDeviceDevoteDiagramDialDiamondDiaryDiceDieselDietDifferDigitalDignityDilemmaDinnerDinosaurDirectDirtDisagreeDiscoverDiseaseDishDismissDisorderDisplayDistanceDivertDivideDivorceDizzyDoctorDocumentDogDollDolphinDomainDonateDonkeyDonorDoorDoseDoubleDoveDraftDragonDramaDrasticDrawDreamDressDriftDrillDrinkDripDriveDropDrumDryDuckDumbDuneDuringDustDutchDutyDwarfDynamicEagerEagleEarlyEarnEarthEasilyEastEasyEchoEcologyEconomyEdgeEditEducateEffortEggEightEitherElbowElderElectricElegantElementElephantElevatorEliteElseEmbarkEmbodyEmbraceEmergeEmotionEmployEmpowerEmptyEnableEnactEndEndlessEndorseEnemyEnergyEnforceEngageEngineEnhanceEnjoyEnlistEnoughEnrichEnrollEnsureEnterEntireEntryEnvelopeEpisodeEqualEquipEraEraseErodeErosionErrorEruptEscapeEssayEssenceEstateEternalEthicsEvidenceEvilEvokeEvolveExactExampleExcessExchangeExciteExcludeExcuseExecuteExerciseExhaustExhibitExileExistExitExoticExpandExpectExpireExplainExposeExpressExtendExtraEyeEyebrowFabricFaceFacultyFadeFaintFaithFallFalseFameFamilyFamousFanFancyFantasyFarmFashionFatFatalFatherFatigueFaultFavoriteFeatureFebruaryFederalFeeFeedFeelFemaleFenceFestivalFetchFeverFewFiberFictionFieldFigureFileFilmFilterFinalFindFineFingerFinishFireFirmFirstFiscalFishFitFitnessFixFlagFlameFlashFlatFlavorFleeFlightFlipFloatFlockFloorFlowerFluidFlushFlyFoamFocusFogFoilFoldFollowFoodFootForceForestForgetForkFortuneForumForwardFossilFosterFoundFoxFragileFrameFrequentFreshFriendFringeFrogFrontFrostFrownFrozenFruitFuelFunFunnyFurnaceFuryFutureGadgetGainGalaxyGalleryGameGapGarageGarbageGardenGarlicGarmentGasGaspGateGatherGaugeGazeGeneralGeniusGenreGentleGenuineGestureGhostGiantGiftGiggleGingerGiraffeGirlGiveGladGlanceGlareGlassGlideGlimpseGlobeGloomGloryGloveGlowGlueGoatGoddessGoldGoodGooseGorillaGospelGossipGovernGownGrabGraceGrainGrantGrapeGrassGravityGreatGreenGridGriefGritGroceryGroupGrowGruntGuardGuessGuideGuiltGuitarGunGymHabitHairHalfHammerHamsterHandHappyHarborHardHarshHarvestHatHaveHawkHazardHeadHealthHeartHeavyHedgehogHeightHelloHelmetHelpHenHeroHiddenHighHillHintHipHireHistoryHobbyHockeyHoldHoleHolidayHollowHomeHoneyHoodHopeHornHorrorHorseHospitalHostHotelHourHoverHubHugeHumanHumbleHumorHundredHungryHuntHurdleHurryHurtHusbandHybridIceIconIdeaIdentifyIdleIgnoreIllIllegalIllnessImageImitateImmenseImmuneImpactImposeImproveImpulseInchIncludeIncomeIncreaseIndexIndicateIndoorIndustryInfantInflictInformInhaleInheritInitialInjectInjuryInmateInnerInnocentInputInquiryInsaneInsectInsideInspireInstallIntactInterestIntoInvestInviteInvolveIronIslandIsolateIssueItemIvoryJacketJaguarJarJazzJealousJeansJellyJewelJobJoinJokeJourneyJoyJudgeJuiceJumpJungleJuniorJunkJustKangarooKeenKeepKetchupKeyKickKidKidneyKindKingdomKissKitKitchenKiteKittenKiwiKneeKnifeKnockKnowLabLabelLaborLadderLadyLakeLampLanguageLaptopLargeLaterLatinLaughLaundryLavaLawLawnLawsuitLayerLazyLeaderLeafLearnLeaveLectureLeftLegLegalLegendLeisureLemonLendLengthLensLeopardLessonLetterLevelLiarLibertyLibraryLicenseLifeLiftLightLikeLimbLimitLinkLionLiquidListLittleLiveLizardLoadLoanLobsterLocalLockLogicLonelyLongLoopLotteryLoudLoungeLoveLoyalLuckyLuggageLumberLunarLunchLuxuryLyricsMachineMadMagicMagnetMaidMailMainMajorMakeMammalManManageMandateMangoMansionManualMapleMarbleMarchMarginMarineMarketMarriageMaskMassMasterMatchMaterialMathMatrixMatterMaximumMazeMeadowMeanMeasureMeatMechanicMedalMediaMelodyMeltMemberMemoryMentionMenuMercyMergeMeritMerryMeshMessageMetalMethodMiddleMidnightMilkMillionMimicMindMinimumMinorMinuteMiracleMirrorMiseryMissMistakeMixMixedMixtureMobileModelModifyMomMomentMonitorMonkeyMonsterMonthMoonMoralMoreMorningMosquitoMotherMotionMotorMountainMouseMoveMovieMuchMuffinMuleMultiplyMuscleMuseumMushroomMusicMustMutualMyselfMysteryMythNaiveNameNapkinNarrowNastyNationNatureNearNeckNeedNegativeNeglectNeitherNephewNerveNestNetNetworkNeutralNeverNewsNextNiceNightNobleNoiseNomineeNoodleNormalNorthNoseNotableNoteNothingNoticeNovelNowNuclearNumberNurseNutOakObeyObjectObligeObscureObserveObtainObviousOccurOceanOctoberOdorOffOfferOfficeOftenOilOkayOldOliveOlympicOmitOnceOneOnionOnlineOnlyOpenOperaOpinionOpposeOptionOrangeOrbitOrchardOrderOrdinaryOrganOrientOriginalOrphanOstrichOtherOutdoorOuterOutputOutsideOvalOvenOverOwnOwnerOxygenOysterOzonePactPaddlePagePairPalacePalmPandaPanelPanicPantherPaperParadeParentParkParrotPartyPassPatchPathPatientPatrolPatternPausePavePaymentPeacePeanutPearPeasantPelicanPenPenaltyPencilPeoplePepperPerfectPermitPersonPetPhonePhotoPhrasePhysicalPianoPicnicPicturePiecePigPigeonPillPilotPinkPioneerPipePistolPitchPizzaPlacePlanetPlasticPlatePlayPleasePledgePluckPlugPlungePoemPoetPointPolarPolePolicePondPonyPoolPopularPortionPositionPossiblePostPotatoPotteryPovertyPowderPowerPracticePraisePredictPreferPreparePresentPrettyPreventPricePridePrimaryPrintPriorityPrisonPrivatePrizeProblemProcessProduceProfitProgramProjectPromoteProofPropertyProsperProtectProudProvidePublicPuddingPullPulpPulsePumpkinPunchPupilPuppyPurchasePurityPurposePursePushPutPuzzlePyramidQualityQuantumQuarterQuestionQuickQuitQuizQuoteRabbitRaccoonRaceRackRadarRadioRailRainRaiseRallyRampRanchRandomRangeRapidRareRateRatherRavenRawRazorReadyRealReasonRebelRebuildRecallReceiveRecipeRecordRecycleReduceReflectReformRefuseRegionRegretRegularRejectRelaxReleaseReliefRelyRemainRememberRemindRemoveRenderRenewRentReopenRepairRepeatReplaceReportRequireRescueResembleResistResourceResponseResultRetireRetreatReturnReunionRevealReviewRewardRhythmRibRibbonRiceRichRideRidgeRifleRightRigidRingRiotRippleRiskRitualRivalRiverRoadRoastRobotRobustRocketRomanceRoofRookieRoomRoseRotateRoughRoundRouteRoyalRubberRudeRugRuleRunRunwayRuralSadSaddleSadnessSafeSailSaladSalmonSalonSaltSaluteSameSampleSandSatisfySatoshiSauceSausageSaveSayScaleScanScareScatterSceneSchemeSchoolScienceScissorsScorpionScoutScrapScreenScriptScrubSeaSearchSeasonSeatSecondSecretSectionSecuritySeedSeekSegmentSelectSellSeminarSeniorSenseSentenceSeriesServiceSessionSettleSetupSevenShadowShaftShallowShareShedShellSheriffShieldShiftShineShipShiverShockShoeShootShopShortShoulderShoveShrimpShrugShuffleShySiblingSickSideSiegeSightSignSilentSilkSillySilverSimilarSimpleSinceSingSirenSisterSituateSixSizeSkateSketchSkiSkillSkinSkirtSkullSlabSlamSleepSlenderSliceSlideSlightSlimSloganSlotSlowSlushSmallSmartSmileSmokeSmoothSnackSnakeSnapSniffSnowSoapSoccerSocialSockSodaSoftSolarSoldierSolidSolutionSolveSomeoneSongSoonSorrySortSoulSoundSoupSourceSouthSpaceSpareSpatialSpawnSpeakSpecialSpeedSpellSpendSphereSpiceSpiderSpikeSpinSpiritSplitSpoilSponsorSpoonSportSpotSpraySpreadSpringSpySquareSqueezeSquirrelStableStadiumStaffStageStairsStampStandStartStateStaySteakSteelStemStepStereoStickStillStingStockStomachStoneStoolStoryStoveStrategyStreetStrikeStrongStruggleStudentStuffStumbleStyleSubjectSubmitSubwaySuccessSuchSuddenSufferSugarSuggestSuitSummerSunSunnySunsetSuperSupplySupremeSureSurfaceSurgeSurpriseSurroundSurveySuspectSustainSwallowSwampSwapSwarmSwearSweetSwiftSwimSwingSwitchSwordSymbolSymptomSyrupSystemTableTackleTagTailTalentTalkTankTapeTargetTaskTasteTattooTaxiTeachTeamTellTenTenantTennisTentTermTestTextThankThatThemeThenTheoryThereTheyThingThisThoughtThreeThriveThrowThumbThunderTicketTideTigerTiltTimberTimeTinyTipTiredTissueTitleToastTobaccoTodayToddlerToeTogetherToiletTokenTomatoTomorrowToneTongueTonightToolToothTopTopicToppleTorchTornadoTortoiseTossTotalTouristTowardTowerTownToyTrackTradeTrafficTragicTrainTransferTrapTrashTravelTrayTreatTreeTrendTrialTribeTrickTriggerTrimTripTrophyTroubleTruckTrueTrulyTrumpetTrustTruthTryTubeTuitionTumbleTunaTunnelTurkeyTurnTurtleTwelveTwentyTwiceTwinTwistTwoTypeTypicalUglyUmbrellaUnableUnawareUncleUncoverUnderUndoUnfairUnfoldUnhappyUniformUniqueUnitUniverseUnknownUnlockUntilUnusualUnveilUpdateUpgradeUpholdUponUpperUpsetUrbanUrgeUsageUseUsedUsefulUselessUsualUtilityVacantVacuumVagueValidValleyValveVanVanishVaporVariousVastVaultVehicleVelvetVendorVentureVenueVerbVerifyVersionVeryVesselVeteranViableVibrantViciousVictoryVideoViewVillageVintageViolinVirtualVirusVisaVisitVisualVitalVividVocalVoiceVoidVolcanoVolumeVoteVoyageWageWagonWaitWalkWallWalnutWantWarfareWarmWarriorWashWaspWasteWaterWaveWayWealthWeaponWearWeaselWeatherWebWeddingWeekendWeirdWelcomeWestWetWhaleWhatWheatWheelWhenWhereWhipWhisperWideWidthWifeWildWillWinWindowWineWingWinkWinnerWinterWireWisdomWiseWishWitnessWolfWomanWonderWoodWoolWordWorkWorldWorryWorthWrapWreckWrestleWristWriteWrongYardYearYellowYouYoungYouthZebraZeroZoneZoo";
var wordlist = null;
function loadWords(lang) {
@@ -23020,10 +22868,10 @@ var langEn = new LangEn();exports.langEn = langEn;
_wordlist.Wordlist.register(langEn);
/***/ }),
-/* 160 */
-/*!****************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/hdnode/lib.esm/_version.js ***!
- \****************************************************************************************************/
+/* 155 */
+/*!******************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/hdnode/lib.esm/_version.js ***!
+ \******************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -23031,31 +22879,31 @@ _wordlist.Wordlist.register(langEn);
Object.defineProperty(exports, "__esModule", { value: true });exports.version = void 0;var version = "hdnode/5.5.0";exports.version = version;
/***/ }),
-/* 161 */
-/*!*************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/random/lib.esm/index.js ***!
- \*************************************************************************************************/
+/* 156 */
+/*!***************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/random/lib.esm/index.js ***!
+ \***************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });Object.defineProperty(exports, "randomBytes", { enumerable: true, get: function get() {return _random.randomBytes;} });Object.defineProperty(exports, "shuffled", { enumerable: true, get: function get() {return _shuffle.shuffled;} });
-var _random = __webpack_require__(/*! ./random */ 162);
-var _shuffle = __webpack_require__(/*! ./shuffle */ 164);
+var _random = __webpack_require__(/*! ./random */ 157);
+var _shuffle = __webpack_require__(/*! ./shuffle */ 159);
/***/ }),
-/* 162 */
-/*!**************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/random/lib.esm/random.js ***!
- \**************************************************************************************************/
+/* 157 */
+/*!****************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/random/lib.esm/random.js ***!
+ \****************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
/* WEBPACK VAR INJECTION */(function(global) {Object.defineProperty(exports, "__esModule", { value: true });exports.randomBytes = randomBytes;
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 163);
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 158);
var logger = new _logger.Logger(_version.version);
// Debugging line for testing browser lib in node
//const window = { crypto: { getRandomValues: () => { } } };
@@ -23097,13 +22945,13 @@ function randomBytes(length) {
return (0, _bytes.arrayify)(result);
}
;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../HBuilderX/plugins/uniapp-cli/node_modules/webpack/buildin/global.js */ 42)))
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! (webpack)/buildin/global.js */ 37)))
/***/ }),
-/* 163 */
-/*!****************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/random/lib.esm/_version.js ***!
- \****************************************************************************************************/
+/* 158 */
+/*!******************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/random/lib.esm/_version.js ***!
+ \******************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -23111,10 +22959,10 @@ function randomBytes(length) {
Object.defineProperty(exports, "__esModule", { value: true });exports.version = void 0;var version = "random/5.5.0";exports.version = version;
/***/ }),
-/* 164 */
-/*!***************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/random/lib.esm/shuffle.js ***!
- \***************************************************************************************************/
+/* 159 */
+/*!*****************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/random/lib.esm/shuffle.js ***!
+ \*****************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -23132,18 +22980,18 @@ function shuffled(array) {
}
/***/ }),
-/* 165 */
-/*!*******************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/json-wallets/lib.esm/index.js ***!
- \*******************************************************************************************************/
+/* 160 */
+/*!*********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/json-wallets/lib.esm/index.js ***!
+ \*********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.decryptJsonWallet = decryptJsonWallet;exports.decryptJsonWalletSync = decryptJsonWalletSync;Object.defineProperty(exports, "decryptCrowdsale", { enumerable: true, get: function get() {return _crowdsale.decrypt;} });Object.defineProperty(exports, "getJsonWalletAddress", { enumerable: true, get: function get() {return _inspect.getJsonWalletAddress;} });Object.defineProperty(exports, "isCrowdsaleWallet", { enumerable: true, get: function get() {return _inspect.isCrowdsaleWallet;} });Object.defineProperty(exports, "isKeystoreWallet", { enumerable: true, get: function get() {return _inspect.isKeystoreWallet;} });Object.defineProperty(exports, "decryptKeystore", { enumerable: true, get: function get() {return _keystore.decrypt;} });Object.defineProperty(exports, "decryptKeystoreSync", { enumerable: true, get: function get() {return _keystore.decryptSync;} });Object.defineProperty(exports, "encryptKeystore", { enumerable: true, get: function get() {return _keystore.encrypt;} });
-var _crowdsale = __webpack_require__(/*! ./crowdsale */ 166);
-var _inspect = __webpack_require__(/*! ./inspect */ 170);
-var _keystore = __webpack_require__(/*! ./keystore */ 171);
+var _crowdsale = __webpack_require__(/*! ./crowdsale */ 161);
+var _inspect = __webpack_require__(/*! ./inspect */ 165);
+var _keystore = __webpack_require__(/*! ./keystore */ 166);
function decryptJsonWallet(json, password, progressCallback) {
if ((0, _inspect.isCrowdsaleWallet)(json)) {
if (progressCallback) {
@@ -23171,26 +23019,26 @@ function decryptJsonWalletSync(json, password) {
}
/***/ }),
-/* 166 */
-/*!***********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/json-wallets/lib.esm/crowdsale.js ***!
- \***********************************************************************************************************/
+/* 161 */
+/*!*************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/json-wallets/lib.esm/crowdsale.js ***!
+ \*************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.decrypt = decrypt;exports.CrowdsaleAccount = void 0;
-var _aesJs = _interopRequireDefault(__webpack_require__(/*! aes-js */ 167));
-var _address = __webpack_require__(/*! @ethersproject/address */ 90);
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _keccak = __webpack_require__(/*! @ethersproject/keccak256 */ 91);
-var _pbkdf = __webpack_require__(/*! @ethersproject/pbkdf2 */ 149);
-var _strings = __webpack_require__(/*! @ethersproject/strings */ 109);
-var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 168);
-
-var _utils = __webpack_require__(/*! ./utils */ 169);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var logger = new _logger.Logger(_version.version);var
+var _aesJs = _interopRequireDefault(__webpack_require__(/*! aes-js */ 162));
+var _address = __webpack_require__(/*! @ethersproject/address */ 85);
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _keccak = __webpack_require__(/*! @ethersproject/keccak256 */ 86);
+var _pbkdf = __webpack_require__(/*! @ethersproject/pbkdf2 */ 144);
+var _strings = __webpack_require__(/*! @ethersproject/strings */ 104);
+var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 163);
+
+var _utils = __webpack_require__(/*! ./utils */ 164);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var logger = new _logger.Logger(_version.version);var
CrowdsaleAccount = /*#__PURE__*/function (_Description) {_inherits(CrowdsaleAccount, _Description);var _super = _createSuper(CrowdsaleAccount);function CrowdsaleAccount() {_classCallCheck(this, CrowdsaleAccount);return _super.apply(this, arguments);}_createClass(CrowdsaleAccount, [{ key: "isCrowdsaleAccount", value: function isCrowdsaleAccount(
value) {
return !!(value && value._isCrowdsaleAccount);
@@ -23228,10 +23076,10 @@ exports.CrowdsaleAccount = CrowdsaleAccount;function decrypt(json, password) {
}
/***/ }),
-/* 167 */
-/*!**************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/aes-js/index.js ***!
- \**************************************************************************/
+/* 162 */
+/*!****************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/aes-js/index.js ***!
+ \****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -24024,10 +23872,10 @@ exports.CrowdsaleAccount = CrowdsaleAccount;function decrypt(json, password) {
})(this);
/***/ }),
-/* 168 */
-/*!**********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/json-wallets/lib.esm/_version.js ***!
- \**********************************************************************************************************/
+/* 163 */
+/*!************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/json-wallets/lib.esm/_version.js ***!
+ \************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -24035,17 +23883,17 @@ exports.CrowdsaleAccount = CrowdsaleAccount;function decrypt(json, password) {
Object.defineProperty(exports, "__esModule", { value: true });exports.version = void 0;var version = "json-wallets/5.5.0";exports.version = version;
/***/ }),
-/* 169 */
-/*!*******************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/json-wallets/lib.esm/utils.js ***!
- \*******************************************************************************************************/
+/* 164 */
+/*!*********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/json-wallets/lib.esm/utils.js ***!
+ \*********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.looseArrayify = looseArrayify;exports.zpad = zpad;exports.getPassword = getPassword;exports.searchPath = searchPath;exports.uuidV4 = uuidV4;
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _strings = __webpack_require__(/*! @ethersproject/strings */ 109);
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _strings = __webpack_require__(/*! @ethersproject/strings */ 104);
function looseArrayify(hexString) {
if (typeof hexString === 'string' && hexString.substring(0, 2) !== '0x') {
hexString = '0x' + hexString;
@@ -24107,16 +23955,16 @@ function uuidV4(randomBytes) {
}
/***/ }),
-/* 170 */
-/*!*********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/json-wallets/lib.esm/inspect.js ***!
- \*********************************************************************************************************/
+/* 165 */
+/*!***********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/json-wallets/lib.esm/inspect.js ***!
+ \***********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.isCrowdsaleWallet = isCrowdsaleWallet;exports.isKeystoreWallet = isKeystoreWallet;exports.getJsonWalletAddress = getJsonWalletAddress;
-var _address = __webpack_require__(/*! @ethersproject/address */ 90);
+var _address = __webpack_require__(/*! @ethersproject/address */ 85);
function isCrowdsaleWallet(json) {
var data = null;
try {
@@ -24165,15 +24013,15 @@ function getJsonWalletAddress(json) {
}
/***/ }),
-/* 171 */
-/*!**********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/json-wallets/lib.esm/keystore.js ***!
- \**********************************************************************************************************/
+/* 166 */
+/*!************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/json-wallets/lib.esm/keystore.js ***!
+ \************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });exports.decryptSync = decryptSync;exports.decrypt = decrypt;exports.encrypt = encrypt;exports.KeystoreAccount = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 49));
+Object.defineProperty(exports, "__esModule", { value: true });exports.decryptSync = decryptSync;exports.decrypt = decrypt;exports.encrypt = encrypt;exports.KeystoreAccount = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 44));
@@ -24183,19 +24031,19 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.decryptSyn
-var _aesJs = _interopRequireDefault(__webpack_require__(/*! aes-js */ 167));
-var _scryptJs = _interopRequireDefault(__webpack_require__(/*! scrypt-js */ 172));
-var _address = __webpack_require__(/*! @ethersproject/address */ 90);
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _hdnode = __webpack_require__(/*! @ethersproject/hdnode */ 147);
-var _keccak = __webpack_require__(/*! @ethersproject/keccak256 */ 91);
-var _pbkdf = __webpack_require__(/*! @ethersproject/pbkdf2 */ 149);
-var _random = __webpack_require__(/*! @ethersproject/random */ 161);
-var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);
-var _transactions = __webpack_require__(/*! @ethersproject/transactions */ 126);
-var _utils = __webpack_require__(/*! ./utils */ 169);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 168);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};
+var _aesJs = _interopRequireDefault(__webpack_require__(/*! aes-js */ 162));
+var _scryptJs = _interopRequireDefault(__webpack_require__(/*! scrypt-js */ 167));
+var _address = __webpack_require__(/*! @ethersproject/address */ 85);
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _hdnode = __webpack_require__(/*! @ethersproject/hdnode */ 142);
+var _keccak = __webpack_require__(/*! @ethersproject/keccak256 */ 86);
+var _pbkdf = __webpack_require__(/*! @ethersproject/pbkdf2 */ 144);
+var _random = __webpack_require__(/*! @ethersproject/random */ 156);
+var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);
+var _transactions = __webpack_require__(/*! @ethersproject/transactions */ 121);
+var _utils = __webpack_require__(/*! ./utils */ 164);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 163);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};
var logger = new _logger.Logger(_version.version);
// Exported Types
function hasMnemonic(value) {
@@ -24490,10 +24338,10 @@ function encrypt(account, password, options, progressCallback) {
}
/***/ }),
-/* 172 */
-/*!******************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/scrypt-js/scrypt.js ***!
- \******************************************************************************/
+/* 167 */
+/*!********************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/scrypt-js/scrypt.js ***!
+ \********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -24976,10 +24824,10 @@ function encrypt(account, password, options, progressCallback) {
})(this);
/***/ }),
-/* 173 */
-/*!****************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/wallet/lib.esm/_version.js ***!
- \****************************************************************************************************/
+/* 168 */
+/*!******************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/wallet/lib.esm/_version.js ***!
+ \******************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -24987,34 +24835,34 @@ function encrypt(account, password, options, progressCallback) {
Object.defineProperty(exports, "__esModule", { value: true });exports.version = void 0;var version = "wallet/5.5.0";exports.version = version;
/***/ }),
-/* 174 */
-/*!****************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/providers/lib.esm/index.js ***!
- \****************************************************************************************************/
+/* 169 */
+/*!******************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/providers/lib.esm/index.js ***!
+ \******************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.getDefaultProvider = getDefaultProvider;Object.defineProperty(exports, "Provider", { enumerable: true, get: function get() {return _abstractProvider.Provider;} });Object.defineProperty(exports, "getNetwork", { enumerable: true, get: function get() {return _networks.getNetwork;} });Object.defineProperty(exports, "BaseProvider", { enumerable: true, get: function get() {return _baseProvider.BaseProvider;} });Object.defineProperty(exports, "Resolver", { enumerable: true, get: function get() {return _baseProvider.Resolver;} });Object.defineProperty(exports, "AlchemyProvider", { enumerable: true, get: function get() {return _alchemyProvider.AlchemyProvider;} });Object.defineProperty(exports, "AlchemyWebSocketProvider", { enumerable: true, get: function get() {return _alchemyProvider.AlchemyWebSocketProvider;} });Object.defineProperty(exports, "CloudflareProvider", { enumerable: true, get: function get() {return _cloudflareProvider.CloudflareProvider;} });Object.defineProperty(exports, "EtherscanProvider", { enumerable: true, get: function get() {return _etherscanProvider.EtherscanProvider;} });Object.defineProperty(exports, "FallbackProvider", { enumerable: true, get: function get() {return _fallbackProvider.FallbackProvider;} });Object.defineProperty(exports, "IpcProvider", { enumerable: true, get: function get() {return _ipcProvider.IpcProvider;} });Object.defineProperty(exports, "InfuraProvider", { enumerable: true, get: function get() {return _infuraProvider.InfuraProvider;} });Object.defineProperty(exports, "InfuraWebSocketProvider", { enumerable: true, get: function get() {return _infuraProvider.InfuraWebSocketProvider;} });Object.defineProperty(exports, "JsonRpcProvider", { enumerable: true, get: function get() {return _jsonRpcProvider.JsonRpcProvider;} });Object.defineProperty(exports, "JsonRpcSigner", { enumerable: true, get: function get() {return _jsonRpcProvider.JsonRpcSigner;} });Object.defineProperty(exports, "JsonRpcBatchProvider", { enumerable: true, get: function get() {return _jsonRpcBatchProvider.JsonRpcBatchProvider;} });Object.defineProperty(exports, "NodesmithProvider", { enumerable: true, get: function get() {return _nodesmithProvider.NodesmithProvider;} });Object.defineProperty(exports, "PocketProvider", { enumerable: true, get: function get() {return _pocketProvider.PocketProvider;} });Object.defineProperty(exports, "StaticJsonRpcProvider", { enumerable: true, get: function get() {return _urlJsonRpcProvider.StaticJsonRpcProvider;} });Object.defineProperty(exports, "UrlJsonRpcProvider", { enumerable: true, get: function get() {return _urlJsonRpcProvider.UrlJsonRpcProvider;} });Object.defineProperty(exports, "Web3Provider", { enumerable: true, get: function get() {return _web3Provider.Web3Provider;} });Object.defineProperty(exports, "WebSocketProvider", { enumerable: true, get: function get() {return _websocketProvider.WebSocketProvider;} });Object.defineProperty(exports, "Formatter", { enumerable: true, get: function get() {return _formatter.Formatter;} });Object.defineProperty(exports, "isCommunityResourcable", { enumerable: true, get: function get() {return _formatter.isCommunityResourcable;} });Object.defineProperty(exports, "isCommunityResource", { enumerable: true, get: function get() {return _formatter.isCommunityResource;} });Object.defineProperty(exports, "showThrottleMessage", { enumerable: true, get: function get() {return _formatter.showThrottleMessage;} });
-var _abstractProvider = __webpack_require__(/*! @ethersproject/abstract-provider */ 122);
-var _networks = __webpack_require__(/*! @ethersproject/networks */ 175);
-var _baseProvider = __webpack_require__(/*! ./base-provider */ 177);
-var _alchemyProvider = __webpack_require__(/*! ./alchemy-provider */ 186);
-var _cloudflareProvider = __webpack_require__(/*! ./cloudflare-provider */ 191);
-var _etherscanProvider = __webpack_require__(/*! ./etherscan-provider */ 192);
-var _fallbackProvider = __webpack_require__(/*! ./fallback-provider */ 193);
-var _ipcProvider = __webpack_require__(/*! ./ipc-provider */ 194);
-var _infuraProvider = __webpack_require__(/*! ./infura-provider */ 195);
-var _jsonRpcProvider = __webpack_require__(/*! ./json-rpc-provider */ 188);
-var _jsonRpcBatchProvider = __webpack_require__(/*! ./json-rpc-batch-provider */ 196);
-var _nodesmithProvider = __webpack_require__(/*! ./nodesmith-provider */ 197);
-var _pocketProvider = __webpack_require__(/*! ./pocket-provider */ 198);
-var _urlJsonRpcProvider = __webpack_require__(/*! ./url-json-rpc-provider */ 190);
-var _web3Provider = __webpack_require__(/*! ./web3-provider */ 199);
-var _websocketProvider = __webpack_require__(/*! ./websocket-provider */ 187);
-var _formatter = __webpack_require__(/*! ./formatter */ 185);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 184);
+var _abstractProvider = __webpack_require__(/*! @ethersproject/abstract-provider */ 117);
+var _networks = __webpack_require__(/*! @ethersproject/networks */ 170);
+var _baseProvider = __webpack_require__(/*! ./base-provider */ 172);
+var _alchemyProvider = __webpack_require__(/*! ./alchemy-provider */ 181);
+var _cloudflareProvider = __webpack_require__(/*! ./cloudflare-provider */ 186);
+var _etherscanProvider = __webpack_require__(/*! ./etherscan-provider */ 187);
+var _fallbackProvider = __webpack_require__(/*! ./fallback-provider */ 188);
+var _ipcProvider = __webpack_require__(/*! ./ipc-provider */ 189);
+var _infuraProvider = __webpack_require__(/*! ./infura-provider */ 190);
+var _jsonRpcProvider = __webpack_require__(/*! ./json-rpc-provider */ 183);
+var _jsonRpcBatchProvider = __webpack_require__(/*! ./json-rpc-batch-provider */ 191);
+var _nodesmithProvider = __webpack_require__(/*! ./nodesmith-provider */ 192);
+var _pocketProvider = __webpack_require__(/*! ./pocket-provider */ 193);
+var _urlJsonRpcProvider = __webpack_require__(/*! ./url-json-rpc-provider */ 185);
+var _web3Provider = __webpack_require__(/*! ./web3-provider */ 194);
+var _websocketProvider = __webpack_require__(/*! ./websocket-provider */ 182);
+var _formatter = __webpack_require__(/*! ./formatter */ 180);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 179);
var logger = new _logger.Logger(_version.version);
////////////////////////
// Helper Functions
@@ -25062,17 +24910,17 @@ function getDefaultProvider(network, options) {
// Exports
/***/ }),
-/* 175 */
-/*!***************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/networks/lib.esm/index.js ***!
- \***************************************************************************************************/
+/* 170 */
+/*!*****************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/networks/lib.esm/index.js ***!
+ \*****************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.getNetwork = getNetwork;
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 176);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 171);
var logger = new _logger.Logger(_version.version);
;
function isRenetworkable(value) {
@@ -25288,10 +25136,10 @@ function getNetwork(network) {
}
/***/ }),
-/* 176 */
-/*!******************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/networks/lib.esm/_version.js ***!
- \******************************************************************************************************/
+/* 171 */
+/*!********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/networks/lib.esm/_version.js ***!
+ \********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -25299,15 +25147,15 @@ function getNetwork(network) {
Object.defineProperty(exports, "__esModule", { value: true });exports.version = void 0;var version = "networks/5.5.0";exports.version = version;
/***/ }),
-/* 177 */
-/*!************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/providers/lib.esm/base-provider.js ***!
- \************************************************************************************************************/
+/* 172 */
+/*!**************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/providers/lib.esm/base-provider.js ***!
+ \**************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });exports.BaseProvider = exports.Resolver = exports.Event = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 49));
+Object.defineProperty(exports, "__esModule", { value: true });exports.BaseProvider = exports.Resolver = exports.Event = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 44));
@@ -25317,22 +25165,22 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.BaseProvid
-var _abstractProvider = __webpack_require__(/*! @ethersproject/abstract-provider */ 122);
-var _basex = __webpack_require__(/*! @ethersproject/basex */ 148);
-var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 73);
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _constants = __webpack_require__(/*! @ethersproject/constants */ 103);
-var _hash = __webpack_require__(/*! @ethersproject/hash */ 116);
-var _networks = __webpack_require__(/*! @ethersproject/networks */ 175);
-var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);
-var _sha = __webpack_require__(/*! @ethersproject/sha2 */ 151);
-var _strings = __webpack_require__(/*! @ethersproject/strings */ 109);
-var _web = __webpack_require__(/*! @ethersproject/web */ 178);
-var _bech = _interopRequireDefault(__webpack_require__(/*! bech32 */ 183));
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version2 = __webpack_require__(/*! ./_version */ 184);
+var _abstractProvider = __webpack_require__(/*! @ethersproject/abstract-provider */ 117);
+var _basex = __webpack_require__(/*! @ethersproject/basex */ 143);
+var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 68);
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _constants = __webpack_require__(/*! @ethersproject/constants */ 98);
+var _hash = __webpack_require__(/*! @ethersproject/hash */ 111);
+var _networks = __webpack_require__(/*! @ethersproject/networks */ 170);
+var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);
+var _sha = __webpack_require__(/*! @ethersproject/sha2 */ 146);
+var _strings = __webpack_require__(/*! @ethersproject/strings */ 104);
+var _web = __webpack_require__(/*! @ethersproject/web */ 173);
+var _bech = _interopRequireDefault(__webpack_require__(/*! bech32 */ 178));
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version2 = __webpack_require__(/*! ./_version */ 179);
-var _formatter = __webpack_require__(/*! ./formatter */ 185);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};var logger = new _logger.Logger(_version2.version);
+var _formatter = __webpack_require__(/*! ./formatter */ 180);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};var logger = new _logger.Logger(_version2.version);
//////////////////////////////
// Event Serializeing
function checkTopic(topic) {
@@ -27018,15 +26866,15 @@ BaseProvider = /*#__PURE__*/function (_Provider) {_inherits(BaseProvider, _Provi
}, { key: "getNetwork", value: function getNetwork(network) {return (0, _networks.getNetwork)(network == null ? "homestead" : network);} }]);return BaseProvider;}(_abstractProvider.Provider);exports.BaseProvider = BaseProvider;
/***/ }),
-/* 178 */
-/*!**********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/web/lib.esm/index.js ***!
- \**********************************************************************************************/
+/* 173 */
+/*!************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/web/lib.esm/index.js ***!
+ \************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });exports._fetchData = _fetchData;exports.fetchJson = fetchJson;exports.poll = poll;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 49));
+Object.defineProperty(exports, "__esModule", { value: true });exports._fetchData = _fetchData;exports.fetchJson = fetchJson;exports.poll = poll;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 44));
@@ -27036,14 +26884,14 @@ Object.defineProperty(exports, "__esModule", { value: true });exports._fetchData
-var _base = __webpack_require__(/*! @ethersproject/base64 */ 179);
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);
-var _strings = __webpack_require__(/*! @ethersproject/strings */ 109);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 181);
+var _base = __webpack_require__(/*! @ethersproject/base64 */ 174);
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);
+var _strings = __webpack_require__(/*! @ethersproject/strings */ 104);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 176);
-var _geturl = __webpack_require__(/*! ./geturl */ 182);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};var logger = new _logger.Logger(_version.version);
+var _geturl = __webpack_require__(/*! ./geturl */ 177);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};var logger = new _logger.Logger(_version.version);
function staller(duration) {
return new Promise(function (resolve) {
setTimeout(resolve, duration);
@@ -27383,28 +27231,28 @@ function poll(func, options) {
}
/***/ }),
-/* 179 */
-/*!*************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/base64/lib.esm/index.js ***!
- \*************************************************************************************************/
+/* 174 */
+/*!***************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/base64/lib.esm/index.js ***!
+ \***************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });Object.defineProperty(exports, "decode", { enumerable: true, get: function get() {return _base.decode;} });Object.defineProperty(exports, "encode", { enumerable: true, get: function get() {return _base.encode;} });
-var _base = __webpack_require__(/*! ./base64 */ 180);
+var _base = __webpack_require__(/*! ./base64 */ 175);
/***/ }),
-/* 180 */
-/*!**************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/base64/lib.esm/base64.js ***!
- \**************************************************************************************************/
+/* 175 */
+/*!****************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/base64/lib.esm/base64.js ***!
+ \****************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.decode = decode;exports.encode = encode;
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
function decode(textData) {
textData = atob(textData);
var data = [];
@@ -27423,10 +27271,10 @@ function encode(data) {
}
/***/ }),
-/* 181 */
-/*!*************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/web/lib.esm/_version.js ***!
- \*************************************************************************************************/
+/* 176 */
+/*!***************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/web/lib.esm/_version.js ***!
+ \***************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -27434,15 +27282,15 @@ function encode(data) {
Object.defineProperty(exports, "__esModule", { value: true });exports.version = void 0;var version = "web/5.5.0";exports.version = version;
/***/ }),
-/* 182 */
-/*!***********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/web/lib.esm/geturl.js ***!
- \***********************************************************************************************/
+/* 177 */
+/*!*************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/web/lib.esm/geturl.js ***!
+ \*************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });exports.getUrl = getUrl;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 49));
+Object.defineProperty(exports, "__esModule", { value: true });exports.getUrl = getUrl;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 44));
@@ -27452,7 +27300,7 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.getUrl = g
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};
function getUrl(href, options) {
return __awaiter(this, void 0, void 0, /*#__PURE__*/_regenerator.default.mark(function _callee() {var request, response, body, headers;return _regenerator.default.wrap(function _callee$(_context) {while (1) {switch (_context.prev = _context.next) {case 0:
if (options == null) {
@@ -27494,10 +27342,10 @@ function getUrl(href, options) {
}
/***/ }),
-/* 183 */
-/*!**************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bech32/index.js ***!
- \**************************************************************************/
+/* 178 */
+/*!****************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bech32/index.js ***!
+ \****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -27685,10 +27533,10 @@ module.exports = {
fromWords: fromWords };
/***/ }),
-/* 184 */
-/*!*******************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/providers/lib.esm/_version.js ***!
- \*******************************************************************************************************/
+/* 179 */
+/*!*********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/providers/lib.esm/_version.js ***!
+ \*********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -27696,23 +27544,23 @@ module.exports = {
Object.defineProperty(exports, "__esModule", { value: true });exports.version = void 0;var version = "providers/5.5.0";exports.version = version;
/***/ }),
-/* 185 */
-/*!********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/providers/lib.esm/formatter.js ***!
- \********************************************************************************************************/
+/* 180 */
+/*!**********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/providers/lib.esm/formatter.js ***!
+ \**********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, "__esModule", { value: true });exports.isCommunityResourcable = isCommunityResourcable;exports.isCommunityResource = isCommunityResource;exports.showThrottleMessage = showThrottleMessage;exports.Formatter = void 0;
-var _address = __webpack_require__(/*! @ethersproject/address */ 90);
-var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 73);
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _constants = __webpack_require__(/*! @ethersproject/constants */ 103);
-var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);
-var _transactions = __webpack_require__(/*! @ethersproject/transactions */ 126);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 184);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}
+var _address = __webpack_require__(/*! @ethersproject/address */ 85);
+var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 68);
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _constants = __webpack_require__(/*! @ethersproject/constants */ 98);
+var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);
+var _transactions = __webpack_require__(/*! @ethersproject/transactions */ 121);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 179);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}
var logger = new _logger.Logger(_version.version);var
Formatter = /*#__PURE__*/function () {
function Formatter() {_classCallCheck(this, Formatter);
@@ -28146,25 +27994,25 @@ function showThrottleMessage() {
__f__("log", "For more details: https:/\/docs.ethers.io/api-keys/", " at node_modules/@ethersproject/providers/lib.esm/formatter.js:440");
__f__("log", "==========================", " at node_modules/@ethersproject/providers/lib.esm/formatter.js:441");
}
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 33)["default"]))
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 28)["default"]))
/***/ }),
-/* 186 */
-/*!***************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/providers/lib.esm/alchemy-provider.js ***!
- \***************************************************************************************************************/
+/* 181 */
+/*!*****************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/providers/lib.esm/alchemy-provider.js ***!
+ \*****************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.AlchemyProvider = exports.AlchemyWebSocketProvider = void 0;
-var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);
-var _formatter = __webpack_require__(/*! ./formatter */ 185);
-var _websocketProvider = __webpack_require__(/*! ./websocket-provider */ 187);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 184);
+var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);
+var _formatter = __webpack_require__(/*! ./formatter */ 180);
+var _websocketProvider = __webpack_require__(/*! ./websocket-provider */ 182);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 179);
-var _urlJsonRpcProvider = __webpack_require__(/*! ./url-json-rpc-provider */ 190);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var logger = new _logger.Logger(_version.version);
+var _urlJsonRpcProvider = __webpack_require__(/*! ./url-json-rpc-provider */ 185);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var logger = new _logger.Logger(_version.version);
// This key was provided to ethers.js by Alchemy to be used by the
// default provider, but it is recommended that for your own
// production environments, that you acquire your own API key at:
@@ -28238,15 +28086,15 @@ AlchemyProvider = /*#__PURE__*/function (_UrlJsonRpcProvider) {_inherits(Alchemy
} }], [{ key: "getWebSocketProvider", value: function getWebSocketProvider(network, apiKey) {return new AlchemyWebSocketProvider(network, apiKey);} }, { key: "getApiKey", value: function getApiKey(apiKey) {if (apiKey == null) {return defaultApiKey;}if (apiKey && typeof apiKey !== "string") {logger.throwArgumentError("invalid apiKey", "apiKey", apiKey);}return apiKey;} }, { key: "getUrl", value: function getUrl(network, apiKey) {var host = null;switch (network.name) {case "homestead":host = "eth-mainnet.alchemyapi.io/v2/";break;case "ropsten":host = "eth-ropsten.alchemyapi.io/v2/";break;case "rinkeby":host = "eth-rinkeby.alchemyapi.io/v2/";break;case "goerli":host = "eth-goerli.alchemyapi.io/v2/";break;case "kovan":host = "eth-kovan.alchemyapi.io/v2/";break;case "matic":host = "polygon-mainnet.g.alchemy.com/v2/";break;case "maticmum":host = "polygon-mumbai.g.alchemy.com/v2/";break;default:logger.throwArgumentError("unsupported network", "network", arguments[0]);}return { allowGzip: true, url: "https:/" + "/" + host + apiKey, throttleCallback: function throttleCallback(attempt, url) {if (apiKey === defaultApiKey) {(0, _formatter.showThrottleMessage)();}return Promise.resolve(true);} };} }]);return AlchemyProvider;}(_urlJsonRpcProvider.UrlJsonRpcProvider);exports.AlchemyProvider = AlchemyProvider;
/***/ }),
-/* 187 */
-/*!*****************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/providers/lib.esm/websocket-provider.js ***!
- \*****************************************************************************************************************/
+/* 182 */
+/*!*******************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/providers/lib.esm/websocket-provider.js ***!
+ \*******************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, "__esModule", { value: true });exports.WebSocketProvider = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 49));
+/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, "__esModule", { value: true });exports.WebSocketProvider = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 44));
@@ -28256,12 +28104,12 @@ AlchemyProvider = /*#__PURE__*/function (_UrlJsonRpcProvider) {_inherits(Alchemy
-var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 73);
-var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);
-var _jsonRpcProvider = __webpack_require__(/*! ./json-rpc-provider */ 188);
-var _ws = __webpack_require__(/*! ./ws */ 189);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 184);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _get(target, property, receiver) {if (typeof Reflect !== "undefined" && Reflect.get) {_get = Reflect.get;} else {_get = function _get(target, property, receiver) {var base = _superPropBase(target, property);if (!base) return;var desc = Object.getOwnPropertyDescriptor(base, property);if (desc.get) {return desc.get.call(receiver);}return desc.value;};}return _get(target, property, receiver || target);}function _superPropBase(object, property) {while (!Object.prototype.hasOwnProperty.call(object, property)) {object = _getPrototypeOf(object);if (object === null) break;}return object;}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};
+var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 68);
+var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);
+var _jsonRpcProvider = __webpack_require__(/*! ./json-rpc-provider */ 183);
+var _ws = __webpack_require__(/*! ./ws */ 184);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 179);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _get(target, property, receiver) {if (typeof Reflect !== "undefined" && Reflect.get) {_get = Reflect.get;} else {_get = function _get(target, property, receiver) {var base = _superPropBase(target, property);if (!base) return;var desc = Object.getOwnPropertyDescriptor(base, property);if (desc.get) {return desc.get.call(receiver);}return desc.value;};}return _get(target, property, receiver || target);}function _superPropBase(object, property) {while (!Object.prototype.hasOwnProperty.call(object, property)) {object = _getPrototypeOf(object);if (object === null) break;}return object;}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};
var logger = new _logger.Logger(_version.version);
/**
* Notes:
@@ -28530,18 +28378,18 @@ var WebSocketProvider = /*#__PURE__*/function (_JsonRpcProvider) {_inherits(WebS
this._websocket.close(1000);case 4:case "end":return _context3.stop();}}}, _callee3, this);}));
} }, { key: "pollingInterval", get: function get() {return 0;}, set: function set(value) {logger.throwError("cannot set polling interval on WebSocketProvider", _logger.Logger.errors.UNSUPPORTED_OPERATION, { operation: "setPollingInterval" });} }, { key: "polling", set: function set(value) {if (!value) {return;}logger.throwError("cannot set polling on WebSocketProvider", _logger.Logger.errors.UNSUPPORTED_OPERATION, { operation: "setPolling" });} }], [{ key: "defaultUrl", value: function defaultUrl() {return "ws:/\/localhost:8546";} }]);return WebSocketProvider;}(_jsonRpcProvider.JsonRpcProvider);exports.WebSocketProvider = WebSocketProvider;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 33)["default"]))
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 28)["default"]))
/***/ }),
-/* 188 */
-/*!****************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/providers/lib.esm/json-rpc-provider.js ***!
- \****************************************************************************************************************/
+/* 183 */
+/*!******************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/providers/lib.esm/json-rpc-provider.js ***!
+ \******************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });exports.JsonRpcProvider = exports.JsonRpcSigner = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 49));
+Object.defineProperty(exports, "__esModule", { value: true });exports.JsonRpcProvider = exports.JsonRpcSigner = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 44));
@@ -28551,18 +28399,18 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.JsonRpcPro
-var _abstractSigner = __webpack_require__(/*! @ethersproject/abstract-signer */ 124);
-var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 73);
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _hash = __webpack_require__(/*! @ethersproject/hash */ 116);
-var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);
-var _strings = __webpack_require__(/*! @ethersproject/strings */ 109);
-var _transactions = __webpack_require__(/*! @ethersproject/transactions */ 126);
-var _web = __webpack_require__(/*! @ethersproject/web */ 178);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 184);
+var _abstractSigner = __webpack_require__(/*! @ethersproject/abstract-signer */ 119);
+var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 68);
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _hash = __webpack_require__(/*! @ethersproject/hash */ 111);
+var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);
+var _strings = __webpack_require__(/*! @ethersproject/strings */ 104);
+var _transactions = __webpack_require__(/*! @ethersproject/transactions */ 121);
+var _web = __webpack_require__(/*! @ethersproject/web */ 173);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 179);
-var _baseProvider = __webpack_require__(/*! ./base-provider */ 177);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _get(target, property, receiver) {if (typeof Reflect !== "undefined" && Reflect.get) {_get = Reflect.get;} else {_get = function _get(target, property, receiver) {var base = _superPropBase(target, property);if (!base) return;var desc = Object.getOwnPropertyDescriptor(base, property);if (desc.get) {return desc.get.call(receiver);}return desc.value;};}return _get(target, property, receiver || target);}function _superPropBase(object, property) {while (!Object.prototype.hasOwnProperty.call(object, property)) {object = _getPrototypeOf(object);if (object === null) break;}return object;}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};var logger = new _logger.Logger(_version.version);
+var _baseProvider = __webpack_require__(/*! ./base-provider */ 172);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _get(target, property, receiver) {if (typeof Reflect !== "undefined" && Reflect.get) {_get = Reflect.get;} else {_get = function _get(target, property, receiver) {var base = _superPropBase(target, property);if (!base) return;var desc = Object.getOwnPropertyDescriptor(base, property);if (desc.get) {return desc.get.call(receiver);}return desc.value;};}return _get(target, property, receiver || target);}function _superPropBase(object, property) {while (!Object.prototype.hasOwnProperty.call(object, property)) {object = _getPrototypeOf(object);if (object === null) break;}return object;}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};var logger = new _logger.Logger(_version.version);
var errorGas = ["call", "estimateGas"];
function checkError(method, error, params) {
// Undo the "convenience" some nodes are attempting to prevent backwards
@@ -29131,17 +28979,17 @@ JsonRpcProvider = /*#__PURE__*/function (_BaseProvider) {_inherits(JsonRpcProvid
} }]);return JsonRpcProvider;}(_baseProvider.BaseProvider);exports.JsonRpcProvider = JsonRpcProvider;
/***/ }),
-/* 189 */
-/*!*************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/providers/lib.esm/ws.js ***!
- \*************************************************************************************************/
+/* 184 */
+/*!***************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/providers/lib.esm/ws.js ***!
+ \***************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.WebSocket = void 0;
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 184);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 179);
var WS = null;exports.WebSocket = WS;
try {
exports.WebSocket = WS = WebSocket;
@@ -29161,15 +29009,15 @@ catch (error) {
//module.exports = WS;
/***/ }),
-/* 190 */
-/*!********************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/providers/lib.esm/url-json-rpc-provider.js ***!
- \********************************************************************************************************************/
+/* 185 */
+/*!**********************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/providers/lib.esm/url-json-rpc-provider.js ***!
+ \**********************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });exports.UrlJsonRpcProvider = exports.StaticJsonRpcProvider = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 49));
+Object.defineProperty(exports, "__esModule", { value: true });exports.UrlJsonRpcProvider = exports.StaticJsonRpcProvider = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 44));
@@ -29179,11 +29027,11 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.UrlJsonRpc
-var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 184);
+var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 179);
-var _jsonRpcProvider = __webpack_require__(/*! ./json-rpc-provider */ 188);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _get(target, property, receiver) {if (typeof Reflect !== "undefined" && Reflect.get) {_get = Reflect.get;} else {_get = function _get(target, property, receiver) {var base = _superPropBase(target, property);if (!base) return;var desc = Object.getOwnPropertyDescriptor(base, property);if (desc.get) {return desc.get.call(receiver);}return desc.value;};}return _get(target, property, receiver || target);}function _superPropBase(object, property) {while (!Object.prototype.hasOwnProperty.call(object, property)) {object = _getPrototypeOf(object);if (object === null) break;}return object;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};var logger = new _logger.Logger(_version.version);
+var _jsonRpcProvider = __webpack_require__(/*! ./json-rpc-provider */ 183);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _get(target, property, receiver) {if (typeof Reflect !== "undefined" && Reflect.get) {_get = Reflect.get;} else {_get = function _get(target, property, receiver) {var base = _superPropBase(target, property);if (!base) return;var desc = Object.getOwnPropertyDescriptor(base, property);if (desc.get) {return desc.get.call(receiver);}return desc.value;};}return _get(target, property, receiver || target);}function _superPropBase(object, property) {while (!Object.prototype.hasOwnProperty.call(object, property)) {object = _getPrototypeOf(object);if (object === null) break;}return object;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};var logger = new _logger.Logger(_version.version);
// A StaticJsonRpcProvider is useful when you *know* for certain that
// the backend will never change, as it never calls eth_chainId to
// verify its backend. However, if the backend does change, the effects
@@ -29261,15 +29109,15 @@ UrlJsonRpcProvider = /*#__PURE__*/function (_StaticJsonRpcProvide) {_inherits(Ur
} }]);return UrlJsonRpcProvider;}(StaticJsonRpcProvider);exports.UrlJsonRpcProvider = UrlJsonRpcProvider;
/***/ }),
-/* 191 */
-/*!******************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/providers/lib.esm/cloudflare-provider.js ***!
- \******************************************************************************************************************/
+/* 186 */
+/*!********************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/providers/lib.esm/cloudflare-provider.js ***!
+ \********************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });exports.CloudflareProvider = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 49));
+Object.defineProperty(exports, "__esModule", { value: true });exports.CloudflareProvider = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 44));
@@ -29279,9 +29127,9 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.Cloudflare
-var _urlJsonRpcProvider = __webpack_require__(/*! ./url-json-rpc-provider */ 190);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 184);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _get(target, property, receiver) {if (typeof Reflect !== "undefined" && Reflect.get) {_get = Reflect.get;} else {_get = function _get(target, property, receiver) {var base = _superPropBase(target, property);if (!base) return;var desc = Object.getOwnPropertyDescriptor(base, property);if (desc.get) {return desc.get.call(receiver);}return desc.value;};}return _get(target, property, receiver || target);}function _superPropBase(object, property) {while (!Object.prototype.hasOwnProperty.call(object, property)) {object = _getPrototypeOf(object);if (object === null) break;}return object;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};
+var _urlJsonRpcProvider = __webpack_require__(/*! ./url-json-rpc-provider */ 185);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 179);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _get(target, property, receiver) {if (typeof Reflect !== "undefined" && Reflect.get) {_get = Reflect.get;} else {_get = function _get(target, property, receiver) {var base = _superPropBase(target, property);if (!base) return;var desc = Object.getOwnPropertyDescriptor(base, property);if (desc.get) {return desc.get.call(receiver);}return desc.value;};}return _get(target, property, receiver || target);}function _superPropBase(object, property) {while (!Object.prototype.hasOwnProperty.call(object, property)) {object = _getPrototypeOf(object);if (object === null) break;}return object;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};
var logger = new _logger.Logger(_version.version);var
CloudflareProvider = /*#__PURE__*/function (_UrlJsonRpcProvider) {_inherits(CloudflareProvider, _UrlJsonRpcProvider);var _super2 = _createSuper(CloudflareProvider);function CloudflareProvider() {_classCallCheck(this, CloudflareProvider);return _super2.apply(this, arguments);}_createClass(CloudflareProvider, [{ key: "perform", value: function perform(
@@ -29317,15 +29165,15 @@ CloudflareProvider = /*#__PURE__*/function (_UrlJsonRpcProvider) {_inherits(Clou
} }], [{ key: "getApiKey", value: function getApiKey(apiKey) {if (apiKey != null) {logger.throwArgumentError("apiKey not supported for cloudflare", "apiKey", apiKey);}return null;} }, { key: "getUrl", value: function getUrl(network, apiKey) {var host = null;switch (network.name) {case "homestead":host = "https://cloudflare-eth.com/";break;default:logger.throwArgumentError("unsupported network", "network", arguments[0]);}return host;} }]);return CloudflareProvider;}(_urlJsonRpcProvider.UrlJsonRpcProvider);exports.CloudflareProvider = CloudflareProvider;
/***/ }),
-/* 192 */
-/*!*****************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/providers/lib.esm/etherscan-provider.js ***!
- \*****************************************************************************************************************/
+/* 187 */
+/*!*******************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/providers/lib.esm/etherscan-provider.js ***!
+ \*******************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });exports.EtherscanProvider = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 49));
+Object.defineProperty(exports, "__esModule", { value: true });exports.EtherscanProvider = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 44));
@@ -29335,15 +29183,15 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.EtherscanP
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);
-var _transactions = __webpack_require__(/*! @ethersproject/transactions */ 126);
-var _web = __webpack_require__(/*! @ethersproject/web */ 178);
-var _formatter = __webpack_require__(/*! ./formatter */ 185);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 184);
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);
+var _transactions = __webpack_require__(/*! @ethersproject/transactions */ 121);
+var _web = __webpack_require__(/*! @ethersproject/web */ 173);
+var _formatter = __webpack_require__(/*! ./formatter */ 180);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 179);
-var _baseProvider = __webpack_require__(/*! ./base-provider */ 177);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _get(target, property, receiver) {if (typeof Reflect !== "undefined" && Reflect.get) {_get = Reflect.get;} else {_get = function _get(target, property, receiver) {var base = _superPropBase(target, property);if (!base) return;var desc = Object.getOwnPropertyDescriptor(base, property);if (desc.get) {return desc.get.call(receiver);}return desc.value;};}return _get(target, property, receiver || target);}function _superPropBase(object, property) {while (!Object.prototype.hasOwnProperty.call(object, property)) {object = _getPrototypeOf(object);if (object === null) break;}return object;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};var logger = new _logger.Logger(_version.version);
+var _baseProvider = __webpack_require__(/*! ./base-provider */ 172);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _get(target, property, receiver) {if (typeof Reflect !== "undefined" && Reflect.get) {_get = Reflect.get;} else {_get = function _get(target, property, receiver) {var base = _superPropBase(target, property);if (!base) return;var desc = Object.getOwnPropertyDescriptor(base, property);if (desc.get) {return desc.get.call(receiver);}return desc.value;};}return _get(target, property, receiver || target);}function _superPropBase(object, property) {while (!Object.prototype.hasOwnProperty.call(object, property)) {object = _getPrototypeOf(object);if (object === null) break;}return object;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};var logger = new _logger.Logger(_version.version);
// The transaction has already been sanitized by the calls in Provider
function getTransactionPostData(transaction) {
var result = {};
@@ -29744,15 +29592,15 @@ EtherscanProvider = /*#__PURE__*/function (_BaseProvider) {_inherits(EtherscanPr
} }]);return EtherscanProvider;}(_baseProvider.BaseProvider);exports.EtherscanProvider = EtherscanProvider;
/***/ }),
-/* 193 */
-/*!****************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/providers/lib.esm/fallback-provider.js ***!
- \****************************************************************************************************************/
+/* 188 */
+/*!******************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/providers/lib.esm/fallback-provider.js ***!
+ \******************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });exports.FallbackProvider = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 49));
+Object.defineProperty(exports, "__esModule", { value: true });exports.FallbackProvider = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 44));
@@ -29762,16 +29610,16 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.FallbackPr
-var _abstractProvider = __webpack_require__(/*! @ethersproject/abstract-provider */ 122);
-var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 73);
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);
-var _random = __webpack_require__(/*! @ethersproject/random */ 161);
-var _web = __webpack_require__(/*! @ethersproject/web */ 178);
-var _baseProvider = __webpack_require__(/*! ./base-provider */ 177);
-var _formatter = __webpack_require__(/*! ./formatter */ 185);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 184);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};
+var _abstractProvider = __webpack_require__(/*! @ethersproject/abstract-provider */ 117);
+var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 68);
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);
+var _random = __webpack_require__(/*! @ethersproject/random */ 156);
+var _web = __webpack_require__(/*! @ethersproject/web */ 173);
+var _baseProvider = __webpack_require__(/*! ./base-provider */ 172);
+var _formatter = __webpack_require__(/*! ./formatter */ 180);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 179);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}return new (P || (P = Promise))(function (resolve, reject) {function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}step((generator = generator.apply(thisArg, _arguments || [])).next());});};
var logger = new _logger.Logger(_version.version);
function now() {return new Date().getTime();}
// Returns to network as long as all agree, or null if any is null.
@@ -30334,10 +30182,10 @@ FallbackProvider = /*#__PURE__*/function (_BaseProvider) {_inherits(FallbackProv
} }]);return FallbackProvider;}(_baseProvider.BaseProvider);exports.FallbackProvider = FallbackProvider;
/***/ }),
-/* 194 */
-/*!***********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/providers/lib.esm/ipc-provider.js ***!
- \***********************************************************************************************************/
+/* 189 */
+/*!*************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/providers/lib.esm/ipc-provider.js ***!
+ \*************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -30346,22 +30194,22 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.IpcProvide
var IpcProvider = null;exports.IpcProvider = IpcProvider;
/***/ }),
-/* 195 */
-/*!**************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/providers/lib.esm/infura-provider.js ***!
- \**************************************************************************************************************/
+/* 190 */
+/*!****************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/providers/lib.esm/infura-provider.js ***!
+ \****************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.InfuraProvider = exports.InfuraWebSocketProvider = void 0;
-var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);
-var _websocketProvider = __webpack_require__(/*! ./websocket-provider */ 187);
-var _formatter = __webpack_require__(/*! ./formatter */ 185);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 184);
+var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);
+var _websocketProvider = __webpack_require__(/*! ./websocket-provider */ 182);
+var _formatter = __webpack_require__(/*! ./formatter */ 180);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 179);
-var _urlJsonRpcProvider = __webpack_require__(/*! ./url-json-rpc-provider */ 190);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var logger = new _logger.Logger(_version.version);
+var _urlJsonRpcProvider = __webpack_require__(/*! ./url-json-rpc-provider */ 185);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var logger = new _logger.Logger(_version.version);
var defaultProjectId = "84842078b09946638c03157f83405213";var
InfuraWebSocketProvider = /*#__PURE__*/function (_WebSocketProvider) {_inherits(InfuraWebSocketProvider, _WebSocketProvider);var _super = _createSuper(InfuraWebSocketProvider);
function InfuraWebSocketProvider(network, apiKey) {var _this;_classCallCheck(this, InfuraWebSocketProvider);
@@ -30461,17 +30309,17 @@ InfuraProvider = /*#__PURE__*/function (_UrlJsonRpcProvider) {_inherits(InfuraPr
} }], [{ key: "getWebSocketProvider", value: function getWebSocketProvider(network, apiKey) {return new InfuraWebSocketProvider(network, apiKey);} }, { key: "getApiKey", value: function getApiKey(apiKey) {var apiKeyObj = { apiKey: defaultProjectId, projectId: defaultProjectId, projectSecret: null };if (apiKey == null) {return apiKeyObj;}if (typeof apiKey === "string") {apiKeyObj.projectId = apiKey;} else if (apiKey.projectSecret != null) {logger.assertArgument(typeof apiKey.projectId === "string", "projectSecret requires a projectId", "projectId", apiKey.projectId);logger.assertArgument(typeof apiKey.projectSecret === "string", "invalid projectSecret", "projectSecret", "[REDACTED]");apiKeyObj.projectId = apiKey.projectId;apiKeyObj.projectSecret = apiKey.projectSecret;} else if (apiKey.projectId) {apiKeyObj.projectId = apiKey.projectId;}apiKeyObj.apiKey = apiKeyObj.projectId;return apiKeyObj;} }, { key: "getUrl", value: function getUrl(network, apiKey) {var host = null;switch (network ? network.name : "unknown") {case "homestead":host = "mainnet.infura.io";break;case "ropsten":host = "ropsten.infura.io";break;case "rinkeby":host = "rinkeby.infura.io";break;case "kovan":host = "kovan.infura.io";break;case "goerli":host = "goerli.infura.io";break;case "matic":host = "polygon-mainnet.infura.io";break;case "maticmum":host = "polygon-mumbai.infura.io";break;default:logger.throwError("unsupported network", _logger.Logger.errors.INVALID_ARGUMENT, { argument: "network", value: network });}var connection = { allowGzip: true, url: "https:/" + "/" + host + "/v3/" + apiKey.projectId, throttleCallback: function throttleCallback(attempt, url) {if (apiKey.projectId === defaultProjectId) {(0, _formatter.showThrottleMessage)();}return Promise.resolve(true);} };if (apiKey.projectSecret != null) {connection.user = "";connection.password = apiKey.projectSecret;}return connection;} }]);return InfuraProvider;}(_urlJsonRpcProvider.UrlJsonRpcProvider);exports.InfuraProvider = InfuraProvider;
/***/ }),
-/* 196 */
-/*!**********************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/providers/lib.esm/json-rpc-batch-provider.js ***!
- \**********************************************************************************************************************/
+/* 191 */
+/*!************************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/providers/lib.esm/json-rpc-batch-provider.js ***!
+ \************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });exports.JsonRpcBatchProvider = void 0;var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);
-var _web = __webpack_require__(/*! @ethersproject/web */ 178);
-var _jsonRpcProvider = __webpack_require__(/*! ./json-rpc-provider */ 188);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}
+Object.defineProperty(exports, "__esModule", { value: true });exports.JsonRpcBatchProvider = void 0;var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);
+var _web = __webpack_require__(/*! @ethersproject/web */ 173);
+var _jsonRpcProvider = __webpack_require__(/*! ./json-rpc-provider */ 183);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}
// Experimental
var JsonRpcBatchProvider = /*#__PURE__*/function (_JsonRpcProvider) {_inherits(JsonRpcBatchProvider, _JsonRpcProvider);var _super = _createSuper(JsonRpcBatchProvider);function JsonRpcBatchProvider() {_classCallCheck(this, JsonRpcBatchProvider);return _super.apply(this, arguments);}_createClass(JsonRpcBatchProvider, [{ key: "send", value: function send(
method, params) {var _this = this;
@@ -30543,19 +30391,19 @@ var JsonRpcBatchProvider = /*#__PURE__*/function (_JsonRpcProvider) {_inherits(J
} }]);return JsonRpcBatchProvider;}(_jsonRpcProvider.JsonRpcProvider);exports.JsonRpcBatchProvider = JsonRpcBatchProvider;
/***/ }),
-/* 197 */
-/*!*****************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/providers/lib.esm/nodesmith-provider.js ***!
- \*****************************************************************************************************************/
+/* 192 */
+/*!*******************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/providers/lib.esm/nodesmith-provider.js ***!
+ \*******************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
/* istanbul ignore file */
Object.defineProperty(exports, "__esModule", { value: true });exports.NodesmithProvider = void 0;
-var _urlJsonRpcProvider = __webpack_require__(/*! ./url-json-rpc-provider */ 190);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 184);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}
+var _urlJsonRpcProvider = __webpack_require__(/*! ./url-json-rpc-provider */ 185);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 179);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}
var logger = new _logger.Logger(_version.version);
// Special API key provided by Nodesmith for ethers.js
var defaultApiKey = "ETHERS_JS_SHARED";var
@@ -30592,20 +30440,20 @@ NodesmithProvider = /*#__PURE__*/function (_UrlJsonRpcProvider) {_inherits(Nodes
} }]);return NodesmithProvider;}(_urlJsonRpcProvider.UrlJsonRpcProvider);exports.NodesmithProvider = NodesmithProvider;
/***/ }),
-/* 198 */
-/*!**************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/providers/lib.esm/pocket-provider.js ***!
- \**************************************************************************************************************/
+/* 193 */
+/*!****************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/providers/lib.esm/pocket-provider.js ***!
+ \****************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.PocketProvider = void 0;
-var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 184);
+var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 179);
-var _urlJsonRpcProvider = __webpack_require__(/*! ./url-json-rpc-provider */ 190);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var logger = new _logger.Logger(_version.version);
+var _urlJsonRpcProvider = __webpack_require__(/*! ./url-json-rpc-provider */ 185);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var logger = new _logger.Logger(_version.version);
// These are load-balancer-based application IDs
var defaultApplicationIds = {
homestead: "6004bcd10040261633ade990",
@@ -30720,20 +30568,20 @@ PocketProvider = /*#__PURE__*/function (_UrlJsonRpcProvider) {_inherits(PocketPr
if (apiKey.applicationSecretKey != null) {connection.user = "";connection.password = apiKey.applicationSecretKey;}return connection;} }]);return PocketProvider;}(_urlJsonRpcProvider.UrlJsonRpcProvider);exports.PocketProvider = PocketProvider;
/***/ }),
-/* 199 */
-/*!************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/providers/lib.esm/web3-provider.js ***!
- \************************************************************************************************************/
+/* 194 */
+/*!**************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/providers/lib.esm/web3-provider.js ***!
+ \**************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.Web3Provider = void 0;
-var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 184);
+var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 179);
-var _jsonRpcProvider = __webpack_require__(/*! ./json-rpc-provider */ 188);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var logger = new _logger.Logger(_version.version);
+var _jsonRpcProvider = __webpack_require__(/*! ./json-rpc-provider */ 183);function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var logger = new _logger.Logger(_version.version);
var _nextId = 1;
function buildWeb3LegacyFetcher(provider, sendFunc) {
var fetcher = "Web3LegacyFetcher";
@@ -30860,58 +30708,58 @@ Web3Provider = /*#__PURE__*/function (_JsonRpcProvider) {_inherits(Web3Provider,
} }]);return Web3Provider;}(_jsonRpcProvider.JsonRpcProvider);exports.Web3Provider = Web3Provider;
/***/ }),
-/* 200 */
-/*!**********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/ethers/lib.esm/utils.js ***!
- \**********************************************************************************/
+/* 195 */
+/*!************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/ethers/lib.esm/utils.js ***!
+ \************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });Object.defineProperty(exports, "AbiCoder", { enumerable: true, get: function get() {return _abi.AbiCoder;} });Object.defineProperty(exports, "checkResultErrors", { enumerable: true, get: function get() {return _abi.checkResultErrors;} });Object.defineProperty(exports, "ConstructorFragment", { enumerable: true, get: function get() {return _abi.ConstructorFragment;} });Object.defineProperty(exports, "defaultAbiCoder", { enumerable: true, get: function get() {return _abi.defaultAbiCoder;} });Object.defineProperty(exports, "ErrorFragment", { enumerable: true, get: function get() {return _abi.ErrorFragment;} });Object.defineProperty(exports, "EventFragment", { enumerable: true, get: function get() {return _abi.EventFragment;} });Object.defineProperty(exports, "FormatTypes", { enumerable: true, get: function get() {return _abi.FormatTypes;} });Object.defineProperty(exports, "Fragment", { enumerable: true, get: function get() {return _abi.Fragment;} });Object.defineProperty(exports, "FunctionFragment", { enumerable: true, get: function get() {return _abi.FunctionFragment;} });Object.defineProperty(exports, "Indexed", { enumerable: true, get: function get() {return _abi.Indexed;} });Object.defineProperty(exports, "Interface", { enumerable: true, get: function get() {return _abi.Interface;} });Object.defineProperty(exports, "LogDescription", { enumerable: true, get: function get() {return _abi.LogDescription;} });Object.defineProperty(exports, "ParamType", { enumerable: true, get: function get() {return _abi.ParamType;} });Object.defineProperty(exports, "TransactionDescription", { enumerable: true, get: function get() {return _abi.TransactionDescription;} });Object.defineProperty(exports, "getAddress", { enumerable: true, get: function get() {return _address.getAddress;} });Object.defineProperty(exports, "getCreate2Address", { enumerable: true, get: function get() {return _address.getCreate2Address;} });Object.defineProperty(exports, "getContractAddress", { enumerable: true, get: function get() {return _address.getContractAddress;} });Object.defineProperty(exports, "getIcapAddress", { enumerable: true, get: function get() {return _address.getIcapAddress;} });Object.defineProperty(exports, "isAddress", { enumerable: true, get: function get() {return _address.isAddress;} });Object.defineProperty(exports, "base58", { enumerable: true, get: function get() {return _basex.Base58;} });Object.defineProperty(exports, "arrayify", { enumerable: true, get: function get() {return _bytes.arrayify;} });Object.defineProperty(exports, "concat", { enumerable: true, get: function get() {return _bytes.concat;} });Object.defineProperty(exports, "hexConcat", { enumerable: true, get: function get() {return _bytes.hexConcat;} });Object.defineProperty(exports, "hexDataSlice", { enumerable: true, get: function get() {return _bytes.hexDataSlice;} });Object.defineProperty(exports, "hexDataLength", { enumerable: true, get: function get() {return _bytes.hexDataLength;} });Object.defineProperty(exports, "hexlify", { enumerable: true, get: function get() {return _bytes.hexlify;} });Object.defineProperty(exports, "hexStripZeros", { enumerable: true, get: function get() {return _bytes.hexStripZeros;} });Object.defineProperty(exports, "hexValue", { enumerable: true, get: function get() {return _bytes.hexValue;} });Object.defineProperty(exports, "hexZeroPad", { enumerable: true, get: function get() {return _bytes.hexZeroPad;} });Object.defineProperty(exports, "isBytes", { enumerable: true, get: function get() {return _bytes.isBytes;} });Object.defineProperty(exports, "isBytesLike", { enumerable: true, get: function get() {return _bytes.isBytesLike;} });Object.defineProperty(exports, "isHexString", { enumerable: true, get: function get() {return _bytes.isHexString;} });Object.defineProperty(exports, "joinSignature", { enumerable: true, get: function get() {return _bytes.joinSignature;} });Object.defineProperty(exports, "zeroPad", { enumerable: true, get: function get() {return _bytes.zeroPad;} });Object.defineProperty(exports, "splitSignature", { enumerable: true, get: function get() {return _bytes.splitSignature;} });Object.defineProperty(exports, "stripZeros", { enumerable: true, get: function get() {return _bytes.stripZeros;} });Object.defineProperty(exports, "_TypedDataEncoder", { enumerable: true, get: function get() {return _hash._TypedDataEncoder;} });Object.defineProperty(exports, "hashMessage", { enumerable: true, get: function get() {return _hash.hashMessage;} });Object.defineProperty(exports, "id", { enumerable: true, get: function get() {return _hash.id;} });Object.defineProperty(exports, "isValidName", { enumerable: true, get: function get() {return _hash.isValidName;} });Object.defineProperty(exports, "namehash", { enumerable: true, get: function get() {return _hash.namehash;} });Object.defineProperty(exports, "defaultPath", { enumerable: true, get: function get() {return _hdnode.defaultPath;} });Object.defineProperty(exports, "entropyToMnemonic", { enumerable: true, get: function get() {return _hdnode.entropyToMnemonic;} });Object.defineProperty(exports, "getAccountPath", { enumerable: true, get: function get() {return _hdnode.getAccountPath;} });Object.defineProperty(exports, "HDNode", { enumerable: true, get: function get() {return _hdnode.HDNode;} });Object.defineProperty(exports, "isValidMnemonic", { enumerable: true, get: function get() {return _hdnode.isValidMnemonic;} });Object.defineProperty(exports, "mnemonicToEntropy", { enumerable: true, get: function get() {return _hdnode.mnemonicToEntropy;} });Object.defineProperty(exports, "mnemonicToSeed", { enumerable: true, get: function get() {return _hdnode.mnemonicToSeed;} });Object.defineProperty(exports, "getJsonWalletAddress", { enumerable: true, get: function get() {return _jsonWallets.getJsonWalletAddress;} });Object.defineProperty(exports, "keccak256", { enumerable: true, get: function get() {return _keccak.keccak256;} });Object.defineProperty(exports, "Logger", { enumerable: true, get: function get() {return _logger.Logger;} });Object.defineProperty(exports, "computeHmac", { enumerable: true, get: function get() {return _sha.computeHmac;} });Object.defineProperty(exports, "ripemd160", { enumerable: true, get: function get() {return _sha.ripemd160;} });Object.defineProperty(exports, "sha256", { enumerable: true, get: function get() {return _sha.sha256;} });Object.defineProperty(exports, "sha512", { enumerable: true, get: function get() {return _sha.sha512;} });Object.defineProperty(exports, "SupportedAlgorithm", { enumerable: true, get: function get() {return _sha.SupportedAlgorithm;} });Object.defineProperty(exports, "solidityKeccak256", { enumerable: true, get: function get() {return _solidity.keccak256;} });Object.defineProperty(exports, "solidityPack", { enumerable: true, get: function get() {return _solidity.pack;} });Object.defineProperty(exports, "soliditySha256", { enumerable: true, get: function get() {return _solidity.sha256;} });Object.defineProperty(exports, "randomBytes", { enumerable: true, get: function get() {return _random.randomBytes;} });Object.defineProperty(exports, "shuffled", { enumerable: true, get: function get() {return _random.shuffled;} });Object.defineProperty(exports, "checkProperties", { enumerable: true, get: function get() {return _properties.checkProperties;} });Object.defineProperty(exports, "deepCopy", { enumerable: true, get: function get() {return _properties.deepCopy;} });Object.defineProperty(exports, "defineReadOnly", { enumerable: true, get: function get() {return _properties.defineReadOnly;} });Object.defineProperty(exports, "getStatic", { enumerable: true, get: function get() {return _properties.getStatic;} });Object.defineProperty(exports, "resolveProperties", { enumerable: true, get: function get() {return _properties.resolveProperties;} });Object.defineProperty(exports, "shallowCopy", { enumerable: true, get: function get() {return _properties.shallowCopy;} });Object.defineProperty(exports, "computePublicKey", { enumerable: true, get: function get() {return _signingKey.computePublicKey;} });Object.defineProperty(exports, "recoverPublicKey", { enumerable: true, get: function get() {return _signingKey.recoverPublicKey;} });Object.defineProperty(exports, "SigningKey", { enumerable: true, get: function get() {return _signingKey.SigningKey;} });Object.defineProperty(exports, "formatBytes32String", { enumerable: true, get: function get() {return _strings.formatBytes32String;} });Object.defineProperty(exports, "nameprep", { enumerable: true, get: function get() {return _strings.nameprep;} });Object.defineProperty(exports, "parseBytes32String", { enumerable: true, get: function get() {return _strings.parseBytes32String;} });Object.defineProperty(exports, "_toEscapedUtf8String", { enumerable: true, get: function get() {return _strings._toEscapedUtf8String;} });Object.defineProperty(exports, "toUtf8Bytes", { enumerable: true, get: function get() {return _strings.toUtf8Bytes;} });Object.defineProperty(exports, "toUtf8CodePoints", { enumerable: true, get: function get() {return _strings.toUtf8CodePoints;} });Object.defineProperty(exports, "toUtf8String", { enumerable: true, get: function get() {return _strings.toUtf8String;} });Object.defineProperty(exports, "Utf8ErrorFuncs", { enumerable: true, get: function get() {return _strings.Utf8ErrorFuncs;} });Object.defineProperty(exports, "UnicodeNormalizationForm", { enumerable: true, get: function get() {return _strings.UnicodeNormalizationForm;} });Object.defineProperty(exports, "Utf8ErrorReason", { enumerable: true, get: function get() {return _strings.Utf8ErrorReason;} });Object.defineProperty(exports, "accessListify", { enumerable: true, get: function get() {return _transactions.accessListify;} });Object.defineProperty(exports, "computeAddress", { enumerable: true, get: function get() {return _transactions.computeAddress;} });Object.defineProperty(exports, "parseTransaction", { enumerable: true, get: function get() {return _transactions.parse;} });Object.defineProperty(exports, "recoverAddress", { enumerable: true, get: function get() {return _transactions.recoverAddress;} });Object.defineProperty(exports, "serializeTransaction", { enumerable: true, get: function get() {return _transactions.serialize;} });Object.defineProperty(exports, "TransactionTypes", { enumerable: true, get: function get() {return _transactions.TransactionTypes;} });Object.defineProperty(exports, "commify", { enumerable: true, get: function get() {return _units.commify;} });Object.defineProperty(exports, "formatEther", { enumerable: true, get: function get() {return _units.formatEther;} });Object.defineProperty(exports, "parseEther", { enumerable: true, get: function get() {return _units.parseEther;} });Object.defineProperty(exports, "formatUnits", { enumerable: true, get: function get() {return _units.formatUnits;} });Object.defineProperty(exports, "parseUnits", { enumerable: true, get: function get() {return _units.parseUnits;} });Object.defineProperty(exports, "verifyMessage", { enumerable: true, get: function get() {return _wallet.verifyMessage;} });Object.defineProperty(exports, "verifyTypedData", { enumerable: true, get: function get() {return _wallet.verifyTypedData;} });Object.defineProperty(exports, "_fetchData", { enumerable: true, get: function get() {return _web._fetchData;} });Object.defineProperty(exports, "fetchJson", { enumerable: true, get: function get() {return _web.fetchJson;} });Object.defineProperty(exports, "poll", { enumerable: true, get: function get() {return _web.poll;} });exports.RLP = exports.base64 = void 0;
-var _abi = __webpack_require__(/*! @ethersproject/abi */ 71);
-var _address = __webpack_require__(/*! @ethersproject/address */ 90);
-var base64 = _interopRequireWildcard(__webpack_require__(/*! @ethersproject/base64 */ 179));exports.base64 = base64;
-var _basex = __webpack_require__(/*! @ethersproject/basex */ 148);
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _hash = __webpack_require__(/*! @ethersproject/hash */ 116);
-var _hdnode = __webpack_require__(/*! @ethersproject/hdnode */ 147);
-var _jsonWallets = __webpack_require__(/*! @ethersproject/json-wallets */ 165);
-var _keccak = __webpack_require__(/*! @ethersproject/keccak256 */ 91);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _sha = __webpack_require__(/*! @ethersproject/sha2 */ 151);
-var _solidity = __webpack_require__(/*! @ethersproject/solidity */ 201);
-var _random = __webpack_require__(/*! @ethersproject/random */ 161);
-var _properties = __webpack_require__(/*! @ethersproject/properties */ 84);
-var RLP = _interopRequireWildcard(__webpack_require__(/*! @ethersproject/rlp */ 93));exports.RLP = RLP;
-var _signingKey = __webpack_require__(/*! @ethersproject/signing-key */ 127);
-var _strings = __webpack_require__(/*! @ethersproject/strings */ 109);
-var _transactions = __webpack_require__(/*! @ethersproject/transactions */ 126);
-var _units = __webpack_require__(/*! @ethersproject/units */ 203);
-var _wallet = __webpack_require__(/*! @ethersproject/wallet */ 146);
-var _web = __webpack_require__(/*! @ethersproject/web */ 178);function _getRequireWildcardCache() {if (typeof WeakMap !== "function") return null;var cache = new WeakMap();_getRequireWildcardCache = function _getRequireWildcardCache() {return cache;};return cache;}function _interopRequireWildcard(obj) {if (obj && obj.__esModule) {return obj;}if (obj === null || typeof obj !== "object" && typeof obj !== "function") {return { default: obj };}var cache = _getRequireWildcardCache();if (cache && cache.has(obj)) {return cache.get(obj);}var newObj = {};var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;for (var key in obj) {if (Object.prototype.hasOwnProperty.call(obj, key)) {var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;if (desc && (desc.get || desc.set)) {Object.defineProperty(newObj, key, desc);} else {newObj[key] = obj[key];}}}newObj.default = obj;if (cache) {cache.set(obj, newObj);}return newObj;}
+var _abi = __webpack_require__(/*! @ethersproject/abi */ 66);
+var _address = __webpack_require__(/*! @ethersproject/address */ 85);
+var base64 = _interopRequireWildcard(__webpack_require__(/*! @ethersproject/base64 */ 174));exports.base64 = base64;
+var _basex = __webpack_require__(/*! @ethersproject/basex */ 143);
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _hash = __webpack_require__(/*! @ethersproject/hash */ 111);
+var _hdnode = __webpack_require__(/*! @ethersproject/hdnode */ 142);
+var _jsonWallets = __webpack_require__(/*! @ethersproject/json-wallets */ 160);
+var _keccak = __webpack_require__(/*! @ethersproject/keccak256 */ 86);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _sha = __webpack_require__(/*! @ethersproject/sha2 */ 146);
+var _solidity = __webpack_require__(/*! @ethersproject/solidity */ 196);
+var _random = __webpack_require__(/*! @ethersproject/random */ 156);
+var _properties = __webpack_require__(/*! @ethersproject/properties */ 79);
+var RLP = _interopRequireWildcard(__webpack_require__(/*! @ethersproject/rlp */ 88));exports.RLP = RLP;
+var _signingKey = __webpack_require__(/*! @ethersproject/signing-key */ 122);
+var _strings = __webpack_require__(/*! @ethersproject/strings */ 104);
+var _transactions = __webpack_require__(/*! @ethersproject/transactions */ 121);
+var _units = __webpack_require__(/*! @ethersproject/units */ 198);
+var _wallet = __webpack_require__(/*! @ethersproject/wallet */ 141);
+var _web = __webpack_require__(/*! @ethersproject/web */ 173);function _getRequireWildcardCache() {if (typeof WeakMap !== "function") return null;var cache = new WeakMap();_getRequireWildcardCache = function _getRequireWildcardCache() {return cache;};return cache;}function _interopRequireWildcard(obj) {if (obj && obj.__esModule) {return obj;}if (obj === null || typeof obj !== "object" && typeof obj !== "function") {return { default: obj };}var cache = _getRequireWildcardCache();if (cache && cache.has(obj)) {return cache.get(obj);}var newObj = {};var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;for (var key in obj) {if (Object.prototype.hasOwnProperty.call(obj, key)) {var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;if (desc && (desc.get || desc.set)) {Object.defineProperty(newObj, key, desc);} else {newObj[key] = obj[key];}}}newObj.default = obj;if (cache) {cache.set(obj, newObj);}return newObj;}
/***/ }),
-/* 201 */
-/*!***************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/solidity/lib.esm/index.js ***!
- \***************************************************************************************************/
+/* 196 */
+/*!*****************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/solidity/lib.esm/index.js ***!
+ \*****************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.pack = pack;exports.keccak256 = keccak256;exports.sha256 = sha256;
-var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 73);
-var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 78);
-var _keccak = __webpack_require__(/*! @ethersproject/keccak256 */ 91);
-var _sha = __webpack_require__(/*! @ethersproject/sha2 */ 151);
-var _strings = __webpack_require__(/*! @ethersproject/strings */ 109);
+var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 68);
+var _bytes = __webpack_require__(/*! @ethersproject/bytes */ 73);
+var _keccak = __webpack_require__(/*! @ethersproject/keccak256 */ 86);
+var _sha = __webpack_require__(/*! @ethersproject/sha2 */ 146);
+var _strings = __webpack_require__(/*! @ethersproject/strings */ 104);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 202);var regexBytes = new RegExp("^bytes([0-9]+)$");var regexNumber = new RegExp("^(u?int)([0-9]*)$");var regexArray = new RegExp("^(.*)\\[([0-9]*)\\]$");var Zeros = "0000000000000000000000000000000000000000000000000000000000000000";
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 197);var regexBytes = new RegExp("^bytes([0-9]+)$");var regexNumber = new RegExp("^(u?int)([0-9]*)$");var regexArray = new RegExp("^(.*)\\[([0-9]*)\\]$");var Zeros = "0000000000000000000000000000000000000000000000000000000000000000";
var logger = new _logger.Logger(_version.version);
function _pack(type, value, isArray) {
switch (type) {
@@ -30992,10 +30840,10 @@ function sha256(types, values) {
}
/***/ }),
-/* 202 */
-/*!******************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/solidity/lib.esm/_version.js ***!
- \******************************************************************************************************/
+/* 197 */
+/*!********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/solidity/lib.esm/_version.js ***!
+ \********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -31003,18 +30851,18 @@ function sha256(types, values) {
Object.defineProperty(exports, "__esModule", { value: true });exports.version = void 0;var version = "solidity/5.5.0";exports.version = version;
/***/ }),
-/* 203 */
-/*!************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/units/lib.esm/index.js ***!
- \************************************************************************************************/
+/* 198 */
+/*!**************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/units/lib.esm/index.js ***!
+ \**************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.commify = commify;exports.formatUnits = formatUnits;exports.parseUnits = parseUnits;exports.formatEther = formatEther;exports.parseEther = parseEther;
-var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 73);
-var _logger = __webpack_require__(/*! @ethersproject/logger */ 79);
-var _version = __webpack_require__(/*! ./_version */ 204);
+var _bignumber = __webpack_require__(/*! @ethersproject/bignumber */ 68);
+var _logger = __webpack_require__(/*! @ethersproject/logger */ 74);
+var _version = __webpack_require__(/*! ./_version */ 199);
var logger = new _logger.Logger(_version.version);
var names = [
"wei",
@@ -31096,10 +30944,10 @@ function parseEther(ether) {
}
/***/ }),
-/* 204 */
-/*!***************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/@ethersproject/units/lib.esm/_version.js ***!
- \***************************************************************************************************/
+/* 199 */
+/*!*****************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/@ethersproject/units/lib.esm/_version.js ***!
+ \*****************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -31107,10 +30955,10 @@ function parseEther(ether) {
Object.defineProperty(exports, "__esModule", { value: true });exports.version = void 0;var version = "units/5.5.0";exports.version = version;
/***/ }),
-/* 205 */
-/*!*************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/ethers/lib.esm/_version.js ***!
- \*************************************************************************************/
+/* 200 */
+/*!***************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/ethers/lib.esm/_version.js ***!
+ \***************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -31118,10 +30966,10 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.version =
Object.defineProperty(exports, "__esModule", { value: true });exports.version = void 0;var version = "ethers/5.5.1";exports.version = version;
/***/ }),
-/* 206 */
-/*!************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bignumber.js/bignumber.js ***!
- \************************************************************************************/
+/* 201 */
+/*!**************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bignumber.js/bignumber.js ***!
+ \**************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -34018,10 +33866,10 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.version =
// Node.js and other environments that support module.exports.
} else {}
})(this);
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/crypto.js */ 207)["default"]))
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/crypto.js */ 202)["default"]))
/***/ }),
-/* 207 */
+/* 202 */
/*!*****************************************************************!*\
!*** ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/crypto.js ***!
\*****************************************************************/
@@ -34098,7 +33946,7 @@ function base64Decode (source, target) {
/***/ }),
-/* 208 */
+/* 203 */
/*!**********************************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/assertThisInitialized.js ***!
\**********************************************************************/
@@ -34116,7 +33964,7 @@ function _assertThisInitialized(self) {
module.exports = _assertThisInitialized;
/***/ }),
-/* 209 */
+/* 204 */
/*!***************************************!*\
!*** ./node_modules/semver/semver.js ***!
\***************************************/
@@ -35607,10 +35455,10 @@ function coerce (version) {
'.' + (match[3] || '0'))
}
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../node-libs-browser/mock/process.js */ 36)))
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../node-libs-browser/mock/process.js */ 31)))
/***/ }),
-/* 210 */
+/* 205 */
/*!***********************************************!*\
!*** ./node_modules/elliptic/lib/elliptic.js ***!
\***********************************************/
@@ -35622,19 +35470,19 @@ function coerce (version) {
var elliptic = exports;
-elliptic.version = __webpack_require__(/*! ../package.json */ 211).version;
-elliptic.utils = __webpack_require__(/*! ./elliptic/utils */ 212);
-elliptic.rand = __webpack_require__(/*! brorand */ 214);
-elliptic.curve = __webpack_require__(/*! ./elliptic/curve */ 216);
-elliptic.curves = __webpack_require__(/*! ./elliptic/curves */ 221);
+elliptic.version = __webpack_require__(/*! ../package.json */ 206).version;
+elliptic.utils = __webpack_require__(/*! ./elliptic/utils */ 207);
+elliptic.rand = __webpack_require__(/*! brorand */ 209);
+elliptic.curve = __webpack_require__(/*! ./elliptic/curve */ 211);
+elliptic.curves = __webpack_require__(/*! ./elliptic/curves */ 216);
// Protocols
-elliptic.ec = __webpack_require__(/*! ./elliptic/ec */ 223);
-elliptic.eddsa = __webpack_require__(/*! ./elliptic/eddsa */ 227);
+elliptic.ec = __webpack_require__(/*! ./elliptic/ec */ 218);
+elliptic.eddsa = __webpack_require__(/*! ./elliptic/eddsa */ 222);
/***/ }),
-/* 211 */
+/* 206 */
/*!********************************************!*\
!*** ./node_modules/elliptic/package.json ***!
\********************************************/
@@ -35644,7 +35492,7 @@ elliptic.eddsa = __webpack_require__(/*! ./elliptic/eddsa */ 227);
module.exports = JSON.parse("{\"_from\":\"elliptic@^6.5.2\",\"_id\":\"elliptic@6.5.2\",\"_inBundle\":false,\"_integrity\":\"sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==\",\"_location\":\"/elliptic\",\"_phantomChildren\":{},\"_requested\":{\"type\":\"range\",\"registry\":true,\"raw\":\"elliptic@^6.5.2\",\"name\":\"elliptic\",\"escapedName\":\"elliptic\",\"rawSpec\":\"^6.5.2\",\"saveSpec\":null,\"fetchSpec\":\"^6.5.2\"},\"_requiredBy\":[\"/browserify-sign\",\"/create-ecdh\"],\"_resolved\":\"https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz\",\"_shasum\":\"05c5678d7173c049d8ca433552224a495d0e3762\",\"_spec\":\"elliptic@^6.5.2\",\"_where\":\"/Users/fxy/Documents/DCloud/HbuilderX-plugins/alpha/uniapp-cli/node_modules/browserify-sign\",\"author\":{\"name\":\"Fedor Indutny\",\"email\":\"fedor@indutny.com\"},\"bugs\":{\"url\":\"https://github.com/indutny/elliptic/issues\"},\"bundleDependencies\":false,\"dependencies\":{\"bn.js\":\"^4.4.0\",\"brorand\":\"^1.0.1\",\"hash.js\":\"^1.0.0\",\"hmac-drbg\":\"^1.0.0\",\"inherits\":\"^2.0.1\",\"minimalistic-assert\":\"^1.0.0\",\"minimalistic-crypto-utils\":\"^1.0.0\"},\"deprecated\":false,\"description\":\"EC cryptography\",\"devDependencies\":{\"brfs\":\"^1.4.3\",\"coveralls\":\"^3.0.8\",\"grunt\":\"^1.0.4\",\"grunt-browserify\":\"^5.0.0\",\"grunt-cli\":\"^1.2.0\",\"grunt-contrib-connect\":\"^1.0.0\",\"grunt-contrib-copy\":\"^1.0.0\",\"grunt-contrib-uglify\":\"^1.0.1\",\"grunt-mocha-istanbul\":\"^3.0.1\",\"grunt-saucelabs\":\"^9.0.1\",\"istanbul\":\"^0.4.2\",\"jscs\":\"^3.0.7\",\"jshint\":\"^2.10.3\",\"mocha\":\"^6.2.2\"},\"files\":[\"lib\"],\"homepage\":\"https://github.com/indutny/elliptic\",\"keywords\":[\"EC\",\"Elliptic\",\"curve\",\"Cryptography\"],\"license\":\"MIT\",\"main\":\"lib/elliptic.js\",\"name\":\"elliptic\",\"repository\":{\"type\":\"git\",\"url\":\"git+ssh://git@github.com/indutny/elliptic.git\"},\"scripts\":{\"jscs\":\"jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js\",\"jshint\":\"jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js\",\"lint\":\"npm run jscs && npm run jshint\",\"test\":\"npm run lint && npm run unit\",\"unit\":\"istanbul test _mocha --reporter=spec test/index.js\",\"version\":\"grunt dist && git add dist/\"},\"version\":\"6.5.2\"}");
/***/ }),
-/* 212 */
+/* 207 */
/*!*****************************************************!*\
!*** ./node_modules/elliptic/lib/elliptic/utils.js ***!
\*****************************************************/
@@ -35655,9 +35503,9 @@ module.exports = JSON.parse("{\"_from\":\"elliptic@^6.5.2\",\"_id\":\"elliptic@6
var utils = exports;
-var BN = __webpack_require__(/*! bn.js */ 75);
-var minAssert = __webpack_require__(/*! minimalistic-assert */ 131);
-var minUtils = __webpack_require__(/*! minimalistic-crypto-utils */ 213);
+var BN = __webpack_require__(/*! bn.js */ 70);
+var minAssert = __webpack_require__(/*! minimalistic-assert */ 126);
+var minUtils = __webpack_require__(/*! minimalistic-crypto-utils */ 208);
utils.assert = minAssert;
utils.toArray = minUtils.toArray;
@@ -35774,7 +35622,7 @@ utils.intFromLE = intFromLE;
/***/ }),
-/* 213 */
+/* 208 */
/*!*************************************************************!*\
!*** ./node_modules/minimalistic-crypto-utils/lib/utils.js ***!
\*************************************************************/
@@ -35843,7 +35691,7 @@ utils.encode = function encode(arr, enc) {
/***/ }),
-/* 214 */
+/* 209 */
/*!***************************************!*\
!*** ./node_modules/brorand/index.js ***!
\***************************************/
@@ -35905,7 +35753,7 @@ if (typeof self === 'object') {
} else {
// Node.js or Web worker with no crypto support
try {
- var crypto = __webpack_require__(/*! crypto */ 215);
+ var crypto = __webpack_require__(/*! crypto */ 210);
if (typeof crypto.randomBytes !== 'function')
throw new Error('Not supported');
@@ -35918,7 +35766,7 @@ if (typeof self === 'object') {
/***/ }),
-/* 215 */
+/* 210 */
/*!************************!*\
!*** crypto (ignored) ***!
\************************/
@@ -35928,7 +35776,7 @@ if (typeof self === 'object') {
/* (ignored) */
/***/ }),
-/* 216 */
+/* 211 */
/*!***********************************************************!*\
!*** ./node_modules/elliptic/lib/elliptic/curve/index.js ***!
\***********************************************************/
@@ -35940,14 +35788,14 @@ if (typeof self === 'object') {
var curve = exports;
-curve.base = __webpack_require__(/*! ./base */ 217);
-curve.short = __webpack_require__(/*! ./short */ 218);
-curve.mont = __webpack_require__(/*! ./mont */ 219);
-curve.edwards = __webpack_require__(/*! ./edwards */ 220);
+curve.base = __webpack_require__(/*! ./base */ 212);
+curve.short = __webpack_require__(/*! ./short */ 213);
+curve.mont = __webpack_require__(/*! ./mont */ 214);
+curve.edwards = __webpack_require__(/*! ./edwards */ 215);
/***/ }),
-/* 217 */
+/* 212 */
/*!**********************************************************!*\
!*** ./node_modules/elliptic/lib/elliptic/curve/base.js ***!
\**********************************************************/
@@ -35957,8 +35805,8 @@ curve.edwards = __webpack_require__(/*! ./edwards */ 220);
"use strict";
-var BN = __webpack_require__(/*! bn.js */ 75);
-var utils = __webpack_require__(/*! ../utils */ 212);
+var BN = __webpack_require__(/*! bn.js */ 70);
+var utils = __webpack_require__(/*! ../utils */ 207);
var getNAF = utils.getNAF;
var getJSF = utils.getJSF;
var assert = utils.assert;
@@ -36334,7 +36182,7 @@ BasePoint.prototype.dblp = function dblp(k) {
/***/ }),
-/* 218 */
+/* 213 */
/*!***********************************************************!*\
!*** ./node_modules/elliptic/lib/elliptic/curve/short.js ***!
\***********************************************************/
@@ -36344,10 +36192,10 @@ BasePoint.prototype.dblp = function dblp(k) {
"use strict";
-var utils = __webpack_require__(/*! ../utils */ 212);
-var BN = __webpack_require__(/*! bn.js */ 75);
-var inherits = __webpack_require__(/*! inherits */ 132);
-var Base = __webpack_require__(/*! ./base */ 217);
+var utils = __webpack_require__(/*! ../utils */ 207);
+var BN = __webpack_require__(/*! bn.js */ 70);
+var inherits = __webpack_require__(/*! inherits */ 127);
+var Base = __webpack_require__(/*! ./base */ 212);
var assert = utils.assert;
@@ -37282,7 +37130,7 @@ JPoint.prototype.isInfinity = function isInfinity() {
/***/ }),
-/* 219 */
+/* 214 */
/*!**********************************************************!*\
!*** ./node_modules/elliptic/lib/elliptic/curve/mont.js ***!
\**********************************************************/
@@ -37292,11 +37140,11 @@ JPoint.prototype.isInfinity = function isInfinity() {
"use strict";
-var BN = __webpack_require__(/*! bn.js */ 75);
-var inherits = __webpack_require__(/*! inherits */ 132);
-var Base = __webpack_require__(/*! ./base */ 217);
+var BN = __webpack_require__(/*! bn.js */ 70);
+var inherits = __webpack_require__(/*! inherits */ 127);
+var Base = __webpack_require__(/*! ./base */ 212);
-var utils = __webpack_require__(/*! ../utils */ 212);
+var utils = __webpack_require__(/*! ../utils */ 207);
function MontCurve(conf) {
Base.call(this, 'mont', conf);
@@ -37471,7 +37319,7 @@ Point.prototype.getX = function getX() {
/***/ }),
-/* 220 */
+/* 215 */
/*!*************************************************************!*\
!*** ./node_modules/elliptic/lib/elliptic/curve/edwards.js ***!
\*************************************************************/
@@ -37481,10 +37329,10 @@ Point.prototype.getX = function getX() {
"use strict";
-var utils = __webpack_require__(/*! ../utils */ 212);
-var BN = __webpack_require__(/*! bn.js */ 75);
-var inherits = __webpack_require__(/*! inherits */ 132);
-var Base = __webpack_require__(/*! ./base */ 217);
+var utils = __webpack_require__(/*! ../utils */ 207);
+var BN = __webpack_require__(/*! bn.js */ 70);
+var inherits = __webpack_require__(/*! inherits */ 127);
+var Base = __webpack_require__(/*! ./base */ 212);
var assert = utils.assert;
@@ -37914,7 +37762,7 @@ Point.prototype.mixedAdd = Point.prototype.add;
/***/ }),
-/* 221 */
+/* 216 */
/*!******************************************************!*\
!*** ./node_modules/elliptic/lib/elliptic/curves.js ***!
\******************************************************/
@@ -37926,9 +37774,9 @@ Point.prototype.mixedAdd = Point.prototype.add;
var curves = exports;
-var hash = __webpack_require__(/*! hash.js */ 129);
-var curve = __webpack_require__(/*! ./curve */ 216);
-var utils = __webpack_require__(/*! ./utils */ 212);
+var hash = __webpack_require__(/*! hash.js */ 124);
+var curve = __webpack_require__(/*! ./curve */ 211);
+var utils = __webpack_require__(/*! ./utils */ 207);
var assert = utils.assert;
@@ -38092,7 +37940,7 @@ defineCurve('ed25519', {
var pre;
try {
- pre = __webpack_require__(/*! ./precomputed/secp256k1 */ 222);
+ pre = __webpack_require__(/*! ./precomputed/secp256k1 */ 217);
} catch (e) {
pre = undefined;
}
@@ -38131,7 +37979,7 @@ defineCurve('secp256k1', {
/***/ }),
-/* 222 */
+/* 217 */
/*!*********************************************************************!*\
!*** ./node_modules/elliptic/lib/elliptic/precomputed/secp256k1.js ***!
\*********************************************************************/
@@ -38921,7 +38769,7 @@ module.exports = {
/***/ }),
-/* 223 */
+/* 218 */
/*!********************************************************!*\
!*** ./node_modules/elliptic/lib/elliptic/ec/index.js ***!
\********************************************************/
@@ -38931,15 +38779,15 @@ module.exports = {
"use strict";
-var BN = __webpack_require__(/*! bn.js */ 75);
-var HmacDRBG = __webpack_require__(/*! hmac-drbg */ 224);
-var utils = __webpack_require__(/*! ../utils */ 212);
-var curves = __webpack_require__(/*! ../curves */ 221);
-var rand = __webpack_require__(/*! brorand */ 214);
+var BN = __webpack_require__(/*! bn.js */ 70);
+var HmacDRBG = __webpack_require__(/*! hmac-drbg */ 219);
+var utils = __webpack_require__(/*! ../utils */ 207);
+var curves = __webpack_require__(/*! ../curves */ 216);
+var rand = __webpack_require__(/*! brorand */ 209);
var assert = utils.assert;
-var KeyPair = __webpack_require__(/*! ./key */ 225);
-var Signature = __webpack_require__(/*! ./signature */ 226);
+var KeyPair = __webpack_require__(/*! ./key */ 220);
+var Signature = __webpack_require__(/*! ./signature */ 221);
function EC(options) {
if (!(this instanceof EC))
@@ -39173,7 +39021,7 @@ EC.prototype.getKeyRecoveryParam = function(e, signature, Q, enc) {
/***/ }),
-/* 224 */
+/* 219 */
/*!*************************************************!*\
!*** ./node_modules/hmac-drbg/lib/hmac-drbg.js ***!
\*************************************************/
@@ -39183,9 +39031,9 @@ EC.prototype.getKeyRecoveryParam = function(e, signature, Q, enc) {
"use strict";
-var hash = __webpack_require__(/*! hash.js */ 129);
-var utils = __webpack_require__(/*! minimalistic-crypto-utils */ 213);
-var assert = __webpack_require__(/*! minimalistic-assert */ 131);
+var hash = __webpack_require__(/*! hash.js */ 124);
+var utils = __webpack_require__(/*! minimalistic-crypto-utils */ 208);
+var assert = __webpack_require__(/*! minimalistic-assert */ 126);
function HmacDRBG(options) {
if (!(this instanceof HmacDRBG))
@@ -39297,7 +39145,7 @@ HmacDRBG.prototype.generate = function generate(len, enc, add, addEnc) {
/***/ }),
-/* 225 */
+/* 220 */
/*!******************************************************!*\
!*** ./node_modules/elliptic/lib/elliptic/ec/key.js ***!
\******************************************************/
@@ -39307,8 +39155,8 @@ HmacDRBG.prototype.generate = function generate(len, enc, add, addEnc) {
"use strict";
-var BN = __webpack_require__(/*! bn.js */ 75);
-var utils = __webpack_require__(/*! ../utils */ 212);
+var BN = __webpack_require__(/*! bn.js */ 70);
+var utils = __webpack_require__(/*! ../utils */ 207);
var assert = utils.assert;
function KeyPair(ec, options) {
@@ -39426,7 +39274,7 @@ KeyPair.prototype.inspect = function inspect() {
/***/ }),
-/* 226 */
+/* 221 */
/*!************************************************************!*\
!*** ./node_modules/elliptic/lib/elliptic/ec/signature.js ***!
\************************************************************/
@@ -39436,9 +39284,9 @@ KeyPair.prototype.inspect = function inspect() {
"use strict";
-var BN = __webpack_require__(/*! bn.js */ 75);
+var BN = __webpack_require__(/*! bn.js */ 70);
-var utils = __webpack_require__(/*! ../utils */ 212);
+var utils = __webpack_require__(/*! ../utils */ 207);
var assert = utils.assert;
function Signature(options, enc) {
@@ -39571,7 +39419,7 @@ Signature.prototype.toDER = function toDER(enc) {
/***/ }),
-/* 227 */
+/* 222 */
/*!***********************************************************!*\
!*** ./node_modules/elliptic/lib/elliptic/eddsa/index.js ***!
\***********************************************************/
@@ -39581,13 +39429,13 @@ Signature.prototype.toDER = function toDER(enc) {
"use strict";
-var hash = __webpack_require__(/*! hash.js */ 129);
-var curves = __webpack_require__(/*! ../curves */ 221);
-var utils = __webpack_require__(/*! ../utils */ 212);
+var hash = __webpack_require__(/*! hash.js */ 124);
+var curves = __webpack_require__(/*! ../curves */ 216);
+var utils = __webpack_require__(/*! ../utils */ 207);
var assert = utils.assert;
var parseBytes = utils.parseBytes;
-var KeyPair = __webpack_require__(/*! ./key */ 228);
-var Signature = __webpack_require__(/*! ./signature */ 229);
+var KeyPair = __webpack_require__(/*! ./key */ 223);
+var Signature = __webpack_require__(/*! ./signature */ 224);
function EDDSA(curve) {
assert(curve === 'ed25519', 'only tested with ed25519 so far');
@@ -39700,7 +39548,7 @@ EDDSA.prototype.isPoint = function isPoint(val) {
/***/ }),
-/* 228 */
+/* 223 */
/*!*********************************************************!*\
!*** ./node_modules/elliptic/lib/elliptic/eddsa/key.js ***!
\*********************************************************/
@@ -39710,7 +39558,7 @@ EDDSA.prototype.isPoint = function isPoint(val) {
"use strict";
-var utils = __webpack_require__(/*! ../utils */ 212);
+var utils = __webpack_require__(/*! ../utils */ 207);
var assert = utils.assert;
var parseBytes = utils.parseBytes;
var cachedProperty = utils.cachedProperty;
@@ -39806,7 +39654,7 @@ module.exports = KeyPair;
/***/ }),
-/* 229 */
+/* 224 */
/*!***************************************************************!*\
!*** ./node_modules/elliptic/lib/elliptic/eddsa/signature.js ***!
\***************************************************************/
@@ -39816,8 +39664,8 @@ module.exports = KeyPair;
"use strict";
-var BN = __webpack_require__(/*! bn.js */ 75);
-var utils = __webpack_require__(/*! ../utils */ 212);
+var BN = __webpack_require__(/*! bn.js */ 70);
+var utils = __webpack_require__(/*! ../utils */ 207);
var assert = utils.assert;
var cachedProperty = utils.cachedProperty;
var parseBytes = utils.parseBytes;
@@ -39882,7 +39730,7 @@ module.exports = Signature;
/***/ }),
-/* 230 */
+/* 225 */
/*!***************************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/getPrototypeOf.js ***!
\***************************************************************/
@@ -39899,14 +39747,14 @@ function _getPrototypeOf(o) {
module.exports = _getPrototypeOf;
/***/ }),
-/* 231 */
+/* 226 */
/*!*********************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/inherits.js ***!
\*********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-var setPrototypeOf = __webpack_require__(/*! ./setPrototypeOf */ 232);
+var setPrototypeOf = __webpack_require__(/*! ./setPrototypeOf */ 227);
function _inherits(subClass, superClass) {
if (typeof superClass !== "function" && superClass !== null) {
@@ -39926,7 +39774,7 @@ function _inherits(subClass, superClass) {
module.exports = _inherits;
/***/ }),
-/* 232 */
+/* 227 */
/*!***************************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/setPrototypeOf.js ***!
\***************************************************************/
@@ -39945,16 +39793,16 @@ function _setPrototypeOf(o, p) {
module.exports = _setPrototypeOf;
/***/ }),
-/* 233 */
+/* 228 */
/*!**************************************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js ***!
\**************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-var _typeof = __webpack_require__(/*! ../helpers/typeof */ 57);
+var _typeof = __webpack_require__(/*! ../helpers/typeof */ 52);
-var assertThisInitialized = __webpack_require__(/*! ./assertThisInitialized */ 208);
+var assertThisInitialized = __webpack_require__(/*! ./assertThisInitialized */ 203);
function _possibleConstructorReturn(self, call) {
if (call && (_typeof(call) === "object" || typeof call === "function")) {
@@ -39967,31 +39815,31 @@ function _possibleConstructorReturn(self, call) {
module.exports = _possibleConstructorReturn;
/***/ }),
-/* 234 */
-/*!*************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/axios/index.js ***!
- \*************************************************************************/
+/* 229 */
+/*!***************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/axios/index.js ***!
+ \***************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-module.exports = __webpack_require__(/*! ./lib/axios */ 235);
+module.exports = __webpack_require__(/*! ./lib/axios */ 230);
/***/ }),
-/* 235 */
-/*!*****************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/axios/lib/axios.js ***!
- \*****************************************************************************/
+/* 230 */
+/*!*******************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/axios/lib/axios.js ***!
+ \*******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-var utils = __webpack_require__(/*! ./utils */ 236);
-var bind = __webpack_require__(/*! ./helpers/bind */ 237);
-var Axios = __webpack_require__(/*! ./core/Axios */ 238);
-var mergeConfig = __webpack_require__(/*! ./core/mergeConfig */ 257);
-var defaults = __webpack_require__(/*! ./defaults */ 243);
+var utils = __webpack_require__(/*! ./utils */ 231);
+var bind = __webpack_require__(/*! ./helpers/bind */ 232);
+var Axios = __webpack_require__(/*! ./core/Axios */ 233);
+var mergeConfig = __webpack_require__(/*! ./core/mergeConfig */ 252);
+var defaults = __webpack_require__(/*! ./defaults */ 238);
/**
* Create an instance of Axios
@@ -40024,19 +39872,19 @@ var axios = createInstance(defaults);
axios.Axios = Axios;
// Expose Cancel & CancelToken
-axios.Cancel = __webpack_require__(/*! ./cancel/Cancel */ 255);
-axios.CancelToken = __webpack_require__(/*! ./cancel/CancelToken */ 260);
-axios.isCancel = __webpack_require__(/*! ./cancel/isCancel */ 256);
-axios.VERSION = __webpack_require__(/*! ./env/data */ 259).version;
+axios.Cancel = __webpack_require__(/*! ./cancel/Cancel */ 250);
+axios.CancelToken = __webpack_require__(/*! ./cancel/CancelToken */ 255);
+axios.isCancel = __webpack_require__(/*! ./cancel/isCancel */ 251);
+axios.VERSION = __webpack_require__(/*! ./env/data */ 254).version;
// Expose all/spread
axios.all = function all(promises) {
return Promise.all(promises);
};
-axios.spread = __webpack_require__(/*! ./helpers/spread */ 261);
+axios.spread = __webpack_require__(/*! ./helpers/spread */ 256);
// Expose isAxiosError
-axios.isAxiosError = __webpack_require__(/*! ./helpers/isAxiosError */ 262);
+axios.isAxiosError = __webpack_require__(/*! ./helpers/isAxiosError */ 257);
module.exports = axios;
@@ -40044,17 +39892,17 @@ module.exports = axios;
module.exports.default = axios;
/***/ }),
-/* 236 */
-/*!*****************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/axios/lib/utils.js ***!
- \*****************************************************************************/
+/* 231 */
+/*!*******************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/axios/lib/utils.js ***!
+ \*******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-var bind = __webpack_require__(/*! ./helpers/bind */ 237);
+var bind = __webpack_require__(/*! ./helpers/bind */ 232);
// utils is a library of generic helper functions non-specific to axios
@@ -40402,10 +40250,10 @@ module.exports = {
stripBOM: stripBOM };
/***/ }),
-/* 237 */
-/*!************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/axios/lib/helpers/bind.js ***!
- \************************************************************************************/
+/* 232 */
+/*!**************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/axios/lib/helpers/bind.js ***!
+ \**************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -40423,22 +40271,22 @@ module.exports = function bind(fn, thisArg) {
};
/***/ }),
-/* 238 */
-/*!**********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/axios/lib/core/Axios.js ***!
- \**********************************************************************************/
+/* 233 */
+/*!************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/axios/lib/core/Axios.js ***!
+ \************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-var utils = __webpack_require__(/*! ./../utils */ 236);
-var buildURL = __webpack_require__(/*! ../helpers/buildURL */ 239);
-var InterceptorManager = __webpack_require__(/*! ./InterceptorManager */ 240);
-var dispatchRequest = __webpack_require__(/*! ./dispatchRequest */ 241);
-var mergeConfig = __webpack_require__(/*! ./mergeConfig */ 257);
-var validator = __webpack_require__(/*! ../helpers/validator */ 258);
+var utils = __webpack_require__(/*! ./../utils */ 231);
+var buildURL = __webpack_require__(/*! ../helpers/buildURL */ 234);
+var InterceptorManager = __webpack_require__(/*! ./InterceptorManager */ 235);
+var dispatchRequest = __webpack_require__(/*! ./dispatchRequest */ 236);
+var mergeConfig = __webpack_require__(/*! ./mergeConfig */ 252);
+var validator = __webpack_require__(/*! ../helpers/validator */ 253);
var validators = validator.validators;
/**
@@ -40581,17 +40429,17 @@ utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {
module.exports = Axios;
/***/ }),
-/* 239 */
-/*!****************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/axios/lib/helpers/buildURL.js ***!
- \****************************************************************************************/
+/* 234 */
+/*!******************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/axios/lib/helpers/buildURL.js ***!
+ \******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-var utils = __webpack_require__(/*! ./../utils */ 236);
+var utils = __webpack_require__(/*! ./../utils */ 231);
function encode(val) {
return encodeURIComponent(val).
@@ -40661,17 +40509,17 @@ module.exports = function buildURL(url, params, paramsSerializer) {
};
/***/ }),
-/* 240 */
-/*!***********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/axios/lib/core/InterceptorManager.js ***!
- \***********************************************************************************************/
+/* 235 */
+/*!*************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/axios/lib/core/InterceptorManager.js ***!
+ \*************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-var utils = __webpack_require__(/*! ./../utils */ 236);
+var utils = __webpack_require__(/*! ./../utils */ 231);
function InterceptorManager() {
this.handlers = [];
@@ -40725,21 +40573,21 @@ InterceptorManager.prototype.forEach = function forEach(fn) {
module.exports = InterceptorManager;
/***/ }),
-/* 241 */
-/*!********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/axios/lib/core/dispatchRequest.js ***!
- \********************************************************************************************/
+/* 236 */
+/*!**********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/axios/lib/core/dispatchRequest.js ***!
+ \**********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-var utils = __webpack_require__(/*! ./../utils */ 236);
-var transformData = __webpack_require__(/*! ./transformData */ 242);
-var isCancel = __webpack_require__(/*! ../cancel/isCancel */ 256);
-var defaults = __webpack_require__(/*! ../defaults */ 243);
-var Cancel = __webpack_require__(/*! ../cancel/Cancel */ 255);
+var utils = __webpack_require__(/*! ./../utils */ 231);
+var transformData = __webpack_require__(/*! ./transformData */ 237);
+var isCancel = __webpack_require__(/*! ../cancel/isCancel */ 251);
+var defaults = __webpack_require__(/*! ../defaults */ 238);
+var Cancel = __webpack_require__(/*! ../cancel/Cancel */ 250);
/**
* Throws a `Cancel` if cancellation has been requested.
@@ -40822,18 +40670,18 @@ module.exports = function dispatchRequest(config) {
};
/***/ }),
-/* 242 */
-/*!******************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/axios/lib/core/transformData.js ***!
- \******************************************************************************************/
+/* 237 */
+/*!********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/axios/lib/core/transformData.js ***!
+ \********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-var utils = __webpack_require__(/*! ./../utils */ 236);
-var defaults = __webpack_require__(/*! ./../defaults */ 243);
+var utils = __webpack_require__(/*! ./../utils */ 231);
+var defaults = __webpack_require__(/*! ./../defaults */ 238);
/**
* Transform the data for a request or a response
@@ -40854,19 +40702,19 @@ module.exports = function transformData(data, headers, fns) {
};
/***/ }),
-/* 243 */
-/*!********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/axios/lib/defaults.js ***!
- \********************************************************************************/
+/* 238 */
+/*!**********************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/axios/lib/defaults.js ***!
+ \**********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
/* WEBPACK VAR INJECTION */(function(process) {
-var utils = __webpack_require__(/*! ./utils */ 236);
-var normalizeHeaderName = __webpack_require__(/*! ./helpers/normalizeHeaderName */ 244);
-var enhanceError = __webpack_require__(/*! ./core/enhanceError */ 245);
+var utils = __webpack_require__(/*! ./utils */ 231);
+var normalizeHeaderName = __webpack_require__(/*! ./helpers/normalizeHeaderName */ 239);
+var enhanceError = __webpack_require__(/*! ./core/enhanceError */ 240);
var DEFAULT_CONTENT_TYPE = {
'Content-Type': 'application/x-www-form-urlencoded' };
@@ -40882,10 +40730,10 @@ function getDefaultAdapter() {
var adapter;
if (typeof XMLHttpRequest !== 'undefined') {
// For browsers use XHR adapter
- adapter = __webpack_require__(/*! ./adapters/xhr */ 246);
+ adapter = __webpack_require__(/*! ./adapters/xhr */ 241);
} else if (typeof process !== 'undefined' && Object.prototype.toString.call(process) === '[object process]') {
// For node use HTTP adapter
- adapter = __webpack_require__(/*! ./adapters/http */ 246);
+ adapter = __webpack_require__(/*! ./adapters/http */ 241);
}
return adapter;
}
@@ -40996,20 +40844,20 @@ utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {
});
module.exports = defaults;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../HBuilderX/plugins/uniapp-cli/node_modules/node-libs-browser/mock/process.js */ 36)))
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/node-libs-browser/mock/process.js */ 31)))
/***/ }),
-/* 244 */
-/*!***************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/axios/lib/helpers/normalizeHeaderName.js ***!
- \***************************************************************************************************/
+/* 239 */
+/*!*****************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/axios/lib/helpers/normalizeHeaderName.js ***!
+ \*****************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-var utils = __webpack_require__(/*! ../utils */ 236);
+var utils = __webpack_require__(/*! ../utils */ 231);
module.exports = function normalizeHeaderName(headers, normalizedName) {
utils.forEach(headers, function processHeader(value, name) {
@@ -41021,10 +40869,10 @@ module.exports = function normalizeHeaderName(headers, normalizedName) {
};
/***/ }),
-/* 245 */
-/*!*****************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/axios/lib/core/enhanceError.js ***!
- \*****************************************************************************************/
+/* 240 */
+/*!*******************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/axios/lib/core/enhanceError.js ***!
+ \*******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -41074,26 +40922,26 @@ module.exports = function enhanceError(error, config, code, request, response) {
};
/***/ }),
-/* 246 */
-/*!************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/axios/lib/adapters/xhr.js ***!
- \************************************************************************************/
+/* 241 */
+/*!**************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/axios/lib/adapters/xhr.js ***!
+ \**************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-var utils = __webpack_require__(/*! ./../utils */ 236);
-var settle = __webpack_require__(/*! ./../core/settle */ 247);
-var cookies = __webpack_require__(/*! ./../helpers/cookies */ 249);
-var buildURL = __webpack_require__(/*! ./../helpers/buildURL */ 239);
-var buildFullPath = __webpack_require__(/*! ../core/buildFullPath */ 250);
-var parseHeaders = __webpack_require__(/*! ./../helpers/parseHeaders */ 253);
-var isURLSameOrigin = __webpack_require__(/*! ./../helpers/isURLSameOrigin */ 254);
-var createError = __webpack_require__(/*! ../core/createError */ 248);
-var defaults = __webpack_require__(/*! ../defaults */ 243);
-var Cancel = __webpack_require__(/*! ../cancel/Cancel */ 255);
+var utils = __webpack_require__(/*! ./../utils */ 231);
+var settle = __webpack_require__(/*! ./../core/settle */ 242);
+var cookies = __webpack_require__(/*! ./../helpers/cookies */ 244);
+var buildURL = __webpack_require__(/*! ./../helpers/buildURL */ 234);
+var buildFullPath = __webpack_require__(/*! ../core/buildFullPath */ 245);
+var parseHeaders = __webpack_require__(/*! ./../helpers/parseHeaders */ 248);
+var isURLSameOrigin = __webpack_require__(/*! ./../helpers/isURLSameOrigin */ 249);
+var createError = __webpack_require__(/*! ../core/createError */ 243);
+var defaults = __webpack_require__(/*! ../defaults */ 238);
+var Cancel = __webpack_require__(/*! ../cancel/Cancel */ 250);
module.exports = function xhrAdapter(config) {
return new Promise(function dispatchXhrRequest(resolve, reject) {
@@ -41296,17 +41144,17 @@ module.exports = function xhrAdapter(config) {
};
/***/ }),
-/* 247 */
-/*!***********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/axios/lib/core/settle.js ***!
- \***********************************************************************************/
+/* 242 */
+/*!*************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/axios/lib/core/settle.js ***!
+ \*************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-var createError = __webpack_require__(/*! ./createError */ 248);
+var createError = __webpack_require__(/*! ./createError */ 243);
/**
* Resolve or reject a Promise based on response status.
@@ -41331,17 +41179,17 @@ module.exports = function settle(resolve, reject, response) {
};
/***/ }),
-/* 248 */
-/*!****************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/axios/lib/core/createError.js ***!
- \****************************************************************************************/
+/* 243 */
+/*!******************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/axios/lib/core/createError.js ***!
+ \******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-var enhanceError = __webpack_require__(/*! ./enhanceError */ 245);
+var enhanceError = __webpack_require__(/*! ./enhanceError */ 240);
/**
* Create an Error with the specified message, config, error code, request and response.
@@ -41359,17 +41207,17 @@ module.exports = function createError(message, config, code, request, response)
};
/***/ }),
-/* 249 */
-/*!***************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/axios/lib/helpers/cookies.js ***!
- \***************************************************************************************/
+/* 244 */
+/*!*****************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/axios/lib/helpers/cookies.js ***!
+ \*****************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-var utils = __webpack_require__(/*! ./../utils */ 236);
+var utils = __webpack_require__(/*! ./../utils */ 231);
module.exports =
utils.isStandardBrowserEnv() ?
@@ -41421,18 +41269,18 @@ function nonStandardBrowserEnv() {
}();
/***/ }),
-/* 250 */
-/*!******************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/axios/lib/core/buildFullPath.js ***!
- \******************************************************************************************/
+/* 245 */
+/*!********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/axios/lib/core/buildFullPath.js ***!
+ \********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-var isAbsoluteURL = __webpack_require__(/*! ../helpers/isAbsoluteURL */ 251);
-var combineURLs = __webpack_require__(/*! ../helpers/combineURLs */ 252);
+var isAbsoluteURL = __webpack_require__(/*! ../helpers/isAbsoluteURL */ 246);
+var combineURLs = __webpack_require__(/*! ../helpers/combineURLs */ 247);
/**
* Creates a new URL by combining the baseURL with the requestedURL,
@@ -41451,10 +41299,10 @@ module.exports = function buildFullPath(baseURL, requestedURL) {
};
/***/ }),
-/* 251 */
-/*!*********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/axios/lib/helpers/isAbsoluteURL.js ***!
- \*********************************************************************************************/
+/* 246 */
+/*!***********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/axios/lib/helpers/isAbsoluteURL.js ***!
+ \***********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -41475,10 +41323,10 @@ module.exports = function isAbsoluteURL(url) {
};
/***/ }),
-/* 252 */
-/*!*******************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/axios/lib/helpers/combineURLs.js ***!
- \*******************************************************************************************/
+/* 247 */
+/*!*********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/axios/lib/helpers/combineURLs.js ***!
+ \*********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -41499,17 +41347,17 @@ module.exports = function combineURLs(baseURL, relativeURL) {
};
/***/ }),
-/* 253 */
-/*!********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/axios/lib/helpers/parseHeaders.js ***!
- \********************************************************************************************/
+/* 248 */
+/*!**********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/axios/lib/helpers/parseHeaders.js ***!
+ \**********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-var utils = __webpack_require__(/*! ./../utils */ 236);
+var utils = __webpack_require__(/*! ./../utils */ 231);
// Headers whose duplicates are ignored by node
// c.f. https://nodejs.org/api/http.html#http_message_headers
@@ -41562,17 +41410,17 @@ module.exports = function parseHeaders(headers) {
};
/***/ }),
-/* 254 */
-/*!***********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/axios/lib/helpers/isURLSameOrigin.js ***!
- \***********************************************************************************************/
+/* 249 */
+/*!*************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/axios/lib/helpers/isURLSameOrigin.js ***!
+ \*************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-var utils = __webpack_require__(/*! ./../utils */ 236);
+var utils = __webpack_require__(/*! ./../utils */ 231);
module.exports =
utils.isStandardBrowserEnv() ?
@@ -41639,10 +41487,10 @@ function nonStandardBrowserEnv() {
}();
/***/ }),
-/* 255 */
-/*!*************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/axios/lib/cancel/Cancel.js ***!
- \*************************************************************************************/
+/* 250 */
+/*!***************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/axios/lib/cancel/Cancel.js ***!
+ \***************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -41668,10 +41516,10 @@ Cancel.prototype.__CANCEL__ = true;
module.exports = Cancel;
/***/ }),
-/* 256 */
-/*!***************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/axios/lib/cancel/isCancel.js ***!
- \***************************************************************************************/
+/* 251 */
+/*!*****************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/axios/lib/cancel/isCancel.js ***!
+ \*****************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -41683,17 +41531,17 @@ module.exports = function isCancel(value) {
};
/***/ }),
-/* 257 */
-/*!****************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/axios/lib/core/mergeConfig.js ***!
- \****************************************************************************************/
+/* 252 */
+/*!******************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/axios/lib/core/mergeConfig.js ***!
+ \******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-var utils = __webpack_require__(/*! ../utils */ 236);
+var utils = __webpack_require__(/*! ../utils */ 231);
/**
* Config-specific merge-function which creates a new config-object
@@ -41792,17 +41640,17 @@ module.exports = function mergeConfig(config1, config2) {
};
/***/ }),
-/* 258 */
-/*!*****************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/axios/lib/helpers/validator.js ***!
- \*****************************************************************************************/
+/* 253 */
+/*!*******************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/axios/lib/helpers/validator.js ***!
+ \*******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
/* WEBPACK VAR INJECTION */(function(__f__) {
-var VERSION = __webpack_require__(/*! ../env/data */ 259).version;
+var VERSION = __webpack_require__(/*! ../env/data */ 254).version;
var validators = {};
@@ -41881,13 +41729,13 @@ function assertOptions(options, schema, allowUnknown) {
module.exports = {
assertOptions: assertOptions,
validators: validators };
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 33)["default"]))
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 28)["default"]))
/***/ }),
-/* 259 */
-/*!********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/axios/lib/env/data.js ***!
- \********************************************************************************/
+/* 254 */
+/*!**********************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/axios/lib/env/data.js ***!
+ \**********************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
@@ -41895,17 +41743,17 @@ module.exports = {
"version": "0.24.0" };
/***/ }),
-/* 260 */
-/*!******************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/axios/lib/cancel/CancelToken.js ***!
- \******************************************************************************************/
+/* 255 */
+/*!********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/axios/lib/cancel/CancelToken.js ***!
+ \********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-var Cancel = __webpack_require__(/*! ./Cancel */ 255);
+var Cancel = __webpack_require__(/*! ./Cancel */ 250);
/**
* A `CancelToken` is an object that can be used to request cancellation of an operation.
@@ -42024,10 +41872,10 @@ CancelToken.source = function source() {
module.exports = CancelToken;
/***/ }),
-/* 261 */
-/*!**************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/axios/lib/helpers/spread.js ***!
- \**************************************************************************************/
+/* 256 */
+/*!****************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/axios/lib/helpers/spread.js ***!
+ \****************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -42061,10 +41909,10 @@ module.exports = function spread(callback) {
};
/***/ }),
-/* 262 */
-/*!********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/axios/lib/helpers/isAxiosError.js ***!
- \********************************************************************************************/
+/* 257 */
+/*!**********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/axios/lib/helpers/isAxiosError.js ***!
+ \**********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -42082,216 +41930,172 @@ module.exports = function isAxiosError(payload) {
};
/***/ }),
-/* 263 */
-/*!*****************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/index.js ***!
- \*****************************************************************************/
+/* 258 */
+/*!*******************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/index.js ***!
+ \*******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-function _typeof(obj) {"@babel/helpers - typeof";if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {_typeof = function _typeof(obj) {return typeof obj;};} else {_typeof = function _typeof(obj) {return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;};}return _typeof(obj);}
-
Object.defineProperty(exports, "__esModule", {
value: true });
exports.default = void 0;
-var _toDate = _interopRequireDefault(__webpack_require__(/*! ./lib/toDate */ 264));
-
-var _toFloat = _interopRequireDefault(__webpack_require__(/*! ./lib/toFloat */ 266));
-
-var _toInt = _interopRequireDefault(__webpack_require__(/*! ./lib/toInt */ 269));
-
-var _toBoolean = _interopRequireDefault(__webpack_require__(/*! ./lib/toBoolean */ 270));
-
-var _equals = _interopRequireDefault(__webpack_require__(/*! ./lib/equals */ 271));
-
-var _contains = _interopRequireDefault(__webpack_require__(/*! ./lib/contains */ 272));
-
-var _matches = _interopRequireDefault(__webpack_require__(/*! ./lib/matches */ 275));
+var _toDate = _interopRequireDefault(__webpack_require__(/*! ./lib/toDate */ 259));
-var _isEmail = _interopRequireDefault(__webpack_require__(/*! ./lib/isEmail */ 276));
+var _toFloat = _interopRequireDefault(__webpack_require__(/*! ./lib/toFloat */ 261));
-var _isURL = _interopRequireDefault(__webpack_require__(/*! ./lib/isURL */ 280));
+var _toInt = _interopRequireDefault(__webpack_require__(/*! ./lib/toInt */ 262));
-var _isMACAddress = _interopRequireDefault(__webpack_require__(/*! ./lib/isMACAddress */ 281));
+var _toBoolean = _interopRequireDefault(__webpack_require__(/*! ./lib/toBoolean */ 263));
-var _isIP = _interopRequireDefault(__webpack_require__(/*! ./lib/isIP */ 279));
+var _equals = _interopRequireDefault(__webpack_require__(/*! ./lib/equals */ 264));
-var _isIPRange = _interopRequireDefault(__webpack_require__(/*! ./lib/isIPRange */ 282));
+var _contains = _interopRequireDefault(__webpack_require__(/*! ./lib/contains */ 265));
-var _isFQDN = _interopRequireDefault(__webpack_require__(/*! ./lib/isFQDN */ 278));
+var _matches = _interopRequireDefault(__webpack_require__(/*! ./lib/matches */ 267));
-var _isDate = _interopRequireDefault(__webpack_require__(/*! ./lib/isDate */ 283));
+var _isEmail = _interopRequireDefault(__webpack_require__(/*! ./lib/isEmail */ 268));
-var _isBoolean = _interopRequireDefault(__webpack_require__(/*! ./lib/isBoolean */ 284));
+var _isURL = _interopRequireDefault(__webpack_require__(/*! ./lib/isURL */ 273));
-var _isLocale = _interopRequireDefault(__webpack_require__(/*! ./lib/isLocale */ 285));
+var _isMACAddress = _interopRequireDefault(__webpack_require__(/*! ./lib/isMACAddress */ 274));
-var _isAlpha = _interopRequireWildcard(__webpack_require__(/*! ./lib/isAlpha */ 286));
+var _isIP = _interopRequireDefault(__webpack_require__(/*! ./lib/isIP */ 272));
-var _isAlphanumeric = _interopRequireWildcard(__webpack_require__(/*! ./lib/isAlphanumeric */ 287));
+var _isIPRange = _interopRequireDefault(__webpack_require__(/*! ./lib/isIPRange */ 275));
-var _isNumeric = _interopRequireDefault(__webpack_require__(/*! ./lib/isNumeric */ 288));
+var _isFQDN = _interopRequireDefault(__webpack_require__(/*! ./lib/isFQDN */ 271));
-var _isPassportNumber = _interopRequireDefault(__webpack_require__(/*! ./lib/isPassportNumber */ 289));
+var _isBoolean = _interopRequireDefault(__webpack_require__(/*! ./lib/isBoolean */ 276));
-var _isPort = _interopRequireDefault(__webpack_require__(/*! ./lib/isPort */ 290));
+var _isAlpha = _interopRequireWildcard(__webpack_require__(/*! ./lib/isAlpha */ 277));
-var _isLowercase = _interopRequireDefault(__webpack_require__(/*! ./lib/isLowercase */ 292));
+var _isAlphanumeric = _interopRequireWildcard(__webpack_require__(/*! ./lib/isAlphanumeric */ 279));
-var _isUppercase = _interopRequireDefault(__webpack_require__(/*! ./lib/isUppercase */ 293));
+var _isNumeric = _interopRequireDefault(__webpack_require__(/*! ./lib/isNumeric */ 280));
-var _isIMEI = _interopRequireDefault(__webpack_require__(/*! ./lib/isIMEI */ 294));
+var _isPort = _interopRequireDefault(__webpack_require__(/*! ./lib/isPort */ 281));
-var _isAscii = _interopRequireDefault(__webpack_require__(/*! ./lib/isAscii */ 295));
+var _isLowercase = _interopRequireDefault(__webpack_require__(/*! ./lib/isLowercase */ 283));
-var _isFullWidth = _interopRequireDefault(__webpack_require__(/*! ./lib/isFullWidth */ 296));
+var _isUppercase = _interopRequireDefault(__webpack_require__(/*! ./lib/isUppercase */ 284));
-var _isHalfWidth = _interopRequireDefault(__webpack_require__(/*! ./lib/isHalfWidth */ 297));
+var _isAscii = _interopRequireDefault(__webpack_require__(/*! ./lib/isAscii */ 285));
-var _isVariableWidth = _interopRequireDefault(__webpack_require__(/*! ./lib/isVariableWidth */ 298));
+var _isFullWidth = _interopRequireDefault(__webpack_require__(/*! ./lib/isFullWidth */ 286));
-var _isMultibyte = _interopRequireDefault(__webpack_require__(/*! ./lib/isMultibyte */ 299));
+var _isHalfWidth = _interopRequireDefault(__webpack_require__(/*! ./lib/isHalfWidth */ 287));
-var _isSemVer = _interopRequireDefault(__webpack_require__(/*! ./lib/isSemVer */ 300));
+var _isVariableWidth = _interopRequireDefault(__webpack_require__(/*! ./lib/isVariableWidth */ 288));
-var _isSurrogatePair = _interopRequireDefault(__webpack_require__(/*! ./lib/isSurrogatePair */ 302));
+var _isMultibyte = _interopRequireDefault(__webpack_require__(/*! ./lib/isMultibyte */ 289));
-var _isInt = _interopRequireDefault(__webpack_require__(/*! ./lib/isInt */ 291));
+var _isSurrogatePair = _interopRequireDefault(__webpack_require__(/*! ./lib/isSurrogatePair */ 290));
-var _isFloat = _interopRequireWildcard(__webpack_require__(/*! ./lib/isFloat */ 267));
+var _isInt = _interopRequireDefault(__webpack_require__(/*! ./lib/isInt */ 282));
-var _isDecimal = _interopRequireDefault(__webpack_require__(/*! ./lib/isDecimal */ 303));
+var _isFloat = _interopRequireWildcard(__webpack_require__(/*! ./lib/isFloat */ 291));
-var _isHexadecimal = _interopRequireDefault(__webpack_require__(/*! ./lib/isHexadecimal */ 305));
+var _isDecimal = _interopRequireDefault(__webpack_require__(/*! ./lib/isDecimal */ 292));
-var _isOctal = _interopRequireDefault(__webpack_require__(/*! ./lib/isOctal */ 306));
+var _isHexadecimal = _interopRequireDefault(__webpack_require__(/*! ./lib/isHexadecimal */ 294));
-var _isDivisibleBy = _interopRequireDefault(__webpack_require__(/*! ./lib/isDivisibleBy */ 307));
+var _isDivisibleBy = _interopRequireDefault(__webpack_require__(/*! ./lib/isDivisibleBy */ 295));
-var _isHexColor = _interopRequireDefault(__webpack_require__(/*! ./lib/isHexColor */ 308));
+var _isHexColor = _interopRequireDefault(__webpack_require__(/*! ./lib/isHexColor */ 296));
-var _isRgbColor = _interopRequireDefault(__webpack_require__(/*! ./lib/isRgbColor */ 309));
+var _isISRC = _interopRequireDefault(__webpack_require__(/*! ./lib/isISRC */ 297));
-var _isHSL = _interopRequireDefault(__webpack_require__(/*! ./lib/isHSL */ 310));
+var _isMD = _interopRequireDefault(__webpack_require__(/*! ./lib/isMD5 */ 298));
-var _isISRC = _interopRequireDefault(__webpack_require__(/*! ./lib/isISRC */ 311));
+var _isHash = _interopRequireDefault(__webpack_require__(/*! ./lib/isHash */ 299));
-var _isIBAN = _interopRequireWildcard(__webpack_require__(/*! ./lib/isIBAN */ 312));
+var _isJWT = _interopRequireDefault(__webpack_require__(/*! ./lib/isJWT */ 300));
-var _isBIC = _interopRequireDefault(__webpack_require__(/*! ./lib/isBIC */ 313));
+var _isJSON = _interopRequireDefault(__webpack_require__(/*! ./lib/isJSON */ 301));
-var _isMD = _interopRequireDefault(__webpack_require__(/*! ./lib/isMD5 */ 315));
+var _isEmpty = _interopRequireDefault(__webpack_require__(/*! ./lib/isEmpty */ 302));
-var _isHash = _interopRequireDefault(__webpack_require__(/*! ./lib/isHash */ 316));
+var _isLength = _interopRequireDefault(__webpack_require__(/*! ./lib/isLength */ 303));
-var _isJWT = _interopRequireDefault(__webpack_require__(/*! ./lib/isJWT */ 317));
+var _isByteLength = _interopRequireDefault(__webpack_require__(/*! ./lib/isByteLength */ 270));
-var _isJSON = _interopRequireDefault(__webpack_require__(/*! ./lib/isJSON */ 319));
+var _isUUID = _interopRequireDefault(__webpack_require__(/*! ./lib/isUUID */ 304));
-var _isEmpty = _interopRequireDefault(__webpack_require__(/*! ./lib/isEmpty */ 320));
+var _isMongoId = _interopRequireDefault(__webpack_require__(/*! ./lib/isMongoId */ 305));
-var _isLength = _interopRequireDefault(__webpack_require__(/*! ./lib/isLength */ 321));
+var _isAfter = _interopRequireDefault(__webpack_require__(/*! ./lib/isAfter */ 306));
-var _isByteLength = _interopRequireDefault(__webpack_require__(/*! ./lib/isByteLength */ 277));
+var _isBefore = _interopRequireDefault(__webpack_require__(/*! ./lib/isBefore */ 307));
-var _isUUID = _interopRequireDefault(__webpack_require__(/*! ./lib/isUUID */ 322));
+var _isIn = _interopRequireDefault(__webpack_require__(/*! ./lib/isIn */ 308));
-var _isMongoId = _interopRequireDefault(__webpack_require__(/*! ./lib/isMongoId */ 323));
+var _isCreditCard = _interopRequireDefault(__webpack_require__(/*! ./lib/isCreditCard */ 309));
-var _isAfter = _interopRequireDefault(__webpack_require__(/*! ./lib/isAfter */ 324));
+var _isIdentityCard = _interopRequireDefault(__webpack_require__(/*! ./lib/isIdentityCard */ 310));
-var _isBefore = _interopRequireDefault(__webpack_require__(/*! ./lib/isBefore */ 325));
+var _isISIN = _interopRequireDefault(__webpack_require__(/*! ./lib/isISIN */ 311));
-var _isIn = _interopRequireDefault(__webpack_require__(/*! ./lib/isIn */ 326));
+var _isISBN = _interopRequireDefault(__webpack_require__(/*! ./lib/isISBN */ 312));
-var _isCreditCard = _interopRequireDefault(__webpack_require__(/*! ./lib/isCreditCard */ 327));
+var _isISSN = _interopRequireDefault(__webpack_require__(/*! ./lib/isISSN */ 313));
-var _isIdentityCard = _interopRequireDefault(__webpack_require__(/*! ./lib/isIdentityCard */ 328));
+var _isMobilePhone = _interopRequireWildcard(__webpack_require__(/*! ./lib/isMobilePhone */ 314));
-var _isEAN = _interopRequireDefault(__webpack_require__(/*! ./lib/isEAN */ 329));
+var _isCurrency = _interopRequireDefault(__webpack_require__(/*! ./lib/isCurrency */ 315));
-var _isISIN = _interopRequireDefault(__webpack_require__(/*! ./lib/isISIN */ 330));
+var _isISO = _interopRequireDefault(__webpack_require__(/*! ./lib/isISO8601 */ 316));
-var _isISBN = _interopRequireDefault(__webpack_require__(/*! ./lib/isISBN */ 331));
+var _isRFC = _interopRequireDefault(__webpack_require__(/*! ./lib/isRFC3339 */ 317));
-var _isISSN = _interopRequireDefault(__webpack_require__(/*! ./lib/isISSN */ 332));
+var _isISO31661Alpha = _interopRequireDefault(__webpack_require__(/*! ./lib/isISO31661Alpha2 */ 318));
-var _isTaxID = _interopRequireDefault(__webpack_require__(/*! ./lib/isTaxID */ 333));
+var _isISO31661Alpha2 = _interopRequireDefault(__webpack_require__(/*! ./lib/isISO31661Alpha3 */ 319));
-var _isMobilePhone = _interopRequireWildcard(__webpack_require__(/*! ./lib/isMobilePhone */ 335));
+var _isBase = _interopRequireDefault(__webpack_require__(/*! ./lib/isBase64 */ 320));
-var _isEthereumAddress = _interopRequireDefault(__webpack_require__(/*! ./lib/isEthereumAddress */ 336));
+var _isDataURI = _interopRequireDefault(__webpack_require__(/*! ./lib/isDataURI */ 321));
-var _isCurrency = _interopRequireDefault(__webpack_require__(/*! ./lib/isCurrency */ 337));
+var _isMagnetURI = _interopRequireDefault(__webpack_require__(/*! ./lib/isMagnetURI */ 322));
-var _isBtcAddress = _interopRequireDefault(__webpack_require__(/*! ./lib/isBtcAddress */ 338));
+var _isMimeType = _interopRequireDefault(__webpack_require__(/*! ./lib/isMimeType */ 323));
-var _isISO = _interopRequireDefault(__webpack_require__(/*! ./lib/isISO8601 */ 339));
+var _isLatLong = _interopRequireDefault(__webpack_require__(/*! ./lib/isLatLong */ 324));
-var _isRFC = _interopRequireDefault(__webpack_require__(/*! ./lib/isRFC3339 */ 340));
+var _isPostalCode = _interopRequireWildcard(__webpack_require__(/*! ./lib/isPostalCode */ 325));
-var _isISO31661Alpha = _interopRequireDefault(__webpack_require__(/*! ./lib/isISO31661Alpha2 */ 314));
+var _ltrim = _interopRequireDefault(__webpack_require__(/*! ./lib/ltrim */ 326));
-var _isISO31661Alpha2 = _interopRequireDefault(__webpack_require__(/*! ./lib/isISO31661Alpha3 */ 341));
+var _rtrim = _interopRequireDefault(__webpack_require__(/*! ./lib/rtrim */ 327));
-var _isISO2 = _interopRequireDefault(__webpack_require__(/*! ./lib/isISO4217 */ 342));
+var _trim = _interopRequireDefault(__webpack_require__(/*! ./lib/trim */ 328));
-var _isBase = _interopRequireDefault(__webpack_require__(/*! ./lib/isBase32 */ 343));
+var _escape = _interopRequireDefault(__webpack_require__(/*! ./lib/escape */ 329));
-var _isBase2 = _interopRequireDefault(__webpack_require__(/*! ./lib/isBase58 */ 344));
+var _unescape = _interopRequireDefault(__webpack_require__(/*! ./lib/unescape */ 330));
-var _isBase3 = _interopRequireDefault(__webpack_require__(/*! ./lib/isBase64 */ 318));
+var _stripLow = _interopRequireDefault(__webpack_require__(/*! ./lib/stripLow */ 331));
-var _isDataURI = _interopRequireDefault(__webpack_require__(/*! ./lib/isDataURI */ 345));
+var _whitelist = _interopRequireDefault(__webpack_require__(/*! ./lib/whitelist */ 333));
-var _isMagnetURI = _interopRequireDefault(__webpack_require__(/*! ./lib/isMagnetURI */ 346));
+var _blacklist = _interopRequireDefault(__webpack_require__(/*! ./lib/blacklist */ 332));
-var _isMimeType = _interopRequireDefault(__webpack_require__(/*! ./lib/isMimeType */ 347));
+var _isWhitelisted = _interopRequireDefault(__webpack_require__(/*! ./lib/isWhitelisted */ 334));
-var _isLatLong = _interopRequireDefault(__webpack_require__(/*! ./lib/isLatLong */ 348));
+var _normalizeEmail = _interopRequireDefault(__webpack_require__(/*! ./lib/normalizeEmail */ 335));
-var _isPostalCode = _interopRequireWildcard(__webpack_require__(/*! ./lib/isPostalCode */ 349));
+var _toString = _interopRequireDefault(__webpack_require__(/*! ./lib/util/toString */ 266));
-var _ltrim = _interopRequireDefault(__webpack_require__(/*! ./lib/ltrim */ 350));
-
-var _rtrim = _interopRequireDefault(__webpack_require__(/*! ./lib/rtrim */ 351));
-
-var _trim = _interopRequireDefault(__webpack_require__(/*! ./lib/trim */ 352));
-
-var _escape = _interopRequireDefault(__webpack_require__(/*! ./lib/escape */ 353));
-
-var _unescape = _interopRequireDefault(__webpack_require__(/*! ./lib/unescape */ 354));
-
-var _stripLow = _interopRequireDefault(__webpack_require__(/*! ./lib/stripLow */ 355));
-
-var _whitelist = _interopRequireDefault(__webpack_require__(/*! ./lib/whitelist */ 357));
-
-var _blacklist = _interopRequireDefault(__webpack_require__(/*! ./lib/blacklist */ 356));
-
-var _isWhitelisted = _interopRequireDefault(__webpack_require__(/*! ./lib/isWhitelisted */ 358));
-
-var _normalizeEmail = _interopRequireDefault(__webpack_require__(/*! ./lib/normalizeEmail */ 359));
-
-var _isSlug = _interopRequireDefault(__webpack_require__(/*! ./lib/isSlug */ 360));
-
-var _isLicensePlate = _interopRequireDefault(__webpack_require__(/*! ./lib/isLicensePlate */ 361));
-
-var _isStrongPassword = _interopRequireDefault(__webpack_require__(/*! ./lib/isStrongPassword */ 362));
-
-var _isVAT = _interopRequireDefault(__webpack_require__(/*! ./lib/isVAT */ 363));
-
-function _getRequireWildcardCache() {if (typeof WeakMap !== "function") return null;var cache = new WeakMap();_getRequireWildcardCache = function _getRequireWildcardCache() {return cache;};return cache;}
-
-function _interopRequireWildcard(obj) {if (obj && obj.__esModule) {return obj;}if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") {return { default: obj };}var cache = _getRequireWildcardCache();if (cache && cache.has(obj)) {return cache.get(obj);}var newObj = {};var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;for (var key in obj) {if (Object.prototype.hasOwnProperty.call(obj, key)) {var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;if (desc && (desc.get || desc.set)) {Object.defineProperty(newObj, key, desc);} else {newObj[key] = obj[key];}}}newObj.default = obj;if (cache) {cache.set(obj, newObj);}return newObj;}
+function _interopRequireWildcard(obj) {if (obj && obj.__esModule) {return obj;} else {var newObj = {};if (obj != null) {for (var key in obj) {if (Object.prototype.hasOwnProperty.call(obj, key)) {var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {};if (desc.get || desc.set) {Object.defineProperty(newObj, key, desc);} else {newObj[key] = obj[key];}}}}newObj.default = obj;return newObj;}}
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-var version = '13.7.0';
+var version = '10.11.0';
var validator = {
version: version,
toDate: _toDate.default,
@@ -42308,14 +42112,11 @@ var validator = {
isIPRange: _isIPRange.default,
isFQDN: _isFQDN.default,
isBoolean: _isBoolean.default,
- isIBAN: _isIBAN.default,
- isBIC: _isBIC.default,
isAlpha: _isAlpha.default,
isAlphaLocales: _isAlpha.locales,
isAlphanumeric: _isAlphanumeric.default,
isAlphanumericLocales: _isAlphanumeric.locales,
isNumeric: _isNumeric.default,
- isPassportNumber: _isPassportNumber.default,
isPort: _isPort.default,
isLowercase: _isLowercase.default,
isUppercase: _isUppercase.default,
@@ -42324,19 +42125,14 @@ var validator = {
isHalfWidth: _isHalfWidth.default,
isVariableWidth: _isVariableWidth.default,
isMultibyte: _isMultibyte.default,
- isSemVer: _isSemVer.default,
isSurrogatePair: _isSurrogatePair.default,
isInt: _isInt.default,
- isIMEI: _isIMEI.default,
isFloat: _isFloat.default,
isFloatLocales: _isFloat.locales,
isDecimal: _isDecimal.default,
isHexadecimal: _isHexadecimal.default,
- isOctal: _isOctal.default,
isDivisibleBy: _isDivisibleBy.default,
isHexColor: _isHexColor.default,
- isRgbColor: _isRgbColor.default,
- isHSL: _isHSL.default,
isISRC: _isISRC.default,
isMD5: _isMD.default,
isHash: _isHash.default,
@@ -42344,7 +42140,6 @@ var validator = {
isJSON: _isJSON.default,
isEmpty: _isEmpty.default,
isLength: _isLength.default,
- isLocale: _isLocale.default,
isByteLength: _isByteLength.default,
isUUID: _isUUID.default,
isMongoId: _isMongoId.default,
@@ -42353,7 +42148,6 @@ var validator = {
isIn: _isIn.default,
isCreditCard: _isCreditCard.default,
isIdentityCard: _isIdentityCard.default,
- isEAN: _isEAN.default,
isISIN: _isISIN.default,
isISBN: _isISBN.default,
isISSN: _isISSN.default,
@@ -42361,17 +42155,12 @@ var validator = {
isMobilePhoneLocales: _isMobilePhone.locales,
isPostalCode: _isPostalCode.default,
isPostalCodeLocales: _isPostalCode.locales,
- isEthereumAddress: _isEthereumAddress.default,
isCurrency: _isCurrency.default,
- isBtcAddress: _isBtcAddress.default,
isISO8601: _isISO.default,
isRFC3339: _isRFC.default,
isISO31661Alpha2: _isISO31661Alpha.default,
isISO31661Alpha3: _isISO31661Alpha2.default,
- isISO4217: _isISO2.default,
- isBase32: _isBase.default,
- isBase58: _isBase2.default,
- isBase64: _isBase3.default,
+ isBase64: _isBase.default,
isDataURI: _isDataURI.default,
isMagnetURI: _isMagnetURI.default,
isMimeType: _isMimeType.default,
@@ -42386,14 +42175,7 @@ var validator = {
blacklist: _blacklist.default,
isWhitelisted: _isWhitelisted.default,
normalizeEmail: _normalizeEmail.default,
- toString: toString,
- isSlug: _isSlug.default,
- isStrongPassword: _isStrongPassword.default,
- isTaxID: _isTaxID.default,
- isDate: _isDate.default,
- isLicensePlate: _isLicensePlate.default,
- isVAT: _isVAT.default,
- ibanLocales: _isIBAN.locales };
+ toString: _toString.default };
var _default = validator;
exports.default = _default;
@@ -42401,10 +42183,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 264 */
-/*!**********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/toDate.js ***!
- \**********************************************************************************/
+/* 259 */
+/*!************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/toDate.js ***!
+ \************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -42416,7 +42198,7 @@ Object.defineProperty(exports, "__esModule", {
exports.default = toDate;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
@@ -42430,10 +42212,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 265 */
-/*!*********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/util/assertString.js ***!
- \*********************************************************************************************/
+/* 260 */
+/*!***********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/util/assertString.js ***!
+ \***********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -42445,16 +42227,27 @@ Object.defineProperty(exports, "__esModule", {
exports.default = assertString;
-function _typeof(obj) {"@babel/helpers - typeof";if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {_typeof = function _typeof(obj) {return typeof obj;};} else {_typeof = function _typeof(obj) {return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;};}return _typeof(obj);}
+function _typeof(obj) {if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {_typeof = function _typeof(obj) {return typeof obj;};} else {_typeof = function _typeof(obj) {return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;};}return _typeof(obj);}
function assertString(input) {
var isString = typeof input === 'string' || input instanceof String;
if (!isString) {
- var invalidType = _typeof(input);
+ var invalidType;
+
+ if (input === null) {
+ invalidType = 'null';
+ } else {
+ invalidType = _typeof(input);
+
+ if (invalidType === 'object' && input.constructor && input.constructor.hasOwnProperty('name')) {
+ invalidType = input.constructor.name;
+ } else {
+ invalidType = "a ".concat(invalidType);
+ }
+ }
- if (input === null) invalidType = 'null';else if (invalidType === 'object') invalidType = input.constructor.name;
- throw new TypeError("Expected a string but received a ".concat(invalidType));
+ throw new TypeError("Expected string but received ".concat(invalidType, "."));
}
}
@@ -42462,10 +42255,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 266 */
-/*!***********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/toFloat.js ***!
- \***********************************************************************************/
+/* 261 */
+/*!*************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/toFloat.js ***!
+ \*************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -42477,12 +42270,12 @@ Object.defineProperty(exports, "__esModule", {
exports.default = toFloat;
-var _isFloat = _interopRequireDefault(__webpack_require__(/*! ./isFloat */ 267));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
function toFloat(str) {
- if (!(0, _isFloat.default)(str)) return NaN;
+ (0, _assertString.default)(str);
return parseFloat(str);
}
@@ -42490,196 +42283,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 267 */
-/*!***********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isFloat.js ***!
- \***********************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true });
-
-exports.default = isFloat;
-exports.locales = void 0;
-
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
-
-var _alpha = __webpack_require__(/*! ./alpha */ 268);
-
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-
-function isFloat(str, options) {
- (0, _assertString.default)(str);
- options = options || {};
- var float = new RegExp("^(?:[-+])?(?:[0-9]+)?(?:\\".concat(options.locale ? _alpha.decimal[options.locale] : '.', "[0-9]*)?(?:[eE][\\+\\-]?(?:[0-9]+))?$"));
-
- if (str === '' || str === '.' || str === '-' || str === '+') {
- return false;
- }
-
- var value = parseFloat(str.replace(',', '.'));
- return float.test(str) && (!options.hasOwnProperty('min') || value >= options.min) && (!options.hasOwnProperty('max') || value <= options.max) && (!options.hasOwnProperty('lt') || value < options.lt) && (!options.hasOwnProperty('gt') || value > options.gt);
-}
-
-var locales = Object.keys(_alpha.decimal);
-exports.locales = locales;
-
-/***/ }),
-/* 268 */
-/*!*********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/alpha.js ***!
- \*********************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true });
-
-exports.commaDecimal = exports.dotDecimal = exports.farsiLocales = exports.arabicLocales = exports.englishLocales = exports.decimal = exports.alphanumeric = exports.alpha = void 0;
-var alpha = {
- 'en-US': /^[A-Z]+$/i,
- 'az-AZ': /^[A-VXYZÇƏĞİıÖŞÜ]+$/i,
- 'bg-BG': /^[А-Я]+$/i,
- 'cs-CZ': /^[A-ZÁČĎÉĚÍŇÓŘŠŤÚŮÝŽ]+$/i,
- 'da-DK': /^[A-ZÆØÅ]+$/i,
- 'de-DE': /^[A-ZÄÖÜß]+$/i,
- 'el-GR': /^[Α-ώ]+$/i,
- 'es-ES': /^[A-ZÁÉÍÑÓÚÜ]+$/i,
- 'fa-IR': /^[ابپتثجچحخدذرزژسشصضطظعغفقکگلمنوهی]+$/i,
- 'fi-FI': /^[A-ZÅÄÖ]+$/i,
- 'fr-FR': /^[A-ZÀÂÆÇÉÈÊËÏÎÔŒÙÛÜŸ]+$/i,
- 'it-IT': /^[A-ZÀÉÈÌÎÓÒÙ]+$/i,
- 'nb-NO': /^[A-ZÆØÅ]+$/i,
- 'nl-NL': /^[A-ZÁÉËÏÓÖÜÚ]+$/i,
- 'nn-NO': /^[A-ZÆØÅ]+$/i,
- 'hu-HU': /^[A-ZÁÉÍÓÖŐÚÜŰ]+$/i,
- 'pl-PL': /^[A-ZĄĆĘŚŁŃÓŻŹ]+$/i,
- 'pt-PT': /^[A-ZÃÁÀÂÄÇÉÊËÍÏÕÓÔÖÚÜ]+$/i,
- 'ru-RU': /^[А-ЯЁ]+$/i,
- 'sl-SI': /^[A-ZČĆĐŠŽ]+$/i,
- 'sk-SK': /^[A-ZÁČĎÉÍŇÓŠŤÚÝŽĹŔĽÄÔ]+$/i,
- 'sr-RS@latin': /^[A-ZČĆŽŠĐ]+$/i,
- 'sr-RS': /^[А-ЯЂЈЉЊЋЏ]+$/i,
- 'sv-SE': /^[A-ZÅÄÖ]+$/i,
- 'th-TH': /^[ก-๐\s]+$/i,
- 'tr-TR': /^[A-ZÇĞİıÖŞÜ]+$/i,
- 'uk-UA': /^[А-ЩЬЮЯЄIЇҐі]+$/i,
- 'vi-VN': /^[A-ZÀÁẠẢÃÂẦẤẬẨẪĂẰẮẶẲẴĐÈÉẸẺẼÊỀẾỆỂỄÌÍỊỈĨÒÓỌỎÕÔỒỐỘỔỖƠỜỚỢỞỠÙÚỤỦŨƯỪỨỰỬỮỲÝỴỶỸ]+$/i,
- 'ku-IQ': /^[ئابپتجچحخدرڕزژسشعغفڤقکگلڵمنوۆھەیێيطؤثآإأكضصةظذ]+$/i,
- ar: /^[ءآأؤإئابةتثجحخدذرزسشصضطظعغفقكلمنهوىيًٌٍَُِّْٰ]+$/,
- he: /^[א-ת]+$/,
- fa: /^['آاءأؤئبپتثجچحخدذرزژسشصضطظعغفقکگلمنوهةی']+$/i,
- 'hi-IN': /^[\u0900-\u0961]+[\u0972-\u097F]*$/i };
-
-exports.alpha = alpha;
-var alphanumeric = {
- 'en-US': /^[0-9A-Z]+$/i,
- 'az-AZ': /^[0-9A-VXYZÇƏĞİıÖŞÜ]+$/i,
- 'bg-BG': /^[0-9А-Я]+$/i,
- 'cs-CZ': /^[0-9A-ZÁČĎÉĚÍŇÓŘŠŤÚŮÝŽ]+$/i,
- 'da-DK': /^[0-9A-ZÆØÅ]+$/i,
- 'de-DE': /^[0-9A-ZÄÖÜß]+$/i,
- 'el-GR': /^[0-9Α-ω]+$/i,
- 'es-ES': /^[0-9A-ZÁÉÍÑÓÚÜ]+$/i,
- 'fi-FI': /^[0-9A-ZÅÄÖ]+$/i,
- 'fr-FR': /^[0-9A-ZÀÂÆÇÉÈÊËÏÎÔŒÙÛÜŸ]+$/i,
- 'it-IT': /^[0-9A-ZÀÉÈÌÎÓÒÙ]+$/i,
- 'hu-HU': /^[0-9A-ZÁÉÍÓÖŐÚÜŰ]+$/i,
- 'nb-NO': /^[0-9A-ZÆØÅ]+$/i,
- 'nl-NL': /^[0-9A-ZÁÉËÏÓÖÜÚ]+$/i,
- 'nn-NO': /^[0-9A-ZÆØÅ]+$/i,
- 'pl-PL': /^[0-9A-ZĄĆĘŚŁŃÓŻŹ]+$/i,
- 'pt-PT': /^[0-9A-ZÃÁÀÂÄÇÉÊËÍÏÕÓÔÖÚÜ]+$/i,
- 'ru-RU': /^[0-9А-ЯЁ]+$/i,
- 'sl-SI': /^[0-9A-ZČĆĐŠŽ]+$/i,
- 'sk-SK': /^[0-9A-ZÁČĎÉÍŇÓŠŤÚÝŽĹŔĽÄÔ]+$/i,
- 'sr-RS@latin': /^[0-9A-ZČĆŽŠĐ]+$/i,
- 'sr-RS': /^[0-9А-ЯЂЈЉЊЋЏ]+$/i,
- 'sv-SE': /^[0-9A-ZÅÄÖ]+$/i,
- 'th-TH': /^[ก-๙\s]+$/i,
- 'tr-TR': /^[0-9A-ZÇĞİıÖŞÜ]+$/i,
- 'uk-UA': /^[0-9А-ЩЬЮЯЄIЇҐі]+$/i,
- 'ku-IQ': /^[٠١٢٣٤٥٦٧٨٩0-9ئابپتجچحخدرڕزژسشعغفڤقکگلڵمنوۆھەیێيطؤثآإأكضصةظذ]+$/i,
- 'vi-VN': /^[0-9A-ZÀÁẠẢÃÂẦẤẬẨẪĂẰẮẶẲẴĐÈÉẸẺẼÊỀẾỆỂỄÌÍỊỈĨÒÓỌỎÕÔỒỐỘỔỖƠỜỚỢỞỠÙÚỤỦŨƯỪỨỰỬỮỲÝỴỶỸ]+$/i,
- ar: /^[٠١٢٣٤٥٦٧٨٩0-9ءآأؤإئابةتثجحخدذرزسشصضطظعغفقكلمنهوىيًٌٍَُِّْٰ]+$/,
- he: /^[0-9א-ת]+$/,
- fa: /^['0-9آاءأؤئبپتثجچحخدذرزژسشصضطظعغفقکگلمنوهةی۱۲۳۴۵۶۷۸۹۰']+$/i,
- 'hi-IN': /^[\u0900-\u0963]+[\u0966-\u097F]*$/i };
-
-exports.alphanumeric = alphanumeric;
-var decimal = {
- 'en-US': '.',
- ar: '٫' };
-
-exports.decimal = decimal;
-var englishLocales = ['AU', 'GB', 'HK', 'IN', 'NZ', 'ZA', 'ZM'];
-exports.englishLocales = englishLocales;
-
-for (var locale, i = 0; i < englishLocales.length; i++) {
- locale = "en-".concat(englishLocales[i]);
- alpha[locale] = alpha['en-US'];
- alphanumeric[locale] = alphanumeric['en-US'];
- decimal[locale] = decimal['en-US'];
-} // Source: http://www.localeplanet.com/java/
-
-
-var arabicLocales = ['AE', 'BH', 'DZ', 'EG', 'IQ', 'JO', 'KW', 'LB', 'LY', 'MA', 'QM', 'QA', 'SA', 'SD', 'SY', 'TN', 'YE'];
-exports.arabicLocales = arabicLocales;
-
-for (var _locale, _i = 0; _i < arabicLocales.length; _i++) {
- _locale = "ar-".concat(arabicLocales[_i]);
- alpha[_locale] = alpha.ar;
- alphanumeric[_locale] = alphanumeric.ar;
- decimal[_locale] = decimal.ar;
-}
-
-var farsiLocales = ['IR', 'AF'];
-exports.farsiLocales = farsiLocales;
-
-for (var _locale2, _i2 = 0; _i2 < farsiLocales.length; _i2++) {
- _locale2 = "fa-".concat(farsiLocales[_i2]);
- alphanumeric[_locale2] = alphanumeric.fa;
- decimal[_locale2] = decimal.ar;
-} // Source: https://en.wikipedia.org/wiki/Decimal_mark
-
-
-var dotDecimal = ['ar-EG', 'ar-LB', 'ar-LY'];
-exports.dotDecimal = dotDecimal;
-var commaDecimal = ['bg-BG', 'cs-CZ', 'da-DK', 'de-DE', 'el-GR', 'en-ZM', 'es-ES', 'fr-CA', 'fr-FR', 'id-ID', 'it-IT', 'ku-IQ', 'hi-IN', 'hu-HU', 'nb-NO', 'nn-NO', 'nl-NL', 'pl-PL', 'pt-PT', 'ru-RU', 'sl-SI', 'sr-RS@latin', 'sr-RS', 'sv-SE', 'tr-TR', 'uk-UA', 'vi-VN'];
-exports.commaDecimal = commaDecimal;
-
-for (var _i3 = 0; _i3 < dotDecimal.length; _i3++) {
- decimal[dotDecimal[_i3]] = decimal['en-US'];
-}
-
-for (var _i4 = 0; _i4 < commaDecimal.length; _i4++) {
- decimal[commaDecimal[_i4]] = ',';
-}
-
-alpha['fr-CA'] = alpha['fr-FR'];
-alphanumeric['fr-CA'] = alphanumeric['fr-FR'];
-alpha['pt-BR'] = alpha['pt-PT'];
-alphanumeric['pt-BR'] = alphanumeric['pt-PT'];
-decimal['pt-BR'] = decimal['pt-PT']; // see #862
-
-alpha['pl-Pl'] = alpha['pl-PL'];
-alphanumeric['pl-Pl'] = alphanumeric['pl-PL'];
-decimal['pl-Pl'] = decimal['pl-PL']; // see #1455
-
-alpha['fa-AF'] = alpha.fa;
-
-/***/ }),
-/* 269 */
-/*!*********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/toInt.js ***!
- \*********************************************************************************/
+/* 262 */
+/*!***********************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/toInt.js ***!
+ \***********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -42691,7 +42298,7 @@ Object.defineProperty(exports, "__esModule", {
exports.default = toInt;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
@@ -42704,10 +42311,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 270 */
-/*!*************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/toBoolean.js ***!
- \*************************************************************************************/
+/* 263 */
+/*!***************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/toBoolean.js ***!
+ \***************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -42719,7 +42326,7 @@ Object.defineProperty(exports, "__esModule", {
exports.default = toBoolean;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
@@ -42727,20 +42334,20 @@ function toBoolean(str, strict) {
(0, _assertString.default)(str);
if (strict) {
- return str === '1' || /^true$/i.test(str);
+ return str === '1' || str === 'true';
}
- return str !== '0' && !/^false$/i.test(str) && str !== '';
+ return str !== '0' && str !== 'false' && str !== '';
}
module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 271 */
-/*!**********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/equals.js ***!
- \**********************************************************************************/
+/* 264 */
+/*!************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/equals.js ***!
+ \************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -42752,7 +42359,7 @@ Object.defineProperty(exports, "__esModule", {
exports.default = equals;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
@@ -42765,10 +42372,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 272 */
-/*!************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/contains.js ***!
- \************************************************************************************/
+/* 265 */
+/*!**************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/contains.js ***!
+ \**************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -42780,38 +42387,25 @@ Object.defineProperty(exports, "__esModule", {
exports.default = contains;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
-var _toString = _interopRequireDefault(__webpack_require__(/*! ./util/toString */ 273));
-
-var _merge = _interopRequireDefault(__webpack_require__(/*! ./util/merge */ 274));
+var _toString = _interopRequireDefault(__webpack_require__(/*! ./util/toString */ 266));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-var defaulContainsOptions = {
- ignoreCase: false,
- minOccurrences: 1 };
-
-
-function contains(str, elem, options) {
+function contains(str, elem) {
(0, _assertString.default)(str);
- options = (0, _merge.default)(options, defaulContainsOptions);
-
- if (options.ignoreCase) {
- return str.toLowerCase().split((0, _toString.default)(elem).toLowerCase()).length > options.minOccurrences;
- }
-
- return str.split((0, _toString.default)(elem)).length > options.minOccurrences;
+ return str.indexOf((0, _toString.default)(elem)) >= 0;
}
module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 273 */
-/*!*****************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/util/toString.js ***!
- \*****************************************************************************************/
+/* 266 */
+/*!*******************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/util/toString.js ***!
+ \*******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -42823,7 +42417,7 @@ Object.defineProperty(exports, "__esModule", {
exports.default = toString;
-function _typeof(obj) {"@babel/helpers - typeof";if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {_typeof = function _typeof(obj) {return typeof obj;};} else {_typeof = function _typeof(obj) {return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;};}return _typeof(obj);}
+function _typeof(obj) {if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {_typeof = function _typeof(obj) {return typeof obj;};} else {_typeof = function _typeof(obj) {return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;};}return _typeof(obj);}
function toString(input) {
if (_typeof(input) === 'object' && input !== null) {
@@ -42843,42 +42437,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 274 */
-/*!**************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/util/merge.js ***!
- \**************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true });
-
-exports.default = merge;
-
-function merge() {
- var obj = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
- var defaults = arguments.length > 1 ? arguments[1] : undefined;
-
- for (var key in defaults) {
- if (typeof obj[key] === 'undefined') {
- obj[key] = defaults[key];
- }
- }
-
- return obj;
-}
-
-module.exports = exports.default;
-module.exports.default = exports.default;
-
-/***/ }),
-/* 275 */
-/*!***********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/matches.js ***!
- \***********************************************************************************/
+/* 267 */
+/*!*************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/matches.js ***!
+ \*************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -42890,7 +42452,7 @@ Object.defineProperty(exports, "__esModule", {
exports.default = matches;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
@@ -42908,10 +42470,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 276 */
-/*!***********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isEmail.js ***!
- \***********************************************************************************/
+/* 268 */
+/*!*************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isEmail.js ***!
+ \*************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -42923,15 +42485,15 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isEmail;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
-var _merge = _interopRequireDefault(__webpack_require__(/*! ./util/merge */ 274));
+var _merge = _interopRequireDefault(__webpack_require__(/*! ./util/merge */ 269));
-var _isByteLength = _interopRequireDefault(__webpack_require__(/*! ./isByteLength */ 277));
+var _isByteLength = _interopRequireDefault(__webpack_require__(/*! ./isByteLength */ 270));
-var _isFQDN = _interopRequireDefault(__webpack_require__(/*! ./isFQDN */ 278));
+var _isFQDN = _interopRequireDefault(__webpack_require__(/*! ./isFQDN */ 271));
-var _isIP = _interopRequireDefault(__webpack_require__(/*! ./isIP */ 279));
+var _isIP = _interopRequireDefault(__webpack_require__(/*! ./isIP */ 272));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
@@ -42939,100 +42501,40 @@ var default_email_options = {
allow_display_name: false,
require_display_name: false,
allow_utf8_local_part: true,
- require_tld: true,
- blacklisted_chars: '',
- ignore_max_length: false,
- host_blacklist: [] };
+ require_tld: true };
/* eslint-disable max-len */
/* eslint-disable no-control-regex */
-var splitNameAddress = /^([^\x00-\x1F\x7F-\x9F\cX]+)$/i;
var emailUserPart = /^[a-z\d!#\$%&'\*\+\-\/=\?\^_`{\|}~]+$/i;
var gmailUserPart = /^[a-z\d]+$/;
var quotedEmailUser = /^([\s\x01-\x08\x0b\x0c\x0e-\x1f\x7f\x21\x23-\x5b\x5d-\x7e]|(\\[\x01-\x09\x0b\x0c\x0d-\x7f]))*$/i;
var emailUserUtf8Part = /^[a-z\d!#\$%&'\*\+\-\/=\?\^_`{\|}~\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+$/i;
var quotedEmailUserUtf8 = /^([\s\x01-\x08\x0b\x0c\x0e-\x1f\x7f\x21\x23-\x5b\x5d-\x7e\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]|(\\[\x01-\x09\x0b\x0c\x0d-\x7f\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))*$/i;
-var defaultMaxEmailLength = 254;
/* eslint-enable max-len */
/* eslint-enable no-control-regex */
-/**
- * Validate display name according to the RFC2822: https://tools.ietf.org/html/rfc2822#appendix-A.1.2
- * @param {String} display_name
- */
-
-function validateDisplayName(display_name) {
- var display_name_without_quotes = display_name.replace(/^"(.+)"$/, '$1'); // display name with only spaces is not valid
-
- if (!display_name_without_quotes.trim()) {
- return false;
- } // check whether display name contains illegal character
-
-
- var contains_illegal = /[\.";<>]/.test(display_name_without_quotes);
-
- if (contains_illegal) {
- // if contains illegal characters,
- // must to be enclosed in double-quotes, otherwise it's not a valid display name
- if (display_name_without_quotes === display_name) {
- return false;
- } // the quotes in display name must start with character symbol \
-
-
- var all_start_with_back_slash = display_name_without_quotes.split('"').length === display_name_without_quotes.split('\\"').length;
-
- if (!all_start_with_back_slash) {
- return false;
- }
- }
-
- return true;
-}
-
function isEmail(str, options) {
(0, _assertString.default)(str);
options = (0, _merge.default)(options, default_email_options);
if (options.require_display_name || options.allow_display_name) {
- var display_email = str.match(splitNameAddress);
+ var display_email = str.match(displayName);
if (display_email) {
- var display_name = display_email[1]; // Remove display name and angle brackets to get email address
- // Can be done in the regex but will introduce a ReDOS (See #1597 for more info)
-
- str = str.replace(display_name, '').replace(/(^<|>$)/g, ''); // sometimes need to trim the last space to get the display name
- // because there may be a space between display name and email address
- // eg. myname
- // the display name is `myname` instead of `myname `, so need to trim the last space
-
- if (display_name.endsWith(' ')) {
- display_name = display_name.substr(0, display_name.length - 1);
- }
-
- if (!validateDisplayName(display_name)) {
- return false;
- }
+ str = display_email[1];
} else if (options.require_display_name) {
return false;
}
}
- if (!options.ignore_max_length && str.length > defaultMaxEmailLength) {
- return false;
- }
-
var parts = str.split('@');
var domain = parts.pop();
- var lower_domain = domain.toLowerCase();
-
- if (options.host_blacklist.includes(lower_domain)) {
- return false;
- }
-
var user = parts.join('@');
+ var lower_domain = domain.toLowerCase();
if (options.domain_specific_validation && (lower_domain === 'gmail.com' || lower_domain === 'googlemail.com')) {
/*
@@ -43046,7 +42548,7 @@ function isEmail(str, options) {
var username = user.split('+')[0]; // Dots are not included in gmail length restriction
- if (!(0, _isByteLength.default)(username.replace(/\./g, ''), {
+ if (!(0, _isByteLength.default)(username.replace('.', ''), {
min: 6,
max: 30 }))
{
@@ -43062,10 +42564,10 @@ function isEmail(str, options) {
}
}
- if (options.ignore_max_length === false && (!(0, _isByteLength.default)(user, {
+ if (!(0, _isByteLength.default)(user, {
max: 64 }) ||
!(0, _isByteLength.default)(domain, {
- max: 254 })))
+ max: 254 }))
{
return false;
}
@@ -43104,21 +42606,49 @@ function isEmail(str, options) {
}
}
- if (options.blacklisted_chars) {
- if (user.search(new RegExp("[".concat(options.blacklisted_chars, "]+"), 'g')) !== -1) return false;
+ return true;
+}
+
+module.exports = exports.default;
+module.exports.default = exports.default;
+
+/***/ }),
+/* 269 */
+/*!****************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/util/merge.js ***!
+ \****************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+
+"use strict";
+
+
+Object.defineProperty(exports, "__esModule", {
+ value: true });
+
+exports.default = merge;
+
+function merge() {
+ var obj = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
+ var defaults = arguments.length > 1 ? arguments[1] : undefined;
+
+ for (var key in defaults) {
+ if (typeof obj[key] === 'undefined') {
+ obj[key] = defaults[key];
+ }
}
- return true;
+ return obj;
}
module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 277 */
-/*!****************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isByteLength.js ***!
- \****************************************************************************************/
+/* 270 */
+/*!******************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isByteLength.js ***!
+ \******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -43130,11 +42660,11 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isByteLength;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-function _typeof(obj) {"@babel/helpers - typeof";if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {_typeof = function _typeof(obj) {return typeof obj;};} else {_typeof = function _typeof(obj) {return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;};}return _typeof(obj);}
+function _typeof(obj) {if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {_typeof = function _typeof(obj) {return typeof obj;};} else {_typeof = function _typeof(obj) {return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;};}return _typeof(obj);}
/* eslint-disable prefer-rest-params */
function isByteLength(str, options) {
@@ -43159,10 +42689,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 278 */
-/*!**********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isFQDN.js ***!
- \**********************************************************************************/
+/* 271 */
+/*!************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isFQDN.js ***!
+ \************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -43174,18 +42704,16 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isFQDN;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
-var _merge = _interopRequireDefault(__webpack_require__(/*! ./util/merge */ 274));
+var _merge = _interopRequireDefault(__webpack_require__(/*! ./util/merge */ 269));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
var default_fqdn_options = {
require_tld: true,
allow_underscores: false,
- allow_trailing_dot: false,
- allow_numeric_tld: false,
- allow_wildcard: false };
+ allow_trailing_dot: false };
function isFQDN(str, options) {
@@ -43196,72 +42724,60 @@ function isFQDN(str, options) {
if (options.allow_trailing_dot && str[str.length - 1] === '.') {
str = str.substring(0, str.length - 1);
}
- /* Remove the optional wildcard before checking validity */
-
-
- if (options.allow_wildcard === true && str.indexOf('*.') === 0) {
- str = str.substring(2);
- }
var parts = str.split('.');
- var tld = parts[parts.length - 1];
- if (options.require_tld) {
- // disallow fqdns without tld
- if (parts.length < 2) {
+ for (var i = 0; i < parts.length; i++) {
+ if (parts[i].length > 63) {
return false;
}
+ }
+
+ if (options.require_tld) {
+ var tld = parts.pop();
- if (!/^([a-z\u00A1-\u00A8\u00AA-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]{2,}|xn[a-z0-9-]{2,})$/i.test(tld)) {
+ if (!parts.length || !/^([a-z\u00a1-\uffff]{2,}|xn[a-z0-9-]{2,})$/i.test(tld)) {
return false;
} // disallow spaces
- if (/\s/.test(tld)) {
+ if (/[\s\u2002-\u200B\u202F\u205F\u3000\uFEFF\uDB40\uDC20]/.test(tld)) {
return false;
}
- } // reject numeric TLDs
-
-
- if (!options.allow_numeric_tld && /^\d+$/.test(tld)) {
- return false;
}
- return parts.every(function (part) {
- if (part.length > 63) {
- return false;
+ for (var part, _i = 0; _i < parts.length; _i++) {
+ part = parts[_i];
+
+ if (options.allow_underscores) {
+ part = part.replace(/_/g, '');
}
- if (!/^[a-z_\u00a1-\uffff0-9-]+$/i.test(part)) {
+ if (!/^[a-z\u00a1-\uffff0-9-]+$/i.test(part)) {
return false;
} // disallow full-width chars
if (/[\uff01-\uff5e]/.test(part)) {
return false;
- } // disallow parts starting or ending with hyphen
-
-
- if (/^-|-$/.test(part)) {
- return false;
}
- if (!options.allow_underscores && /_/.test(part)) {
+ if (part[0] === '-' || part[part.length - 1] === '-') {
return false;
}
+ }
- return true;
- });
+ return true;
}
module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 279 */
-/*!********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isIP.js ***!
- \********************************************************************************/
+/* 272 */
+/*!**********************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isIP.js ***!
+ \**********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -43273,44 +42789,12 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isIP;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-/**
- 11.3. Examples
-
- The following addresses
-
- fe80::1234 (on the 1st link of the node)
- ff02::5678 (on the 5th link of the node)
- ff08::9abc (on the 10th organization of the node)
-
- would be represented as follows:
-
- fe80::1234%1
- ff02::5678%5
- ff08::9abc%10
-
- (Here we assume a natural translation from a zone index to the
- part, where the Nth zone of any scope is translated into
- "N".)
-
- If we use interface names as , those addresses could also be
- represented as follows:
-
- fe80::1234%ne0
- ff02::5678%pvc1.3
- ff08::9abc%interface10
-
- where the interface "ne0" belongs to the 1st link, "pvc1.3" belongs
- to the 5th link, and "interface10" belongs to the 10th organization.
- * * */
-var IPv4SegmentFormat = '(?:[0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])';
-var IPv4AddressFormat = "(".concat(IPv4SegmentFormat, "[.]){3}").concat(IPv4SegmentFormat);
-var IPv4AddressRegExp = new RegExp("^".concat(IPv4AddressFormat, "$"));
-var IPv6SegmentFormat = '(?:[0-9a-fA-F]{1,4})';
-var IPv6AddressRegExp = new RegExp('^(' + "(?:".concat(IPv6SegmentFormat, ":){7}(?:").concat(IPv6SegmentFormat, "|:)|") + "(?:".concat(IPv6SegmentFormat, ":){6}(?:").concat(IPv4AddressFormat, "|:").concat(IPv6SegmentFormat, "|:)|") + "(?:".concat(IPv6SegmentFormat, ":){5}(?::").concat(IPv4AddressFormat, "|(:").concat(IPv6SegmentFormat, "){1,2}|:)|") + "(?:".concat(IPv6SegmentFormat, ":){4}(?:(:").concat(IPv6SegmentFormat, "){0,1}:").concat(IPv4AddressFormat, "|(:").concat(IPv6SegmentFormat, "){1,3}|:)|") + "(?:".concat(IPv6SegmentFormat, ":){3}(?:(:").concat(IPv6SegmentFormat, "){0,2}:").concat(IPv4AddressFormat, "|(:").concat(IPv6SegmentFormat, "){1,4}|:)|") + "(?:".concat(IPv6SegmentFormat, ":){2}(?:(:").concat(IPv6SegmentFormat, "){0,3}:").concat(IPv4AddressFormat, "|(:").concat(IPv6SegmentFormat, "){1,5}|:)|") + "(?:".concat(IPv6SegmentFormat, ":){1}(?:(:").concat(IPv6SegmentFormat, "){0,4}:").concat(IPv4AddressFormat, "|(:").concat(IPv6SegmentFormat, "){1,6}|:)|") + "(?::((?::".concat(IPv6SegmentFormat, "){0,5}:").concat(IPv4AddressFormat, "|(?::").concat(IPv6SegmentFormat, "){1,7}|:))") + ')(%[0-9a-zA-Z-.:]{1,})?$');
+var ipv4Maybe = /^(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})$/;
+var ipv6Block = /^[0-9A-F]{1,4}$/i;
function isIP(str) {
var version = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
@@ -43319,10 +42803,8 @@ function isIP(str) {
if (!version) {
return isIP(str, 4) || isIP(str, 6);
- }
-
- if (version === '4') {
- if (!IPv4AddressRegExp.test(str)) {
+ } else if (version === '4') {
+ if (!ipv4Maybe.test(str)) {
return false;
}
@@ -43330,10 +42812,55 @@ function isIP(str) {
return a - b;
});
return parts[3] <= 255;
- }
+ } else if (version === '6') {
+ var blocks = str.split(':');
+ var foundOmissionBlock = false; // marker to indicate ::
+ // At least some OS accept the last 32 bits of an IPv6 address
+ // (i.e. 2 of the blocks) in IPv4 notation, and RFC 3493 says
+ // that '::ffff:a.b.c.d' is valid for IPv4-mapped IPv6 addresses,
+ // and '::a.b.c.d' is deprecated, but also valid.
+
+ var foundIPv4TransitionBlock = isIP(blocks[blocks.length - 1], 4);
+ var expectedNumberOfBlocks = foundIPv4TransitionBlock ? 7 : 8;
+
+ if (blocks.length > expectedNumberOfBlocks) {
+ return false;
+ } // initial or final ::
+
+
+ if (str === '::') {
+ return true;
+ } else if (str.substr(0, 2) === '::') {
+ blocks.shift();
+ blocks.shift();
+ foundOmissionBlock = true;
+ } else if (str.substr(str.length - 2) === '::') {
+ blocks.pop();
+ blocks.pop();
+ foundOmissionBlock = true;
+ }
+
+ for (var i = 0; i < blocks.length; ++i) {
+ // test for a :: which can not be at the string start/end
+ // since those cases have been handled above
+ if (blocks[i] === '' && i > 0 && i < blocks.length - 1) {
+ if (foundOmissionBlock) {
+ return false; // multiple :: in address
+ }
+
+ foundOmissionBlock = true;
+ } else if (foundIPv4TransitionBlock && i === blocks.length - 1) {// it has been checked before that the last
+ // block is a valid IPv4 address
+ } else if (!ipv6Block.test(blocks[i])) {
+ return false;
+ }
+ }
+
+ if (foundOmissionBlock) {
+ return blocks.length >= 1;
+ }
- if (version === '6') {
- return !!IPv6AddressRegExp.test(str);
+ return blocks.length === expectedNumberOfBlocks;
}
return false;
@@ -43343,10 +42870,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 280 */
-/*!*********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isURL.js ***!
- \*********************************************************************************/
+/* 273 */
+/*!***********************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isURL.js ***!
+ \***********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -43358,53 +42885,25 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isURL;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
-var _isFQDN = _interopRequireDefault(__webpack_require__(/*! ./isFQDN */ 278));
+var _isFQDN = _interopRequireDefault(__webpack_require__(/*! ./isFQDN */ 271));
-var _isIP = _interopRequireDefault(__webpack_require__(/*! ./isIP */ 279));
+var _isIP = _interopRequireDefault(__webpack_require__(/*! ./isIP */ 272));
-var _merge = _interopRequireDefault(__webpack_require__(/*! ./util/merge */ 274));
+var _merge = _interopRequireDefault(__webpack_require__(/*! ./util/merge */ 269));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-function _slicedToArray(arr, i) {return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();}
-
-function _nonIterableRest() {throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}
-
-function _unsupportedIterableToArray(o, minLen) {if (!o) return;if (typeof o === "string") return _arrayLikeToArray(o, minLen);var n = Object.prototype.toString.call(o).slice(8, -1);if (n === "Object" && o.constructor) n = o.constructor.name;if (n === "Map" || n === "Set") return Array.from(o);if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);}
-
-function _arrayLikeToArray(arr, len) {if (len == null || len > arr.length) len = arr.length;for (var i = 0, arr2 = new Array(len); i < len; i++) {arr2[i] = arr[i];}return arr2;}
-
-function _iterableToArrayLimit(arr, i) {if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return;var _arr = [];var _n = true;var _d = false;var _e = undefined;try {for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) {_arr.push(_s.value);if (i && _arr.length === i) break;}} catch (err) {_d = true;_e = err;} finally {try {if (!_n && _i["return"] != null) _i["return"]();} finally {if (_d) throw _e;}}return _arr;}
-
-function _arrayWithHoles(arr) {if (Array.isArray(arr)) return arr;}
-
-/*
- options for isURL method
-
- require_protocol - if set as true isURL will return false if protocol is not present in the URL
- require_valid_protocol - isURL will check if the URL's protocol is present in the protocols option
- protocols - valid protocols can be modified with this option
- require_host - if set as false isURL will not check if host is present in the URL
- require_port - if set as true isURL will check if port is present in the URL
- allow_protocol_relative_urls - if set as true protocol relative URLs will be allowed
- validate_length - if set as false isURL will skip string length validation (IE maximum is 2083)
-
- */
var default_url_options = {
protocols: ['http', 'https', 'ftp'],
require_tld: true,
require_protocol: false,
require_host: true,
- require_port: false,
require_valid_protocol: true,
allow_underscores: false,
allow_trailing_dot: false,
- allow_protocol_relative_urls: false,
- allow_fragments: true,
- allow_query_components: true,
- validate_length: true };
+ allow_protocol_relative_urls: false };
var wrapped_ipv6 = /^\[([^\]]+)\](?::([0-9]+))?$/;
@@ -43427,7 +42926,7 @@ function checkHost(host, matches) {
function isURL(url, options) {
(0, _assertString.default)(url);
- if (!url || /[\s<>]/.test(url)) {
+ if (!url || url.length >= 2083 || /[\s<>]/.test(url)) {
return false;
}
@@ -43436,19 +42935,6 @@ function isURL(url, options) {
}
options = (0, _merge.default)(options, default_url_options);
-
- if (options.validate_length && url.length >= 2083) {
- return false;
- }
-
- if (!options.allow_fragments && url.includes('#')) {
- return false;
- }
-
- if (!options.allow_query_components && (url.includes('?') || url.includes('&'))) {
- return false;
- }
-
var protocol, auth, host, hostname, port, port_str, split, ipv6;
split = url.split('#');
url = split.shift();
@@ -43492,24 +42978,11 @@ function isURL(url, options) {
return false;
}
- if (split[0] === '') {
- return false;
- }
-
auth = split.shift();
if (auth.indexOf(':') >= 0 && auth.split(':').length > 2) {
return false;
}
-
- var _auth$split = auth.split(':'),
- _auth$split2 = _slicedToArray(_auth$split, 2),
- user = _auth$split2[0],
- password = _auth$split2[1];
-
- if (user === '' && password === '') {
- return false;
- }
}
hostname = split.join('@');
@@ -43530,18 +43003,12 @@ function isURL(url, options) {
}
}
- if (port_str !== null && port_str.length > 0) {
+ if (port_str !== null) {
port = parseInt(port_str, 10);
if (!/^[0-9]+$/.test(port_str) || port <= 0 || port > 65535) {
return false;
}
- } else if (options.require_port) {
- return false;
- }
-
- if (options.host_whitelist) {
- return checkHost(host, options.host_whitelist);
}
if (!(0, _isIP.default)(host) && !(0, _isFQDN.default)(host, options) && (!ipv6 || !(0, _isIP.default)(ipv6, 6))) {
@@ -43550,6 +43017,10 @@ function isURL(url, options) {
host = host || ipv6;
+ if (options.host_whitelist && !checkHost(host, options.host_whitelist)) {
+ return false;
+ }
+
if (options.host_blacklist && checkHost(host, options.host_blacklist)) {
return false;
}
@@ -43561,10 +43032,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 281 */
-/*!****************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isMACAddress.js ***!
- \****************************************************************************************/
+/* 274 */
+/*!******************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isMACAddress.js ***!
+ \******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -43576,35 +43047,31 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isMACAddress;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-var macAddress = /^(?:[0-9a-fA-F]{2}([-:\s]))([0-9a-fA-F]{2}\1){4}([0-9a-fA-F]{2})$/;
-var macAddressNoSeparators = /^([0-9a-fA-F]){12}$/;
-var macAddressWithDots = /^([0-9a-fA-F]{4}\.){2}([0-9a-fA-F]{4})$/;
+var macAddress = /^([0-9a-fA-F][0-9a-fA-F]:){5}([0-9a-fA-F][0-9a-fA-F])$/;
+var macAddressNoColons = /^([0-9a-fA-F]){12}$/;
function isMACAddress(str, options) {
(0, _assertString.default)(str);
- /**
- * @deprecated `no_colons` TODO: remove it in the next major
- */
- if (options && (options.no_colons || options.no_separators)) {
- return macAddressNoSeparators.test(str);
+ if (options && options.no_colons) {
+ return macAddressNoColons.test(str);
}
- return macAddress.test(str) || macAddressWithDots.test(str);
+ return macAddress.test(str);
}
module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 282 */
-/*!*************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isIPRange.js ***!
- \*************************************************************************************/
+/* 275 */
+/*!***************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isIPRange.js ***!
+ \***************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -43616,18 +43083,15 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isIPRange;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
-var _isIP = _interopRequireDefault(__webpack_require__(/*! ./isIP */ 279));
+var _isIP = _interopRequireDefault(__webpack_require__(/*! ./isIP */ 272));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-var subnetMaybe = /^\d{1,3}$/;
-var v4Subnet = 32;
-var v6Subnet = 128;
+var subnetMaybe = /^\d{1,2}$/;
function isIPRange(str) {
- var version = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
(0, _assertString.default)(str);
var parts = str.split('/'); // parts[0] -> ip, parts[1] -> subnet
@@ -43644,39 +43108,17 @@ function isIPRange(str) {
return false;
}
- var isValidIP = (0, _isIP.default)(parts[0], version);
-
- if (!isValidIP) {
- return false;
- } // Define valid subnet according to IP's version
-
-
- var expectedSubnet = null;
-
- switch (String(version)) {
- case '4':
- expectedSubnet = v4Subnet;
- break;
-
- case '6':
- expectedSubnet = v6Subnet;
- break;
-
- default:
- expectedSubnet = (0, _isIP.default)(parts[0], '6') ? v6Subnet : v4Subnet;}
-
-
- return parts[1] <= expectedSubnet && parts[1] >= 0;
+ return (0, _isIP.default)(parts[0], 4) && parts[1] <= 32 && parts[1] >= 0;
}
module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 283 */
-/*!**********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isDate.js ***!
- \**********************************************************************************/
+/* 276 */
+/*!***************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isBoolean.js ***!
+ \***************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -43686,106 +43128,25 @@ module.exports.default = exports.default;
Object.defineProperty(exports, "__esModule", {
value: true });
-exports.default = isDate;
+exports.default = isBoolean;
-var _merge = _interopRequireDefault(__webpack_require__(/*! ./util/merge */ 274));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-function _slicedToArray(arr, i) {return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();}
-
-function _nonIterableRest() {throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}
-
-function _iterableToArrayLimit(arr, i) {if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return;var _arr = [];var _n = true;var _d = false;var _e = undefined;try {for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) {_arr.push(_s.value);if (i && _arr.length === i) break;}} catch (err) {_d = true;_e = err;} finally {try {if (!_n && _i["return"] != null) _i["return"]();} finally {if (_d) throw _e;}}return _arr;}
-
-function _arrayWithHoles(arr) {if (Array.isArray(arr)) return arr;}
-
-function _createForOfIteratorHelper(o, allowArrayLike) {var it;if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) {if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {if (it) o = it;var i = 0;var F = function F() {};return { s: F, n: function n() {if (i >= o.length) return { done: true };return { done: false, value: o[i++] };}, e: function e(_e2) {throw _e2;}, f: F };}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}var normalCompletion = true,didErr = false,err;return { s: function s() {it = o[Symbol.iterator]();}, n: function n() {var step = it.next();normalCompletion = step.done;return step;}, e: function e(_e3) {didErr = true;err = _e3;}, f: function f() {try {if (!normalCompletion && it.return != null) it.return();} finally {if (didErr) throw err;}} };}
-
-function _unsupportedIterableToArray(o, minLen) {if (!o) return;if (typeof o === "string") return _arrayLikeToArray(o, minLen);var n = Object.prototype.toString.call(o).slice(8, -1);if (n === "Object" && o.constructor) n = o.constructor.name;if (n === "Map" || n === "Set") return Array.from(o);if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);}
-
-function _arrayLikeToArray(arr, len) {if (len == null || len > arr.length) len = arr.length;for (var i = 0, arr2 = new Array(len); i < len; i++) {arr2[i] = arr[i];}return arr2;}
-
-var default_date_options = {
- format: 'YYYY/MM/DD',
- delimiters: ['/', '-'],
- strictMode: false };
-
-
-function isValidFormat(format) {
- return /(^(y{4}|y{2})[.\/-](m{1,2})[.\/-](d{1,2})$)|(^(m{1,2})[.\/-](d{1,2})[.\/-]((y{4}|y{2})$))|(^(d{1,2})[.\/-](m{1,2})[.\/-]((y{4}|y{2})$))/gi.test(format);
-}
-
-function zip(date, format) {
- var zippedArr = [],
- len = Math.min(date.length, format.length);
-
- for (var i = 0; i < len; i++) {
- zippedArr.push([date[i], format[i]]);
- }
-
- return zippedArr;
-}
-
-function isDate(input, options) {
- if (typeof options === 'string') {
- // Allow backward compatbility for old format isDate(input [, format])
- options = (0, _merge.default)({
- format: options },
- default_date_options);
- } else {
- options = (0, _merge.default)(options, default_date_options);
- }
-
- if (typeof input === 'string' && isValidFormat(options.format)) {
- var formatDelimiter = options.delimiters.find(function (delimiter) {
- return options.format.indexOf(delimiter) !== -1;
- });
- var dateDelimiter = options.strictMode ? formatDelimiter : options.delimiters.find(function (delimiter) {
- return input.indexOf(delimiter) !== -1;
- });
- var dateAndFormat = zip(input.split(dateDelimiter), options.format.toLowerCase().split(formatDelimiter));
- var dateObj = {};
-
- var _iterator = _createForOfIteratorHelper(dateAndFormat),
- _step;
-
- try {
- for (_iterator.s(); !(_step = _iterator.n()).done;) {
- var _step$value = _slicedToArray(_step.value, 2),
- dateWord = _step$value[0],
- formatWord = _step$value[1];
-
- if (dateWord.length !== formatWord.length) {
- return false;
- }
-
- dateObj[formatWord.charAt(0)] = dateWord;
- }
- } catch (err) {
- _iterator.e(err);
- } finally {
- _iterator.f();
- }
-
- return new Date("".concat(dateObj.m, "/").concat(dateObj.d, "/").concat(dateObj.y)).getDate() === +dateObj.d;
- }
-
- if (!options.strictMode) {
- return Object.prototype.toString.call(input) === '[object Date]' && isFinite(input);
- }
-
- return false;
+function isBoolean(str) {
+ (0, _assertString.default)(str);
+ return ['true', 'false', '1', '0'].indexOf(str) >= 0;
}
module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 284 */
-/*!*************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isBoolean.js ***!
- \*************************************************************************************/
+/* 277 */
+/*!*************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isAlpha.js ***!
+ \*************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -43795,37 +43156,34 @@ module.exports.default = exports.default;
Object.defineProperty(exports, "__esModule", {
value: true });
-exports.default = isBoolean;
-
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+exports.default = isAlpha;
+exports.locales = void 0;
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
-var defaultOptions = {
- loose: false };
+var _alpha = __webpack_require__(/*! ./alpha */ 278);
-var strictBooleans = ['true', 'false', '1', '0'];
-var looseBooleans = [].concat(strictBooleans, ['yes', 'no']);
+function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-function isBoolean(str) {
- var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : defaultOptions;
+function isAlpha(str) {
+ var locale = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'en-US';
(0, _assertString.default)(str);
- if (options.loose) {
- return looseBooleans.includes(str.toLowerCase());
+ if (locale in _alpha.alpha) {
+ return _alpha.alpha[locale].test(str);
}
- return strictBooleans.includes(str);
+ throw new Error("Invalid locale '".concat(locale, "'"));
}
-module.exports = exports.default;
-module.exports.default = exports.default;
+var locales = Object.keys(_alpha.alpha);
+exports.locales = locales;
/***/ }),
-/* 285 */
-/*!************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isLocale.js ***!
- \************************************************************************************/
+/* 278 */
+/*!***********************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/alpha.js ***!
+ \***********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -43835,82 +43193,116 @@ module.exports.default = exports.default;
Object.defineProperty(exports, "__esModule", {
value: true });
-exports.default = isLocale;
-
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
-
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-
-var localeReg = /^[A-Za-z]{2,4}([_-]([A-Za-z]{4}|[\d]{3}))?([_-]([A-Za-z]{2}|[\d]{3}))?$/;
-
-function isLocale(str) {
- (0, _assertString.default)(str);
-
- if (str === 'en_US_POSIX' || str === 'ca_ES_VALENCIA') {
- return true;
- }
-
- return localeReg.test(str);
-}
-
-module.exports = exports.default;
-module.exports.default = exports.default;
+exports.commaDecimal = exports.dotDecimal = exports.arabicLocales = exports.englishLocales = exports.decimal = exports.alphanumeric = exports.alpha = void 0;
+var alpha = {
+ 'en-US': /^[A-Z]+$/i,
+ 'bg-BG': /^[А-Я]+$/i,
+ 'cs-CZ': /^[A-ZÁČĎÉĚÍŇÓŘŠŤÚŮÝŽ]+$/i,
+ 'da-DK': /^[A-ZÆØÅ]+$/i,
+ 'de-DE': /^[A-ZÄÖÜß]+$/i,
+ 'el-GR': /^[Α-ω]+$/i,
+ 'es-ES': /^[A-ZÁÉÍÑÓÚÜ]+$/i,
+ 'fr-FR': /^[A-ZÀÂÆÇÉÈÊËÏÎÔŒÙÛÜŸ]+$/i,
+ 'it-IT': /^[A-ZÀÉÈÌÎÓÒÙ]+$/i,
+ 'nb-NO': /^[A-ZÆØÅ]+$/i,
+ 'nl-NL': /^[A-ZÁÉËÏÓÖÜÚ]+$/i,
+ 'nn-NO': /^[A-ZÆØÅ]+$/i,
+ 'hu-HU': /^[A-ZÁÉÍÓÖŐÚÜŰ]+$/i,
+ 'pl-PL': /^[A-ZĄĆĘŚŁŃÓŻŹ]+$/i,
+ 'pt-PT': /^[A-ZÃÁÀÂÇÉÊÍÕÓÔÚÜ]+$/i,
+ 'ru-RU': /^[А-ЯЁ]+$/i,
+ 'sl-SI': /^[A-ZČĆĐŠŽ]+$/i,
+ 'sk-SK': /^[A-ZÁČĎÉÍŇÓŠŤÚÝŽĹŔĽÄÔ]+$/i,
+ 'sr-RS@latin': /^[A-ZČĆŽŠĐ]+$/i,
+ 'sr-RS': /^[А-ЯЂЈЉЊЋЏ]+$/i,
+ 'sv-SE': /^[A-ZÅÄÖ]+$/i,
+ 'tr-TR': /^[A-ZÇĞİıÖŞÜ]+$/i,
+ 'uk-UA': /^[А-ЩЬЮЯЄIЇҐі]+$/i,
+ 'ku-IQ': /^[ئابپتجچحخدرڕزژسشعغفڤقکگلڵمنوۆھەیێيطؤثآإأكضصةظذ]+$/i,
+ ar: /^[ءآأؤإئابةتثجحخدذرزسشصضطظعغفقكلمنهوىيًٌٍَُِّْٰ]+$/ };
-/***/ }),
-/* 286 */
-/*!***********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isAlpha.js ***!
- \***********************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+exports.alpha = alpha;
+var alphanumeric = {
+ 'en-US': /^[0-9A-Z]+$/i,
+ 'bg-BG': /^[0-9А-Я]+$/i,
+ 'cs-CZ': /^[0-9A-ZÁČĎÉĚÍŇÓŘŠŤÚŮÝŽ]+$/i,
+ 'da-DK': /^[0-9A-ZÆØÅ]+$/i,
+ 'de-DE': /^[0-9A-ZÄÖÜß]+$/i,
+ 'el-GR': /^[0-9Α-ω]+$/i,
+ 'es-ES': /^[0-9A-ZÁÉÍÑÓÚÜ]+$/i,
+ 'fr-FR': /^[0-9A-ZÀÂÆÇÉÈÊËÏÎÔŒÙÛÜŸ]+$/i,
+ 'it-IT': /^[0-9A-ZÀÉÈÌÎÓÒÙ]+$/i,
+ 'hu-HU': /^[0-9A-ZÁÉÍÓÖŐÚÜŰ]+$/i,
+ 'nb-NO': /^[0-9A-ZÆØÅ]+$/i,
+ 'nl-NL': /^[0-9A-ZÁÉËÏÓÖÜÚ]+$/i,
+ 'nn-NO': /^[0-9A-ZÆØÅ]+$/i,
+ 'pl-PL': /^[0-9A-ZĄĆĘŚŁŃÓŻŹ]+$/i,
+ 'pt-PT': /^[0-9A-ZÃÁÀÂÇÉÊÍÕÓÔÚÜ]+$/i,
+ 'ru-RU': /^[0-9А-ЯЁ]+$/i,
+ 'sl-SI': /^[0-9A-ZČĆĐŠŽ]+$/i,
+ 'sk-SK': /^[0-9A-ZÁČĎÉÍŇÓŠŤÚÝŽĹŔĽÄÔ]+$/i,
+ 'sr-RS@latin': /^[0-9A-ZČĆŽŠĐ]+$/i,
+ 'sr-RS': /^[0-9А-ЯЂЈЉЊЋЏ]+$/i,
+ 'sv-SE': /^[0-9A-ZÅÄÖ]+$/i,
+ 'tr-TR': /^[0-9A-ZÇĞİıÖŞÜ]+$/i,
+ 'uk-UA': /^[0-9А-ЩЬЮЯЄIЇҐі]+$/i,
+ 'ku-IQ': /^[٠١٢٣٤٥٦٧٨٩0-9ئابپتجچحخدرڕزژسشعغفڤقکگلڵمنوۆھەیێيطؤثآإأكضصةظذ]+$/i,
+ ar: /^[٠١٢٣٤٥٦٧٨٩0-9ءآأؤإئابةتثجحخدذرزسشصضطظعغفقكلمنهوىيًٌٍَُِّْٰ]+$/ };
-"use strict";
+exports.alphanumeric = alphanumeric;
+var decimal = {
+ 'en-US': '.',
+ ar: '٫' };
+exports.decimal = decimal;
+var englishLocales = ['AU', 'GB', 'HK', 'IN', 'NZ', 'ZA', 'ZM'];
+exports.englishLocales = englishLocales;
-Object.defineProperty(exports, "__esModule", {
- value: true });
+for (var locale, i = 0; i < englishLocales.length; i++) {
+ locale = "en-".concat(englishLocales[i]);
+ alpha[locale] = alpha['en-US'];
+ alphanumeric[locale] = alphanumeric['en-US'];
+ decimal[locale] = decimal['en-US'];
+} // Source: http://www.localeplanet.com/java/
-exports.default = isAlpha;
-exports.locales = void 0;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var arabicLocales = ['AE', 'BH', 'DZ', 'EG', 'IQ', 'JO', 'KW', 'LB', 'LY', 'MA', 'QM', 'QA', 'SA', 'SD', 'SY', 'TN', 'YE'];
+exports.arabicLocales = arabicLocales;
-var _alpha = __webpack_require__(/*! ./alpha */ 268);
+for (var _locale, _i = 0; _i < arabicLocales.length; _i++) {
+ _locale = "ar-".concat(arabicLocales[_i]);
+ alpha[_locale] = alpha.ar;
+ alphanumeric[_locale] = alphanumeric.ar;
+ decimal[_locale] = decimal.ar;
+} // Source: https://en.wikipedia.org/wiki/Decimal_mark
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-function isAlpha(_str) {
- var locale = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'en-US';
- var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
- (0, _assertString.default)(_str);
- var str = _str;
- var ignore = options.ignore;
-
- if (ignore) {
- if (ignore instanceof RegExp) {
- str = str.replace(ignore, '');
- } else if (typeof ignore === 'string') {
- str = str.replace(new RegExp("[".concat(ignore.replace(/[-[\]{}()*+?.,\\^$|#\\s]/g, '\\$&'), "]"), 'g'), ''); // escape regex for ignore
- } else {
- throw new Error('ignore should be instance of a String or RegExp');
- }
- }
+var dotDecimal = [];
+exports.dotDecimal = dotDecimal;
+var commaDecimal = ['bg-BG', 'cs-CZ', 'da-DK', 'de-DE', 'el-GR', 'es-ES', 'fr-FR', 'it-IT', 'ku-IQ', 'hu-HU', 'nb-NO', 'nn-NO', 'nl-NL', 'pl-PL', 'pt-PT', 'ru-RU', 'sl-SI', 'sr-RS@latin', 'sr-RS', 'sv-SE', 'tr-TR', 'uk-UA'];
+exports.commaDecimal = commaDecimal;
- if (locale in _alpha.alpha) {
- return _alpha.alpha[locale].test(str);
- }
+for (var _i2 = 0; _i2 < dotDecimal.length; _i2++) {
+ decimal[dotDecimal[_i2]] = decimal['en-US'];
+}
- throw new Error("Invalid locale '".concat(locale, "'"));
+for (var _i3 = 0; _i3 < commaDecimal.length; _i3++) {
+ decimal[commaDecimal[_i3]] = ',';
}
-var locales = Object.keys(_alpha.alpha);
-exports.locales = locales;
+alpha['pt-BR'] = alpha['pt-PT'];
+alphanumeric['pt-BR'] = alphanumeric['pt-PT'];
+decimal['pt-BR'] = decimal['pt-PT']; // see #862
+
+alpha['pl-Pl'] = alpha['pl-PL'];
+alphanumeric['pl-Pl'] = alphanumeric['pl-PL'];
+decimal['pl-Pl'] = decimal['pl-PL'];
/***/ }),
-/* 287 */
-/*!******************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isAlphanumeric.js ***!
- \******************************************************************************************/
+/* 279 */
+/*!********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isAlphanumeric.js ***!
+ \********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -43923,28 +43315,15 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isAlphanumeric;
exports.locales = void 0;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
-var _alpha = __webpack_require__(/*! ./alpha */ 268);
+var _alpha = __webpack_require__(/*! ./alpha */ 278);
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-function isAlphanumeric(_str) {
+function isAlphanumeric(str) {
var locale = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'en-US';
- var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
- (0, _assertString.default)(_str);
- var str = _str;
- var ignore = options.ignore;
-
- if (ignore) {
- if (ignore instanceof RegExp) {
- str = str.replace(ignore, '');
- } else if (typeof ignore === 'string') {
- str = str.replace(new RegExp("[".concat(ignore.replace(/[-[\]{}()*+?.,\\^$|#\\s]/g, '\\$&'), "]"), 'g'), ''); // escape regex for ignore
- } else {
- throw new Error('ignore should be instance of a String or RegExp');
- }
- }
+ (0, _assertString.default)(str);
if (locale in _alpha.alphanumeric) {
return _alpha.alphanumeric[locale].test(str);
@@ -43957,10 +43336,10 @@ var locales = Object.keys(_alpha.alphanumeric);
exports.locales = locales;
/***/ }),
-/* 288 */
-/*!*************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isNumeric.js ***!
- \*************************************************************************************/
+/* 280 */
+/*!***************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isNumeric.js ***!
+ \***************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -43972,12 +43351,11 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isNumeric;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
-
-var _alpha = __webpack_require__(/*! ./alpha */ 268);
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+var numeric = /^[+-]?([0-9]*[.])?[0-9]+$/;
var numericNoSymbols = /^[0-9]+$/;
function isNumeric(str, options) {
@@ -43987,165 +43365,17 @@ function isNumeric(str, options) {
return numericNoSymbols.test(str);
}
- return new RegExp("^[+-]?([0-9]*[".concat((options || {}).locale ? _alpha.decimal[options.locale] : '.', "])?[0-9]+$")).test(str);
-}
-
-module.exports = exports.default;
-module.exports.default = exports.default;
-
-/***/ }),
-/* 289 */
-/*!********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isPassportNumber.js ***!
- \********************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true });
-
-exports.default = isPassportNumber;
-
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
-
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-
-/**
- * Reference:
- * https://en.wikipedia.org/ -- Wikipedia
- * https://docs.microsoft.com/en-us/microsoft-365/compliance/eu-passport-number -- EU Passport Number
- * https://countrycode.org/ -- Country Codes
- */
-var passportRegexByCountryCode = {
- AM: /^[A-Z]{2}\d{7}$/,
- // ARMENIA
- AR: /^[A-Z]{3}\d{6}$/,
- // ARGENTINA
- AT: /^[A-Z]\d{7}$/,
- // AUSTRIA
- AU: /^[A-Z]\d{7}$/,
- // AUSTRALIA
- BE: /^[A-Z]{2}\d{6}$/,
- // BELGIUM
- BG: /^\d{9}$/,
- // BULGARIA
- BR: /^[A-Z]{2}\d{6}$/,
- // BRAZIL
- BY: /^[A-Z]{2}\d{7}$/,
- // BELARUS
- CA: /^[A-Z]{2}\d{6}$/,
- // CANADA
- CH: /^[A-Z]\d{7}$/,
- // SWITZERLAND
- CN: /^G\d{8}$|^E(?![IO])[A-Z0-9]\d{7}$/,
- // CHINA [G=Ordinary, E=Electronic] followed by 8-digits, or E followed by any UPPERCASE letter (except I and O) followed by 7 digits
- CY: /^[A-Z](\d{6}|\d{8})$/,
- // CYPRUS
- CZ: /^\d{8}$/,
- // CZECH REPUBLIC
- DE: /^[CFGHJKLMNPRTVWXYZ0-9]{9}$/,
- // GERMANY
- DK: /^\d{9}$/,
- // DENMARK
- DZ: /^\d{9}$/,
- // ALGERIA
- EE: /^([A-Z]\d{7}|[A-Z]{2}\d{7})$/,
- // ESTONIA (K followed by 7-digits), e-passports have 2 UPPERCASE followed by 7 digits
- ES: /^[A-Z0-9]{2}([A-Z0-9]?)\d{6}$/,
- // SPAIN
- FI: /^[A-Z]{2}\d{7}$/,
- // FINLAND
- FR: /^\d{2}[A-Z]{2}\d{5}$/,
- // FRANCE
- GB: /^\d{9}$/,
- // UNITED KINGDOM
- GR: /^[A-Z]{2}\d{7}$/,
- // GREECE
- HR: /^\d{9}$/,
- // CROATIA
- HU: /^[A-Z]{2}(\d{6}|\d{7})$/,
- // HUNGARY
- IE: /^[A-Z0-9]{2}\d{7}$/,
- // IRELAND
- IN: /^[A-Z]{1}-?\d{7}$/,
- // INDIA
- ID: /^[A-C]\d{7}$/,
- // INDONESIA
- IR: /^[A-Z]\d{8}$/,
- // IRAN
- IS: /^(A)\d{7}$/,
- // ICELAND
- IT: /^[A-Z0-9]{2}\d{7}$/,
- // ITALY
- JP: /^[A-Z]{2}\d{7}$/,
- // JAPAN
- KR: /^[MS]\d{8}$/,
- // SOUTH KOREA, REPUBLIC OF KOREA, [S=PS Passports, M=PM Passports]
- LT: /^[A-Z0-9]{8}$/,
- // LITHUANIA
- LU: /^[A-Z0-9]{8}$/,
- // LUXEMBURG
- LV: /^[A-Z0-9]{2}\d{7}$/,
- // LATVIA
- LY: /^[A-Z0-9]{8}$/,
- // LIBYA
- MT: /^\d{7}$/,
- // MALTA
- MZ: /^([A-Z]{2}\d{7})|(\d{2}[A-Z]{2}\d{5})$/,
- // MOZAMBIQUE
- MY: /^[AHK]\d{8}$/,
- // MALAYSIA
- NL: /^[A-Z]{2}[A-Z0-9]{6}\d$/,
- // NETHERLANDS
- PL: /^[A-Z]{2}\d{7}$/,
- // POLAND
- PT: /^[A-Z]\d{6}$/,
- // PORTUGAL
- RO: /^\d{8,9}$/,
- // ROMANIA
- RU: /^\d{9}$/,
- // RUSSIAN FEDERATION
- SE: /^\d{8}$/,
- // SWEDEN
- SL: /^(P)[A-Z]\d{7}$/,
- // SLOVANIA
- SK: /^[0-9A-Z]\d{7}$/,
- // SLOVAKIA
- TR: /^[A-Z]\d{8}$/,
- // TURKEY
- UA: /^[A-Z]{2}\d{6}$/,
- // UKRAINE
- US: /^\d{9}$/ // UNITED STATES
-};
-
-/**
- * Check if str is a valid passport number
- * relative to provided ISO Country Code.
- *
- * @param {string} str
- * @param {string} countryCode
- * @return {boolean}
- */
-
-function isPassportNumber(str, countryCode) {
- (0, _assertString.default)(str);
- /** Remove All Whitespaces, Convert to UPPERCASE */
-
- var normalizedStr = str.replace(/\s/g, '').toUpperCase();
- return countryCode.toUpperCase() in passportRegexByCountryCode && passportRegexByCountryCode[countryCode].test(normalizedStr);
+ return numeric.test(str);
}
module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 290 */
-/*!**********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isPort.js ***!
- \**********************************************************************************/
+/* 281 */
+/*!************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isPort.js ***!
+ \************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -44157,7 +43387,7 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isPort;
-var _isInt = _interopRequireDefault(__webpack_require__(/*! ./isInt */ 291));
+var _isInt = _interopRequireDefault(__webpack_require__(/*! ./isInt */ 282));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
@@ -44172,10 +43402,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 291 */
-/*!*********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isInt.js ***!
- \*********************************************************************************/
+/* 282 */
+/*!***********************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isInt.js ***!
+ \***********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -44187,7 +43417,7 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isInt;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
@@ -44212,12 +43442,12 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 292 */
-/*!***************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isLowercase.js ***!
- \***************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+/* 283 */
+/*!*****************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isLowercase.js ***!
+ \*****************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
"use strict";
@@ -44227,7 +43457,7 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isLowercase;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
@@ -44240,10 +43470,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 293 */
-/*!***************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isUppercase.js ***!
- \***************************************************************************************/
+/* 284 */
+/*!*****************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isUppercase.js ***!
+ \*****************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -44255,7 +43485,7 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isUppercase;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
@@ -44268,81 +43498,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 294 */
-/*!**********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isIMEI.js ***!
- \**********************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true });
-
-exports.default = isIMEI;
-
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
-
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-
-var imeiRegexWithoutHypens = /^[0-9]{15}$/;
-var imeiRegexWithHypens = /^\d{2}-\d{6}-\d{6}-\d{1}$/;
-
-function isIMEI(str, options) {
- (0, _assertString.default)(str);
- options = options || {}; // default regex for checking imei is the one without hyphens
-
- var imeiRegex = imeiRegexWithoutHypens;
-
- if (options.allow_hyphens) {
- imeiRegex = imeiRegexWithHypens;
- }
-
- if (!imeiRegex.test(str)) {
- return false;
- }
-
- str = str.replace(/-/g, '');
- var sum = 0,
- mul = 2,
- l = 14;
-
- for (var i = 0; i < l; i++) {
- var digit = str.substring(l - i - 1, l - i);
- var tp = parseInt(digit, 10) * mul;
-
- if (tp >= 10) {
- sum += tp % 10 + 1;
- } else {
- sum += tp;
- }
-
- if (mul === 1) {
- mul += 1;
- } else {
- mul -= 1;
- }
- }
-
- var chk = (10 - sum % 10) % 10;
-
- if (chk !== parseInt(str.substring(14, 15), 10)) {
- return false;
- }
-
- return true;
-}
-
-module.exports = exports.default;
-module.exports.default = exports.default;
-
-/***/ }),
-/* 295 */
-/*!***********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isAscii.js ***!
- \***********************************************************************************/
+/* 285 */
+/*!*************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isAscii.js ***!
+ \*************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -44354,7 +43513,7 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isAscii;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
@@ -44371,10 +43530,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 296 */
-/*!***************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isFullWidth.js ***!
- \***************************************************************************************/
+/* 286 */
+/*!*****************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isFullWidth.js ***!
+ \*****************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -44387,7 +43546,7 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isFullWidth;
exports.fullWidth = void 0;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
@@ -44400,10 +43559,10 @@ function isFullWidth(str) {
}
/***/ }),
-/* 297 */
-/*!***************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isHalfWidth.js ***!
- \***************************************************************************************/
+/* 287 */
+/*!*****************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isHalfWidth.js ***!
+ \*****************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -44416,7 +43575,7 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isHalfWidth;
exports.halfWidth = void 0;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
@@ -44429,10 +43588,10 @@ function isHalfWidth(str) {
}
/***/ }),
-/* 298 */
-/*!*******************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isVariableWidth.js ***!
- \*******************************************************************************************/
+/* 288 */
+/*!*********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isVariableWidth.js ***!
+ \*********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -44444,11 +43603,11 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isVariableWidth;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
-var _isFullWidth = __webpack_require__(/*! ./isFullWidth */ 296);
+var _isFullWidth = __webpack_require__(/*! ./isFullWidth */ 286);
-var _isHalfWidth = __webpack_require__(/*! ./isHalfWidth */ 297);
+var _isHalfWidth = __webpack_require__(/*! ./isHalfWidth */ 287);
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
@@ -44461,10 +43620,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 299 */
-/*!***************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isMultibyte.js ***!
- \***************************************************************************************/
+/* 289 */
+/*!*****************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isMultibyte.js ***!
+ \*****************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -44476,7 +43635,7 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isMultibyte;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
@@ -44493,10 +43652,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 300 */
-/*!************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isSemVer.js ***!
- \************************************************************************************/
+/* 290 */
+/*!*********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isSurrogatePair.js ***!
+ \*********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -44506,35 +43665,27 @@ module.exports.default = exports.default;
Object.defineProperty(exports, "__esModule", {
value: true });
-exports.default = isSemVer;
-
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+exports.default = isSurrogatePair;
-var _multilineRegex = _interopRequireDefault(__webpack_require__(/*! ./util/multilineRegex */ 301));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-/**
- * Regular Expression to match
- * semantic versioning (SemVer)
- * built from multi-line, multi-parts regexp
- * Reference: https://semver.org/
- */
-var semanticVersioningRegex = (0, _multilineRegex.default)(['^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)', '(?:-((?:0|[1-9]\\d*|\\d*[a-z-][0-9a-z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-z-][0-9a-z-]*))*))', '?(?:\\+([0-9a-z-]+(?:\\.[0-9a-z-]+)*))?$'], 'i');
+var surrogatePair = /[\uD800-\uDBFF][\uDC00-\uDFFF]/;
-function isSemVer(str) {
+function isSurrogatePair(str) {
(0, _assertString.default)(str);
- return semanticVersioningRegex.test(str);
+ return surrogatePair.test(str);
}
module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 301 */
-/*!***********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/util/multilineRegex.js ***!
- \***********************************************************************************************/
+/* 291 */
+/*!*************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isFloat.js ***!
+ \*************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -44544,59 +43695,36 @@ module.exports.default = exports.default;
Object.defineProperty(exports, "__esModule", {
value: true });
-exports.default = multilineRegexp;
-
-/**
- * Build RegExp object from an array
- * of multiple/multi-line regexp parts
- *
- * @param {string[]} parts
- * @param {string} flags
- * @return {object} - RegExp object
- */
-function multilineRegexp(parts, flags) {
- var regexpAsStringLiteral = parts.join('');
- return new RegExp(regexpAsStringLiteral, flags);
-}
-
-module.exports = exports.default;
-module.exports.default = exports.default;
-
-/***/ }),
-/* 302 */
-/*!*******************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isSurrogatePair.js ***!
- \*******************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true });
+exports.default = isFloat;
+exports.locales = void 0;
-exports.default = isSurrogatePair;
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _alpha = __webpack_require__(/*! ./alpha */ 278);
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-var surrogatePair = /[\uD800-\uDBFF][\uDC00-\uDFFF]/;
-
-function isSurrogatePair(str) {
+function isFloat(str, options) {
(0, _assertString.default)(str);
- return surrogatePair.test(str);
+ options = options || {};
+ var float = new RegExp("^(?:[-+])?(?:[0-9]+)?(?:\\".concat(options.locale ? _alpha.decimal[options.locale] : '.', "[0-9]*)?(?:[eE][\\+\\-]?(?:[0-9]+))?$"));
+
+ if (str === '' || str === '.' || str === '-' || str === '+') {
+ return false;
+ }
+
+ var value = parseFloat(str.replace(',', '.'));
+ return float.test(str) && (!options.hasOwnProperty('min') || value >= options.min) && (!options.hasOwnProperty('max') || value <= options.max) && (!options.hasOwnProperty('lt') || value < options.lt) && (!options.hasOwnProperty('gt') || value > options.gt);
}
-module.exports = exports.default;
-module.exports.default = exports.default;
+var locales = Object.keys(_alpha.decimal);
+exports.locales = locales;
/***/ }),
-/* 303 */
-/*!*************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isDecimal.js ***!
- \*************************************************************************************/
+/* 292 */
+/*!***************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isDecimal.js ***!
+ \***************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -44608,13 +43736,13 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isDecimal;
-var _merge = _interopRequireDefault(__webpack_require__(/*! ./util/merge */ 274));
+var _merge = _interopRequireDefault(__webpack_require__(/*! ./util/merge */ 269));
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
-var _includes = _interopRequireDefault(__webpack_require__(/*! ./util/includes */ 304));
+var _includes = _interopRequireDefault(__webpack_require__(/*! ./util/includes */ 293));
-var _alpha = __webpack_require__(/*! ./alpha */ 268);
+var _alpha = __webpack_require__(/*! ./alpha */ 278);
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
@@ -44645,10 +43773,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 304 */
-/*!*****************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/util/includes.js ***!
- \*****************************************************************************************/
+/* 293 */
+/*!*******************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/util/includes.js ***!
+ \*******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -44672,10 +43800,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 305 */
-/*!*****************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isHexadecimal.js ***!
- \*****************************************************************************************/
+/* 294 */
+/*!*******************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isHexadecimal.js ***!
+ \*******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -44687,11 +43815,11 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isHexadecimal;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-var hexadecimal = /^(0x|0h)?[0-9A-F]+$/i;
+var hexadecimal = /^[0-9A-F]+$/i;
function isHexadecimal(str) {
(0, _assertString.default)(str);
@@ -44702,40 +43830,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 306 */
-/*!***********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isOctal.js ***!
- \***********************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true });
-
-exports.default = isOctal;
-
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
-
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-
-var octal = /^(0o)?[0-7]+$/i;
-
-function isOctal(str) {
- (0, _assertString.default)(str);
- return octal.test(str);
-}
-
-module.exports = exports.default;
-module.exports.default = exports.default;
-
-/***/ }),
-/* 307 */
-/*!*****************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isDivisibleBy.js ***!
- \*****************************************************************************************/
+/* 295 */
+/*!*******************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isDivisibleBy.js ***!
+ \*******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -44747,9 +43845,9 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isDivisibleBy;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
-var _toFloat = _interopRequireDefault(__webpack_require__(/*! ./toFloat */ 266));
+var _toFloat = _interopRequireDefault(__webpack_require__(/*! ./toFloat */ 261));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
@@ -44762,10 +43860,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 308 */
-/*!**************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isHexColor.js ***!
- \**************************************************************************************/
+/* 296 */
+/*!****************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isHexColor.js ***!
+ \****************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -44777,11 +43875,11 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isHexColor;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-var hexcolor = /^#?([0-9A-F]{3}|[0-9A-F]{4}|[0-9A-F]{6}|[0-9A-F]{8})$/i;
+var hexcolor = /^#?([0-9A-F]{3}|[0-9A-F]{6})$/i;
function isHexColor(str) {
(0, _assertString.default)(str);
@@ -44792,87 +43890,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 309 */
-/*!**************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isRgbColor.js ***!
- \**************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true });
-
-exports.default = isRgbColor;
-
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
-
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-
-var rgbColor = /^rgb\((([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5]),){2}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\)$/;
-var rgbaColor = /^rgba\((([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5]),){3}(0?\.\d|1(\.0)?|0(\.0)?)\)$/;
-var rgbColorPercent = /^rgb\((([0-9]%|[1-9][0-9]%|100%),){2}([0-9]%|[1-9][0-9]%|100%)\)/;
-var rgbaColorPercent = /^rgba\((([0-9]%|[1-9][0-9]%|100%),){3}(0?\.\d|1(\.0)?|0(\.0)?)\)/;
-
-function isRgbColor(str) {
- var includePercentValues = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
- (0, _assertString.default)(str);
-
- if (!includePercentValues) {
- return rgbColor.test(str) || rgbaColor.test(str);
- }
-
- return rgbColor.test(str) || rgbaColor.test(str) || rgbColorPercent.test(str) || rgbaColorPercent.test(str);
-}
-
-module.exports = exports.default;
-module.exports.default = exports.default;
-
-/***/ }),
-/* 310 */
-/*!*********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isHSL.js ***!
- \*********************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true });
-
-exports.default = isHSL;
-
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
-
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-
-var hslComma = /^hsla?\(((\+|\-)?([0-9]+(\.[0-9]+)?(e(\+|\-)?[0-9]+)?|\.[0-9]+(e(\+|\-)?[0-9]+)?))(deg|grad|rad|turn)?(,(\+|\-)?([0-9]+(\.[0-9]+)?(e(\+|\-)?[0-9]+)?|\.[0-9]+(e(\+|\-)?[0-9]+)?)%){2}(,((\+|\-)?([0-9]+(\.[0-9]+)?(e(\+|\-)?[0-9]+)?|\.[0-9]+(e(\+|\-)?[0-9]+)?)%?))?\)$/i;
-var hslSpace = /^hsla?\(((\+|\-)?([0-9]+(\.[0-9]+)?(e(\+|\-)?[0-9]+)?|\.[0-9]+(e(\+|\-)?[0-9]+)?))(deg|grad|rad|turn)?(\s(\+|\-)?([0-9]+(\.[0-9]+)?(e(\+|\-)?[0-9]+)?|\.[0-9]+(e(\+|\-)?[0-9]+)?)%){2}\s?(\/\s((\+|\-)?([0-9]+(\.[0-9]+)?(e(\+|\-)?[0-9]+)?|\.[0-9]+(e(\+|\-)?[0-9]+)?)%?)\s?)?\)$/i;
-
-function isHSL(str) {
- (0, _assertString.default)(str); // Strip duplicate spaces before calling the validation regex (See #1598 for more info)
-
- var strippedStr = str.replace(/\s+/g, ' ').replace(/\s?(hsla?\(|\)|,)\s?/ig, '$1');
-
- if (strippedStr.indexOf(',') !== -1) {
- return hslComma.test(strippedStr);
- }
-
- return hslSpace.test(strippedStr);
-}
-
-module.exports = exports.default;
-module.exports.default = exports.default;
-
-/***/ }),
-/* 311 */
-/*!**********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isISRC.js ***!
- \**********************************************************************************/
+/* 297 */
+/*!************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isISRC.js ***!
+ \************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -44884,7 +43905,7 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isISRC;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
@@ -44900,241 +43921,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 312 */
-/*!**********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isIBAN.js ***!
- \**********************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true });
-
-exports.default = isIBAN;
-exports.locales = void 0;
-
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
-
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-
-/**
- * List of country codes with
- * corresponding IBAN regular expression
- * Reference: https://en.wikipedia.org/wiki/International_Bank_Account_Number
- */
-var ibanRegexThroughCountryCode = {
- AD: /^(AD[0-9]{2})\d{8}[A-Z0-9]{12}$/,
- AE: /^(AE[0-9]{2})\d{3}\d{16}$/,
- AL: /^(AL[0-9]{2})\d{8}[A-Z0-9]{16}$/,
- AT: /^(AT[0-9]{2})\d{16}$/,
- AZ: /^(AZ[0-9]{2})[A-Z0-9]{4}\d{20}$/,
- BA: /^(BA[0-9]{2})\d{16}$/,
- BE: /^(BE[0-9]{2})\d{12}$/,
- BG: /^(BG[0-9]{2})[A-Z]{4}\d{6}[A-Z0-9]{8}$/,
- BH: /^(BH[0-9]{2})[A-Z]{4}[A-Z0-9]{14}$/,
- BR: /^(BR[0-9]{2})\d{23}[A-Z]{1}[A-Z0-9]{1}$/,
- BY: /^(BY[0-9]{2})[A-Z0-9]{4}\d{20}$/,
- CH: /^(CH[0-9]{2})\d{5}[A-Z0-9]{12}$/,
- CR: /^(CR[0-9]{2})\d{18}$/,
- CY: /^(CY[0-9]{2})\d{8}[A-Z0-9]{16}$/,
- CZ: /^(CZ[0-9]{2})\d{20}$/,
- DE: /^(DE[0-9]{2})\d{18}$/,
- DK: /^(DK[0-9]{2})\d{14}$/,
- DO: /^(DO[0-9]{2})[A-Z]{4}\d{20}$/,
- EE: /^(EE[0-9]{2})\d{16}$/,
- EG: /^(EG[0-9]{2})\d{25}$/,
- ES: /^(ES[0-9]{2})\d{20}$/,
- FI: /^(FI[0-9]{2})\d{14}$/,
- FO: /^(FO[0-9]{2})\d{14}$/,
- FR: /^(FR[0-9]{2})\d{10}[A-Z0-9]{11}\d{2}$/,
- GB: /^(GB[0-9]{2})[A-Z]{4}\d{14}$/,
- GE: /^(GE[0-9]{2})[A-Z0-9]{2}\d{16}$/,
- GI: /^(GI[0-9]{2})[A-Z]{4}[A-Z0-9]{15}$/,
- GL: /^(GL[0-9]{2})\d{14}$/,
- GR: /^(GR[0-9]{2})\d{7}[A-Z0-9]{16}$/,
- GT: /^(GT[0-9]{2})[A-Z0-9]{4}[A-Z0-9]{20}$/,
- HR: /^(HR[0-9]{2})\d{17}$/,
- HU: /^(HU[0-9]{2})\d{24}$/,
- IE: /^(IE[0-9]{2})[A-Z0-9]{4}\d{14}$/,
- IL: /^(IL[0-9]{2})\d{19}$/,
- IQ: /^(IQ[0-9]{2})[A-Z]{4}\d{15}$/,
- IR: /^(IR[0-9]{2})0\d{2}0\d{18}$/,
- IS: /^(IS[0-9]{2})\d{22}$/,
- IT: /^(IT[0-9]{2})[A-Z]{1}\d{10}[A-Z0-9]{12}$/,
- JO: /^(JO[0-9]{2})[A-Z]{4}\d{22}$/,
- KW: /^(KW[0-9]{2})[A-Z]{4}[A-Z0-9]{22}$/,
- KZ: /^(KZ[0-9]{2})\d{3}[A-Z0-9]{13}$/,
- LB: /^(LB[0-9]{2})\d{4}[A-Z0-9]{20}$/,
- LC: /^(LC[0-9]{2})[A-Z]{4}[A-Z0-9]{24}$/,
- LI: /^(LI[0-9]{2})\d{5}[A-Z0-9]{12}$/,
- LT: /^(LT[0-9]{2})\d{16}$/,
- LU: /^(LU[0-9]{2})\d{3}[A-Z0-9]{13}$/,
- LV: /^(LV[0-9]{2})[A-Z]{4}[A-Z0-9]{13}$/,
- MC: /^(MC[0-9]{2})\d{10}[A-Z0-9]{11}\d{2}$/,
- MD: /^(MD[0-9]{2})[A-Z0-9]{20}$/,
- ME: /^(ME[0-9]{2})\d{18}$/,
- MK: /^(MK[0-9]{2})\d{3}[A-Z0-9]{10}\d{2}$/,
- MR: /^(MR[0-9]{2})\d{23}$/,
- MT: /^(MT[0-9]{2})[A-Z]{4}\d{5}[A-Z0-9]{18}$/,
- MU: /^(MU[0-9]{2})[A-Z]{4}\d{19}[A-Z]{3}$/,
- MZ: /^(MZ[0-9]{2})\d{21}$/,
- NL: /^(NL[0-9]{2})[A-Z]{4}\d{10}$/,
- NO: /^(NO[0-9]{2})\d{11}$/,
- PK: /^(PK[0-9]{2})[A-Z0-9]{4}\d{16}$/,
- PL: /^(PL[0-9]{2})\d{24}$/,
- PS: /^(PS[0-9]{2})[A-Z0-9]{4}\d{21}$/,
- PT: /^(PT[0-9]{2})\d{21}$/,
- QA: /^(QA[0-9]{2})[A-Z]{4}[A-Z0-9]{21}$/,
- RO: /^(RO[0-9]{2})[A-Z]{4}[A-Z0-9]{16}$/,
- RS: /^(RS[0-9]{2})\d{18}$/,
- SA: /^(SA[0-9]{2})\d{2}[A-Z0-9]{18}$/,
- SC: /^(SC[0-9]{2})[A-Z]{4}\d{20}[A-Z]{3}$/,
- SE: /^(SE[0-9]{2})\d{20}$/,
- SI: /^(SI[0-9]{2})\d{15}$/,
- SK: /^(SK[0-9]{2})\d{20}$/,
- SM: /^(SM[0-9]{2})[A-Z]{1}\d{10}[A-Z0-9]{12}$/,
- SV: /^(SV[0-9]{2})[A-Z0-9]{4}\d{20}$/,
- TL: /^(TL[0-9]{2})\d{19}$/,
- TN: /^(TN[0-9]{2})\d{20}$/,
- TR: /^(TR[0-9]{2})\d{5}[A-Z0-9]{17}$/,
- UA: /^(UA[0-9]{2})\d{6}[A-Z0-9]{19}$/,
- VA: /^(VA[0-9]{2})\d{18}$/,
- VG: /^(VG[0-9]{2})[A-Z0-9]{4}\d{16}$/,
- XK: /^(XK[0-9]{2})\d{16}$/ };
-
-/**
- * Check whether string has correct universal IBAN format
- * The IBAN consists of up to 34 alphanumeric characters, as follows:
- * Country Code using ISO 3166-1 alpha-2, two letters
- * check digits, two digits and
- * Basic Bank Account Number (BBAN), up to 30 alphanumeric characters.
- * NOTE: Permitted IBAN characters are: digits [0-9] and the 26 latin alphabetic [A-Z]
- *
- * @param {string} str - string under validation
- * @return {boolean}
- */
-
-function hasValidIbanFormat(str) {
- // Strip white spaces and hyphens
- var strippedStr = str.replace(/[\s\-]+/gi, '').toUpperCase();
- var isoCountryCode = strippedStr.slice(0, 2).toUpperCase();
- return isoCountryCode in ibanRegexThroughCountryCode && ibanRegexThroughCountryCode[isoCountryCode].test(strippedStr);
-}
-/**
- * Check whether string has valid IBAN Checksum
- * by performing basic mod-97 operation and
- * the remainder should equal 1
- * -- Start by rearranging the IBAN by moving the four initial characters to the end of the string
- * -- Replace each letter in the string with two digits, A -> 10, B = 11, Z = 35
- * -- Interpret the string as a decimal integer and
- * -- compute the remainder on division by 97 (mod 97)
- * Reference: https://en.wikipedia.org/wiki/International_Bank_Account_Number
- *
- * @param {string} str
- * @return {boolean}
- */
-
-
-function hasValidIbanChecksum(str) {
- var strippedStr = str.replace(/[^A-Z0-9]+/gi, '').toUpperCase(); // Keep only digits and A-Z latin alphabetic
-
- var rearranged = strippedStr.slice(4) + strippedStr.slice(0, 4);
- var alphaCapsReplacedWithDigits = rearranged.replace(/[A-Z]/g, function (char) {
- return char.charCodeAt(0) - 55;
- });
- var remainder = alphaCapsReplacedWithDigits.match(/\d{1,7}/g).reduce(function (acc, value) {
- return Number(acc + value) % 97;
- }, '');
- return remainder === 1;
-}
-
-function isIBAN(str) {
- (0, _assertString.default)(str);
- return hasValidIbanFormat(str) && hasValidIbanChecksum(str);
-}
-
-var locales = Object.keys(ibanRegexThroughCountryCode);
-exports.locales = locales;
-
-/***/ }),
-/* 313 */
-/*!*********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isBIC.js ***!
- \*********************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true });
-
-exports.default = isBIC;
-
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
-
-var _isISO31661Alpha = __webpack_require__(/*! ./isISO31661Alpha2 */ 314);
-
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-
-// https://en.wikipedia.org/wiki/ISO_9362
-var isBICReg = /^[A-Za-z]{6}[A-Za-z0-9]{2}([A-Za-z0-9]{3})?$/;
-
-function isBIC(str) {
- (0, _assertString.default)(str); // toUpperCase() should be removed when a new major version goes out that changes
- // the regex to [A-Z] (per the spec).
-
- if (!_isISO31661Alpha.CountryCodes.has(str.slice(4, 6).toUpperCase())) {
- return false;
- }
-
- return isBICReg.test(str);
-}
-
-module.exports = exports.default;
-module.exports.default = exports.default;
-
-/***/ }),
-/* 314 */
-/*!********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isISO31661Alpha2.js ***!
- \********************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true });
-
-exports.default = isISO31661Alpha2;
-exports.CountryCodes = void 0;
-
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
-
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-
-// from https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
-var validISO31661Alpha2CountriesCodes = new Set(['AD', 'AE', 'AF', 'AG', 'AI', 'AL', 'AM', 'AO', 'AQ', 'AR', 'AS', 'AT', 'AU', 'AW', 'AX', 'AZ', 'BA', 'BB', 'BD', 'BE', 'BF', 'BG', 'BH', 'BI', 'BJ', 'BL', 'BM', 'BN', 'BO', 'BQ', 'BR', 'BS', 'BT', 'BV', 'BW', 'BY', 'BZ', 'CA', 'CC', 'CD', 'CF', 'CG', 'CH', 'CI', 'CK', 'CL', 'CM', 'CN', 'CO', 'CR', 'CU', 'CV', 'CW', 'CX', 'CY', 'CZ', 'DE', 'DJ', 'DK', 'DM', 'DO', 'DZ', 'EC', 'EE', 'EG', 'EH', 'ER', 'ES', 'ET', 'FI', 'FJ', 'FK', 'FM', 'FO', 'FR', 'GA', 'GB', 'GD', 'GE', 'GF', 'GG', 'GH', 'GI', 'GL', 'GM', 'GN', 'GP', 'GQ', 'GR', 'GS', 'GT', 'GU', 'GW', 'GY', 'HK', 'HM', 'HN', 'HR', 'HT', 'HU', 'ID', 'IE', 'IL', 'IM', 'IN', 'IO', 'IQ', 'IR', 'IS', 'IT', 'JE', 'JM', 'JO', 'JP', 'KE', 'KG', 'KH', 'KI', 'KM', 'KN', 'KP', 'KR', 'KW', 'KY', 'KZ', 'LA', 'LB', 'LC', 'LI', 'LK', 'LR', 'LS', 'LT', 'LU', 'LV', 'LY', 'MA', 'MC', 'MD', 'ME', 'MF', 'MG', 'MH', 'MK', 'ML', 'MM', 'MN', 'MO', 'MP', 'MQ', 'MR', 'MS', 'MT', 'MU', 'MV', 'MW', 'MX', 'MY', 'MZ', 'NA', 'NC', 'NE', 'NF', 'NG', 'NI', 'NL', 'NO', 'NP', 'NR', 'NU', 'NZ', 'OM', 'PA', 'PE', 'PF', 'PG', 'PH', 'PK', 'PL', 'PM', 'PN', 'PR', 'PS', 'PT', 'PW', 'PY', 'QA', 'RE', 'RO', 'RS', 'RU', 'RW', 'SA', 'SB', 'SC', 'SD', 'SE', 'SG', 'SH', 'SI', 'SJ', 'SK', 'SL', 'SM', 'SN', 'SO', 'SR', 'SS', 'ST', 'SV', 'SX', 'SY', 'SZ', 'TC', 'TD', 'TF', 'TG', 'TH', 'TJ', 'TK', 'TL', 'TM', 'TN', 'TO', 'TR', 'TT', 'TV', 'TW', 'TZ', 'UA', 'UG', 'UM', 'US', 'UY', 'UZ', 'VA', 'VC', 'VE', 'VG', 'VI', 'VN', 'VU', 'WF', 'WS', 'YE', 'YT', 'ZA', 'ZM', 'ZW']);
-
-function isISO31661Alpha2(str) {
- (0, _assertString.default)(str);
- return validISO31661Alpha2CountriesCodes.has(str.toUpperCase());
-}
-
-var CountryCodes = validISO31661Alpha2CountriesCodes;
-exports.CountryCodes = CountryCodes;
-
-/***/ }),
-/* 315 */
-/*!*********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isMD5.js ***!
- \*********************************************************************************/
+/* 298 */
+/*!***********************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isMD5.js ***!
+ \***********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -45146,7 +43936,7 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isMD5;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
@@ -45161,10 +43951,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 316 */
-/*!**********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isHash.js ***!
- \**********************************************************************************/
+/* 299 */
+/*!************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isHash.js ***!
+ \************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -45176,7 +43966,7 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isHash;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
@@ -45198,7 +43988,7 @@ var lengths = {
function isHash(str, algorithm) {
(0, _assertString.default)(str);
- var hash = new RegExp("^[a-fA-F0-9]{".concat(lengths[algorithm], "}$"));
+ var hash = new RegExp("^[a-f0-9]{".concat(lengths[algorithm], "}$"));
return hash.test(str);
}
@@ -45206,10 +43996,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 317 */
-/*!*********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isJWT.js ***!
- \*********************************************************************************/
+/* 300 */
+/*!***********************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isJWT.js ***!
+ \***********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -45221,84 +44011,25 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isJWT;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
-
-var _isBase = _interopRequireDefault(__webpack_require__(/*! ./isBase64 */ 318));
-
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-
-function isJWT(str) {
- (0, _assertString.default)(str);
- var dotSplit = str.split('.');
- var len = dotSplit.length;
-
- if (len > 3 || len < 2) {
- return false;
- }
-
- return dotSplit.reduce(function (acc, currElem) {
- return acc && (0, _isBase.default)(currElem, {
- urlSafe: true });
-
- }, true);
-}
-
-module.exports = exports.default;
-module.exports.default = exports.default;
-
-/***/ }),
-/* 318 */
-/*!************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isBase64.js ***!
- \************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true });
-
-exports.default = isBase64;
-
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
-
-var _merge = _interopRequireDefault(__webpack_require__(/*! ./util/merge */ 274));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-var notBase64 = /[^A-Z0-9+\/=]/i;
-var urlSafeBase64 = /^[A-Z0-9_\-]*$/i;
-var defaultBase64Options = {
- urlSafe: false };
-
+var jwt = /^([A-Za-z0-9\-_~+\/]+[=]{0,2})\.([A-Za-z0-9\-_~+\/]+[=]{0,2})(?:\.([A-Za-z0-9\-_~+\/]+[=]{0,2}))?$/;
-function isBase64(str, options) {
+function isJWT(str) {
(0, _assertString.default)(str);
- options = (0, _merge.default)(options, defaultBase64Options);
- var len = str.length;
-
- if (options.urlSafe) {
- return urlSafeBase64.test(str);
- }
-
- if (len % 4 !== 0 || notBase64.test(str)) {
- return false;
- }
-
- var firstPaddingChar = str.indexOf('=');
- return firstPaddingChar === -1 || firstPaddingChar === len - 1 || firstPaddingChar === len - 2 && str[len - 1] === '=';
+ return jwt.test(str);
}
module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 319 */
-/*!**********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isJSON.js ***!
- \**********************************************************************************/
+/* 301 */
+/*!************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isJSON.js ***!
+ \************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -45310,31 +44041,18 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isJSON;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
-
-var _merge = _interopRequireDefault(__webpack_require__(/*! ./util/merge */ 274));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-function _typeof(obj) {"@babel/helpers - typeof";if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {_typeof = function _typeof(obj) {return typeof obj;};} else {_typeof = function _typeof(obj) {return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;};}return _typeof(obj);}
+function _typeof(obj) {if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {_typeof = function _typeof(obj) {return typeof obj;};} else {_typeof = function _typeof(obj) {return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;};}return _typeof(obj);}
-var default_json_options = {
- allow_primitives: false };
-
-
-function isJSON(str, options) {
+function isJSON(str) {
(0, _assertString.default)(str);
try {
- options = (0, _merge.default)(options, default_json_options);
- var primitives = [];
-
- if (options.allow_primitives) {
- primitives = [null, false, true];
- }
-
var obj = JSON.parse(str);
- return primitives.includes(obj) || !!obj && _typeof(obj) === 'object';
+ return !!obj && _typeof(obj) === 'object';
} catch (e) {
/* ignore */
}
@@ -45346,10 +44064,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 320 */
-/*!***********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isEmpty.js ***!
- \***********************************************************************************/
+/* 302 */
+/*!*************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isEmpty.js ***!
+ \*************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -45361,9 +44079,9 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isEmpty;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
-var _merge = _interopRequireDefault(__webpack_require__(/*! ./util/merge */ 274));
+var _merge = _interopRequireDefault(__webpack_require__(/*! ./util/merge */ 269));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
@@ -45381,10 +44099,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 321 */
-/*!************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isLength.js ***!
- \************************************************************************************/
+/* 303 */
+/*!**************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isLength.js ***!
+ \**************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -45396,11 +44114,11 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isLength;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-function _typeof(obj) {"@babel/helpers - typeof";if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {_typeof = function _typeof(obj) {return typeof obj;};} else {_typeof = function _typeof(obj) {return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;};}return _typeof(obj);}
+function _typeof(obj) {if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {_typeof = function _typeof(obj) {return typeof obj;};} else {_typeof = function _typeof(obj) {return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;};}return _typeof(obj);}
/* eslint-disable prefer-rest-params */
function isLength(str, options) {
@@ -45413,7 +44131,7 @@ function isLength(str, options) {
max = options.max;
} else {
// backwards compatibility: isLength(str, min [, max])
- min = arguments[1] || 0;
+ min = arguments[1];
max = arguments[2];
}
@@ -45426,10 +44144,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 322 */
-/*!**********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isUUID.js ***!
- \**********************************************************************************/
+/* 304 */
+/*!************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isUUID.js ***!
+ \************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -45441,33 +44159,32 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isUUID;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
var uuid = {
- 1: /^[0-9A-F]{8}-[0-9A-F]{4}-1[0-9A-F]{3}-[0-9A-F]{4}-[0-9A-F]{12}$/i,
- 2: /^[0-9A-F]{8}-[0-9A-F]{4}-2[0-9A-F]{3}-[0-9A-F]{4}-[0-9A-F]{12}$/i,
3: /^[0-9A-F]{8}-[0-9A-F]{4}-3[0-9A-F]{3}-[0-9A-F]{4}-[0-9A-F]{12}$/i,
4: /^[0-9A-F]{8}-[0-9A-F]{4}-4[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}$/i,
5: /^[0-9A-F]{8}-[0-9A-F]{4}-5[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}$/i,
all: /^[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}$/i };
-function isUUID(str, version) {
+function isUUID(str) {
+ var version = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'all';
(0, _assertString.default)(str);
- var pattern = uuid[![undefined, null].includes(version) ? version : 'all'];
- return !!pattern && pattern.test(str);
+ var pattern = uuid[version];
+ return pattern && pattern.test(str);
}
module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 323 */
-/*!*************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isMongoId.js ***!
- \*************************************************************************************/
+/* 305 */
+/*!***************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isMongoId.js ***!
+ \***************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -45479,9 +44196,9 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isMongoId;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
-var _isHexadecimal = _interopRequireDefault(__webpack_require__(/*! ./isHexadecimal */ 305));
+var _isHexadecimal = _interopRequireDefault(__webpack_require__(/*! ./isHexadecimal */ 294));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
@@ -45494,10 +44211,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 324 */
-/*!***********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isAfter.js ***!
- \***********************************************************************************/
+/* 306 */
+/*!*************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isAfter.js ***!
+ \*************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -45509,9 +44226,9 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isAfter;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
-var _toDate = _interopRequireDefault(__webpack_require__(/*! ./toDate */ 264));
+var _toDate = _interopRequireDefault(__webpack_require__(/*! ./toDate */ 259));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
@@ -45527,10 +44244,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 325 */
-/*!************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isBefore.js ***!
- \************************************************************************************/
+/* 307 */
+/*!**************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isBefore.js ***!
+ \**************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -45542,9 +44259,9 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isBefore;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
-var _toDate = _interopRequireDefault(__webpack_require__(/*! ./toDate */ 264));
+var _toDate = _interopRequireDefault(__webpack_require__(/*! ./toDate */ 259));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
@@ -45560,10 +44277,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 326 */
-/*!********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isIn.js ***!
- \********************************************************************************/
+/* 308 */
+/*!**********************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isIn.js ***!
+ \**********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -45575,13 +44292,13 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isIn;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
-var _toString = _interopRequireDefault(__webpack_require__(/*! ./util/toString */ 273));
+var _toString = _interopRequireDefault(__webpack_require__(/*! ./util/toString */ 266));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-function _typeof(obj) {"@babel/helpers - typeof";if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {_typeof = function _typeof(obj) {return typeof obj;};} else {_typeof = function _typeof(obj) {return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;};}return _typeof(obj);}
+function _typeof(obj) {if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {_typeof = function _typeof(obj) {return typeof obj;};} else {_typeof = function _typeof(obj) {return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;};}return _typeof(obj);}
function isIn(str, options) {
(0, _assertString.default)(str);
@@ -45591,8 +44308,6 @@ function isIn(str, options) {
var array = [];
for (i in options) {
- // https://github.com/gotwarlost/istanbul/blob/master/ignoring-code-for-coverage.md#ignoring-code-for-coverage-purposes
- // istanbul ignore else
if ({}.hasOwnProperty.call(options, i)) {
array[i] = (0, _toString.default)(options[i]);
}
@@ -45612,10 +44327,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 327 */
-/*!****************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isCreditCard.js ***!
- \****************************************************************************************/
+/* 309 */
+/*!******************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isCreditCard.js ***!
+ \******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -45627,12 +44342,12 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isCreditCard;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
/* eslint-disable max-len */
-var creditCard = /^(?:4[0-9]{12}(?:[0-9]{3,6})?|5[1-5][0-9]{14}|(222[1-9]|22[3-9][0-9]|2[3-6][0-9]{2}|27[01][0-9]|2720)[0-9]{12}|6(?:011|5[0-9][0-9])[0-9]{12,15}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\d{3})\d{11}|6[27][0-9]{14}|^(81[0-9]{14,17}))$/;
+var creditCard = /^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|(222[1-9]|22[3-9][0-9]|2[3-6][0-9]{2}|27[01][0-9]|2720)[0-9]{12}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\d{3})\d{11}|6[27][0-9]{14})$/;
/* eslint-enable max-len */
function isCreditCard(str) {
@@ -45674,10 +44389,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 328 */
-/*!******************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isIdentityCard.js ***!
- \******************************************************************************************/
+/* 310 */
+/*!********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isIdentityCard.js ***!
+ \********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -45689,46 +44404,11 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isIdentityCard;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
-
-var _isInt = _interopRequireDefault(__webpack_require__(/*! ./isInt */ 291));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
var validators = {
- PL: function PL(str) {
- (0, _assertString.default)(str);
- var weightOfDigits = {
- 1: 1,
- 2: 3,
- 3: 7,
- 4: 9,
- 5: 1,
- 6: 3,
- 7: 7,
- 8: 9,
- 9: 1,
- 10: 3,
- 11: 0 };
-
-
- if (str != null && str.length === 11 && (0, _isInt.default)(str, {
- allow_leading_zeroes: true }))
- {
- var digits = str.split('').slice(0, -1);
- var sum = digits.reduce(function (acc, digit, index) {
- return acc + Number(digit) * weightOfDigits[index + 1];
- }, 0);
- var modulo = sum % 10;
- var lastDigit = Number(str.charAt(str.length - 1));
-
- if (modulo === 0 && lastDigit === 0 || lastDigit === 10 - modulo) {
- return true;
- }
- }
-
- return false;
- },
ES: function ES(str) {
(0, _assertString.default)(str);
var DNI = /^[0-9X-Z][0-9]{7}[TRWAGMYFPDXBNJZSQVHLCKE]$/;
@@ -45750,307 +44430,19 @@ var validators = {
return charsValue[char];
});
return sanitized.endsWith(controlDigits[number % 23]);
- },
- FI: function FI(str) {
- // https://dvv.fi/en/personal-identity-code#:~:text=control%20character%20for%20a-,personal,-identity%20code%20calculated
- (0, _assertString.default)(str);
-
- if (str.length !== 11) {
- return false;
- }
-
- if (!str.match(/^\d{6}[\-A\+]\d{3}[0-9ABCDEFHJKLMNPRSTUVWXY]{1}$/)) {
- return false;
- }
+ } };
- var checkDigits = '0123456789ABCDEFHJKLMNPRSTUVWXY';
- var idAsNumber = parseInt(str.slice(0, 6), 10) * 1000 + parseInt(str.slice(7, 10), 10);
- var remainder = idAsNumber % 31;
- var checkDigit = checkDigits[remainder];
- return checkDigit === str.slice(10, 11);
- },
- IN: function IN(str) {
- var DNI = /^[1-9]\d{3}\s?\d{4}\s?\d{4}$/; // multiplication table
- var d = [[0, 1, 2, 3, 4, 5, 6, 7, 8, 9], [1, 2, 3, 4, 0, 6, 7, 8, 9, 5], [2, 3, 4, 0, 1, 7, 8, 9, 5, 6], [3, 4, 0, 1, 2, 8, 9, 5, 6, 7], [4, 0, 1, 2, 3, 9, 5, 6, 7, 8], [5, 9, 8, 7, 6, 0, 4, 3, 2, 1], [6, 5, 9, 8, 7, 1, 0, 4, 3, 2], [7, 6, 5, 9, 8, 2, 1, 0, 4, 3], [8, 7, 6, 5, 9, 3, 2, 1, 0, 4], [9, 8, 7, 6, 5, 4, 3, 2, 1, 0]]; // permutation table
+function isIdentityCard(str) {
+ var locale = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'any';
+ (0, _assertString.default)(str);
- var p = [[0, 1, 2, 3, 4, 5, 6, 7, 8, 9], [1, 5, 7, 6, 2, 8, 3, 0, 9, 4], [5, 8, 0, 3, 7, 9, 6, 1, 4, 2], [8, 9, 1, 6, 0, 4, 3, 5, 2, 7], [9, 4, 5, 3, 1, 2, 6, 8, 7, 0], [4, 2, 8, 6, 5, 7, 3, 9, 0, 1], [2, 7, 9, 3, 8, 0, 6, 4, 1, 5], [7, 0, 4, 6, 9, 1, 3, 2, 5, 8]]; // sanitize user input
-
- var sanitized = str.trim(); // validate the data structure
-
- if (!DNI.test(sanitized)) {
- return false;
- }
-
- var c = 0;
- var invertedArray = sanitized.replace(/\s/g, '').split('').map(Number).reverse();
- invertedArray.forEach(function (val, i) {
- c = d[c][p[i % 8][val]];
- });
- return c === 0;
- },
- IR: function IR(str) {
- if (!str.match(/^\d{10}$/)) return false;
- str = "0000".concat(str).substr(str.length - 6);
- if (parseInt(str.substr(3, 6), 10) === 0) return false;
- var lastNumber = parseInt(str.substr(9, 1), 10);
- var sum = 0;
-
- for (var i = 0; i < 9; i++) {
- sum += parseInt(str.substr(i, 1), 10) * (10 - i);
- }
-
- sum %= 11;
- return sum < 2 && lastNumber === sum || sum >= 2 && lastNumber === 11 - sum;
- },
- IT: function IT(str) {
- if (str.length !== 9) return false;
- if (str === 'CA00000AA') return false; // https://it.wikipedia.org/wiki/Carta_d%27identit%C3%A0_elettronica_italiana
-
- return str.search(/C[A-Z][0-9]{5}[A-Z]{2}/i) > -1;
- },
- NO: function NO(str) {
- var sanitized = str.trim();
- if (isNaN(Number(sanitized))) return false;
- if (sanitized.length !== 11) return false;
- if (sanitized === '00000000000') return false; // https://no.wikipedia.org/wiki/F%C3%B8dselsnummer
-
- var f = sanitized.split('').map(Number);
- var k1 = (11 - (3 * f[0] + 7 * f[1] + 6 * f[2] + 1 * f[3] + 8 * f[4] + 9 * f[5] + 4 * f[6] + 5 * f[7] + 2 * f[8]) % 11) % 11;
- var k2 = (11 - (5 * f[0] + 4 * f[1] + 3 * f[2] + 2 * f[3] + 7 * f[4] + 6 * f[5] + 5 * f[6] + 4 * f[7] + 3 * f[8] + 2 * k1) % 11) % 11;
- if (k1 !== f[9] || k2 !== f[10]) return false;
- return true;
- },
- TH: function TH(str) {
- if (!str.match(/^[1-8]\d{12}$/)) return false; // validate check digit
-
- var sum = 0;
-
- for (var i = 0; i < 12; i++) {
- sum += parseInt(str[i], 10) * (13 - i);
- }
-
- return str[12] === ((11 - sum % 11) % 10).toString();
- },
- LK: function LK(str) {
- var old_nic = /^[1-9]\d{8}[vx]$/i;
- var new_nic = /^[1-9]\d{11}$/i;
- if (str.length === 10 && old_nic.test(str)) return true;else if (str.length === 12 && new_nic.test(str)) return true;
- return false;
- },
- 'he-IL': function heIL(str) {
- var DNI = /^\d{9}$/; // sanitize user input
-
- var sanitized = str.trim(); // validate the data structure
-
- if (!DNI.test(sanitized)) {
- return false;
- }
-
- var id = sanitized;
- var sum = 0,
- incNum;
-
- for (var i = 0; i < id.length; i++) {
- incNum = Number(id[i]) * (i % 2 + 1); // Multiply number by 1 or 2
-
- sum += incNum > 9 ? incNum - 9 : incNum; // Sum the digits up and add to total
- }
-
- return sum % 10 === 0;
- },
- 'ar-LY': function arLY(str) {
- // Libya National Identity Number NIN is 12 digits, the first digit is either 1 or 2
- var NIN = /^(1|2)\d{11}$/; // sanitize user input
-
- var sanitized = str.trim(); // validate the data structure
-
- if (!NIN.test(sanitized)) {
- return false;
- }
-
- return true;
- },
- 'ar-TN': function arTN(str) {
- var DNI = /^\d{8}$/; // sanitize user input
-
- var sanitized = str.trim(); // validate the data structure
-
- if (!DNI.test(sanitized)) {
- return false;
- }
-
- return true;
- },
- 'zh-CN': function zhCN(str) {
- var provincesAndCities = ['11', // 北京
- '12', // 天津
- '13', // 河北
- '14', // 山西
- '15', // 内蒙古
- '21', // 辽宁
- '22', // 吉林
- '23', // 黑龙江
- '31', // 上海
- '32', // 江苏
- '33', // 浙江
- '34', // 安徽
- '35', // 福建
- '36', // 江西
- '37', // 山东
- '41', // 河南
- '42', // 湖北
- '43', // 湖南
- '44', // 广东
- '45', // 广西
- '46', // 海南
- '50', // 重庆
- '51', // 四川
- '52', // 贵州
- '53', // 云南
- '54', // 西藏
- '61', // 陕西
- '62', // 甘肃
- '63', // 青海
- '64', // 宁夏
- '65', // 新疆
- '71', // 台湾
- '81', // 香港
- '82', // 澳门
- '91' // 国外
- ];
- var powers = ['7', '9', '10', '5', '8', '4', '2', '1', '6', '3', '7', '9', '10', '5', '8', '4', '2'];
- var parityBit = ['1', '0', 'X', '9', '8', '7', '6', '5', '4', '3', '2'];
-
- var checkAddressCode = function checkAddressCode(addressCode) {
- return provincesAndCities.includes(addressCode);
- };
-
- var checkBirthDayCode = function checkBirthDayCode(birDayCode) {
- var yyyy = parseInt(birDayCode.substring(0, 4), 10);
- var mm = parseInt(birDayCode.substring(4, 6), 10);
- var dd = parseInt(birDayCode.substring(6), 10);
- var xdata = new Date(yyyy, mm - 1, dd);
-
- if (xdata > new Date()) {
- return false; // eslint-disable-next-line max-len
- } else if (xdata.getFullYear() === yyyy && xdata.getMonth() === mm - 1 && xdata.getDate() === dd) {
- return true;
- }
-
- return false;
- };
-
- var getParityBit = function getParityBit(idCardNo) {
- var id17 = idCardNo.substring(0, 17);
- var power = 0;
-
- for (var i = 0; i < 17; i++) {
- power += parseInt(id17.charAt(i), 10) * parseInt(powers[i], 10);
- }
-
- var mod = power % 11;
- return parityBit[mod];
- };
-
- var checkParityBit = function checkParityBit(idCardNo) {
- return getParityBit(idCardNo) === idCardNo.charAt(17).toUpperCase();
- };
-
- var check15IdCardNo = function check15IdCardNo(idCardNo) {
- var check = /^[1-9]\d{7}((0[1-9])|(1[0-2]))((0[1-9])|([1-2][0-9])|(3[0-1]))\d{3}$/.test(idCardNo);
- if (!check) return false;
- var addressCode = idCardNo.substring(0, 2);
- check = checkAddressCode(addressCode);
- if (!check) return false;
- var birDayCode = "19".concat(idCardNo.substring(6, 12));
- check = checkBirthDayCode(birDayCode);
- if (!check) return false;
- return true;
- };
-
- var check18IdCardNo = function check18IdCardNo(idCardNo) {
- var check = /^[1-9]\d{5}[1-9]\d{3}((0[1-9])|(1[0-2]))((0[1-9])|([1-2][0-9])|(3[0-1]))\d{3}(\d|x|X)$/.test(idCardNo);
- if (!check) return false;
- var addressCode = idCardNo.substring(0, 2);
- check = checkAddressCode(addressCode);
- if (!check) return false;
- var birDayCode = idCardNo.substring(6, 14);
- check = checkBirthDayCode(birDayCode);
- if (!check) return false;
- return checkParityBit(idCardNo);
- };
-
- var checkIdCardNo = function checkIdCardNo(idCardNo) {
- var check = /^\d{15}|(\d{17}(\d|x|X))$/.test(idCardNo);
- if (!check) return false;
-
- if (idCardNo.length === 15) {
- return check15IdCardNo(idCardNo);
- }
-
- return check18IdCardNo(idCardNo);
- };
-
- return checkIdCardNo(str);
- },
- 'zh-TW': function zhTW(str) {
- var ALPHABET_CODES = {
- A: 10,
- B: 11,
- C: 12,
- D: 13,
- E: 14,
- F: 15,
- G: 16,
- H: 17,
- I: 34,
- J: 18,
- K: 19,
- L: 20,
- M: 21,
- N: 22,
- O: 35,
- P: 23,
- Q: 24,
- R: 25,
- S: 26,
- T: 27,
- U: 28,
- V: 29,
- W: 32,
- X: 30,
- Y: 31,
- Z: 33 };
-
- var sanitized = str.trim().toUpperCase();
- if (!/^[A-Z][0-9]{9}$/.test(sanitized)) return false;
- return Array.from(sanitized).reduce(function (sum, number, index) {
- if (index === 0) {
- var code = ALPHABET_CODES[number];
- return code % 10 * 9 + Math.floor(code / 10);
- }
-
- if (index === 9) {
- return (10 - sum % 10 - Number(number)) % 10 === 0;
- }
-
- return sum + Number(number) * (9 - index);
- }, 0);
- } };
-
-
-function isIdentityCard(str, locale) {
- (0, _assertString.default)(str);
-
- if (locale in validators) {
- return validators[locale](str);
- } else if (locale === 'any') {
- for (var key in validators) {
- // https://github.com/gotwarlost/istanbul/blob/master/ignoring-code-for-coverage.md#ignoring-code-for-coverage-purposes
- // istanbul ignore else
- if (validators.hasOwnProperty(key)) {
- var validator = validators[key];
+ if (locale in validators) {
+ return validators[locale](str);
+ } else if (locale === 'any') {
+ for (var key in validators) {
+ if (validators.hasOwnProperty(key)) {
+ var validator = validators[key];
if (validator(str)) {
return true;
@@ -46068,105 +44460,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 329 */
-/*!*********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isEAN.js ***!
- \*********************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true });
-
-exports.default = isEAN;
-
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
-
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-
-/**
- * The most commonly used EAN standard is
- * the thirteen-digit EAN-13, while the
- * less commonly used 8-digit EAN-8 barcode was
- * introduced for use on small packages.
- * Also EAN/UCC-14 is used for Grouping of individual
- * trade items above unit level(Intermediate, Carton or Pallet).
- * For more info about EAN-14 checkout: https://www.gtin.info/itf-14-barcodes/
- * EAN consists of:
- * GS1 prefix, manufacturer code, product code and check digit
- * Reference: https://en.wikipedia.org/wiki/International_Article_Number
- * Reference: https://www.gtin.info/
- */
-
-/**
- * Define EAN Lenghts; 8 for EAN-8; 13 for EAN-13; 14 for EAN-14
- * and Regular Expression for valid EANs (EAN-8, EAN-13, EAN-14),
- * with exact numberic matching of 8 or 13 or 14 digits [0-9]
- */
-var LENGTH_EAN_8 = 8;
-var LENGTH_EAN_14 = 14;
-var validEanRegex = /^(\d{8}|\d{13}|\d{14})$/;
-/**
- * Get position weight given:
- * EAN length and digit index/position
- *
- * @param {number} length
- * @param {number} index
- * @return {number}
- */
-
-function getPositionWeightThroughLengthAndIndex(length, index) {
- if (length === LENGTH_EAN_8 || length === LENGTH_EAN_14) {
- return index % 2 === 0 ? 3 : 1;
- }
-
- return index % 2 === 0 ? 1 : 3;
-}
-/**
- * Calculate EAN Check Digit
- * Reference: https://en.wikipedia.org/wiki/International_Article_Number#Calculation_of_checksum_digit
- *
- * @param {string} ean
- * @return {number}
- */
-
-
-function calculateCheckDigit(ean) {
- var checksum = ean.slice(0, -1).split('').map(function (char, index) {
- return Number(char) * getPositionWeightThroughLengthAndIndex(ean.length, index);
- }).reduce(function (acc, partialSum) {
- return acc + partialSum;
- }, 0);
- var remainder = 10 - checksum % 10;
- return remainder < 10 ? remainder : 0;
-}
-/**
- * Check if string is valid EAN:
- * Matches EAN-8/EAN-13/EAN-14 regex
- * Has valid check digit.
- *
- * @param {string} str
- * @return {boolean}
- */
-
-
-function isEAN(str) {
- (0, _assertString.default)(str);
- var actualCheckDigit = Number(str.slice(-1));
- return validEanRegex.test(str) && actualCheckDigit === calculateCheckDigit(str);
-}
-
-module.exports = exports.default;
-module.exports.default = exports.default;
-
-/***/ }),
-/* 330 */
-/*!**********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isISIN.js ***!
- \**********************************************************************************/
+/* 311 */
+/*!************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isISIN.js ***!
+ \************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -46178,16 +44475,11 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isISIN;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-var isin = /^[A-Z]{2}[0-9A-Z]{9}[0-9]$/; // this link details how the check digit is calculated:
-// https://www.isin.org/isin-format/. it is a little bit
-// odd in that it works with digits, not numbers. in order
-// to make only one pass through the ISIN characters, the
-// each alpha character is handled as 2 characters within
-// the loop.
+var isin = /^[A-Z]{2}[0-9A-Z]{9}[0-9]$/;
function isISIN(str) {
(0, _assertString.default)(str);
@@ -46196,60 +44488,44 @@ function isISIN(str) {
return false;
}
- var double = true;
- var sum = 0; // convert values
-
- for (var i = str.length - 2; i >= 0; i--) {
- if (str[i] >= 'A' && str[i] <= 'Z') {
- var value = str[i].charCodeAt(0) - 55;
- var lo = value % 10;
- var hi = Math.trunc(value / 10); // letters have two digits, so handle the low order
- // and high order digits separately.
-
- for (var _i = 0, _arr = [lo, hi]; _i < _arr.length; _i++) {
- var digit = _arr[_i];
+ var checksumStr = str.replace(/[A-Z]/g, function (character) {
+ return parseInt(character, 36);
+ });
+ var sum = 0;
+ var digit;
+ var tmpNum;
+ var shouldDouble = true;
- if (double) {
- if (digit >= 5) {
- sum += 1 + (digit - 5) * 2;
- } else {
- sum += digit * 2;
- }
- } else {
- sum += digit;
- }
+ for (var i = checksumStr.length - 2; i >= 0; i--) {
+ digit = checksumStr.substring(i, i + 1);
+ tmpNum = parseInt(digit, 10);
- double = !double;
- }
- } else {
- var _digit = str[i].charCodeAt(0) - '0'.charCodeAt(0);
+ if (shouldDouble) {
+ tmpNum *= 2;
- if (double) {
- if (_digit >= 5) {
- sum += 1 + (_digit - 5) * 2;
- } else {
- sum += _digit * 2;
- }
+ if (tmpNum >= 10) {
+ sum += tmpNum + 1;
} else {
- sum += _digit;
+ sum += tmpNum;
}
-
- double = !double;
+ } else {
+ sum += tmpNum;
}
+
+ shouldDouble = !shouldDouble;
}
- var check = Math.trunc((sum + 9) / 10) * 10 - sum;
- return +str[str.length - 1] === check;
+ return parseInt(str.substr(str.length - 1), 10) === (10000 - sum) % 10;
}
module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 331 */
-/*!**********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isISBN.js ***!
- \**********************************************************************************/
+/* 312 */
+/*!************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isISBN.js ***!
+ \************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -46261,7 +44537,7 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isISBN;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
@@ -46321,10 +44597,10 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 332 */
-/*!**********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isISSN.js ***!
- \**********************************************************************************/
+/* 313 */
+/*!************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isISSN.js ***!
+ \************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -46336,7 +44612,7 @@ Object.defineProperty(exports, "__esModule", {
exports.default = isISSN;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
@@ -46368,3770 +44644,3881 @@ module.exports = exports.default;
module.exports.default = exports.default;
/***/ }),
-/* 333 */
-/*!***********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isTaxID.js ***!
- \***********************************************************************************/
+/* 314 */
+/*!*******************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isMobilePhone.js ***!
+ \*******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-function _typeof(obj) {"@babel/helpers - typeof";if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {_typeof = function _typeof(obj) {return typeof obj;};} else {_typeof = function _typeof(obj) {return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;};}return _typeof(obj);}
-
Object.defineProperty(exports, "__esModule", {
value: true });
-exports.default = isTaxID;
-
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
-
-var algorithms = _interopRequireWildcard(__webpack_require__(/*! ./util/algorithms */ 334));
-
-var _isDate = _interopRequireDefault(__webpack_require__(/*! ./isDate */ 283));
-
-function _getRequireWildcardCache() {if (typeof WeakMap !== "function") return null;var cache = new WeakMap();_getRequireWildcardCache = function _getRequireWildcardCache() {return cache;};return cache;}
+exports.default = isMobilePhone;
+exports.locales = void 0;
-function _interopRequireWildcard(obj) {if (obj && obj.__esModule) {return obj;}if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") {return { default: obj };}var cache = _getRequireWildcardCache();if (cache && cache.has(obj)) {return cache.get(obj);}var newObj = {};var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;for (var key in obj) {if (Object.prototype.hasOwnProperty.call(obj, key)) {var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;if (desc && (desc.get || desc.set)) {Object.defineProperty(newObj, key, desc);} else {newObj[key] = obj[key];}}}newObj.default = obj;if (cache) {cache.set(obj, newObj);}return newObj;}
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-function _toConsumableArray(arr) {return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();}
-
-function _nonIterableSpread() {throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}
-
-function _unsupportedIterableToArray(o, minLen) {if (!o) return;if (typeof o === "string") return _arrayLikeToArray(o, minLen);var n = Object.prototype.toString.call(o).slice(8, -1);if (n === "Object" && o.constructor) n = o.constructor.name;if (n === "Map" || n === "Set") return Array.from(o);if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);}
-
-function _iterableToArray(iter) {if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);}
-
-function _arrayWithoutHoles(arr) {if (Array.isArray(arr)) return _arrayLikeToArray(arr);}
+/* eslint-disable max-len */
+var phones = {
+ 'ar-AE': /^((\+?971)|0)?5[024568]\d{7}$/,
+ 'ar-DZ': /^(\+?213|0)(5|6|7)\d{8}$/,
+ 'ar-EG': /^((\+?20)|0)?1[012]\d{8}$/,
+ 'ar-IQ': /^(\+?964|0)?7[0-9]\d{8}$/,
+ 'ar-JO': /^(\+?962|0)?7[789]\d{7}$/,
+ 'ar-KW': /^(\+?965)[569]\d{7}$/,
+ 'ar-SA': /^(!?(\+?966)|0)?5\d{8}$/,
+ 'ar-SY': /^(!?(\+?963)|0)?9\d{8}$/,
+ 'ar-TN': /^(\+?216)?[2459]\d{7}$/,
+ 'be-BY': /^(\+?375)?(24|25|29|33|44)\d{7}$/,
+ 'bg-BG': /^(\+?359|0)?8[789]\d{7}$/,
+ 'bn-BD': /\+?(88)?0?1[356789][0-9]{8}\b/,
+ 'cs-CZ': /^(\+?420)? ?[1-9][0-9]{2} ?[0-9]{3} ?[0-9]{3}$/,
+ 'da-DK': /^(\+?45)?\s?\d{2}\s?\d{2}\s?\d{2}\s?\d{2}$/,
+ 'de-DE': /^(\+49)?0?1(5[0-25-9]\d|6([23]|0\d?)|7([0-57-9]|6\d))\d{7}$/,
+ 'el-GR': /^(\+?30|0)?(69\d{8})$/,
+ 'en-AU': /^(\+?61|0)4\d{8}$/,
+ 'en-GB': /^(\+?44|0)7\d{9}$/,
+ 'en-GH': /^(\+233|0)(20|50|24|54|27|57|26|56|23|28)\d{7}$/,
+ 'en-HK': /^(\+?852\-?)?[456789]\d{3}\-?\d{4}$/,
+ 'en-IE': /^(\+?353|0)8[356789]\d{7}$/,
+ 'en-IN': /^(\+?91|0)?[6789]\d{9}$/,
+ 'en-KE': /^(\+?254|0)?[7]\d{8}$/,
+ 'en-MU': /^(\+?230|0)?\d{8}$/,
+ 'en-NG': /^(\+?234|0)?[789]\d{9}$/,
+ 'en-NZ': /^(\+?64|0)[28]\d{7,9}$/,
+ 'en-PK': /^((\+92)|(0092))-{0,1}\d{3}-{0,1}\d{7}$|^\d{11}$|^\d{4}-\d{7}$/,
+ 'en-RW': /^(\+?250|0)?[7]\d{8}$/,
+ 'en-SG': /^(\+65)?[89]\d{7}$/,
+ 'en-TZ': /^(\+?255|0)?[67]\d{8}$/,
+ 'en-UG': /^(\+?256|0)?[7]\d{8}$/,
+ 'en-US': /^((\+1|1)?( |-)?)?(\([2-9][0-9]{2}\)|[2-9][0-9]{2})( |-)?([2-9][0-9]{2}( |-)?[0-9]{4})$/,
+ 'en-ZA': /^(\+?27|0)\d{9}$/,
+ 'en-ZM': /^(\+?26)?09[567]\d{7}$/,
+ 'es-ES': /^(\+?34)?(6\d{1}|7[1234])\d{7}$/,
+ 'es-MX': /^(\+?52)?(1|01)?\d{10,11}$/,
+ 'es-UY': /^(\+598|0)9[1-9][\d]{6}$/,
+ 'et-EE': /^(\+?372)?\s?(5|8[1-4])\s?([0-9]\s?){6,7}$/,
+ 'fa-IR': /^(\+?98[\-\s]?|0)9[0-39]\d[\-\s]?\d{3}[\-\s]?\d{4}$/,
+ 'fi-FI': /^(\+?358|0)\s?(4(0|1|2|4|5|6)?|50)\s?(\d\s?){4,8}\d$/,
+ 'fo-FO': /^(\+?298)?\s?\d{2}\s?\d{2}\s?\d{2}$/,
+ 'fr-FR': /^(\+?33|0)[67]\d{8}$/,
+ 'he-IL': /^(\+972|0)([23489]|5[012345689]|77)[1-9]\d{6}$/,
+ 'hu-HU': /^(\+?36)(20|30|70)\d{7}$/,
+ 'id-ID': /^(\+?62|0)8(1[123456789]|2[1238]|3[1238]|5[12356789]|7[78]|9[56789]|8[123456789])([\s?|\d]{5,11})$/,
+ 'it-IT': /^(\+?39)?\s?3\d{2} ?\d{6,7}$/,
+ 'ja-JP': /^(\+?81|0)[789]0[ \-]?[1-9]\d{2}[ \-]?\d{5}$/,
+ 'kk-KZ': /^(\+?7|8)?7\d{9}$/,
+ 'kl-GL': /^(\+?299)?\s?\d{2}\s?\d{2}\s?\d{2}$/,
+ 'ko-KR': /^((\+?82)[ \-]?)?0?1([0|1|6|7|8|9]{1})[ \-]?\d{3,4}[ \-]?\d{4}$/,
+ 'lt-LT': /^(\+370|8)\d{8}$/,
+ 'ms-MY': /^(\+?6?01){1}(([0145]{1}(\-|\s)?\d{7,8})|([236789]{1}(\s|\-)?\d{7}))$/,
+ 'nb-NO': /^(\+?47)?[49]\d{7}$/,
+ 'nl-BE': /^(\+?32|0)4?\d{8}$/,
+ 'nn-NO': /^(\+?47)?[49]\d{7}$/,
+ 'pl-PL': /^(\+?48)? ?[5-8]\d ?\d{3} ?\d{2} ?\d{2}$/,
+ 'pt-BR': /(?=^(\+?5{2}\-?|0)[1-9]{2}\-?\d{4}\-?\d{4}$)(^(\+?5{2}\-?|0)[1-9]{2}\-?[6-9]{1}\d{3}\-?\d{4}$)|(^(\+?5{2}\-?|0)[1-9]{2}\-?9[6-9]{1}\d{3}\-?\d{4}$)/,
+ 'pt-PT': /^(\+?351)?9[1236]\d{7}$/,
+ 'ro-RO': /^(\+?4?0)\s?7\d{2}(\/|\s|\.|\-)?\d{3}(\s|\.|\-)?\d{3}$/,
+ 'ru-RU': /^(\+?7|8)?9\d{9}$/,
+ 'sl-SI': /^(\+386\s?|0)(\d{1}\s?\d{3}\s?\d{2}\s?\d{2}|\d{2}\s?\d{3}\s?\d{3})$/,
+ 'sk-SK': /^(\+?421)? ?[1-9][0-9]{2} ?[0-9]{3} ?[0-9]{3}$/,
+ 'sr-RS': /^(\+3816|06)[- \d]{5,9}$/,
+ 'sv-SE': /^(\+?46|0)[\s\-]?7[\s\-]?[02369]([\s\-]?\d){7}$/,
+ 'th-TH': /^(\+66|66|0)\d{9}$/,
+ 'tr-TR': /^(\+?90|0)?5\d{9}$/,
+ 'uk-UA': /^(\+?38|8)?0\d{9}$/,
+ 'vi-VN': /^(\+?84|0)((3([2-9]))|(5([689]))|(7([0|6-9]))|(8([1-5]))|(9([0-9])))([0-9]{7})$/,
+ 'zh-CN': /^((\+|00)86)?1([358][0-9]|4[579]|66|7[0135678]|9[89])[0-9]{8}$/,
+ 'zh-TW': /^(\+?886\-?|0)?9\d{8}$/ };
-function _arrayLikeToArray(arr, len) {if (len == null || len > arr.length) len = arr.length;for (var i = 0, arr2 = new Array(len); i < len; i++) {arr2[i] = arr[i];}return arr2;}
+/* eslint-enable max-len */
+// aliases
-/**
- * TIN Validation
- * Validates Tax Identification Numbers (TINs) from the US, EU member states and the United Kingdom.
- *
- * EU-UK:
- * National TIN validity is calculated using public algorithms as made available by DG TAXUD.
- *
- * See `https://ec.europa.eu/taxation_customs/tin/specs/FS-TIN%20Algorithms-Public.docx` for more information.
- *
- * US:
- * An Employer Identification Number (EIN), also known as a Federal Tax Identification Number,
- * is used to identify a business entity.
- *
- * NOTES:
- * - Prefix 47 is being reserved for future use
- * - Prefixes 26, 27, 45, 46 and 47 were previously assigned by the Philadelphia campus.
- *
- * See `http://www.irs.gov/Businesses/Small-Businesses-&-Self-Employed/How-EINs-are-Assigned-and-Valid-EIN-Prefixes`
- * for more information.
- */
-// Locale functions
+phones['en-CA'] = phones['en-US'];
+phones['fr-BE'] = phones['nl-BE'];
+phones['zh-HK'] = phones['en-HK'];
-/*
- * bg-BG validation function
- * (Edinen graždanski nomer (EGN/ЕГН), persons only)
- * Checks if birth date (first six digits) is valid and calculates check (last) digit
- */
-function bgBgCheck(tin) {
- // Extract full year, normalize month and check birth date validity
- var century_year = tin.slice(0, 2);
- var month = parseInt(tin.slice(2, 4), 10);
-
- if (month > 40) {
- month -= 40;
- century_year = "20".concat(century_year);
- } else if (month > 20) {
- month -= 20;
- century_year = "18".concat(century_year);
- } else {
- century_year = "19".concat(century_year);
- }
+function isMobilePhone(str, locale, options) {
+ (0, _assertString.default)(str);
- if (month < 10) {
- month = "0".concat(month);
+ if (options && options.strictMode && !str.startsWith('+')) {
+ return false;
}
- var date = "".concat(century_year, "/").concat(month, "/").concat(tin.slice(4, 6));
-
- if (!(0, _isDate.default)(date, 'YYYY/MM/DD')) {
- return false;
- } // split digits into an array for further processing
+ if (Array.isArray(locale)) {
+ return locale.some(function (key) {
+ if (phones.hasOwnProperty(key)) {
+ var phone = phones[key];
+ if (phone.test(str)) {
+ return true;
+ }
+ }
- var digits = tin.split('').map(function (a) {
- return parseInt(a, 10);
- }); // Calculate checksum by multiplying digits with fixed values
+ return false;
+ });
+ } else if (locale in phones) {
+ return phones[locale].test(str); // alias falsey locale as 'any'
+ } else if (!locale || locale === 'any') {
+ for (var key in phones) {
+ if (phones.hasOwnProperty(key)) {
+ var phone = phones[key];
- var multip_lookup = [2, 4, 8, 5, 10, 9, 7, 3, 6];
- var checksum = 0;
+ if (phone.test(str)) {
+ return true;
+ }
+ }
+ }
- for (var i = 0; i < multip_lookup.length; i++) {
- checksum += digits[i] * multip_lookup[i];
+ return false;
}
- checksum = checksum % 11 === 10 ? 0 : checksum % 11;
- return checksum === digits[9];
+ throw new Error("Invalid locale '".concat(locale, "'"));
}
-/*
- * cs-CZ validation function
- * (Rodné číslo (RČ), persons only)
- * Checks if birth date (first six digits) is valid and divisibility by 11
- * Material not in DG TAXUD document sourced from:
- * -`https://lorenc.info/3MA381/overeni-spravnosti-rodneho-cisla.htm`
- * -`https://www.mvcr.cz/clanek/rady-a-sluzby-dokumenty-rodne-cislo.aspx`
- */
-
-function csCzCheck(tin) {
- tin = tin.replace(/\W/, ''); // Extract full year from TIN length
+var locales = Object.keys(phones);
+exports.locales = locales;
- var full_year = parseInt(tin.slice(0, 2), 10);
+/***/ }),
+/* 315 */
+/*!****************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isCurrency.js ***!
+ \****************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- if (tin.length === 10) {
- if (full_year < 54) {
- full_year = "20".concat(full_year);
- } else {
- full_year = "19".concat(full_year);
- }
- } else {
- if (tin.slice(6) === '000') {
- return false;
- } // Three-zero serial not assigned before 1954
+"use strict";
- if (full_year < 54) {
- full_year = "19".concat(full_year);
- } else {
- return false; // No 18XX years seen in any of the resources
- }
- } // Add missing zero if needed
+Object.defineProperty(exports, "__esModule", {
+ value: true });
+exports.default = isCurrency;
- if (full_year.length === 3) {
- full_year = [full_year.slice(0, 2), '0', full_year.slice(2)].join('');
- } // Extract month from TIN and normalize
+var _merge = _interopRequireDefault(__webpack_require__(/*! ./util/merge */ 269));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
- var month = parseInt(tin.slice(2, 4), 10);
+function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
- if (month > 50) {
- month -= 50;
- }
+function currencyRegex(options) {
+ var decimal_digits = "\\d{".concat(options.digits_after_decimal[0], "}");
+ options.digits_after_decimal.forEach(function (digit, index) {
+ if (index !== 0) decimal_digits = "".concat(decimal_digits, "|\\d{").concat(digit, "}");
+ });
+ var symbol = "(\\".concat(options.symbol.replace(/\./g, '\\.'), ")").concat(options.require_symbol ? '' : '?'),
+ negative = '-?',
+ whole_dollar_amount_without_sep = '[1-9]\\d*',
+ whole_dollar_amount_with_sep = "[1-9]\\d{0,2}(\\".concat(options.thousands_separator, "\\d{3})*"),
+ valid_whole_dollar_amounts = ['0', whole_dollar_amount_without_sep, whole_dollar_amount_with_sep],
+ whole_dollar_amount = "(".concat(valid_whole_dollar_amounts.join('|'), ")?"),
+ decimal_amount = "(\\".concat(options.decimal_separator, "(").concat(decimal_digits, "))").concat(options.require_decimal ? '' : '?');
+ var pattern = whole_dollar_amount + (options.allow_decimal || options.require_decimal ? decimal_amount : ''); // default is negative sign before symbol, but there are two other options (besides parens)
- if (month > 20) {
- // Month-plus-twenty was only introduced in 2004
- if (parseInt(full_year, 10) < 2004) {
- return false;
+ if (options.allow_negatives && !options.parens_for_negatives) {
+ if (options.negative_sign_after_digits) {
+ pattern += negative;
+ } else if (options.negative_sign_before_digits) {
+ pattern = negative + pattern;
}
+ } // South African Rand, for example, uses R 123 (space) and R-123 (no space)
- month -= 20;
- }
-
- if (month < 10) {
- month = "0".concat(month);
- } // Check date validity
-
-
- var date = "".concat(full_year, "/").concat(month, "/").concat(tin.slice(4, 6));
-
- if (!(0, _isDate.default)(date, 'YYYY/MM/DD')) {
- return false;
- } // Verify divisibility by 11
+ if (options.allow_negative_sign_placeholder) {
+ pattern = "( (?!\\-))?".concat(pattern);
+ } else if (options.allow_space_after_symbol) {
+ pattern = " ?".concat(pattern);
+ } else if (options.allow_space_after_digits) {
+ pattern += '( (?!$))?';
+ }
- if (tin.length === 10) {
- if (parseInt(tin, 10) % 11 !== 0) {
- // Some numbers up to and including 1985 are still valid if
- // check (last) digit equals 0 and modulo of first 9 digits equals 10
- var checkdigit = parseInt(tin.slice(0, 9), 10) % 11;
+ if (options.symbol_after_digits) {
+ pattern += symbol;
+ } else {
+ pattern = symbol + pattern;
+ }
- if (parseInt(full_year, 10) < 1986 && checkdigit === 10) {
- if (parseInt(tin.slice(9), 10) !== 0) {
- return false;
- }
- } else {
- return false;
- }
+ if (options.allow_negatives) {
+ if (options.parens_for_negatives) {
+ pattern = "(\\(".concat(pattern, "\\)|").concat(pattern, ")");
+ } else if (!(options.negative_sign_before_digits || options.negative_sign_after_digits)) {
+ pattern = negative + pattern;
}
- }
+ } // ensure there's a dollar and/or decimal amount, and that
+ // it doesn't start with a space or a negative sign followed by a space
- return true;
+
+ return new RegExp("^(?!-? )(?=.*\\d)".concat(pattern, "$"));
}
-/*
- * de-AT validation function
- * (Abgabenkontonummer, persons/entities)
- * Verify TIN validity by calling luhnCheck()
- */
+
+var default_currency_options = {
+ symbol: '$',
+ require_symbol: false,
+ allow_space_after_symbol: false,
+ symbol_after_digits: false,
+ allow_negatives: true,
+ parens_for_negatives: false,
+ negative_sign_before_digits: false,
+ negative_sign_after_digits: false,
+ allow_negative_sign_placeholder: false,
+ thousands_separator: ',',
+ decimal_separator: '.',
+ allow_decimal: true,
+ require_decimal: false,
+ digits_after_decimal: [2],
+ allow_space_after_digits: false };
-function deAtCheck(tin) {
- return algorithms.luhnCheck(tin);
+function isCurrency(str, options) {
+ (0, _assertString.default)(str);
+ options = (0, _merge.default)(options, default_currency_options);
+ return currencyRegex(options).test(str);
}
-/*
- * de-DE validation function
- * (Steueridentifikationsnummer (Steuer-IdNr.), persons only)
- * Tests for single duplicate/triplicate value, then calculates ISO 7064 check (last) digit
- * Partial implementation of spec (same result with both algorithms always)
- */
+module.exports = exports.default;
+module.exports.default = exports.default;
-function deDeCheck(tin) {
- // Split digits into an array for further processing
- var digits = tin.split('').map(function (a) {
- return parseInt(a, 10);
- }); // Fill array with strings of number positions
+/***/ }),
+/* 316 */
+/*!***************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isISO8601.js ***!
+ \***************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- var occurences = [];
+"use strict";
- for (var i = 0; i < digits.length - 1; i++) {
- occurences.push('');
- for (var j = 0; j < digits.length - 1; j++) {
- if (digits[i] === digits[j]) {
- occurences[i] += j;
- }
- }
- } // Remove digits with one occurence and test for only one duplicate/triplicate
+Object.defineProperty(exports, "__esModule", {
+ value: true });
+exports.default = isISO8601;
- occurences = occurences.filter(function (a) {
- return a.length > 1;
- });
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
- if (occurences.length !== 2 && occurences.length !== 3) {
- return false;
- } // In case of triplicate value only two digits are allowed next to each other
+function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+/* eslint-disable max-len */
+// from http://goo.gl/0ejHHW
+var iso8601 = /^([\+-]?\d{4}(?!\d{2}\b))((-?)((0[1-9]|1[0-2])(\3([12]\d|0[1-9]|3[01]))?|W([0-4]\d|5[0-3])(-?[1-7])?|(00[1-9]|0[1-9]\d|[12]\d{2}|3([0-5]\d|6[1-6])))([T\s]((([01]\d|2[0-3])((:?)[0-5]\d)?|24:?00)([\.,]\d+(?!:))?)?(\17[0-5]\d([\.,]\d+)?)?([zZ]|([\+-])([01]\d|2[0-3]):?([0-5]\d)?)?)?)?$/;
+/* eslint-enable max-len */
- if (occurences[0].length === 3) {
- var trip_locations = occurences[0].split('').map(function (a) {
- return parseInt(a, 10);
- });
- var recurrent = 0; // Amount of neighbour occurences
+var isValidDate = function isValidDate(str) {
+ // str must have passed the ISO8601 check
+ // this check is meant to catch invalid dates
+ // like 2009-02-31
+ // first check for ordinal dates
+ var ordinalMatch = str.match(/^(\d{4})-?(\d{3})([ T]{1}\.*|$)/);
- for (var _i = 0; _i < trip_locations.length - 1; _i++) {
- if (trip_locations[_i] + 1 === trip_locations[_i + 1]) {
- recurrent += 1;
- }
- }
+ if (ordinalMatch) {
+ var oYear = Number(ordinalMatch[1]);
+ var oDay = Number(ordinalMatch[2]); // if is leap year
- if (recurrent === 2) {
- return false;
- }
+ if (oYear % 4 === 0 && oYear % 100 !== 0) return oDay <= 366;
+ return oDay <= 365;
}
- return algorithms.iso7064Check(tin);
-}
-/*
- * dk-DK validation function
- * (CPR-nummer (personnummer), persons only)
- * Checks if birth date (first six digits) is valid and assigned to century (seventh) digit,
- * and calculates check (last) digit
- */
+ var match = str.match(/(\d{4})-?(\d{0,2})-?(\d*)/).map(Number);
+ var year = match[1];
+ var month = match[2];
+ var day = match[3];
+ var monthString = month ? "0".concat(month).slice(-2) : month;
+ var dayString = day ? "0".concat(day).slice(-2) : day; // create a date object and compare
+ var d = new Date("".concat(year, "-").concat(monthString || '01', "-").concat(dayString || '01'));
+ if (isNaN(d.getUTCFullYear())) return false;
-function dkDkCheck(tin) {
- tin = tin.replace(/\W/, ''); // Extract year, check if valid for given century digit and add century
+ if (month && day) {
+ return d.getUTCFullYear() === year && d.getUTCMonth() + 1 === month && d.getUTCDate() === day;
+ }
- var year = parseInt(tin.slice(4, 6), 10);
- var century_digit = tin.slice(6, 7);
+ return true;
+};
- switch (century_digit) {
- case '0':
- case '1':
- case '2':
- case '3':
- year = "19".concat(year);
- break;
+function isISO8601(str, options) {
+ (0, _assertString.default)(str);
+ var check = iso8601.test(str);
+ if (!options) return check;
+ if (check && options.strict) return isValidDate(str);
+ return check;
+}
- case '4':
- case '9':
- if (year < 37) {
- year = "20".concat(year);
- } else {
- year = "19".concat(year);
- }
+module.exports = exports.default;
+module.exports.default = exports.default;
- break;
+/***/ }),
+/* 317 */
+/*!***************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isRFC3339.js ***!
+ \***************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- default:
- if (year < 37) {
- year = "20".concat(year);
- } else if (year > 58) {
- year = "18".concat(year);
- } else {
- return false;
- }
+"use strict";
- break;}
- // Add missing zero if needed
+Object.defineProperty(exports, "__esModule", {
+ value: true });
- if (year.length === 3) {
- year = [year.slice(0, 2), '0', year.slice(2)].join('');
- } // Check date validity
+exports.default = isRFC3339;
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
- var date = "".concat(year, "/").concat(tin.slice(2, 4), "/").concat(tin.slice(0, 2));
+function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
- if (!(0, _isDate.default)(date, 'YYYY/MM/DD')) {
- return false;
- } // Split digits into an array for further processing
+/* Based on https://tools.ietf.org/html/rfc3339#section-5.6 */
+var dateFullYear = /[0-9]{4}/;
+var dateMonth = /(0[1-9]|1[0-2])/;
+var dateMDay = /([12]\d|0[1-9]|3[01])/;
+var timeHour = /([01][0-9]|2[0-3])/;
+var timeMinute = /[0-5][0-9]/;
+var timeSecond = /([0-5][0-9]|60)/;
+var timeSecFrac = /(\.[0-9]+)?/;
+var timeNumOffset = new RegExp("[-+]".concat(timeHour.source, ":").concat(timeMinute.source));
+var timeOffset = new RegExp("([zZ]|".concat(timeNumOffset.source, ")"));
+var partialTime = new RegExp("".concat(timeHour.source, ":").concat(timeMinute.source, ":").concat(timeSecond.source).concat(timeSecFrac.source));
+var fullDate = new RegExp("".concat(dateFullYear.source, "-").concat(dateMonth.source, "-").concat(dateMDay.source));
+var fullTime = new RegExp("".concat(partialTime.source).concat(timeOffset.source));
+var rfc3339 = new RegExp("".concat(fullDate.source, "[ tT]").concat(fullTime.source));
+function isRFC3339(str) {
+ (0, _assertString.default)(str);
+ return rfc3339.test(str);
+}
- var digits = tin.split('').map(function (a) {
- return parseInt(a, 10);
- });
- var checksum = 0;
- var weight = 4; // Multiply by weight and add to checksum
+module.exports = exports.default;
+module.exports.default = exports.default;
- for (var i = 0; i < 9; i++) {
- checksum += digits[i] * weight;
- weight -= 1;
+/***/ }),
+/* 318 */
+/*!**********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isISO31661Alpha2.js ***!
+ \**********************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- if (weight === 1) {
- weight = 7;
- }
- }
+"use strict";
- checksum %= 11;
- if (checksum === 1) {
- return false;
- }
+Object.defineProperty(exports, "__esModule", {
+ value: true });
- return checksum === 0 ? digits[9] === 0 : digits[9] === 11 - checksum;
-}
-/*
- * el-CY validation function
- * (Arithmos Forologikou Mitroou (AFM/ΑΦΜ), persons only)
- * Verify TIN validity by calculating ASCII value of check (last) character
- */
+exports.default = isISO31661Alpha2;
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
-function elCyCheck(tin) {
- // split digits into an array for further processing
- var digits = tin.slice(0, 8).split('').map(function (a) {
- return parseInt(a, 10);
- });
- var checksum = 0; // add digits in even places
+var _includes = _interopRequireDefault(__webpack_require__(/*! ./util/includes */ 293));
- for (var i = 1; i < digits.length; i += 2) {
- checksum += digits[i];
- } // add digits in odd places
+function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+// from https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
+var validISO31661Alpha2CountriesCodes = ['AD', 'AE', 'AF', 'AG', 'AI', 'AL', 'AM', 'AO', 'AQ', 'AR', 'AS', 'AT', 'AU', 'AW', 'AX', 'AZ', 'BA', 'BB', 'BD', 'BE', 'BF', 'BG', 'BH', 'BI', 'BJ', 'BL', 'BM', 'BN', 'BO', 'BQ', 'BR', 'BS', 'BT', 'BV', 'BW', 'BY', 'BZ', 'CA', 'CC', 'CD', 'CF', 'CG', 'CH', 'CI', 'CK', 'CL', 'CM', 'CN', 'CO', 'CR', 'CU', 'CV', 'CW', 'CX', 'CY', 'CZ', 'DE', 'DJ', 'DK', 'DM', 'DO', 'DZ', 'EC', 'EE', 'EG', 'EH', 'ER', 'ES', 'ET', 'FI', 'FJ', 'FK', 'FM', 'FO', 'FR', 'GA', 'GB', 'GD', 'GE', 'GF', 'GG', 'GH', 'GI', 'GL', 'GM', 'GN', 'GP', 'GQ', 'GR', 'GS', 'GT', 'GU', 'GW', 'GY', 'HK', 'HM', 'HN', 'HR', 'HT', 'HU', 'ID', 'IE', 'IL', 'IM', 'IN', 'IO', 'IQ', 'IR', 'IS', 'IT', 'JE', 'JM', 'JO', 'JP', 'KE', 'KG', 'KH', 'KI', 'KM', 'KN', 'KP', 'KR', 'KW', 'KY', 'KZ', 'LA', 'LB', 'LC', 'LI', 'LK', 'LR', 'LS', 'LT', 'LU', 'LV', 'LY', 'MA', 'MC', 'MD', 'ME', 'MF', 'MG', 'MH', 'MK', 'ML', 'MM', 'MN', 'MO', 'MP', 'MQ', 'MR', 'MS', 'MT', 'MU', 'MV', 'MW', 'MX', 'MY', 'MZ', 'NA', 'NC', 'NE', 'NF', 'NG', 'NI', 'NL', 'NO', 'NP', 'NR', 'NU', 'NZ', 'OM', 'PA', 'PE', 'PF', 'PG', 'PH', 'PK', 'PL', 'PM', 'PN', 'PR', 'PS', 'PT', 'PW', 'PY', 'QA', 'RE', 'RO', 'RS', 'RU', 'RW', 'SA', 'SB', 'SC', 'SD', 'SE', 'SG', 'SH', 'SI', 'SJ', 'SK', 'SL', 'SM', 'SN', 'SO', 'SR', 'SS', 'ST', 'SV', 'SX', 'SY', 'SZ', 'TC', 'TD', 'TF', 'TG', 'TH', 'TJ', 'TK', 'TL', 'TM', 'TN', 'TO', 'TR', 'TT', 'TV', 'TW', 'TZ', 'UA', 'UG', 'UM', 'US', 'UY', 'UZ', 'VA', 'VC', 'VE', 'VG', 'VI', 'VN', 'VU', 'WF', 'WS', 'YE', 'YT', 'ZA', 'ZM', 'ZW'];
- for (var _i2 = 0; _i2 < digits.length; _i2 += 2) {
- if (digits[_i2] < 2) {
- checksum += 1 - digits[_i2];
- } else {
- checksum += 2 * (digits[_i2] - 2) + 5;
-
- if (digits[_i2] > 4) {
- checksum += 2;
- }
- }
- }
-
- return String.fromCharCode(checksum % 26 + 65) === tin.charAt(8);
-}
-/*
- * el-GR validation function
- * (Arithmos Forologikou Mitroou (AFM/ΑΦΜ), persons/entities)
- * Verify TIN validity by calculating check (last) digit
- * Algorithm not in DG TAXUD document- sourced from:
- * - `http://epixeirisi.gr/%CE%9A%CE%A1%CE%99%CE%A3%CE%99%CE%9C%CE%91-%CE%98%CE%95%CE%9C%CE%91%CE%A4%CE%91-%CE%A6%CE%9F%CE%A1%CE%9F%CE%9B%CE%9F%CE%93%CE%99%CE%91%CE%A3-%CE%9A%CE%91%CE%99-%CE%9B%CE%9F%CE%93%CE%99%CE%A3%CE%A4%CE%99%CE%9A%CE%97%CE%A3/23791/%CE%91%CF%81%CE%B9%CE%B8%CE%BC%CF%8C%CF%82-%CE%A6%CE%BF%CF%81%CE%BF%CE%BB%CE%BF%CE%B3%CE%B9%CE%BA%CE%BF%CF%8D-%CE%9C%CE%B7%CF%84%CF%81%CF%8E%CE%BF%CF%85`
- */
-
-
-function elGrCheck(tin) {
- // split digits into an array for further processing
- var digits = tin.split('').map(function (a) {
- return parseInt(a, 10);
- });
- var checksum = 0;
-
- for (var i = 0; i < 8; i++) {
- checksum += digits[i] * Math.pow(2, 8 - i);
- }
-
- return checksum % 11 % 10 === digits[8];
+function isISO31661Alpha2(str) {
+ (0, _assertString.default)(str);
+ return (0, _includes.default)(validISO31661Alpha2CountriesCodes, str.toUpperCase());
}
-/*
- * en-GB validation function (should go here if needed)
- * (National Insurance Number (NINO) or Unique Taxpayer Reference (UTR),
- * persons/entities respectively)
- */
-
-/*
- * en-IE validation function
- * (Personal Public Service Number (PPS No), persons only)
- * Verify TIN validity by calculating check (second to last) character
- */
+module.exports = exports.default;
+module.exports.default = exports.default;
-function enIeCheck(tin) {
- var checksum = algorithms.reverseMultiplyAndSum(tin.split('').slice(0, 7).map(function (a) {
- return parseInt(a, 10);
- }), 8);
+/***/ }),
+/* 319 */
+/*!**********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isISO31661Alpha3.js ***!
+ \**********************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- if (tin.length === 9 && tin[8] !== 'W') {
- checksum += (tin[8].charCodeAt(0) - 64) * 9;
- }
+"use strict";
- checksum %= 23;
- if (checksum === 0) {
- return tin[7].toUpperCase() === 'W';
- }
+Object.defineProperty(exports, "__esModule", {
+ value: true });
- return tin[7].toUpperCase() === String.fromCharCode(64 + checksum);
-} // Valid US IRS campus prefixes
+exports.default = isISO31661Alpha3;
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
-var enUsCampusPrefix = {
- andover: ['10', '12'],
- atlanta: ['60', '67'],
- austin: ['50', '53'],
- brookhaven: ['01', '02', '03', '04', '05', '06', '11', '13', '14', '16', '21', '22', '23', '25', '34', '51', '52', '54', '55', '56', '57', '58', '59', '65'],
- cincinnati: ['30', '32', '35', '36', '37', '38', '61'],
- fresno: ['15', '24'],
- internet: ['20', '26', '27', '45', '46', '47'],
- kansas: ['40', '44'],
- memphis: ['94', '95'],
- ogden: ['80', '90'],
- philadelphia: ['33', '39', '41', '42', '43', '46', '48', '62', '63', '64', '66', '68', '71', '72', '73', '74', '75', '76', '77', '81', '82', '83', '84', '85', '86', '87', '88', '91', '92', '93', '98', '99'],
- sba: ['31'] };
-// Return an array of all US IRS campus prefixes
+var _includes = _interopRequireDefault(__webpack_require__(/*! ./util/includes */ 293));
-function enUsGetPrefixes() {
- var prefixes = [];
+function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
- for (var location in enUsCampusPrefix) {
- // https://github.com/gotwarlost/istanbul/blob/master/ignoring-code-for-coverage.md#ignoring-code-for-coverage-purposes
- // istanbul ignore else
- if (enUsCampusPrefix.hasOwnProperty(location)) {
- prefixes.push.apply(prefixes, _toConsumableArray(enUsCampusPrefix[location]));
- }
- }
+// from https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3
+var validISO31661Alpha3CountriesCodes = ['AFG', 'ALA', 'ALB', 'DZA', 'ASM', 'AND', 'AGO', 'AIA', 'ATA', 'ATG', 'ARG', 'ARM', 'ABW', 'AUS', 'AUT', 'AZE', 'BHS', 'BHR', 'BGD', 'BRB', 'BLR', 'BEL', 'BLZ', 'BEN', 'BMU', 'BTN', 'BOL', 'BES', 'BIH', 'BWA', 'BVT', 'BRA', 'IOT', 'BRN', 'BGR', 'BFA', 'BDI', 'KHM', 'CMR', 'CAN', 'CPV', 'CYM', 'CAF', 'TCD', 'CHL', 'CHN', 'CXR', 'CCK', 'COL', 'COM', 'COG', 'COD', 'COK', 'CRI', 'CIV', 'HRV', 'CUB', 'CUW', 'CYP', 'CZE', 'DNK', 'DJI', 'DMA', 'DOM', 'ECU', 'EGY', 'SLV', 'GNQ', 'ERI', 'EST', 'ETH', 'FLK', 'FRO', 'FJI', 'FIN', 'FRA', 'GUF', 'PYF', 'ATF', 'GAB', 'GMB', 'GEO', 'DEU', 'GHA', 'GIB', 'GRC', 'GRL', 'GRD', 'GLP', 'GUM', 'GTM', 'GGY', 'GIN', 'GNB', 'GUY', 'HTI', 'HMD', 'VAT', 'HND', 'HKG', 'HUN', 'ISL', 'IND', 'IDN', 'IRN', 'IRQ', 'IRL', 'IMN', 'ISR', 'ITA', 'JAM', 'JPN', 'JEY', 'JOR', 'KAZ', 'KEN', 'KIR', 'PRK', 'KOR', 'KWT', 'KGZ', 'LAO', 'LVA', 'LBN', 'LSO', 'LBR', 'LBY', 'LIE', 'LTU', 'LUX', 'MAC', 'MKD', 'MDG', 'MWI', 'MYS', 'MDV', 'MLI', 'MLT', 'MHL', 'MTQ', 'MRT', 'MUS', 'MYT', 'MEX', 'FSM', 'MDA', 'MCO', 'MNG', 'MNE', 'MSR', 'MAR', 'MOZ', 'MMR', 'NAM', 'NRU', 'NPL', 'NLD', 'NCL', 'NZL', 'NIC', 'NER', 'NGA', 'NIU', 'NFK', 'MNP', 'NOR', 'OMN', 'PAK', 'PLW', 'PSE', 'PAN', 'PNG', 'PRY', 'PER', 'PHL', 'PCN', 'POL', 'PRT', 'PRI', 'QAT', 'REU', 'ROU', 'RUS', 'RWA', 'BLM', 'SHN', 'KNA', 'LCA', 'MAF', 'SPM', 'VCT', 'WSM', 'SMR', 'STP', 'SAU', 'SEN', 'SRB', 'SYC', 'SLE', 'SGP', 'SXM', 'SVK', 'SVN', 'SLB', 'SOM', 'ZAF', 'SGS', 'SSD', 'ESP', 'LKA', 'SDN', 'SUR', 'SJM', 'SWZ', 'SWE', 'CHE', 'SYR', 'TWN', 'TJK', 'TZA', 'THA', 'TLS', 'TGO', 'TKL', 'TON', 'TTO', 'TUN', 'TUR', 'TKM', 'TCA', 'TUV', 'UGA', 'UKR', 'ARE', 'GBR', 'USA', 'UMI', 'URY', 'UZB', 'VUT', 'VEN', 'VNM', 'VGB', 'VIR', 'WLF', 'ESH', 'YEM', 'ZMB', 'ZWE'];
- return prefixes;
+function isISO31661Alpha3(str) {
+ (0, _assertString.default)(str);
+ return (0, _includes.default)(validISO31661Alpha3CountriesCodes, str.toUpperCase());
}
-/*
- * en-US validation function
- * Verify that the TIN starts with a valid IRS campus prefix
- */
+module.exports = exports.default;
+module.exports.default = exports.default;
-function enUsCheck(tin) {
- return enUsGetPrefixes().indexOf(tin.substr(0, 2)) !== -1;
-}
-/*
- * es-ES validation function
- * (Documento Nacional de Identidad (DNI)
- * or Número de Identificación de Extranjero (NIE), persons only)
- * Verify TIN validity by calculating check (last) character
- */
+/***/ }),
+/* 320 */
+/*!**************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isBase64.js ***!
+ \**************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+"use strict";
-function esEsCheck(tin) {
- // Split characters into an array for further processing
- var chars = tin.toUpperCase().split(''); // Replace initial letter if needed
- if (isNaN(parseInt(chars[0], 10)) && chars.length > 1) {
- var lead_replace = 0;
+Object.defineProperty(exports, "__esModule", {
+ value: true });
- switch (chars[0]) {
- case 'Y':
- lead_replace = 1;
- break;
+exports.default = isBase64;
- case 'Z':
- lead_replace = 2;
- break;
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
- default:}
+function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+var notBase64 = /[^A-Z0-9+\/=]/i;
- chars.splice(0, 1, lead_replace); // Fill with zeros if smaller than proper
- } else {
- while (chars.length < 9) {
- chars.unshift(0);
- }
- } // Calculate checksum and check according to lookup
+function isBase64(str) {
+ (0, _assertString.default)(str);
+ var len = str.length;
+ if (!len || len % 4 !== 0 || notBase64.test(str)) {
+ return false;
+ }
- var lookup = ['T', 'R', 'W', 'A', 'G', 'M', 'Y', 'F', 'P', 'D', 'X', 'B', 'N', 'J', 'Z', 'S', 'Q', 'V', 'H', 'L', 'C', 'K', 'E'];
- chars = chars.join('');
- var checksum = parseInt(chars.slice(0, 8), 10) % 23;
- return chars[8] === lookup[checksum];
+ var firstPaddingChar = str.indexOf('=');
+ return firstPaddingChar === -1 || firstPaddingChar === len - 1 || firstPaddingChar === len - 2 && str[len - 1] === '=';
}
-/*
- * et-EE validation function
- * (Isikukood (IK), persons only)
- * Checks if birth date (century digit and six following) is valid and calculates check (last) digit
- * Material not in DG TAXUD document sourced from:
- * - `https://www.oecd.org/tax/automatic-exchange/crs-implementation-and-assistance/tax-identification-numbers/Estonia-TIN.pdf`
- */
+module.exports = exports.default;
+module.exports.default = exports.default;
-function etEeCheck(tin) {
- // Extract year and add century
- var full_year = tin.slice(1, 3);
- var century_digit = tin.slice(0, 1);
+/***/ }),
+/* 321 */
+/*!***************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isDataURI.js ***!
+ \***************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- switch (century_digit) {
- case '1':
- case '2':
- full_year = "18".concat(full_year);
- break;
+"use strict";
- case '3':
- case '4':
- full_year = "19".concat(full_year);
- break;
- default:
- full_year = "20".concat(full_year);
- break;}
- // Check date validity
+Object.defineProperty(exports, "__esModule", {
+ value: true });
+exports.default = isDataURI;
- var date = "".concat(full_year, "/").concat(tin.slice(3, 5), "/").concat(tin.slice(5, 7));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
- if (!(0, _isDate.default)(date, 'YYYY/MM/DD')) {
- return false;
- } // Split digits into an array for further processing
+function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+var validMediaType = /^[a-z]+\/[a-z0-9\-\+]+$/i;
+var validAttribute = /^[a-z\-]+=[a-z0-9\-]+$/i;
+var validData = /^[a-z0-9!\$&'\(\)\*\+,;=\-\._~:@\/\?%\s]*$/i;
- var digits = tin.split('').map(function (a) {
- return parseInt(a, 10);
- });
- var checksum = 0;
- var weight = 1; // Multiply by weight and add to checksum
+function isDataURI(str) {
+ (0, _assertString.default)(str);
+ var data = str.split(',');
- for (var i = 0; i < 10; i++) {
- checksum += digits[i] * weight;
- weight += 1;
+ if (data.length < 2) {
+ return false;
+ }
- if (weight === 10) {
- weight = 1;
- }
- } // Do again if modulo 11 of checksum is 10
+ var attributes = data.shift().trim().split(';');
+ var schemeAndMediaType = attributes.shift();
+ if (schemeAndMediaType.substr(0, 5) !== 'data:') {
+ return false;
+ }
- if (checksum % 11 === 10) {
- checksum = 0;
- weight = 3;
+ var mediaType = schemeAndMediaType.substr(5);
- for (var _i3 = 0; _i3 < 10; _i3++) {
- checksum += digits[_i3] * weight;
- weight += 1;
+ if (mediaType !== '' && !validMediaType.test(mediaType)) {
+ return false;
+ }
- if (weight === 10) {
- weight = 1;
- }
+ for (var i = 0; i < attributes.length; i++) {
+ if (i === attributes.length - 1 && attributes[i].toLowerCase() === 'base64') {// ok
+ } else if (!validAttribute.test(attributes[i])) {
+ return false;
}
+ }
- if (checksum % 11 === 10) {
- return digits[10] === 0;
+ for (var _i = 0; _i < data.length; _i++) {
+ if (!validData.test(data[_i])) {
+ return false;
}
}
- return checksum % 11 === digits[10];
+ return true;
}
-/*
- * fi-FI validation function
- * (Henkilötunnus (HETU), persons only)
- * Checks if birth date (first six digits plus century symbol) is valid
- * and calculates check (last) digit
- */
+module.exports = exports.default;
+module.exports.default = exports.default;
-function fiFiCheck(tin) {
- // Extract year and add century
- var full_year = tin.slice(4, 6);
- var century_symbol = tin.slice(6, 7);
+/***/ }),
+/* 322 */
+/*!*****************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isMagnetURI.js ***!
+ \*****************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- switch (century_symbol) {
- case '+':
- full_year = "18".concat(full_year);
- break;
+"use strict";
- case '-':
- full_year = "19".concat(full_year);
- break;
- default:
- full_year = "20".concat(full_year);
- break;}
- // Check date validity
+Object.defineProperty(exports, "__esModule", {
+ value: true });
+exports.default = isMagnetURI;
- var date = "".concat(full_year, "/").concat(tin.slice(2, 4), "/").concat(tin.slice(0, 2));
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
- if (!(0, _isDate.default)(date, 'YYYY/MM/DD')) {
- return false;
- } // Calculate check character
+function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+var magnetURI = /^magnet:\?xt=urn:[a-z0-9]+:[a-z0-9]{32,40}&dn=.+&tr=.+$/i;
- var checksum = parseInt(tin.slice(0, 6) + tin.slice(7, 10), 10) % 31;
+function isMagnetURI(url) {
+ (0, _assertString.default)(url);
+ return magnetURI.test(url.trim());
+}
- if (checksum < 10) {
- return checksum === parseInt(tin.slice(10), 10);
- }
+module.exports = exports.default;
+module.exports.default = exports.default;
- checksum -= 10;
- var letters_lookup = ['A', 'B', 'C', 'D', 'E', 'F', 'H', 'J', 'K', 'L', 'M', 'N', 'P', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y'];
- return letters_lookup[checksum] === tin.slice(10);
-}
-/*
- * fr/nl-BE validation function
- * (Numéro national (N.N.), persons only)
- * Checks if birth date (first six digits) is valid and calculates check (last two) digits
- */
+/***/ }),
+/* 323 */
+/*!****************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isMimeType.js ***!
+ \****************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+"use strict";
-function frBeCheck(tin) {
- // Zero month/day value is acceptable
- if (tin.slice(2, 4) !== '00' || tin.slice(4, 6) !== '00') {
- // Extract date from first six digits of TIN
- var date = "".concat(tin.slice(0, 2), "/").concat(tin.slice(2, 4), "/").concat(tin.slice(4, 6));
- if (!(0, _isDate.default)(date, 'YY/MM/DD')) {
- return false;
- }
- }
+Object.defineProperty(exports, "__esModule", {
+ value: true });
- var checksum = 97 - parseInt(tin.slice(0, 9), 10) % 97;
- var checkdigits = parseInt(tin.slice(9, 11), 10);
+exports.default = isMimeType;
- if (checksum !== checkdigits) {
- checksum = 97 - parseInt("2".concat(tin.slice(0, 9)), 10) % 97;
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
- if (checksum !== checkdigits) {
- return false;
- }
- }
+function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
- return true;
-}
/*
- * fr-FR validation function
- * (Numéro fiscal de référence (numéro SPI), persons only)
- * Verify TIN validity by calculating check (last three) digits
- */
+ Checks if the provided string matches to a correct Media type format (MIME type)
+
+ This function only checks is the string format follows the
+ etablished rules by the according RFC specifications.
+ This function supports 'charset' in textual media types
+ (https://tools.ietf.org/html/rfc6657).
+
+ This function does not check against all the media types listed
+ by the IANA (https://www.iana.org/assignments/media-types/media-types.xhtml)
+ because of lightness purposes : it would require to include
+ all these MIME types in this librairy, which would weigh it
+ significantly. This kind of effort maybe is not worth for the use that
+ this function has in this entire librairy.
+
+ More informations in the RFC specifications :
+ - https://tools.ietf.org/html/rfc2045
+ - https://tools.ietf.org/html/rfc2046
+ - https://tools.ietf.org/html/rfc7231#section-3.1.1.1
+ - https://tools.ietf.org/html/rfc7231#section-3.1.1.5
+ */
+// Match simple MIME types
+// NB :
+// Subtype length must not exceed 100 characters.
+// This rule does not comply to the RFC specs (what is the max length ?).
+var mimeTypeSimple = /^(application|audio|font|image|message|model|multipart|text|video)\/[a-zA-Z0-9\.\-\+]{1,100}$/i; // eslint-disable-line max-len
+// Handle "charset" in "text/*"
+
+var mimeTypeText = /^text\/[a-zA-Z0-9\.\-\+]{1,100};\s?charset=("[a-zA-Z0-9\.\-\+\s]{0,70}"|[a-zA-Z0-9\.\-\+]{0,70})(\s?\([a-zA-Z0-9\.\-\+\s]{1,20}\))?$/i; // eslint-disable-line max-len
+// Handle "boundary" in "multipart/*"
+var mimeTypeMultipart = /^multipart\/[a-zA-Z0-9\.\-\+]{1,100}(;\s?(boundary|charset)=("[a-zA-Z0-9\.\-\+\s]{0,70}"|[a-zA-Z0-9\.\-\+]{0,70})(\s?\([a-zA-Z0-9\.\-\+\s]{1,20}\))?){0,2}$/i; // eslint-disable-line max-len
-function frFrCheck(tin) {
- tin = tin.replace(/\s/g, '');
- var checksum = parseInt(tin.slice(0, 10), 10) % 511;
- var checkdigits = parseInt(tin.slice(10, 13), 10);
- return checksum === checkdigits;
+function isMimeType(str) {
+ (0, _assertString.default)(str);
+ return mimeTypeSimple.test(str) || mimeTypeText.test(str) || mimeTypeMultipart.test(str);
}
-/*
- * fr/lb-LU validation function
- * (numéro d’identification personnelle, persons only)
- * Verify birth date validity and run Luhn and Verhoeff checks
- */
+module.exports = exports.default;
+module.exports.default = exports.default;
-function frLuCheck(tin) {
- // Extract date and check validity
- var date = "".concat(tin.slice(0, 4), "/").concat(tin.slice(4, 6), "/").concat(tin.slice(6, 8));
+/***/ }),
+/* 324 */
+/*!***************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isLatLong.js ***!
+ \***************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- if (!(0, _isDate.default)(date, 'YYYY/MM/DD')) {
- return false;
- } // Run Luhn check
+"use strict";
- if (!algorithms.luhnCheck(tin.slice(0, 12))) {
- return false;
- } // Remove Luhn check digit and run Verhoeff check
+Object.defineProperty(exports, "__esModule", {
+ value: true });
+exports.default = _default;
- return algorithms.verhoeffCheck("".concat(tin.slice(0, 11)).concat(tin[12]));
-}
-/*
- * hr-HR validation function
- * (Osobni identifikacijski broj (OIB), persons/entities)
- * Verify TIN validity by calling iso7064Check(digits)
- */
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
+function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+
+var lat = /^\(?[+-]?(90(\.0+)?|[1-8]?\d(\.\d+)?)$/;
+var long = /^\s?[+-]?(180(\.0+)?|1[0-7]\d(\.\d+)?|\d{1,2}(\.\d+)?)\)?$/;
-function hrHrCheck(tin) {
- return algorithms.iso7064Check(tin);
+function _default(str) {
+ (0, _assertString.default)(str);
+ if (!str.includes(',')) return false;
+ var pair = str.split(',');
+ return lat.test(pair[0]) && long.test(pair[1]);
}
-/*
- * hu-HU validation function
- * (Adóazonosító jel, persons only)
- * Verify TIN validity by calculating check (last) digit
- */
+module.exports = exports.default;
+module.exports.default = exports.default;
-function huHuCheck(tin) {
- // split digits into an array for further processing
- var digits = tin.split('').map(function (a) {
- return parseInt(a, 10);
- });
- var checksum = 8;
+/***/ }),
+/* 325 */
+/*!******************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isPostalCode.js ***!
+ \******************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- for (var i = 1; i < 9; i++) {
- checksum += digits[i] * (i + 1);
- }
+"use strict";
- return checksum % 11 === digits[9];
-}
-/*
- * lt-LT validation function (should go here if needed)
- * (Asmens kodas, persons/entities respectively)
- * Current validation check is alias of etEeCheck- same format applies
- */
-/*
- * it-IT first/last name validity check
- * Accepts it-IT TIN-encoded names as a three-element character array and checks their validity
- * Due to lack of clarity between resources ("Are only Italian consonants used?
- * What happens if a person has X in their name?" etc.) only two test conditions
- * have been implemented:
- * Vowels may only be followed by other vowels or an X character
- * and X characters after vowels may only be followed by other X characters.
- */
+Object.defineProperty(exports, "__esModule", {
+ value: true });
+exports.default = _default;
+exports.locales = void 0;
-function itItNameCheck(name) {
- // true at the first occurence of a vowel
- var vowelflag = false; // true at the first occurence of an X AFTER vowel
- // (to properly handle last names with X as consonant)
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
- var xflag = false;
+function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
- for (var i = 0; i < 3; i++) {
- if (!vowelflag && /[AEIOU]/.test(name[i])) {
- vowelflag = true;
- } else if (!xflag && vowelflag && name[i] === 'X') {
- xflag = true;
- } else if (i > 0) {
- if (vowelflag && !xflag) {
- if (!/[AEIOU]/.test(name[i])) {
- return false;
- }
- }
+// common patterns
+var threeDigit = /^\d{3}$/;
+var fourDigit = /^\d{4}$/;
+var fiveDigit = /^\d{5}$/;
+var sixDigit = /^\d{6}$/;
+var patterns = {
+ AD: /^AD\d{3}$/,
+ AT: fourDigit,
+ AU: fourDigit,
+ BE: fourDigit,
+ BG: fourDigit,
+ CA: /^[ABCEGHJKLMNPRSTVXY]\d[ABCEGHJ-NPRSTV-Z][\s\-]?\d[ABCEGHJ-NPRSTV-Z]\d$/i,
+ CH: fourDigit,
+ CZ: /^\d{3}\s?\d{2}$/,
+ DE: fiveDigit,
+ DK: fourDigit,
+ DZ: fiveDigit,
+ EE: fiveDigit,
+ ES: fiveDigit,
+ FI: fiveDigit,
+ FR: /^\d{2}\s?\d{3}$/,
+ GB: /^(gir\s?0aa|[a-z]{1,2}\d[\da-z]?\s?(\d[a-z]{2})?)$/i,
+ GR: /^\d{3}\s?\d{2}$/,
+ HR: /^([1-5]\d{4}$)/,
+ HU: fourDigit,
+ IL: fiveDigit,
+ IN: sixDigit,
+ IS: threeDigit,
+ IT: fiveDigit,
+ JP: /^\d{3}\-\d{4}$/,
+ KE: fiveDigit,
+ LI: /^(948[5-9]|949[0-7])$/,
+ LT: /^LT\-\d{5}$/,
+ LU: fourDigit,
+ LV: /^LV\-\d{4}$/,
+ MX: fiveDigit,
+ NL: /^\d{4}\s?[a-z]{2}$/i,
+ NO: fourDigit,
+ PL: /^\d{2}\-\d{3}$/,
+ PT: /^\d{4}\-\d{3}?$/,
+ RO: sixDigit,
+ RU: sixDigit,
+ SA: fiveDigit,
+ SE: /^\d{3}\s?\d{2}$/,
+ SI: fourDigit,
+ SK: /^\d{3}\s?\d{2}$/,
+ TN: fourDigit,
+ TW: /^\d{3}(\d{2})?$/,
+ UA: fiveDigit,
+ US: /^\d{5}(-\d{4})?$/,
+ ZA: fourDigit,
+ ZM: fiveDigit };
- if (xflag) {
- if (!/X/.test(name[i])) {
- return false;
- }
- }
- }
- }
+var locales = Object.keys(patterns);
+exports.locales = locales;
- return true;
-}
-/*
- * it-IT validation function
- * (Codice fiscale (TIN-IT), persons only)
- * Verify name, birth date and codice catastale validity
- * and calculate check character.
- * Material not in DG-TAXUD document sourced from:
- * `https://en.wikipedia.org/wiki/Italian_fiscal_code`
- */
+function _default(str, locale) {
+ (0, _assertString.default)(str);
+ if (locale in patterns) {
+ return patterns[locale].test(str);
+ } else if (locale === 'any') {
+ for (var key in patterns) {
+ if (patterns.hasOwnProperty(key)) {
+ var pattern = patterns[key];
-function itItCheck(tin) {
- // Capitalize and split characters into an array for further processing
- var chars = tin.toUpperCase().split(''); // Check first and last name validity calling itItNameCheck()
+ if (pattern.test(str)) {
+ return true;
+ }
+ }
+ }
- if (!itItNameCheck(chars.slice(0, 3))) {
return false;
}
- if (!itItNameCheck(chars.slice(3, 6))) {
- return false;
- } // Convert letters in number spaces back to numbers if any
+ throw new Error("Invalid locale '".concat(locale, "'"));
+}
+/***/ }),
+/* 326 */
+/*!***********************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/ltrim.js ***!
+ \***********************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- var number_locations = [6, 7, 9, 10, 12, 13, 14];
- var number_replace = {
- L: '0',
- M: '1',
- N: '2',
- P: '3',
- Q: '4',
- R: '5',
- S: '6',
- T: '7',
- U: '8',
- V: '9' };
+"use strict";
- for (var _i4 = 0, _number_locations = number_locations; _i4 < _number_locations.length; _i4++) {
- var i = _number_locations[_i4];
+Object.defineProperty(exports, "__esModule", {
+ value: true });
- if (chars[i] in number_replace) {
- chars.splice(i, 1, number_replace[chars[i]]);
- }
- } // Extract month and day, and check date validity
+exports.default = ltrim;
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
- var month_replace = {
- A: '01',
- B: '02',
- C: '03',
- D: '04',
- E: '05',
- H: '06',
- L: '07',
- M: '08',
- P: '09',
- R: '10',
- S: '11',
- T: '12' };
+function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
- var month = month_replace[chars[8]];
- var day = parseInt(chars[9] + chars[10], 10);
+function ltrim(str, chars) {
+ (0, _assertString.default)(str);
+ var pattern = chars ? new RegExp("^[".concat(chars, "]+"), 'g') : /^\s+/g;
+ return str.replace(pattern, '');
+}
- if (day > 40) {
- day -= 40;
- }
+module.exports = exports.default;
+module.exports.default = exports.default;
- if (day < 10) {
- day = "0".concat(day);
- }
+/***/ }),
+/* 327 */
+/*!***********************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/rtrim.js ***!
+ \***********************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- var date = "".concat(chars[6]).concat(chars[7], "/").concat(month, "/").concat(day);
+"use strict";
- if (!(0, _isDate.default)(date, 'YY/MM/DD')) {
- return false;
- } // Calculate check character by adding up even and odd characters as numbers
+Object.defineProperty(exports, "__esModule", {
+ value: true });
- var checksum = 0;
+exports.default = rtrim;
- for (var _i5 = 1; _i5 < chars.length - 1; _i5 += 2) {
- var char_to_int = parseInt(chars[_i5], 10);
-
- if (isNaN(char_to_int)) {
- char_to_int = chars[_i5].charCodeAt(0) - 65;
- }
-
- checksum += char_to_int;
- }
-
- var odd_convert = {
- // Maps of characters at odd places
- A: 1,
- B: 0,
- C: 5,
- D: 7,
- E: 9,
- F: 13,
- G: 15,
- H: 17,
- I: 19,
- J: 21,
- K: 2,
- L: 4,
- M: 18,
- N: 20,
- O: 11,
- P: 3,
- Q: 6,
- R: 8,
- S: 12,
- T: 14,
- U: 16,
- V: 10,
- W: 22,
- X: 25,
- Y: 24,
- Z: 23,
- 0: 1,
- 1: 0 };
-
-
- for (var _i6 = 0; _i6 < chars.length - 1; _i6 += 2) {
- var _char_to_int = 0;
-
- if (chars[_i6] in odd_convert) {
- _char_to_int = odd_convert[chars[_i6]];
- } else {
- var multiplier = parseInt(chars[_i6], 10);
- _char_to_int = 2 * multiplier + 1;
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
- if (multiplier > 4) {
- _char_to_int += 2;
- }
- }
+function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
- checksum += _char_to_int;
- }
+function rtrim(str, chars) {
+ (0, _assertString.default)(str);
+ var pattern = chars ? new RegExp("[".concat(chars, "]")) : /\s/;
+ var idx = str.length - 1;
- if (String.fromCharCode(65 + checksum % 26) !== chars[15]) {
- return false;
+ for (; idx >= 0 && pattern.test(str[idx]); idx--) {
+ ;
}
- return true;
+ return idx < str.length ? str.substr(0, idx + 1) : str;
}
-/*
- * lv-LV validation function
- * (Personas kods (PK), persons only)
- * Check validity of birth date and calculate check (last) digit
- * Support only for old format numbers (not starting with '32', issued before 2017/07/01)
- * Material not in DG TAXUD document sourced from:
- * `https://boot.ritakafija.lv/forums/index.php?/topic/88314-personas-koda-algoritms-%C4%8Deksumma/`
- */
+module.exports = exports.default;
+module.exports.default = exports.default;
-function lvLvCheck(tin) {
- tin = tin.replace(/\W/, ''); // Extract date from TIN
+/***/ }),
+/* 328 */
+/*!**********************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/trim.js ***!
+ \**********************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- var day = tin.slice(0, 2);
+"use strict";
- if (day !== '32') {
- // No date/checksum check if new format
- var month = tin.slice(2, 4);
- if (month !== '00') {
- // No date check if unknown month
- var full_year = tin.slice(4, 6);
+Object.defineProperty(exports, "__esModule", {
+ value: true });
- switch (tin[6]) {
- case '0':
- full_year = "18".concat(full_year);
- break;
+exports.default = trim;
- case '1':
- full_year = "19".concat(full_year);
- break;
+var _rtrim = _interopRequireDefault(__webpack_require__(/*! ./rtrim */ 327));
- default:
- full_year = "20".concat(full_year);
- break;}
- // Check date validity
+var _ltrim = _interopRequireDefault(__webpack_require__(/*! ./ltrim */ 326));
+function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
- var date = "".concat(full_year, "/").concat(tin.slice(2, 4), "/").concat(day);
+function trim(str, chars) {
+ return (0, _rtrim.default)((0, _ltrim.default)(str, chars), chars);
+}
- if (!(0, _isDate.default)(date, 'YYYY/MM/DD')) {
- return false;
- }
- } // Calculate check digit
+module.exports = exports.default;
+module.exports.default = exports.default;
+/***/ }),
+/* 329 */
+/*!************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/escape.js ***!
+ \************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- var checksum = 1101;
- var multip_lookup = [1, 6, 3, 7, 9, 10, 5, 8, 4, 2];
+"use strict";
- for (var i = 0; i < tin.length - 1; i++) {
- checksum -= parseInt(tin[i], 10) * multip_lookup[i];
- }
- return parseInt(tin[10], 10) === checksum % 11;
- }
+Object.defineProperty(exports, "__esModule", {
+ value: true });
- return true;
-}
-/*
- * mt-MT validation function
- * (Identity Card Number or Unique Taxpayer Reference, persons/entities)
- * Verify Identity Card Number structure (no other tests found)
- */
+exports.default = escape;
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
-function mtMtCheck(tin) {
- if (tin.length !== 9) {
- // No tests for UTR
- var chars = tin.toUpperCase().split(''); // Fill with zeros if smaller than proper
+function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
- while (chars.length < 8) {
- chars.unshift(0);
- } // Validate format according to last character
+function escape(str) {
+ (0, _assertString.default)(str);
+ return str.replace(/&/g, '&').replace(/"/g, '"').replace(/'/g, ''').replace(//g, '>').replace(/\//g, '/').replace(/\\/g, '\').replace(/`/g, '`');
+}
+module.exports = exports.default;
+module.exports.default = exports.default;
- switch (tin[7]) {
- case 'A':
- case 'P':
- if (parseInt(chars[6], 10) === 0) {
- return false;
- }
+/***/ }),
+/* 330 */
+/*!**************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/unescape.js ***!
+ \**************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- break;
+"use strict";
- default:
- {
- var first_part = parseInt(chars.join('').slice(0, 5), 10);
- if (first_part > 32000) {
- return false;
- }
+Object.defineProperty(exports, "__esModule", {
+ value: true });
- var second_part = parseInt(chars.join('').slice(5, 7), 10);
+exports.default = unescape;
- if (first_part === second_part) {
- return false;
- }
- }}
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
- }
+function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
- return true;
+function unescape(str) {
+ (0, _assertString.default)(str);
+ return str.replace(/&/g, '&').replace(/"/g, '"').replace(/'/g, "'").replace(/</g, '<').replace(/>/g, '>').replace(///g, '/').replace(/\/g, '\\').replace(/`/g, '`');
}
-/*
- * nl-NL validation function
- * (Burgerservicenummer (BSN) or Rechtspersonen Samenwerkingsverbanden Informatie Nummer (RSIN),
- * persons/entities respectively)
- * Verify TIN validity by calculating check (last) digit (variant of MOD 11)
- */
+module.exports = exports.default;
+module.exports.default = exports.default;
-function nlNlCheck(tin) {
- return algorithms.reverseMultiplyAndSum(tin.split('').slice(0, 8).map(function (a) {
- return parseInt(a, 10);
- }), 9) % 11 === parseInt(tin[8], 10);
-}
-/*
- * pl-PL validation function
- * (Powszechny Elektroniczny System Ewidencji Ludności (PESEL)
- * or Numer identyfikacji podatkowej (NIP), persons/entities)
- * Verify TIN validity by validating birth date (PESEL) and calculating check (last) digit
- */
+/***/ }),
+/* 331 */
+/*!**************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/stripLow.js ***!
+ \**************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+"use strict";
-function plPlCheck(tin) {
- // NIP
- if (tin.length === 10) {
- // Calculate last digit by multiplying with lookup
- var lookup = [6, 5, 7, 2, 3, 4, 5, 6, 7];
- var _checksum = 0;
- for (var i = 0; i < lookup.length; i++) {
- _checksum += parseInt(tin[i], 10) * lookup[i];
- }
+Object.defineProperty(exports, "__esModule", {
+ value: true });
- _checksum %= 11;
+exports.default = stripLow;
- if (_checksum === 10) {
- return false;
- }
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
- return _checksum === parseInt(tin[9], 10);
- } // PESEL
- // Extract full year using month
+var _blacklist = _interopRequireDefault(__webpack_require__(/*! ./blacklist */ 332));
+function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
- var full_year = tin.slice(0, 2);
- var month = parseInt(tin.slice(2, 4), 10);
+function stripLow(str, keep_new_lines) {
+ (0, _assertString.default)(str);
+ var chars = keep_new_lines ? '\\x00-\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F' : '\\x00-\\x1F\\x7F';
+ return (0, _blacklist.default)(str, chars);
+}
- if (month > 80) {
- full_year = "18".concat(full_year);
- month -= 80;
- } else if (month > 60) {
- full_year = "22".concat(full_year);
- month -= 60;
- } else if (month > 40) {
- full_year = "21".concat(full_year);
- month -= 40;
- } else if (month > 20) {
- full_year = "20".concat(full_year);
- month -= 20;
- } else {
- full_year = "19".concat(full_year);
- } // Add leading zero to month if needed
+module.exports = exports.default;
+module.exports.default = exports.default;
+/***/ }),
+/* 332 */
+/*!***************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/blacklist.js ***!
+ \***************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- if (month < 10) {
- month = "0".concat(month);
- } // Check date validity
+"use strict";
- var date = "".concat(full_year, "/").concat(month, "/").concat(tin.slice(4, 6));
+Object.defineProperty(exports, "__esModule", {
+ value: true });
- if (!(0, _isDate.default)(date, 'YYYY/MM/DD')) {
- return false;
- } // Calculate last digit by mulitplying with odd one-digit numbers except 5
+exports.default = blacklist;
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
- var checksum = 0;
- var multiplier = 1;
+function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
- for (var _i7 = 0; _i7 < tin.length - 1; _i7++) {
- checksum += parseInt(tin[_i7], 10) * multiplier % 10;
- multiplier += 2;
+function blacklist(str, chars) {
+ (0, _assertString.default)(str);
+ return str.replace(new RegExp("[".concat(chars, "]+"), 'g'), '');
+}
- if (multiplier > 10) {
- multiplier = 1;
- } else if (multiplier === 5) {
- multiplier += 2;
- }
- }
+module.exports = exports.default;
+module.exports.default = exports.default;
- checksum = 10 - checksum % 10;
- return checksum === parseInt(tin[10], 10);
-}
-/*
- * pt-BR validation function
- * (Cadastro de Pessoas Físicas (CPF, persons)
- * Cadastro Nacional de Pessoas Jurídicas (CNPJ, entities)
- * Both inputs will be validated
- */
+/***/ }),
+/* 333 */
+/*!***************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/whitelist.js ***!
+ \***************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+"use strict";
-function ptBrCheck(tin) {
- if (tin.length === 11) {
- var _sum;
- var remainder;
- _sum = 0;
- if ( // Reject known invalid CPFs
- tin === '11111111111' || tin === '22222222222' || tin === '33333333333' || tin === '44444444444' || tin === '55555555555' || tin === '66666666666' || tin === '77777777777' || tin === '88888888888' || tin === '99999999999' || tin === '00000000000') return false;
+Object.defineProperty(exports, "__esModule", {
+ value: true });
- for (var i = 1; i <= 9; i++) {
- _sum += parseInt(tin.substring(i - 1, i), 10) * (11 - i);
- }
+exports.default = whitelist;
- remainder = _sum * 10 % 11;
- if (remainder === 10) remainder = 0;
- if (remainder !== parseInt(tin.substring(9, 10), 10)) return false;
- _sum = 0;
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
- for (var _i8 = 1; _i8 <= 10; _i8++) {
- _sum += parseInt(tin.substring(_i8 - 1, _i8), 10) * (12 - _i8);
- }
-
- remainder = _sum * 10 % 11;
- if (remainder === 10) remainder = 0;
- if (remainder !== parseInt(tin.substring(10, 11), 10)) return false;
- return true;
- }
+function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
- if ( // Reject know invalid CNPJs
- tin === '00000000000000' || tin === '11111111111111' || tin === '22222222222222' || tin === '33333333333333' || tin === '44444444444444' || tin === '55555555555555' || tin === '66666666666666' || tin === '77777777777777' || tin === '88888888888888' || tin === '99999999999999') {
- return false;
- }
+function whitelist(str, chars) {
+ (0, _assertString.default)(str);
+ return str.replace(new RegExp("[^".concat(chars, "]+"), 'g'), '');
+}
- var length = tin.length - 2;
- var identifiers = tin.substring(0, length);
- var verificators = tin.substring(length);
- var sum = 0;
- var pos = length - 7;
+module.exports = exports.default;
+module.exports.default = exports.default;
- for (var _i9 = length; _i9 >= 1; _i9--) {
- sum += identifiers.charAt(length - _i9) * pos;
- pos -= 1;
+/***/ }),
+/* 334 */
+/*!*******************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/isWhitelisted.js ***!
+ \*******************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- if (pos < 2) {
- pos = 9;
- }
- }
+"use strict";
- var result = sum % 11 < 2 ? 0 : 11 - sum % 11;
- if (result !== parseInt(verificators.charAt(0), 10)) {
- return false;
- }
+Object.defineProperty(exports, "__esModule", {
+ value: true });
- length += 1;
- identifiers = tin.substring(0, length);
- sum = 0;
- pos = length - 7;
+exports.default = isWhitelisted;
- for (var _i10 = length; _i10 >= 1; _i10--) {
- sum += identifiers.charAt(length - _i10) * pos;
- pos -= 1;
+var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 260));
- if (pos < 2) {
- pos = 9;
- }
- }
+function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
- result = sum % 11 < 2 ? 0 : 11 - sum % 11;
+function isWhitelisted(str, chars) {
+ (0, _assertString.default)(str);
- if (result !== parseInt(verificators.charAt(1), 10)) {
- return false;
+ for (var i = str.length - 1; i >= 0; i--) {
+ if (chars.indexOf(str[i]) === -1) {
+ return false;
+ }
}
return true;
}
-/*
- * pt-PT validation function
- * (Número de identificação fiscal (NIF), persons/entities)
- * Verify TIN validity by calculating check (last) digit (variant of MOD 11)
- */
-
-
-function ptPtCheck(tin) {
- var checksum = 11 - algorithms.reverseMultiplyAndSum(tin.split('').slice(0, 8).map(function (a) {
- return parseInt(a, 10);
- }), 9) % 11;
-
- if (checksum > 9) {
- return parseInt(tin[8], 10) === 0;
- }
-
- return checksum === parseInt(tin[8], 10);
-}
-/*
- * ro-RO validation function
- * (Cod Numeric Personal (CNP) or Cod de înregistrare fiscală (CIF),
- * persons only)
- * Verify CNP validity by calculating check (last) digit (test not found for CIF)
- * Material not in DG TAXUD document sourced from:
- * `https://en.wikipedia.org/wiki/National_identification_number#Romania`
- */
+module.exports = exports.default;
+module.exports.default = exports.default;
-function roRoCheck(tin) {
- if (tin.slice(0, 4) !== '9000') {
- // No test found for this format
- // Extract full year using century digit if possible
- var full_year = tin.slice(1, 3);
+/***/ }),
+/* 335 */
+/*!********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/validator/lib/normalizeEmail.js ***!
+ \********************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- switch (tin[0]) {
- case '1':
- case '2':
- full_year = "19".concat(full_year);
- break;
+"use strict";
- case '3':
- case '4':
- full_year = "18".concat(full_year);
- break;
- case '5':
- case '6':
- full_year = "20".concat(full_year);
- break;
+Object.defineProperty(exports, "__esModule", {
+ value: true });
- default:}
- // Check date validity
+exports.default = normalizeEmail;
+var _merge = _interopRequireDefault(__webpack_require__(/*! ./util/merge */ 269));
- var date = "".concat(full_year, "/").concat(tin.slice(3, 5), "/").concat(tin.slice(5, 7));
+function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
- if (date.length === 8) {
- if (!(0, _isDate.default)(date, 'YY/MM/DD')) {
- return false;
- }
- } else if (!(0, _isDate.default)(date, 'YYYY/MM/DD')) {
- return false;
- } // Calculate check digit
+var default_normalize_email_options = {
+ // The following options apply to all email addresses
+ // Lowercases the local part of the email address.
+ // Please note this may violate RFC 5321 as per http://stackoverflow.com/a/9808332/192024).
+ // The domain is always lowercased, as per RFC 1035
+ all_lowercase: true,
+ // The following conversions are specific to GMail
+ // Lowercases the local part of the GMail address (known to be case-insensitive)
+ gmail_lowercase: true,
+ // Removes dots from the local part of the email address, as that's ignored by GMail
+ gmail_remove_dots: true,
+ // Removes the subaddress (e.g. "+foo") from the email address
+ gmail_remove_subaddress: true,
+ // Conversts the googlemail.com domain to gmail.com
+ gmail_convert_googlemaildotcom: true,
+ // The following conversions are specific to Outlook.com / Windows Live / Hotmail
+ // Lowercases the local part of the Outlook.com address (known to be case-insensitive)
+ outlookdotcom_lowercase: true,
+ // Removes the subaddress (e.g. "+foo") from the email address
+ outlookdotcom_remove_subaddress: true,
+ // The following conversions are specific to Yahoo
+ // Lowercases the local part of the Yahoo address (known to be case-insensitive)
+ yahoo_lowercase: true,
+ // Removes the subaddress (e.g. "-foo") from the email address
+ yahoo_remove_subaddress: true,
+ // The following conversions are specific to Yandex
+ // Lowercases the local part of the Yandex address (known to be case-insensitive)
+ yandex_lowercase: true,
+ // The following conversions are specific to iCloud
+ // Lowercases the local part of the iCloud address (known to be case-insensitive)
+ icloud_lowercase: true,
+ // Removes the subaddress (e.g. "+foo") from the email address
+ icloud_remove_subaddress: true };
+// List of domains used by iCloud
+var icloud_domains = ['icloud.com', 'me.com']; // List of domains used by Outlook.com and its predecessors
+// This list is likely incomplete.
+// Partial reference:
+// https://blogs.office.com/2013/04/17/outlook-com-gets-two-step-verification-sign-in-by-alias-and-new-international-domains/
- var digits = tin.split('').map(function (a) {
- return parseInt(a, 10);
- });
- var multipliers = [2, 7, 9, 1, 4, 6, 3, 5, 8, 2, 7, 9];
- var checksum = 0;
+var outlookdotcom_domains = ['hotmail.at', 'hotmail.be', 'hotmail.ca', 'hotmail.cl', 'hotmail.co.il', 'hotmail.co.nz', 'hotmail.co.th', 'hotmail.co.uk', 'hotmail.com', 'hotmail.com.ar', 'hotmail.com.au', 'hotmail.com.br', 'hotmail.com.gr', 'hotmail.com.mx', 'hotmail.com.pe', 'hotmail.com.tr', 'hotmail.com.vn', 'hotmail.cz', 'hotmail.de', 'hotmail.dk', 'hotmail.es', 'hotmail.fr', 'hotmail.hu', 'hotmail.id', 'hotmail.ie', 'hotmail.in', 'hotmail.it', 'hotmail.jp', 'hotmail.kr', 'hotmail.lv', 'hotmail.my', 'hotmail.ph', 'hotmail.pt', 'hotmail.sa', 'hotmail.sg', 'hotmail.sk', 'live.be', 'live.co.uk', 'live.com', 'live.com.ar', 'live.com.mx', 'live.de', 'live.es', 'live.eu', 'live.fr', 'live.it', 'live.nl', 'msn.com', 'outlook.at', 'outlook.be', 'outlook.cl', 'outlook.co.il', 'outlook.co.nz', 'outlook.co.th', 'outlook.com', 'outlook.com.ar', 'outlook.com.au', 'outlook.com.br', 'outlook.com.gr', 'outlook.com.pe', 'outlook.com.tr', 'outlook.com.vn', 'outlook.cz', 'outlook.de', 'outlook.dk', 'outlook.es', 'outlook.fr', 'outlook.hu', 'outlook.id', 'outlook.ie', 'outlook.in', 'outlook.it', 'outlook.jp', 'outlook.kr', 'outlook.lv', 'outlook.my', 'outlook.ph', 'outlook.pt', 'outlook.sa', 'outlook.sg', 'outlook.sk', 'passport.com']; // List of domains used by Yahoo Mail
+// This list is likely incomplete
- for (var i = 0; i < multipliers.length; i++) {
- checksum += digits[i] * multipliers[i];
- }
+var yahoo_domains = ['rocketmail.com', 'yahoo.ca', 'yahoo.co.uk', 'yahoo.com', 'yahoo.de', 'yahoo.fr', 'yahoo.in', 'yahoo.it', 'ymail.com']; // List of domains used by yandex.ru
- if (checksum % 11 === 10) {
- return digits[12] === 1;
- }
+var yandex_domains = ['yandex.ru', 'yandex.ua', 'yandex.kz', 'yandex.com', 'yandex.by', 'ya.ru']; // replace single dots, but not multiple consecutive dots
- return digits[12] === checksum % 11;
+function dotsReplacer(match) {
+ if (match.length > 1) {
+ return match;
}
- return true;
+ return '';
}
-/*
- * sk-SK validation function
- * (Rodné číslo (RČ) or bezvýznamové identifikačné číslo (BIČ), persons only)
- * Checks validity of pre-1954 birth numbers (rodné číslo) only
- * Due to the introduction of the pseudo-random BIČ it is not possible to test
- * post-1954 birth numbers without knowing whether they are BIČ or RČ beforehand
- */
-
-function skSkCheck(tin) {
- if (tin.length === 9) {
- tin = tin.replace(/\W/, '');
+function normalizeEmail(email, options) {
+ options = (0, _merge.default)(options, default_normalize_email_options);
+ var raw_parts = email.split('@');
+ var domain = raw_parts.pop();
+ var user = raw_parts.join('@');
+ var parts = [user, domain]; // The domain is always lowercased, as it's case-insensitive per RFC 1035
- if (tin.slice(6) === '000') {
- return false;
- } // Three-zero serial not assigned before 1954
- // Extract full year from TIN length
+ parts[1] = parts[1].toLowerCase();
+ if (parts[1] === 'gmail.com' || parts[1] === 'googlemail.com') {
+ // Address is GMail
+ if (options.gmail_remove_subaddress) {
+ parts[0] = parts[0].split('+')[0];
+ }
- var full_year = parseInt(tin.slice(0, 2), 10);
+ if (options.gmail_remove_dots) {
+ // this does not replace consecutive dots like example..email@gmail.com
+ parts[0] = parts[0].replace(/\.+/g, dotsReplacer);
+ }
- if (full_year > 53) {
+ if (!parts[0].length) {
return false;
}
- if (full_year < 10) {
- full_year = "190".concat(full_year);
- } else {
- full_year = "19".concat(full_year);
- } // Extract month from TIN and normalize
-
-
- var month = parseInt(tin.slice(2, 4), 10);
-
- if (month > 50) {
- month -= 50;
+ if (options.all_lowercase || options.gmail_lowercase) {
+ parts[0] = parts[0].toLowerCase();
}
- if (month < 10) {
- month = "0".concat(month);
- } // Check date validity
+ parts[1] = options.gmail_convert_googlemaildotcom ? 'gmail.com' : parts[1];
+ } else if (icloud_domains.indexOf(parts[1]) >= 0) {
+ // Address is iCloud
+ if (options.icloud_remove_subaddress) {
+ parts[0] = parts[0].split('+')[0];
+ }
+ if (!parts[0].length) {
+ return false;
+ }
- var date = "".concat(full_year, "/").concat(month, "/").concat(tin.slice(4, 6));
+ if (options.all_lowercase || options.icloud_lowercase) {
+ parts[0] = parts[0].toLowerCase();
+ }
+ } else if (outlookdotcom_domains.indexOf(parts[1]) >= 0) {
+ // Address is Outlook.com
+ if (options.outlookdotcom_remove_subaddress) {
+ parts[0] = parts[0].split('+')[0];
+ }
- if (!(0, _isDate.default)(date, 'YYYY/MM/DD')) {
+ if (!parts[0].length) {
return false;
}
- }
- return true;
-}
-/*
- * sl-SI validation function
- * (Davčna številka, persons/entities)
- * Verify TIN validity by calculating check (last) digit (variant of MOD 11)
- */
+ if (options.all_lowercase || options.outlookdotcom_lowercase) {
+ parts[0] = parts[0].toLowerCase();
+ }
+ } else if (yahoo_domains.indexOf(parts[1]) >= 0) {
+ // Address is Yahoo
+ if (options.yahoo_remove_subaddress) {
+ var components = parts[0].split('-');
+ parts[0] = components.length > 1 ? components.slice(0, -1).join('-') : components[0];
+ }
+ if (!parts[0].length) {
+ return false;
+ }
-function slSiCheck(tin) {
- var checksum = 11 - algorithms.reverseMultiplyAndSum(tin.split('').slice(0, 7).map(function (a) {
- return parseInt(a, 10);
- }), 8) % 11;
+ if (options.all_lowercase || options.yahoo_lowercase) {
+ parts[0] = parts[0].toLowerCase();
+ }
+ } else if (yandex_domains.indexOf(parts[1]) >= 0) {
+ if (options.all_lowercase || options.yandex_lowercase) {
+ parts[0] = parts[0].toLowerCase();
+ }
- if (checksum === 10) {
- return parseInt(tin[7], 10) === 0;
+ parts[1] = 'yandex.ru'; // all yandex domains are equal, 1st preffered
+ } else if (options.all_lowercase) {
+ // Any other address
+ parts[0] = parts[0].toLowerCase();
}
- return checksum === parseInt(tin[7], 10);
+ return parts.join('@');
}
-/*
- * sv-SE validation function
- * (Personnummer or samordningsnummer, persons only)
- * Checks validity of birth date and calls luhnCheck() to validate check (last) digit
- */
+module.exports = exports.default;
+module.exports.default = exports.default;
-function svSeCheck(tin) {
- // Make copy of TIN and normalize to two-digit year form
- var tin_copy = tin.slice(0);
+/***/ }),
+/* 336 */
+/*!*********************************************!*\
+ !*** ./node_modules/eventemitter3/index.js ***!
+ \*********************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- if (tin.length > 11) {
- tin_copy = tin_copy.slice(2);
- } // Extract date of birth
+"use strict";
- var full_year = '';
- var month = tin_copy.slice(2, 4);
- var day = parseInt(tin_copy.slice(4, 6), 10);
+var has = Object.prototype.hasOwnProperty
+ , prefix = '~';
- if (tin.length > 11) {
- full_year = tin.slice(0, 4);
- } else {
- full_year = tin.slice(0, 2);
-
- if (tin.length === 11 && day < 60) {
- // Extract full year from centenarian symbol
- // Should work just fine until year 10000 or so
- var current_year = new Date().getFullYear().toString();
- var current_century = parseInt(current_year.slice(0, 2), 10);
- current_year = parseInt(current_year, 10);
-
- if (tin[6] === '-') {
- if (parseInt("".concat(current_century).concat(full_year), 10) > current_year) {
- full_year = "".concat(current_century - 1).concat(full_year);
- } else {
- full_year = "".concat(current_century).concat(full_year);
- }
- } else {
- full_year = "".concat(current_century - 1).concat(full_year);
+/**
+ * Constructor to create a storage for our `EE` objects.
+ * An `Events` instance is a plain object whose properties are event names.
+ *
+ * @constructor
+ * @private
+ */
+function Events() {}
- if (current_year - parseInt(full_year, 10) < 100) {
- return false;
- }
- }
- }
- } // Normalize day and check date validity
+//
+// We try to not inherit from `Object.prototype`. In some engines creating an
+// instance in this way is faster than calling `Object.create(null)` directly.
+// If `Object.create(null)` is not supported we prefix the event names with a
+// character to make sure that the built-in object properties are not
+// overridden or used as an attack vector.
+//
+if (Object.create) {
+ Events.prototype = Object.create(null);
+ //
+ // This hack is needed because the `__proto__` property is still inherited in
+ // some old browsers like Android 4, iPhone 5.1, Opera 11 and Safari 5.
+ //
+ if (!new Events().__proto__) prefix = false;
+}
- if (day > 60) {
- day -= 60;
- }
+/**
+ * Representation of a single event listener.
+ *
+ * @param {Function} fn The listener function.
+ * @param {*} context The context to invoke the listener with.
+ * @param {Boolean} [once=false] Specify if the listener is a one-time listener.
+ * @constructor
+ * @private
+ */
+function EE(fn, context, once) {
+ this.fn = fn;
+ this.context = context;
+ this.once = once || false;
+}
- if (day < 10) {
- day = "0".concat(day);
+/**
+ * Add a listener for a given event.
+ *
+ * @param {EventEmitter} emitter Reference to the `EventEmitter` instance.
+ * @param {(String|Symbol)} event The event name.
+ * @param {Function} fn The listener function.
+ * @param {*} context The context to invoke the listener with.
+ * @param {Boolean} once Specify if the listener is a one-time listener.
+ * @returns {EventEmitter}
+ * @private
+ */
+function addListener(emitter, event, fn, context, once) {
+ if (typeof fn !== 'function') {
+ throw new TypeError('The listener must be a function');
}
- var date = "".concat(full_year, "/").concat(month, "/").concat(day);
+ var listener = new EE(fn, context || emitter, once)
+ , evt = prefix ? prefix + event : event;
- if (date.length === 8) {
- if (!(0, _isDate.default)(date, 'YY/MM/DD')) {
- return false;
- }
- } else if (!(0, _isDate.default)(date, 'YYYY/MM/DD')) {
- return false;
- }
+ if (!emitter._events[evt]) emitter._events[evt] = listener, emitter._eventsCount++;
+ else if (!emitter._events[evt].fn) emitter._events[evt].push(listener);
+ else emitter._events[evt] = [emitter._events[evt], listener];
- return algorithms.luhnCheck(tin.replace(/\W/, ''));
-} // Locale lookup objects
+ return emitter;
+}
-/*
- * Tax id regex formats for various locales
+/**
+ * Clear event by name.
*
- * Where not explicitly specified in DG-TAXUD document both
- * uppercase and lowercase letters are acceptable.
+ * @param {EventEmitter} emitter Reference to the `EventEmitter` instance.
+ * @param {(String|Symbol)} evt The Event name.
+ * @private
*/
+function clearEvent(emitter, evt) {
+ if (--emitter._eventsCount === 0) emitter._events = new Events();
+ else delete emitter._events[evt];
+}
+/**
+ * Minimal `EventEmitter` interface that is molded against the Node.js
+ * `EventEmitter` interface.
+ *
+ * @constructor
+ * @public
+ */
+function EventEmitter() {
+ this._events = new Events();
+ this._eventsCount = 0;
+}
-var taxIdFormat = {
- 'bg-BG': /^\d{10}$/,
- 'cs-CZ': /^\d{6}\/{0,1}\d{3,4}$/,
- 'de-AT': /^\d{9}$/,
- 'de-DE': /^[1-9]\d{10}$/,
- 'dk-DK': /^\d{6}-{0,1}\d{4}$/,
- 'el-CY': /^[09]\d{7}[A-Z]$/,
- 'el-GR': /^([0-4]|[7-9])\d{8}$/,
- 'en-GB': /^\d{10}$|^(?!GB|NK|TN|ZZ)(?![DFIQUV])[A-Z](?![DFIQUVO])[A-Z]\d{6}[ABCD ]$/i,
- 'en-IE': /^\d{7}[A-W][A-IW]{0,1}$/i,
- 'en-US': /^\d{2}[- ]{0,1}\d{7}$/,
- 'es-ES': /^(\d{0,8}|[XYZKLM]\d{7})[A-HJ-NP-TV-Z]$/i,
- 'et-EE': /^[1-6]\d{6}(00[1-9]|0[1-9][0-9]|[1-6][0-9]{2}|70[0-9]|710)\d$/,
- 'fi-FI': /^\d{6}[-+A]\d{3}[0-9A-FHJ-NPR-Y]$/i,
- 'fr-BE': /^\d{11}$/,
- 'fr-FR': /^[0-3]\d{12}$|^[0-3]\d\s\d{2}(\s\d{3}){3}$/,
- // Conforms both to official spec and provided example
- 'fr-LU': /^\d{13}$/,
- 'hr-HR': /^\d{11}$/,
- 'hu-HU': /^8\d{9}$/,
- 'it-IT': /^[A-Z]{6}[L-NP-V0-9]{2}[A-EHLMPRST][L-NP-V0-9]{2}[A-ILMZ][L-NP-V0-9]{3}[A-Z]$/i,
- 'lv-LV': /^\d{6}-{0,1}\d{5}$/,
- // Conforms both to DG TAXUD spec and original research
- 'mt-MT': /^\d{3,7}[APMGLHBZ]$|^([1-8])\1\d{7}$/i,
- 'nl-NL': /^\d{9}$/,
- 'pl-PL': /^\d{10,11}$/,
- 'pt-BR': /(?:^\d{11}$)|(?:^\d{14}$)/,
- 'pt-PT': /^\d{9}$/,
- 'ro-RO': /^\d{13}$/,
- 'sk-SK': /^\d{6}\/{0,1}\d{3,4}$/,
- 'sl-SI': /^[1-9]\d{7}$/,
- 'sv-SE': /^(\d{6}[-+]{0,1}\d{4}|(18|19|20)\d{6}[-+]{0,1}\d{4})$/ };
-// taxIdFormat locale aliases
-
-taxIdFormat['lb-LU'] = taxIdFormat['fr-LU'];
-taxIdFormat['lt-LT'] = taxIdFormat['et-EE'];
-taxIdFormat['nl-BE'] = taxIdFormat['fr-BE']; // Algorithmic tax id check functions for various locales
-
-var taxIdCheck = {
- 'bg-BG': bgBgCheck,
- 'cs-CZ': csCzCheck,
- 'de-AT': deAtCheck,
- 'de-DE': deDeCheck,
- 'dk-DK': dkDkCheck,
- 'el-CY': elCyCheck,
- 'el-GR': elGrCheck,
- 'en-IE': enIeCheck,
- 'en-US': enUsCheck,
- 'es-ES': esEsCheck,
- 'et-EE': etEeCheck,
- 'fi-FI': fiFiCheck,
- 'fr-BE': frBeCheck,
- 'fr-FR': frFrCheck,
- 'fr-LU': frLuCheck,
- 'hr-HR': hrHrCheck,
- 'hu-HU': huHuCheck,
- 'it-IT': itItCheck,
- 'lv-LV': lvLvCheck,
- 'mt-MT': mtMtCheck,
- 'nl-NL': nlNlCheck,
- 'pl-PL': plPlCheck,
- 'pt-BR': ptBrCheck,
- 'pt-PT': ptPtCheck,
- 'ro-RO': roRoCheck,
- 'sk-SK': skSkCheck,
- 'sl-SI': slSiCheck,
- 'sv-SE': svSeCheck };
-// taxIdCheck locale aliases
-
-taxIdCheck['lb-LU'] = taxIdCheck['fr-LU'];
-taxIdCheck['lt-LT'] = taxIdCheck['et-EE'];
-taxIdCheck['nl-BE'] = taxIdCheck['fr-BE']; // Regexes for locales where characters should be omitted before checking format
-
-var allsymbols = /[-\\\/!@#$%\^&\*\(\)\+\=\[\]]+/g;
-var sanitizeRegexes = {
- 'de-AT': allsymbols,
- 'de-DE': /[\/\\]/g,
- 'fr-BE': allsymbols };
-// sanitizeRegexes locale aliases
-
-sanitizeRegexes['nl-BE'] = sanitizeRegexes['fr-BE'];
-/*
- * Validator function
- * Return true if the passed string is a valid tax identification number
- * for the specified locale.
- * Throw an error exception if the locale is not supported.
- */
+/**
+ * Return an array listing the events for which the emitter has registered
+ * listeners.
+ *
+ * @returns {Array}
+ * @public
+ */
+EventEmitter.prototype.eventNames = function eventNames() {
+ var names = []
+ , events
+ , name;
-function isTaxID(str) {
- var locale = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'en-US';
- (0, _assertString.default)(str); // Copy TIN to avoid replacement if sanitized
+ if (this._eventsCount === 0) return names;
- var strcopy = str.slice(0);
+ for (name in (events = this._events)) {
+ if (has.call(events, name)) names.push(prefix ? name.slice(1) : name);
+ }
- if (locale in taxIdFormat) {
- if (locale in sanitizeRegexes) {
- strcopy = strcopy.replace(sanitizeRegexes[locale], '');
- }
+ if (Object.getOwnPropertySymbols) {
+ return names.concat(Object.getOwnPropertySymbols(events));
+ }
- if (!taxIdFormat[locale].test(strcopy)) {
- return false;
- }
+ return names;
+};
- if (locale in taxIdCheck) {
- return taxIdCheck[locale](strcopy);
- } // Fallthrough; not all locales have algorithmic checks
+/**
+ * Return the listeners registered for a given event.
+ *
+ * @param {(String|Symbol)} event The event name.
+ * @returns {Array} The registered listeners.
+ * @public
+ */
+EventEmitter.prototype.listeners = function listeners(event) {
+ var evt = prefix ? prefix + event : event
+ , handlers = this._events[evt];
+ if (!handlers) return [];
+ if (handlers.fn) return [handlers.fn];
- return true;
+ for (var i = 0, l = handlers.length, ee = new Array(l); i < l; i++) {
+ ee[i] = handlers[i].fn;
}
- throw new Error("Invalid locale '".concat(locale, "'"));
-}
-
-module.exports = exports.default;
-module.exports.default = exports.default;
+ return ee;
+};
-/***/ }),
-/* 334 */
-/*!*******************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/util/algorithms.js ***!
- \*******************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+/**
+ * Return the number of listeners listening to a given event.
+ *
+ * @param {(String|Symbol)} event The event name.
+ * @returns {Number} The number of listeners.
+ * @public
+ */
+EventEmitter.prototype.listenerCount = function listenerCount(event) {
+ var evt = prefix ? prefix + event : event
+ , listeners = this._events[evt];
-"use strict";
+ if (!listeners) return 0;
+ if (listeners.fn) return 1;
+ return listeners.length;
+};
+/**
+ * Calls each of the listeners registered for a given event.
+ *
+ * @param {(String|Symbol)} event The event name.
+ * @returns {Boolean} `true` if the event had listeners, else `false`.
+ * @public
+ */
+EventEmitter.prototype.emit = function emit(event, a1, a2, a3, a4, a5) {
+ var evt = prefix ? prefix + event : event;
-Object.defineProperty(exports, "__esModule", {
- value: true });
+ if (!this._events[evt]) return false;
-exports.iso7064Check = iso7064Check;
-exports.luhnCheck = luhnCheck;
-exports.reverseMultiplyAndSum = reverseMultiplyAndSum;
-exports.verhoeffCheck = verhoeffCheck;
+ var listeners = this._events[evt]
+ , len = arguments.length
+ , args
+ , i;
-/**
- * Algorithmic validation functions
- * May be used as is or implemented in the workflow of other validators.
- */
+ if (listeners.fn) {
+ if (listeners.once) this.removeListener(event, listeners.fn, undefined, true);
-/*
- * ISO 7064 validation function
- * Called with a string of numbers (incl. check digit)
- * to validate according to ISO 7064 (MOD 11, 10).
- */
-function iso7064Check(str) {
- var checkvalue = 10;
+ switch (len) {
+ case 1: return listeners.fn.call(listeners.context), true;
+ case 2: return listeners.fn.call(listeners.context, a1), true;
+ case 3: return listeners.fn.call(listeners.context, a1, a2), true;
+ case 4: return listeners.fn.call(listeners.context, a1, a2, a3), true;
+ case 5: return listeners.fn.call(listeners.context, a1, a2, a3, a4), true;
+ case 6: return listeners.fn.call(listeners.context, a1, a2, a3, a4, a5), true;
+ }
- for (var i = 0; i < str.length - 1; i++) {
- checkvalue = (parseInt(str[i], 10) + checkvalue) % 10 === 0 ? 10 * 2 % 11 : (parseInt(str[i], 10) + checkvalue) % 10 * 2 % 11;
- }
+ for (i = 1, args = new Array(len -1); i < len; i++) {
+ args[i - 1] = arguments[i];
+ }
- checkvalue = checkvalue === 1 ? 0 : 11 - checkvalue;
- return checkvalue === parseInt(str[10], 10);
-}
-/*
- * Luhn (mod 10) validation function
- * Called with a string of numbers (incl. check digit)
- * to validate according to the Luhn algorithm.
- */
+ listeners.fn.apply(listeners.context, args);
+ } else {
+ var length = listeners.length
+ , j;
+ for (i = 0; i < length; i++) {
+ if (listeners[i].once) this.removeListener(event, listeners[i].fn, undefined, true);
-function luhnCheck(str) {
- var checksum = 0;
- var second = false;
+ switch (len) {
+ case 1: listeners[i].fn.call(listeners[i].context); break;
+ case 2: listeners[i].fn.call(listeners[i].context, a1); break;
+ case 3: listeners[i].fn.call(listeners[i].context, a1, a2); break;
+ case 4: listeners[i].fn.call(listeners[i].context, a1, a2, a3); break;
+ default:
+ if (!args) for (j = 1, args = new Array(len -1); j < len; j++) {
+ args[j - 1] = arguments[j];
+ }
- for (var i = str.length - 1; i >= 0; i--) {
- if (second) {
- var product = parseInt(str[i], 10) * 2;
-
- if (product > 9) {
- // sum digits of product and add to checksum
- checksum += product.toString().split('').map(function (a) {
- return parseInt(a, 10);
- }).reduce(function (a, b) {
- return a + b;
- }, 0);
- } else {
- checksum += product;
+ listeners[i].fn.apply(listeners[i].context, args);
}
- } else {
- checksum += parseInt(str[i], 10);
}
-
- second = !second;
}
- return checksum % 10 === 0;
-}
-/*
- * Reverse TIN multiplication and summation helper function
- * Called with an array of single-digit integers and a base multiplier
- * to calculate the sum of the digits multiplied in reverse.
- * Normally used in variations of MOD 11 algorithmic checks.
- */
-
+ return true;
+};
-function reverseMultiplyAndSum(digits, base) {
- var total = 0;
+/**
+ * Add a listener for a given event.
+ *
+ * @param {(String|Symbol)} event The event name.
+ * @param {Function} fn The listener function.
+ * @param {*} [context=this] The context to invoke the listener with.
+ * @returns {EventEmitter} `this`.
+ * @public
+ */
+EventEmitter.prototype.on = function on(event, fn, context) {
+ return addListener(this, event, fn, context, false);
+};
- for (var i = 0; i < digits.length; i++) {
- total += digits[i] * (base - i);
- }
+/**
+ * Add a one-time listener for a given event.
+ *
+ * @param {(String|Symbol)} event The event name.
+ * @param {Function} fn The listener function.
+ * @param {*} [context=this] The context to invoke the listener with.
+ * @returns {EventEmitter} `this`.
+ * @public
+ */
+EventEmitter.prototype.once = function once(event, fn, context) {
+ return addListener(this, event, fn, context, true);
+};
- return total;
-}
-/*
- * Verhoeff validation helper function
- * Called with a string of numbers
- * to validate according to the Verhoeff algorithm.
- */
+/**
+ * Remove the listeners of a given event.
+ *
+ * @param {(String|Symbol)} event The event name.
+ * @param {Function} fn Only remove the listeners that match this function.
+ * @param {*} context Only remove the listeners that have this context.
+ * @param {Boolean} once Only remove one-time listeners.
+ * @returns {EventEmitter} `this`.
+ * @public
+ */
+EventEmitter.prototype.removeListener = function removeListener(event, fn, context, once) {
+ var evt = prefix ? prefix + event : event;
+ if (!this._events[evt]) return this;
+ if (!fn) {
+ clearEvent(this, evt);
+ return this;
+ }
-function verhoeffCheck(str) {
- var d_table = [[0, 1, 2, 3, 4, 5, 6, 7, 8, 9], [1, 2, 3, 4, 0, 6, 7, 8, 9, 5], [2, 3, 4, 0, 1, 7, 8, 9, 5, 6], [3, 4, 0, 1, 2, 8, 9, 5, 6, 7], [4, 0, 1, 2, 3, 9, 5, 6, 7, 8], [5, 9, 8, 7, 6, 0, 4, 3, 2, 1], [6, 5, 9, 8, 7, 1, 0, 4, 3, 2], [7, 6, 5, 9, 8, 2, 1, 0, 4, 3], [8, 7, 6, 5, 9, 3, 2, 1, 0, 4], [9, 8, 7, 6, 5, 4, 3, 2, 1, 0]];
- var p_table = [[0, 1, 2, 3, 4, 5, 6, 7, 8, 9], [1, 5, 7, 6, 2, 8, 3, 0, 9, 4], [5, 8, 0, 3, 7, 9, 6, 1, 4, 2], [8, 9, 1, 6, 0, 4, 3, 5, 2, 7], [9, 4, 5, 3, 1, 2, 6, 8, 7, 0], [4, 2, 8, 6, 5, 7, 3, 9, 0, 1], [2, 7, 9, 3, 8, 0, 6, 4, 1, 5], [7, 0, 4, 6, 9, 1, 3, 2, 5, 8]]; // Copy (to prevent replacement) and reverse
+ var listeners = this._events[evt];
- var str_copy = str.split('').reverse().join('');
- var checksum = 0;
+ if (listeners.fn) {
+ if (
+ listeners.fn === fn &&
+ (!once || listeners.once) &&
+ (!context || listeners.context === context)
+ ) {
+ clearEvent(this, evt);
+ }
+ } else {
+ for (var i = 0, events = [], length = listeners.length; i < length; i++) {
+ if (
+ listeners[i].fn !== fn ||
+ (once && !listeners[i].once) ||
+ (context && listeners[i].context !== context)
+ ) {
+ events.push(listeners[i]);
+ }
+ }
- for (var i = 0; i < str_copy.length; i++) {
- checksum = d_table[checksum][p_table[i % 8][parseInt(str_copy[i], 10)]];
+ //
+ // Reset the array, or remove it completely if we have no more listeners.
+ //
+ if (events.length) this._events[evt] = events.length === 1 ? events[0] : events;
+ else clearEvent(this, evt);
}
- return checksum === 0;
-}
-
-/***/ }),
-/* 335 */
-/*!*****************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isMobilePhone.js ***!
- \*****************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ return this;
+};
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true });
-
-exports.default = isMobilePhone;
-exports.locales = void 0;
-
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
-
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-
-/* eslint-disable max-len */
-var phones = {
- 'am-AM': /^(\+?374|0)((10|[9|7][0-9])\d{6}$|[2-4]\d{7}$)/,
- 'ar-AE': /^((\+?971)|0)?5[024568]\d{7}$/,
- 'ar-BH': /^(\+?973)?(3|6)\d{7}$/,
- 'ar-DZ': /^(\+?213|0)(5|6|7)\d{8}$/,
- 'ar-LB': /^(\+?961)?((3|81)\d{6}|7\d{7})$/,
- 'ar-EG': /^((\+?20)|0)?1[0125]\d{8}$/,
- 'ar-IQ': /^(\+?964|0)?7[0-9]\d{8}$/,
- 'ar-JO': /^(\+?962|0)?7[789]\d{7}$/,
- 'ar-KW': /^(\+?965)[569]\d{7}$/,
- 'ar-LY': /^((\+?218)|0)?(9[1-6]\d{7}|[1-8]\d{7,9})$/,
- 'ar-MA': /^(?:(?:\+|00)212|0)[5-7]\d{8}$/,
- 'ar-OM': /^((\+|00)968)?(9[1-9])\d{6}$/,
- 'ar-PS': /^(\+?970|0)5[6|9](\d{7})$/,
- 'ar-SA': /^(!?(\+?966)|0)?5\d{8}$/,
- 'ar-SY': /^(!?(\+?963)|0)?9\d{8}$/,
- 'ar-TN': /^(\+?216)?[2459]\d{7}$/,
- 'az-AZ': /^(\+994|0)(5[015]|7[07]|99)\d{7}$/,
- 'bs-BA': /^((((\+|00)3876)|06))((([0-3]|[5-6])\d{6})|(4\d{7}))$/,
- 'be-BY': /^(\+?375)?(24|25|29|33|44)\d{7}$/,
- 'bg-BG': /^(\+?359|0)?8[789]\d{7}$/,
- 'bn-BD': /^(\+?880|0)1[13456789][0-9]{8}$/,
- 'ca-AD': /^(\+376)?[346]\d{5}$/,
- 'cs-CZ': /^(\+?420)? ?[1-9][0-9]{2} ?[0-9]{3} ?[0-9]{3}$/,
- 'da-DK': /^(\+?45)?\s?\d{2}\s?\d{2}\s?\d{2}\s?\d{2}$/,
- 'de-DE': /^((\+49|0)[1|3])([0|5][0-45-9]\d|6([23]|0\d?)|7([0-57-9]|6\d))\d{7,9}$/,
- 'de-AT': /^(\+43|0)\d{1,4}\d{3,12}$/,
- 'de-CH': /^(\+41|0)([1-9])\d{1,9}$/,
- 'de-LU': /^(\+352)?((6\d1)\d{6})$/,
- 'dv-MV': /^(\+?960)?(7[2-9]|91|9[3-9])\d{7}$/,
- 'el-GR': /^(\+?30|0)?(69\d{8})$/,
- 'en-AU': /^(\+?61|0)4\d{8}$/,
- 'en-BM': /^(\+?1)?441(((3|7)\d{6}$)|(5[0-3][0-9]\d{4}$)|(59\d{5}))/,
- 'en-GB': /^(\+?44|0)7\d{9}$/,
- 'en-GG': /^(\+?44|0)1481\d{6}$/,
- 'en-GH': /^(\+233|0)(20|50|24|54|27|57|26|56|23|28|55|59)\d{7}$/,
- 'en-GY': /^(\+592|0)6\d{6}$/,
- 'en-HK': /^(\+?852[-\s]?)?[456789]\d{3}[-\s]?\d{4}$/,
- 'en-MO': /^(\+?853[-\s]?)?[6]\d{3}[-\s]?\d{4}$/,
- 'en-IE': /^(\+?353|0)8[356789]\d{7}$/,
- 'en-IN': /^(\+?91|0)?[6789]\d{9}$/,
- 'en-KE': /^(\+?254|0)(7|1)\d{8}$/,
- 'en-KI': /^((\+686|686)?)?( )?((6|7)(2|3|8)[0-9]{6})$/,
- 'en-MT': /^(\+?356|0)?(99|79|77|21|27|22|25)[0-9]{6}$/,
- 'en-MU': /^(\+?230|0)?\d{8}$/,
- 'en-NA': /^(\+?264|0)(6|8)\d{7}$/,
- 'en-NG': /^(\+?234|0)?[789]\d{9}$/,
- 'en-NZ': /^(\+?64|0)[28]\d{7,9}$/,
- 'en-PK': /^((00|\+)?92|0)3[0-6]\d{8}$/,
- 'en-PH': /^(09|\+639)\d{9}$/,
- 'en-RW': /^(\+?250|0)?[7]\d{8}$/,
- 'en-SG': /^(\+65)?[3689]\d{7}$/,
- 'en-SL': /^(\+?232|0)\d{8}$/,
- 'en-TZ': /^(\+?255|0)?[67]\d{8}$/,
- 'en-UG': /^(\+?256|0)?[7]\d{8}$/,
- 'en-US': /^((\+1|1)?( |-)?)?(\([2-9][0-9]{2}\)|[2-9][0-9]{2})( |-)?([2-9][0-9]{2}( |-)?[0-9]{4})$/,
- 'en-ZA': /^(\+?27|0)\d{9}$/,
- 'en-ZM': /^(\+?26)?09[567]\d{7}$/,
- 'en-ZW': /^(\+263)[0-9]{9}$/,
- 'en-BW': /^(\+?267)?(7[1-8]{1})\d{6}$/,
- 'es-AR': /^\+?549(11|[2368]\d)\d{8}$/,
- 'es-BO': /^(\+?591)?(6|7)\d{7}$/,
- 'es-CO': /^(\+?57)?3(0(0|1|2|4|5)|1\d|2[0-4]|5(0|1))\d{7}$/,
- 'es-CL': /^(\+?56|0)[2-9]\d{1}\d{7}$/,
- 'es-CR': /^(\+506)?[2-8]\d{7}$/,
- 'es-CU': /^(\+53|0053)?5\d{7}/,
- 'es-DO': /^(\+?1)?8[024]9\d{7}$/,
- 'es-HN': /^(\+?504)?[9|8]\d{7}$/,
- 'es-EC': /^(\+?593|0)([2-7]|9[2-9])\d{7}$/,
- 'es-ES': /^(\+?34)?[6|7]\d{8}$/,
- 'es-PE': /^(\+?51)?9\d{8}$/,
- 'es-MX': /^(\+?52)?(1|01)?\d{10,11}$/,
- 'es-PA': /^(\+?507)\d{7,8}$/,
- 'es-PY': /^(\+?595|0)9[9876]\d{7}$/,
- 'es-SV': /^(\+?503)?[67]\d{7}$/,
- 'es-UY': /^(\+598|0)9[1-9][\d]{6}$/,
- 'es-VE': /^(\+?58)?(2|4)\d{9}$/,
- 'et-EE': /^(\+?372)?\s?(5|8[1-4])\s?([0-9]\s?){6,7}$/,
- 'fa-IR': /^(\+?98[\-\s]?|0)9[0-39]\d[\-\s]?\d{3}[\-\s]?\d{4}$/,
- 'fi-FI': /^(\+?358|0)\s?(4(0|1|2|4|5|6)?|50)\s?(\d\s?){4,8}\d$/,
- 'fj-FJ': /^(\+?679)?\s?\d{3}\s?\d{4}$/,
- 'fo-FO': /^(\+?298)?\s?\d{2}\s?\d{2}\s?\d{2}$/,
- 'fr-BF': /^(\+226|0)[67]\d{7}$/,
- 'fr-CM': /^(\+?237)6[0-9]{8}$/,
- 'fr-FR': /^(\+?33|0)[67]\d{8}$/,
- 'fr-GF': /^(\+?594|0|00594)[67]\d{8}$/,
- 'fr-GP': /^(\+?590|0|00590)[67]\d{8}$/,
- 'fr-MQ': /^(\+?596|0|00596)[67]\d{8}$/,
- 'fr-PF': /^(\+?689)?8[789]\d{6}$/,
- 'fr-RE': /^(\+?262|0|00262)[67]\d{8}$/,
- 'he-IL': /^(\+972|0)([23489]|5[012345689]|77)[1-9]\d{6}$/,
- 'hu-HU': /^(\+?36|06)(20|30|31|50|70)\d{7}$/,
- 'id-ID': /^(\+?62|0)8(1[123456789]|2[1238]|3[1238]|5[12356789]|7[78]|9[56789]|8[123456789])([\s?|\d]{5,11})$/,
- 'it-IT': /^(\+?39)?\s?3\d{2} ?\d{6,7}$/,
- 'it-SM': /^((\+378)|(0549)|(\+390549)|(\+3780549))?6\d{5,9}$/,
- 'ja-JP': /^(\+81[ \-]?(\(0\))?|0)[6789]0[ \-]?\d{4}[ \-]?\d{4}$/,
- 'ka-GE': /^(\+?995)?(5|79)\d{7}$/,
- 'kk-KZ': /^(\+?7|8)?7\d{9}$/,
- 'kl-GL': /^(\+?299)?\s?\d{2}\s?\d{2}\s?\d{2}$/,
- 'ko-KR': /^((\+?82)[ \-]?)?0?1([0|1|6|7|8|9]{1})[ \-]?\d{3,4}[ \-]?\d{4}$/,
- 'lt-LT': /^(\+370|8)\d{8}$/,
- 'lv-LV': /^(\+?371)2\d{7}$/,
- 'ms-MY': /^(\+?6?01){1}(([0145]{1}(\-|\s)?\d{7,8})|([236789]{1}(\s|\-)?\d{7}))$/,
- 'mz-MZ': /^(\+?258)?8[234567]\d{7}$/,
- 'nb-NO': /^(\+?47)?[49]\d{7}$/,
- 'ne-NP': /^(\+?977)?9[78]\d{8}$/,
- 'nl-BE': /^(\+?32|0)4\d{8}$/,
- 'nl-NL': /^(((\+|00)?31\(0\))|((\+|00)?31)|0)6{1}\d{8}$/,
- 'nn-NO': /^(\+?47)?[49]\d{7}$/,
- 'pl-PL': /^(\+?48)? ?[5-8]\d ?\d{3} ?\d{2} ?\d{2}$/,
- 'pt-BR': /^((\+?55\ ?[1-9]{2}\ ?)|(\+?55\ ?\([1-9]{2}\)\ ?)|(0[1-9]{2}\ ?)|(\([1-9]{2}\)\ ?)|([1-9]{2}\ ?))((\d{4}\-?\d{4})|(9[2-9]{1}\d{3}\-?\d{4}))$/,
- 'pt-PT': /^(\+?351)?9[1236]\d{7}$/,
- 'pt-AO': /^(\+244)\d{9}$/,
- 'ro-RO': /^(\+?4?0)\s?7\d{2}(\/|\s|\.|\-)?\d{3}(\s|\.|\-)?\d{3}$/,
- 'ru-RU': /^(\+?7|8)?9\d{9}$/,
- 'si-LK': /^(?:0|94|\+94)?(7(0|1|2|4|5|6|7|8)( |-)?)\d{7}$/,
- 'sl-SI': /^(\+386\s?|0)(\d{1}\s?\d{3}\s?\d{2}\s?\d{2}|\d{2}\s?\d{3}\s?\d{3})$/,
- 'sk-SK': /^(\+?421)? ?[1-9][0-9]{2} ?[0-9]{3} ?[0-9]{3}$/,
- 'sq-AL': /^(\+355|0)6[789]\d{6}$/,
- 'sr-RS': /^(\+3816|06)[- \d]{5,9}$/,
- 'sv-SE': /^(\+?46|0)[\s\-]?7[\s\-]?[02369]([\s\-]?\d){7}$/,
- 'tg-TJ': /^(\+?992)?[5][5]\d{7}$/,
- 'th-TH': /^(\+66|66|0)\d{9}$/,
- 'tr-TR': /^(\+?90|0)?5\d{9}$/,
- 'tk-TM': /^(\+993|993|8)\d{8}$/,
- 'uk-UA': /^(\+?38|8)?0\d{9}$/,
- 'uz-UZ': /^(\+?998)?(6[125-79]|7[1-69]|88|9\d)\d{7}$/,
- 'vi-VN': /^((\+?84)|0)((3([2-9]))|(5([25689]))|(7([0|6-9]))|(8([1-9]))|(9([0-9])))([0-9]{7})$/,
- 'zh-CN': /^((\+|00)86)?(1[3-9]|9[28])\d{9}$/,
- 'zh-TW': /^(\+?886\-?|0)?9\d{8}$/,
- 'dz-BT': /^(\+?975|0)?(17|16|77|02)\d{6}$/ };
-
-/* eslint-enable max-len */
-// aliases
-
-phones['en-CA'] = phones['en-US'];
-phones['fr-CA'] = phones['en-CA'];
-phones['fr-BE'] = phones['nl-BE'];
-phones['zh-HK'] = phones['en-HK'];
-phones['zh-MO'] = phones['en-MO'];
-phones['ga-IE'] = phones['en-IE'];
-phones['fr-CH'] = phones['de-CH'];
-phones['it-CH'] = phones['fr-CH'];
-
-function isMobilePhone(str, locale, options) {
- (0, _assertString.default)(str);
+/**
+ * Remove all listeners, or those of the specified event.
+ *
+ * @param {(String|Symbol)} [event] The event name.
+ * @returns {EventEmitter} `this`.
+ * @public
+ */
+EventEmitter.prototype.removeAllListeners = function removeAllListeners(event) {
+ var evt;
- if (options && options.strictMode && !str.startsWith('+')) {
- return false;
+ if (event) {
+ evt = prefix ? prefix + event : event;
+ if (this._events[evt]) clearEvent(this, evt);
+ } else {
+ this._events = new Events();
+ this._eventsCount = 0;
}
- if (Array.isArray(locale)) {
- return locale.some(function (key) {
- // https://github.com/gotwarlost/istanbul/blob/master/ignoring-code-for-coverage.md#ignoring-code-for-coverage-purposes
- // istanbul ignore else
- if (phones.hasOwnProperty(key)) {
- var phone = phones[key];
-
- if (phone.test(str)) {
- return true;
- }
- }
+ return this;
+};
- return false;
- });
- } else if (locale in phones) {
- return phones[locale].test(str); // alias falsey locale as 'any'
- } else if (!locale || locale === 'any') {
- for (var key in phones) {
- // istanbul ignore else
- if (phones.hasOwnProperty(key)) {
- var phone = phones[key];
+//
+// Alias methods names because people roll like that.
+//
+EventEmitter.prototype.off = EventEmitter.prototype.removeListener;
+EventEmitter.prototype.addListener = EventEmitter.prototype.on;
- if (phone.test(str)) {
- return true;
- }
- }
- }
+//
+// Expose the prefix.
+//
+EventEmitter.prefixed = prefix;
- return false;
- }
+//
+// Allow `EventEmitter` to be imported as module namespace.
+//
+EventEmitter.EventEmitter = EventEmitter;
- throw new Error("Invalid locale '".concat(locale, "'"));
+//
+// Expose the module.
+//
+if (true) {
+ module.exports = EventEmitter;
}
-var locales = Object.keys(phones);
-exports.locales = locales;
/***/ }),
-/* 336 */
-/*!*********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isEthereumAddress.js ***!
- \*********************************************************************************************/
+/* 337 */
+/*!***********************************************!*\
+ !*** ./node_modules/querystring-es3/index.js ***!
+ \***********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-Object.defineProperty(exports, "__esModule", {
- value: true });
-
-exports.default = isEthereumAddress;
-
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+exports.decode = exports.parse = __webpack_require__(/*! ./decode */ 338);
+exports.encode = exports.stringify = __webpack_require__(/*! ./encode */ 339);
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-
-var eth = /^(0x)[0-9a-f]{40}$/i;
-
-function isEthereumAddress(str) {
- (0, _assertString.default)(str);
- return eth.test(str);
-}
-
-module.exports = exports.default;
-module.exports.default = exports.default;
/***/ }),
-/* 337 */
-/*!**************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isCurrency.js ***!
- \**************************************************************************************/
+/* 338 */
+/*!************************************************!*\
+ !*** ./node_modules/querystring-es3/decode.js ***!
+ \************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
+// Copyright Joyent, Inc. and other Node contributors.
+//
+// Permission is hereby granted, free of charge, to any person obtaining a
+// copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to permit
+// persons to whom the Software is furnished to do so, subject to the
+// following conditions:
+//
+// The above copyright notice and this permission notice shall be included
+// in all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
+// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
+// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
+// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
+// USE OR OTHER DEALINGS IN THE SOFTWARE.
-Object.defineProperty(exports, "__esModule", {
- value: true });
-
-exports.default = isCurrency;
-
-var _merge = _interopRequireDefault(__webpack_require__(/*! ./util/merge */ 274));
-
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+// If obj.hasOwnProperty has been overridden, then calling
+// obj.hasOwnProperty(prop) will break.
+// See: https://github.com/joyent/node/issues/1707
+function hasOwnProperty(obj, prop) {
+ return Object.prototype.hasOwnProperty.call(obj, prop);
+}
-function currencyRegex(options) {
- var decimal_digits = "\\d{".concat(options.digits_after_decimal[0], "}");
- options.digits_after_decimal.forEach(function (digit, index) {
- if (index !== 0) decimal_digits = "".concat(decimal_digits, "|\\d{").concat(digit, "}");
- });
- var symbol = "(".concat(options.symbol.replace(/\W/, function (m) {
- return "\\".concat(m);
- }), ")").concat(options.require_symbol ? '' : '?'),
- negative = '-?',
- whole_dollar_amount_without_sep = '[1-9]\\d*',
- whole_dollar_amount_with_sep = "[1-9]\\d{0,2}(\\".concat(options.thousands_separator, "\\d{3})*"),
- valid_whole_dollar_amounts = ['0', whole_dollar_amount_without_sep, whole_dollar_amount_with_sep],
- whole_dollar_amount = "(".concat(valid_whole_dollar_amounts.join('|'), ")?"),
- decimal_amount = "(\\".concat(options.decimal_separator, "(").concat(decimal_digits, "))").concat(options.require_decimal ? '' : '?');
- var pattern = whole_dollar_amount + (options.allow_decimal || options.require_decimal ? decimal_amount : ''); // default is negative sign before symbol, but there are two other options (besides parens)
+module.exports = function(qs, sep, eq, options) {
+ sep = sep || '&';
+ eq = eq || '=';
+ var obj = {};
- if (options.allow_negatives && !options.parens_for_negatives) {
- if (options.negative_sign_after_digits) {
- pattern += negative;
- } else if (options.negative_sign_before_digits) {
- pattern = negative + pattern;
- }
- } // South African Rand, for example, uses R 123 (space) and R-123 (no space)
+ if (typeof qs !== 'string' || qs.length === 0) {
+ return obj;
+ }
+ var regexp = /\+/g;
+ qs = qs.split(sep);
- if (options.allow_negative_sign_placeholder) {
- pattern = "( (?!\\-))?".concat(pattern);
- } else if (options.allow_space_after_symbol) {
- pattern = " ?".concat(pattern);
- } else if (options.allow_space_after_digits) {
- pattern += '( (?!$))?';
+ var maxKeys = 1000;
+ if (options && typeof options.maxKeys === 'number') {
+ maxKeys = options.maxKeys;
}
- if (options.symbol_after_digits) {
- pattern += symbol;
- } else {
- pattern = symbol + pattern;
+ var len = qs.length;
+ // maxKeys <= 0 means that we should not limit keys count
+ if (maxKeys > 0 && len > maxKeys) {
+ len = maxKeys;
}
- if (options.allow_negatives) {
- if (options.parens_for_negatives) {
- pattern = "(\\(".concat(pattern, "\\)|").concat(pattern, ")");
- } else if (!(options.negative_sign_before_digits || options.negative_sign_after_digits)) {
- pattern = negative + pattern;
- }
- } // ensure there's a dollar and/or decimal amount, and that
- // it doesn't start with a space or a negative sign followed by a space
-
-
- return new RegExp("^(?!-? )(?=.*\\d)".concat(pattern, "$"));
-}
-
-var default_currency_options = {
- symbol: '$',
- require_symbol: false,
- allow_space_after_symbol: false,
- symbol_after_digits: false,
- allow_negatives: true,
- parens_for_negatives: false,
- negative_sign_before_digits: false,
- negative_sign_after_digits: false,
- allow_negative_sign_placeholder: false,
- thousands_separator: ',',
- decimal_separator: '.',
- allow_decimal: true,
- require_decimal: false,
- digits_after_decimal: [2],
- allow_space_after_digits: false };
-
-
-function isCurrency(str, options) {
- (0, _assertString.default)(str);
- options = (0, _merge.default)(options, default_currency_options);
- return currencyRegex(options).test(str);
-}
-
-module.exports = exports.default;
-module.exports.default = exports.default;
-
-/***/ }),
-/* 338 */
-/*!****************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isBtcAddress.js ***!
- \****************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true });
-
-exports.default = isBtcAddress;
-
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
-
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+ for (var i = 0; i < len; ++i) {
+ var x = qs[i].replace(regexp, '%20'),
+ idx = x.indexOf(eq),
+ kstr, vstr, k, v;
-// supports Bech32 addresses
-var bech32 = /^(bc1)[a-z0-9]{25,39}$/;
-var base58 = /^(1|3)[A-HJ-NP-Za-km-z1-9]{25,39}$/;
+ if (idx >= 0) {
+ kstr = x.substr(0, idx);
+ vstr = x.substr(idx + 1);
+ } else {
+ kstr = x;
+ vstr = '';
+ }
-function isBtcAddress(str) {
- (0, _assertString.default)(str); // check for bech32
+ k = decodeURIComponent(kstr);
+ v = decodeURIComponent(vstr);
- if (str.startsWith('bc1')) {
- return bech32.test(str);
+ if (!hasOwnProperty(obj, k)) {
+ obj[k] = v;
+ } else if (isArray(obj[k])) {
+ obj[k].push(v);
+ } else {
+ obj[k] = [obj[k], v];
+ }
}
- return base58.test(str);
-}
+ return obj;
+};
+
+var isArray = Array.isArray || function (xs) {
+ return Object.prototype.toString.call(xs) === '[object Array]';
+};
-module.exports = exports.default;
-module.exports.default = exports.default;
/***/ }),
/* 339 */
-/*!*************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isISO8601.js ***!
- \*************************************************************************************/
+/*!************************************************!*\
+ !*** ./node_modules/querystring-es3/encode.js ***!
+ \************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
+// Copyright Joyent, Inc. and other Node contributors.
+//
+// Permission is hereby granted, free of charge, to any person obtaining a
+// copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to permit
+// persons to whom the Software is furnished to do so, subject to the
+// following conditions:
+//
+// The above copyright notice and this permission notice shall be included
+// in all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
+// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
+// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
+// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
+// USE OR OTHER DEALINGS IN THE SOFTWARE.
-Object.defineProperty(exports, "__esModule", {
- value: true });
-
-exports.default = isISO8601;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var stringifyPrimitive = function(v) {
+ switch (typeof v) {
+ case 'string':
+ return v;
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+ case 'boolean':
+ return v ? 'true' : 'false';
-/* eslint-disable max-len */
-// from http://goo.gl/0ejHHW
-var iso8601 = /^([\+-]?\d{4}(?!\d{2}\b))((-?)((0[1-9]|1[0-2])(\3([12]\d|0[1-9]|3[01]))?|W([0-4]\d|5[0-3])(-?[1-7])?|(00[1-9]|0[1-9]\d|[12]\d{2}|3([0-5]\d|6[1-6])))([T\s]((([01]\d|2[0-3])((:?)[0-5]\d)?|24:?00)([\.,]\d+(?!:))?)?(\17[0-5]\d([\.,]\d+)?)?([zZ]|([\+-])([01]\d|2[0-3]):?([0-5]\d)?)?)?)?$/; // same as above, except with a strict 'T' separator between date and time
+ case 'number':
+ return isFinite(v) ? v : '';
-var iso8601StrictSeparator = /^([\+-]?\d{4}(?!\d{2}\b))((-?)((0[1-9]|1[0-2])(\3([12]\d|0[1-9]|3[01]))?|W([0-4]\d|5[0-3])(-?[1-7])?|(00[1-9]|0[1-9]\d|[12]\d{2}|3([0-5]\d|6[1-6])))([T]((([01]\d|2[0-3])((:?)[0-5]\d)?|24:?00)([\.,]\d+(?!:))?)?(\17[0-5]\d([\.,]\d+)?)?([zZ]|([\+-])([01]\d|2[0-3]):?([0-5]\d)?)?)?)?$/;
-/* eslint-enable max-len */
+ default:
+ return '';
+ }
+};
-var isValidDate = function isValidDate(str) {
- // str must have passed the ISO8601 check
- // this check is meant to catch invalid dates
- // like 2009-02-31
- // first check for ordinal dates
- var ordinalMatch = str.match(/^(\d{4})-?(\d{3})([ T]{1}\.*|$)/);
+module.exports = function(obj, sep, eq, name) {
+ sep = sep || '&';
+ eq = eq || '=';
+ if (obj === null) {
+ obj = undefined;
+ }
- if (ordinalMatch) {
- var oYear = Number(ordinalMatch[1]);
- var oDay = Number(ordinalMatch[2]); // if is leap year
+ if (typeof obj === 'object') {
+ return map(objectKeys(obj), function(k) {
+ var ks = encodeURIComponent(stringifyPrimitive(k)) + eq;
+ if (isArray(obj[k])) {
+ return map(obj[k], function(v) {
+ return ks + encodeURIComponent(stringifyPrimitive(v));
+ }).join(sep);
+ } else {
+ return ks + encodeURIComponent(stringifyPrimitive(obj[k]));
+ }
+ }).join(sep);
- if (oYear % 4 === 0 && oYear % 100 !== 0 || oYear % 400 === 0) return oDay <= 366;
- return oDay <= 365;
}
- var match = str.match(/(\d{4})-?(\d{0,2})-?(\d*)/).map(Number);
- var year = match[1];
- var month = match[2];
- var day = match[3];
- var monthString = month ? "0".concat(month).slice(-2) : month;
- var dayString = day ? "0".concat(day).slice(-2) : day; // create a date object and compare
+ if (!name) return '';
+ return encodeURIComponent(stringifyPrimitive(name)) + eq +
+ encodeURIComponent(stringifyPrimitive(obj));
+};
- var d = new Date("".concat(year, "-").concat(monthString || '01', "-").concat(dayString || '01'));
+var isArray = Array.isArray || function (xs) {
+ return Object.prototype.toString.call(xs) === '[object Array]';
+};
- if (month && day) {
- return d.getUTCFullYear() === year && d.getUTCMonth() + 1 === month && d.getUTCDate() === day;
+function map (xs, f) {
+ if (xs.map) return xs.map(f);
+ var res = [];
+ for (var i = 0; i < xs.length; i++) {
+ res.push(f(xs[i], i));
}
+ return res;
+}
- return true;
+var objectKeys = Object.keys || function (obj) {
+ var res = [];
+ for (var key in obj) {
+ if (Object.prototype.hasOwnProperty.call(obj, key)) res.push(key);
+ }
+ return res;
};
-function isISO8601(str) {
- var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
- (0, _assertString.default)(str);
- var check = options.strictSeparator ? iso8601StrictSeparator.test(str) : iso8601.test(str);
- if (check && options.strict) return isValidDate(str);
- return check;
-}
-
-module.exports = exports.default;
-module.exports.default = exports.default;
/***/ }),
/* 340 */
-/*!*************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isRFC3339.js ***!
- \*************************************************************************************/
+/*!*******************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip39/src/index.js ***!
+ \*******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true });
-
-exports.default = isRFC3339;
-
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
-
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-
-/* Based on https://tools.ietf.org/html/rfc3339#section-5.6 */
-var dateFullYear = /[0-9]{4}/;
-var dateMonth = /(0[1-9]|1[0-2])/;
-var dateMDay = /([12]\d|0[1-9]|3[01])/;
-var timeHour = /([01][0-9]|2[0-3])/;
-var timeMinute = /[0-5][0-9]/;
-var timeSecond = /([0-5][0-9]|60)/;
-var timeSecFrac = /(\.[0-9]+)?/;
-var timeNumOffset = new RegExp("[-+]".concat(timeHour.source, ":").concat(timeMinute.source));
-var timeOffset = new RegExp("([zZ]|".concat(timeNumOffset.source, ")"));
-var partialTime = new RegExp("".concat(timeHour.source, ":").concat(timeMinute.source, ":").concat(timeSecond.source).concat(timeSecFrac.source));
-var fullDate = new RegExp("".concat(dateFullYear.source, "-").concat(dateMonth.source, "-").concat(dateMDay.source));
-var fullTime = new RegExp("".concat(partialTime.source).concat(timeOffset.source));
-var rfc3339 = new RegExp("^".concat(fullDate.source, "[ tT]").concat(fullTime.source, "$"));
-
-function isRFC3339(str) {
- (0, _assertString.default)(str);
- return rfc3339.test(str);
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+Object.defineProperty(exports, "__esModule", { value: true });
+var createHash = __webpack_require__(/*! create-hash */ 341);
+var pbkdf2_1 = __webpack_require__(/*! pbkdf2 */ 376);
+var randomBytes = __webpack_require__(/*! randombytes */ 383);
+var _wordlists_1 = __webpack_require__(/*! ./_wordlists */ 384);
+var DEFAULT_WORDLIST = _wordlists_1._default;
+var INVALID_MNEMONIC = 'Invalid mnemonic';
+var INVALID_ENTROPY = 'Invalid entropy';
+var INVALID_CHECKSUM = 'Invalid mnemonic checksum';
+var WORDLIST_REQUIRED = 'A wordlist is required but a default could not be found.\n' +
+'Please pass a 2048 word array explicitly.';
+function pbkdf2Promise(password, saltMixin, iterations, keylen, digest) {
+ return Promise.resolve().then(function () {return new Promise(function (resolve, reject) {
+ var callback = function callback(err, derivedKey) {
+ if (err) {
+ return reject(err);
+ } else
+ {
+ return resolve(derivedKey);
+ }
+ };
+ pbkdf2_1.pbkdf2(password, saltMixin, iterations, keylen, digest, callback);
+ });});
}
-
-module.exports = exports.default;
-module.exports.default = exports.default;
-
-/***/ }),
-/* 341 */
-/*!********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isISO31661Alpha3.js ***!
- \********************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true });
-
-exports.default = isISO31661Alpha3;
-
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
-
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-
-// from https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3
-var validISO31661Alpha3CountriesCodes = new Set(['AFG', 'ALA', 'ALB', 'DZA', 'ASM', 'AND', 'AGO', 'AIA', 'ATA', 'ATG', 'ARG', 'ARM', 'ABW', 'AUS', 'AUT', 'AZE', 'BHS', 'BHR', 'BGD', 'BRB', 'BLR', 'BEL', 'BLZ', 'BEN', 'BMU', 'BTN', 'BOL', 'BES', 'BIH', 'BWA', 'BVT', 'BRA', 'IOT', 'BRN', 'BGR', 'BFA', 'BDI', 'KHM', 'CMR', 'CAN', 'CPV', 'CYM', 'CAF', 'TCD', 'CHL', 'CHN', 'CXR', 'CCK', 'COL', 'COM', 'COG', 'COD', 'COK', 'CRI', 'CIV', 'HRV', 'CUB', 'CUW', 'CYP', 'CZE', 'DNK', 'DJI', 'DMA', 'DOM', 'ECU', 'EGY', 'SLV', 'GNQ', 'ERI', 'EST', 'ETH', 'FLK', 'FRO', 'FJI', 'FIN', 'FRA', 'GUF', 'PYF', 'ATF', 'GAB', 'GMB', 'GEO', 'DEU', 'GHA', 'GIB', 'GRC', 'GRL', 'GRD', 'GLP', 'GUM', 'GTM', 'GGY', 'GIN', 'GNB', 'GUY', 'HTI', 'HMD', 'VAT', 'HND', 'HKG', 'HUN', 'ISL', 'IND', 'IDN', 'IRN', 'IRQ', 'IRL', 'IMN', 'ISR', 'ITA', 'JAM', 'JPN', 'JEY', 'JOR', 'KAZ', 'KEN', 'KIR', 'PRK', 'KOR', 'KWT', 'KGZ', 'LAO', 'LVA', 'LBN', 'LSO', 'LBR', 'LBY', 'LIE', 'LTU', 'LUX', 'MAC', 'MKD', 'MDG', 'MWI', 'MYS', 'MDV', 'MLI', 'MLT', 'MHL', 'MTQ', 'MRT', 'MUS', 'MYT', 'MEX', 'FSM', 'MDA', 'MCO', 'MNG', 'MNE', 'MSR', 'MAR', 'MOZ', 'MMR', 'NAM', 'NRU', 'NPL', 'NLD', 'NCL', 'NZL', 'NIC', 'NER', 'NGA', 'NIU', 'NFK', 'MNP', 'NOR', 'OMN', 'PAK', 'PLW', 'PSE', 'PAN', 'PNG', 'PRY', 'PER', 'PHL', 'PCN', 'POL', 'PRT', 'PRI', 'QAT', 'REU', 'ROU', 'RUS', 'RWA', 'BLM', 'SHN', 'KNA', 'LCA', 'MAF', 'SPM', 'VCT', 'WSM', 'SMR', 'STP', 'SAU', 'SEN', 'SRB', 'SYC', 'SLE', 'SGP', 'SXM', 'SVK', 'SVN', 'SLB', 'SOM', 'ZAF', 'SGS', 'SSD', 'ESP', 'LKA', 'SDN', 'SUR', 'SJM', 'SWZ', 'SWE', 'CHE', 'SYR', 'TWN', 'TJK', 'TZA', 'THA', 'TLS', 'TGO', 'TKL', 'TON', 'TTO', 'TUN', 'TUR', 'TKM', 'TCA', 'TUV', 'UGA', 'UKR', 'ARE', 'GBR', 'USA', 'UMI', 'URY', 'UZB', 'VUT', 'VEN', 'VNM', 'VGB', 'VIR', 'WLF', 'ESH', 'YEM', 'ZMB', 'ZWE']);
-
-function isISO31661Alpha3(str) {
- (0, _assertString.default)(str);
- return validISO31661Alpha3CountriesCodes.has(str.toUpperCase());
+function normalize(str) {
+ return (str || '').normalize('NFKD');
}
-
-module.exports = exports.default;
-module.exports.default = exports.default;
+function lpad(str, padString, length) {
+ while (str.length < length) {
+ str = padString + str;
+ }
+ return str;
+}
+function binaryToByte(bin) {
+ return parseInt(bin, 2);
+}
+function bytesToBinary(bytes) {
+ return bytes.map(function (x) {return lpad(x.toString(2), '0', 8);}).join('');
+}
+function deriveChecksumBits(entropyBuffer) {
+ var ENT = entropyBuffer.length * 8;
+ var CS = ENT / 32;
+ var hash = createHash('sha256').
+ update(entropyBuffer).
+ digest();
+ return bytesToBinary(Array.from(hash)).slice(0, CS);
+}
+function salt(password) {
+ return 'mnemonic' + (password || '');
+}
+function mnemonicToSeedSync(mnemonic, password) {
+ var mnemonicBuffer = Buffer.from(normalize(mnemonic), 'utf8');
+ var saltBuffer = Buffer.from(salt(normalize(password)), 'utf8');
+ return pbkdf2_1.pbkdf2Sync(mnemonicBuffer, saltBuffer, 2048, 64, 'sha512');
+}
+exports.mnemonicToSeedSync = mnemonicToSeedSync;
+function mnemonicToSeed(mnemonic, password) {
+ return Promise.resolve().then(function () {
+ var mnemonicBuffer = Buffer.from(normalize(mnemonic), 'utf8');
+ var saltBuffer = Buffer.from(salt(normalize(password)), 'utf8');
+ return pbkdf2Promise(mnemonicBuffer, saltBuffer, 2048, 64, 'sha512');
+ });
+}
+exports.mnemonicToSeed = mnemonicToSeed;
+function mnemonicToEntropy(mnemonic, wordlist) {
+ wordlist = wordlist || DEFAULT_WORDLIST;
+ if (!wordlist) {
+ throw new Error(WORDLIST_REQUIRED);
+ }
+ var words = normalize(mnemonic).split(' ');
+ if (words.length % 3 !== 0) {
+ throw new Error(INVALID_MNEMONIC);
+ }
+ // convert word indices to 11 bit binary strings
+ var bits = words.
+ map(function (word) {
+ var index = wordlist.indexOf(word);
+ if (index === -1) {
+ throw new Error(INVALID_MNEMONIC);
+ }
+ return lpad(index.toString(2), '0', 11);
+ }).
+ join('');
+ // split the binary string into ENT/CS
+ var dividerIndex = Math.floor(bits.length / 33) * 32;
+ var entropyBits = bits.slice(0, dividerIndex);
+ var checksumBits = bits.slice(dividerIndex);
+ // calculate the checksum and compare
+ var entropyBytes = entropyBits.match(/(.{1,8})/g).map(binaryToByte);
+ if (entropyBytes.length < 16) {
+ throw new Error(INVALID_ENTROPY);
+ }
+ if (entropyBytes.length > 32) {
+ throw new Error(INVALID_ENTROPY);
+ }
+ if (entropyBytes.length % 4 !== 0) {
+ throw new Error(INVALID_ENTROPY);
+ }
+ var entropy = Buffer.from(entropyBytes);
+ var newChecksum = deriveChecksumBits(entropy);
+ if (newChecksum !== checksumBits) {
+ throw new Error(INVALID_CHECKSUM);
+ }
+ return entropy.toString('hex');
+}
+exports.mnemonicToEntropy = mnemonicToEntropy;
+function entropyToMnemonic(entropy, wordlist) {
+ if (!Buffer.isBuffer(entropy)) {
+ entropy = Buffer.from(entropy, 'hex');
+ }
+ wordlist = wordlist || DEFAULT_WORDLIST;
+ if (!wordlist) {
+ throw new Error(WORDLIST_REQUIRED);
+ }
+ // 128 <= ENT <= 256
+ if (entropy.length < 16) {
+ throw new TypeError(INVALID_ENTROPY);
+ }
+ if (entropy.length > 32) {
+ throw new TypeError(INVALID_ENTROPY);
+ }
+ if (entropy.length % 4 !== 0) {
+ throw new TypeError(INVALID_ENTROPY);
+ }
+ var entropyBits = bytesToBinary(Array.from(entropy));
+ var checksumBits = deriveChecksumBits(entropy);
+ var bits = entropyBits + checksumBits;
+ var chunks = bits.match(/(.{1,11})/g);
+ var words = chunks.map(function (binary) {
+ var index = binaryToByte(binary);
+ return wordlist[index];
+ });
+ return wordlist[0] === "\u3042\u3044\u3053\u304F\u3057\u3093" // Japanese wordlist
+ ? words.join("\u3000") :
+ words.join(' ');
+}
+exports.entropyToMnemonic = entropyToMnemonic;
+function generateMnemonic(strength, rng, wordlist) {
+ strength = strength || 128;
+ if (strength % 32 !== 0) {
+ throw new TypeError(INVALID_ENTROPY);
+ }
+ rng = rng || randomBytes;
+ return entropyToMnemonic(rng(strength / 8), wordlist);
+}
+exports.generateMnemonic = generateMnemonic;
+function validateMnemonic(mnemonic, wordlist) {
+ try {
+ mnemonicToEntropy(mnemonic, wordlist);
+ }
+ catch (e) {
+ return false;
+ }
+ return true;
+}
+exports.validateMnemonic = validateMnemonic;
+function setDefaultWordlist(language) {
+ var result = _wordlists_1.wordlists[language];
+ if (result) {
+ DEFAULT_WORDLIST = result;
+ } else
+ {
+ throw new Error('Could not find wordlist for language "' + language + '"');
+ }
+}
+exports.setDefaultWordlist = setDefaultWordlist;
+function getDefaultWordlist() {
+ if (!DEFAULT_WORDLIST) {
+ throw new Error('No Default Wordlist set');
+ }
+ return Object.keys(_wordlists_1.wordlists).filter(function (lang) {
+ if (lang === 'JA' || lang === 'EN') {
+ return false;
+ }
+ return _wordlists_1.wordlists[lang].every(function (word, index) {return word === DEFAULT_WORDLIST[index];});
+ })[0];
+}
+exports.getDefaultWordlist = getDefaultWordlist;
+var _wordlists_2 = __webpack_require__(/*! ./_wordlists */ 384);
+exports.wordlists = _wordlists_2.wordlists;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
/***/ }),
-/* 342 */
-/*!*************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isISO4217.js ***!
- \*************************************************************************************/
+/* 341 */
+/*!*********************************************!*\
+ !*** ./node_modules/create-hash/browser.js ***!
+ \*********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
+var inherits = __webpack_require__(/*! inherits */ 127)
+var MD5 = __webpack_require__(/*! md5.js */ 342)
+var RIPEMD160 = __webpack_require__(/*! ripemd160 */ 361)
+var sha = __webpack_require__(/*! sha.js */ 362)
+var Base = __webpack_require__(/*! cipher-base */ 370)
-Object.defineProperty(exports, "__esModule", {
- value: true });
+function Hash (hash) {
+ Base.call(this, 'digest')
+
+ this._hash = hash
+}
-exports.default = isISO4217;
-exports.CurrencyCodes = void 0;
+inherits(Hash, Base)
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+Hash.prototype._update = function (data) {
+ this._hash.update(data)
+}
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+Hash.prototype._final = function () {
+ return this._hash.digest()
+}
-// from https://en.wikipedia.org/wiki/ISO_4217
-var validISO4217CurrencyCodes = new Set(['AED', 'AFN', 'ALL', 'AMD', 'ANG', 'AOA', 'ARS', 'AUD', 'AWG', 'AZN', 'BAM', 'BBD', 'BDT', 'BGN', 'BHD', 'BIF', 'BMD', 'BND', 'BOB', 'BOV', 'BRL', 'BSD', 'BTN', 'BWP', 'BYN', 'BZD', 'CAD', 'CDF', 'CHE', 'CHF', 'CHW', 'CLF', 'CLP', 'CNY', 'COP', 'COU', 'CRC', 'CUC', 'CUP', 'CVE', 'CZK', 'DJF', 'DKK', 'DOP', 'DZD', 'EGP', 'ERN', 'ETB', 'EUR', 'FJD', 'FKP', 'GBP', 'GEL', 'GHS', 'GIP', 'GMD', 'GNF', 'GTQ', 'GYD', 'HKD', 'HNL', 'HRK', 'HTG', 'HUF', 'IDR', 'ILS', 'INR', 'IQD', 'IRR', 'ISK', 'JMD', 'JOD', 'JPY', 'KES', 'KGS', 'KHR', 'KMF', 'KPW', 'KRW', 'KWD', 'KYD', 'KZT', 'LAK', 'LBP', 'LKR', 'LRD', 'LSL', 'LYD', 'MAD', 'MDL', 'MGA', 'MKD', 'MMK', 'MNT', 'MOP', 'MRU', 'MUR', 'MVR', 'MWK', 'MXN', 'MXV', 'MYR', 'MZN', 'NAD', 'NGN', 'NIO', 'NOK', 'NPR', 'NZD', 'OMR', 'PAB', 'PEN', 'PGK', 'PHP', 'PKR', 'PLN', 'PYG', 'QAR', 'RON', 'RSD', 'RUB', 'RWF', 'SAR', 'SBD', 'SCR', 'SDG', 'SEK', 'SGD', 'SHP', 'SLL', 'SOS', 'SRD', 'SSP', 'STN', 'SVC', 'SYP', 'SZL', 'THB', 'TJS', 'TMT', 'TND', 'TOP', 'TRY', 'TTD', 'TWD', 'TZS', 'UAH', 'UGX', 'USD', 'USN', 'UYI', 'UYU', 'UYW', 'UZS', 'VES', 'VND', 'VUV', 'WST', 'XAF', 'XAG', 'XAU', 'XBA', 'XBB', 'XBC', 'XBD', 'XCD', 'XDR', 'XOF', 'XPD', 'XPF', 'XPT', 'XSU', 'XTS', 'XUA', 'XXX', 'YER', 'ZAR', 'ZMW', 'ZWL']);
+module.exports = function createHash (alg) {
+ alg = alg.toLowerCase()
+ if (alg === 'md5') return new MD5()
+ if (alg === 'rmd160' || alg === 'ripemd160') return new RIPEMD160()
-function isISO4217(str) {
- (0, _assertString.default)(str);
- return validISO4217CurrencyCodes.has(str.toUpperCase());
+ return new Hash(sha(alg))
}
-var CurrencyCodes = validISO4217CurrencyCodes;
-exports.CurrencyCodes = CurrencyCodes;
/***/ }),
-/* 343 */
-/*!************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isBase32.js ***!
- \************************************************************************************/
+/* 342 */
+/*!**************************************!*\
+ !*** ./node_modules/md5.js/index.js ***!
+ \**************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
+var inherits = __webpack_require__(/*! inherits */ 127)
+var HashBase = __webpack_require__(/*! hash-base */ 343)
+var Buffer = __webpack_require__(/*! safe-buffer */ 344).Buffer
-Object.defineProperty(exports, "__esModule", {
- value: true });
-
-exports.default = isBase32;
+var ARRAY16 = new Array(16)
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+function MD5 () {
+ HashBase.call(this, 64)
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+ // state
+ this._a = 0x67452301
+ this._b = 0xefcdab89
+ this._c = 0x98badcfe
+ this._d = 0x10325476
+}
-var base32 = /^[A-Z2-7]+=*$/;
+inherits(MD5, HashBase)
-function isBase32(str) {
- (0, _assertString.default)(str);
- var len = str.length;
+MD5.prototype._update = function () {
+ var M = ARRAY16
+ for (var i = 0; i < 16; ++i) M[i] = this._block.readInt32LE(i * 4)
- if (len % 8 === 0 && base32.test(str)) {
- return true;
- }
+ var a = this._a
+ var b = this._b
+ var c = this._c
+ var d = this._d
- return false;
-}
+ a = fnF(a, b, c, d, M[0], 0xd76aa478, 7)
+ d = fnF(d, a, b, c, M[1], 0xe8c7b756, 12)
+ c = fnF(c, d, a, b, M[2], 0x242070db, 17)
+ b = fnF(b, c, d, a, M[3], 0xc1bdceee, 22)
+ a = fnF(a, b, c, d, M[4], 0xf57c0faf, 7)
+ d = fnF(d, a, b, c, M[5], 0x4787c62a, 12)
+ c = fnF(c, d, a, b, M[6], 0xa8304613, 17)
+ b = fnF(b, c, d, a, M[7], 0xfd469501, 22)
+ a = fnF(a, b, c, d, M[8], 0x698098d8, 7)
+ d = fnF(d, a, b, c, M[9], 0x8b44f7af, 12)
+ c = fnF(c, d, a, b, M[10], 0xffff5bb1, 17)
+ b = fnF(b, c, d, a, M[11], 0x895cd7be, 22)
+ a = fnF(a, b, c, d, M[12], 0x6b901122, 7)
+ d = fnF(d, a, b, c, M[13], 0xfd987193, 12)
+ c = fnF(c, d, a, b, M[14], 0xa679438e, 17)
+ b = fnF(b, c, d, a, M[15], 0x49b40821, 22)
-module.exports = exports.default;
-module.exports.default = exports.default;
+ a = fnG(a, b, c, d, M[1], 0xf61e2562, 5)
+ d = fnG(d, a, b, c, M[6], 0xc040b340, 9)
+ c = fnG(c, d, a, b, M[11], 0x265e5a51, 14)
+ b = fnG(b, c, d, a, M[0], 0xe9b6c7aa, 20)
+ a = fnG(a, b, c, d, M[5], 0xd62f105d, 5)
+ d = fnG(d, a, b, c, M[10], 0x02441453, 9)
+ c = fnG(c, d, a, b, M[15], 0xd8a1e681, 14)
+ b = fnG(b, c, d, a, M[4], 0xe7d3fbc8, 20)
+ a = fnG(a, b, c, d, M[9], 0x21e1cde6, 5)
+ d = fnG(d, a, b, c, M[14], 0xc33707d6, 9)
+ c = fnG(c, d, a, b, M[3], 0xf4d50d87, 14)
+ b = fnG(b, c, d, a, M[8], 0x455a14ed, 20)
+ a = fnG(a, b, c, d, M[13], 0xa9e3e905, 5)
+ d = fnG(d, a, b, c, M[2], 0xfcefa3f8, 9)
+ c = fnG(c, d, a, b, M[7], 0x676f02d9, 14)
+ b = fnG(b, c, d, a, M[12], 0x8d2a4c8a, 20)
-/***/ }),
-/* 344 */
-/*!************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isBase58.js ***!
- \************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ a = fnH(a, b, c, d, M[5], 0xfffa3942, 4)
+ d = fnH(d, a, b, c, M[8], 0x8771f681, 11)
+ c = fnH(c, d, a, b, M[11], 0x6d9d6122, 16)
+ b = fnH(b, c, d, a, M[14], 0xfde5380c, 23)
+ a = fnH(a, b, c, d, M[1], 0xa4beea44, 4)
+ d = fnH(d, a, b, c, M[4], 0x4bdecfa9, 11)
+ c = fnH(c, d, a, b, M[7], 0xf6bb4b60, 16)
+ b = fnH(b, c, d, a, M[10], 0xbebfbc70, 23)
+ a = fnH(a, b, c, d, M[13], 0x289b7ec6, 4)
+ d = fnH(d, a, b, c, M[0], 0xeaa127fa, 11)
+ c = fnH(c, d, a, b, M[3], 0xd4ef3085, 16)
+ b = fnH(b, c, d, a, M[6], 0x04881d05, 23)
+ a = fnH(a, b, c, d, M[9], 0xd9d4d039, 4)
+ d = fnH(d, a, b, c, M[12], 0xe6db99e5, 11)
+ c = fnH(c, d, a, b, M[15], 0x1fa27cf8, 16)
+ b = fnH(b, c, d, a, M[2], 0xc4ac5665, 23)
-"use strict";
+ a = fnI(a, b, c, d, M[0], 0xf4292244, 6)
+ d = fnI(d, a, b, c, M[7], 0x432aff97, 10)
+ c = fnI(c, d, a, b, M[14], 0xab9423a7, 15)
+ b = fnI(b, c, d, a, M[5], 0xfc93a039, 21)
+ a = fnI(a, b, c, d, M[12], 0x655b59c3, 6)
+ d = fnI(d, a, b, c, M[3], 0x8f0ccc92, 10)
+ c = fnI(c, d, a, b, M[10], 0xffeff47d, 15)
+ b = fnI(b, c, d, a, M[1], 0x85845dd1, 21)
+ a = fnI(a, b, c, d, M[8], 0x6fa87e4f, 6)
+ d = fnI(d, a, b, c, M[15], 0xfe2ce6e0, 10)
+ c = fnI(c, d, a, b, M[6], 0xa3014314, 15)
+ b = fnI(b, c, d, a, M[13], 0x4e0811a1, 21)
+ a = fnI(a, b, c, d, M[4], 0xf7537e82, 6)
+ d = fnI(d, a, b, c, M[11], 0xbd3af235, 10)
+ c = fnI(c, d, a, b, M[2], 0x2ad7d2bb, 15)
+ b = fnI(b, c, d, a, M[9], 0xeb86d391, 21)
+ this._a = (this._a + a) | 0
+ this._b = (this._b + b) | 0
+ this._c = (this._c + c) | 0
+ this._d = (this._d + d) | 0
+}
-Object.defineProperty(exports, "__esModule", {
- value: true });
+MD5.prototype._digest = function () {
+ // create padding and handle blocks
+ this._block[this._blockOffset++] = 0x80
+ if (this._blockOffset > 56) {
+ this._block.fill(0, this._blockOffset, 64)
+ this._update()
+ this._blockOffset = 0
+ }
-exports.default = isBase58;
+ this._block.fill(0, this._blockOffset, 56)
+ this._block.writeUInt32LE(this._length[0], 56)
+ this._block.writeUInt32LE(this._length[1], 60)
+ this._update()
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+ // produce result
+ var buffer = Buffer.allocUnsafe(16)
+ buffer.writeInt32LE(this._a, 0)
+ buffer.writeInt32LE(this._b, 4)
+ buffer.writeInt32LE(this._c, 8)
+ buffer.writeInt32LE(this._d, 12)
+ return buffer
+}
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+function rotl (x, n) {
+ return (x << n) | (x >>> (32 - n))
+}
-// Accepted chars - 123456789ABCDEFGH JKLMN PQRSTUVWXYZabcdefghijk mnopqrstuvwxyz
-var base58Reg = /^[A-HJ-NP-Za-km-z1-9]*$/;
+function fnF (a, b, c, d, m, k, s) {
+ return (rotl((a + ((b & c) | ((~b) & d)) + m + k) | 0, s) + b) | 0
+}
-function isBase58(str) {
- (0, _assertString.default)(str);
+function fnG (a, b, c, d, m, k, s) {
+ return (rotl((a + ((b & d) | (c & (~d))) + m + k) | 0, s) + b) | 0
+}
- if (base58Reg.test(str)) {
- return true;
- }
+function fnH (a, b, c, d, m, k, s) {
+ return (rotl((a + (b ^ c ^ d) + m + k) | 0, s) + b) | 0
+}
- return false;
+function fnI (a, b, c, d, m, k, s) {
+ return (rotl((a + ((c ^ (b | (~d)))) + m + k) | 0, s) + b) | 0
}
-module.exports = exports.default;
-module.exports.default = exports.default;
+module.exports = MD5
+
/***/ }),
-/* 345 */
-/*!*************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isDataURI.js ***!
- \*************************************************************************************/
+/* 343 */
+/*!*****************************************!*\
+ !*** ./node_modules/hash-base/index.js ***!
+ \*****************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
+var Buffer = __webpack_require__(/*! safe-buffer */ 344).Buffer
+var Transform = __webpack_require__(/*! readable-stream */ 345).Transform
+var inherits = __webpack_require__(/*! inherits */ 127)
-Object.defineProperty(exports, "__esModule", {
- value: true });
-
-exports.default = isDataURI;
+function throwIfNotStringOrBuffer (val, prefix) {
+ if (!Buffer.isBuffer(val) && typeof val !== 'string') {
+ throw new TypeError(prefix + ' must be a string or a buffer')
+ }
+}
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+function HashBase (blockSize) {
+ Transform.call(this)
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+ this._block = Buffer.allocUnsafe(blockSize)
+ this._blockSize = blockSize
+ this._blockOffset = 0
+ this._length = [0, 0, 0, 0]
-var validMediaType = /^[a-z]+\/[a-z0-9\-\+]+$/i;
-var validAttribute = /^[a-z\-]+=[a-z0-9\-]+$/i;
-var validData = /^[a-z0-9!\$&'\(\)\*\+,;=\-\._~:@\/\?%\s]*$/i;
+ this._finalized = false
+}
-function isDataURI(str) {
- (0, _assertString.default)(str);
- var data = str.split(',');
+inherits(HashBase, Transform)
- if (data.length < 2) {
- return false;
+HashBase.prototype._transform = function (chunk, encoding, callback) {
+ var error = null
+ try {
+ this.update(chunk, encoding)
+ } catch (err) {
+ error = err
}
- var attributes = data.shift().trim().split(';');
- var schemeAndMediaType = attributes.shift();
+ callback(error)
+}
- if (schemeAndMediaType.substr(0, 5) !== 'data:') {
- return false;
+HashBase.prototype._flush = function (callback) {
+ var error = null
+ try {
+ this.push(this.digest())
+ } catch (err) {
+ error = err
}
- var mediaType = schemeAndMediaType.substr(5);
+ callback(error)
+}
- if (mediaType !== '' && !validMediaType.test(mediaType)) {
- return false;
- }
+HashBase.prototype.update = function (data, encoding) {
+ throwIfNotStringOrBuffer(data, 'Data')
+ if (this._finalized) throw new Error('Digest already called')
+ if (!Buffer.isBuffer(data)) data = Buffer.from(data, encoding)
- for (var i = 0; i < attributes.length; i++) {
- if (!(i === attributes.length - 1 && attributes[i].toLowerCase() === 'base64') && !validAttribute.test(attributes[i])) {
- return false;
- }
+ // consume data
+ var block = this._block
+ var offset = 0
+ while (this._blockOffset + data.length - offset >= this._blockSize) {
+ for (var i = this._blockOffset; i < this._blockSize;) block[i++] = data[offset++]
+ this._update()
+ this._blockOffset = 0
}
+ while (offset < data.length) block[this._blockOffset++] = data[offset++]
- for (var _i = 0; _i < data.length; _i++) {
- if (!validData.test(data[_i])) {
- return false;
- }
+ // update length
+ for (var j = 0, carry = data.length * 8; carry > 0; ++j) {
+ this._length[j] += carry
+ carry = (this._length[j] / 0x0100000000) | 0
+ if (carry > 0) this._length[j] -= 0x0100000000 * carry
}
- return true;
+ return this
}
-module.exports = exports.default;
-module.exports.default = exports.default;
-
-/***/ }),
-/* 346 */
-/*!***************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isMagnetURI.js ***!
- \***************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true });
+HashBase.prototype._update = function () {
+ throw new Error('_update is not implemented')
+}
-exports.default = isMagnetURI;
+HashBase.prototype.digest = function (encoding) {
+ if (this._finalized) throw new Error('Digest already called')
+ this._finalized = true
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+ var digest = this._digest()
+ if (encoding !== undefined) digest = digest.toString(encoding)
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+ // reset state
+ this._block.fill(0)
+ this._blockOffset = 0
+ for (var i = 0; i < 4; ++i) this._length[i] = 0
-var magnetURI = /^magnet:\?xt(?:\.1)?=urn:(?:aich|bitprint|btih|ed2k|ed2khash|kzhash|md5|sha1|tree:tiger):[a-z0-9]{32}(?:[a-z0-9]{8})?($|&)/i;
+ return digest
+}
-function isMagnetURI(url) {
- (0, _assertString.default)(url);
- return magnetURI.test(url.trim());
+HashBase.prototype._digest = function () {
+ throw new Error('_digest is not implemented')
}
-module.exports = exports.default;
-module.exports.default = exports.default;
+module.exports = HashBase
+
/***/ }),
-/* 347 */
-/*!**************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isMimeType.js ***!
- \**************************************************************************************/
+/* 344 */
+/*!*******************************************!*\
+ !*** ./node_modules/safe-buffer/index.js ***!
+ \*******************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-"use strict";
-
+/* eslint-disable node/no-deprecated-api */
+var buffer = __webpack_require__(/*! buffer */ 40)
+var Buffer = buffer.Buffer
-Object.defineProperty(exports, "__esModule", {
- value: true });
+// alternative to using Object.keys for old browsers
+function copyProps (src, dst) {
+ for (var key in src) {
+ dst[key] = src[key]
+ }
+}
+if (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow) {
+ module.exports = buffer
+} else {
+ // Copy properties from require('buffer')
+ copyProps(buffer, exports)
+ exports.Buffer = SafeBuffer
+}
-exports.default = isMimeType;
+function SafeBuffer (arg, encodingOrOffset, length) {
+ return Buffer(arg, encodingOrOffset, length)
+}
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+// Copy static methods from Buffer
+copyProps(Buffer, SafeBuffer)
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+SafeBuffer.from = function (arg, encodingOrOffset, length) {
+ if (typeof arg === 'number') {
+ throw new TypeError('Argument must not be a number')
+ }
+ return Buffer(arg, encodingOrOffset, length)
+}
-/*
- Checks if the provided string matches to a correct Media type format (MIME type)
-
- This function only checks is the string format follows the
- etablished rules by the according RFC specifications.
- This function supports 'charset' in textual media types
- (https://tools.ietf.org/html/rfc6657).
-
- This function does not check against all the media types listed
- by the IANA (https://www.iana.org/assignments/media-types/media-types.xhtml)
- because of lightness purposes : it would require to include
- all these MIME types in this librairy, which would weigh it
- significantly. This kind of effort maybe is not worth for the use that
- this function has in this entire librairy.
-
- More informations in the RFC specifications :
- - https://tools.ietf.org/html/rfc2045
- - https://tools.ietf.org/html/rfc2046
- - https://tools.ietf.org/html/rfc7231#section-3.1.1.1
- - https://tools.ietf.org/html/rfc7231#section-3.1.1.5
- */
-// Match simple MIME types
-// NB :
-// Subtype length must not exceed 100 characters.
-// This rule does not comply to the RFC specs (what is the max length ?).
-var mimeTypeSimple = /^(application|audio|font|image|message|model|multipart|text|video)\/[a-zA-Z0-9\.\-\+]{1,100}$/i; // eslint-disable-line max-len
-// Handle "charset" in "text/*"
-
-var mimeTypeText = /^text\/[a-zA-Z0-9\.\-\+]{1,100};\s?charset=("[a-zA-Z0-9\.\-\+\s]{0,70}"|[a-zA-Z0-9\.\-\+]{0,70})(\s?\([a-zA-Z0-9\.\-\+\s]{1,20}\))?$/i; // eslint-disable-line max-len
-// Handle "boundary" in "multipart/*"
+SafeBuffer.alloc = function (size, fill, encoding) {
+ if (typeof size !== 'number') {
+ throw new TypeError('Argument must be a number')
+ }
+ var buf = Buffer(size)
+ if (fill !== undefined) {
+ if (typeof encoding === 'string') {
+ buf.fill(fill, encoding)
+ } else {
+ buf.fill(fill)
+ }
+ } else {
+ buf.fill(0)
+ }
+ return buf
+}
-var mimeTypeMultipart = /^multipart\/[a-zA-Z0-9\.\-\+]{1,100}(;\s?(boundary|charset)=("[a-zA-Z0-9\.\-\+\s]{0,70}"|[a-zA-Z0-9\.\-\+]{0,70})(\s?\([a-zA-Z0-9\.\-\+\s]{1,20}\))?){0,2}$/i; // eslint-disable-line max-len
+SafeBuffer.allocUnsafe = function (size) {
+ if (typeof size !== 'number') {
+ throw new TypeError('Argument must be a number')
+ }
+ return Buffer(size)
+}
-function isMimeType(str) {
- (0, _assertString.default)(str);
- return mimeTypeSimple.test(str) || mimeTypeText.test(str) || mimeTypeMultipart.test(str);
+SafeBuffer.allocUnsafeSlow = function (size) {
+ if (typeof size !== 'number') {
+ throw new TypeError('Argument must be a number')
+ }
+ return buffer.SlowBuffer(size)
}
-module.exports = exports.default;
-module.exports.default = exports.default;
/***/ }),
-/* 348 */
-/*!*************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isLatLong.js ***!
- \*************************************************************************************/
+/* 345 */
+/*!**********************************************************!*\
+ !*** ./node_modules/readable-stream/readable-browser.js ***!
+ \**********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true });
-
-exports.default = isLatLong;
-
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
-
-var _merge = _interopRequireDefault(__webpack_require__(/*! ./util/merge */ 274));
-
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-
-var lat = /^\(?[+-]?(90(\.0+)?|[1-8]?\d(\.\d+)?)$/;
-var long = /^\s?[+-]?(180(\.0+)?|1[0-7]\d(\.\d+)?|\d{1,2}(\.\d+)?)\)?$/;
-var latDMS = /^(([1-8]?\d)\D+([1-5]?\d|60)\D+([1-5]?\d|60)(\.\d+)?|90\D+0\D+0)\D+[NSns]?$/i;
-var longDMS = /^\s*([1-7]?\d{1,2}\D+([1-5]?\d|60)\D+([1-5]?\d|60)(\.\d+)?|180\D+0\D+0)\D+[EWew]?$/i;
-var defaultLatLongOptions = {
- checkDMS: false };
-
-
-function isLatLong(str, options) {
- (0, _assertString.default)(str);
- options = (0, _merge.default)(options, defaultLatLongOptions);
- if (!str.includes(',')) return false;
- var pair = str.split(',');
- if (pair[0].startsWith('(') && !pair[1].endsWith(')') || pair[1].endsWith(')') && !pair[0].startsWith('(')) return false;
-
- if (options.checkDMS) {
- return latDMS.test(pair[0]) && longDMS.test(pair[1]);
- }
-
- return lat.test(pair[0]) && long.test(pair[1]);
-}
+exports = module.exports = __webpack_require__(/*! ./lib/_stream_readable.js */ 346);
+exports.Stream = exports;
+exports.Readable = exports;
+exports.Writable = __webpack_require__(/*! ./lib/_stream_writable.js */ 356);
+exports.Duplex = __webpack_require__(/*! ./lib/_stream_duplex.js */ 355);
+exports.Transform = __webpack_require__(/*! ./lib/_stream_transform.js */ 359);
+exports.PassThrough = __webpack_require__(/*! ./lib/_stream_passthrough.js */ 360);
-module.exports = exports.default;
-module.exports.default = exports.default;
/***/ }),
-/* 349 */
-/*!****************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isPostalCode.js ***!
- \****************************************************************************************/
+/* 346 */
+/*!**************************************************************!*\
+ !*** ./node_modules/readable-stream/lib/_stream_readable.js ***!
+ \**************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
+/* WEBPACK VAR INJECTION */(function(global, process) {// Copyright Joyent, Inc. and other Node contributors.
+//
+// Permission is hereby granted, free of charge, to any person obtaining a
+// copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to permit
+// persons to whom the Software is furnished to do so, subject to the
+// following conditions:
+//
+// The above copyright notice and this permission notice shall be included
+// in all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
+// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
+// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
+// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
+// USE OR OTHER DEALINGS IN THE SOFTWARE.
-Object.defineProperty(exports, "__esModule", {
- value: true });
-exports.default = isPostalCode;
-exports.locales = void 0;
+/**/
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+var pna = __webpack_require__(/*! process-nextick-args */ 347);
+/**/
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+module.exports = Readable;
-// common patterns
-var threeDigit = /^\d{3}$/;
-var fourDigit = /^\d{4}$/;
-var fiveDigit = /^\d{5}$/;
-var sixDigit = /^\d{6}$/;
-var patterns = {
- AD: /^AD\d{3}$/,
- AT: fourDigit,
- AU: fourDigit,
- AZ: /^AZ\d{4}$/,
- BE: fourDigit,
- BG: fourDigit,
- BR: /^\d{5}-\d{3}$/,
- BY: /2[1-4]{1}\d{4}$/,
- CA: /^[ABCEGHJKLMNPRSTVXY]\d[ABCEGHJ-NPRSTV-Z][\s\-]?\d[ABCEGHJ-NPRSTV-Z]\d$/i,
- CH: fourDigit,
- CN: /^(0[1-7]|1[012356]|2[0-7]|3[0-6]|4[0-7]|5[1-7]|6[1-7]|7[1-5]|8[1345]|9[09])\d{4}$/,
- CZ: /^\d{3}\s?\d{2}$/,
- DE: fiveDigit,
- DK: fourDigit,
- DO: fiveDigit,
- DZ: fiveDigit,
- EE: fiveDigit,
- ES: /^(5[0-2]{1}|[0-4]{1}\d{1})\d{3}$/,
- FI: fiveDigit,
- FR: /^\d{2}\s?\d{3}$/,
- GB: /^(gir\s?0aa|[a-z]{1,2}\d[\da-z]?\s?(\d[a-z]{2})?)$/i,
- GR: /^\d{3}\s?\d{2}$/,
- HR: /^([1-5]\d{4}$)/,
- HT: /^HT\d{4}$/,
- HU: fourDigit,
- ID: fiveDigit,
- IE: /^(?!.*(?:o))[A-Za-z]\d[\dw]\s\w{4}$/i,
- IL: /^(\d{5}|\d{7})$/,
- IN: /^((?!10|29|35|54|55|65|66|86|87|88|89)[1-9][0-9]{5})$/,
- IR: /\b(?!(\d)\1{3})[13-9]{4}[1346-9][013-9]{5}\b/,
- IS: threeDigit,
- IT: fiveDigit,
- JP: /^\d{3}\-\d{4}$/,
- KE: fiveDigit,
- KR: /^(\d{5}|\d{6})$/,
- LI: /^(948[5-9]|949[0-7])$/,
- LT: /^LT\-\d{5}$/,
- LU: fourDigit,
- LV: /^LV\-\d{4}$/,
- LK: fiveDigit,
- MX: fiveDigit,
- MT: /^[A-Za-z]{3}\s{0,1}\d{4}$/,
- MY: fiveDigit,
- NL: /^\d{4}\s?[a-z]{2}$/i,
- NO: fourDigit,
- NP: /^(10|21|22|32|33|34|44|45|56|57)\d{3}$|^(977)$/i,
- NZ: fourDigit,
- PL: /^\d{2}\-\d{3}$/,
- PR: /^00[679]\d{2}([ -]\d{4})?$/,
- PT: /^\d{4}\-\d{3}?$/,
- RO: sixDigit,
- RU: sixDigit,
- SA: fiveDigit,
- SE: /^[1-9]\d{2}\s?\d{2}$/,
- SG: sixDigit,
- SI: fourDigit,
- SK: /^\d{3}\s?\d{2}$/,
- TH: fiveDigit,
- TN: fourDigit,
- TW: /^\d{3}(\d{2})?$/,
- UA: fiveDigit,
- US: /^\d{5}(-\d{4})?$/,
- ZA: fourDigit,
- ZM: fiveDigit };
+/**/
+var isArray = __webpack_require__(/*! isarray */ 43);
+/**/
-var locales = Object.keys(patterns);
-exports.locales = locales;
+/**/
+var Duplex;
+/**/
-function isPostalCode(str, locale) {
- (0, _assertString.default)(str);
+Readable.ReadableState = ReadableState;
- if (locale in patterns) {
- return patterns[locale].test(str);
- } else if (locale === 'any') {
- for (var key in patterns) {
- // https://github.com/gotwarlost/istanbul/blob/master/ignoring-code-for-coverage.md#ignoring-code-for-coverage-purposes
- // istanbul ignore else
- if (patterns.hasOwnProperty(key)) {
- var pattern = patterns[key];
+/**/
+var EE = __webpack_require__(/*! events */ 348).EventEmitter;
- if (pattern.test(str)) {
- return true;
- }
- }
- }
+var EElistenerCount = function (emitter, type) {
+ return emitter.listeners(type).length;
+};
+/**/
- return false;
- }
+/**/
+var Stream = __webpack_require__(/*! ./internal/streams/stream */ 349);
+/**/
- throw new Error("Invalid locale '".concat(locale, "'"));
-}
+/**/
-/***/ }),
-/* 350 */
-/*!*********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/ltrim.js ***!
- \*********************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+var Buffer = __webpack_require__(/*! safe-buffer */ 344).Buffer;
+var OurUint8Array = global.Uint8Array || function () {};
+function _uint8ArrayToBuffer(chunk) {
+ return Buffer.from(chunk);
+}
+function _isUint8Array(obj) {
+ return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;
+}
-"use strict";
+/**/
+/**/
+var util = Object.create(__webpack_require__(/*! core-util-is */ 350));
+util.inherits = __webpack_require__(/*! inherits */ 127);
+/**/
-Object.defineProperty(exports, "__esModule", {
- value: true });
+/**/
+var debugUtil = __webpack_require__(/*! util */ 351);
+var debug = void 0;
+if (debugUtil && debugUtil.debuglog) {
+ debug = debugUtil.debuglog('stream');
+} else {
+ debug = function () {};
+}
+/**/
-exports.default = ltrim;
+var BufferList = __webpack_require__(/*! ./internal/streams/BufferList */ 352);
+var destroyImpl = __webpack_require__(/*! ./internal/streams/destroy */ 354);
+var StringDecoder;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+util.inherits(Readable, Stream);
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+var kProxyEvents = ['error', 'close', 'destroy', 'pause', 'resume'];
-function ltrim(str, chars) {
- (0, _assertString.default)(str); // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions#Escaping
+function prependListener(emitter, event, fn) {
+ // Sadly this is not cacheable as some libraries bundle their own
+ // event emitter implementation with them.
+ if (typeof emitter.prependListener === 'function') return emitter.prependListener(event, fn);
- var pattern = chars ? new RegExp("^[".concat(chars.replace(/[.*+?^${}()|[\]\\]/g, '\\$&'), "]+"), 'g') : /^\s+/g;
- return str.replace(pattern, '');
+ // This is a hack to make sure that our error handler is attached before any
+ // userland ones. NEVER DO THIS. This is here only because this code needs
+ // to continue to work with older versions of Node.js that do not include
+ // the prependListener() method. The goal is to eventually remove this hack.
+ if (!emitter._events || !emitter._events[event]) emitter.on(event, fn);else if (isArray(emitter._events[event])) emitter._events[event].unshift(fn);else emitter._events[event] = [fn, emitter._events[event]];
}
-module.exports = exports.default;
-module.exports.default = exports.default;
-
-/***/ }),
-/* 351 */
-/*!*********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/rtrim.js ***!
- \*********************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+function ReadableState(options, stream) {
+ Duplex = Duplex || __webpack_require__(/*! ./_stream_duplex */ 355);
-"use strict";
+ options = options || {};
+ // Duplex streams are both readable and writable, but share
+ // the same options object.
+ // However, some cases require setting options to different
+ // values for the readable and the writable sides of the duplex stream.
+ // These options can be provided separately as readableXXX and writableXXX.
+ var isDuplex = stream instanceof Duplex;
-Object.defineProperty(exports, "__esModule", {
- value: true });
+ // object stream flag. Used to make read(n) ignore n and to
+ // make all the buffer merging and length checks go away
+ this.objectMode = !!options.objectMode;
-exports.default = rtrim;
+ if (isDuplex) this.objectMode = this.objectMode || !!options.readableObjectMode;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+ // the point at which it stops calling _read() to fill the buffer
+ // Note: 0 is a valid value, means "don't call _read preemptively ever"
+ var hwm = options.highWaterMark;
+ var readableHwm = options.readableHighWaterMark;
+ var defaultHwm = this.objectMode ? 16 : 16 * 1024;
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+ if (hwm || hwm === 0) this.highWaterMark = hwm;else if (isDuplex && (readableHwm || readableHwm === 0)) this.highWaterMark = readableHwm;else this.highWaterMark = defaultHwm;
-function rtrim(str, chars) {
- (0, _assertString.default)(str);
+ // cast to ints.
+ this.highWaterMark = Math.floor(this.highWaterMark);
- if (chars) {
- // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions#Escaping
- var pattern = new RegExp("[".concat(chars.replace(/[.*+?^${}()|[\]\\]/g, '\\$&'), "]+$"), 'g');
- return str.replace(pattern, '');
- } // Use a faster and more safe than regex trim method https://blog.stevenlevithan.com/archives/faster-trim-javascript
+ // A linked list is used to store data chunks instead of an array because the
+ // linked list can remove elements from the beginning faster than
+ // array.shift()
+ this.buffer = new BufferList();
+ this.length = 0;
+ this.pipes = null;
+ this.pipesCount = 0;
+ this.flowing = null;
+ this.ended = false;
+ this.endEmitted = false;
+ this.reading = false;
+ // a flag to be able to tell if the event 'readable'/'data' is emitted
+ // immediately, or on a later tick. We set this to true at first, because
+ // any actions that shouldn't happen until "later" should generally also
+ // not happen before the first read call.
+ this.sync = true;
- var strIndex = str.length - 1;
+ // whenever we return null, then we set a flag to say
+ // that we're awaiting a 'readable' event emission.
+ this.needReadable = false;
+ this.emittedReadable = false;
+ this.readableListening = false;
+ this.resumeScheduled = false;
- while (/\s/.test(str.charAt(strIndex))) {
- strIndex -= 1;
- }
+ // has it been destroyed
+ this.destroyed = false;
- return str.slice(0, strIndex + 1);
-}
+ // Crypto is kind of old and crusty. Historically, its default string
+ // encoding is 'binary' so we have to make this configurable.
+ // Everything else in the universe uses 'utf8', though.
+ this.defaultEncoding = options.defaultEncoding || 'utf8';
-module.exports = exports.default;
-module.exports.default = exports.default;
+ // the number of writers that are awaiting a drain event in .pipe()s
+ this.awaitDrain = 0;
-/***/ }),
-/* 352 */
-/*!********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/trim.js ***!
- \********************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ // if true, a maybeReadMore has been scheduled
+ this.readingMore = false;
-"use strict";
+ this.decoder = null;
+ this.encoding = null;
+ if (options.encoding) {
+ if (!StringDecoder) StringDecoder = __webpack_require__(/*! string_decoder/ */ 358).StringDecoder;
+ this.decoder = new StringDecoder(options.encoding);
+ this.encoding = options.encoding;
+ }
+}
+function Readable(options) {
+ Duplex = Duplex || __webpack_require__(/*! ./_stream_duplex */ 355);
-Object.defineProperty(exports, "__esModule", {
- value: true });
+ if (!(this instanceof Readable)) return new Readable(options);
-exports.default = trim;
+ this._readableState = new ReadableState(options, this);
-var _rtrim = _interopRequireDefault(__webpack_require__(/*! ./rtrim */ 351));
+ // legacy
+ this.readable = true;
-var _ltrim = _interopRequireDefault(__webpack_require__(/*! ./ltrim */ 350));
+ if (options) {
+ if (typeof options.read === 'function') this._read = options.read;
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+ if (typeof options.destroy === 'function') this._destroy = options.destroy;
+ }
-function trim(str, chars) {
- return (0, _rtrim.default)((0, _ltrim.default)(str, chars), chars);
+ Stream.call(this);
}
-module.exports = exports.default;
-module.exports.default = exports.default;
-
-/***/ }),
-/* 353 */
-/*!**********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/escape.js ***!
- \**********************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true });
-
-exports.default = escape;
+Object.defineProperty(Readable.prototype, 'destroyed', {
+ get: function () {
+ if (this._readableState === undefined) {
+ return false;
+ }
+ return this._readableState.destroyed;
+ },
+ set: function (value) {
+ // we ignore the value if the stream
+ // has not been initialized yet
+ if (!this._readableState) {
+ return;
+ }
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+ // backward compatibility, the user is explicitly
+ // managing destroyed
+ this._readableState.destroyed = value;
+ }
+});
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+Readable.prototype.destroy = destroyImpl.destroy;
+Readable.prototype._undestroy = destroyImpl.undestroy;
+Readable.prototype._destroy = function (err, cb) {
+ this.push(null);
+ cb(err);
+};
-function escape(str) {
- (0, _assertString.default)(str);
- return str.replace(/&/g, '&').replace(/"/g, '"').replace(/'/g, ''').replace(//g, '>').replace(/\//g, '/').replace(/\\/g, '\').replace(/`/g, '`');
-}
+// Manually shove something into the read() buffer.
+// This returns true if the highWaterMark has not been hit yet,
+// similar to how Writable.write() returns true if you should
+// write() some more.
+Readable.prototype.push = function (chunk, encoding) {
+ var state = this._readableState;
+ var skipChunkCheck;
-module.exports = exports.default;
-module.exports.default = exports.default;
+ if (!state.objectMode) {
+ if (typeof chunk === 'string') {
+ encoding = encoding || state.defaultEncoding;
+ if (encoding !== state.encoding) {
+ chunk = Buffer.from(chunk, encoding);
+ encoding = '';
+ }
+ skipChunkCheck = true;
+ }
+ } else {
+ skipChunkCheck = true;
+ }
-/***/ }),
-/* 354 */
-/*!************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/unescape.js ***!
- \************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ return readableAddChunk(this, chunk, encoding, false, skipChunkCheck);
+};
-"use strict";
+// Unshift should *always* be something directly out of read()
+Readable.prototype.unshift = function (chunk) {
+ return readableAddChunk(this, chunk, null, true, false);
+};
+function readableAddChunk(stream, chunk, encoding, addToFront, skipChunkCheck) {
+ var state = stream._readableState;
+ if (chunk === null) {
+ state.reading = false;
+ onEofChunk(stream, state);
+ } else {
+ var er;
+ if (!skipChunkCheck) er = chunkInvalid(state, chunk);
+ if (er) {
+ stream.emit('error', er);
+ } else if (state.objectMode || chunk && chunk.length > 0) {
+ if (typeof chunk !== 'string' && !state.objectMode && Object.getPrototypeOf(chunk) !== Buffer.prototype) {
+ chunk = _uint8ArrayToBuffer(chunk);
+ }
-Object.defineProperty(exports, "__esModule", {
- value: true });
+ if (addToFront) {
+ if (state.endEmitted) stream.emit('error', new Error('stream.unshift() after end event'));else addChunk(stream, state, chunk, true);
+ } else if (state.ended) {
+ stream.emit('error', new Error('stream.push() after EOF'));
+ } else {
+ state.reading = false;
+ if (state.decoder && !encoding) {
+ chunk = state.decoder.write(chunk);
+ if (state.objectMode || chunk.length !== 0) addChunk(stream, state, chunk, false);else maybeReadMore(stream, state);
+ } else {
+ addChunk(stream, state, chunk, false);
+ }
+ }
+ } else if (!addToFront) {
+ state.reading = false;
+ }
+ }
-exports.default = unescape;
+ return needMoreData(state);
+}
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+function addChunk(stream, state, chunk, addToFront) {
+ if (state.flowing && state.length === 0 && !state.sync) {
+ stream.emit('data', chunk);
+ stream.read(0);
+ } else {
+ // update the buffer info.
+ state.length += state.objectMode ? 1 : chunk.length;
+ if (addToFront) state.buffer.unshift(chunk);else state.buffer.push(chunk);
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+ if (state.needReadable) emitReadable(stream);
+ }
+ maybeReadMore(stream, state);
+}
-function unescape(str) {
- (0, _assertString.default)(str);
- return str.replace(/"/g, '"').replace(/'/g, "'").replace(/</g, '<').replace(/>/g, '>').replace(///g, '/').replace(/\/g, '\\').replace(/`/g, '`').replace(/&/g, '&'); // & replacement has to be the last one to prevent
- // bugs with intermediate strings containing escape sequences
- // See: https://github.com/validatorjs/validator.js/issues/1827
+function chunkInvalid(state, chunk) {
+ var er;
+ if (!_isUint8Array(chunk) && typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) {
+ er = new TypeError('Invalid non-string/buffer chunk');
+ }
+ return er;
}
-module.exports = exports.default;
-module.exports.default = exports.default;
+// if it's past the high water mark, we can push in some more.
+// Also, if we have no data yet, we can stand some
+// more bytes. This is to work around cases where hwm=0,
+// such as the repl. Also, if the push() triggered a
+// readable event, and the user called read(largeNumber) such that
+// needReadable was set, then we ought to push more, so that another
+// 'readable' event will be triggered.
+function needMoreData(state) {
+ return !state.ended && (state.needReadable || state.length < state.highWaterMark || state.length === 0);
+}
-/***/ }),
-/* 355 */
-/*!************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/stripLow.js ***!
- \************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+Readable.prototype.isPaused = function () {
+ return this._readableState.flowing === false;
+};
-"use strict";
+// backwards compatibility.
+Readable.prototype.setEncoding = function (enc) {
+ if (!StringDecoder) StringDecoder = __webpack_require__(/*! string_decoder/ */ 358).StringDecoder;
+ this._readableState.decoder = new StringDecoder(enc);
+ this._readableState.encoding = enc;
+ return this;
+};
+// Don't raise the hwm > 8MB
+var MAX_HWM = 0x800000;
+function computeNewHighWaterMark(n) {
+ if (n >= MAX_HWM) {
+ n = MAX_HWM;
+ } else {
+ // Get the next highest power of 2 to prevent increasing hwm excessively in
+ // tiny amounts
+ n--;
+ n |= n >>> 1;
+ n |= n >>> 2;
+ n |= n >>> 4;
+ n |= n >>> 8;
+ n |= n >>> 16;
+ n++;
+ }
+ return n;
+}
-Object.defineProperty(exports, "__esModule", {
- value: true });
+// This function is designed to be inlinable, so please take care when making
+// changes to the function body.
+function howMuchToRead(n, state) {
+ if (n <= 0 || state.length === 0 && state.ended) return 0;
+ if (state.objectMode) return 1;
+ if (n !== n) {
+ // Only flow one buffer at a time
+ if (state.flowing && state.length) return state.buffer.head.data.length;else return state.length;
+ }
+ // If we're asking for more than the current hwm, then raise the hwm.
+ if (n > state.highWaterMark) state.highWaterMark = computeNewHighWaterMark(n);
+ if (n <= state.length) return n;
+ // Don't have enough
+ if (!state.ended) {
+ state.needReadable = true;
+ return 0;
+ }
+ return state.length;
+}
-exports.default = stripLow;
+// you can override either this method, or the async _read(n) below.
+Readable.prototype.read = function (n) {
+ debug('read', n);
+ n = parseInt(n, 10);
+ var state = this._readableState;
+ var nOrig = n;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+ if (n !== 0) state.emittedReadable = false;
-var _blacklist = _interopRequireDefault(__webpack_require__(/*! ./blacklist */ 356));
+ // if we're doing read(0) to trigger a readable event, but we
+ // already have a bunch of data in the buffer, then just trigger
+ // the 'readable' event and move on.
+ if (n === 0 && state.needReadable && (state.length >= state.highWaterMark || state.ended)) {
+ debug('read: emitReadable', state.length, state.ended);
+ if (state.length === 0 && state.ended) endReadable(this);else emitReadable(this);
+ return null;
+ }
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+ n = howMuchToRead(n, state);
-function stripLow(str, keep_new_lines) {
- (0, _assertString.default)(str);
- var chars = keep_new_lines ? '\\x00-\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F' : '\\x00-\\x1F\\x7F';
- return (0, _blacklist.default)(str, chars);
-}
+ // if we've ended, and we're now clear, then finish it up.
+ if (n === 0 && state.ended) {
+ if (state.length === 0) endReadable(this);
+ return null;
+ }
-module.exports = exports.default;
-module.exports.default = exports.default;
+ // All the actual chunk generation logic needs to be
+ // *below* the call to _read. The reason is that in certain
+ // synthetic stream cases, such as passthrough streams, _read
+ // may be a completely synchronous operation which may change
+ // the state of the read buffer, providing enough data when
+ // before there was *not* enough.
+ //
+ // So, the steps are:
+ // 1. Figure out what the state of things will be after we do
+ // a read from the buffer.
+ //
+ // 2. If that resulting state will trigger a _read, then call _read.
+ // Note that this may be asynchronous, or synchronous. Yes, it is
+ // deeply ugly to write APIs this way, but that still doesn't mean
+ // that the Readable class should behave improperly, as streams are
+ // designed to be sync/async agnostic.
+ // Take note if the _read call is sync or async (ie, if the read call
+ // has returned yet), so that we know whether or not it's safe to emit
+ // 'readable' etc.
+ //
+ // 3. Actually pull the requested chunks out of the buffer and return.
-/***/ }),
-/* 356 */
-/*!*************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/blacklist.js ***!
- \*************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ // if we need a readable event, then we need to do some reading.
+ var doRead = state.needReadable;
+ debug('need readable', doRead);
-"use strict";
+ // if we currently have less than the highWaterMark, then also read some
+ if (state.length === 0 || state.length - n < state.highWaterMark) {
+ doRead = true;
+ debug('length less than watermark', doRead);
+ }
+ // however, if we've ended, then there's no point, and if we're already
+ // reading, then it's unnecessary.
+ if (state.ended || state.reading) {
+ doRead = false;
+ debug('reading or ended', doRead);
+ } else if (doRead) {
+ debug('do read');
+ state.reading = true;
+ state.sync = true;
+ // if the length is currently zero, then we *need* a readable event.
+ if (state.length === 0) state.needReadable = true;
+ // call internal read method
+ this._read(state.highWaterMark);
+ state.sync = false;
+ // If _read pushed data synchronously, then `reading` will be false,
+ // and we need to re-evaluate how much data we can return to the user.
+ if (!state.reading) n = howMuchToRead(nOrig, state);
+ }
-Object.defineProperty(exports, "__esModule", {
- value: true });
+ var ret;
+ if (n > 0) ret = fromList(n, state);else ret = null;
-exports.default = blacklist;
+ if (ret === null) {
+ state.needReadable = true;
+ n = 0;
+ } else {
+ state.length -= n;
+ }
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+ if (state.length === 0) {
+ // If we have nothing in the buffer, then we want to know
+ // as soon as we *do* get something into the buffer.
+ if (!state.ended) state.needReadable = true;
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+ // If we tried to read() past the EOF, then emit end on the next tick.
+ if (nOrig !== n && state.ended) endReadable(this);
+ }
-function blacklist(str, chars) {
- (0, _assertString.default)(str);
- return str.replace(new RegExp("[".concat(chars, "]+"), 'g'), '');
-}
+ if (ret !== null) this.emit('data', ret);
-module.exports = exports.default;
-module.exports.default = exports.default;
+ return ret;
+};
-/***/ }),
-/* 357 */
-/*!*************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/whitelist.js ***!
- \*************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+function onEofChunk(stream, state) {
+ if (state.ended) return;
+ if (state.decoder) {
+ var chunk = state.decoder.end();
+ if (chunk && chunk.length) {
+ state.buffer.push(chunk);
+ state.length += state.objectMode ? 1 : chunk.length;
+ }
+ }
+ state.ended = true;
-"use strict";
+ // emit 'readable' now to make sure it gets picked up.
+ emitReadable(stream);
+}
+// Don't emit readable right away in sync mode, because this can trigger
+// another read() call => stack overflow. This way, it might trigger
+// a nextTick recursion warning, but that's not so bad.
+function emitReadable(stream) {
+ var state = stream._readableState;
+ state.needReadable = false;
+ if (!state.emittedReadable) {
+ debug('emitReadable', state.flowing);
+ state.emittedReadable = true;
+ if (state.sync) pna.nextTick(emitReadable_, stream);else emitReadable_(stream);
+ }
+}
-Object.defineProperty(exports, "__esModule", {
- value: true });
+function emitReadable_(stream) {
+ debug('emit readable');
+ stream.emit('readable');
+ flow(stream);
+}
-exports.default = whitelist;
+// at this point, the user has presumably seen the 'readable' event,
+// and called read() to consume some data. that may have triggered
+// in turn another _read(n) call, in which case reading = true if
+// it's in progress.
+// However, if we're not ended, or reading, and the length < hwm,
+// then go ahead and try to read some more preemptively.
+function maybeReadMore(stream, state) {
+ if (!state.readingMore) {
+ state.readingMore = true;
+ pna.nextTick(maybeReadMore_, stream, state);
+ }
+}
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+function maybeReadMore_(stream, state) {
+ var len = state.length;
+ while (!state.reading && !state.flowing && !state.ended && state.length < state.highWaterMark) {
+ debug('maybeReadMore read 0');
+ stream.read(0);
+ if (len === state.length)
+ // didn't get any data, stop spinning.
+ break;else len = state.length;
+ }
+ state.readingMore = false;
+}
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+// abstract method. to be overridden in specific implementation classes.
+// call cb(er, data) where data is <= n in length.
+// for virtual (non-string, non-buffer) streams, "length" is somewhat
+// arbitrary, and perhaps not very meaningful.
+Readable.prototype._read = function (n) {
+ this.emit('error', new Error('_read() is not implemented'));
+};
-function whitelist(str, chars) {
- (0, _assertString.default)(str);
- return str.replace(new RegExp("[^".concat(chars, "]+"), 'g'), '');
-}
+Readable.prototype.pipe = function (dest, pipeOpts) {
+ var src = this;
+ var state = this._readableState;
-module.exports = exports.default;
-module.exports.default = exports.default;
+ switch (state.pipesCount) {
+ case 0:
+ state.pipes = dest;
+ break;
+ case 1:
+ state.pipes = [state.pipes, dest];
+ break;
+ default:
+ state.pipes.push(dest);
+ break;
+ }
+ state.pipesCount += 1;
+ debug('pipe count=%d opts=%j', state.pipesCount, pipeOpts);
-/***/ }),
-/* 358 */
-/*!*****************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isWhitelisted.js ***!
- \*****************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.stderr;
-"use strict";
+ var endFn = doEnd ? onend : unpipe;
+ if (state.endEmitted) pna.nextTick(endFn);else src.once('end', endFn);
+ dest.on('unpipe', onunpipe);
+ function onunpipe(readable, unpipeInfo) {
+ debug('onunpipe');
+ if (readable === src) {
+ if (unpipeInfo && unpipeInfo.hasUnpiped === false) {
+ unpipeInfo.hasUnpiped = true;
+ cleanup();
+ }
+ }
+ }
-Object.defineProperty(exports, "__esModule", {
- value: true });
+ function onend() {
+ debug('onend');
+ dest.end();
+ }
-exports.default = isWhitelisted;
+ // when the dest drains, it reduces the awaitDrain counter
+ // on the source. This would be more elegant with a .once()
+ // handler in flow(), but adding and removing repeatedly is
+ // too slow.
+ var ondrain = pipeOnDrain(src);
+ dest.on('drain', ondrain);
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+ var cleanedUp = false;
+ function cleanup() {
+ debug('cleanup');
+ // cleanup event handlers once the pipe is broken
+ dest.removeListener('close', onclose);
+ dest.removeListener('finish', onfinish);
+ dest.removeListener('drain', ondrain);
+ dest.removeListener('error', onerror);
+ dest.removeListener('unpipe', onunpipe);
+ src.removeListener('end', onend);
+ src.removeListener('end', unpipe);
+ src.removeListener('data', ondata);
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+ cleanedUp = true;
-function isWhitelisted(str, chars) {
- (0, _assertString.default)(str);
+ // if the reader is waiting for a drain event from this
+ // specific writer, then it would cause it to never start
+ // flowing again.
+ // So, if this is awaiting a drain, then we just call it now.
+ // If we don't know, then assume that we are waiting for one.
+ if (state.awaitDrain && (!dest._writableState || dest._writableState.needDrain)) ondrain();
+ }
- for (var i = str.length - 1; i >= 0; i--) {
- if (chars.indexOf(str[i]) === -1) {
- return false;
+ // If the user pushes more data while we're writing to dest then we'll end up
+ // in ondata again. However, we only want to increase awaitDrain once because
+ // dest will only emit one 'drain' event for the multiple writes.
+ // => Introduce a guard on increasing awaitDrain.
+ var increasedAwaitDrain = false;
+ src.on('data', ondata);
+ function ondata(chunk) {
+ debug('ondata');
+ increasedAwaitDrain = false;
+ var ret = dest.write(chunk);
+ if (false === ret && !increasedAwaitDrain) {
+ // If the user unpiped during `dest.write()`, it is possible
+ // to get stuck in a permanently paused state if that write
+ // also returned false.
+ // => Check whether `dest` is still a piping destination.
+ if ((state.pipesCount === 1 && state.pipes === dest || state.pipesCount > 1 && indexOf(state.pipes, dest) !== -1) && !cleanedUp) {
+ debug('false write response, pause', src._readableState.awaitDrain);
+ src._readableState.awaitDrain++;
+ increasedAwaitDrain = true;
+ }
+ src.pause();
}
}
- return true;
-}
-
-module.exports = exports.default;
-module.exports.default = exports.default;
-
-/***/ }),
-/* 359 */
-/*!******************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/normalizeEmail.js ***!
- \******************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ // if the dest has an error, then stop piping into it.
+ // however, don't suppress the throwing behavior for this.
+ function onerror(er) {
+ debug('onerror', er);
+ unpipe();
+ dest.removeListener('error', onerror);
+ if (EElistenerCount(dest, 'error') === 0) dest.emit('error', er);
+ }
-"use strict";
+ // Make sure our error handler is attached before userland ones.
+ prependListener(dest, 'error', onerror);
+ // Both close and finish should trigger unpipe, but only once.
+ function onclose() {
+ dest.removeListener('finish', onfinish);
+ unpipe();
+ }
+ dest.once('close', onclose);
+ function onfinish() {
+ debug('onfinish');
+ dest.removeListener('close', onclose);
+ unpipe();
+ }
+ dest.once('finish', onfinish);
-Object.defineProperty(exports, "__esModule", {
- value: true });
+ function unpipe() {
+ debug('unpipe');
+ src.unpipe(dest);
+ }
-exports.default = normalizeEmail;
+ // tell the dest that it's being piped to
+ dest.emit('pipe', src);
-var _merge = _interopRequireDefault(__webpack_require__(/*! ./util/merge */ 274));
+ // start the flow if it hasn't been started already.
+ if (!state.flowing) {
+ debug('pipe resume');
+ src.resume();
+ }
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+ return dest;
+};
-var default_normalize_email_options = {
- // The following options apply to all email addresses
- // Lowercases the local part of the email address.
- // Please note this may violate RFC 5321 as per http://stackoverflow.com/a/9808332/192024).
- // The domain is always lowercased, as per RFC 1035
- all_lowercase: true,
- // The following conversions are specific to GMail
- // Lowercases the local part of the GMail address (known to be case-insensitive)
- gmail_lowercase: true,
- // Removes dots from the local part of the email address, as that's ignored by GMail
- gmail_remove_dots: true,
- // Removes the subaddress (e.g. "+foo") from the email address
- gmail_remove_subaddress: true,
- // Conversts the googlemail.com domain to gmail.com
- gmail_convert_googlemaildotcom: true,
- // The following conversions are specific to Outlook.com / Windows Live / Hotmail
- // Lowercases the local part of the Outlook.com address (known to be case-insensitive)
- outlookdotcom_lowercase: true,
- // Removes the subaddress (e.g. "+foo") from the email address
- outlookdotcom_remove_subaddress: true,
- // The following conversions are specific to Yahoo
- // Lowercases the local part of the Yahoo address (known to be case-insensitive)
- yahoo_lowercase: true,
- // Removes the subaddress (e.g. "-foo") from the email address
- yahoo_remove_subaddress: true,
- // The following conversions are specific to Yandex
- // Lowercases the local part of the Yandex address (known to be case-insensitive)
- yandex_lowercase: true,
- // The following conversions are specific to iCloud
- // Lowercases the local part of the iCloud address (known to be case-insensitive)
- icloud_lowercase: true,
- // Removes the subaddress (e.g. "+foo") from the email address
- icloud_remove_subaddress: true };
-// List of domains used by iCloud
+function pipeOnDrain(src) {
+ return function () {
+ var state = src._readableState;
+ debug('pipeOnDrain', state.awaitDrain);
+ if (state.awaitDrain) state.awaitDrain--;
+ if (state.awaitDrain === 0 && EElistenerCount(src, 'data')) {
+ state.flowing = true;
+ flow(src);
+ }
+ };
+}
-var icloud_domains = ['icloud.com', 'me.com']; // List of domains used by Outlook.com and its predecessors
-// This list is likely incomplete.
-// Partial reference:
-// https://blogs.office.com/2013/04/17/outlook-com-gets-two-step-verification-sign-in-by-alias-and-new-international-domains/
+Readable.prototype.unpipe = function (dest) {
+ var state = this._readableState;
+ var unpipeInfo = { hasUnpiped: false };
-var outlookdotcom_domains = ['hotmail.at', 'hotmail.be', 'hotmail.ca', 'hotmail.cl', 'hotmail.co.il', 'hotmail.co.nz', 'hotmail.co.th', 'hotmail.co.uk', 'hotmail.com', 'hotmail.com.ar', 'hotmail.com.au', 'hotmail.com.br', 'hotmail.com.gr', 'hotmail.com.mx', 'hotmail.com.pe', 'hotmail.com.tr', 'hotmail.com.vn', 'hotmail.cz', 'hotmail.de', 'hotmail.dk', 'hotmail.es', 'hotmail.fr', 'hotmail.hu', 'hotmail.id', 'hotmail.ie', 'hotmail.in', 'hotmail.it', 'hotmail.jp', 'hotmail.kr', 'hotmail.lv', 'hotmail.my', 'hotmail.ph', 'hotmail.pt', 'hotmail.sa', 'hotmail.sg', 'hotmail.sk', 'live.be', 'live.co.uk', 'live.com', 'live.com.ar', 'live.com.mx', 'live.de', 'live.es', 'live.eu', 'live.fr', 'live.it', 'live.nl', 'msn.com', 'outlook.at', 'outlook.be', 'outlook.cl', 'outlook.co.il', 'outlook.co.nz', 'outlook.co.th', 'outlook.com', 'outlook.com.ar', 'outlook.com.au', 'outlook.com.br', 'outlook.com.gr', 'outlook.com.pe', 'outlook.com.tr', 'outlook.com.vn', 'outlook.cz', 'outlook.de', 'outlook.dk', 'outlook.es', 'outlook.fr', 'outlook.hu', 'outlook.id', 'outlook.ie', 'outlook.in', 'outlook.it', 'outlook.jp', 'outlook.kr', 'outlook.lv', 'outlook.my', 'outlook.ph', 'outlook.pt', 'outlook.sa', 'outlook.sg', 'outlook.sk', 'passport.com']; // List of domains used by Yahoo Mail
-// This list is likely incomplete
+ // if we're not piping anywhere, then do nothing.
+ if (state.pipesCount === 0) return this;
-var yahoo_domains = ['rocketmail.com', 'yahoo.ca', 'yahoo.co.uk', 'yahoo.com', 'yahoo.de', 'yahoo.fr', 'yahoo.in', 'yahoo.it', 'ymail.com']; // List of domains used by yandex.ru
+ // just one destination. most common case.
+ if (state.pipesCount === 1) {
+ // passed in one, but it's not the right one.
+ if (dest && dest !== state.pipes) return this;
-var yandex_domains = ['yandex.ru', 'yandex.ua', 'yandex.kz', 'yandex.com', 'yandex.by', 'ya.ru']; // replace single dots, but not multiple consecutive dots
+ if (!dest) dest = state.pipes;
-function dotsReplacer(match) {
- if (match.length > 1) {
- return match;
+ // got a match.
+ state.pipes = null;
+ state.pipesCount = 0;
+ state.flowing = false;
+ if (dest) dest.emit('unpipe', this, unpipeInfo);
+ return this;
}
- return '';
-}
+ // slow case. multiple pipe destinations.
-function normalizeEmail(email, options) {
- options = (0, _merge.default)(options, default_normalize_email_options);
- var raw_parts = email.split('@');
- var domain = raw_parts.pop();
- var user = raw_parts.join('@');
- var parts = [user, domain]; // The domain is always lowercased, as it's case-insensitive per RFC 1035
+ if (!dest) {
+ // remove all.
+ var dests = state.pipes;
+ var len = state.pipesCount;
+ state.pipes = null;
+ state.pipesCount = 0;
+ state.flowing = false;
- parts[1] = parts[1].toLowerCase();
+ for (var i = 0; i < len; i++) {
+ dests[i].emit('unpipe', this, unpipeInfo);
+ }return this;
+ }
- if (parts[1] === 'gmail.com' || parts[1] === 'googlemail.com') {
- // Address is GMail
- if (options.gmail_remove_subaddress) {
- parts[0] = parts[0].split('+')[0];
- }
+ // try to find the right one.
+ var index = indexOf(state.pipes, dest);
+ if (index === -1) return this;
- if (options.gmail_remove_dots) {
- // this does not replace consecutive dots like example..email@gmail.com
- parts[0] = parts[0].replace(/\.+/g, dotsReplacer);
- }
+ state.pipes.splice(index, 1);
+ state.pipesCount -= 1;
+ if (state.pipesCount === 1) state.pipes = state.pipes[0];
- if (!parts[0].length) {
- return false;
- }
+ dest.emit('unpipe', this, unpipeInfo);
- if (options.all_lowercase || options.gmail_lowercase) {
- parts[0] = parts[0].toLowerCase();
- }
+ return this;
+};
- parts[1] = options.gmail_convert_googlemaildotcom ? 'gmail.com' : parts[1];
- } else if (icloud_domains.indexOf(parts[1]) >= 0) {
- // Address is iCloud
- if (options.icloud_remove_subaddress) {
- parts[0] = parts[0].split('+')[0];
- }
+// set up data events if they are asked for
+// Ensure readable listeners eventually get something
+Readable.prototype.on = function (ev, fn) {
+ var res = Stream.prototype.on.call(this, ev, fn);
- if (!parts[0].length) {
- return false;
- }
-
- if (options.all_lowercase || options.icloud_lowercase) {
- parts[0] = parts[0].toLowerCase();
- }
- } else if (outlookdotcom_domains.indexOf(parts[1]) >= 0) {
- // Address is Outlook.com
- if (options.outlookdotcom_remove_subaddress) {
- parts[0] = parts[0].split('+')[0];
- }
-
- if (!parts[0].length) {
- return false;
- }
-
- if (options.all_lowercase || options.outlookdotcom_lowercase) {
- parts[0] = parts[0].toLowerCase();
- }
- } else if (yahoo_domains.indexOf(parts[1]) >= 0) {
- // Address is Yahoo
- if (options.yahoo_remove_subaddress) {
- var components = parts[0].split('-');
- parts[0] = components.length > 1 ? components.slice(0, -1).join('-') : components[0];
+ if (ev === 'data') {
+ // Start flowing on next tick if stream isn't explicitly paused
+ if (this._readableState.flowing !== false) this.resume();
+ } else if (ev === 'readable') {
+ var state = this._readableState;
+ if (!state.endEmitted && !state.readableListening) {
+ state.readableListening = state.needReadable = true;
+ state.emittedReadable = false;
+ if (!state.reading) {
+ pna.nextTick(nReadingNextTick, this);
+ } else if (state.length) {
+ emitReadable(this);
+ }
}
+ }
- if (!parts[0].length) {
- return false;
- }
+ return res;
+};
+Readable.prototype.addListener = Readable.prototype.on;
- if (options.all_lowercase || options.yahoo_lowercase) {
- parts[0] = parts[0].toLowerCase();
- }
- } else if (yandex_domains.indexOf(parts[1]) >= 0) {
- if (options.all_lowercase || options.yandex_lowercase) {
- parts[0] = parts[0].toLowerCase();
- }
+function nReadingNextTick(self) {
+ debug('readable nexttick read 0');
+ self.read(0);
+}
- parts[1] = 'yandex.ru'; // all yandex domains are equal, 1st preferred
- } else if (options.all_lowercase) {
- // Any other address
- parts[0] = parts[0].toLowerCase();
+// pause() and resume() are remnants of the legacy readable stream API
+// If the user uses them, then switch into old mode.
+Readable.prototype.resume = function () {
+ var state = this._readableState;
+ if (!state.flowing) {
+ debug('resume');
+ state.flowing = true;
+ resume(this, state);
}
+ return this;
+};
- return parts.join('@');
+function resume(stream, state) {
+ if (!state.resumeScheduled) {
+ state.resumeScheduled = true;
+ pna.nextTick(resume_, stream, state);
+ }
}
-module.exports = exports.default;
-module.exports.default = exports.default;
-
-/***/ }),
-/* 360 */
-/*!**********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isSlug.js ***!
- \**********************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true });
-
-exports.default = isSlug;
-
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
-
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
-
-var charsetRegex = /^[^\s-_](?!.*?[-_]{2,})[a-z0-9-\\][^\s]*[^-_\s]$/;
+function resume_(stream, state) {
+ if (!state.reading) {
+ debug('resume read 0');
+ stream.read(0);
+ }
-function isSlug(str) {
- (0, _assertString.default)(str);
- return charsetRegex.test(str);
+ state.resumeScheduled = false;
+ state.awaitDrain = 0;
+ stream.emit('resume');
+ flow(stream);
+ if (state.flowing && !state.reading) stream.read(0);
}
-module.exports = exports.default;
-module.exports.default = exports.default;
-
-/***/ }),
-/* 361 */
-/*!******************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isLicensePlate.js ***!
- \******************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true });
+Readable.prototype.pause = function () {
+ debug('call pause flowing=%j', this._readableState.flowing);
+ if (false !== this._readableState.flowing) {
+ debug('pause');
+ this._readableState.flowing = false;
+ this.emit('pause');
+ }
+ return this;
+};
-exports.default = isLicensePlate;
+function flow(stream) {
+ var state = stream._readableState;
+ debug('flow', state.flowing);
+ while (state.flowing && stream.read() !== null) {}
+}
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+// wrap an old-style stream as the async data source.
+// This is *not* part of the readable stream interface.
+// It is an ugly unfortunate mess of history.
+Readable.prototype.wrap = function (stream) {
+ var _this = this;
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+ var state = this._readableState;
+ var paused = false;
-var validators = {
- 'cs-CZ': function csCZ(str) {
- return /^(([ABCDEFHKIJKLMNPRSTUVXYZ]|[0-9])-?){5,8}$/.test(str);
- },
- 'de-DE': function deDE(str) {
- return /^((AW|UL|AK|GA|AÖ|LF|AZ|AM|AS|ZE|AN|AB|A|KG|KH|BA|EW|BZ|HY|KM|BT|HP|B|BC|BI|BO|FN|TT|ÜB|BN|AH|BS|FR|HB|ZZ|BB|BK|BÖ|OC|OK|CW|CE|C|CO|LH|CB|KW|LC|LN|DA|DI|DE|DH|SY|NÖ|DO|DD|DU|DN|D|EI|EA|EE|FI|EM|EL|EN|PF|ED|EF|ER|AU|ZP|E|ES|NT|EU|FL|FO|FT|FF|F|FS|FD|FÜ|GE|G|GI|GF|GS|ZR|GG|GP|GR|NY|ZI|GÖ|GZ|GT|HA|HH|HM|HU|WL|HZ|WR|RN|HK|HD|HN|HS|GK|HE|HF|RZ|HI|HG|HO|HX|IK|IL|IN|J|JL|KL|KA|KS|KF|KE|KI|KT|KO|KN|KR|KC|KU|K|LD|LL|LA|L|OP|LM|LI|LB|LU|LÖ|HL|LG|MD|GN|MZ|MA|ML|MR|MY|AT|DM|MC|NZ|RM|RG|MM|ME|MB|MI|FG|DL|HC|MW|RL|MK|MG|MÜ|WS|MH|M|MS|NU|NB|ND|NM|NK|NW|NR|NI|NF|DZ|EB|OZ|TG|TO|N|OA|GM|OB|CA|EH|FW|OF|OL|OE|OG|BH|LR|OS|AA|GD|OH|KY|NP|WK|PB|PA|PE|PI|PS|P|PM|PR|RA|RV|RE|R|H|SB|WN|RS|RD|RT|BM|NE|GV|RP|SU|GL|RO|GÜ|RH|EG|RW|PN|SK|MQ|RU|SZ|RI|SL|SM|SC|HR|FZ|VS|SW|SN|CR|SE|SI|SO|LP|SG|NH|SP|IZ|ST|BF|TE|HV|OD|SR|S|AC|DW|ZW|TF|TS|TR|TÜ|UM|PZ|TP|UE|UN|UH|MN|KK|VB|V|AE|PL|RC|VG|GW|PW|VR|VK|KB|WA|WT|BE|WM|WE|AP|MO|WW|FB|WZ|WI|WB|JE|WF|WO|W|WÜ|BL|Z|GC)[- ]?[A-Z]{1,2}[- ]?\d{1,4}|(AIC|FDB|ABG|SLN|SAW|KLZ|BUL|ESB|NAB|SUL|WST|ABI|AZE|BTF|KÖT|DKB|FEU|ROT|ALZ|SMÜ|WER|AUR|NOR|DÜW|BRK|HAB|TÖL|WOR|BAD|BAR|BER|BIW|EBS|KEM|MÜB|PEG|BGL|BGD|REI|WIL|BKS|BIR|WAT|BOR|BOH|BOT|BRB|BLK|HHM|NEB|NMB|WSF|LEO|HDL|WMS|WZL|BÜS|CHA|KÖZ|ROD|WÜM|CLP|NEC|COC|ZEL|COE|CUX|DAH|LDS|DEG|DEL|RSL|DLG|DGF|LAN|HEI|MED|DON|KIB|ROK|JÜL|MON|SLE|EBE|EIC|HIG|WBS|BIT|PRÜ|LIB|EMD|WIT|ERH|HÖS|ERZ|ANA|ASZ|MAB|MEK|STL|SZB|FDS|HCH|HOR|WOL|FRG|GRA|WOS|FRI|FFB|GAP|GER|BRL|CLZ|GTH|NOH|HGW|GRZ|LÖB|NOL|WSW|DUD|HMÜ|OHA|KRU|HAL|HAM|HBS|QLB|HVL|NAU|HAS|EBN|GEO|HOH|HDH|ERK|HER|WAN|HEF|ROF|HBN|ALF|HSK|USI|NAI|REH|SAN|KÜN|ÖHR|HOL|WAR|ARN|BRG|GNT|HOG|WOH|KEH|MAI|PAR|RID|ROL|KLE|GEL|KUS|KYF|ART|SDH|LDK|DIL|MAL|VIB|LER|BNA|GHA|GRM|MTL|WUR|LEV|LIF|STE|WEL|LIP|VAI|LUP|HGN|LBZ|LWL|PCH|STB|DAN|MKK|SLÜ|MSP|TBB|MGH|MTK|BIN|MSH|EIL|HET|SGH|BID|MYK|MSE|MST|MÜR|WRN|MEI|GRH|RIE|MZG|MIL|OBB|BED|FLÖ|MOL|FRW|SEE|SRB|AIB|MOS|BCH|ILL|SOB|NMS|NEA|SEF|UFF|NEW|VOH|NDH|TDO|NWM|GDB|GVM|WIS|NOM|EIN|GAN|LAU|HEB|OHV|OSL|SFB|ERB|LOS|BSK|KEL|BSB|MEL|WTL|OAL|FÜS|MOD|OHZ|OPR|BÜR|PAF|PLÖ|CAS|GLA|REG|VIT|ECK|SIM|GOA|EMS|DIZ|GOH|RÜD|SWA|NES|KÖN|MET|LRO|BÜZ|DBR|ROS|TET|HRO|ROW|BRV|HIP|PAN|GRI|SHK|EIS|SRO|SOK|LBS|SCZ|MER|QFT|SLF|SLS|HOM|SLK|ASL|BBG|SBK|SFT|SHG|MGN|MEG|ZIG|SAD|NEN|OVI|SHA|BLB|SIG|SON|SPN|FOR|GUB|SPB|IGB|WND|STD|STA|SDL|OBG|HST|BOG|SHL|PIR|FTL|SEB|SÖM|SÜW|TIR|SAB|TUT|ANG|SDT|LÜN|LSZ|MHL|VEC|VER|VIE|OVL|ANK|OVP|SBG|UEM|UER|WLG|GMN|NVP|RDG|RÜG|DAU|FKB|WAF|WAK|SLZ|WEN|SOG|APD|WUG|GUN|ESW|WIZ|WES|DIN|BRA|BÜD|WHV|HWI|GHC|WTM|WOB|WUN|MAK|SEL|OCH|HOT|WDA)[- ]?(([A-Z][- ]?\d{1,4})|([A-Z]{2}[- ]?\d{1,3})))[- ]?(E|H)?$/.test(str);
- },
- 'de-LI': function deLI(str) {
- return /^FL[- ]?\d{1,5}[UZ]?$/.test(str);
- },
- 'fi-FI': function fiFI(str) {
- return /^(?=.{4,7})(([A-Z]{1,3}|[0-9]{1,3})[\s-]?([A-Z]{1,3}|[0-9]{1,5}))$/.test(str);
- },
- 'pt-PT': function ptPT(str) {
- return /^([A-Z]{2}|[0-9]{2})[ -·]?([A-Z]{2}|[0-9]{2})[ -·]?([A-Z]{2}|[0-9]{2})$/.test(str);
- },
- 'sq-AL': function sqAL(str) {
- return /^[A-Z]{2}[- ]?((\d{3}[- ]?(([A-Z]{2})|T))|(R[- ]?\d{3}))$/.test(str);
- },
- 'pt-BR': function ptBR(str) {
- return /^[A-Z]{3}[ -]?[0-9][A-Z][0-9]{2}|[A-Z]{3}[ -]?[0-9]{4}$/.test(str);
- } };
+ stream.on('end', function () {
+ debug('wrapped end');
+ if (state.decoder && !state.ended) {
+ var chunk = state.decoder.end();
+ if (chunk && chunk.length) _this.push(chunk);
+ }
+ _this.push(null);
+ });
-function isLicensePlate(str, locale) {
- (0, _assertString.default)(str);
+ stream.on('data', function (chunk) {
+ debug('wrapped data');
+ if (state.decoder) chunk = state.decoder.write(chunk);
- if (locale in validators) {
- return validators[locale](str);
- } else if (locale === 'any') {
- for (var key in validators) {
- /* eslint guard-for-in: 0 */
- var validator = validators[key];
+ // don't skip over falsy values in objectMode
+ if (state.objectMode && (chunk === null || chunk === undefined)) return;else if (!state.objectMode && (!chunk || !chunk.length)) return;
- if (validator(str)) {
- return true;
- }
+ var ret = _this.push(chunk);
+ if (!ret) {
+ paused = true;
+ stream.pause();
}
+ });
- return false;
+ // proxy all the other methods.
+ // important when wrapping filters and duplexes.
+ for (var i in stream) {
+ if (this[i] === undefined && typeof stream[i] === 'function') {
+ this[i] = function (method) {
+ return function () {
+ return stream[method].apply(stream, arguments);
+ };
+ }(i);
+ }
}
- throw new Error("Invalid locale '".concat(locale, "'"));
-}
-
-module.exports = exports.default;
-module.exports.default = exports.default;
-
-/***/ }),
-/* 362 */
-/*!********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isStrongPassword.js ***!
- \********************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
+ // proxy certain important events.
+ for (var n = 0; n < kProxyEvents.length; n++) {
+ stream.on(kProxyEvents[n], this.emit.bind(this, kProxyEvents[n]));
+ }
+ // when we try to consume some more bytes, simply unpause the
+ // underlying stream.
+ this._read = function (n) {
+ debug('wrapped _read', n);
+ if (paused) {
+ paused = false;
+ stream.resume();
+ }
+ };
-Object.defineProperty(exports, "__esModule", {
- value: true });
+ return this;
+};
-exports.default = isStrongPassword;
+Object.defineProperty(Readable.prototype, 'readableHighWaterMark', {
+ // making it explicit this property is not enumerable
+ // because otherwise some prototype manipulation in
+ // userland will fail
+ enumerable: false,
+ get: function () {
+ return this._readableState.highWaterMark;
+ }
+});
-var _merge = _interopRequireDefault(__webpack_require__(/*! ./util/merge */ 274));
+// exposed for testing purposes only.
+Readable._fromList = fromList;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+// Pluck off n bytes from an array of buffers.
+// Length is the combined lengths of all the buffers in the list.
+// This function is designed to be inlinable, so please take care when making
+// changes to the function body.
+function fromList(n, state) {
+ // nothing buffered
+ if (state.length === 0) return null;
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+ var ret;
+ if (state.objectMode) ret = state.buffer.shift();else if (!n || n >= state.length) {
+ // read it all, truncate the list
+ if (state.decoder) ret = state.buffer.join('');else if (state.buffer.length === 1) ret = state.buffer.head.data;else ret = state.buffer.concat(state.length);
+ state.buffer.clear();
+ } else {
+ // read part of list
+ ret = fromListPartial(n, state.buffer, state.decoder);
+ }
-var upperCaseRegex = /^[A-Z]$/;
-var lowerCaseRegex = /^[a-z]$/;
-var numberRegex = /^[0-9]$/;
-var symbolRegex = /^[-#!$@%^&*()_+|~=`{}\[\]:";'<>?,.\/ ]$/;
-var defaultOptions = {
- minLength: 8,
- minLowercase: 1,
- minUppercase: 1,
- minNumbers: 1,
- minSymbols: 1,
- returnScore: false,
- pointsPerUnique: 1,
- pointsPerRepeat: 0.5,
- pointsForContainingLower: 10,
- pointsForContainingUpper: 10,
- pointsForContainingNumber: 10,
- pointsForContainingSymbol: 10 };
-
-/* Counts number of occurrences of each char in a string
- * could be moved to util/ ?
- */
+ return ret;
+}
-function countChars(str) {
- var result = {};
- Array.from(str).forEach(function (char) {
- var curVal = result[char];
+// Extracts only enough buffered data to satisfy the amount requested.
+// This function is designed to be inlinable, so please take care when making
+// changes to the function body.
+function fromListPartial(n, list, hasStrings) {
+ var ret;
+ if (n < list.head.data.length) {
+ // slice is the same for buffers and strings
+ ret = list.head.data.slice(0, n);
+ list.head.data = list.head.data.slice(n);
+ } else if (n === list.head.data.length) {
+ // first chunk is a perfect match
+ ret = list.shift();
+ } else {
+ // result spans more than one buffer
+ ret = hasStrings ? copyFromBufferString(n, list) : copyFromBuffer(n, list);
+ }
+ return ret;
+}
- if (curVal) {
- result[char] += 1;
- } else {
- result[char] = 1;
+// Copies a specified amount of characters from the list of buffered data
+// chunks.
+// This function is designed to be inlinable, so please take care when making
+// changes to the function body.
+function copyFromBufferString(n, list) {
+ var p = list.head;
+ var c = 1;
+ var ret = p.data;
+ n -= ret.length;
+ while (p = p.next) {
+ var str = p.data;
+ var nb = n > str.length ? str.length : n;
+ if (nb === str.length) ret += str;else ret += str.slice(0, n);
+ n -= nb;
+ if (n === 0) {
+ if (nb === str.length) {
+ ++c;
+ if (p.next) list.head = p.next;else list.head = list.tail = null;
+ } else {
+ list.head = p;
+ p.data = str.slice(nb);
+ }
+ break;
}
- });
- return result;
+ ++c;
+ }
+ list.length -= c;
+ return ret;
}
-/* Return information about a password */
-
-function analyzePassword(password) {
- var charMap = countChars(password);
- var analysis = {
- length: password.length,
- uniqueChars: Object.keys(charMap).length,
- uppercaseCount: 0,
- lowercaseCount: 0,
- numberCount: 0,
- symbolCount: 0 };
-
- Object.keys(charMap).forEach(function (char) {
- /* istanbul ignore else */
- if (upperCaseRegex.test(char)) {
- analysis.uppercaseCount += charMap[char];
- } else if (lowerCaseRegex.test(char)) {
- analysis.lowercaseCount += charMap[char];
- } else if (numberRegex.test(char)) {
- analysis.numberCount += charMap[char];
- } else if (symbolRegex.test(char)) {
- analysis.symbolCount += charMap[char];
+// Copies a specified amount of bytes from the list of buffered data chunks.
+// This function is designed to be inlinable, so please take care when making
+// changes to the function body.
+function copyFromBuffer(n, list) {
+ var ret = Buffer.allocUnsafe(n);
+ var p = list.head;
+ var c = 1;
+ p.data.copy(ret);
+ n -= p.data.length;
+ while (p = p.next) {
+ var buf = p.data;
+ var nb = n > buf.length ? buf.length : n;
+ buf.copy(ret, ret.length - n, 0, nb);
+ n -= nb;
+ if (n === 0) {
+ if (nb === buf.length) {
+ ++c;
+ if (p.next) list.head = p.next;else list.head = list.tail = null;
+ } else {
+ list.head = p;
+ p.data = buf.slice(nb);
+ }
+ break;
}
- });
- return analysis;
+ ++c;
+ }
+ list.length -= c;
+ return ret;
}
-function scorePassword(analysis, scoringOptions) {
- var points = 0;
- points += analysis.uniqueChars * scoringOptions.pointsPerUnique;
- points += (analysis.length - analysis.uniqueChars) * scoringOptions.pointsPerRepeat;
-
- if (analysis.lowercaseCount > 0) {
- points += scoringOptions.pointsForContainingLower;
- }
+function endReadable(stream) {
+ var state = stream._readableState;
- if (analysis.uppercaseCount > 0) {
- points += scoringOptions.pointsForContainingUpper;
- }
+ // If we get here before consuming all the bytes, then that is a
+ // bug in node. Should never happen.
+ if (state.length > 0) throw new Error('"endReadable()" called on non-empty stream');
- if (analysis.numberCount > 0) {
- points += scoringOptions.pointsForContainingNumber;
+ if (!state.endEmitted) {
+ state.ended = true;
+ pna.nextTick(endReadableNT, state, stream);
}
+}
- if (analysis.symbolCount > 0) {
- points += scoringOptions.pointsForContainingSymbol;
+function endReadableNT(state, stream) {
+ // Check that we didn't get one last unshift.
+ if (!state.endEmitted && state.length === 0) {
+ state.endEmitted = true;
+ stream.readable = false;
+ stream.emit('end');
}
-
- return points;
}
-function isStrongPassword(str) {
- var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;
- (0, _assertString.default)(str);
- var analysis = analyzePassword(str);
- options = (0, _merge.default)(options || {}, defaultOptions);
-
- if (options.returnScore) {
- return scorePassword(analysis, options);
+function indexOf(xs, x) {
+ for (var i = 0, l = xs.length; i < l; i++) {
+ if (xs[i] === x) return i;
}
-
- return analysis.length >= options.minLength && analysis.lowercaseCount >= options.minLowercase && analysis.uppercaseCount >= options.minUppercase && analysis.numberCount >= options.minNumbers && analysis.symbolCount >= options.minSymbols;
+ return -1;
}
-
-module.exports = exports.default;
-module.exports.default = exports.default;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../webpack/buildin/global.js */ 37), __webpack_require__(/*! ./../../node-libs-browser/mock/process.js */ 31)))
/***/ }),
-/* 363 */
-/*!*********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/validator/lib/isVAT.js ***!
- \*********************************************************************************/
+/* 347 */
+/*!****************************************************!*\
+ !*** ./node_modules/process-nextick-args/index.js ***!
+ \****************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
+/* WEBPACK VAR INJECTION */(function(process) {
+if (typeof process === 'undefined' ||
+ !process.version ||
+ process.version.indexOf('v0.') === 0 ||
+ process.version.indexOf('v1.') === 0 && process.version.indexOf('v1.8.') !== 0) {
+ module.exports = { nextTick: nextTick };
+} else {
+ module.exports = process
+}
-Object.defineProperty(exports, "__esModule", {
- value: true });
+function nextTick(fn, arg1, arg2, arg3) {
+ if (typeof fn !== 'function') {
+ throw new TypeError('"callback" argument must be a function');
+ }
+ var len = arguments.length;
+ var args, i;
+ switch (len) {
+ case 0:
+ case 1:
+ return process.nextTick(fn);
+ case 2:
+ return process.nextTick(function afterTickOne() {
+ fn.call(null, arg1);
+ });
+ case 3:
+ return process.nextTick(function afterTickTwo() {
+ fn.call(null, arg1, arg2);
+ });
+ case 4:
+ return process.nextTick(function afterTickThree() {
+ fn.call(null, arg1, arg2, arg3);
+ });
+ default:
+ args = new Array(len - 1);
+ i = 0;
+ while (i < args.length) {
+ args[i++] = arguments[i];
+ }
+ return process.nextTick(function afterTick() {
+ fn.apply(null, args);
+ });
+ }
+}
-exports.default = isVAT;
-exports.vatMatchers = void 0;
-var _assertString = _interopRequireDefault(__webpack_require__(/*! ./util/assertString */ 265));
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../node-libs-browser/mock/process.js */ 31)))
-function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
+/***/ }),
+/* 348 */
+/*!***************************************!*\
+ !*** ./node_modules/events/events.js ***!
+ \***************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
-var vatMatchers = {
- GB: /^GB((\d{3} \d{4} ([0-8][0-9]|9[0-6]))|(\d{9} \d{3})|(((GD[0-4])|(HA[5-9]))[0-9]{2}))$/,
- IT: /^(IT)?[0-9]{11}$/,
- NL: /^(NL)?[0-9]{9}B[0-9]{2}$/ };
+"use strict";
+// Copyright Joyent, Inc. and other Node contributors.
+//
+// Permission is hereby granted, free of charge, to any person obtaining a
+// copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to permit
+// persons to whom the Software is furnished to do so, subject to the
+// following conditions:
+//
+// The above copyright notice and this permission notice shall be included
+// in all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
+// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
+// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
+// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
+// USE OR OTHER DEALINGS IN THE SOFTWARE.
-exports.vatMatchers = vatMatchers;
-function isVAT(str, countryCode) {
- (0, _assertString.default)(str);
- (0, _assertString.default)(countryCode);
- if (countryCode in vatMatchers) {
- return vatMatchers[countryCode].test(str);
+var R = typeof Reflect === 'object' ? Reflect : null
+var ReflectApply = R && typeof R.apply === 'function'
+ ? R.apply
+ : function ReflectApply(target, receiver, args) {
+ return Function.prototype.apply.call(target, receiver, args);
}
- throw new Error("Invalid country code: '".concat(countryCode, "'"));
+var ReflectOwnKeys
+if (R && typeof R.ownKeys === 'function') {
+ ReflectOwnKeys = R.ownKeys
+} else if (Object.getOwnPropertySymbols) {
+ ReflectOwnKeys = function ReflectOwnKeys(target) {
+ return Object.getOwnPropertyNames(target)
+ .concat(Object.getOwnPropertySymbols(target));
+ };
+} else {
+ ReflectOwnKeys = function ReflectOwnKeys(target) {
+ return Object.getOwnPropertyNames(target);
+ };
}
-/***/ }),
-/* 364 */
-/*!*********************************************!*\
- !*** ./node_modules/eventemitter3/index.js ***!
- \*********************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+function ProcessEmitWarning(warning) {
+ if (console && console.warn) console.warn(warning);
+}
-"use strict";
+var NumberIsNaN = Number.isNaN || function NumberIsNaN(value) {
+ return value !== value;
+}
+function EventEmitter() {
+ EventEmitter.init.call(this);
+}
+module.exports = EventEmitter;
-var has = Object.prototype.hasOwnProperty
- , prefix = '~';
+// Backwards-compat with node 0.10.x
+EventEmitter.EventEmitter = EventEmitter;
-/**
- * Constructor to create a storage for our `EE` objects.
- * An `Events` instance is a plain object whose properties are event names.
- *
- * @constructor
- * @private
- */
-function Events() {}
+EventEmitter.prototype._events = undefined;
+EventEmitter.prototype._eventsCount = 0;
+EventEmitter.prototype._maxListeners = undefined;
-//
-// We try to not inherit from `Object.prototype`. In some engines creating an
-// instance in this way is faster than calling `Object.create(null)` directly.
-// If `Object.create(null)` is not supported we prefix the event names with a
-// character to make sure that the built-in object properties are not
-// overridden or used as an attack vector.
-//
-if (Object.create) {
- Events.prototype = Object.create(null);
+// By default EventEmitters will print a warning if more than 10 listeners are
+// added to it. This is a useful default which helps finding memory leaks.
+var defaultMaxListeners = 10;
- //
- // This hack is needed because the `__proto__` property is still inherited in
- // some old browsers like Android 4, iPhone 5.1, Opera 11 and Safari 5.
- //
- if (!new Events().__proto__) prefix = false;
+function checkListener(listener) {
+ if (typeof listener !== 'function') {
+ throw new TypeError('The "listener" argument must be of type Function. Received type ' + typeof listener);
+ }
}
-/**
- * Representation of a single event listener.
- *
- * @param {Function} fn The listener function.
- * @param {*} context The context to invoke the listener with.
- * @param {Boolean} [once=false] Specify if the listener is a one-time listener.
- * @constructor
- * @private
- */
-function EE(fn, context, once) {
- this.fn = fn;
- this.context = context;
- this.once = once || false;
-}
-
-/**
- * Add a listener for a given event.
- *
- * @param {EventEmitter} emitter Reference to the `EventEmitter` instance.
- * @param {(String|Symbol)} event The event name.
- * @param {Function} fn The listener function.
- * @param {*} context The context to invoke the listener with.
- * @param {Boolean} once Specify if the listener is a one-time listener.
- * @returns {EventEmitter}
- * @private
- */
-function addListener(emitter, event, fn, context, once) {
- if (typeof fn !== 'function') {
- throw new TypeError('The listener must be a function');
+Object.defineProperty(EventEmitter, 'defaultMaxListeners', {
+ enumerable: true,
+ get: function() {
+ return defaultMaxListeners;
+ },
+ set: function(arg) {
+ if (typeof arg !== 'number' || arg < 0 || NumberIsNaN(arg)) {
+ throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received ' + arg + '.');
+ }
+ defaultMaxListeners = arg;
}
+});
- var listener = new EE(fn, context || emitter, once)
- , evt = prefix ? prefix + event : event;
-
- if (!emitter._events[evt]) emitter._events[evt] = listener, emitter._eventsCount++;
- else if (!emitter._events[evt].fn) emitter._events[evt].push(listener);
- else emitter._events[evt] = [emitter._events[evt], listener];
-
- return emitter;
-}
-
-/**
- * Clear event by name.
- *
- * @param {EventEmitter} emitter Reference to the `EventEmitter` instance.
- * @param {(String|Symbol)} evt The Event name.
- * @private
- */
-function clearEvent(emitter, evt) {
- if (--emitter._eventsCount === 0) emitter._events = new Events();
- else delete emitter._events[evt];
-}
-
-/**
- * Minimal `EventEmitter` interface that is molded against the Node.js
- * `EventEmitter` interface.
- *
- * @constructor
- * @public
- */
-function EventEmitter() {
- this._events = new Events();
- this._eventsCount = 0;
-}
-
-/**
- * Return an array listing the events for which the emitter has registered
- * listeners.
- *
- * @returns {Array}
- * @public
- */
-EventEmitter.prototype.eventNames = function eventNames() {
- var names = []
- , events
- , name;
-
- if (this._eventsCount === 0) return names;
-
- for (name in (events = this._events)) {
- if (has.call(events, name)) names.push(prefix ? name.slice(1) : name);
- }
+EventEmitter.init = function() {
- if (Object.getOwnPropertySymbols) {
- return names.concat(Object.getOwnPropertySymbols(events));
+ if (this._events === undefined ||
+ this._events === Object.getPrototypeOf(this)._events) {
+ this._events = Object.create(null);
+ this._eventsCount = 0;
}
- return names;
+ this._maxListeners = this._maxListeners || undefined;
};
-/**
- * Return the listeners registered for a given event.
- *
- * @param {(String|Symbol)} event The event name.
- * @returns {Array} The registered listeners.
- * @public
- */
-EventEmitter.prototype.listeners = function listeners(event) {
- var evt = prefix ? prefix + event : event
- , handlers = this._events[evt];
-
- if (!handlers) return [];
- if (handlers.fn) return [handlers.fn];
-
- for (var i = 0, l = handlers.length, ee = new Array(l); i < l; i++) {
- ee[i] = handlers[i].fn;
+// Obviously not all Emitters should be limited to 10. This function allows
+// that to be increased. Set to zero for unlimited.
+EventEmitter.prototype.setMaxListeners = function setMaxListeners(n) {
+ if (typeof n !== 'number' || n < 0 || NumberIsNaN(n)) {
+ throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received ' + n + '.');
}
-
- return ee;
+ this._maxListeners = n;
+ return this;
};
-/**
- * Return the number of listeners listening to a given event.
- *
- * @param {(String|Symbol)} event The event name.
- * @returns {Number} The number of listeners.
- * @public
- */
-EventEmitter.prototype.listenerCount = function listenerCount(event) {
- var evt = prefix ? prefix + event : event
- , listeners = this._events[evt];
+function _getMaxListeners(that) {
+ if (that._maxListeners === undefined)
+ return EventEmitter.defaultMaxListeners;
+ return that._maxListeners;
+}
- if (!listeners) return 0;
- if (listeners.fn) return 1;
- return listeners.length;
+EventEmitter.prototype.getMaxListeners = function getMaxListeners() {
+ return _getMaxListeners(this);
};
-/**
- * Calls each of the listeners registered for a given event.
- *
- * @param {(String|Symbol)} event The event name.
- * @returns {Boolean} `true` if the event had listeners, else `false`.
- * @public
- */
-EventEmitter.prototype.emit = function emit(event, a1, a2, a3, a4, a5) {
- var evt = prefix ? prefix + event : event;
-
- if (!this._events[evt]) return false;
-
- var listeners = this._events[evt]
- , len = arguments.length
- , args
- , i;
-
- if (listeners.fn) {
- if (listeners.once) this.removeListener(event, listeners.fn, undefined, true);
+EventEmitter.prototype.emit = function emit(type) {
+ var args = [];
+ for (var i = 1; i < arguments.length; i++) args.push(arguments[i]);
+ var doError = (type === 'error');
- switch (len) {
- case 1: return listeners.fn.call(listeners.context), true;
- case 2: return listeners.fn.call(listeners.context, a1), true;
- case 3: return listeners.fn.call(listeners.context, a1, a2), true;
- case 4: return listeners.fn.call(listeners.context, a1, a2, a3), true;
- case 5: return listeners.fn.call(listeners.context, a1, a2, a3, a4), true;
- case 6: return listeners.fn.call(listeners.context, a1, a2, a3, a4, a5), true;
- }
+ var events = this._events;
+ if (events !== undefined)
+ doError = (doError && events.error === undefined);
+ else if (!doError)
+ return false;
- for (i = 1, args = new Array(len -1); i < len; i++) {
- args[i - 1] = arguments[i];
+ // If there is no 'error' event listener then throw.
+ if (doError) {
+ var er;
+ if (args.length > 0)
+ er = args[0];
+ if (er instanceof Error) {
+ // Note: The comments on the `throw` lines are intentional, they show
+ // up in Node's output if this results in an unhandled exception.
+ throw er; // Unhandled 'error' event
}
+ // At least give some kind of context to the user
+ var err = new Error('Unhandled error.' + (er ? ' (' + er.message + ')' : ''));
+ err.context = er;
+ throw err; // Unhandled 'error' event
+ }
- listeners.fn.apply(listeners.context, args);
- } else {
- var length = listeners.length
- , j;
-
- for (i = 0; i < length; i++) {
- if (listeners[i].once) this.removeListener(event, listeners[i].fn, undefined, true);
+ var handler = events[type];
- switch (len) {
- case 1: listeners[i].fn.call(listeners[i].context); break;
- case 2: listeners[i].fn.call(listeners[i].context, a1); break;
- case 3: listeners[i].fn.call(listeners[i].context, a1, a2); break;
- case 4: listeners[i].fn.call(listeners[i].context, a1, a2, a3); break;
- default:
- if (!args) for (j = 1, args = new Array(len -1); j < len; j++) {
- args[j - 1] = arguments[j];
- }
+ if (handler === undefined)
+ return false;
- listeners[i].fn.apply(listeners[i].context, args);
- }
- }
+ if (typeof handler === 'function') {
+ ReflectApply(handler, this, args);
+ } else {
+ var len = handler.length;
+ var listeners = arrayClone(handler, len);
+ for (var i = 0; i < len; ++i)
+ ReflectApply(listeners[i], this, args);
}
return true;
};
-/**
- * Add a listener for a given event.
- *
- * @param {(String|Symbol)} event The event name.
- * @param {Function} fn The listener function.
- * @param {*} [context=this] The context to invoke the listener with.
- * @returns {EventEmitter} `this`.
- * @public
- */
-EventEmitter.prototype.on = function on(event, fn, context) {
- return addListener(this, event, fn, context, false);
-};
+function _addListener(target, type, listener, prepend) {
+ var m;
+ var events;
+ var existing;
-/**
- * Add a one-time listener for a given event.
- *
- * @param {(String|Symbol)} event The event name.
- * @param {Function} fn The listener function.
- * @param {*} [context=this] The context to invoke the listener with.
- * @returns {EventEmitter} `this`.
- * @public
- */
-EventEmitter.prototype.once = function once(event, fn, context) {
- return addListener(this, event, fn, context, true);
-};
+ checkListener(listener);
-/**
- * Remove the listeners of a given event.
- *
- * @param {(String|Symbol)} event The event name.
- * @param {Function} fn Only remove the listeners that match this function.
- * @param {*} context Only remove the listeners that have this context.
- * @param {Boolean} once Only remove one-time listeners.
- * @returns {EventEmitter} `this`.
- * @public
- */
-EventEmitter.prototype.removeListener = function removeListener(event, fn, context, once) {
- var evt = prefix ? prefix + event : event;
+ events = target._events;
+ if (events === undefined) {
+ events = target._events = Object.create(null);
+ target._eventsCount = 0;
+ } else {
+ // To avoid recursion in the case that type === "newListener"! Before
+ // adding it to the listeners, first emit "newListener".
+ if (events.newListener !== undefined) {
+ target.emit('newListener', type,
+ listener.listener ? listener.listener : listener);
- if (!this._events[evt]) return this;
- if (!fn) {
- clearEvent(this, evt);
- return this;
+ // Re-assign `events` because a newListener handler could have caused the
+ // this._events to be assigned to a new object
+ events = target._events;
+ }
+ existing = events[type];
}
- var listeners = this._events[evt];
-
- if (listeners.fn) {
- if (
- listeners.fn === fn &&
- (!once || listeners.once) &&
- (!context || listeners.context === context)
- ) {
- clearEvent(this, evt);
- }
+ if (existing === undefined) {
+ // Optimize the case of one listener. Don't need the extra array object.
+ existing = events[type] = listener;
+ ++target._eventsCount;
} else {
- for (var i = 0, events = [], length = listeners.length; i < length; i++) {
- if (
- listeners[i].fn !== fn ||
- (once && !listeners[i].once) ||
- (context && listeners[i].context !== context)
- ) {
- events.push(listeners[i]);
- }
+ if (typeof existing === 'function') {
+ // Adding the second element, need to change to array.
+ existing = events[type] =
+ prepend ? [listener, existing] : [existing, listener];
+ // If we've already got an array, just append.
+ } else if (prepend) {
+ existing.unshift(listener);
+ } else {
+ existing.push(listener);
}
- //
- // Reset the array, or remove it completely if we have no more listeners.
- //
- if (events.length) this._events[evt] = events.length === 1 ? events[0] : events;
- else clearEvent(this, evt);
+ // Check for listener leak
+ m = _getMaxListeners(target);
+ if (m > 0 && existing.length > m && !existing.warned) {
+ existing.warned = true;
+ // No error code for this since it is a Warning
+ // eslint-disable-next-line no-restricted-syntax
+ var w = new Error('Possible EventEmitter memory leak detected. ' +
+ existing.length + ' ' + String(type) + ' listeners ' +
+ 'added. Use emitter.setMaxListeners() to ' +
+ 'increase limit');
+ w.name = 'MaxListenersExceededWarning';
+ w.emitter = target;
+ w.type = type;
+ w.count = existing.length;
+ ProcessEmitWarning(w);
+ }
}
- return this;
-};
-
-/**
- * Remove all listeners, or those of the specified event.
- *
- * @param {(String|Symbol)} [event] The event name.
- * @returns {EventEmitter} `this`.
- * @public
- */
-EventEmitter.prototype.removeAllListeners = function removeAllListeners(event) {
- var evt;
-
- if (event) {
- evt = prefix ? prefix + event : event;
- if (this._events[evt]) clearEvent(this, evt);
- } else {
- this._events = new Events();
- this._eventsCount = 0;
- }
+ return target;
+}
- return this;
+EventEmitter.prototype.addListener = function addListener(type, listener) {
+ return _addListener(this, type, listener, false);
};
-//
-// Alias methods names because people roll like that.
-//
-EventEmitter.prototype.off = EventEmitter.prototype.removeListener;
-EventEmitter.prototype.addListener = EventEmitter.prototype.on;
+EventEmitter.prototype.on = EventEmitter.prototype.addListener;
-//
-// Expose the prefix.
-//
-EventEmitter.prefixed = prefix;
+EventEmitter.prototype.prependListener =
+ function prependListener(type, listener) {
+ return _addListener(this, type, listener, true);
+ };
-//
-// Allow `EventEmitter` to be imported as module namespace.
-//
-EventEmitter.EventEmitter = EventEmitter;
+function onceWrapper() {
+ if (!this.fired) {
+ this.target.removeListener(this.type, this.wrapFn);
+ this.fired = true;
+ if (arguments.length === 0)
+ return this.listener.call(this.target);
+ return this.listener.apply(this.target, arguments);
+ }
+}
-//
-// Expose the module.
-//
-if (true) {
- module.exports = EventEmitter;
+function _onceWrap(target, type, listener) {
+ var state = { fired: false, wrapFn: undefined, target: target, type: type, listener: listener };
+ var wrapped = onceWrapper.bind(state);
+ wrapped.listener = listener;
+ state.wrapFn = wrapped;
+ return wrapped;
}
+EventEmitter.prototype.once = function once(type, listener) {
+ checkListener(listener);
+ this.on(type, _onceWrap(this, type, listener));
+ return this;
+};
-/***/ }),
-/* 365 */
-/*!***********************************************!*\
- !*** ./node_modules/querystring-es3/index.js ***!
- \***********************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+EventEmitter.prototype.prependOnceListener =
+ function prependOnceListener(type, listener) {
+ checkListener(listener);
+ this.prependListener(type, _onceWrap(this, type, listener));
+ return this;
+ };
-"use strict";
+// Emits a 'removeListener' event if and only if the listener was removed.
+EventEmitter.prototype.removeListener =
+ function removeListener(type, listener) {
+ var list, events, position, i, originalListener;
+ checkListener(listener);
-exports.decode = exports.parse = __webpack_require__(/*! ./decode */ 366);
-exports.encode = exports.stringify = __webpack_require__(/*! ./encode */ 367);
+ events = this._events;
+ if (events === undefined)
+ return this;
+ list = events[type];
+ if (list === undefined)
+ return this;
-/***/ }),
-/* 366 */
-/*!************************************************!*\
- !*** ./node_modules/querystring-es3/decode.js ***!
- \************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ if (list === listener || list.listener === listener) {
+ if (--this._eventsCount === 0)
+ this._events = Object.create(null);
+ else {
+ delete events[type];
+ if (events.removeListener)
+ this.emit('removeListener', type, list.listener || listener);
+ }
+ } else if (typeof list !== 'function') {
+ position = -1;
-"use strict";
-// Copyright Joyent, Inc. and other Node contributors.
-//
-// Permission is hereby granted, free of charge, to any person obtaining a
-// copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to permit
-// persons to whom the Software is furnished to do so, subject to the
-// following conditions:
-//
-// The above copyright notice and this permission notice shall be included
-// in all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-// USE OR OTHER DEALINGS IN THE SOFTWARE.
+ for (i = list.length - 1; i >= 0; i--) {
+ if (list[i] === listener || list[i].listener === listener) {
+ originalListener = list[i].listener;
+ position = i;
+ break;
+ }
+ }
+ if (position < 0)
+ return this;
+ if (position === 0)
+ list.shift();
+ else {
+ spliceOne(list, position);
+ }
-// If obj.hasOwnProperty has been overridden, then calling
-// obj.hasOwnProperty(prop) will break.
-// See: https://github.com/joyent/node/issues/1707
-function hasOwnProperty(obj, prop) {
- return Object.prototype.hasOwnProperty.call(obj, prop);
-}
+ if (list.length === 1)
+ events[type] = list[0];
-module.exports = function(qs, sep, eq, options) {
- sep = sep || '&';
- eq = eq || '=';
- var obj = {};
+ if (events.removeListener !== undefined)
+ this.emit('removeListener', type, originalListener || listener);
+ }
- if (typeof qs !== 'string' || qs.length === 0) {
- return obj;
- }
+ return this;
+ };
- var regexp = /\+/g;
- qs = qs.split(sep);
+EventEmitter.prototype.off = EventEmitter.prototype.removeListener;
- var maxKeys = 1000;
- if (options && typeof options.maxKeys === 'number') {
- maxKeys = options.maxKeys;
- }
+EventEmitter.prototype.removeAllListeners =
+ function removeAllListeners(type) {
+ var listeners, events, i;
- var len = qs.length;
- // maxKeys <= 0 means that we should not limit keys count
- if (maxKeys > 0 && len > maxKeys) {
- len = maxKeys;
- }
+ events = this._events;
+ if (events === undefined)
+ return this;
- for (var i = 0; i < len; ++i) {
- var x = qs[i].replace(regexp, '%20'),
- idx = x.indexOf(eq),
- kstr, vstr, k, v;
+ // not listening for removeListener, no need to emit
+ if (events.removeListener === undefined) {
+ if (arguments.length === 0) {
+ this._events = Object.create(null);
+ this._eventsCount = 0;
+ } else if (events[type] !== undefined) {
+ if (--this._eventsCount === 0)
+ this._events = Object.create(null);
+ else
+ delete events[type];
+ }
+ return this;
+ }
- if (idx >= 0) {
- kstr = x.substr(0, idx);
- vstr = x.substr(idx + 1);
- } else {
- kstr = x;
- vstr = '';
- }
+ // emit removeListener for all listeners on all events
+ if (arguments.length === 0) {
+ var keys = Object.keys(events);
+ var key;
+ for (i = 0; i < keys.length; ++i) {
+ key = keys[i];
+ if (key === 'removeListener') continue;
+ this.removeAllListeners(key);
+ }
+ this.removeAllListeners('removeListener');
+ this._events = Object.create(null);
+ this._eventsCount = 0;
+ return this;
+ }
- k = decodeURIComponent(kstr);
- v = decodeURIComponent(vstr);
+ listeners = events[type];
- if (!hasOwnProperty(obj, k)) {
- obj[k] = v;
- } else if (isArray(obj[k])) {
- obj[k].push(v);
- } else {
- obj[k] = [obj[k], v];
+ if (typeof listeners === 'function') {
+ this.removeListener(type, listeners);
+ } else if (listeners !== undefined) {
+ // LIFO order
+ for (i = listeners.length - 1; i >= 0; i--) {
+ this.removeListener(type, listeners[i]);
+ }
+ }
+
+ return this;
+ };
+
+function _listeners(target, type, unwrap) {
+ var events = target._events;
+
+ if (events === undefined)
+ return [];
+
+ var evlistener = events[type];
+ if (evlistener === undefined)
+ return [];
+
+ if (typeof evlistener === 'function')
+ return unwrap ? [evlistener.listener || evlistener] : [evlistener];
+
+ return unwrap ?
+ unwrapListeners(evlistener) : arrayClone(evlistener, evlistener.length);
+}
+
+EventEmitter.prototype.listeners = function listeners(type) {
+ return _listeners(this, type, true);
+};
+
+EventEmitter.prototype.rawListeners = function rawListeners(type) {
+ return _listeners(this, type, false);
+};
+
+EventEmitter.listenerCount = function(emitter, type) {
+ if (typeof emitter.listenerCount === 'function') {
+ return emitter.listenerCount(type);
+ } else {
+ return listenerCount.call(emitter, type);
+ }
+};
+
+EventEmitter.prototype.listenerCount = listenerCount;
+function listenerCount(type) {
+ var events = this._events;
+
+ if (events !== undefined) {
+ var evlistener = events[type];
+
+ if (typeof evlistener === 'function') {
+ return 1;
+ } else if (evlistener !== undefined) {
+ return evlistener.length;
}
}
- return obj;
-};
+ return 0;
+}
-var isArray = Array.isArray || function (xs) {
- return Object.prototype.toString.call(xs) === '[object Array]';
+EventEmitter.prototype.eventNames = function eventNames() {
+ return this._eventsCount > 0 ? ReflectOwnKeys(this._events) : [];
};
+function arrayClone(arr, n) {
+ var copy = new Array(n);
+ for (var i = 0; i < n; ++i)
+ copy[i] = arr[i];
+ return copy;
+}
+
+function spliceOne(list, index) {
+ for (; index + 1 < list.length; index++)
+ list[index] = list[index + 1];
+ list.pop();
+}
+
+function unwrapListeners(arr) {
+ var ret = new Array(arr.length);
+ for (var i = 0; i < ret.length; ++i) {
+ ret[i] = arr[i].listener || arr[i];
+ }
+ return ret;
+}
+
/***/ }),
-/* 367 */
-/*!************************************************!*\
- !*** ./node_modules/querystring-es3/encode.js ***!
- \************************************************/
+/* 349 */
+/*!*****************************************************************************!*\
+ !*** ./node_modules/readable-stream/lib/internal/streams/stream-browser.js ***!
+ \*****************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-"use strict";
-// Copyright Joyent, Inc. and other Node contributors.
+module.exports = __webpack_require__(/*! events */ 348).EventEmitter;
+
+
+/***/ }),
+/* 350 */
+/*!***********************************************!*\
+ !*** ./node_modules/core-util-is/lib/util.js ***!
+ \***********************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+
+/* WEBPACK VAR INJECTION */(function(Buffer) {// Copyright Joyent, Inc. and other Node contributors.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
@@ -50152,667 +48539,439 @@ var isArray = Array.isArray || function (xs) {
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
+// NOTE: These type checking functions intentionally don't use `instanceof`
+// because it is fragile and can be easily faked with `Object.create()`.
-
-var stringifyPrimitive = function(v) {
- switch (typeof v) {
- case 'string':
- return v;
-
- case 'boolean':
- return v ? 'true' : 'false';
-
- case 'number':
- return isFinite(v) ? v : '';
-
- default:
- return '';
- }
-};
-
-module.exports = function(obj, sep, eq, name) {
- sep = sep || '&';
- eq = eq || '=';
- if (obj === null) {
- obj = undefined;
- }
-
- if (typeof obj === 'object') {
- return map(objectKeys(obj), function(k) {
- var ks = encodeURIComponent(stringifyPrimitive(k)) + eq;
- if (isArray(obj[k])) {
- return map(obj[k], function(v) {
- return ks + encodeURIComponent(stringifyPrimitive(v));
- }).join(sep);
- } else {
- return ks + encodeURIComponent(stringifyPrimitive(obj[k]));
- }
- }).join(sep);
-
- }
-
- if (!name) return '';
- return encodeURIComponent(stringifyPrimitive(name)) + eq +
- encodeURIComponent(stringifyPrimitive(obj));
-};
-
-var isArray = Array.isArray || function (xs) {
- return Object.prototype.toString.call(xs) === '[object Array]';
-};
-
-function map (xs, f) {
- if (xs.map) return xs.map(f);
- var res = [];
- for (var i = 0; i < xs.length; i++) {
- res.push(f(xs[i], i));
+function isArray(arg) {
+ if (Array.isArray) {
+ return Array.isArray(arg);
}
- return res;
+ return objectToString(arg) === '[object Array]';
}
+exports.isArray = isArray;
-var objectKeys = Object.keys || function (obj) {
- var res = [];
- for (var key in obj) {
- if (Object.prototype.hasOwnProperty.call(obj, key)) res.push(key);
- }
- return res;
-};
-
-
-/***/ }),
-/* 368 */
-/*!*****************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip39/src/index.js ***!
- \*****************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
-Object.defineProperty(exports, "__esModule", { value: true });
-var createHash = __webpack_require__(/*! create-hash */ 369);
-var pbkdf2_1 = __webpack_require__(/*! pbkdf2 */ 404);
-var randomBytes = __webpack_require__(/*! randombytes */ 411);
-var _wordlists_1 = __webpack_require__(/*! ./_wordlists */ 412);
-var DEFAULT_WORDLIST = _wordlists_1._default;
-var INVALID_MNEMONIC = 'Invalid mnemonic';
-var INVALID_ENTROPY = 'Invalid entropy';
-var INVALID_CHECKSUM = 'Invalid mnemonic checksum';
-var WORDLIST_REQUIRED = 'A wordlist is required but a default could not be found.\n' +
-'Please pass a 2048 word array explicitly.';
-function pbkdf2Promise(password, saltMixin, iterations, keylen, digest) {
- return Promise.resolve().then(function () {return new Promise(function (resolve, reject) {
- var callback = function callback(err, derivedKey) {
- if (err) {
- return reject(err);
- } else
- {
- return resolve(derivedKey);
- }
- };
- pbkdf2_1.pbkdf2(password, saltMixin, iterations, keylen, digest, callback);
- });});
-}
-function normalize(str) {
- return (str || '').normalize('NFKD');
-}
-function lpad(str, padString, length) {
- while (str.length < length) {
- str = padString + str;
- }
- return str;
-}
-function binaryToByte(bin) {
- return parseInt(bin, 2);
-}
-function bytesToBinary(bytes) {
- return bytes.map(function (x) {return lpad(x.toString(2), '0', 8);}).join('');
-}
-function deriveChecksumBits(entropyBuffer) {
- var ENT = entropyBuffer.length * 8;
- var CS = ENT / 32;
- var hash = createHash('sha256').
- update(entropyBuffer).
- digest();
- return bytesToBinary(Array.from(hash)).slice(0, CS);
-}
-function salt(password) {
- return 'mnemonic' + (password || '');
-}
-function mnemonicToSeedSync(mnemonic, password) {
- var mnemonicBuffer = Buffer.from(normalize(mnemonic), 'utf8');
- var saltBuffer = Buffer.from(salt(normalize(password)), 'utf8');
- return pbkdf2_1.pbkdf2Sync(mnemonicBuffer, saltBuffer, 2048, 64, 'sha512');
-}
-exports.mnemonicToSeedSync = mnemonicToSeedSync;
-function mnemonicToSeed(mnemonic, password) {
- return Promise.resolve().then(function () {
- var mnemonicBuffer = Buffer.from(normalize(mnemonic), 'utf8');
- var saltBuffer = Buffer.from(salt(normalize(password)), 'utf8');
- return pbkdf2Promise(mnemonicBuffer, saltBuffer, 2048, 64, 'sha512');
- });
-}
-exports.mnemonicToSeed = mnemonicToSeed;
-function mnemonicToEntropy(mnemonic, wordlist) {
- wordlist = wordlist || DEFAULT_WORDLIST;
- if (!wordlist) {
- throw new Error(WORDLIST_REQUIRED);
- }
- var words = normalize(mnemonic).split(' ');
- if (words.length % 3 !== 0) {
- throw new Error(INVALID_MNEMONIC);
- }
- // convert word indices to 11 bit binary strings
- var bits = words.
- map(function (word) {
- var index = wordlist.indexOf(word);
- if (index === -1) {
- throw new Error(INVALID_MNEMONIC);
- }
- return lpad(index.toString(2), '0', 11);
- }).
- join('');
- // split the binary string into ENT/CS
- var dividerIndex = Math.floor(bits.length / 33) * 32;
- var entropyBits = bits.slice(0, dividerIndex);
- var checksumBits = bits.slice(dividerIndex);
- // calculate the checksum and compare
- var entropyBytes = entropyBits.match(/(.{1,8})/g).map(binaryToByte);
- if (entropyBytes.length < 16) {
- throw new Error(INVALID_ENTROPY);
- }
- if (entropyBytes.length > 32) {
- throw new Error(INVALID_ENTROPY);
- }
- if (entropyBytes.length % 4 !== 0) {
- throw new Error(INVALID_ENTROPY);
- }
- var entropy = Buffer.from(entropyBytes);
- var newChecksum = deriveChecksumBits(entropy);
- if (newChecksum !== checksumBits) {
- throw new Error(INVALID_CHECKSUM);
- }
- return entropy.toString('hex');
-}
-exports.mnemonicToEntropy = mnemonicToEntropy;
-function entropyToMnemonic(entropy, wordlist) {
- if (!Buffer.isBuffer(entropy)) {
- entropy = Buffer.from(entropy, 'hex');
- }
- wordlist = wordlist || DEFAULT_WORDLIST;
- if (!wordlist) {
- throw new Error(WORDLIST_REQUIRED);
- }
- // 128 <= ENT <= 256
- if (entropy.length < 16) {
- throw new TypeError(INVALID_ENTROPY);
- }
- if (entropy.length > 32) {
- throw new TypeError(INVALID_ENTROPY);
- }
- if (entropy.length % 4 !== 0) {
- throw new TypeError(INVALID_ENTROPY);
- }
- var entropyBits = bytesToBinary(Array.from(entropy));
- var checksumBits = deriveChecksumBits(entropy);
- var bits = entropyBits + checksumBits;
- var chunks = bits.match(/(.{1,11})/g);
- var words = chunks.map(function (binary) {
- var index = binaryToByte(binary);
- return wordlist[index];
- });
- return wordlist[0] === "\u3042\u3044\u3053\u304F\u3057\u3093" // Japanese wordlist
- ? words.join("\u3000") :
- words.join(' ');
+function isBoolean(arg) {
+ return typeof arg === 'boolean';
}
-exports.entropyToMnemonic = entropyToMnemonic;
-function generateMnemonic(strength, rng, wordlist) {
- strength = strength || 128;
- if (strength % 32 !== 0) {
- throw new TypeError(INVALID_ENTROPY);
- }
- rng = rng || randomBytes;
- return entropyToMnemonic(rng(strength / 8), wordlist);
+exports.isBoolean = isBoolean;
+
+function isNull(arg) {
+ return arg === null;
}
-exports.generateMnemonic = generateMnemonic;
-function validateMnemonic(mnemonic, wordlist) {
- try {
- mnemonicToEntropy(mnemonic, wordlist);
- }
- catch (e) {
- return false;
- }
- return true;
+exports.isNull = isNull;
+
+function isNullOrUndefined(arg) {
+ return arg == null;
}
-exports.validateMnemonic = validateMnemonic;
-function setDefaultWordlist(language) {
- var result = _wordlists_1.wordlists[language];
- if (result) {
- DEFAULT_WORDLIST = result;
- } else
- {
- throw new Error('Could not find wordlist for language "' + language + '"');
- }
+exports.isNullOrUndefined = isNullOrUndefined;
+
+function isNumber(arg) {
+ return typeof arg === 'number';
}
-exports.setDefaultWordlist = setDefaultWordlist;
-function getDefaultWordlist() {
- if (!DEFAULT_WORDLIST) {
- throw new Error('No Default Wordlist set');
- }
- return Object.keys(_wordlists_1.wordlists).filter(function (lang) {
- if (lang === 'JA' || lang === 'EN') {
- return false;
- }
- return _wordlists_1.wordlists[lang].every(function (word, index) {return word === DEFAULT_WORDLIST[index];});
- })[0];
+exports.isNumber = isNumber;
+
+function isString(arg) {
+ return typeof arg === 'string';
}
-exports.getDefaultWordlist = getDefaultWordlist;
-var _wordlists_2 = __webpack_require__(/*! ./_wordlists */ 412);
-exports.wordlists = _wordlists_2.wordlists;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+exports.isString = isString;
-/***/ }),
-/* 369 */
-/*!*********************************************!*\
- !*** ./node_modules/create-hash/browser.js ***!
- \*********************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+function isSymbol(arg) {
+ return typeof arg === 'symbol';
+}
+exports.isSymbol = isSymbol;
-"use strict";
+function isUndefined(arg) {
+ return arg === void 0;
+}
+exports.isUndefined = isUndefined;
-var inherits = __webpack_require__(/*! inherits */ 132)
-var MD5 = __webpack_require__(/*! md5.js */ 370)
-var RIPEMD160 = __webpack_require__(/*! ripemd160 */ 389)
-var sha = __webpack_require__(/*! sha.js */ 390)
-var Base = __webpack_require__(/*! cipher-base */ 398)
+function isRegExp(re) {
+ return objectToString(re) === '[object RegExp]';
+}
+exports.isRegExp = isRegExp;
-function Hash (hash) {
- Base.call(this, 'digest')
+function isObject(arg) {
+ return typeof arg === 'object' && arg !== null;
+}
+exports.isObject = isObject;
- this._hash = hash
+function isDate(d) {
+ return objectToString(d) === '[object Date]';
}
+exports.isDate = isDate;
-inherits(Hash, Base)
+function isError(e) {
+ return (objectToString(e) === '[object Error]' || e instanceof Error);
+}
+exports.isError = isError;
-Hash.prototype._update = function (data) {
- this._hash.update(data)
+function isFunction(arg) {
+ return typeof arg === 'function';
}
+exports.isFunction = isFunction;
-Hash.prototype._final = function () {
- return this._hash.digest()
+function isPrimitive(arg) {
+ return arg === null ||
+ typeof arg === 'boolean' ||
+ typeof arg === 'number' ||
+ typeof arg === 'string' ||
+ typeof arg === 'symbol' || // ES6 symbol
+ typeof arg === 'undefined';
}
+exports.isPrimitive = isPrimitive;
-module.exports = function createHash (alg) {
- alg = alg.toLowerCase()
- if (alg === 'md5') return new MD5()
- if (alg === 'rmd160' || alg === 'ripemd160') return new RIPEMD160()
+exports.isBuffer = Buffer.isBuffer;
- return new Hash(sha(alg))
+function objectToString(o) {
+ return Object.prototype.toString.call(o);
}
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../buffer/index.js */ 40).Buffer))
/***/ }),
-/* 370 */
-/*!**************************************!*\
- !*** ./node_modules/md5.js/index.js ***!
- \**************************************/
+/* 351 */
+/*!**********************!*\
+ !*** util (ignored) ***!
+ \**********************/
+/*! no static exports found */
+/***/ (function(module, exports) {
+
+/* (ignored) */
+
+/***/ }),
+/* 352 */
+/*!*************************************************************************!*\
+ !*** ./node_modules/readable-stream/lib/internal/streams/BufferList.js ***!
+ \*************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-var inherits = __webpack_require__(/*! inherits */ 132)
-var HashBase = __webpack_require__(/*! hash-base */ 371)
-var Buffer = __webpack_require__(/*! safe-buffer */ 372).Buffer
-var ARRAY16 = new Array(16)
+function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
-function MD5 () {
- HashBase.call(this, 64)
+var Buffer = __webpack_require__(/*! safe-buffer */ 344).Buffer;
+var util = __webpack_require__(/*! util */ 353);
- // state
- this._a = 0x67452301
- this._b = 0xefcdab89
- this._c = 0x98badcfe
- this._d = 0x10325476
+function copyBuffer(src, target, offset) {
+ src.copy(target, offset);
}
-inherits(MD5, HashBase)
-
-MD5.prototype._update = function () {
- var M = ARRAY16
- for (var i = 0; i < 16; ++i) M[i] = this._block.readInt32LE(i * 4)
-
- var a = this._a
- var b = this._b
- var c = this._c
- var d = this._d
-
- a = fnF(a, b, c, d, M[0], 0xd76aa478, 7)
- d = fnF(d, a, b, c, M[1], 0xe8c7b756, 12)
- c = fnF(c, d, a, b, M[2], 0x242070db, 17)
- b = fnF(b, c, d, a, M[3], 0xc1bdceee, 22)
- a = fnF(a, b, c, d, M[4], 0xf57c0faf, 7)
- d = fnF(d, a, b, c, M[5], 0x4787c62a, 12)
- c = fnF(c, d, a, b, M[6], 0xa8304613, 17)
- b = fnF(b, c, d, a, M[7], 0xfd469501, 22)
- a = fnF(a, b, c, d, M[8], 0x698098d8, 7)
- d = fnF(d, a, b, c, M[9], 0x8b44f7af, 12)
- c = fnF(c, d, a, b, M[10], 0xffff5bb1, 17)
- b = fnF(b, c, d, a, M[11], 0x895cd7be, 22)
- a = fnF(a, b, c, d, M[12], 0x6b901122, 7)
- d = fnF(d, a, b, c, M[13], 0xfd987193, 12)
- c = fnF(c, d, a, b, M[14], 0xa679438e, 17)
- b = fnF(b, c, d, a, M[15], 0x49b40821, 22)
-
- a = fnG(a, b, c, d, M[1], 0xf61e2562, 5)
- d = fnG(d, a, b, c, M[6], 0xc040b340, 9)
- c = fnG(c, d, a, b, M[11], 0x265e5a51, 14)
- b = fnG(b, c, d, a, M[0], 0xe9b6c7aa, 20)
- a = fnG(a, b, c, d, M[5], 0xd62f105d, 5)
- d = fnG(d, a, b, c, M[10], 0x02441453, 9)
- c = fnG(c, d, a, b, M[15], 0xd8a1e681, 14)
- b = fnG(b, c, d, a, M[4], 0xe7d3fbc8, 20)
- a = fnG(a, b, c, d, M[9], 0x21e1cde6, 5)
- d = fnG(d, a, b, c, M[14], 0xc33707d6, 9)
- c = fnG(c, d, a, b, M[3], 0xf4d50d87, 14)
- b = fnG(b, c, d, a, M[8], 0x455a14ed, 20)
- a = fnG(a, b, c, d, M[13], 0xa9e3e905, 5)
- d = fnG(d, a, b, c, M[2], 0xfcefa3f8, 9)
- c = fnG(c, d, a, b, M[7], 0x676f02d9, 14)
- b = fnG(b, c, d, a, M[12], 0x8d2a4c8a, 20)
-
- a = fnH(a, b, c, d, M[5], 0xfffa3942, 4)
- d = fnH(d, a, b, c, M[8], 0x8771f681, 11)
- c = fnH(c, d, a, b, M[11], 0x6d9d6122, 16)
- b = fnH(b, c, d, a, M[14], 0xfde5380c, 23)
- a = fnH(a, b, c, d, M[1], 0xa4beea44, 4)
- d = fnH(d, a, b, c, M[4], 0x4bdecfa9, 11)
- c = fnH(c, d, a, b, M[7], 0xf6bb4b60, 16)
- b = fnH(b, c, d, a, M[10], 0xbebfbc70, 23)
- a = fnH(a, b, c, d, M[13], 0x289b7ec6, 4)
- d = fnH(d, a, b, c, M[0], 0xeaa127fa, 11)
- c = fnH(c, d, a, b, M[3], 0xd4ef3085, 16)
- b = fnH(b, c, d, a, M[6], 0x04881d05, 23)
- a = fnH(a, b, c, d, M[9], 0xd9d4d039, 4)
- d = fnH(d, a, b, c, M[12], 0xe6db99e5, 11)
- c = fnH(c, d, a, b, M[15], 0x1fa27cf8, 16)
- b = fnH(b, c, d, a, M[2], 0xc4ac5665, 23)
-
- a = fnI(a, b, c, d, M[0], 0xf4292244, 6)
- d = fnI(d, a, b, c, M[7], 0x432aff97, 10)
- c = fnI(c, d, a, b, M[14], 0xab9423a7, 15)
- b = fnI(b, c, d, a, M[5], 0xfc93a039, 21)
- a = fnI(a, b, c, d, M[12], 0x655b59c3, 6)
- d = fnI(d, a, b, c, M[3], 0x8f0ccc92, 10)
- c = fnI(c, d, a, b, M[10], 0xffeff47d, 15)
- b = fnI(b, c, d, a, M[1], 0x85845dd1, 21)
- a = fnI(a, b, c, d, M[8], 0x6fa87e4f, 6)
- d = fnI(d, a, b, c, M[15], 0xfe2ce6e0, 10)
- c = fnI(c, d, a, b, M[6], 0xa3014314, 15)
- b = fnI(b, c, d, a, M[13], 0x4e0811a1, 21)
- a = fnI(a, b, c, d, M[4], 0xf7537e82, 6)
- d = fnI(d, a, b, c, M[11], 0xbd3af235, 10)
- c = fnI(c, d, a, b, M[2], 0x2ad7d2bb, 15)
- b = fnI(b, c, d, a, M[9], 0xeb86d391, 21)
-
- this._a = (this._a + a) | 0
- this._b = (this._b + b) | 0
- this._c = (this._c + c) | 0
- this._d = (this._d + d) | 0
-}
+module.exports = function () {
+ function BufferList() {
+ _classCallCheck(this, BufferList);
-MD5.prototype._digest = function () {
- // create padding and handle blocks
- this._block[this._blockOffset++] = 0x80
- if (this._blockOffset > 56) {
- this._block.fill(0, this._blockOffset, 64)
- this._update()
- this._blockOffset = 0
+ this.head = null;
+ this.tail = null;
+ this.length = 0;
}
- this._block.fill(0, this._blockOffset, 56)
- this._block.writeUInt32LE(this._length[0], 56)
- this._block.writeUInt32LE(this._length[1], 60)
- this._update()
+ BufferList.prototype.push = function push(v) {
+ var entry = { data: v, next: null };
+ if (this.length > 0) this.tail.next = entry;else this.head = entry;
+ this.tail = entry;
+ ++this.length;
+ };
- // produce result
- var buffer = Buffer.allocUnsafe(16)
- buffer.writeInt32LE(this._a, 0)
- buffer.writeInt32LE(this._b, 4)
- buffer.writeInt32LE(this._c, 8)
- buffer.writeInt32LE(this._d, 12)
- return buffer
-}
+ BufferList.prototype.unshift = function unshift(v) {
+ var entry = { data: v, next: this.head };
+ if (this.length === 0) this.tail = entry;
+ this.head = entry;
+ ++this.length;
+ };
-function rotl (x, n) {
- return (x << n) | (x >>> (32 - n))
-}
+ BufferList.prototype.shift = function shift() {
+ if (this.length === 0) return;
+ var ret = this.head.data;
+ if (this.length === 1) this.head = this.tail = null;else this.head = this.head.next;
+ --this.length;
+ return ret;
+ };
-function fnF (a, b, c, d, m, k, s) {
- return (rotl((a + ((b & c) | ((~b) & d)) + m + k) | 0, s) + b) | 0
-}
+ BufferList.prototype.clear = function clear() {
+ this.head = this.tail = null;
+ this.length = 0;
+ };
-function fnG (a, b, c, d, m, k, s) {
- return (rotl((a + ((b & d) | (c & (~d))) + m + k) | 0, s) + b) | 0
-}
+ BufferList.prototype.join = function join(s) {
+ if (this.length === 0) return '';
+ var p = this.head;
+ var ret = '' + p.data;
+ while (p = p.next) {
+ ret += s + p.data;
+ }return ret;
+ };
-function fnH (a, b, c, d, m, k, s) {
- return (rotl((a + (b ^ c ^ d) + m + k) | 0, s) + b) | 0
-}
+ BufferList.prototype.concat = function concat(n) {
+ if (this.length === 0) return Buffer.alloc(0);
+ if (this.length === 1) return this.head.data;
+ var ret = Buffer.allocUnsafe(n >>> 0);
+ var p = this.head;
+ var i = 0;
+ while (p) {
+ copyBuffer(p.data, ret, i);
+ i += p.data.length;
+ p = p.next;
+ }
+ return ret;
+ };
-function fnI (a, b, c, d, m, k, s) {
- return (rotl((a + ((c ^ (b | (~d)))) + m + k) | 0, s) + b) | 0
+ return BufferList;
+}();
+
+if (util && util.inspect && util.inspect.custom) {
+ module.exports.prototype[util.inspect.custom] = function () {
+ var obj = util.inspect({ length: this.length });
+ return this.constructor.name + ' ' + obj;
+ };
}
-module.exports = MD5
+/***/ }),
+/* 353 */
+/*!**********************!*\
+ !*** util (ignored) ***!
+ \**********************/
+/*! no static exports found */
+/***/ (function(module, exports) {
+/* (ignored) */
/***/ }),
-/* 371 */
-/*!*****************************************!*\
- !*** ./node_modules/hash-base/index.js ***!
- \*****************************************/
+/* 354 */
+/*!**********************************************************************!*\
+ !*** ./node_modules/readable-stream/lib/internal/streams/destroy.js ***!
+ \**********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-var Buffer = __webpack_require__(/*! safe-buffer */ 372).Buffer
-var Transform = __webpack_require__(/*! readable-stream */ 373).Transform
-var inherits = __webpack_require__(/*! inherits */ 132)
-function throwIfNotStringOrBuffer (val, prefix) {
- if (!Buffer.isBuffer(val) && typeof val !== 'string') {
- throw new TypeError(prefix + ' must be a string or a buffer')
- }
-}
-
-function HashBase (blockSize) {
- Transform.call(this)
+/**/
- this._block = Buffer.allocUnsafe(blockSize)
- this._blockSize = blockSize
- this._blockOffset = 0
- this._length = [0, 0, 0, 0]
+var pna = __webpack_require__(/*! process-nextick-args */ 347);
+/**/
- this._finalized = false
-}
+// undocumented cb() API, needed for core, not for public API
+function destroy(err, cb) {
+ var _this = this;
-inherits(HashBase, Transform)
+ var readableDestroyed = this._readableState && this._readableState.destroyed;
+ var writableDestroyed = this._writableState && this._writableState.destroyed;
-HashBase.prototype._transform = function (chunk, encoding, callback) {
- var error = null
- try {
- this.update(chunk, encoding)
- } catch (err) {
- error = err
+ if (readableDestroyed || writableDestroyed) {
+ if (cb) {
+ cb(err);
+ } else if (err && (!this._writableState || !this._writableState.errorEmitted)) {
+ pna.nextTick(emitErrorNT, this, err);
+ }
+ return this;
}
- callback(error)
-}
+ // we set destroyed to true before firing error callbacks in order
+ // to make it re-entrance safe in case destroy() is called within callbacks
-HashBase.prototype._flush = function (callback) {
- var error = null
- try {
- this.push(this.digest())
- } catch (err) {
- error = err
+ if (this._readableState) {
+ this._readableState.destroyed = true;
}
- callback(error)
-}
+ // if this is a duplex stream mark the writable part as destroyed as well
+ if (this._writableState) {
+ this._writableState.destroyed = true;
+ }
-HashBase.prototype.update = function (data, encoding) {
- throwIfNotStringOrBuffer(data, 'Data')
- if (this._finalized) throw new Error('Digest already called')
- if (!Buffer.isBuffer(data)) data = Buffer.from(data, encoding)
+ this._destroy(err || null, function (err) {
+ if (!cb && err) {
+ pna.nextTick(emitErrorNT, _this, err);
+ if (_this._writableState) {
+ _this._writableState.errorEmitted = true;
+ }
+ } else if (cb) {
+ cb(err);
+ }
+ });
- // consume data
- var block = this._block
- var offset = 0
- while (this._blockOffset + data.length - offset >= this._blockSize) {
- for (var i = this._blockOffset; i < this._blockSize;) block[i++] = data[offset++]
- this._update()
- this._blockOffset = 0
- }
- while (offset < data.length) block[this._blockOffset++] = data[offset++]
+ return this;
+}
- // update length
- for (var j = 0, carry = data.length * 8; carry > 0; ++j) {
- this._length[j] += carry
- carry = (this._length[j] / 0x0100000000) | 0
- if (carry > 0) this._length[j] -= 0x0100000000 * carry
+function undestroy() {
+ if (this._readableState) {
+ this._readableState.destroyed = false;
+ this._readableState.reading = false;
+ this._readableState.ended = false;
+ this._readableState.endEmitted = false;
}
- return this
+ if (this._writableState) {
+ this._writableState.destroyed = false;
+ this._writableState.ended = false;
+ this._writableState.ending = false;
+ this._writableState.finished = false;
+ this._writableState.errorEmitted = false;
+ }
}
-HashBase.prototype._update = function () {
- throw new Error('_update is not implemented')
+function emitErrorNT(self, err) {
+ self.emit('error', err);
}
-HashBase.prototype.digest = function (encoding) {
- if (this._finalized) throw new Error('Digest already called')
- this._finalized = true
+module.exports = {
+ destroy: destroy,
+ undestroy: undestroy
+};
- var digest = this._digest()
- if (encoding !== undefined) digest = digest.toString(encoding)
+/***/ }),
+/* 355 */
+/*!************************************************************!*\
+ !*** ./node_modules/readable-stream/lib/_stream_duplex.js ***!
+ \************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- // reset state
- this._block.fill(0)
- this._blockOffset = 0
- for (var i = 0; i < 4; ++i) this._length[i] = 0
+"use strict";
+// Copyright Joyent, Inc. and other Node contributors.
+//
+// Permission is hereby granted, free of charge, to any person obtaining a
+// copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to permit
+// persons to whom the Software is furnished to do so, subject to the
+// following conditions:
+//
+// The above copyright notice and this permission notice shall be included
+// in all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
+// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
+// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
+// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
+// USE OR OTHER DEALINGS IN THE SOFTWARE.
- return digest
-}
+// a duplex stream is just a stream that is both readable and writable.
+// Since JS doesn't have multiple prototypal inheritance, this class
+// prototypally inherits from Readable, and then parasitically from
+// Writable.
-HashBase.prototype._digest = function () {
- throw new Error('_digest is not implemented')
-}
-module.exports = HashBase
+/**/
-/***/ }),
-/* 372 */
-/*!*******************************************!*\
- !*** ./node_modules/safe-buffer/index.js ***!
- \*******************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+var pna = __webpack_require__(/*! process-nextick-args */ 347);
+/**/
-/* eslint-disable node/no-deprecated-api */
-var buffer = __webpack_require__(/*! buffer */ 45)
-var Buffer = buffer.Buffer
+/**/
+var objectKeys = Object.keys || function (obj) {
+ var keys = [];
+ for (var key in obj) {
+ keys.push(key);
+ }return keys;
+};
+/**/
-// alternative to using Object.keys for old browsers
-function copyProps (src, dst) {
- for (var key in src) {
- dst[key] = src[key]
- }
-}
-if (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow) {
- module.exports = buffer
-} else {
- // Copy properties from require('buffer')
- copyProps(buffer, exports)
- exports.Buffer = SafeBuffer
-}
+module.exports = Duplex;
-function SafeBuffer (arg, encodingOrOffset, length) {
- return Buffer(arg, encodingOrOffset, length)
-}
+/**/
+var util = Object.create(__webpack_require__(/*! core-util-is */ 350));
+util.inherits = __webpack_require__(/*! inherits */ 127);
+/**/
-// Copy static methods from Buffer
-copyProps(Buffer, SafeBuffer)
+var Readable = __webpack_require__(/*! ./_stream_readable */ 346);
+var Writable = __webpack_require__(/*! ./_stream_writable */ 356);
-SafeBuffer.from = function (arg, encodingOrOffset, length) {
- if (typeof arg === 'number') {
- throw new TypeError('Argument must not be a number')
+util.inherits(Duplex, Readable);
+
+{
+ // avoid scope creep, the keys array can then be collected
+ var keys = objectKeys(Writable.prototype);
+ for (var v = 0; v < keys.length; v++) {
+ var method = keys[v];
+ if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method];
}
- return Buffer(arg, encodingOrOffset, length)
}
-SafeBuffer.alloc = function (size, fill, encoding) {
- if (typeof size !== 'number') {
- throw new TypeError('Argument must be a number')
- }
- var buf = Buffer(size)
- if (fill !== undefined) {
- if (typeof encoding === 'string') {
- buf.fill(fill, encoding)
- } else {
- buf.fill(fill)
- }
- } else {
- buf.fill(0)
- }
- return buf
+function Duplex(options) {
+ if (!(this instanceof Duplex)) return new Duplex(options);
+
+ Readable.call(this, options);
+ Writable.call(this, options);
+
+ if (options && options.readable === false) this.readable = false;
+
+ if (options && options.writable === false) this.writable = false;
+
+ this.allowHalfOpen = true;
+ if (options && options.allowHalfOpen === false) this.allowHalfOpen = false;
+
+ this.once('end', onend);
}
-SafeBuffer.allocUnsafe = function (size) {
- if (typeof size !== 'number') {
- throw new TypeError('Argument must be a number')
+Object.defineProperty(Duplex.prototype, 'writableHighWaterMark', {
+ // making it explicit this property is not enumerable
+ // because otherwise some prototype manipulation in
+ // userland will fail
+ enumerable: false,
+ get: function () {
+ return this._writableState.highWaterMark;
}
- return Buffer(size)
+});
+
+// the no-half-open enforcer
+function onend() {
+ // if we allow half-open state, or if the writable side ended,
+ // then we're ok.
+ if (this.allowHalfOpen || this._writableState.ended) return;
+
+ // no more data can be written.
+ // But allow more writes to happen in this tick.
+ pna.nextTick(onEndNT, this);
}
-SafeBuffer.allocUnsafeSlow = function (size) {
- if (typeof size !== 'number') {
- throw new TypeError('Argument must be a number')
- }
- return buffer.SlowBuffer(size)
+function onEndNT(self) {
+ self.end();
}
+Object.defineProperty(Duplex.prototype, 'destroyed', {
+ get: function () {
+ if (this._readableState === undefined || this._writableState === undefined) {
+ return false;
+ }
+ return this._readableState.destroyed && this._writableState.destroyed;
+ },
+ set: function (value) {
+ // we ignore the value if the stream
+ // has not been initialized yet
+ if (this._readableState === undefined || this._writableState === undefined) {
+ return;
+ }
-/***/ }),
-/* 373 */
-/*!**********************************************************!*\
- !*** ./node_modules/readable-stream/readable-browser.js ***!
- \**********************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ // backward compatibility, the user is explicitly
+ // managing destroyed
+ this._readableState.destroyed = value;
+ this._writableState.destroyed = value;
+ }
+});
-exports = module.exports = __webpack_require__(/*! ./lib/_stream_readable.js */ 374);
-exports.Stream = exports;
-exports.Readable = exports;
-exports.Writable = __webpack_require__(/*! ./lib/_stream_writable.js */ 384);
-exports.Duplex = __webpack_require__(/*! ./lib/_stream_duplex.js */ 383);
-exports.Transform = __webpack_require__(/*! ./lib/_stream_transform.js */ 387);
-exports.PassThrough = __webpack_require__(/*! ./lib/_stream_passthrough.js */ 388);
+Duplex.prototype._destroy = function (err, cb) {
+ this.push(null);
+ this.end();
+ pna.nextTick(cb, err);
+};
/***/ }),
-/* 374 */
+/* 356 */
/*!**************************************************************!*\
- !*** ./node_modules/readable-stream/lib/_stream_readable.js ***!
+ !*** ./node_modules/readable-stream/lib/_stream_writable.js ***!
\**************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-/* WEBPACK VAR INJECTION */(function(global, process) {// Copyright Joyent, Inc. and other Node contributors.
+/* WEBPACK VAR INJECTION */(function(process, global) {// Copyright Joyent, Inc. and other Node contributors.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
@@ -50833,87 +48992,86 @@ exports.PassThrough = __webpack_require__(/*! ./lib/_stream_passthrough.js */ 38
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
+// A bit simpler than readable streams.
+// Implement an async ._write(chunk, encoding, cb), and it'll handle all
+// the drain event emission and buffering.
-/**/
-
-var pna = __webpack_require__(/*! process-nextick-args */ 375);
-/**/
-
-module.exports = Readable;
/**/
-var isArray = __webpack_require__(/*! isarray */ 48);
-/**/
-/**/
-var Duplex;
+var pna = __webpack_require__(/*! process-nextick-args */ 347);
/**/
-Readable.ReadableState = ReadableState;
-
-/**/
-var EE = __webpack_require__(/*! events */ 376).EventEmitter;
+module.exports = Writable;
-var EElistenerCount = function (emitter, type) {
- return emitter.listeners(type).length;
-};
-/**/
+/* */
+function WriteReq(chunk, encoding, cb) {
+ this.chunk = chunk;
+ this.encoding = encoding;
+ this.callback = cb;
+ this.next = null;
+}
+
+// It seems a linked list but it is not
+// there will be only 2 of these for each stream
+function CorkedRequest(state) {
+ var _this = this;
+
+ this.next = null;
+ this.entry = null;
+ this.finish = function () {
+ onCorkedFinish(_this, state);
+ };
+}
+/* */
/**/
-var Stream = __webpack_require__(/*! ./internal/streams/stream */ 377);
+var asyncWrite = !process.browser && ['v0.10', 'v0.9.'].indexOf(process.version.slice(0, 5)) > -1 ? setImmediate : pna.nextTick;
/**/
/**/
+var Duplex;
+/**/
-var Buffer = __webpack_require__(/*! safe-buffer */ 372).Buffer;
-var OurUint8Array = global.Uint8Array || function () {};
-function _uint8ArrayToBuffer(chunk) {
- return Buffer.from(chunk);
-}
-function _isUint8Array(obj) {
- return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;
-}
+Writable.WritableState = WritableState;
+/**/
+var util = Object.create(__webpack_require__(/*! core-util-is */ 350));
+util.inherits = __webpack_require__(/*! inherits */ 127);
/**/
/**/
-var util = Object.create(__webpack_require__(/*! core-util-is */ 378));
-util.inherits = __webpack_require__(/*! inherits */ 132);
+var internalUtil = {
+ deprecate: __webpack_require__(/*! util-deprecate */ 357)
+};
/**/
/**/
-var debugUtil = __webpack_require__(/*! util */ 379);
-var debug = void 0;
-if (debugUtil && debugUtil.debuglog) {
- debug = debugUtil.debuglog('stream');
-} else {
- debug = function () {};
-}
+var Stream = __webpack_require__(/*! ./internal/streams/stream */ 349);
/**/
-var BufferList = __webpack_require__(/*! ./internal/streams/BufferList */ 380);
-var destroyImpl = __webpack_require__(/*! ./internal/streams/destroy */ 382);
-var StringDecoder;
+/**/
-util.inherits(Readable, Stream);
+var Buffer = __webpack_require__(/*! safe-buffer */ 344).Buffer;
+var OurUint8Array = global.Uint8Array || function () {};
+function _uint8ArrayToBuffer(chunk) {
+ return Buffer.from(chunk);
+}
+function _isUint8Array(obj) {
+ return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;
+}
-var kProxyEvents = ['error', 'close', 'destroy', 'pause', 'resume'];
+/**/
-function prependListener(emitter, event, fn) {
- // Sadly this is not cacheable as some libraries bundle their own
- // event emitter implementation with them.
- if (typeof emitter.prependListener === 'function') return emitter.prependListener(event, fn);
+var destroyImpl = __webpack_require__(/*! ./internal/streams/destroy */ 354);
- // This is a hack to make sure that our error handler is attached before any
- // userland ones. NEVER DO THIS. This is here only because this code needs
- // to continue to work with older versions of Node.js that do not include
- // the prependListener() method. The goal is to eventually remove this hack.
- if (!emitter._events || !emitter._events[event]) emitter.on(event, fn);else if (isArray(emitter._events[event])) emitter._events[event].unshift(fn);else emitter._events[event] = [fn, emitter._events[event]];
-}
+util.inherits(Writable, Stream);
-function ReadableState(options, stream) {
- Duplex = Duplex || __webpack_require__(/*! ./_stream_duplex */ 383);
+function nop() {}
+
+function WritableState(options, stream) {
+ Duplex = Duplex || __webpack_require__(/*! ./_stream_duplex */ 355);
options = options || {};
@@ -50924,977 +49082,667 @@ function ReadableState(options, stream) {
// These options can be provided separately as readableXXX and writableXXX.
var isDuplex = stream instanceof Duplex;
- // object stream flag. Used to make read(n) ignore n and to
- // make all the buffer merging and length checks go away
+ // object stream flag to indicate whether or not this stream
+ // contains buffers or objects.
this.objectMode = !!options.objectMode;
- if (isDuplex) this.objectMode = this.objectMode || !!options.readableObjectMode;
+ if (isDuplex) this.objectMode = this.objectMode || !!options.writableObjectMode;
- // the point at which it stops calling _read() to fill the buffer
- // Note: 0 is a valid value, means "don't call _read preemptively ever"
+ // the point at which write() starts returning false
+ // Note: 0 is a valid value, means that we always return false if
+ // the entire buffer is not flushed immediately on write()
var hwm = options.highWaterMark;
- var readableHwm = options.readableHighWaterMark;
+ var writableHwm = options.writableHighWaterMark;
var defaultHwm = this.objectMode ? 16 : 16 * 1024;
- if (hwm || hwm === 0) this.highWaterMark = hwm;else if (isDuplex && (readableHwm || readableHwm === 0)) this.highWaterMark = readableHwm;else this.highWaterMark = defaultHwm;
+ if (hwm || hwm === 0) this.highWaterMark = hwm;else if (isDuplex && (writableHwm || writableHwm === 0)) this.highWaterMark = writableHwm;else this.highWaterMark = defaultHwm;
// cast to ints.
this.highWaterMark = Math.floor(this.highWaterMark);
- // A linked list is used to store data chunks instead of an array because the
- // linked list can remove elements from the beginning faster than
- // array.shift()
- this.buffer = new BufferList();
- this.length = 0;
- this.pipes = null;
- this.pipesCount = 0;
- this.flowing = null;
- this.ended = false;
- this.endEmitted = false;
- this.reading = false;
-
- // a flag to be able to tell if the event 'readable'/'data' is emitted
- // immediately, or on a later tick. We set this to true at first, because
- // any actions that shouldn't happen until "later" should generally also
- // not happen before the first read call.
- this.sync = true;
+ // if _final has been called
+ this.finalCalled = false;
- // whenever we return null, then we set a flag to say
- // that we're awaiting a 'readable' event emission.
- this.needReadable = false;
- this.emittedReadable = false;
- this.readableListening = false;
- this.resumeScheduled = false;
+ // drain event flag.
+ this.needDrain = false;
+ // at the start of calling end()
+ this.ending = false;
+ // when end() has been called, and returned
+ this.ended = false;
+ // when 'finish' is emitted
+ this.finished = false;
// has it been destroyed
this.destroyed = false;
+ // should we decode strings into buffers before passing to _write?
+ // this is here so that some node-core streams can optimize string
+ // handling at a lower level.
+ var noDecode = options.decodeStrings === false;
+ this.decodeStrings = !noDecode;
+
// Crypto is kind of old and crusty. Historically, its default string
// encoding is 'binary' so we have to make this configurable.
// Everything else in the universe uses 'utf8', though.
this.defaultEncoding = options.defaultEncoding || 'utf8';
- // the number of writers that are awaiting a drain event in .pipe()s
- this.awaitDrain = 0;
+ // not an actual buffer we keep track of, but a measurement
+ // of how much we're waiting to get pushed to some underlying
+ // socket or file.
+ this.length = 0;
- // if true, a maybeReadMore has been scheduled
- this.readingMore = false;
+ // a flag to see when we're in the middle of a write.
+ this.writing = false;
- this.decoder = null;
- this.encoding = null;
- if (options.encoding) {
- if (!StringDecoder) StringDecoder = __webpack_require__(/*! string_decoder/ */ 386).StringDecoder;
- this.decoder = new StringDecoder(options.encoding);
- this.encoding = options.encoding;
- }
-}
+ // when true all writes will be buffered until .uncork() call
+ this.corked = 0;
-function Readable(options) {
- Duplex = Duplex || __webpack_require__(/*! ./_stream_duplex */ 383);
+ // a flag to be able to tell if the onwrite cb is called immediately,
+ // or on a later tick. We set this to true at first, because any
+ // actions that shouldn't happen until "later" should generally also
+ // not happen before the first write call.
+ this.sync = true;
- if (!(this instanceof Readable)) return new Readable(options);
+ // a flag to know if we're processing previously buffered items, which
+ // may call the _write() callback in the same tick, so that we don't
+ // end up in an overlapped onwrite situation.
+ this.bufferProcessing = false;
- this._readableState = new ReadableState(options, this);
+ // the callback that's passed to _write(chunk,cb)
+ this.onwrite = function (er) {
+ onwrite(stream, er);
+ };
- // legacy
- this.readable = true;
+ // the callback that the user supplies to write(chunk,encoding,cb)
+ this.writecb = null;
- if (options) {
- if (typeof options.read === 'function') this._read = options.read;
+ // the amount that is being written when _write is called.
+ this.writelen = 0;
- if (typeof options.destroy === 'function') this._destroy = options.destroy;
- }
+ this.bufferedRequest = null;
+ this.lastBufferedRequest = null;
- Stream.call(this);
-}
+ // number of pending user-supplied write callbacks
+ // this must be 0 before 'finish' can be emitted
+ this.pendingcb = 0;
-Object.defineProperty(Readable.prototype, 'destroyed', {
- get: function () {
- if (this._readableState === undefined) {
- return false;
- }
- return this._readableState.destroyed;
- },
- set: function (value) {
- // we ignore the value if the stream
- // has not been initialized yet
- if (!this._readableState) {
- return;
- }
+ // emit prefinish if the only thing we're waiting for is _write cbs
+ // This is relevant for synchronous Transform streams
+ this.prefinished = false;
- // backward compatibility, the user is explicitly
- // managing destroyed
- this._readableState.destroyed = value;
- }
-});
+ // True if the error was already emitted and should not be thrown again
+ this.errorEmitted = false;
-Readable.prototype.destroy = destroyImpl.destroy;
-Readable.prototype._undestroy = destroyImpl.undestroy;
-Readable.prototype._destroy = function (err, cb) {
- this.push(null);
- cb(err);
-};
+ // count buffered requests
+ this.bufferedRequestCount = 0;
-// Manually shove something into the read() buffer.
-// This returns true if the highWaterMark has not been hit yet,
-// similar to how Writable.write() returns true if you should
-// write() some more.
-Readable.prototype.push = function (chunk, encoding) {
- var state = this._readableState;
- var skipChunkCheck;
+ // allocate the first CorkedRequest, there is always
+ // one allocated and free to use, and we maintain at most two
+ this.corkedRequestsFree = new CorkedRequest(this);
+}
- if (!state.objectMode) {
- if (typeof chunk === 'string') {
- encoding = encoding || state.defaultEncoding;
- if (encoding !== state.encoding) {
- chunk = Buffer.from(chunk, encoding);
- encoding = '';
- }
- skipChunkCheck = true;
- }
- } else {
- skipChunkCheck = true;
+WritableState.prototype.getBuffer = function getBuffer() {
+ var current = this.bufferedRequest;
+ var out = [];
+ while (current) {
+ out.push(current);
+ current = current.next;
}
-
- return readableAddChunk(this, chunk, encoding, false, skipChunkCheck);
+ return out;
};
-// Unshift should *always* be something directly out of read()
-Readable.prototype.unshift = function (chunk) {
- return readableAddChunk(this, chunk, null, true, false);
-};
+(function () {
+ try {
+ Object.defineProperty(WritableState.prototype, 'buffer', {
+ get: internalUtil.deprecate(function () {
+ return this.getBuffer();
+ }, '_writableState.buffer is deprecated. Use _writableState.getBuffer ' + 'instead.', 'DEP0003')
+ });
+ } catch (_) {}
+})();
-function readableAddChunk(stream, chunk, encoding, addToFront, skipChunkCheck) {
- var state = stream._readableState;
- if (chunk === null) {
- state.reading = false;
- onEofChunk(stream, state);
- } else {
- var er;
- if (!skipChunkCheck) er = chunkInvalid(state, chunk);
- if (er) {
- stream.emit('error', er);
- } else if (state.objectMode || chunk && chunk.length > 0) {
- if (typeof chunk !== 'string' && !state.objectMode && Object.getPrototypeOf(chunk) !== Buffer.prototype) {
- chunk = _uint8ArrayToBuffer(chunk);
- }
+// Test _writableState for inheritance to account for Duplex streams,
+// whose prototype chain only points to Readable.
+var realHasInstance;
+if (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.prototype[Symbol.hasInstance] === 'function') {
+ realHasInstance = Function.prototype[Symbol.hasInstance];
+ Object.defineProperty(Writable, Symbol.hasInstance, {
+ value: function (object) {
+ if (realHasInstance.call(this, object)) return true;
+ if (this !== Writable) return false;
- if (addToFront) {
- if (state.endEmitted) stream.emit('error', new Error('stream.unshift() after end event'));else addChunk(stream, state, chunk, true);
- } else if (state.ended) {
- stream.emit('error', new Error('stream.push() after EOF'));
- } else {
- state.reading = false;
- if (state.decoder && !encoding) {
- chunk = state.decoder.write(chunk);
- if (state.objectMode || chunk.length !== 0) addChunk(stream, state, chunk, false);else maybeReadMore(stream, state);
- } else {
- addChunk(stream, state, chunk, false);
- }
- }
- } else if (!addToFront) {
- state.reading = false;
+ return object && object._writableState instanceof WritableState;
}
- }
-
- return needMoreData(state);
+ });
+} else {
+ realHasInstance = function (object) {
+ return object instanceof this;
+ };
}
-function addChunk(stream, state, chunk, addToFront) {
- if (state.flowing && state.length === 0 && !state.sync) {
- stream.emit('data', chunk);
- stream.read(0);
- } else {
- // update the buffer info.
- state.length += state.objectMode ? 1 : chunk.length;
- if (addToFront) state.buffer.unshift(chunk);else state.buffer.push(chunk);
+function Writable(options) {
+ Duplex = Duplex || __webpack_require__(/*! ./_stream_duplex */ 355);
- if (state.needReadable) emitReadable(stream);
+ // Writable ctor is applied to Duplexes, too.
+ // `realHasInstance` is necessary because using plain `instanceof`
+ // would return false, as no `_writableState` property is attached.
+
+ // Trying to use the custom `instanceof` for Writable here will also break the
+ // Node.js LazyTransform implementation, which has a non-trivial getter for
+ // `_writableState` that would lead to infinite recursion.
+ if (!realHasInstance.call(Writable, this) && !(this instanceof Duplex)) {
+ return new Writable(options);
}
- maybeReadMore(stream, state);
-}
-function chunkInvalid(state, chunk) {
- var er;
- if (!_isUint8Array(chunk) && typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) {
- er = new TypeError('Invalid non-string/buffer chunk');
+ this._writableState = new WritableState(options, this);
+
+ // legacy.
+ this.writable = true;
+
+ if (options) {
+ if (typeof options.write === 'function') this._write = options.write;
+
+ if (typeof options.writev === 'function') this._writev = options.writev;
+
+ if (typeof options.destroy === 'function') this._destroy = options.destroy;
+
+ if (typeof options.final === 'function') this._final = options.final;
}
- return er;
-}
-// if it's past the high water mark, we can push in some more.
-// Also, if we have no data yet, we can stand some
-// more bytes. This is to work around cases where hwm=0,
-// such as the repl. Also, if the push() triggered a
-// readable event, and the user called read(largeNumber) such that
-// needReadable was set, then we ought to push more, so that another
-// 'readable' event will be triggered.
-function needMoreData(state) {
- return !state.ended && (state.needReadable || state.length < state.highWaterMark || state.length === 0);
+ Stream.call(this);
}
-Readable.prototype.isPaused = function () {
- return this._readableState.flowing === false;
-};
-
-// backwards compatibility.
-Readable.prototype.setEncoding = function (enc) {
- if (!StringDecoder) StringDecoder = __webpack_require__(/*! string_decoder/ */ 386).StringDecoder;
- this._readableState.decoder = new StringDecoder(enc);
- this._readableState.encoding = enc;
- return this;
+// Otherwise people can pipe Writable streams, which is just wrong.
+Writable.prototype.pipe = function () {
+ this.emit('error', new Error('Cannot pipe, not readable'));
};
-// Don't raise the hwm > 8MB
-var MAX_HWM = 0x800000;
-function computeNewHighWaterMark(n) {
- if (n >= MAX_HWM) {
- n = MAX_HWM;
- } else {
- // Get the next highest power of 2 to prevent increasing hwm excessively in
- // tiny amounts
- n--;
- n |= n >>> 1;
- n |= n >>> 2;
- n |= n >>> 4;
- n |= n >>> 8;
- n |= n >>> 16;
- n++;
- }
- return n;
+function writeAfterEnd(stream, cb) {
+ var er = new Error('write after end');
+ // TODO: defer error events consistently everywhere, not just the cb
+ stream.emit('error', er);
+ pna.nextTick(cb, er);
}
-// This function is designed to be inlinable, so please take care when making
-// changes to the function body.
-function howMuchToRead(n, state) {
- if (n <= 0 || state.length === 0 && state.ended) return 0;
- if (state.objectMode) return 1;
- if (n !== n) {
- // Only flow one buffer at a time
- if (state.flowing && state.length) return state.buffer.head.data.length;else return state.length;
+// Checks that a user-supplied chunk is valid, especially for the particular
+// mode the stream is in. Currently this means that `null` is never accepted
+// and undefined/non-string values are only allowed in object mode.
+function validChunk(stream, state, chunk, cb) {
+ var valid = true;
+ var er = false;
+
+ if (chunk === null) {
+ er = new TypeError('May not write null values to stream');
+ } else if (typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) {
+ er = new TypeError('Invalid non-string/buffer chunk');
}
- // If we're asking for more than the current hwm, then raise the hwm.
- if (n > state.highWaterMark) state.highWaterMark = computeNewHighWaterMark(n);
- if (n <= state.length) return n;
- // Don't have enough
- if (!state.ended) {
- state.needReadable = true;
- return 0;
+ if (er) {
+ stream.emit('error', er);
+ pna.nextTick(cb, er);
+ valid = false;
}
- return state.length;
+ return valid;
}
-// you can override either this method, or the async _read(n) below.
-Readable.prototype.read = function (n) {
- debug('read', n);
- n = parseInt(n, 10);
- var state = this._readableState;
- var nOrig = n;
+Writable.prototype.write = function (chunk, encoding, cb) {
+ var state = this._writableState;
+ var ret = false;
+ var isBuf = !state.objectMode && _isUint8Array(chunk);
- if (n !== 0) state.emittedReadable = false;
+ if (isBuf && !Buffer.isBuffer(chunk)) {
+ chunk = _uint8ArrayToBuffer(chunk);
+ }
- // if we're doing read(0) to trigger a readable event, but we
- // already have a bunch of data in the buffer, then just trigger
- // the 'readable' event and move on.
- if (n === 0 && state.needReadable && (state.length >= state.highWaterMark || state.ended)) {
- debug('read: emitReadable', state.length, state.ended);
- if (state.length === 0 && state.ended) endReadable(this);else emitReadable(this);
- return null;
+ if (typeof encoding === 'function') {
+ cb = encoding;
+ encoding = null;
}
- n = howMuchToRead(n, state);
+ if (isBuf) encoding = 'buffer';else if (!encoding) encoding = state.defaultEncoding;
- // if we've ended, and we're now clear, then finish it up.
- if (n === 0 && state.ended) {
- if (state.length === 0) endReadable(this);
- return null;
+ if (typeof cb !== 'function') cb = nop;
+
+ if (state.ended) writeAfterEnd(this, cb);else if (isBuf || validChunk(this, state, chunk, cb)) {
+ state.pendingcb++;
+ ret = writeOrBuffer(this, state, isBuf, chunk, encoding, cb);
}
- // All the actual chunk generation logic needs to be
- // *below* the call to _read. The reason is that in certain
- // synthetic stream cases, such as passthrough streams, _read
- // may be a completely synchronous operation which may change
- // the state of the read buffer, providing enough data when
- // before there was *not* enough.
- //
- // So, the steps are:
- // 1. Figure out what the state of things will be after we do
- // a read from the buffer.
- //
- // 2. If that resulting state will trigger a _read, then call _read.
- // Note that this may be asynchronous, or synchronous. Yes, it is
- // deeply ugly to write APIs this way, but that still doesn't mean
- // that the Readable class should behave improperly, as streams are
- // designed to be sync/async agnostic.
- // Take note if the _read call is sync or async (ie, if the read call
- // has returned yet), so that we know whether or not it's safe to emit
- // 'readable' etc.
- //
- // 3. Actually pull the requested chunks out of the buffer and return.
+ return ret;
+};
- // if we need a readable event, then we need to do some reading.
- var doRead = state.needReadable;
- debug('need readable', doRead);
+Writable.prototype.cork = function () {
+ var state = this._writableState;
- // if we currently have less than the highWaterMark, then also read some
- if (state.length === 0 || state.length - n < state.highWaterMark) {
- doRead = true;
- debug('length less than watermark', doRead);
- }
+ state.corked++;
+};
- // however, if we've ended, then there's no point, and if we're already
- // reading, then it's unnecessary.
- if (state.ended || state.reading) {
- doRead = false;
- debug('reading or ended', doRead);
- } else if (doRead) {
- debug('do read');
- state.reading = true;
- state.sync = true;
- // if the length is currently zero, then we *need* a readable event.
- if (state.length === 0) state.needReadable = true;
- // call internal read method
- this._read(state.highWaterMark);
- state.sync = false;
- // If _read pushed data synchronously, then `reading` will be false,
- // and we need to re-evaluate how much data we can return to the user.
- if (!state.reading) n = howMuchToRead(nOrig, state);
- }
+Writable.prototype.uncork = function () {
+ var state = this._writableState;
- var ret;
- if (n > 0) ret = fromList(n, state);else ret = null;
+ if (state.corked) {
+ state.corked--;
- if (ret === null) {
- state.needReadable = true;
- n = 0;
- } else {
- state.length -= n;
+ if (!state.writing && !state.corked && !state.finished && !state.bufferProcessing && state.bufferedRequest) clearBuffer(this, state);
}
+};
- if (state.length === 0) {
- // If we have nothing in the buffer, then we want to know
- // as soon as we *do* get something into the buffer.
- if (!state.ended) state.needReadable = true;
+Writable.prototype.setDefaultEncoding = function setDefaultEncoding(encoding) {
+ // node::ParseEncoding() requires lower case.
+ if (typeof encoding === 'string') encoding = encoding.toLowerCase();
+ if (!(['hex', 'utf8', 'utf-8', 'ascii', 'binary', 'base64', 'ucs2', 'ucs-2', 'utf16le', 'utf-16le', 'raw'].indexOf((encoding + '').toLowerCase()) > -1)) throw new TypeError('Unknown encoding: ' + encoding);
+ this._writableState.defaultEncoding = encoding;
+ return this;
+};
- // If we tried to read() past the EOF, then emit end on the next tick.
- if (nOrig !== n && state.ended) endReadable(this);
+function decodeChunk(state, chunk, encoding) {
+ if (!state.objectMode && state.decodeStrings !== false && typeof chunk === 'string') {
+ chunk = Buffer.from(chunk, encoding);
}
+ return chunk;
+}
- if (ret !== null) this.emit('data', ret);
-
- return ret;
-};
+Object.defineProperty(Writable.prototype, 'writableHighWaterMark', {
+ // making it explicit this property is not enumerable
+ // because otherwise some prototype manipulation in
+ // userland will fail
+ enumerable: false,
+ get: function () {
+ return this._writableState.highWaterMark;
+ }
+});
-function onEofChunk(stream, state) {
- if (state.ended) return;
- if (state.decoder) {
- var chunk = state.decoder.end();
- if (chunk && chunk.length) {
- state.buffer.push(chunk);
- state.length += state.objectMode ? 1 : chunk.length;
+// if we're already writing something, then just put this
+// in the queue, and wait our turn. Otherwise, call _write
+// If we return false, then we need a drain event, so set that flag.
+function writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) {
+ if (!isBuf) {
+ var newChunk = decodeChunk(state, chunk, encoding);
+ if (chunk !== newChunk) {
+ isBuf = true;
+ encoding = 'buffer';
+ chunk = newChunk;
}
}
- state.ended = true;
+ var len = state.objectMode ? 1 : chunk.length;
- // emit 'readable' now to make sure it gets picked up.
- emitReadable(stream);
-}
+ state.length += len;
-// Don't emit readable right away in sync mode, because this can trigger
-// another read() call => stack overflow. This way, it might trigger
-// a nextTick recursion warning, but that's not so bad.
-function emitReadable(stream) {
- var state = stream._readableState;
- state.needReadable = false;
- if (!state.emittedReadable) {
- debug('emitReadable', state.flowing);
- state.emittedReadable = true;
- if (state.sync) pna.nextTick(emitReadable_, stream);else emitReadable_(stream);
+ var ret = state.length < state.highWaterMark;
+ // we must ensure that previous needDrain will not be reset to false.
+ if (!ret) state.needDrain = true;
+
+ if (state.writing || state.corked) {
+ var last = state.lastBufferedRequest;
+ state.lastBufferedRequest = {
+ chunk: chunk,
+ encoding: encoding,
+ isBuf: isBuf,
+ callback: cb,
+ next: null
+ };
+ if (last) {
+ last.next = state.lastBufferedRequest;
+ } else {
+ state.bufferedRequest = state.lastBufferedRequest;
+ }
+ state.bufferedRequestCount += 1;
+ } else {
+ doWrite(stream, state, false, len, chunk, encoding, cb);
}
-}
-function emitReadable_(stream) {
- debug('emit readable');
- stream.emit('readable');
- flow(stream);
+ return ret;
}
-// at this point, the user has presumably seen the 'readable' event,
-// and called read() to consume some data. that may have triggered
-// in turn another _read(n) call, in which case reading = true if
-// it's in progress.
-// However, if we're not ended, or reading, and the length < hwm,
-// then go ahead and try to read some more preemptively.
-function maybeReadMore(stream, state) {
- if (!state.readingMore) {
- state.readingMore = true;
- pna.nextTick(maybeReadMore_, stream, state);
- }
+function doWrite(stream, state, writev, len, chunk, encoding, cb) {
+ state.writelen = len;
+ state.writecb = cb;
+ state.writing = true;
+ state.sync = true;
+ if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite);
+ state.sync = false;
}
-function maybeReadMore_(stream, state) {
- var len = state.length;
- while (!state.reading && !state.flowing && !state.ended && state.length < state.highWaterMark) {
- debug('maybeReadMore read 0');
- stream.read(0);
- if (len === state.length)
- // didn't get any data, stop spinning.
- break;else len = state.length;
+function onwriteError(stream, state, sync, er, cb) {
+ --state.pendingcb;
+
+ if (sync) {
+ // defer the callback if we are being called synchronously
+ // to avoid piling up things on the stack
+ pna.nextTick(cb, er);
+ // this can emit finish, and it will always happen
+ // after error
+ pna.nextTick(finishMaybe, stream, state);
+ stream._writableState.errorEmitted = true;
+ stream.emit('error', er);
+ } else {
+ // the caller expect this to happen before if
+ // it is async
+ cb(er);
+ stream._writableState.errorEmitted = true;
+ stream.emit('error', er);
+ // this can emit finish, but finish must
+ // always follow error
+ finishMaybe(stream, state);
}
- state.readingMore = false;
}
-// abstract method. to be overridden in specific implementation classes.
-// call cb(er, data) where data is <= n in length.
-// for virtual (non-string, non-buffer) streams, "length" is somewhat
-// arbitrary, and perhaps not very meaningful.
-Readable.prototype._read = function (n) {
- this.emit('error', new Error('_read() is not implemented'));
-};
+function onwriteStateUpdate(state) {
+ state.writing = false;
+ state.writecb = null;
+ state.length -= state.writelen;
+ state.writelen = 0;
+}
-Readable.prototype.pipe = function (dest, pipeOpts) {
- var src = this;
- var state = this._readableState;
+function onwrite(stream, er) {
+ var state = stream._writableState;
+ var sync = state.sync;
+ var cb = state.writecb;
- switch (state.pipesCount) {
- case 0:
- state.pipes = dest;
- break;
- case 1:
- state.pipes = [state.pipes, dest];
- break;
- default:
- state.pipes.push(dest);
- break;
- }
- state.pipesCount += 1;
- debug('pipe count=%d opts=%j', state.pipesCount, pipeOpts);
+ onwriteStateUpdate(state);
- var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.stderr;
+ if (er) onwriteError(stream, state, sync, er, cb);else {
+ // Check if we're actually ready to finish, but don't emit yet
+ var finished = needFinish(state);
- var endFn = doEnd ? onend : unpipe;
- if (state.endEmitted) pna.nextTick(endFn);else src.once('end', endFn);
+ if (!finished && !state.corked && !state.bufferProcessing && state.bufferedRequest) {
+ clearBuffer(stream, state);
+ }
- dest.on('unpipe', onunpipe);
- function onunpipe(readable, unpipeInfo) {
- debug('onunpipe');
- if (readable === src) {
- if (unpipeInfo && unpipeInfo.hasUnpiped === false) {
- unpipeInfo.hasUnpiped = true;
- cleanup();
- }
+ if (sync) {
+ /**/
+ asyncWrite(afterWrite, stream, state, finished, cb);
+ /**/
+ } else {
+ afterWrite(stream, state, finished, cb);
}
}
+}
- function onend() {
- debug('onend');
- dest.end();
+function afterWrite(stream, state, finished, cb) {
+ if (!finished) onwriteDrain(stream, state);
+ state.pendingcb--;
+ cb();
+ finishMaybe(stream, state);
+}
+
+// Must force callback to be called on nextTick, so that we don't
+// emit 'drain' before the write() consumer gets the 'false' return
+// value, and has a chance to attach a 'drain' listener.
+function onwriteDrain(stream, state) {
+ if (state.length === 0 && state.needDrain) {
+ state.needDrain = false;
+ stream.emit('drain');
}
+}
- // when the dest drains, it reduces the awaitDrain counter
- // on the source. This would be more elegant with a .once()
- // handler in flow(), but adding and removing repeatedly is
- // too slow.
- var ondrain = pipeOnDrain(src);
- dest.on('drain', ondrain);
+// if there's something in the buffer waiting, then process it
+function clearBuffer(stream, state) {
+ state.bufferProcessing = true;
+ var entry = state.bufferedRequest;
- var cleanedUp = false;
- function cleanup() {
- debug('cleanup');
- // cleanup event handlers once the pipe is broken
- dest.removeListener('close', onclose);
- dest.removeListener('finish', onfinish);
- dest.removeListener('drain', ondrain);
- dest.removeListener('error', onerror);
- dest.removeListener('unpipe', onunpipe);
- src.removeListener('end', onend);
- src.removeListener('end', unpipe);
- src.removeListener('data', ondata);
+ if (stream._writev && entry && entry.next) {
+ // Fast case, write everything using _writev()
+ var l = state.bufferedRequestCount;
+ var buffer = new Array(l);
+ var holder = state.corkedRequestsFree;
+ holder.entry = entry;
- cleanedUp = true;
+ var count = 0;
+ var allBuffers = true;
+ while (entry) {
+ buffer[count] = entry;
+ if (!entry.isBuf) allBuffers = false;
+ entry = entry.next;
+ count += 1;
+ }
+ buffer.allBuffers = allBuffers;
- // if the reader is waiting for a drain event from this
- // specific writer, then it would cause it to never start
- // flowing again.
- // So, if this is awaiting a drain, then we just call it now.
- // If we don't know, then assume that we are waiting for one.
- if (state.awaitDrain && (!dest._writableState || dest._writableState.needDrain)) ondrain();
- }
+ doWrite(stream, state, true, state.length, buffer, '', holder.finish);
- // If the user pushes more data while we're writing to dest then we'll end up
- // in ondata again. However, we only want to increase awaitDrain once because
- // dest will only emit one 'drain' event for the multiple writes.
- // => Introduce a guard on increasing awaitDrain.
- var increasedAwaitDrain = false;
- src.on('data', ondata);
- function ondata(chunk) {
- debug('ondata');
- increasedAwaitDrain = false;
- var ret = dest.write(chunk);
- if (false === ret && !increasedAwaitDrain) {
- // If the user unpiped during `dest.write()`, it is possible
- // to get stuck in a permanently paused state if that write
- // also returned false.
- // => Check whether `dest` is still a piping destination.
- if ((state.pipesCount === 1 && state.pipes === dest || state.pipesCount > 1 && indexOf(state.pipes, dest) !== -1) && !cleanedUp) {
- debug('false write response, pause', src._readableState.awaitDrain);
- src._readableState.awaitDrain++;
- increasedAwaitDrain = true;
+ // doWrite is almost always async, defer these to save a bit of time
+ // as the hot path ends with doWrite
+ state.pendingcb++;
+ state.lastBufferedRequest = null;
+ if (holder.next) {
+ state.corkedRequestsFree = holder.next;
+ holder.next = null;
+ } else {
+ state.corkedRequestsFree = new CorkedRequest(state);
+ }
+ state.bufferedRequestCount = 0;
+ } else {
+ // Slow case, write chunks one-by-one
+ while (entry) {
+ var chunk = entry.chunk;
+ var encoding = entry.encoding;
+ var cb = entry.callback;
+ var len = state.objectMode ? 1 : chunk.length;
+
+ doWrite(stream, state, false, len, chunk, encoding, cb);
+ entry = entry.next;
+ state.bufferedRequestCount--;
+ // if we didn't call the onwrite immediately, then
+ // it means that we need to wait until it does.
+ // also, that means that the chunk and cb are currently
+ // being processed, so move the buffer counter past them.
+ if (state.writing) {
+ break;
}
- src.pause();
}
- }
- // if the dest has an error, then stop piping into it.
- // however, don't suppress the throwing behavior for this.
- function onerror(er) {
- debug('onerror', er);
- unpipe();
- dest.removeListener('error', onerror);
- if (EElistenerCount(dest, 'error') === 0) dest.emit('error', er);
+ if (entry === null) state.lastBufferedRequest = null;
}
- // Make sure our error handler is attached before userland ones.
- prependListener(dest, 'error', onerror);
+ state.bufferedRequest = entry;
+ state.bufferProcessing = false;
+}
- // Both close and finish should trigger unpipe, but only once.
- function onclose() {
- dest.removeListener('finish', onfinish);
- unpipe();
- }
- dest.once('close', onclose);
- function onfinish() {
- debug('onfinish');
- dest.removeListener('close', onclose);
- unpipe();
- }
- dest.once('finish', onfinish);
+Writable.prototype._write = function (chunk, encoding, cb) {
+ cb(new Error('_write() is not implemented'));
+};
- function unpipe() {
- debug('unpipe');
- src.unpipe(dest);
+Writable.prototype._writev = null;
+
+Writable.prototype.end = function (chunk, encoding, cb) {
+ var state = this._writableState;
+
+ if (typeof chunk === 'function') {
+ cb = chunk;
+ chunk = null;
+ encoding = null;
+ } else if (typeof encoding === 'function') {
+ cb = encoding;
+ encoding = null;
}
- // tell the dest that it's being piped to
- dest.emit('pipe', src);
+ if (chunk !== null && chunk !== undefined) this.write(chunk, encoding);
- // start the flow if it hasn't been started already.
- if (!state.flowing) {
- debug('pipe resume');
- src.resume();
+ // .end() fully uncorks
+ if (state.corked) {
+ state.corked = 1;
+ this.uncork();
}
- return dest;
+ // ignore unnecessary end() calls.
+ if (!state.ending && !state.finished) endWritable(this, state, cb);
};
-function pipeOnDrain(src) {
- return function () {
- var state = src._readableState;
- debug('pipeOnDrain', state.awaitDrain);
- if (state.awaitDrain) state.awaitDrain--;
- if (state.awaitDrain === 0 && EElistenerCount(src, 'data')) {
- state.flowing = true;
- flow(src);
+function needFinish(state) {
+ return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && !state.writing;
+}
+function callFinal(stream, state) {
+ stream._final(function (err) {
+ state.pendingcb--;
+ if (err) {
+ stream.emit('error', err);
}
- };
+ state.prefinished = true;
+ stream.emit('prefinish');
+ finishMaybe(stream, state);
+ });
+}
+function prefinish(stream, state) {
+ if (!state.prefinished && !state.finalCalled) {
+ if (typeof stream._final === 'function') {
+ state.pendingcb++;
+ state.finalCalled = true;
+ pna.nextTick(callFinal, stream, state);
+ } else {
+ state.prefinished = true;
+ stream.emit('prefinish');
+ }
+ }
}
-Readable.prototype.unpipe = function (dest) {
- var state = this._readableState;
- var unpipeInfo = { hasUnpiped: false };
-
- // if we're not piping anywhere, then do nothing.
- if (state.pipesCount === 0) return this;
-
- // just one destination. most common case.
- if (state.pipesCount === 1) {
- // passed in one, but it's not the right one.
- if (dest && dest !== state.pipes) return this;
-
- if (!dest) dest = state.pipes;
+function finishMaybe(stream, state) {
+ var need = needFinish(state);
+ if (need) {
+ prefinish(stream, state);
+ if (state.pendingcb === 0) {
+ state.finished = true;
+ stream.emit('finish');
+ }
+ }
+ return need;
+}
- // got a match.
- state.pipes = null;
- state.pipesCount = 0;
- state.flowing = false;
- if (dest) dest.emit('unpipe', this, unpipeInfo);
- return this;
+function endWritable(stream, state, cb) {
+ state.ending = true;
+ finishMaybe(stream, state);
+ if (cb) {
+ if (state.finished) pna.nextTick(cb);else stream.once('finish', cb);
}
+ state.ended = true;
+ stream.writable = false;
+}
- // slow case. multiple pipe destinations.
+function onCorkedFinish(corkReq, state, err) {
+ var entry = corkReq.entry;
+ corkReq.entry = null;
+ while (entry) {
+ var cb = entry.callback;
+ state.pendingcb--;
+ cb(err);
+ entry = entry.next;
+ }
+ if (state.corkedRequestsFree) {
+ state.corkedRequestsFree.next = corkReq;
+ } else {
+ state.corkedRequestsFree = corkReq;
+ }
+}
- if (!dest) {
- // remove all.
- var dests = state.pipes;
- var len = state.pipesCount;
- state.pipes = null;
- state.pipesCount = 0;
- state.flowing = false;
+Object.defineProperty(Writable.prototype, 'destroyed', {
+ get: function () {
+ if (this._writableState === undefined) {
+ return false;
+ }
+ return this._writableState.destroyed;
+ },
+ set: function (value) {
+ // we ignore the value if the stream
+ // has not been initialized yet
+ if (!this._writableState) {
+ return;
+ }
- for (var i = 0; i < len; i++) {
- dests[i].emit('unpipe', this, unpipeInfo);
- }return this;
+ // backward compatibility, the user is explicitly
+ // managing destroyed
+ this._writableState.destroyed = value;
}
+});
- // try to find the right one.
- var index = indexOf(state.pipes, dest);
- if (index === -1) return this;
+Writable.prototype.destroy = destroyImpl.destroy;
+Writable.prototype._undestroy = destroyImpl.undestroy;
+Writable.prototype._destroy = function (err, cb) {
+ this.end();
+ cb(err);
+};
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../node-libs-browser/mock/process.js */ 31), __webpack_require__(/*! ./../../webpack/buildin/global.js */ 37)))
- state.pipes.splice(index, 1);
- state.pipesCount -= 1;
- if (state.pipesCount === 1) state.pipes = state.pipes[0];
+/***/ }),
+/* 357 */
+/*!************************************************!*\
+ !*** ./node_modules/util-deprecate/browser.js ***!
+ \************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- dest.emit('unpipe', this, unpipeInfo);
+/* WEBPACK VAR INJECTION */(function(global) {
+/**
+ * Module exports.
+ */
- return this;
-};
+module.exports = deprecate;
-// set up data events if they are asked for
-// Ensure readable listeners eventually get something
-Readable.prototype.on = function (ev, fn) {
- var res = Stream.prototype.on.call(this, ev, fn);
-
- if (ev === 'data') {
- // Start flowing on next tick if stream isn't explicitly paused
- if (this._readableState.flowing !== false) this.resume();
- } else if (ev === 'readable') {
- var state = this._readableState;
- if (!state.endEmitted && !state.readableListening) {
- state.readableListening = state.needReadable = true;
- state.emittedReadable = false;
- if (!state.reading) {
- pna.nextTick(nReadingNextTick, this);
- } else if (state.length) {
- emitReadable(this);
- }
- }
- }
-
- return res;
-};
-Readable.prototype.addListener = Readable.prototype.on;
-
-function nReadingNextTick(self) {
- debug('readable nexttick read 0');
- self.read(0);
-}
-
-// pause() and resume() are remnants of the legacy readable stream API
-// If the user uses them, then switch into old mode.
-Readable.prototype.resume = function () {
- var state = this._readableState;
- if (!state.flowing) {
- debug('resume');
- state.flowing = true;
- resume(this, state);
- }
- return this;
-};
-
-function resume(stream, state) {
- if (!state.resumeScheduled) {
- state.resumeScheduled = true;
- pna.nextTick(resume_, stream, state);
- }
-}
-
-function resume_(stream, state) {
- if (!state.reading) {
- debug('resume read 0');
- stream.read(0);
- }
-
- state.resumeScheduled = false;
- state.awaitDrain = 0;
- stream.emit('resume');
- flow(stream);
- if (state.flowing && !state.reading) stream.read(0);
-}
-
-Readable.prototype.pause = function () {
- debug('call pause flowing=%j', this._readableState.flowing);
- if (false !== this._readableState.flowing) {
- debug('pause');
- this._readableState.flowing = false;
- this.emit('pause');
- }
- return this;
-};
-
-function flow(stream) {
- var state = stream._readableState;
- debug('flow', state.flowing);
- while (state.flowing && stream.read() !== null) {}
-}
-
-// wrap an old-style stream as the async data source.
-// This is *not* part of the readable stream interface.
-// It is an ugly unfortunate mess of history.
-Readable.prototype.wrap = function (stream) {
- var _this = this;
-
- var state = this._readableState;
- var paused = false;
-
- stream.on('end', function () {
- debug('wrapped end');
- if (state.decoder && !state.ended) {
- var chunk = state.decoder.end();
- if (chunk && chunk.length) _this.push(chunk);
- }
-
- _this.push(null);
- });
-
- stream.on('data', function (chunk) {
- debug('wrapped data');
- if (state.decoder) chunk = state.decoder.write(chunk);
-
- // don't skip over falsy values in objectMode
- if (state.objectMode && (chunk === null || chunk === undefined)) return;else if (!state.objectMode && (!chunk || !chunk.length)) return;
-
- var ret = _this.push(chunk);
- if (!ret) {
- paused = true;
- stream.pause();
- }
- });
-
- // proxy all the other methods.
- // important when wrapping filters and duplexes.
- for (var i in stream) {
- if (this[i] === undefined && typeof stream[i] === 'function') {
- this[i] = function (method) {
- return function () {
- return stream[method].apply(stream, arguments);
- };
- }(i);
- }
- }
-
- // proxy certain important events.
- for (var n = 0; n < kProxyEvents.length; n++) {
- stream.on(kProxyEvents[n], this.emit.bind(this, kProxyEvents[n]));
- }
-
- // when we try to consume some more bytes, simply unpause the
- // underlying stream.
- this._read = function (n) {
- debug('wrapped _read', n);
- if (paused) {
- paused = false;
- stream.resume();
- }
- };
-
- return this;
-};
-
-Object.defineProperty(Readable.prototype, 'readableHighWaterMark', {
- // making it explicit this property is not enumerable
- // because otherwise some prototype manipulation in
- // userland will fail
- enumerable: false,
- get: function () {
- return this._readableState.highWaterMark;
- }
-});
-
-// exposed for testing purposes only.
-Readable._fromList = fromList;
-
-// Pluck off n bytes from an array of buffers.
-// Length is the combined lengths of all the buffers in the list.
-// This function is designed to be inlinable, so please take care when making
-// changes to the function body.
-function fromList(n, state) {
- // nothing buffered
- if (state.length === 0) return null;
-
- var ret;
- if (state.objectMode) ret = state.buffer.shift();else if (!n || n >= state.length) {
- // read it all, truncate the list
- if (state.decoder) ret = state.buffer.join('');else if (state.buffer.length === 1) ret = state.buffer.head.data;else ret = state.buffer.concat(state.length);
- state.buffer.clear();
- } else {
- // read part of list
- ret = fromListPartial(n, state.buffer, state.decoder);
- }
-
- return ret;
-}
-
-// Extracts only enough buffered data to satisfy the amount requested.
-// This function is designed to be inlinable, so please take care when making
-// changes to the function body.
-function fromListPartial(n, list, hasStrings) {
- var ret;
- if (n < list.head.data.length) {
- // slice is the same for buffers and strings
- ret = list.head.data.slice(0, n);
- list.head.data = list.head.data.slice(n);
- } else if (n === list.head.data.length) {
- // first chunk is a perfect match
- ret = list.shift();
- } else {
- // result spans more than one buffer
- ret = hasStrings ? copyFromBufferString(n, list) : copyFromBuffer(n, list);
- }
- return ret;
-}
+/**
+ * Mark that a method should not be used.
+ * Returns a modified function which warns once by default.
+ *
+ * If `localStorage.noDeprecation = true` is set, then it is a no-op.
+ *
+ * If `localStorage.throwDeprecation = true` is set, then deprecated functions
+ * will throw an Error when invoked.
+ *
+ * If `localStorage.traceDeprecation = true` is set, then deprecated functions
+ * will invoke `console.trace()` instead of `console.error()`.
+ *
+ * @param {Function} fn - the function to deprecate
+ * @param {String} msg - the string to print to the console when `fn` is invoked
+ * @returns {Function} a new "deprecated" version of `fn`
+ * @api public
+ */
-// Copies a specified amount of characters from the list of buffered data
-// chunks.
-// This function is designed to be inlinable, so please take care when making
-// changes to the function body.
-function copyFromBufferString(n, list) {
- var p = list.head;
- var c = 1;
- var ret = p.data;
- n -= ret.length;
- while (p = p.next) {
- var str = p.data;
- var nb = n > str.length ? str.length : n;
- if (nb === str.length) ret += str;else ret += str.slice(0, n);
- n -= nb;
- if (n === 0) {
- if (nb === str.length) {
- ++c;
- if (p.next) list.head = p.next;else list.head = list.tail = null;
- } else {
- list.head = p;
- p.data = str.slice(nb);
- }
- break;
- }
- ++c;
+function deprecate (fn, msg) {
+ if (config('noDeprecation')) {
+ return fn;
}
- list.length -= c;
- return ret;
-}
-// Copies a specified amount of bytes from the list of buffered data chunks.
-// This function is designed to be inlinable, so please take care when making
-// changes to the function body.
-function copyFromBuffer(n, list) {
- var ret = Buffer.allocUnsafe(n);
- var p = list.head;
- var c = 1;
- p.data.copy(ret);
- n -= p.data.length;
- while (p = p.next) {
- var buf = p.data;
- var nb = n > buf.length ? buf.length : n;
- buf.copy(ret, ret.length - n, 0, nb);
- n -= nb;
- if (n === 0) {
- if (nb === buf.length) {
- ++c;
- if (p.next) list.head = p.next;else list.head = list.tail = null;
+ var warned = false;
+ function deprecated() {
+ if (!warned) {
+ if (config('throwDeprecation')) {
+ throw new Error(msg);
+ } else if (config('traceDeprecation')) {
+ console.trace(msg);
} else {
- list.head = p;
- p.data = buf.slice(nb);
+ console.warn(msg);
}
- break;
+ warned = true;
}
- ++c;
- }
- list.length -= c;
- return ret;
-}
-
-function endReadable(stream) {
- var state = stream._readableState;
-
- // If we get here before consuming all the bytes, then that is a
- // bug in node. Should never happen.
- if (state.length > 0) throw new Error('"endReadable()" called on non-empty stream');
-
- if (!state.endEmitted) {
- state.ended = true;
- pna.nextTick(endReadableNT, state, stream);
- }
-}
-
-function endReadableNT(state, stream) {
- // Check that we didn't get one last unshift.
- if (!state.endEmitted && state.length === 0) {
- state.endEmitted = true;
- stream.readable = false;
- stream.emit('end');
+ return fn.apply(this, arguments);
}
-}
-function indexOf(xs, x) {
- for (var i = 0, l = xs.length; i < l; i++) {
- if (xs[i] === x) return i;
- }
- return -1;
+ return deprecated;
}
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../webpack/buildin/global.js */ 42), __webpack_require__(/*! ./../../node-libs-browser/mock/process.js */ 36)))
-
-/***/ }),
-/* 375 */
-/*!****************************************************!*\
- !*** ./node_modules/process-nextick-args/index.js ***!
- \****************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-"use strict";
-/* WEBPACK VAR INJECTION */(function(process) {
-
-if (typeof process === 'undefined' ||
- !process.version ||
- process.version.indexOf('v0.') === 0 ||
- process.version.indexOf('v1.') === 0 && process.version.indexOf('v1.8.') !== 0) {
- module.exports = { nextTick: nextTick };
-} else {
- module.exports = process
-}
+/**
+ * Checks `localStorage` for boolean values for the given `name`.
+ *
+ * @param {String} name
+ * @returns {Boolean}
+ * @api private
+ */
-function nextTick(fn, arg1, arg2, arg3) {
- if (typeof fn !== 'function') {
- throw new TypeError('"callback" argument must be a function');
- }
- var len = arguments.length;
- var args, i;
- switch (len) {
- case 0:
- case 1:
- return process.nextTick(fn);
- case 2:
- return process.nextTick(function afterTickOne() {
- fn.call(null, arg1);
- });
- case 3:
- return process.nextTick(function afterTickTwo() {
- fn.call(null, arg1, arg2);
- });
- case 4:
- return process.nextTick(function afterTickThree() {
- fn.call(null, arg1, arg2, arg3);
- });
- default:
- args = new Array(len - 1);
- i = 0;
- while (i < args.length) {
- args[i++] = arguments[i];
- }
- return process.nextTick(function afterTick() {
- fn.apply(null, args);
- });
+function config (name) {
+ // accessing global.localStorage can trigger a DOMException in sandboxed iframes
+ try {
+ if (!global.localStorage) return false;
+ } catch (_) {
+ return false;
}
+ var val = global.localStorage[name];
+ if (null == val) return false;
+ return String(val).toLowerCase() === 'true';
}
-
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../node-libs-browser/mock/process.js */ 36)))
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../webpack/buildin/global.js */ 37)))
/***/ }),
-/* 376 */
-/*!***************************************!*\
- !*** ./node_modules/events/events.js ***!
- \***************************************/
+/* 358 */
+/*!***********************************************************!*\
+ !*** ./node_modules/string_decoder/lib/string_decoder.js ***!
+ \***********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -51922,451 +49770,290 @@ function nextTick(fn, arg1, arg2, arg3) {
-var R = typeof Reflect === 'object' ? Reflect : null
-var ReflectApply = R && typeof R.apply === 'function'
- ? R.apply
- : function ReflectApply(target, receiver, args) {
- return Function.prototype.apply.call(target, receiver, args);
- }
+/**/
-var ReflectOwnKeys
-if (R && typeof R.ownKeys === 'function') {
- ReflectOwnKeys = R.ownKeys
-} else if (Object.getOwnPropertySymbols) {
- ReflectOwnKeys = function ReflectOwnKeys(target) {
- return Object.getOwnPropertyNames(target)
- .concat(Object.getOwnPropertySymbols(target));
- };
-} else {
- ReflectOwnKeys = function ReflectOwnKeys(target) {
- return Object.getOwnPropertyNames(target);
- };
-}
+var Buffer = __webpack_require__(/*! safe-buffer */ 344).Buffer;
+/**/
-function ProcessEmitWarning(warning) {
- if (console && console.warn) console.warn(warning);
-}
+var isEncoding = Buffer.isEncoding || function (encoding) {
+ encoding = '' + encoding;
+ switch (encoding && encoding.toLowerCase()) {
+ case 'hex':case 'utf8':case 'utf-8':case 'ascii':case 'binary':case 'base64':case 'ucs2':case 'ucs-2':case 'utf16le':case 'utf-16le':case 'raw':
+ return true;
+ default:
+ return false;
+ }
+};
-var NumberIsNaN = Number.isNaN || function NumberIsNaN(value) {
- return value !== value;
+function _normalizeEncoding(enc) {
+ if (!enc) return 'utf8';
+ var retried;
+ while (true) {
+ switch (enc) {
+ case 'utf8':
+ case 'utf-8':
+ return 'utf8';
+ case 'ucs2':
+ case 'ucs-2':
+ case 'utf16le':
+ case 'utf-16le':
+ return 'utf16le';
+ case 'latin1':
+ case 'binary':
+ return 'latin1';
+ case 'base64':
+ case 'ascii':
+ case 'hex':
+ return enc;
+ default:
+ if (retried) return; // undefined
+ enc = ('' + enc).toLowerCase();
+ retried = true;
+ }
+ }
+};
+
+// Do not cache `Buffer.isEncoding` when checking encoding names as some
+// modules monkey-patch it to support additional encodings
+function normalizeEncoding(enc) {
+ var nenc = _normalizeEncoding(enc);
+ if (typeof nenc !== 'string' && (Buffer.isEncoding === isEncoding || !isEncoding(enc))) throw new Error('Unknown encoding: ' + enc);
+ return nenc || enc;
}
-function EventEmitter() {
- EventEmitter.init.call(this);
+// StringDecoder provides an interface for efficiently splitting a series of
+// buffers into a series of JS strings without breaking apart multi-byte
+// characters.
+exports.StringDecoder = StringDecoder;
+function StringDecoder(encoding) {
+ this.encoding = normalizeEncoding(encoding);
+ var nb;
+ switch (this.encoding) {
+ case 'utf16le':
+ this.text = utf16Text;
+ this.end = utf16End;
+ nb = 4;
+ break;
+ case 'utf8':
+ this.fillLast = utf8FillLast;
+ nb = 4;
+ break;
+ case 'base64':
+ this.text = base64Text;
+ this.end = base64End;
+ nb = 3;
+ break;
+ default:
+ this.write = simpleWrite;
+ this.end = simpleEnd;
+ return;
+ }
+ this.lastNeed = 0;
+ this.lastTotal = 0;
+ this.lastChar = Buffer.allocUnsafe(nb);
}
-module.exports = EventEmitter;
-// Backwards-compat with node 0.10.x
-EventEmitter.EventEmitter = EventEmitter;
+StringDecoder.prototype.write = function (buf) {
+ if (buf.length === 0) return '';
+ var r;
+ var i;
+ if (this.lastNeed) {
+ r = this.fillLast(buf);
+ if (r === undefined) return '';
+ i = this.lastNeed;
+ this.lastNeed = 0;
+ } else {
+ i = 0;
+ }
+ if (i < buf.length) return r ? r + this.text(buf, i) : this.text(buf, i);
+ return r || '';
+};
-EventEmitter.prototype._events = undefined;
-EventEmitter.prototype._eventsCount = 0;
-EventEmitter.prototype._maxListeners = undefined;
+StringDecoder.prototype.end = utf8End;
-// By default EventEmitters will print a warning if more than 10 listeners are
-// added to it. This is a useful default which helps finding memory leaks.
-var defaultMaxListeners = 10;
+// Returns only complete characters in a Buffer
+StringDecoder.prototype.text = utf8Text;
-function checkListener(listener) {
- if (typeof listener !== 'function') {
- throw new TypeError('The "listener" argument must be of type Function. Received type ' + typeof listener);
+// Attempts to complete a partial non-UTF-8 character using bytes from a Buffer
+StringDecoder.prototype.fillLast = function (buf) {
+ if (this.lastNeed <= buf.length) {
+ buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed);
+ return this.lastChar.toString(this.encoding, 0, this.lastTotal);
}
-}
-
-Object.defineProperty(EventEmitter, 'defaultMaxListeners', {
- enumerable: true,
- get: function() {
- return defaultMaxListeners;
- },
- set: function(arg) {
- if (typeof arg !== 'number' || arg < 0 || NumberIsNaN(arg)) {
- throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received ' + arg + '.');
- }
- defaultMaxListeners = arg;
- }
-});
-
-EventEmitter.init = function() {
-
- if (this._events === undefined ||
- this._events === Object.getPrototypeOf(this)._events) {
- this._events = Object.create(null);
- this._eventsCount = 0;
- }
-
- this._maxListeners = this._maxListeners || undefined;
-};
-
-// Obviously not all Emitters should be limited to 10. This function allows
-// that to be increased. Set to zero for unlimited.
-EventEmitter.prototype.setMaxListeners = function setMaxListeners(n) {
- if (typeof n !== 'number' || n < 0 || NumberIsNaN(n)) {
- throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received ' + n + '.');
- }
- this._maxListeners = n;
- return this;
+ buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length);
+ this.lastNeed -= buf.length;
};
-function _getMaxListeners(that) {
- if (that._maxListeners === undefined)
- return EventEmitter.defaultMaxListeners;
- return that._maxListeners;
+// Checks the type of a UTF-8 byte, whether it's ASCII, a leading byte, or a
+// continuation byte. If an invalid byte is detected, -2 is returned.
+function utf8CheckByte(byte) {
+ if (byte <= 0x7F) return 0;else if (byte >> 5 === 0x06) return 2;else if (byte >> 4 === 0x0E) return 3;else if (byte >> 3 === 0x1E) return 4;
+ return byte >> 6 === 0x02 ? -1 : -2;
}
-EventEmitter.prototype.getMaxListeners = function getMaxListeners() {
- return _getMaxListeners(this);
-};
-
-EventEmitter.prototype.emit = function emit(type) {
- var args = [];
- for (var i = 1; i < arguments.length; i++) args.push(arguments[i]);
- var doError = (type === 'error');
-
- var events = this._events;
- if (events !== undefined)
- doError = (doError && events.error === undefined);
- else if (!doError)
- return false;
-
- // If there is no 'error' event listener then throw.
- if (doError) {
- var er;
- if (args.length > 0)
- er = args[0];
- if (er instanceof Error) {
- // Note: The comments on the `throw` lines are intentional, they show
- // up in Node's output if this results in an unhandled exception.
- throw er; // Unhandled 'error' event
- }
- // At least give some kind of context to the user
- var err = new Error('Unhandled error.' + (er ? ' (' + er.message + ')' : ''));
- err.context = er;
- throw err; // Unhandled 'error' event
+// Checks at most 3 bytes at the end of a Buffer in order to detect an
+// incomplete multi-byte UTF-8 character. The total number of bytes (2, 3, or 4)
+// needed to complete the UTF-8 character (if applicable) are returned.
+function utf8CheckIncomplete(self, buf, i) {
+ var j = buf.length - 1;
+ if (j < i) return 0;
+ var nb = utf8CheckByte(buf[j]);
+ if (nb >= 0) {
+ if (nb > 0) self.lastNeed = nb - 1;
+ return nb;
}
-
- var handler = events[type];
-
- if (handler === undefined)
- return false;
-
- if (typeof handler === 'function') {
- ReflectApply(handler, this, args);
- } else {
- var len = handler.length;
- var listeners = arrayClone(handler, len);
- for (var i = 0; i < len; ++i)
- ReflectApply(listeners[i], this, args);
+ if (--j < i || nb === -2) return 0;
+ nb = utf8CheckByte(buf[j]);
+ if (nb >= 0) {
+ if (nb > 0) self.lastNeed = nb - 2;
+ return nb;
}
-
- return true;
-};
-
-function _addListener(target, type, listener, prepend) {
- var m;
- var events;
- var existing;
-
- checkListener(listener);
-
- events = target._events;
- if (events === undefined) {
- events = target._events = Object.create(null);
- target._eventsCount = 0;
- } else {
- // To avoid recursion in the case that type === "newListener"! Before
- // adding it to the listeners, first emit "newListener".
- if (events.newListener !== undefined) {
- target.emit('newListener', type,
- listener.listener ? listener.listener : listener);
-
- // Re-assign `events` because a newListener handler could have caused the
- // this._events to be assigned to a new object
- events = target._events;
+ if (--j < i || nb === -2) return 0;
+ nb = utf8CheckByte(buf[j]);
+ if (nb >= 0) {
+ if (nb > 0) {
+ if (nb === 2) nb = 0;else self.lastNeed = nb - 3;
}
- existing = events[type];
+ return nb;
}
+ return 0;
+}
- if (existing === undefined) {
- // Optimize the case of one listener. Don't need the extra array object.
- existing = events[type] = listener;
- ++target._eventsCount;
- } else {
- if (typeof existing === 'function') {
- // Adding the second element, need to change to array.
- existing = events[type] =
- prepend ? [listener, existing] : [existing, listener];
- // If we've already got an array, just append.
- } else if (prepend) {
- existing.unshift(listener);
- } else {
- existing.push(listener);
+// Validates as many continuation bytes for a multi-byte UTF-8 character as
+// needed or are available. If we see a non-continuation byte where we expect
+// one, we "replace" the validated continuation bytes we've seen so far with
+// a single UTF-8 replacement character ('\ufffd'), to match v8's UTF-8 decoding
+// behavior. The continuation byte check is included three times in the case
+// where all of the continuation bytes for a character exist in the same buffer.
+// It is also done this way as a slight performance increase instead of using a
+// loop.
+function utf8CheckExtraBytes(self, buf, p) {
+ if ((buf[0] & 0xC0) !== 0x80) {
+ self.lastNeed = 0;
+ return '\ufffd';
+ }
+ if (self.lastNeed > 1 && buf.length > 1) {
+ if ((buf[1] & 0xC0) !== 0x80) {
+ self.lastNeed = 1;
+ return '\ufffd';
}
-
- // Check for listener leak
- m = _getMaxListeners(target);
- if (m > 0 && existing.length > m && !existing.warned) {
- existing.warned = true;
- // No error code for this since it is a Warning
- // eslint-disable-next-line no-restricted-syntax
- var w = new Error('Possible EventEmitter memory leak detected. ' +
- existing.length + ' ' + String(type) + ' listeners ' +
- 'added. Use emitter.setMaxListeners() to ' +
- 'increase limit');
- w.name = 'MaxListenersExceededWarning';
- w.emitter = target;
- w.type = type;
- w.count = existing.length;
- ProcessEmitWarning(w);
+ if (self.lastNeed > 2 && buf.length > 2) {
+ if ((buf[2] & 0xC0) !== 0x80) {
+ self.lastNeed = 2;
+ return '\ufffd';
+ }
}
}
-
- return target;
}
-EventEmitter.prototype.addListener = function addListener(type, listener) {
- return _addListener(this, type, listener, false);
-};
-
-EventEmitter.prototype.on = EventEmitter.prototype.addListener;
-
-EventEmitter.prototype.prependListener =
- function prependListener(type, listener) {
- return _addListener(this, type, listener, true);
- };
-
-function onceWrapper() {
- if (!this.fired) {
- this.target.removeListener(this.type, this.wrapFn);
- this.fired = true;
- if (arguments.length === 0)
- return this.listener.call(this.target);
- return this.listener.apply(this.target, arguments);
+// Attempts to complete a multi-byte UTF-8 character using bytes from a Buffer.
+function utf8FillLast(buf) {
+ var p = this.lastTotal - this.lastNeed;
+ var r = utf8CheckExtraBytes(this, buf, p);
+ if (r !== undefined) return r;
+ if (this.lastNeed <= buf.length) {
+ buf.copy(this.lastChar, p, 0, this.lastNeed);
+ return this.lastChar.toString(this.encoding, 0, this.lastTotal);
}
+ buf.copy(this.lastChar, p, 0, buf.length);
+ this.lastNeed -= buf.length;
}
-function _onceWrap(target, type, listener) {
- var state = { fired: false, wrapFn: undefined, target: target, type: type, listener: listener };
- var wrapped = onceWrapper.bind(state);
- wrapped.listener = listener;
- state.wrapFn = wrapped;
- return wrapped;
+// Returns all complete UTF-8 characters in a Buffer. If the Buffer ended on a
+// partial character, the character's bytes are buffered until the required
+// number of bytes are available.
+function utf8Text(buf, i) {
+ var total = utf8CheckIncomplete(this, buf, i);
+ if (!this.lastNeed) return buf.toString('utf8', i);
+ this.lastTotal = total;
+ var end = buf.length - (total - this.lastNeed);
+ buf.copy(this.lastChar, 0, end);
+ return buf.toString('utf8', i, end);
}
-EventEmitter.prototype.once = function once(type, listener) {
- checkListener(listener);
- this.on(type, _onceWrap(this, type, listener));
- return this;
-};
-
-EventEmitter.prototype.prependOnceListener =
- function prependOnceListener(type, listener) {
- checkListener(listener);
- this.prependListener(type, _onceWrap(this, type, listener));
- return this;
- };
-
-// Emits a 'removeListener' event if and only if the listener was removed.
-EventEmitter.prototype.removeListener =
- function removeListener(type, listener) {
- var list, events, position, i, originalListener;
-
- checkListener(listener);
-
- events = this._events;
- if (events === undefined)
- return this;
-
- list = events[type];
- if (list === undefined)
- return this;
-
- if (list === listener || list.listener === listener) {
- if (--this._eventsCount === 0)
- this._events = Object.create(null);
- else {
- delete events[type];
- if (events.removeListener)
- this.emit('removeListener', type, list.listener || listener);
- }
- } else if (typeof list !== 'function') {
- position = -1;
-
- for (i = list.length - 1; i >= 0; i--) {
- if (list[i] === listener || list[i].listener === listener) {
- originalListener = list[i].listener;
- position = i;
- break;
- }
- }
-
- if (position < 0)
- return this;
-
- if (position === 0)
- list.shift();
- else {
- spliceOne(list, position);
- }
-
- if (list.length === 1)
- events[type] = list[0];
-
- if (events.removeListener !== undefined)
- this.emit('removeListener', type, originalListener || listener);
- }
-
- return this;
- };
-
-EventEmitter.prototype.off = EventEmitter.prototype.removeListener;
-
-EventEmitter.prototype.removeAllListeners =
- function removeAllListeners(type) {
- var listeners, events, i;
-
- events = this._events;
- if (events === undefined)
- return this;
-
- // not listening for removeListener, no need to emit
- if (events.removeListener === undefined) {
- if (arguments.length === 0) {
- this._events = Object.create(null);
- this._eventsCount = 0;
- } else if (events[type] !== undefined) {
- if (--this._eventsCount === 0)
- this._events = Object.create(null);
- else
- delete events[type];
- }
- return this;
- }
-
- // emit removeListener for all listeners on all events
- if (arguments.length === 0) {
- var keys = Object.keys(events);
- var key;
- for (i = 0; i < keys.length; ++i) {
- key = keys[i];
- if (key === 'removeListener') continue;
- this.removeAllListeners(key);
- }
- this.removeAllListeners('removeListener');
- this._events = Object.create(null);
- this._eventsCount = 0;
- return this;
- }
-
- listeners = events[type];
+// For UTF-8, a replacement character is added when ending on a partial
+// character.
+function utf8End(buf) {
+ var r = buf && buf.length ? this.write(buf) : '';
+ if (this.lastNeed) return r + '\ufffd';
+ return r;
+}
- if (typeof listeners === 'function') {
- this.removeListener(type, listeners);
- } else if (listeners !== undefined) {
- // LIFO order
- for (i = listeners.length - 1; i >= 0; i--) {
- this.removeListener(type, listeners[i]);
- }
+// UTF-16LE typically needs two bytes per character, but even if we have an even
+// number of bytes available, we need to check if we end on a leading/high
+// surrogate. In that case, we need to wait for the next two bytes in order to
+// decode the last character properly.
+function utf16Text(buf, i) {
+ if ((buf.length - i) % 2 === 0) {
+ var r = buf.toString('utf16le', i);
+ if (r) {
+ var c = r.charCodeAt(r.length - 1);
+ if (c >= 0xD800 && c <= 0xDBFF) {
+ this.lastNeed = 2;
+ this.lastTotal = 4;
+ this.lastChar[0] = buf[buf.length - 2];
+ this.lastChar[1] = buf[buf.length - 1];
+ return r.slice(0, -1);
}
-
- return this;
- };
-
-function _listeners(target, type, unwrap) {
- var events = target._events;
-
- if (events === undefined)
- return [];
-
- var evlistener = events[type];
- if (evlistener === undefined)
- return [];
-
- if (typeof evlistener === 'function')
- return unwrap ? [evlistener.listener || evlistener] : [evlistener];
-
- return unwrap ?
- unwrapListeners(evlistener) : arrayClone(evlistener, evlistener.length);
+ }
+ return r;
+ }
+ this.lastNeed = 1;
+ this.lastTotal = 2;
+ this.lastChar[0] = buf[buf.length - 1];
+ return buf.toString('utf16le', i, buf.length - 1);
}
-EventEmitter.prototype.listeners = function listeners(type) {
- return _listeners(this, type, true);
-};
-
-EventEmitter.prototype.rawListeners = function rawListeners(type) {
- return _listeners(this, type, false);
-};
-
-EventEmitter.listenerCount = function(emitter, type) {
- if (typeof emitter.listenerCount === 'function') {
- return emitter.listenerCount(type);
- } else {
- return listenerCount.call(emitter, type);
+// For UTF-16LE we do not explicitly append special replacement characters if we
+// end on a partial character, we simply let v8 handle that.
+function utf16End(buf) {
+ var r = buf && buf.length ? this.write(buf) : '';
+ if (this.lastNeed) {
+ var end = this.lastTotal - this.lastNeed;
+ return r + this.lastChar.toString('utf16le', 0, end);
}
-};
-
-EventEmitter.prototype.listenerCount = listenerCount;
-function listenerCount(type) {
- var events = this._events;
-
- if (events !== undefined) {
- var evlistener = events[type];
+ return r;
+}
- if (typeof evlistener === 'function') {
- return 1;
- } else if (evlistener !== undefined) {
- return evlistener.length;
- }
+function base64Text(buf, i) {
+ var n = (buf.length - i) % 3;
+ if (n === 0) return buf.toString('base64', i);
+ this.lastNeed = 3 - n;
+ this.lastTotal = 3;
+ if (n === 1) {
+ this.lastChar[0] = buf[buf.length - 1];
+ } else {
+ this.lastChar[0] = buf[buf.length - 2];
+ this.lastChar[1] = buf[buf.length - 1];
}
-
- return 0;
+ return buf.toString('base64', i, buf.length - n);
}
-EventEmitter.prototype.eventNames = function eventNames() {
- return this._eventsCount > 0 ? ReflectOwnKeys(this._events) : [];
-};
-
-function arrayClone(arr, n) {
- var copy = new Array(n);
- for (var i = 0; i < n; ++i)
- copy[i] = arr[i];
- return copy;
+function base64End(buf) {
+ var r = buf && buf.length ? this.write(buf) : '';
+ if (this.lastNeed) return r + this.lastChar.toString('base64', 0, 3 - this.lastNeed);
+ return r;
}
-function spliceOne(list, index) {
- for (; index + 1 < list.length; index++)
- list[index] = list[index + 1];
- list.pop();
+// Pass bytes on through for single-byte encodings (e.g. ascii, latin1, hex)
+function simpleWrite(buf) {
+ return buf.toString(this.encoding);
}
-function unwrapListeners(arr) {
- var ret = new Array(arr.length);
- for (var i = 0; i < ret.length; ++i) {
- ret[i] = arr[i].listener || arr[i];
- }
- return ret;
+function simpleEnd(buf) {
+ return buf && buf.length ? this.write(buf) : '';
}
-
-/***/ }),
-/* 377 */
-/*!*****************************************************************************!*\
- !*** ./node_modules/readable-stream/lib/internal/streams/stream-browser.js ***!
- \*****************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-module.exports = __webpack_require__(/*! events */ 376).EventEmitter;
-
-
/***/ }),
-/* 378 */
-/*!***********************************************!*\
- !*** ./node_modules/core-util-is/lib/util.js ***!
- \***********************************************/
+/* 359 */
+/*!***************************************************************!*\
+ !*** ./node_modules/readable-stream/lib/_stream_transform.js ***!
+ \***************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-/* WEBPACK VAR INJECTION */(function(Buffer) {// Copyright Joyent, Inc. and other Node contributors.
+"use strict";
+// Copyright Joyent, Inc. and other Node contributors.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
@@ -52387,293 +50074,205 @@ module.exports = __webpack_require__(/*! events */ 376).EventEmitter;
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
-// NOTE: These type checking functions intentionally don't use `instanceof`
-// because it is fragile and can be easily faked with `Object.create()`.
-
-function isArray(arg) {
- if (Array.isArray) {
- return Array.isArray(arg);
- }
- return objectToString(arg) === '[object Array]';
-}
-exports.isArray = isArray;
-
-function isBoolean(arg) {
- return typeof arg === 'boolean';
-}
-exports.isBoolean = isBoolean;
-
-function isNull(arg) {
- return arg === null;
-}
-exports.isNull = isNull;
+// a transform stream is a readable/writable stream where you do
+// something with the data. Sometimes it's called a "filter",
+// but that's not a great name for it, since that implies a thing where
+// some bits pass through, and others are simply ignored. (That would
+// be a valid example of a transform, of course.)
+//
+// While the output is causally related to the input, it's not a
+// necessarily symmetric or synchronous transformation. For example,
+// a zlib stream might take multiple plain-text writes(), and then
+// emit a single compressed chunk some time in the future.
+//
+// Here's how this works:
+//
+// The Transform stream has all the aspects of the readable and writable
+// stream classes. When you write(chunk), that calls _write(chunk,cb)
+// internally, and returns false if there's a lot of pending writes
+// buffered up. When you call read(), that calls _read(n) until
+// there's enough pending readable data buffered up.
+//
+// In a transform stream, the written data is placed in a buffer. When
+// _read(n) is called, it transforms the queued up data, calling the
+// buffered _write cb's as it consumes chunks. If consuming a single
+// written chunk would result in multiple output chunks, then the first
+// outputted bit calls the readcb, and subsequent chunks just go into
+// the read buffer, and will cause it to emit 'readable' if necessary.
+//
+// This way, back-pressure is actually determined by the reading side,
+// since _read has to be called to start processing a new chunk. However,
+// a pathological inflate type of transform can cause excessive buffering
+// here. For example, imagine a stream where every byte of input is
+// interpreted as an integer from 0-255, and then results in that many
+// bytes of output. Writing the 4 bytes {ff,ff,ff,ff} would result in
+// 1kb of data being output. In this case, you could write a very small
+// amount of input, and end up with a very large amount of output. In
+// such a pathological inflating mechanism, there'd be no way to tell
+// the system to stop doing the transform. A single 4MB write could
+// cause the system to run out of memory.
+//
+// However, even in such a pathological case, only a single written chunk
+// would be consumed, and then the rest would wait (un-transformed) until
+// the results of the previous transformed chunk were consumed.
-function isNullOrUndefined(arg) {
- return arg == null;
-}
-exports.isNullOrUndefined = isNullOrUndefined;
-function isNumber(arg) {
- return typeof arg === 'number';
-}
-exports.isNumber = isNumber;
-function isString(arg) {
- return typeof arg === 'string';
-}
-exports.isString = isString;
+module.exports = Transform;
-function isSymbol(arg) {
- return typeof arg === 'symbol';
-}
-exports.isSymbol = isSymbol;
+var Duplex = __webpack_require__(/*! ./_stream_duplex */ 355);
-function isUndefined(arg) {
- return arg === void 0;
-}
-exports.isUndefined = isUndefined;
+/**/
+var util = Object.create(__webpack_require__(/*! core-util-is */ 350));
+util.inherits = __webpack_require__(/*! inherits */ 127);
+/**/
-function isRegExp(re) {
- return objectToString(re) === '[object RegExp]';
-}
-exports.isRegExp = isRegExp;
+util.inherits(Transform, Duplex);
-function isObject(arg) {
- return typeof arg === 'object' && arg !== null;
-}
-exports.isObject = isObject;
+function afterTransform(er, data) {
+ var ts = this._transformState;
+ ts.transforming = false;
-function isDate(d) {
- return objectToString(d) === '[object Date]';
-}
-exports.isDate = isDate;
+ var cb = ts.writecb;
-function isError(e) {
- return (objectToString(e) === '[object Error]' || e instanceof Error);
-}
-exports.isError = isError;
+ if (!cb) {
+ return this.emit('error', new Error('write callback called multiple times'));
+ }
-function isFunction(arg) {
- return typeof arg === 'function';
-}
-exports.isFunction = isFunction;
+ ts.writechunk = null;
+ ts.writecb = null;
-function isPrimitive(arg) {
- return arg === null ||
- typeof arg === 'boolean' ||
- typeof arg === 'number' ||
- typeof arg === 'string' ||
- typeof arg === 'symbol' || // ES6 symbol
- typeof arg === 'undefined';
-}
-exports.isPrimitive = isPrimitive;
+ if (data != null) // single equals check for both `null` and `undefined`
+ this.push(data);
-exports.isBuffer = Buffer.isBuffer;
+ cb(er);
-function objectToString(o) {
- return Object.prototype.toString.call(o);
+ var rs = this._readableState;
+ rs.reading = false;
+ if (rs.needReadable || rs.length < rs.highWaterMark) {
+ this._read(rs.highWaterMark);
+ }
}
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../buffer/index.js */ 45).Buffer))
-
-/***/ }),
-/* 379 */
-/*!**********************!*\
- !*** util (ignored) ***!
- \**********************/
-/*! no static exports found */
-/***/ (function(module, exports) {
+function Transform(options) {
+ if (!(this instanceof Transform)) return new Transform(options);
-/* (ignored) */
+ Duplex.call(this, options);
-/***/ }),
-/* 380 */
-/*!*************************************************************************!*\
- !*** ./node_modules/readable-stream/lib/internal/streams/BufferList.js ***!
- \*************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ this._transformState = {
+ afterTransform: afterTransform.bind(this),
+ needTransform: false,
+ transforming: false,
+ writecb: null,
+ writechunk: null,
+ writeencoding: null
+ };
-"use strict";
+ // start out asking for a readable event once data is transformed.
+ this._readableState.needReadable = true;
+ // we have implemented the _read method, and done the other things
+ // that Readable wants before the first _read call, so unset the
+ // sync guard flag.
+ this._readableState.sync = false;
-function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
+ if (options) {
+ if (typeof options.transform === 'function') this._transform = options.transform;
-var Buffer = __webpack_require__(/*! safe-buffer */ 372).Buffer;
-var util = __webpack_require__(/*! util */ 381);
+ if (typeof options.flush === 'function') this._flush = options.flush;
+ }
-function copyBuffer(src, target, offset) {
- src.copy(target, offset);
+ // When the writable side finishes, then flush out anything remaining.
+ this.on('prefinish', prefinish);
}
-module.exports = function () {
- function BufferList() {
- _classCallCheck(this, BufferList);
+function prefinish() {
+ var _this = this;
- this.head = null;
- this.tail = null;
- this.length = 0;
+ if (typeof this._flush === 'function') {
+ this._flush(function (er, data) {
+ done(_this, er, data);
+ });
+ } else {
+ done(this, null, null);
}
-
- BufferList.prototype.push = function push(v) {
- var entry = { data: v, next: null };
- if (this.length > 0) this.tail.next = entry;else this.head = entry;
- this.tail = entry;
- ++this.length;
- };
-
- BufferList.prototype.unshift = function unshift(v) {
- var entry = { data: v, next: this.head };
- if (this.length === 0) this.tail = entry;
- this.head = entry;
- ++this.length;
- };
-
- BufferList.prototype.shift = function shift() {
- if (this.length === 0) return;
- var ret = this.head.data;
- if (this.length === 1) this.head = this.tail = null;else this.head = this.head.next;
- --this.length;
- return ret;
- };
-
- BufferList.prototype.clear = function clear() {
- this.head = this.tail = null;
- this.length = 0;
- };
-
- BufferList.prototype.join = function join(s) {
- if (this.length === 0) return '';
- var p = this.head;
- var ret = '' + p.data;
- while (p = p.next) {
- ret += s + p.data;
- }return ret;
- };
-
- BufferList.prototype.concat = function concat(n) {
- if (this.length === 0) return Buffer.alloc(0);
- if (this.length === 1) return this.head.data;
- var ret = Buffer.allocUnsafe(n >>> 0);
- var p = this.head;
- var i = 0;
- while (p) {
- copyBuffer(p.data, ret, i);
- i += p.data.length;
- p = p.next;
- }
- return ret;
- };
-
- return BufferList;
-}();
-
-if (util && util.inspect && util.inspect.custom) {
- module.exports.prototype[util.inspect.custom] = function () {
- var obj = util.inspect({ length: this.length });
- return this.constructor.name + ' ' + obj;
- };
}
-/***/ }),
-/* 381 */
-/*!**********************!*\
- !*** util (ignored) ***!
- \**********************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-/* (ignored) */
-
-/***/ }),
-/* 382 */
-/*!**********************************************************************!*\
- !*** ./node_modules/readable-stream/lib/internal/streams/destroy.js ***!
- \**********************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-/**/
-
-var pna = __webpack_require__(/*! process-nextick-args */ 375);
-/**/
-
-// undocumented cb() API, needed for core, not for public API
-function destroy(err, cb) {
- var _this = this;
+Transform.prototype.push = function (chunk, encoding) {
+ this._transformState.needTransform = false;
+ return Duplex.prototype.push.call(this, chunk, encoding);
+};
- var readableDestroyed = this._readableState && this._readableState.destroyed;
- var writableDestroyed = this._writableState && this._writableState.destroyed;
+// This is the part where you do stuff!
+// override this function in implementation classes.
+// 'chunk' is an input chunk.
+//
+// Call `push(newChunk)` to pass along transformed output
+// to the readable side. You may call 'push' zero or more times.
+//
+// Call `cb(err)` when you are done with this chunk. If you pass
+// an error, then that'll put the hurt on the whole operation. If you
+// never call cb(), then you'll never get another chunk.
+Transform.prototype._transform = function (chunk, encoding, cb) {
+ throw new Error('_transform() is not implemented');
+};
- if (readableDestroyed || writableDestroyed) {
- if (cb) {
- cb(err);
- } else if (err && (!this._writableState || !this._writableState.errorEmitted)) {
- pna.nextTick(emitErrorNT, this, err);
- }
- return this;
+Transform.prototype._write = function (chunk, encoding, cb) {
+ var ts = this._transformState;
+ ts.writecb = cb;
+ ts.writechunk = chunk;
+ ts.writeencoding = encoding;
+ if (!ts.transforming) {
+ var rs = this._readableState;
+ if (ts.needTransform || rs.needReadable || rs.length < rs.highWaterMark) this._read(rs.highWaterMark);
}
+};
- // we set destroyed to true before firing error callbacks in order
- // to make it re-entrance safe in case destroy() is called within callbacks
+// Doesn't matter what the args are here.
+// _transform does all the work.
+// That we got here means that the readable side wants more data.
+Transform.prototype._read = function (n) {
+ var ts = this._transformState;
- if (this._readableState) {
- this._readableState.destroyed = true;
+ if (ts.writechunk !== null && ts.writecb && !ts.transforming) {
+ ts.transforming = true;
+ this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);
+ } else {
+ // mark that we need a transform, so that any data that comes in
+ // will get processed, now that we've asked for it.
+ ts.needTransform = true;
}
+};
- // if this is a duplex stream mark the writable part as destroyed as well
- if (this._writableState) {
- this._writableState.destroyed = true;
- }
+Transform.prototype._destroy = function (err, cb) {
+ var _this2 = this;
- this._destroy(err || null, function (err) {
- if (!cb && err) {
- pna.nextTick(emitErrorNT, _this, err);
- if (_this._writableState) {
- _this._writableState.errorEmitted = true;
- }
- } else if (cb) {
- cb(err);
- }
+ Duplex.prototype._destroy.call(this, err, function (err2) {
+ cb(err2);
+ _this2.emit('close');
});
+};
- return this;
-}
+function done(stream, er, data) {
+ if (er) return stream.emit('error', er);
-function undestroy() {
- if (this._readableState) {
- this._readableState.destroyed = false;
- this._readableState.reading = false;
- this._readableState.ended = false;
- this._readableState.endEmitted = false;
- }
+ if (data != null) // single equals check for both `null` and `undefined`
+ stream.push(data);
- if (this._writableState) {
- this._writableState.destroyed = false;
- this._writableState.ended = false;
- this._writableState.ending = false;
- this._writableState.finished = false;
- this._writableState.errorEmitted = false;
- }
-}
+ // if there's nothing in the write buffer, then that means
+ // that nothing more will ever be provided
+ if (stream._writableState.length) throw new Error('Calling transform done when ws.length != 0');
-function emitErrorNT(self, err) {
- self.emit('error', err);
-}
+ if (stream._transformState.transforming) throw new Error('Calling transform done when still transforming');
-module.exports = {
- destroy: destroy,
- undestroy: undestroy
-};
+ return stream.push(null);
+}
/***/ }),
-/* 383 */
-/*!************************************************************!*\
- !*** ./node_modules/readable-stream/lib/_stream_duplex.js ***!
- \************************************************************/
+/* 360 */
+/*!*****************************************************************!*\
+ !*** ./node_modules/readable-stream/lib/_stream_passthrough.js ***!
+ \*****************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -52699,1432 +50298,1198 @@ module.exports = {
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
-// a duplex stream is just a stream that is both readable and writable.
-// Since JS doesn't have multiple prototypal inheritance, this class
-// prototypally inherits from Readable, and then parasitically from
-// Writable.
+// a passthrough stream.
+// basically just the most minimal sort of Transform stream.
+// Every written chunk gets output as-is.
-/**/
+module.exports = PassThrough;
-var pna = __webpack_require__(/*! process-nextick-args */ 375);
-/**/
+var Transform = __webpack_require__(/*! ./_stream_transform */ 359);
/**/
-var objectKeys = Object.keys || function (obj) {
- var keys = [];
- for (var key in obj) {
- keys.push(key);
- }return keys;
-};
+var util = Object.create(__webpack_require__(/*! core-util-is */ 350));
+util.inherits = __webpack_require__(/*! inherits */ 127);
/**/
-module.exports = Duplex;
+util.inherits(PassThrough, Transform);
-/**/
-var util = Object.create(__webpack_require__(/*! core-util-is */ 378));
-util.inherits = __webpack_require__(/*! inherits */ 132);
-/**/
+function PassThrough(options) {
+ if (!(this instanceof PassThrough)) return new PassThrough(options);
-var Readable = __webpack_require__(/*! ./_stream_readable */ 374);
-var Writable = __webpack_require__(/*! ./_stream_writable */ 384);
+ Transform.call(this, options);
+}
-util.inherits(Duplex, Readable);
+PassThrough.prototype._transform = function (chunk, encoding, cb) {
+ cb(null, chunk);
+};
-{
- // avoid scope creep, the keys array can then be collected
- var keys = objectKeys(Writable.prototype);
- for (var v = 0; v < keys.length; v++) {
- var method = keys[v];
- if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method];
- }
-}
+/***/ }),
+/* 361 */
+/*!*****************************************!*\
+ !*** ./node_modules/ripemd160/index.js ***!
+ \*****************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
-function Duplex(options) {
- if (!(this instanceof Duplex)) return new Duplex(options);
+"use strict";
- Readable.call(this, options);
- Writable.call(this, options);
+var Buffer = __webpack_require__(/*! buffer */ 40).Buffer
+var inherits = __webpack_require__(/*! inherits */ 127)
+var HashBase = __webpack_require__(/*! hash-base */ 343)
- if (options && options.readable === false) this.readable = false;
+var ARRAY16 = new Array(16)
- if (options && options.writable === false) this.writable = false;
+var zl = [
+ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
+ 7, 4, 13, 1, 10, 6, 15, 3, 12, 0, 9, 5, 2, 14, 11, 8,
+ 3, 10, 14, 4, 9, 15, 8, 1, 2, 7, 0, 6, 13, 11, 5, 12,
+ 1, 9, 11, 10, 0, 8, 12, 4, 13, 3, 7, 15, 14, 5, 6, 2,
+ 4, 0, 5, 9, 7, 12, 2, 10, 14, 1, 3, 8, 11, 6, 15, 13
+]
- this.allowHalfOpen = true;
- if (options && options.allowHalfOpen === false) this.allowHalfOpen = false;
+var zr = [
+ 5, 14, 7, 0, 9, 2, 11, 4, 13, 6, 15, 8, 1, 10, 3, 12,
+ 6, 11, 3, 7, 0, 13, 5, 10, 14, 15, 8, 12, 4, 9, 1, 2,
+ 15, 5, 1, 3, 7, 14, 6, 9, 11, 8, 12, 2, 10, 0, 4, 13,
+ 8, 6, 4, 1, 3, 11, 15, 0, 5, 12, 2, 13, 9, 7, 10, 14,
+ 12, 15, 10, 4, 1, 5, 8, 7, 6, 2, 13, 14, 0, 3, 9, 11
+]
- this.once('end', onend);
-}
+var sl = [
+ 11, 14, 15, 12, 5, 8, 7, 9, 11, 13, 14, 15, 6, 7, 9, 8,
+ 7, 6, 8, 13, 11, 9, 7, 15, 7, 12, 15, 9, 11, 7, 13, 12,
+ 11, 13, 6, 7, 14, 9, 13, 15, 14, 8, 13, 6, 5, 12, 7, 5,
+ 11, 12, 14, 15, 14, 15, 9, 8, 9, 14, 5, 6, 8, 6, 5, 12,
+ 9, 15, 5, 11, 6, 8, 13, 12, 5, 12, 13, 14, 11, 8, 5, 6
+]
-Object.defineProperty(Duplex.prototype, 'writableHighWaterMark', {
- // making it explicit this property is not enumerable
- // because otherwise some prototype manipulation in
- // userland will fail
- enumerable: false,
- get: function () {
- return this._writableState.highWaterMark;
- }
-});
+var sr = [
+ 8, 9, 9, 11, 13, 15, 15, 5, 7, 7, 8, 11, 14, 14, 12, 6,
+ 9, 13, 15, 7, 12, 8, 9, 11, 7, 7, 12, 7, 6, 15, 13, 11,
+ 9, 7, 15, 11, 8, 6, 6, 14, 12, 13, 5, 14, 13, 13, 7, 5,
+ 15, 5, 8, 11, 14, 14, 6, 14, 6, 9, 12, 9, 12, 5, 15, 8,
+ 8, 5, 12, 9, 12, 5, 14, 6, 8, 13, 6, 5, 15, 13, 11, 11
+]
-// the no-half-open enforcer
-function onend() {
- // if we allow half-open state, or if the writable side ended,
- // then we're ok.
- if (this.allowHalfOpen || this._writableState.ended) return;
+var hl = [0x00000000, 0x5a827999, 0x6ed9eba1, 0x8f1bbcdc, 0xa953fd4e]
+var hr = [0x50a28be6, 0x5c4dd124, 0x6d703ef3, 0x7a6d76e9, 0x00000000]
- // no more data can be written.
- // But allow more writes to happen in this tick.
- pna.nextTick(onEndNT, this);
-}
+function RIPEMD160 () {
+ HashBase.call(this, 64)
-function onEndNT(self) {
- self.end();
+ // state
+ this._a = 0x67452301
+ this._b = 0xefcdab89
+ this._c = 0x98badcfe
+ this._d = 0x10325476
+ this._e = 0xc3d2e1f0
}
-Object.defineProperty(Duplex.prototype, 'destroyed', {
- get: function () {
- if (this._readableState === undefined || this._writableState === undefined) {
- return false;
- }
- return this._readableState.destroyed && this._writableState.destroyed;
- },
- set: function (value) {
- // we ignore the value if the stream
- // has not been initialized yet
- if (this._readableState === undefined || this._writableState === undefined) {
- return;
- }
-
- // backward compatibility, the user is explicitly
- // managing destroyed
- this._readableState.destroyed = value;
- this._writableState.destroyed = value;
- }
-});
+inherits(RIPEMD160, HashBase)
-Duplex.prototype._destroy = function (err, cb) {
- this.push(null);
- this.end();
+RIPEMD160.prototype._update = function () {
+ var words = ARRAY16
+ for (var j = 0; j < 16; ++j) words[j] = this._block.readInt32LE(j * 4)
- pna.nextTick(cb, err);
-};
-
-/***/ }),
-/* 384 */
-/*!**************************************************************!*\
- !*** ./node_modules/readable-stream/lib/_stream_writable.js ***!
- \**************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ var al = this._a | 0
+ var bl = this._b | 0
+ var cl = this._c | 0
+ var dl = this._d | 0
+ var el = this._e | 0
-"use strict";
-/* WEBPACK VAR INJECTION */(function(process, global) {// Copyright Joyent, Inc. and other Node contributors.
-//
-// Permission is hereby granted, free of charge, to any person obtaining a
-// copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to permit
-// persons to whom the Software is furnished to do so, subject to the
-// following conditions:
-//
-// The above copyright notice and this permission notice shall be included
-// in all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-// USE OR OTHER DEALINGS IN THE SOFTWARE.
+ var ar = this._a | 0
+ var br = this._b | 0
+ var cr = this._c | 0
+ var dr = this._d | 0
+ var er = this._e | 0
-// A bit simpler than readable streams.
-// Implement an async ._write(chunk, encoding, cb), and it'll handle all
-// the drain event emission and buffering.
+ // computation
+ for (var i = 0; i < 80; i += 1) {
+ var tl
+ var tr
+ if (i < 16) {
+ tl = fn1(al, bl, cl, dl, el, words[zl[i]], hl[0], sl[i])
+ tr = fn5(ar, br, cr, dr, er, words[zr[i]], hr[0], sr[i])
+ } else if (i < 32) {
+ tl = fn2(al, bl, cl, dl, el, words[zl[i]], hl[1], sl[i])
+ tr = fn4(ar, br, cr, dr, er, words[zr[i]], hr[1], sr[i])
+ } else if (i < 48) {
+ tl = fn3(al, bl, cl, dl, el, words[zl[i]], hl[2], sl[i])
+ tr = fn3(ar, br, cr, dr, er, words[zr[i]], hr[2], sr[i])
+ } else if (i < 64) {
+ tl = fn4(al, bl, cl, dl, el, words[zl[i]], hl[3], sl[i])
+ tr = fn2(ar, br, cr, dr, er, words[zr[i]], hr[3], sr[i])
+ } else { // if (i<80) {
+ tl = fn5(al, bl, cl, dl, el, words[zl[i]], hl[4], sl[i])
+ tr = fn1(ar, br, cr, dr, er, words[zr[i]], hr[4], sr[i])
+ }
+ al = el
+ el = dl
+ dl = rotl(cl, 10)
+ cl = bl
+ bl = tl
+ ar = er
+ er = dr
+ dr = rotl(cr, 10)
+ cr = br
+ br = tr
+ }
-/**/
+ // update state
+ var t = (this._b + cl + dr) | 0
+ this._b = (this._c + dl + er) | 0
+ this._c = (this._d + el + ar) | 0
+ this._d = (this._e + al + br) | 0
+ this._e = (this._a + bl + cr) | 0
+ this._a = t
+}
-var pna = __webpack_require__(/*! process-nextick-args */ 375);
-/**/
+RIPEMD160.prototype._digest = function () {
+ // create padding and handle blocks
+ this._block[this._blockOffset++] = 0x80
+ if (this._blockOffset > 56) {
+ this._block.fill(0, this._blockOffset, 64)
+ this._update()
+ this._blockOffset = 0
+ }
-module.exports = Writable;
+ this._block.fill(0, this._blockOffset, 56)
+ this._block.writeUInt32LE(this._length[0], 56)
+ this._block.writeUInt32LE(this._length[1], 60)
+ this._update()
-/* */
-function WriteReq(chunk, encoding, cb) {
- this.chunk = chunk;
- this.encoding = encoding;
- this.callback = cb;
- this.next = null;
+ // produce result
+ var buffer = Buffer.alloc ? Buffer.alloc(20) : new Buffer(20)
+ buffer.writeInt32LE(this._a, 0)
+ buffer.writeInt32LE(this._b, 4)
+ buffer.writeInt32LE(this._c, 8)
+ buffer.writeInt32LE(this._d, 12)
+ buffer.writeInt32LE(this._e, 16)
+ return buffer
}
-// It seems a linked list but it is not
-// there will be only 2 of these for each stream
-function CorkedRequest(state) {
- var _this = this;
+function rotl (x, n) {
+ return (x << n) | (x >>> (32 - n))
+}
- this.next = null;
- this.entry = null;
- this.finish = function () {
- onCorkedFinish(_this, state);
- };
+function fn1 (a, b, c, d, e, m, k, s) {
+ return (rotl((a + (b ^ c ^ d) + m + k) | 0, s) + e) | 0
}
-/* */
-/**/
-var asyncWrite = !process.browser && ['v0.10', 'v0.9.'].indexOf(process.version.slice(0, 5)) > -1 ? setImmediate : pna.nextTick;
-/**/
+function fn2 (a, b, c, d, e, m, k, s) {
+ return (rotl((a + ((b & c) | ((~b) & d)) + m + k) | 0, s) + e) | 0
+}
-/**/
-var Duplex;
-/**/
+function fn3 (a, b, c, d, e, m, k, s) {
+ return (rotl((a + ((b | (~c)) ^ d) + m + k) | 0, s) + e) | 0
+}
-Writable.WritableState = WritableState;
+function fn4 (a, b, c, d, e, m, k, s) {
+ return (rotl((a + ((b & d) | (c & (~d))) + m + k) | 0, s) + e) | 0
+}
-/**/
-var util = Object.create(__webpack_require__(/*! core-util-is */ 378));
-util.inherits = __webpack_require__(/*! inherits */ 132);
-/**/
+function fn5 (a, b, c, d, e, m, k, s) {
+ return (rotl((a + (b ^ (c | (~d))) + m + k) | 0, s) + e) | 0
+}
-/**/
-var internalUtil = {
- deprecate: __webpack_require__(/*! util-deprecate */ 385)
-};
-/**/
+module.exports = RIPEMD160
-/**/
-var Stream = __webpack_require__(/*! ./internal/streams/stream */ 377);
-/**/
-/**/
+/***/ }),
+/* 362 */
+/*!**************************************!*\
+ !*** ./node_modules/sha.js/index.js ***!
+ \**************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
-var Buffer = __webpack_require__(/*! safe-buffer */ 372).Buffer;
-var OurUint8Array = global.Uint8Array || function () {};
-function _uint8ArrayToBuffer(chunk) {
- return Buffer.from(chunk);
-}
-function _isUint8Array(obj) {
- return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;
-}
+var exports = module.exports = function SHA (algorithm) {
+ algorithm = algorithm.toLowerCase()
-/**/
+ var Algorithm = exports[algorithm]
+ if (!Algorithm) throw new Error(algorithm + ' is not supported (we accept pull requests)')
-var destroyImpl = __webpack_require__(/*! ./internal/streams/destroy */ 382);
+ return new Algorithm()
+}
-util.inherits(Writable, Stream);
+exports.sha = __webpack_require__(/*! ./sha */ 363)
+exports.sha1 = __webpack_require__(/*! ./sha1 */ 365)
+exports.sha224 = __webpack_require__(/*! ./sha224 */ 366)
+exports.sha256 = __webpack_require__(/*! ./sha256 */ 367)
+exports.sha384 = __webpack_require__(/*! ./sha384 */ 368)
+exports.sha512 = __webpack_require__(/*! ./sha512 */ 369)
-function nop() {}
-function WritableState(options, stream) {
- Duplex = Duplex || __webpack_require__(/*! ./_stream_duplex */ 383);
+/***/ }),
+/* 363 */
+/*!************************************!*\
+ !*** ./node_modules/sha.js/sha.js ***!
+ \************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- options = options || {};
+/*
+ * A JavaScript implementation of the Secure Hash Algorithm, SHA-0, as defined
+ * in FIPS PUB 180-1
+ * This source code is derived from sha1.js of the same repository.
+ * The difference between SHA-0 and SHA-1 is just a bitwise rotate left
+ * operation was added.
+ */
- // Duplex streams are both readable and writable, but share
- // the same options object.
- // However, some cases require setting options to different
- // values for the readable and the writable sides of the duplex stream.
- // These options can be provided separately as readableXXX and writableXXX.
- var isDuplex = stream instanceof Duplex;
+var inherits = __webpack_require__(/*! inherits */ 127)
+var Hash = __webpack_require__(/*! ./hash */ 364)
+var Buffer = __webpack_require__(/*! safe-buffer */ 344).Buffer
- // object stream flag to indicate whether or not this stream
- // contains buffers or objects.
- this.objectMode = !!options.objectMode;
+var K = [
+ 0x5a827999, 0x6ed9eba1, 0x8f1bbcdc | 0, 0xca62c1d6 | 0
+]
- if (isDuplex) this.objectMode = this.objectMode || !!options.writableObjectMode;
+var W = new Array(80)
- // the point at which write() starts returning false
- // Note: 0 is a valid value, means that we always return false if
- // the entire buffer is not flushed immediately on write()
- var hwm = options.highWaterMark;
- var writableHwm = options.writableHighWaterMark;
- var defaultHwm = this.objectMode ? 16 : 16 * 1024;
+function Sha () {
+ this.init()
+ this._w = W
- if (hwm || hwm === 0) this.highWaterMark = hwm;else if (isDuplex && (writableHwm || writableHwm === 0)) this.highWaterMark = writableHwm;else this.highWaterMark = defaultHwm;
+ Hash.call(this, 64, 56)
+}
- // cast to ints.
- this.highWaterMark = Math.floor(this.highWaterMark);
+inherits(Sha, Hash)
- // if _final has been called
- this.finalCalled = false;
+Sha.prototype.init = function () {
+ this._a = 0x67452301
+ this._b = 0xefcdab89
+ this._c = 0x98badcfe
+ this._d = 0x10325476
+ this._e = 0xc3d2e1f0
- // drain event flag.
- this.needDrain = false;
- // at the start of calling end()
- this.ending = false;
- // when end() has been called, and returned
- this.ended = false;
- // when 'finish' is emitted
- this.finished = false;
+ return this
+}
- // has it been destroyed
- this.destroyed = false;
+function rotl5 (num) {
+ return (num << 5) | (num >>> 27)
+}
- // should we decode strings into buffers before passing to _write?
- // this is here so that some node-core streams can optimize string
- // handling at a lower level.
- var noDecode = options.decodeStrings === false;
- this.decodeStrings = !noDecode;
+function rotl30 (num) {
+ return (num << 30) | (num >>> 2)
+}
- // Crypto is kind of old and crusty. Historically, its default string
- // encoding is 'binary' so we have to make this configurable.
- // Everything else in the universe uses 'utf8', though.
- this.defaultEncoding = options.defaultEncoding || 'utf8';
+function ft (s, b, c, d) {
+ if (s === 0) return (b & c) | ((~b) & d)
+ if (s === 2) return (b & c) | (b & d) | (c & d)
+ return b ^ c ^ d
+}
- // not an actual buffer we keep track of, but a measurement
- // of how much we're waiting to get pushed to some underlying
- // socket or file.
- this.length = 0;
+Sha.prototype._update = function (M) {
+ var W = this._w
- // a flag to see when we're in the middle of a write.
- this.writing = false;
+ var a = this._a | 0
+ var b = this._b | 0
+ var c = this._c | 0
+ var d = this._d | 0
+ var e = this._e | 0
- // when true all writes will be buffered until .uncork() call
- this.corked = 0;
+ for (var i = 0; i < 16; ++i) W[i] = M.readInt32BE(i * 4)
+ for (; i < 80; ++i) W[i] = W[i - 3] ^ W[i - 8] ^ W[i - 14] ^ W[i - 16]
- // a flag to be able to tell if the onwrite cb is called immediately,
- // or on a later tick. We set this to true at first, because any
- // actions that shouldn't happen until "later" should generally also
- // not happen before the first write call.
- this.sync = true;
+ for (var j = 0; j < 80; ++j) {
+ var s = ~~(j / 20)
+ var t = (rotl5(a) + ft(s, b, c, d) + e + W[j] + K[s]) | 0
- // a flag to know if we're processing previously buffered items, which
- // may call the _write() callback in the same tick, so that we don't
- // end up in an overlapped onwrite situation.
- this.bufferProcessing = false;
+ e = d
+ d = c
+ c = rotl30(b)
+ b = a
+ a = t
+ }
- // the callback that's passed to _write(chunk,cb)
- this.onwrite = function (er) {
- onwrite(stream, er);
- };
+ this._a = (a + this._a) | 0
+ this._b = (b + this._b) | 0
+ this._c = (c + this._c) | 0
+ this._d = (d + this._d) | 0
+ this._e = (e + this._e) | 0
+}
- // the callback that the user supplies to write(chunk,encoding,cb)
- this.writecb = null;
+Sha.prototype._hash = function () {
+ var H = Buffer.allocUnsafe(20)
- // the amount that is being written when _write is called.
- this.writelen = 0;
+ H.writeInt32BE(this._a | 0, 0)
+ H.writeInt32BE(this._b | 0, 4)
+ H.writeInt32BE(this._c | 0, 8)
+ H.writeInt32BE(this._d | 0, 12)
+ H.writeInt32BE(this._e | 0, 16)
- this.bufferedRequest = null;
- this.lastBufferedRequest = null;
+ return H
+}
- // number of pending user-supplied write callbacks
- // this must be 0 before 'finish' can be emitted
- this.pendingcb = 0;
+module.exports = Sha
- // emit prefinish if the only thing we're waiting for is _write cbs
- // This is relevant for synchronous Transform streams
- this.prefinished = false;
- // True if the error was already emitted and should not be thrown again
- this.errorEmitted = false;
+/***/ }),
+/* 364 */
+/*!*************************************!*\
+ !*** ./node_modules/sha.js/hash.js ***!
+ \*************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- // count buffered requests
- this.bufferedRequestCount = 0;
+var Buffer = __webpack_require__(/*! safe-buffer */ 344).Buffer
- // allocate the first CorkedRequest, there is always
- // one allocated and free to use, and we maintain at most two
- this.corkedRequestsFree = new CorkedRequest(this);
+// prototype class for hash functions
+function Hash (blockSize, finalSize) {
+ this._block = Buffer.alloc(blockSize)
+ this._finalSize = finalSize
+ this._blockSize = blockSize
+ this._len = 0
}
-WritableState.prototype.getBuffer = function getBuffer() {
- var current = this.bufferedRequest;
- var out = [];
- while (current) {
- out.push(current);
- current = current.next;
+Hash.prototype.update = function (data, enc) {
+ if (typeof data === 'string') {
+ enc = enc || 'utf8'
+ data = Buffer.from(data, enc)
}
- return out;
-};
-(function () {
- try {
- Object.defineProperty(WritableState.prototype, 'buffer', {
- get: internalUtil.deprecate(function () {
- return this.getBuffer();
- }, '_writableState.buffer is deprecated. Use _writableState.getBuffer ' + 'instead.', 'DEP0003')
- });
- } catch (_) {}
-})();
+ var block = this._block
+ var blockSize = this._blockSize
+ var length = data.length
+ var accum = this._len
-// Test _writableState for inheritance to account for Duplex streams,
-// whose prototype chain only points to Readable.
-var realHasInstance;
-if (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.prototype[Symbol.hasInstance] === 'function') {
- realHasInstance = Function.prototype[Symbol.hasInstance];
- Object.defineProperty(Writable, Symbol.hasInstance, {
- value: function (object) {
- if (realHasInstance.call(this, object)) return true;
- if (this !== Writable) return false;
+ for (var offset = 0; offset < length;) {
+ var assigned = accum % blockSize
+ var remainder = Math.min(length - offset, blockSize - assigned)
- return object && object._writableState instanceof WritableState;
+ for (var i = 0; i < remainder; i++) {
+ block[assigned + i] = data[offset + i]
}
- });
-} else {
- realHasInstance = function (object) {
- return object instanceof this;
- };
-}
-function Writable(options) {
- Duplex = Duplex || __webpack_require__(/*! ./_stream_duplex */ 383);
-
- // Writable ctor is applied to Duplexes, too.
- // `realHasInstance` is necessary because using plain `instanceof`
- // would return false, as no `_writableState` property is attached.
+ accum += remainder
+ offset += remainder
- // Trying to use the custom `instanceof` for Writable here will also break the
- // Node.js LazyTransform implementation, which has a non-trivial getter for
- // `_writableState` that would lead to infinite recursion.
- if (!realHasInstance.call(Writable, this) && !(this instanceof Duplex)) {
- return new Writable(options);
+ if ((accum % blockSize) === 0) {
+ this._update(block)
+ }
}
- this._writableState = new WritableState(options, this);
-
- // legacy.
- this.writable = true;
+ this._len += length
+ return this
+}
- if (options) {
- if (typeof options.write === 'function') this._write = options.write;
+Hash.prototype.digest = function (enc) {
+ var rem = this._len % this._blockSize
- if (typeof options.writev === 'function') this._writev = options.writev;
+ this._block[rem] = 0x80
- if (typeof options.destroy === 'function') this._destroy = options.destroy;
+ // zero (rem + 1) trailing bits, where (rem + 1) is the smallest
+ // non-negative solution to the equation (length + 1 + (rem + 1)) === finalSize mod blockSize
+ this._block.fill(0, rem + 1)
- if (typeof options.final === 'function') this._final = options.final;
+ if (rem >= this._finalSize) {
+ this._update(this._block)
+ this._block.fill(0)
}
- Stream.call(this);
-}
-
-// Otherwise people can pipe Writable streams, which is just wrong.
-Writable.prototype.pipe = function () {
- this.emit('error', new Error('Cannot pipe, not readable'));
-};
+ var bits = this._len * 8
-function writeAfterEnd(stream, cb) {
- var er = new Error('write after end');
- // TODO: defer error events consistently everywhere, not just the cb
- stream.emit('error', er);
- pna.nextTick(cb, er);
-}
+ // uint32
+ if (bits <= 0xffffffff) {
+ this._block.writeUInt32BE(bits, this._blockSize - 4)
-// Checks that a user-supplied chunk is valid, especially for the particular
-// mode the stream is in. Currently this means that `null` is never accepted
-// and undefined/non-string values are only allowed in object mode.
-function validChunk(stream, state, chunk, cb) {
- var valid = true;
- var er = false;
+ // uint64
+ } else {
+ var lowBits = (bits & 0xffffffff) >>> 0
+ var highBits = (bits - lowBits) / 0x100000000
- if (chunk === null) {
- er = new TypeError('May not write null values to stream');
- } else if (typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) {
- er = new TypeError('Invalid non-string/buffer chunk');
- }
- if (er) {
- stream.emit('error', er);
- pna.nextTick(cb, er);
- valid = false;
+ this._block.writeUInt32BE(highBits, this._blockSize - 8)
+ this._block.writeUInt32BE(lowBits, this._blockSize - 4)
}
- return valid;
+
+ this._update(this._block)
+ var hash = this._hash()
+
+ return enc ? hash.toString(enc) : hash
}
-Writable.prototype.write = function (chunk, encoding, cb) {
- var state = this._writableState;
- var ret = false;
- var isBuf = !state.objectMode && _isUint8Array(chunk);
+Hash.prototype._update = function () {
+ throw new Error('_update must be implemented by subclass')
+}
- if (isBuf && !Buffer.isBuffer(chunk)) {
- chunk = _uint8ArrayToBuffer(chunk);
- }
+module.exports = Hash
- if (typeof encoding === 'function') {
- cb = encoding;
- encoding = null;
- }
- if (isBuf) encoding = 'buffer';else if (!encoding) encoding = state.defaultEncoding;
+/***/ }),
+/* 365 */
+/*!*************************************!*\
+ !*** ./node_modules/sha.js/sha1.js ***!
+ \*************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- if (typeof cb !== 'function') cb = nop;
+/*
+ * A JavaScript implementation of the Secure Hash Algorithm, SHA-1, as defined
+ * in FIPS PUB 180-1
+ * Version 2.1a Copyright Paul Johnston 2000 - 2002.
+ * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
+ * Distributed under the BSD License
+ * See http://pajhome.org.uk/crypt/md5 for details.
+ */
- if (state.ended) writeAfterEnd(this, cb);else if (isBuf || validChunk(this, state, chunk, cb)) {
- state.pendingcb++;
- ret = writeOrBuffer(this, state, isBuf, chunk, encoding, cb);
- }
+var inherits = __webpack_require__(/*! inherits */ 127)
+var Hash = __webpack_require__(/*! ./hash */ 364)
+var Buffer = __webpack_require__(/*! safe-buffer */ 344).Buffer
- return ret;
-};
-
-Writable.prototype.cork = function () {
- var state = this._writableState;
-
- state.corked++;
-};
-
-Writable.prototype.uncork = function () {
- var state = this._writableState;
-
- if (state.corked) {
- state.corked--;
+var K = [
+ 0x5a827999, 0x6ed9eba1, 0x8f1bbcdc | 0, 0xca62c1d6 | 0
+]
- if (!state.writing && !state.corked && !state.finished && !state.bufferProcessing && state.bufferedRequest) clearBuffer(this, state);
- }
-};
+var W = new Array(80)
-Writable.prototype.setDefaultEncoding = function setDefaultEncoding(encoding) {
- // node::ParseEncoding() requires lower case.
- if (typeof encoding === 'string') encoding = encoding.toLowerCase();
- if (!(['hex', 'utf8', 'utf-8', 'ascii', 'binary', 'base64', 'ucs2', 'ucs-2', 'utf16le', 'utf-16le', 'raw'].indexOf((encoding + '').toLowerCase()) > -1)) throw new TypeError('Unknown encoding: ' + encoding);
- this._writableState.defaultEncoding = encoding;
- return this;
-};
+function Sha1 () {
+ this.init()
+ this._w = W
-function decodeChunk(state, chunk, encoding) {
- if (!state.objectMode && state.decodeStrings !== false && typeof chunk === 'string') {
- chunk = Buffer.from(chunk, encoding);
- }
- return chunk;
+ Hash.call(this, 64, 56)
}
-Object.defineProperty(Writable.prototype, 'writableHighWaterMark', {
- // making it explicit this property is not enumerable
- // because otherwise some prototype manipulation in
- // userland will fail
- enumerable: false,
- get: function () {
- return this._writableState.highWaterMark;
- }
-});
-
-// if we're already writing something, then just put this
-// in the queue, and wait our turn. Otherwise, call _write
-// If we return false, then we need a drain event, so set that flag.
-function writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) {
- if (!isBuf) {
- var newChunk = decodeChunk(state, chunk, encoding);
- if (chunk !== newChunk) {
- isBuf = true;
- encoding = 'buffer';
- chunk = newChunk;
- }
- }
- var len = state.objectMode ? 1 : chunk.length;
-
- state.length += len;
-
- var ret = state.length < state.highWaterMark;
- // we must ensure that previous needDrain will not be reset to false.
- if (!ret) state.needDrain = true;
+inherits(Sha1, Hash)
- if (state.writing || state.corked) {
- var last = state.lastBufferedRequest;
- state.lastBufferedRequest = {
- chunk: chunk,
- encoding: encoding,
- isBuf: isBuf,
- callback: cb,
- next: null
- };
- if (last) {
- last.next = state.lastBufferedRequest;
- } else {
- state.bufferedRequest = state.lastBufferedRequest;
- }
- state.bufferedRequestCount += 1;
- } else {
- doWrite(stream, state, false, len, chunk, encoding, cb);
- }
+Sha1.prototype.init = function () {
+ this._a = 0x67452301
+ this._b = 0xefcdab89
+ this._c = 0x98badcfe
+ this._d = 0x10325476
+ this._e = 0xc3d2e1f0
- return ret;
+ return this
}
-function doWrite(stream, state, writev, len, chunk, encoding, cb) {
- state.writelen = len;
- state.writecb = cb;
- state.writing = true;
- state.sync = true;
- if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite);
- state.sync = false;
+function rotl1 (num) {
+ return (num << 1) | (num >>> 31)
}
-function onwriteError(stream, state, sync, er, cb) {
- --state.pendingcb;
+function rotl5 (num) {
+ return (num << 5) | (num >>> 27)
+}
- if (sync) {
- // defer the callback if we are being called synchronously
- // to avoid piling up things on the stack
- pna.nextTick(cb, er);
- // this can emit finish, and it will always happen
- // after error
- pna.nextTick(finishMaybe, stream, state);
- stream._writableState.errorEmitted = true;
- stream.emit('error', er);
- } else {
- // the caller expect this to happen before if
- // it is async
- cb(er);
- stream._writableState.errorEmitted = true;
- stream.emit('error', er);
- // this can emit finish, but finish must
- // always follow error
- finishMaybe(stream, state);
- }
+function rotl30 (num) {
+ return (num << 30) | (num >>> 2)
}
-function onwriteStateUpdate(state) {
- state.writing = false;
- state.writecb = null;
- state.length -= state.writelen;
- state.writelen = 0;
+function ft (s, b, c, d) {
+ if (s === 0) return (b & c) | ((~b) & d)
+ if (s === 2) return (b & c) | (b & d) | (c & d)
+ return b ^ c ^ d
}
-function onwrite(stream, er) {
- var state = stream._writableState;
- var sync = state.sync;
- var cb = state.writecb;
+Sha1.prototype._update = function (M) {
+ var W = this._w
- onwriteStateUpdate(state);
+ var a = this._a | 0
+ var b = this._b | 0
+ var c = this._c | 0
+ var d = this._d | 0
+ var e = this._e | 0
- if (er) onwriteError(stream, state, sync, er, cb);else {
- // Check if we're actually ready to finish, but don't emit yet
- var finished = needFinish(state);
+ for (var i = 0; i < 16; ++i) W[i] = M.readInt32BE(i * 4)
+ for (; i < 80; ++i) W[i] = rotl1(W[i - 3] ^ W[i - 8] ^ W[i - 14] ^ W[i - 16])
- if (!finished && !state.corked && !state.bufferProcessing && state.bufferedRequest) {
- clearBuffer(stream, state);
- }
+ for (var j = 0; j < 80; ++j) {
+ var s = ~~(j / 20)
+ var t = (rotl5(a) + ft(s, b, c, d) + e + W[j] + K[s]) | 0
- if (sync) {
- /**/
- asyncWrite(afterWrite, stream, state, finished, cb);
- /**/
- } else {
- afterWrite(stream, state, finished, cb);
- }
+ e = d
+ d = c
+ c = rotl30(b)
+ b = a
+ a = t
}
-}
-
-function afterWrite(stream, state, finished, cb) {
- if (!finished) onwriteDrain(stream, state);
- state.pendingcb--;
- cb();
- finishMaybe(stream, state);
-}
-// Must force callback to be called on nextTick, so that we don't
-// emit 'drain' before the write() consumer gets the 'false' return
-// value, and has a chance to attach a 'drain' listener.
-function onwriteDrain(stream, state) {
- if (state.length === 0 && state.needDrain) {
- state.needDrain = false;
- stream.emit('drain');
- }
+ this._a = (a + this._a) | 0
+ this._b = (b + this._b) | 0
+ this._c = (c + this._c) | 0
+ this._d = (d + this._d) | 0
+ this._e = (e + this._e) | 0
}
-// if there's something in the buffer waiting, then process it
-function clearBuffer(stream, state) {
- state.bufferProcessing = true;
- var entry = state.bufferedRequest;
-
- if (stream._writev && entry && entry.next) {
- // Fast case, write everything using _writev()
- var l = state.bufferedRequestCount;
- var buffer = new Array(l);
- var holder = state.corkedRequestsFree;
- holder.entry = entry;
+Sha1.prototype._hash = function () {
+ var H = Buffer.allocUnsafe(20)
- var count = 0;
- var allBuffers = true;
- while (entry) {
- buffer[count] = entry;
- if (!entry.isBuf) allBuffers = false;
- entry = entry.next;
- count += 1;
- }
- buffer.allBuffers = allBuffers;
+ H.writeInt32BE(this._a | 0, 0)
+ H.writeInt32BE(this._b | 0, 4)
+ H.writeInt32BE(this._c | 0, 8)
+ H.writeInt32BE(this._d | 0, 12)
+ H.writeInt32BE(this._e | 0, 16)
- doWrite(stream, state, true, state.length, buffer, '', holder.finish);
+ return H
+}
- // doWrite is almost always async, defer these to save a bit of time
- // as the hot path ends with doWrite
- state.pendingcb++;
- state.lastBufferedRequest = null;
- if (holder.next) {
- state.corkedRequestsFree = holder.next;
- holder.next = null;
- } else {
- state.corkedRequestsFree = new CorkedRequest(state);
- }
- state.bufferedRequestCount = 0;
- } else {
- // Slow case, write chunks one-by-one
- while (entry) {
- var chunk = entry.chunk;
- var encoding = entry.encoding;
- var cb = entry.callback;
- var len = state.objectMode ? 1 : chunk.length;
+module.exports = Sha1
- doWrite(stream, state, false, len, chunk, encoding, cb);
- entry = entry.next;
- state.bufferedRequestCount--;
- // if we didn't call the onwrite immediately, then
- // it means that we need to wait until it does.
- // also, that means that the chunk and cb are currently
- // being processed, so move the buffer counter past them.
- if (state.writing) {
- break;
- }
- }
- if (entry === null) state.lastBufferedRequest = null;
- }
+/***/ }),
+/* 366 */
+/*!***************************************!*\
+ !*** ./node_modules/sha.js/sha224.js ***!
+ \***************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- state.bufferedRequest = entry;
- state.bufferProcessing = false;
-}
+/**
+ * A JavaScript implementation of the Secure Hash Algorithm, SHA-256, as defined
+ * in FIPS 180-2
+ * Version 2.2-beta Copyright Angel Marin, Paul Johnston 2000 - 2009.
+ * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
+ *
+ */
-Writable.prototype._write = function (chunk, encoding, cb) {
- cb(new Error('_write() is not implemented'));
-};
+var inherits = __webpack_require__(/*! inherits */ 127)
+var Sha256 = __webpack_require__(/*! ./sha256 */ 367)
+var Hash = __webpack_require__(/*! ./hash */ 364)
+var Buffer = __webpack_require__(/*! safe-buffer */ 344).Buffer
-Writable.prototype._writev = null;
+var W = new Array(64)
-Writable.prototype.end = function (chunk, encoding, cb) {
- var state = this._writableState;
+function Sha224 () {
+ this.init()
- if (typeof chunk === 'function') {
- cb = chunk;
- chunk = null;
- encoding = null;
- } else if (typeof encoding === 'function') {
- cb = encoding;
- encoding = null;
- }
+ this._w = W // new Array(64)
- if (chunk !== null && chunk !== undefined) this.write(chunk, encoding);
+ Hash.call(this, 64, 56)
+}
- // .end() fully uncorks
- if (state.corked) {
- state.corked = 1;
- this.uncork();
- }
+inherits(Sha224, Sha256)
- // ignore unnecessary end() calls.
- if (!state.ending && !state.finished) endWritable(this, state, cb);
-};
+Sha224.prototype.init = function () {
+ this._a = 0xc1059ed8
+ this._b = 0x367cd507
+ this._c = 0x3070dd17
+ this._d = 0xf70e5939
+ this._e = 0xffc00b31
+ this._f = 0x68581511
+ this._g = 0x64f98fa7
+ this._h = 0xbefa4fa4
-function needFinish(state) {
- return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && !state.writing;
-}
-function callFinal(stream, state) {
- stream._final(function (err) {
- state.pendingcb--;
- if (err) {
- stream.emit('error', err);
- }
- state.prefinished = true;
- stream.emit('prefinish');
- finishMaybe(stream, state);
- });
-}
-function prefinish(stream, state) {
- if (!state.prefinished && !state.finalCalled) {
- if (typeof stream._final === 'function') {
- state.pendingcb++;
- state.finalCalled = true;
- pna.nextTick(callFinal, stream, state);
- } else {
- state.prefinished = true;
- stream.emit('prefinish');
- }
- }
+ return this
}
-function finishMaybe(stream, state) {
- var need = needFinish(state);
- if (need) {
- prefinish(stream, state);
- if (state.pendingcb === 0) {
- state.finished = true;
- stream.emit('finish');
- }
- }
- return need;
-}
+Sha224.prototype._hash = function () {
+ var H = Buffer.allocUnsafe(28)
-function endWritable(stream, state, cb) {
- state.ending = true;
- finishMaybe(stream, state);
- if (cb) {
- if (state.finished) pna.nextTick(cb);else stream.once('finish', cb);
- }
- state.ended = true;
- stream.writable = false;
-}
+ H.writeInt32BE(this._a, 0)
+ H.writeInt32BE(this._b, 4)
+ H.writeInt32BE(this._c, 8)
+ H.writeInt32BE(this._d, 12)
+ H.writeInt32BE(this._e, 16)
+ H.writeInt32BE(this._f, 20)
+ H.writeInt32BE(this._g, 24)
-function onCorkedFinish(corkReq, state, err) {
- var entry = corkReq.entry;
- corkReq.entry = null;
- while (entry) {
- var cb = entry.callback;
- state.pendingcb--;
- cb(err);
- entry = entry.next;
- }
- if (state.corkedRequestsFree) {
- state.corkedRequestsFree.next = corkReq;
- } else {
- state.corkedRequestsFree = corkReq;
- }
+ return H
}
-Object.defineProperty(Writable.prototype, 'destroyed', {
- get: function () {
- if (this._writableState === undefined) {
- return false;
- }
- return this._writableState.destroyed;
- },
- set: function (value) {
- // we ignore the value if the stream
- // has not been initialized yet
- if (!this._writableState) {
- return;
- }
-
- // backward compatibility, the user is explicitly
- // managing destroyed
- this._writableState.destroyed = value;
- }
-});
+module.exports = Sha224
-Writable.prototype.destroy = destroyImpl.destroy;
-Writable.prototype._undestroy = destroyImpl.undestroy;
-Writable.prototype._destroy = function (err, cb) {
- this.end();
- cb(err);
-};
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../node-libs-browser/mock/process.js */ 36), __webpack_require__(/*! ./../../webpack/buildin/global.js */ 42)))
/***/ }),
-/* 385 */
-/*!************************************************!*\
- !*** ./node_modules/util-deprecate/browser.js ***!
- \************************************************/
+/* 367 */
+/*!***************************************!*\
+ !*** ./node_modules/sha.js/sha256.js ***!
+ \***************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-/* WEBPACK VAR INJECTION */(function(global) {
/**
- * Module exports.
+ * A JavaScript implementation of the Secure Hash Algorithm, SHA-256, as defined
+ * in FIPS 180-2
+ * Version 2.2-beta Copyright Angel Marin, Paul Johnston 2000 - 2009.
+ * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
+ *
*/
-module.exports = deprecate;
+var inherits = __webpack_require__(/*! inherits */ 127)
+var Hash = __webpack_require__(/*! ./hash */ 364)
+var Buffer = __webpack_require__(/*! safe-buffer */ 344).Buffer
-/**
- * Mark that a method should not be used.
- * Returns a modified function which warns once by default.
- *
- * If `localStorage.noDeprecation = true` is set, then it is a no-op.
- *
- * If `localStorage.throwDeprecation = true` is set, then deprecated functions
- * will throw an Error when invoked.
- *
- * If `localStorage.traceDeprecation = true` is set, then deprecated functions
- * will invoke `console.trace()` instead of `console.error()`.
- *
- * @param {Function} fn - the function to deprecate
- * @param {String} msg - the string to print to the console when `fn` is invoked
- * @returns {Function} a new "deprecated" version of `fn`
- * @api public
- */
+var K = [
+ 0x428A2F98, 0x71374491, 0xB5C0FBCF, 0xE9B5DBA5,
+ 0x3956C25B, 0x59F111F1, 0x923F82A4, 0xAB1C5ED5,
+ 0xD807AA98, 0x12835B01, 0x243185BE, 0x550C7DC3,
+ 0x72BE5D74, 0x80DEB1FE, 0x9BDC06A7, 0xC19BF174,
+ 0xE49B69C1, 0xEFBE4786, 0x0FC19DC6, 0x240CA1CC,
+ 0x2DE92C6F, 0x4A7484AA, 0x5CB0A9DC, 0x76F988DA,
+ 0x983E5152, 0xA831C66D, 0xB00327C8, 0xBF597FC7,
+ 0xC6E00BF3, 0xD5A79147, 0x06CA6351, 0x14292967,
+ 0x27B70A85, 0x2E1B2138, 0x4D2C6DFC, 0x53380D13,
+ 0x650A7354, 0x766A0ABB, 0x81C2C92E, 0x92722C85,
+ 0xA2BFE8A1, 0xA81A664B, 0xC24B8B70, 0xC76C51A3,
+ 0xD192E819, 0xD6990624, 0xF40E3585, 0x106AA070,
+ 0x19A4C116, 0x1E376C08, 0x2748774C, 0x34B0BCB5,
+ 0x391C0CB3, 0x4ED8AA4A, 0x5B9CCA4F, 0x682E6FF3,
+ 0x748F82EE, 0x78A5636F, 0x84C87814, 0x8CC70208,
+ 0x90BEFFFA, 0xA4506CEB, 0xBEF9A3F7, 0xC67178F2
+]
-function deprecate (fn, msg) {
- if (config('noDeprecation')) {
- return fn;
- }
+var W = new Array(64)
- var warned = false;
- function deprecated() {
- if (!warned) {
- if (config('throwDeprecation')) {
- throw new Error(msg);
- } else if (config('traceDeprecation')) {
- console.trace(msg);
- } else {
- console.warn(msg);
- }
- warned = true;
- }
- return fn.apply(this, arguments);
- }
+function Sha256 () {
+ this.init()
- return deprecated;
+ this._w = W // new Array(64)
+
+ Hash.call(this, 64, 56)
}
-/**
- * Checks `localStorage` for boolean values for the given `name`.
- *
- * @param {String} name
- * @returns {Boolean}
- * @api private
- */
+inherits(Sha256, Hash)
-function config (name) {
- // accessing global.localStorage can trigger a DOMException in sandboxed iframes
- try {
- if (!global.localStorage) return false;
- } catch (_) {
- return false;
- }
- var val = global.localStorage[name];
- if (null == val) return false;
- return String(val).toLowerCase() === 'true';
+Sha256.prototype.init = function () {
+ this._a = 0x6a09e667
+ this._b = 0xbb67ae85
+ this._c = 0x3c6ef372
+ this._d = 0xa54ff53a
+ this._e = 0x510e527f
+ this._f = 0x9b05688c
+ this._g = 0x1f83d9ab
+ this._h = 0x5be0cd19
+
+ return this
}
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../webpack/buildin/global.js */ 42)))
-
-/***/ }),
-/* 386 */
-/*!***********************************************************!*\
- !*** ./node_modules/string_decoder/lib/string_decoder.js ***!
- \***********************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-// Copyright Joyent, Inc. and other Node contributors.
-//
-// Permission is hereby granted, free of charge, to any person obtaining a
-// copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to permit
-// persons to whom the Software is furnished to do so, subject to the
-// following conditions:
-//
-// The above copyright notice and this permission notice shall be included
-// in all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-// USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-
-
-/**/
-
-var Buffer = __webpack_require__(/*! safe-buffer */ 372).Buffer;
-/**/
-
-var isEncoding = Buffer.isEncoding || function (encoding) {
- encoding = '' + encoding;
- switch (encoding && encoding.toLowerCase()) {
- case 'hex':case 'utf8':case 'utf-8':case 'ascii':case 'binary':case 'base64':case 'ucs2':case 'ucs-2':case 'utf16le':case 'utf-16le':case 'raw':
- return true;
- default:
- return false;
- }
-};
-
-function _normalizeEncoding(enc) {
- if (!enc) return 'utf8';
- var retried;
- while (true) {
- switch (enc) {
- case 'utf8':
- case 'utf-8':
- return 'utf8';
- case 'ucs2':
- case 'ucs-2':
- case 'utf16le':
- case 'utf-16le':
- return 'utf16le';
- case 'latin1':
- case 'binary':
- return 'latin1';
- case 'base64':
- case 'ascii':
- case 'hex':
- return enc;
- default:
- if (retried) return; // undefined
- enc = ('' + enc).toLowerCase();
- retried = true;
- }
- }
-};
-
-// Do not cache `Buffer.isEncoding` when checking encoding names as some
-// modules monkey-patch it to support additional encodings
-function normalizeEncoding(enc) {
- var nenc = _normalizeEncoding(enc);
- if (typeof nenc !== 'string' && (Buffer.isEncoding === isEncoding || !isEncoding(enc))) throw new Error('Unknown encoding: ' + enc);
- return nenc || enc;
+function ch (x, y, z) {
+ return z ^ (x & (y ^ z))
}
-// StringDecoder provides an interface for efficiently splitting a series of
-// buffers into a series of JS strings without breaking apart multi-byte
-// characters.
-exports.StringDecoder = StringDecoder;
-function StringDecoder(encoding) {
- this.encoding = normalizeEncoding(encoding);
- var nb;
- switch (this.encoding) {
- case 'utf16le':
- this.text = utf16Text;
- this.end = utf16End;
- nb = 4;
- break;
- case 'utf8':
- this.fillLast = utf8FillLast;
- nb = 4;
- break;
- case 'base64':
- this.text = base64Text;
- this.end = base64End;
- nb = 3;
- break;
- default:
- this.write = simpleWrite;
- this.end = simpleEnd;
- return;
- }
- this.lastNeed = 0;
- this.lastTotal = 0;
- this.lastChar = Buffer.allocUnsafe(nb);
+function maj (x, y, z) {
+ return (x & y) | (z & (x | y))
}
-StringDecoder.prototype.write = function (buf) {
- if (buf.length === 0) return '';
- var r;
- var i;
- if (this.lastNeed) {
- r = this.fillLast(buf);
- if (r === undefined) return '';
- i = this.lastNeed;
- this.lastNeed = 0;
- } else {
- i = 0;
- }
- if (i < buf.length) return r ? r + this.text(buf, i) : this.text(buf, i);
- return r || '';
-};
-
-StringDecoder.prototype.end = utf8End;
-
-// Returns only complete characters in a Buffer
-StringDecoder.prototype.text = utf8Text;
-
-// Attempts to complete a partial non-UTF-8 character using bytes from a Buffer
-StringDecoder.prototype.fillLast = function (buf) {
- if (this.lastNeed <= buf.length) {
- buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed);
- return this.lastChar.toString(this.encoding, 0, this.lastTotal);
- }
- buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length);
- this.lastNeed -= buf.length;
-};
-
-// Checks the type of a UTF-8 byte, whether it's ASCII, a leading byte, or a
-// continuation byte. If an invalid byte is detected, -2 is returned.
-function utf8CheckByte(byte) {
- if (byte <= 0x7F) return 0;else if (byte >> 5 === 0x06) return 2;else if (byte >> 4 === 0x0E) return 3;else if (byte >> 3 === 0x1E) return 4;
- return byte >> 6 === 0x02 ? -1 : -2;
+function sigma0 (x) {
+ return (x >>> 2 | x << 30) ^ (x >>> 13 | x << 19) ^ (x >>> 22 | x << 10)
}
-// Checks at most 3 bytes at the end of a Buffer in order to detect an
-// incomplete multi-byte UTF-8 character. The total number of bytes (2, 3, or 4)
-// needed to complete the UTF-8 character (if applicable) are returned.
-function utf8CheckIncomplete(self, buf, i) {
- var j = buf.length - 1;
- if (j < i) return 0;
- var nb = utf8CheckByte(buf[j]);
- if (nb >= 0) {
- if (nb > 0) self.lastNeed = nb - 1;
- return nb;
- }
- if (--j < i || nb === -2) return 0;
- nb = utf8CheckByte(buf[j]);
- if (nb >= 0) {
- if (nb > 0) self.lastNeed = nb - 2;
- return nb;
- }
- if (--j < i || nb === -2) return 0;
- nb = utf8CheckByte(buf[j]);
- if (nb >= 0) {
- if (nb > 0) {
- if (nb === 2) nb = 0;else self.lastNeed = nb - 3;
- }
- return nb;
- }
- return 0;
+function sigma1 (x) {
+ return (x >>> 6 | x << 26) ^ (x >>> 11 | x << 21) ^ (x >>> 25 | x << 7)
}
-// Validates as many continuation bytes for a multi-byte UTF-8 character as
-// needed or are available. If we see a non-continuation byte where we expect
-// one, we "replace" the validated continuation bytes we've seen so far with
-// a single UTF-8 replacement character ('\ufffd'), to match v8's UTF-8 decoding
-// behavior. The continuation byte check is included three times in the case
-// where all of the continuation bytes for a character exist in the same buffer.
-// It is also done this way as a slight performance increase instead of using a
-// loop.
-function utf8CheckExtraBytes(self, buf, p) {
- if ((buf[0] & 0xC0) !== 0x80) {
- self.lastNeed = 0;
- return '\ufffd';
- }
- if (self.lastNeed > 1 && buf.length > 1) {
- if ((buf[1] & 0xC0) !== 0x80) {
- self.lastNeed = 1;
- return '\ufffd';
- }
- if (self.lastNeed > 2 && buf.length > 2) {
- if ((buf[2] & 0xC0) !== 0x80) {
- self.lastNeed = 2;
- return '\ufffd';
- }
- }
- }
+function gamma0 (x) {
+ return (x >>> 7 | x << 25) ^ (x >>> 18 | x << 14) ^ (x >>> 3)
}
-// Attempts to complete a multi-byte UTF-8 character using bytes from a Buffer.
-function utf8FillLast(buf) {
- var p = this.lastTotal - this.lastNeed;
- var r = utf8CheckExtraBytes(this, buf, p);
- if (r !== undefined) return r;
- if (this.lastNeed <= buf.length) {
- buf.copy(this.lastChar, p, 0, this.lastNeed);
- return this.lastChar.toString(this.encoding, 0, this.lastTotal);
- }
- buf.copy(this.lastChar, p, 0, buf.length);
- this.lastNeed -= buf.length;
+function gamma1 (x) {
+ return (x >>> 17 | x << 15) ^ (x >>> 19 | x << 13) ^ (x >>> 10)
}
-// Returns all complete UTF-8 characters in a Buffer. If the Buffer ended on a
-// partial character, the character's bytes are buffered until the required
-// number of bytes are available.
-function utf8Text(buf, i) {
- var total = utf8CheckIncomplete(this, buf, i);
- if (!this.lastNeed) return buf.toString('utf8', i);
- this.lastTotal = total;
- var end = buf.length - (total - this.lastNeed);
- buf.copy(this.lastChar, 0, end);
- return buf.toString('utf8', i, end);
-}
+Sha256.prototype._update = function (M) {
+ var W = this._w
-// For UTF-8, a replacement character is added when ending on a partial
-// character.
-function utf8End(buf) {
- var r = buf && buf.length ? this.write(buf) : '';
- if (this.lastNeed) return r + '\ufffd';
- return r;
-}
+ var a = this._a | 0
+ var b = this._b | 0
+ var c = this._c | 0
+ var d = this._d | 0
+ var e = this._e | 0
+ var f = this._f | 0
+ var g = this._g | 0
+ var h = this._h | 0
-// UTF-16LE typically needs two bytes per character, but even if we have an even
-// number of bytes available, we need to check if we end on a leading/high
-// surrogate. In that case, we need to wait for the next two bytes in order to
-// decode the last character properly.
-function utf16Text(buf, i) {
- if ((buf.length - i) % 2 === 0) {
- var r = buf.toString('utf16le', i);
- if (r) {
- var c = r.charCodeAt(r.length - 1);
- if (c >= 0xD800 && c <= 0xDBFF) {
- this.lastNeed = 2;
- this.lastTotal = 4;
- this.lastChar[0] = buf[buf.length - 2];
- this.lastChar[1] = buf[buf.length - 1];
- return r.slice(0, -1);
- }
- }
- return r;
- }
- this.lastNeed = 1;
- this.lastTotal = 2;
- this.lastChar[0] = buf[buf.length - 1];
- return buf.toString('utf16le', i, buf.length - 1);
-}
+ for (var i = 0; i < 16; ++i) W[i] = M.readInt32BE(i * 4)
+ for (; i < 64; ++i) W[i] = (gamma1(W[i - 2]) + W[i - 7] + gamma0(W[i - 15]) + W[i - 16]) | 0
-// For UTF-16LE we do not explicitly append special replacement characters if we
-// end on a partial character, we simply let v8 handle that.
-function utf16End(buf) {
- var r = buf && buf.length ? this.write(buf) : '';
- if (this.lastNeed) {
- var end = this.lastTotal - this.lastNeed;
- return r + this.lastChar.toString('utf16le', 0, end);
- }
- return r;
-}
+ for (var j = 0; j < 64; ++j) {
+ var T1 = (h + sigma1(e) + ch(e, f, g) + K[j] + W[j]) | 0
+ var T2 = (sigma0(a) + maj(a, b, c)) | 0
-function base64Text(buf, i) {
- var n = (buf.length - i) % 3;
- if (n === 0) return buf.toString('base64', i);
- this.lastNeed = 3 - n;
- this.lastTotal = 3;
- if (n === 1) {
- this.lastChar[0] = buf[buf.length - 1];
- } else {
- this.lastChar[0] = buf[buf.length - 2];
- this.lastChar[1] = buf[buf.length - 1];
+ h = g
+ g = f
+ f = e
+ e = (d + T1) | 0
+ d = c
+ c = b
+ b = a
+ a = (T1 + T2) | 0
}
- return buf.toString('base64', i, buf.length - n);
-}
-function base64End(buf) {
- var r = buf && buf.length ? this.write(buf) : '';
- if (this.lastNeed) return r + this.lastChar.toString('base64', 0, 3 - this.lastNeed);
- return r;
+ this._a = (a + this._a) | 0
+ this._b = (b + this._b) | 0
+ this._c = (c + this._c) | 0
+ this._d = (d + this._d) | 0
+ this._e = (e + this._e) | 0
+ this._f = (f + this._f) | 0
+ this._g = (g + this._g) | 0
+ this._h = (h + this._h) | 0
}
-// Pass bytes on through for single-byte encodings (e.g. ascii, latin1, hex)
-function simpleWrite(buf) {
- return buf.toString(this.encoding);
-}
+Sha256.prototype._hash = function () {
+ var H = Buffer.allocUnsafe(32)
-function simpleEnd(buf) {
- return buf && buf.length ? this.write(buf) : '';
+ H.writeInt32BE(this._a, 0)
+ H.writeInt32BE(this._b, 4)
+ H.writeInt32BE(this._c, 8)
+ H.writeInt32BE(this._d, 12)
+ H.writeInt32BE(this._e, 16)
+ H.writeInt32BE(this._f, 20)
+ H.writeInt32BE(this._g, 24)
+ H.writeInt32BE(this._h, 28)
+
+ return H
}
+module.exports = Sha256
+
+
/***/ }),
-/* 387 */
-/*!***************************************************************!*\
- !*** ./node_modules/readable-stream/lib/_stream_transform.js ***!
- \***************************************************************/
+/* 368 */
+/*!***************************************!*\
+ !*** ./node_modules/sha.js/sha384.js ***!
+ \***************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-"use strict";
-// Copyright Joyent, Inc. and other Node contributors.
-//
-// Permission is hereby granted, free of charge, to any person obtaining a
-// copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to permit
-// persons to whom the Software is furnished to do so, subject to the
-// following conditions:
-//
-// The above copyright notice and this permission notice shall be included
-// in all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-// USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-// a transform stream is a readable/writable stream where you do
-// something with the data. Sometimes it's called a "filter",
-// but that's not a great name for it, since that implies a thing where
-// some bits pass through, and others are simply ignored. (That would
-// be a valid example of a transform, of course.)
-//
-// While the output is causally related to the input, it's not a
-// necessarily symmetric or synchronous transformation. For example,
-// a zlib stream might take multiple plain-text writes(), and then
-// emit a single compressed chunk some time in the future.
-//
-// Here's how this works:
-//
-// The Transform stream has all the aspects of the readable and writable
-// stream classes. When you write(chunk), that calls _write(chunk,cb)
-// internally, and returns false if there's a lot of pending writes
-// buffered up. When you call read(), that calls _read(n) until
-// there's enough pending readable data buffered up.
-//
-// In a transform stream, the written data is placed in a buffer. When
-// _read(n) is called, it transforms the queued up data, calling the
-// buffered _write cb's as it consumes chunks. If consuming a single
-// written chunk would result in multiple output chunks, then the first
-// outputted bit calls the readcb, and subsequent chunks just go into
-// the read buffer, and will cause it to emit 'readable' if necessary.
-//
-// This way, back-pressure is actually determined by the reading side,
-// since _read has to be called to start processing a new chunk. However,
-// a pathological inflate type of transform can cause excessive buffering
-// here. For example, imagine a stream where every byte of input is
-// interpreted as an integer from 0-255, and then results in that many
-// bytes of output. Writing the 4 bytes {ff,ff,ff,ff} would result in
-// 1kb of data being output. In this case, you could write a very small
-// amount of input, and end up with a very large amount of output. In
-// such a pathological inflating mechanism, there'd be no way to tell
-// the system to stop doing the transform. A single 4MB write could
-// cause the system to run out of memory.
-//
-// However, even in such a pathological case, only a single written chunk
-// would be consumed, and then the rest would wait (un-transformed) until
-// the results of the previous transformed chunk were consumed.
+var inherits = __webpack_require__(/*! inherits */ 127)
+var SHA512 = __webpack_require__(/*! ./sha512 */ 369)
+var Hash = __webpack_require__(/*! ./hash */ 364)
+var Buffer = __webpack_require__(/*! safe-buffer */ 344).Buffer
+var W = new Array(160)
+function Sha384 () {
+ this.init()
+ this._w = W
-module.exports = Transform;
+ Hash.call(this, 128, 112)
+}
-var Duplex = __webpack_require__(/*! ./_stream_duplex */ 383);
+inherits(Sha384, SHA512)
-/**/
-var util = Object.create(__webpack_require__(/*! core-util-is */ 378));
-util.inherits = __webpack_require__(/*! inherits */ 132);
-/**/
+Sha384.prototype.init = function () {
+ this._ah = 0xcbbb9d5d
+ this._bh = 0x629a292a
+ this._ch = 0x9159015a
+ this._dh = 0x152fecd8
+ this._eh = 0x67332667
+ this._fh = 0x8eb44a87
+ this._gh = 0xdb0c2e0d
+ this._hh = 0x47b5481d
-util.inherits(Transform, Duplex);
+ this._al = 0xc1059ed8
+ this._bl = 0x367cd507
+ this._cl = 0x3070dd17
+ this._dl = 0xf70e5939
+ this._el = 0xffc00b31
+ this._fl = 0x68581511
+ this._gl = 0x64f98fa7
+ this._hl = 0xbefa4fa4
-function afterTransform(er, data) {
- var ts = this._transformState;
- ts.transforming = false;
+ return this
+}
- var cb = ts.writecb;
+Sha384.prototype._hash = function () {
+ var H = Buffer.allocUnsafe(48)
- if (!cb) {
- return this.emit('error', new Error('write callback called multiple times'));
+ function writeInt64BE (h, l, offset) {
+ H.writeInt32BE(h, offset)
+ H.writeInt32BE(l, offset + 4)
}
- ts.writechunk = null;
- ts.writecb = null;
-
- if (data != null) // single equals check for both `null` and `undefined`
- this.push(data);
-
- cb(er);
+ writeInt64BE(this._ah, this._al, 0)
+ writeInt64BE(this._bh, this._bl, 8)
+ writeInt64BE(this._ch, this._cl, 16)
+ writeInt64BE(this._dh, this._dl, 24)
+ writeInt64BE(this._eh, this._el, 32)
+ writeInt64BE(this._fh, this._fl, 40)
- var rs = this._readableState;
- rs.reading = false;
- if (rs.needReadable || rs.length < rs.highWaterMark) {
- this._read(rs.highWaterMark);
- }
+ return H
}
-function Transform(options) {
- if (!(this instanceof Transform)) return new Transform(options);
-
- Duplex.call(this, options);
-
- this._transformState = {
- afterTransform: afterTransform.bind(this),
- needTransform: false,
- transforming: false,
- writecb: null,
- writechunk: null,
- writeencoding: null
- };
-
- // start out asking for a readable event once data is transformed.
- this._readableState.needReadable = true;
-
- // we have implemented the _read method, and done the other things
- // that Readable wants before the first _read call, so unset the
- // sync guard flag.
- this._readableState.sync = false;
-
- if (options) {
- if (typeof options.transform === 'function') this._transform = options.transform;
+module.exports = Sha384
- if (typeof options.flush === 'function') this._flush = options.flush;
- }
- // When the writable side finishes, then flush out anything remaining.
- this.on('prefinish', prefinish);
-}
+/***/ }),
+/* 369 */
+/*!***************************************!*\
+ !*** ./node_modules/sha.js/sha512.js ***!
+ \***************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
-function prefinish() {
- var _this = this;
+var inherits = __webpack_require__(/*! inherits */ 127)
+var Hash = __webpack_require__(/*! ./hash */ 364)
+var Buffer = __webpack_require__(/*! safe-buffer */ 344).Buffer
- if (typeof this._flush === 'function') {
- this._flush(function (er, data) {
- done(_this, er, data);
- });
- } else {
- done(this, null, null);
- }
+var K = [
+ 0x428a2f98, 0xd728ae22, 0x71374491, 0x23ef65cd,
+ 0xb5c0fbcf, 0xec4d3b2f, 0xe9b5dba5, 0x8189dbbc,
+ 0x3956c25b, 0xf348b538, 0x59f111f1, 0xb605d019,
+ 0x923f82a4, 0xaf194f9b, 0xab1c5ed5, 0xda6d8118,
+ 0xd807aa98, 0xa3030242, 0x12835b01, 0x45706fbe,
+ 0x243185be, 0x4ee4b28c, 0x550c7dc3, 0xd5ffb4e2,
+ 0x72be5d74, 0xf27b896f, 0x80deb1fe, 0x3b1696b1,
+ 0x9bdc06a7, 0x25c71235, 0xc19bf174, 0xcf692694,
+ 0xe49b69c1, 0x9ef14ad2, 0xefbe4786, 0x384f25e3,
+ 0x0fc19dc6, 0x8b8cd5b5, 0x240ca1cc, 0x77ac9c65,
+ 0x2de92c6f, 0x592b0275, 0x4a7484aa, 0x6ea6e483,
+ 0x5cb0a9dc, 0xbd41fbd4, 0x76f988da, 0x831153b5,
+ 0x983e5152, 0xee66dfab, 0xa831c66d, 0x2db43210,
+ 0xb00327c8, 0x98fb213f, 0xbf597fc7, 0xbeef0ee4,
+ 0xc6e00bf3, 0x3da88fc2, 0xd5a79147, 0x930aa725,
+ 0x06ca6351, 0xe003826f, 0x14292967, 0x0a0e6e70,
+ 0x27b70a85, 0x46d22ffc, 0x2e1b2138, 0x5c26c926,
+ 0x4d2c6dfc, 0x5ac42aed, 0x53380d13, 0x9d95b3df,
+ 0x650a7354, 0x8baf63de, 0x766a0abb, 0x3c77b2a8,
+ 0x81c2c92e, 0x47edaee6, 0x92722c85, 0x1482353b,
+ 0xa2bfe8a1, 0x4cf10364, 0xa81a664b, 0xbc423001,
+ 0xc24b8b70, 0xd0f89791, 0xc76c51a3, 0x0654be30,
+ 0xd192e819, 0xd6ef5218, 0xd6990624, 0x5565a910,
+ 0xf40e3585, 0x5771202a, 0x106aa070, 0x32bbd1b8,
+ 0x19a4c116, 0xb8d2d0c8, 0x1e376c08, 0x5141ab53,
+ 0x2748774c, 0xdf8eeb99, 0x34b0bcb5, 0xe19b48a8,
+ 0x391c0cb3, 0xc5c95a63, 0x4ed8aa4a, 0xe3418acb,
+ 0x5b9cca4f, 0x7763e373, 0x682e6ff3, 0xd6b2b8a3,
+ 0x748f82ee, 0x5defb2fc, 0x78a5636f, 0x43172f60,
+ 0x84c87814, 0xa1f0ab72, 0x8cc70208, 0x1a6439ec,
+ 0x90befffa, 0x23631e28, 0xa4506ceb, 0xde82bde9,
+ 0xbef9a3f7, 0xb2c67915, 0xc67178f2, 0xe372532b,
+ 0xca273ece, 0xea26619c, 0xd186b8c7, 0x21c0c207,
+ 0xeada7dd6, 0xcde0eb1e, 0xf57d4f7f, 0xee6ed178,
+ 0x06f067aa, 0x72176fba, 0x0a637dc5, 0xa2c898a6,
+ 0x113f9804, 0xbef90dae, 0x1b710b35, 0x131c471b,
+ 0x28db77f5, 0x23047d84, 0x32caab7b, 0x40c72493,
+ 0x3c9ebe0a, 0x15c9bebc, 0x431d67c4, 0x9c100d4c,
+ 0x4cc5d4be, 0xcb3e42b6, 0x597f299c, 0xfc657e2a,
+ 0x5fcb6fab, 0x3ad6faec, 0x6c44198c, 0x4a475817
+]
+
+var W = new Array(160)
+
+function Sha512 () {
+ this.init()
+ this._w = W
+
+ Hash.call(this, 128, 112)
}
-Transform.prototype.push = function (chunk, encoding) {
- this._transformState.needTransform = false;
- return Duplex.prototype.push.call(this, chunk, encoding);
-};
+inherits(Sha512, Hash)
-// This is the part where you do stuff!
-// override this function in implementation classes.
-// 'chunk' is an input chunk.
-//
-// Call `push(newChunk)` to pass along transformed output
-// to the readable side. You may call 'push' zero or more times.
-//
-// Call `cb(err)` when you are done with this chunk. If you pass
-// an error, then that'll put the hurt on the whole operation. If you
-// never call cb(), then you'll never get another chunk.
-Transform.prototype._transform = function (chunk, encoding, cb) {
- throw new Error('_transform() is not implemented');
-};
+Sha512.prototype.init = function () {
+ this._ah = 0x6a09e667
+ this._bh = 0xbb67ae85
+ this._ch = 0x3c6ef372
+ this._dh = 0xa54ff53a
+ this._eh = 0x510e527f
+ this._fh = 0x9b05688c
+ this._gh = 0x1f83d9ab
+ this._hh = 0x5be0cd19
-Transform.prototype._write = function (chunk, encoding, cb) {
- var ts = this._transformState;
- ts.writecb = cb;
- ts.writechunk = chunk;
- ts.writeencoding = encoding;
- if (!ts.transforming) {
- var rs = this._readableState;
- if (ts.needTransform || rs.needReadable || rs.length < rs.highWaterMark) this._read(rs.highWaterMark);
+ this._al = 0xf3bcc908
+ this._bl = 0x84caa73b
+ this._cl = 0xfe94f82b
+ this._dl = 0x5f1d36f1
+ this._el = 0xade682d1
+ this._fl = 0x2b3e6c1f
+ this._gl = 0xfb41bd6b
+ this._hl = 0x137e2179
+
+ return this
+}
+
+function Ch (x, y, z) {
+ return z ^ (x & (y ^ z))
+}
+
+function maj (x, y, z) {
+ return (x & y) | (z & (x | y))
+}
+
+function sigma0 (x, xl) {
+ return (x >>> 28 | xl << 4) ^ (xl >>> 2 | x << 30) ^ (xl >>> 7 | x << 25)
+}
+
+function sigma1 (x, xl) {
+ return (x >>> 14 | xl << 18) ^ (x >>> 18 | xl << 14) ^ (xl >>> 9 | x << 23)
+}
+
+function Gamma0 (x, xl) {
+ return (x >>> 1 | xl << 31) ^ (x >>> 8 | xl << 24) ^ (x >>> 7)
+}
+
+function Gamma0l (x, xl) {
+ return (x >>> 1 | xl << 31) ^ (x >>> 8 | xl << 24) ^ (x >>> 7 | xl << 25)
+}
+
+function Gamma1 (x, xl) {
+ return (x >>> 19 | xl << 13) ^ (xl >>> 29 | x << 3) ^ (x >>> 6)
+}
+
+function Gamma1l (x, xl) {
+ return (x >>> 19 | xl << 13) ^ (xl >>> 29 | x << 3) ^ (x >>> 6 | xl << 26)
+}
+
+function getCarry (a, b) {
+ return (a >>> 0) < (b >>> 0) ? 1 : 0
+}
+
+Sha512.prototype._update = function (M) {
+ var W = this._w
+
+ var ah = this._ah | 0
+ var bh = this._bh | 0
+ var ch = this._ch | 0
+ var dh = this._dh | 0
+ var eh = this._eh | 0
+ var fh = this._fh | 0
+ var gh = this._gh | 0
+ var hh = this._hh | 0
+
+ var al = this._al | 0
+ var bl = this._bl | 0
+ var cl = this._cl | 0
+ var dl = this._dl | 0
+ var el = this._el | 0
+ var fl = this._fl | 0
+ var gl = this._gl | 0
+ var hl = this._hl | 0
+
+ for (var i = 0; i < 32; i += 2) {
+ W[i] = M.readInt32BE(i * 4)
+ W[i + 1] = M.readInt32BE(i * 4 + 4)
}
-};
+ for (; i < 160; i += 2) {
+ var xh = W[i - 15 * 2]
+ var xl = W[i - 15 * 2 + 1]
+ var gamma0 = Gamma0(xh, xl)
+ var gamma0l = Gamma0l(xl, xh)
-// Doesn't matter what the args are here.
-// _transform does all the work.
-// That we got here means that the readable side wants more data.
-Transform.prototype._read = function (n) {
- var ts = this._transformState;
+ xh = W[i - 2 * 2]
+ xl = W[i - 2 * 2 + 1]
+ var gamma1 = Gamma1(xh, xl)
+ var gamma1l = Gamma1l(xl, xh)
- if (ts.writechunk !== null && ts.writecb && !ts.transforming) {
- ts.transforming = true;
- this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);
+ // W[i] = gamma0 + W[i - 7] + gamma1 + W[i - 16]
+ var Wi7h = W[i - 7 * 2]
+ var Wi7l = W[i - 7 * 2 + 1]
+
+ var Wi16h = W[i - 16 * 2]
+ var Wi16l = W[i - 16 * 2 + 1]
+
+ var Wil = (gamma0l + Wi7l) | 0
+ var Wih = (gamma0 + Wi7h + getCarry(Wil, gamma0l)) | 0
+ Wil = (Wil + gamma1l) | 0
+ Wih = (Wih + gamma1 + getCarry(Wil, gamma1l)) | 0
+ Wil = (Wil + Wi16l) | 0
+ Wih = (Wih + Wi16h + getCarry(Wil, Wi16l)) | 0
+
+ W[i] = Wih
+ W[i + 1] = Wil
+ }
+
+ for (var j = 0; j < 160; j += 2) {
+ Wih = W[j]
+ Wil = W[j + 1]
+
+ var majh = maj(ah, bh, ch)
+ var majl = maj(al, bl, cl)
+
+ var sigma0h = sigma0(ah, al)
+ var sigma0l = sigma0(al, ah)
+ var sigma1h = sigma1(eh, el)
+ var sigma1l = sigma1(el, eh)
+
+ // t1 = h + sigma1 + ch + K[j] + W[j]
+ var Kih = K[j]
+ var Kil = K[j + 1]
+
+ var chh = Ch(eh, fh, gh)
+ var chl = Ch(el, fl, gl)
+
+ var t1l = (hl + sigma1l) | 0
+ var t1h = (hh + sigma1h + getCarry(t1l, hl)) | 0
+ t1l = (t1l + chl) | 0
+ t1h = (t1h + chh + getCarry(t1l, chl)) | 0
+ t1l = (t1l + Kil) | 0
+ t1h = (t1h + Kih + getCarry(t1l, Kil)) | 0
+ t1l = (t1l + Wil) | 0
+ t1h = (t1h + Wih + getCarry(t1l, Wil)) | 0
+
+ // t2 = sigma0 + maj
+ var t2l = (sigma0l + majl) | 0
+ var t2h = (sigma0h + majh + getCarry(t2l, sigma0l)) | 0
+
+ hh = gh
+ hl = gl
+ gh = fh
+ gl = fl
+ fh = eh
+ fl = el
+ el = (dl + t1l) | 0
+ eh = (dh + t1h + getCarry(el, dl)) | 0
+ dh = ch
+ dl = cl
+ ch = bh
+ cl = bl
+ bh = ah
+ bl = al
+ al = (t1l + t2l) | 0
+ ah = (t1h + t2h + getCarry(al, t1l)) | 0
+ }
+
+ this._al = (this._al + al) | 0
+ this._bl = (this._bl + bl) | 0
+ this._cl = (this._cl + cl) | 0
+ this._dl = (this._dl + dl) | 0
+ this._el = (this._el + el) | 0
+ this._fl = (this._fl + fl) | 0
+ this._gl = (this._gl + gl) | 0
+ this._hl = (this._hl + hl) | 0
+
+ this._ah = (this._ah + ah + getCarry(this._al, al)) | 0
+ this._bh = (this._bh + bh + getCarry(this._bl, bl)) | 0
+ this._ch = (this._ch + ch + getCarry(this._cl, cl)) | 0
+ this._dh = (this._dh + dh + getCarry(this._dl, dl)) | 0
+ this._eh = (this._eh + eh + getCarry(this._el, el)) | 0
+ this._fh = (this._fh + fh + getCarry(this._fl, fl)) | 0
+ this._gh = (this._gh + gh + getCarry(this._gl, gl)) | 0
+ this._hh = (this._hh + hh + getCarry(this._hl, hl)) | 0
+}
+
+Sha512.prototype._hash = function () {
+ var H = Buffer.allocUnsafe(64)
+
+ function writeInt64BE (h, l, offset) {
+ H.writeInt32BE(h, offset)
+ H.writeInt32BE(l, offset + 4)
+ }
+
+ writeInt64BE(this._ah, this._al, 0)
+ writeInt64BE(this._bh, this._bl, 8)
+ writeInt64BE(this._ch, this._cl, 16)
+ writeInt64BE(this._dh, this._dl, 24)
+ writeInt64BE(this._eh, this._el, 32)
+ writeInt64BE(this._fh, this._fl, 40)
+ writeInt64BE(this._gh, this._gl, 48)
+ writeInt64BE(this._hh, this._hl, 56)
+
+ return H
+}
+
+module.exports = Sha512
+
+
+/***/ }),
+/* 370 */
+/*!*******************************************!*\
+ !*** ./node_modules/cipher-base/index.js ***!
+ \*******************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+
+var Buffer = __webpack_require__(/*! safe-buffer */ 344).Buffer
+var Transform = __webpack_require__(/*! stream */ 371).Transform
+var StringDecoder = __webpack_require__(/*! string_decoder */ 358).StringDecoder
+var inherits = __webpack_require__(/*! inherits */ 127)
+
+function CipherBase (hashMode) {
+ Transform.call(this)
+ this.hashMode = typeof hashMode === 'string'
+ if (this.hashMode) {
+ this[hashMode] = this._finalOrDigest
} else {
- // mark that we need a transform, so that any data that comes in
- // will get processed, now that we've asked for it.
- ts.needTransform = true;
+ this.final = this._finalOrDigest
}
-};
+ if (this._final) {
+ this.__final = this._final
+ this._final = null
+ }
+ this._decoder = null
+ this._encoding = null
+}
+inherits(CipherBase, Transform)
-Transform.prototype._destroy = function (err, cb) {
- var _this2 = this;
+CipherBase.prototype.update = function (data, inputEnc, outputEnc) {
+ if (typeof data === 'string') {
+ data = Buffer.from(data, inputEnc)
+ }
- Duplex.prototype._destroy.call(this, err, function (err2) {
- cb(err2);
- _this2.emit('close');
- });
-};
+ var outData = this._update(data)
+ if (this.hashMode) return this
-function done(stream, er, data) {
- if (er) return stream.emit('error', er);
+ if (outputEnc) {
+ outData = this._toString(outData, outputEnc)
+ }
- if (data != null) // single equals check for both `null` and `undefined`
- stream.push(data);
+ return outData
+}
- // if there's nothing in the write buffer, then that means
- // that nothing more will ever be provided
- if (stream._writableState.length) throw new Error('Calling transform done when ws.length != 0');
+CipherBase.prototype.setAutoPadding = function () {}
+CipherBase.prototype.getAuthTag = function () {
+ throw new Error('trying to get auth tag in unsupported state')
+}
- if (stream._transformState.transforming) throw new Error('Calling transform done when still transforming');
+CipherBase.prototype.setAuthTag = function () {
+ throw new Error('trying to set auth tag in unsupported state')
+}
- return stream.push(null);
+CipherBase.prototype.setAAD = function () {
+ throw new Error('trying to set aad in unsupported state')
+}
+
+CipherBase.prototype._transform = function (data, _, next) {
+ var err
+ try {
+ if (this.hashMode) {
+ this._update(data)
+ } else {
+ this.push(this._update(data))
+ }
+ } catch (e) {
+ err = e
+ } finally {
+ next(err)
+ }
+}
+CipherBase.prototype._flush = function (done) {
+ var err
+ try {
+ this.push(this.__final())
+ } catch (e) {
+ err = e
+ }
+
+ done(err)
+}
+CipherBase.prototype._finalOrDigest = function (outputEnc) {
+ var outData = this.__final() || Buffer.alloc(0)
+ if (outputEnc) {
+ outData = this._toString(outData, outputEnc, true)
+ }
+ return outData
+}
+
+CipherBase.prototype._toString = function (value, enc, fin) {
+ if (!this._decoder) {
+ this._decoder = new StringDecoder(enc)
+ this._encoding = enc
+ }
+
+ if (this._encoding !== enc) throw new Error('can\'t switch encodings')
+
+ var out = this._decoder.write(value)
+ if (fin) {
+ out += this._decoder.end()
+ }
+
+ return out
}
+module.exports = CipherBase
+
+
/***/ }),
-/* 388 */
-/*!*****************************************************************!*\
- !*** ./node_modules/readable-stream/lib/_stream_passthrough.js ***!
- \*****************************************************************/
+/* 371 */
+/*!*************************************************!*\
+ !*** ./node_modules/stream-browserify/index.js ***!
+ \*************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-"use strict";
// Copyright Joyent, Inc. and other Node contributors.
//
// Permission is hereby granted, free of charge, to any person obtaining a
@@ -54146,10641 +51511,10075 @@ function done(stream, er, data) {
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
-// a passthrough stream.
-// basically just the most minimal sort of Transform stream.
-// Every written chunk gets output as-is.
-
+module.exports = Stream;
+var EE = __webpack_require__(/*! events */ 348).EventEmitter;
+var inherits = __webpack_require__(/*! inherits */ 127);
-module.exports = PassThrough;
+inherits(Stream, EE);
+Stream.Readable = __webpack_require__(/*! readable-stream/readable.js */ 345);
+Stream.Writable = __webpack_require__(/*! readable-stream/writable.js */ 372);
+Stream.Duplex = __webpack_require__(/*! readable-stream/duplex.js */ 373);
+Stream.Transform = __webpack_require__(/*! readable-stream/transform.js */ 374);
+Stream.PassThrough = __webpack_require__(/*! readable-stream/passthrough.js */ 375);
-var Transform = __webpack_require__(/*! ./_stream_transform */ 387);
+// Backwards-compat with node 0.4.x
+Stream.Stream = Stream;
-/**/
-var util = Object.create(__webpack_require__(/*! core-util-is */ 378));
-util.inherits = __webpack_require__(/*! inherits */ 132);
-/**/
-util.inherits(PassThrough, Transform);
-function PassThrough(options) {
- if (!(this instanceof PassThrough)) return new PassThrough(options);
+// old-style streams. Note that the pipe method (the only relevant
+// part of this class) is overridden in the Readable class.
- Transform.call(this, options);
+function Stream() {
+ EE.call(this);
}
-PassThrough.prototype._transform = function (chunk, encoding, cb) {
- cb(null, chunk);
-};
+Stream.prototype.pipe = function(dest, options) {
+ var source = this;
-/***/ }),
-/* 389 */
-/*!*****************************************!*\
- !*** ./node_modules/ripemd160/index.js ***!
- \*****************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ function ondata(chunk) {
+ if (dest.writable) {
+ if (false === dest.write(chunk) && source.pause) {
+ source.pause();
+ }
+ }
+ }
-"use strict";
+ source.on('data', ondata);
-var Buffer = __webpack_require__(/*! buffer */ 45).Buffer
-var inherits = __webpack_require__(/*! inherits */ 132)
-var HashBase = __webpack_require__(/*! hash-base */ 371)
+ function ondrain() {
+ if (source.readable && source.resume) {
+ source.resume();
+ }
+ }
-var ARRAY16 = new Array(16)
+ dest.on('drain', ondrain);
-var zl = [
- 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
- 7, 4, 13, 1, 10, 6, 15, 3, 12, 0, 9, 5, 2, 14, 11, 8,
- 3, 10, 14, 4, 9, 15, 8, 1, 2, 7, 0, 6, 13, 11, 5, 12,
- 1, 9, 11, 10, 0, 8, 12, 4, 13, 3, 7, 15, 14, 5, 6, 2,
- 4, 0, 5, 9, 7, 12, 2, 10, 14, 1, 3, 8, 11, 6, 15, 13
-]
+ // If the 'end' option is not supplied, dest.end() will be called when
+ // source gets the 'end' or 'close' events. Only dest.end() once.
+ if (!dest._isStdio && (!options || options.end !== false)) {
+ source.on('end', onend);
+ source.on('close', onclose);
+ }
-var zr = [
- 5, 14, 7, 0, 9, 2, 11, 4, 13, 6, 15, 8, 1, 10, 3, 12,
- 6, 11, 3, 7, 0, 13, 5, 10, 14, 15, 8, 12, 4, 9, 1, 2,
- 15, 5, 1, 3, 7, 14, 6, 9, 11, 8, 12, 2, 10, 0, 4, 13,
- 8, 6, 4, 1, 3, 11, 15, 0, 5, 12, 2, 13, 9, 7, 10, 14,
- 12, 15, 10, 4, 1, 5, 8, 7, 6, 2, 13, 14, 0, 3, 9, 11
-]
+ var didOnEnd = false;
+ function onend() {
+ if (didOnEnd) return;
+ didOnEnd = true;
-var sl = [
- 11, 14, 15, 12, 5, 8, 7, 9, 11, 13, 14, 15, 6, 7, 9, 8,
- 7, 6, 8, 13, 11, 9, 7, 15, 7, 12, 15, 9, 11, 7, 13, 12,
- 11, 13, 6, 7, 14, 9, 13, 15, 14, 8, 13, 6, 5, 12, 7, 5,
- 11, 12, 14, 15, 14, 15, 9, 8, 9, 14, 5, 6, 8, 6, 5, 12,
- 9, 15, 5, 11, 6, 8, 13, 12, 5, 12, 13, 14, 11, 8, 5, 6
-]
+ dest.end();
+ }
-var sr = [
- 8, 9, 9, 11, 13, 15, 15, 5, 7, 7, 8, 11, 14, 14, 12, 6,
- 9, 13, 15, 7, 12, 8, 9, 11, 7, 7, 12, 7, 6, 15, 13, 11,
- 9, 7, 15, 11, 8, 6, 6, 14, 12, 13, 5, 14, 13, 13, 7, 5,
- 15, 5, 8, 11, 14, 14, 6, 14, 6, 9, 12, 9, 12, 5, 15, 8,
- 8, 5, 12, 9, 12, 5, 14, 6, 8, 13, 6, 5, 15, 13, 11, 11
-]
-var hl = [0x00000000, 0x5a827999, 0x6ed9eba1, 0x8f1bbcdc, 0xa953fd4e]
-var hr = [0x50a28be6, 0x5c4dd124, 0x6d703ef3, 0x7a6d76e9, 0x00000000]
+ function onclose() {
+ if (didOnEnd) return;
+ didOnEnd = true;
-function RIPEMD160 () {
- HashBase.call(this, 64)
+ if (typeof dest.destroy === 'function') dest.destroy();
+ }
- // state
- this._a = 0x67452301
- this._b = 0xefcdab89
- this._c = 0x98badcfe
- this._d = 0x10325476
- this._e = 0xc3d2e1f0
-}
-
-inherits(RIPEMD160, HashBase)
+ // don't leave dangling pipes when there are errors.
+ function onerror(er) {
+ cleanup();
+ if (EE.listenerCount(this, 'error') === 0) {
+ throw er; // Unhandled stream error in pipe.
+ }
+ }
-RIPEMD160.prototype._update = function () {
- var words = ARRAY16
- for (var j = 0; j < 16; ++j) words[j] = this._block.readInt32LE(j * 4)
+ source.on('error', onerror);
+ dest.on('error', onerror);
- var al = this._a | 0
- var bl = this._b | 0
- var cl = this._c | 0
- var dl = this._d | 0
- var el = this._e | 0
+ // remove all the event listeners that were added.
+ function cleanup() {
+ source.removeListener('data', ondata);
+ dest.removeListener('drain', ondrain);
- var ar = this._a | 0
- var br = this._b | 0
- var cr = this._c | 0
- var dr = this._d | 0
- var er = this._e | 0
+ source.removeListener('end', onend);
+ source.removeListener('close', onclose);
- // computation
- for (var i = 0; i < 80; i += 1) {
- var tl
- var tr
- if (i < 16) {
- tl = fn1(al, bl, cl, dl, el, words[zl[i]], hl[0], sl[i])
- tr = fn5(ar, br, cr, dr, er, words[zr[i]], hr[0], sr[i])
- } else if (i < 32) {
- tl = fn2(al, bl, cl, dl, el, words[zl[i]], hl[1], sl[i])
- tr = fn4(ar, br, cr, dr, er, words[zr[i]], hr[1], sr[i])
- } else if (i < 48) {
- tl = fn3(al, bl, cl, dl, el, words[zl[i]], hl[2], sl[i])
- tr = fn3(ar, br, cr, dr, er, words[zr[i]], hr[2], sr[i])
- } else if (i < 64) {
- tl = fn4(al, bl, cl, dl, el, words[zl[i]], hl[3], sl[i])
- tr = fn2(ar, br, cr, dr, er, words[zr[i]], hr[3], sr[i])
- } else { // if (i<80) {
- tl = fn5(al, bl, cl, dl, el, words[zl[i]], hl[4], sl[i])
- tr = fn1(ar, br, cr, dr, er, words[zr[i]], hr[4], sr[i])
- }
+ source.removeListener('error', onerror);
+ dest.removeListener('error', onerror);
- al = el
- el = dl
- dl = rotl(cl, 10)
- cl = bl
- bl = tl
+ source.removeListener('end', cleanup);
+ source.removeListener('close', cleanup);
- ar = er
- er = dr
- dr = rotl(cr, 10)
- cr = br
- br = tr
+ dest.removeListener('close', cleanup);
}
- // update state
- var t = (this._b + cl + dr) | 0
- this._b = (this._c + dl + er) | 0
- this._c = (this._d + el + ar) | 0
- this._d = (this._e + al + br) | 0
- this._e = (this._a + bl + cr) | 0
- this._a = t
-}
-
-RIPEMD160.prototype._digest = function () {
- // create padding and handle blocks
- this._block[this._blockOffset++] = 0x80
- if (this._blockOffset > 56) {
- this._block.fill(0, this._blockOffset, 64)
- this._update()
- this._blockOffset = 0
- }
+ source.on('end', cleanup);
+ source.on('close', cleanup);
- this._block.fill(0, this._blockOffset, 56)
- this._block.writeUInt32LE(this._length[0], 56)
- this._block.writeUInt32LE(this._length[1], 60)
- this._update()
+ dest.on('close', cleanup);
- // produce result
- var buffer = Buffer.alloc ? Buffer.alloc(20) : new Buffer(20)
- buffer.writeInt32LE(this._a, 0)
- buffer.writeInt32LE(this._b, 4)
- buffer.writeInt32LE(this._c, 8)
- buffer.writeInt32LE(this._d, 12)
- buffer.writeInt32LE(this._e, 16)
- return buffer
-}
+ dest.emit('pipe', source);
-function rotl (x, n) {
- return (x << n) | (x >>> (32 - n))
-}
+ // Allow for unix-like usage: A.pipe(B).pipe(C)
+ return dest;
+};
-function fn1 (a, b, c, d, e, m, k, s) {
- return (rotl((a + (b ^ c ^ d) + m + k) | 0, s) + e) | 0
-}
-function fn2 (a, b, c, d, e, m, k, s) {
- return (rotl((a + ((b & c) | ((~b) & d)) + m + k) | 0, s) + e) | 0
-}
+/***/ }),
+/* 372 */
+/*!**********************************************************!*\
+ !*** ./node_modules/readable-stream/writable-browser.js ***!
+ \**********************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
-function fn3 (a, b, c, d, e, m, k, s) {
- return (rotl((a + ((b | (~c)) ^ d) + m + k) | 0, s) + e) | 0
-}
+module.exports = __webpack_require__(/*! ./lib/_stream_writable.js */ 356);
-function fn4 (a, b, c, d, e, m, k, s) {
- return (rotl((a + ((b & d) | (c & (~d))) + m + k) | 0, s) + e) | 0
-}
-function fn5 (a, b, c, d, e, m, k, s) {
- return (rotl((a + (b ^ (c | (~d))) + m + k) | 0, s) + e) | 0
-}
+/***/ }),
+/* 373 */
+/*!********************************************************!*\
+ !*** ./node_modules/readable-stream/duplex-browser.js ***!
+ \********************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
-module.exports = RIPEMD160
+module.exports = __webpack_require__(/*! ./lib/_stream_duplex.js */ 355);
/***/ }),
-/* 390 */
-/*!**************************************!*\
- !*** ./node_modules/sha.js/index.js ***!
- \**************************************/
+/* 374 */
+/*!***************************************************!*\
+ !*** ./node_modules/readable-stream/transform.js ***!
+ \***************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-var exports = module.exports = function SHA (algorithm) {
- algorithm = algorithm.toLowerCase()
+module.exports = __webpack_require__(/*! ./readable */ 345).Transform
- var Algorithm = exports[algorithm]
- if (!Algorithm) throw new Error(algorithm + ' is not supported (we accept pull requests)')
- return new Algorithm()
-}
+/***/ }),
+/* 375 */
+/*!*****************************************************!*\
+ !*** ./node_modules/readable-stream/passthrough.js ***!
+ \*****************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
-exports.sha = __webpack_require__(/*! ./sha */ 391)
-exports.sha1 = __webpack_require__(/*! ./sha1 */ 393)
-exports.sha224 = __webpack_require__(/*! ./sha224 */ 394)
-exports.sha256 = __webpack_require__(/*! ./sha256 */ 395)
-exports.sha384 = __webpack_require__(/*! ./sha384 */ 396)
-exports.sha512 = __webpack_require__(/*! ./sha512 */ 397)
+module.exports = __webpack_require__(/*! ./readable */ 345).PassThrough
/***/ }),
-/* 391 */
-/*!************************************!*\
- !*** ./node_modules/sha.js/sha.js ***!
- \************************************/
+/* 376 */
+/*!****************************************!*\
+ !*** ./node_modules/pbkdf2/browser.js ***!
+ \****************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-/*
- * A JavaScript implementation of the Secure Hash Algorithm, SHA-0, as defined
- * in FIPS PUB 180-1
- * This source code is derived from sha1.js of the same repository.
- * The difference between SHA-0 and SHA-1 is just a bitwise rotate left
- * operation was added.
- */
+exports.pbkdf2 = __webpack_require__(/*! ./lib/async */ 377)
+exports.pbkdf2Sync = __webpack_require__(/*! ./lib/sync */ 380)
-var inherits = __webpack_require__(/*! inherits */ 132)
-var Hash = __webpack_require__(/*! ./hash */ 392)
-var Buffer = __webpack_require__(/*! safe-buffer */ 372).Buffer
-var K = [
- 0x5a827999, 0x6ed9eba1, 0x8f1bbcdc | 0, 0xca62c1d6 | 0
-]
+/***/ }),
+/* 377 */
+/*!******************************************!*\
+ !*** ./node_modules/pbkdf2/lib/async.js ***!
+ \******************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
-var W = new Array(80)
+/* WEBPACK VAR INJECTION */(function(__webpack_provided_global_dot_crypto, global, process) {var Buffer = __webpack_require__(/*! safe-buffer */ 344).Buffer
-function Sha () {
- this.init()
- this._w = W
+var checkParameters = __webpack_require__(/*! ./precondition */ 378)
+var defaultEncoding = __webpack_require__(/*! ./default-encoding */ 379)
+var sync = __webpack_require__(/*! ./sync */ 380)
+var toBuffer = __webpack_require__(/*! ./to-buffer */ 382)
- Hash.call(this, 64, 56)
+var ZERO_BUF
+var subtle = __webpack_provided_global_dot_crypto && __webpack_provided_global_dot_crypto.subtle
+var toBrowser = {
+ sha: 'SHA-1',
+ 'sha-1': 'SHA-1',
+ sha1: 'SHA-1',
+ sha256: 'SHA-256',
+ 'sha-256': 'SHA-256',
+ sha384: 'SHA-384',
+ 'sha-384': 'SHA-384',
+ 'sha-512': 'SHA-512',
+ sha512: 'SHA-512'
}
-
-inherits(Sha, Hash)
-
-Sha.prototype.init = function () {
- this._a = 0x67452301
- this._b = 0xefcdab89
- this._c = 0x98badcfe
- this._d = 0x10325476
- this._e = 0xc3d2e1f0
-
- return this
+var checks = []
+function checkNative (algo) {
+ if (global.process && !global.process.browser) {
+ return Promise.resolve(false)
+ }
+ if (!subtle || !subtle.importKey || !subtle.deriveBits) {
+ return Promise.resolve(false)
+ }
+ if (checks[algo] !== undefined) {
+ return checks[algo]
+ }
+ ZERO_BUF = ZERO_BUF || Buffer.alloc(8)
+ var prom = browserPbkdf2(ZERO_BUF, ZERO_BUF, 10, 128, algo)
+ .then(function () {
+ return true
+ }).catch(function () {
+ return false
+ })
+ checks[algo] = prom
+ return prom
}
-function rotl5 (num) {
- return (num << 5) | (num >>> 27)
+function browserPbkdf2 (password, salt, iterations, length, algo) {
+ return subtle.importKey(
+ 'raw', password, { name: 'PBKDF2' }, false, ['deriveBits']
+ ).then(function (key) {
+ return subtle.deriveBits({
+ name: 'PBKDF2',
+ salt: salt,
+ iterations: iterations,
+ hash: {
+ name: algo
+ }
+ }, key, length << 3)
+ }).then(function (res) {
+ return Buffer.from(res)
+ })
}
-function rotl30 (num) {
- return (num << 30) | (num >>> 2)
+function resolvePromise (promise, callback) {
+ promise.then(function (out) {
+ process.nextTick(function () {
+ callback(null, out)
+ })
+ }, function (e) {
+ process.nextTick(function () {
+ callback(e)
+ })
+ })
}
+module.exports = function (password, salt, iterations, keylen, digest, callback) {
+ if (typeof digest === 'function') {
+ callback = digest
+ digest = undefined
+ }
-function ft (s, b, c, d) {
- if (s === 0) return (b & c) | ((~b) & d)
- if (s === 2) return (b & c) | (b & d) | (c & d)
- return b ^ c ^ d
+ digest = digest || 'sha1'
+ var algo = toBrowser[digest.toLowerCase()]
+
+ if (!algo || typeof global.Promise !== 'function') {
+ return process.nextTick(function () {
+ var out
+ try {
+ out = sync(password, salt, iterations, keylen, digest)
+ } catch (e) {
+ return callback(e)
+ }
+ callback(null, out)
+ })
+ }
+
+ checkParameters(iterations, keylen)
+ password = toBuffer(password, defaultEncoding, 'Password')
+ salt = toBuffer(salt, defaultEncoding, 'Salt')
+ if (typeof callback !== 'function') throw new Error('No callback provided to pbkdf2')
+
+ resolvePromise(checkNative(algo).then(function (resp) {
+ if (resp) return browserPbkdf2(password, salt, iterations, keylen, algo)
+
+ return sync(password, salt, iterations, keylen, digest)
+ }), callback)
}
-Sha.prototype._update = function (M) {
- var W = this._w
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/crypto.js */ 202)["default"], __webpack_require__(/*! ./../../webpack/buildin/global.js */ 37), __webpack_require__(/*! ./../../node-libs-browser/mock/process.js */ 31)))
- var a = this._a | 0
- var b = this._b | 0
- var c = this._c | 0
- var d = this._d | 0
- var e = this._e | 0
+/***/ }),
+/* 378 */
+/*!*************************************************!*\
+ !*** ./node_modules/pbkdf2/lib/precondition.js ***!
+ \*************************************************/
+/*! no static exports found */
+/***/ (function(module, exports) {
- for (var i = 0; i < 16; ++i) W[i] = M.readInt32BE(i * 4)
- for (; i < 80; ++i) W[i] = W[i - 3] ^ W[i - 8] ^ W[i - 14] ^ W[i - 16]
+var MAX_ALLOC = Math.pow(2, 30) - 1 // default in iojs
- for (var j = 0; j < 80; ++j) {
- var s = ~~(j / 20)
- var t = (rotl5(a) + ft(s, b, c, d) + e + W[j] + K[s]) | 0
+module.exports = function (iterations, keylen) {
+ if (typeof iterations !== 'number') {
+ throw new TypeError('Iterations not a number')
+ }
- e = d
- d = c
- c = rotl30(b)
- b = a
- a = t
+ if (iterations < 0) {
+ throw new TypeError('Bad iterations')
}
- this._a = (a + this._a) | 0
- this._b = (b + this._b) | 0
- this._c = (c + this._c) | 0
- this._d = (d + this._d) | 0
- this._e = (e + this._e) | 0
+ if (typeof keylen !== 'number') {
+ throw new TypeError('Key length not a number')
+ }
+
+ if (keylen < 0 || keylen > MAX_ALLOC || keylen !== keylen) { /* eslint no-self-compare: 0 */
+ throw new TypeError('Bad key length')
+ }
}
-Sha.prototype._hash = function () {
- var H = Buffer.allocUnsafe(20)
- H.writeInt32BE(this._a | 0, 0)
- H.writeInt32BE(this._b | 0, 4)
- H.writeInt32BE(this._c | 0, 8)
- H.writeInt32BE(this._d | 0, 12)
- H.writeInt32BE(this._e | 0, 16)
+/***/ }),
+/* 379 */
+/*!*****************************************************!*\
+ !*** ./node_modules/pbkdf2/lib/default-encoding.js ***!
+ \*****************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- return H
-}
+/* WEBPACK VAR INJECTION */(function(process) {var defaultEncoding
+/* istanbul ignore next */
+if (process.browser) {
+ defaultEncoding = 'utf-8'
+} else if (process.version) {
+ var pVersionMajor = parseInt(process.version.split('.')[0].slice(1), 10)
-module.exports = Sha
+ defaultEncoding = pVersionMajor >= 6 ? 'utf-8' : 'binary'
+} else {
+ defaultEncoding = 'utf-8'
+}
+module.exports = defaultEncoding
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../node-libs-browser/mock/process.js */ 31)))
/***/ }),
-/* 392 */
-/*!*************************************!*\
- !*** ./node_modules/sha.js/hash.js ***!
- \*************************************/
+/* 380 */
+/*!*************************************************!*\
+ !*** ./node_modules/pbkdf2/lib/sync-browser.js ***!
+ \*************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-var Buffer = __webpack_require__(/*! safe-buffer */ 372).Buffer
+var md5 = __webpack_require__(/*! create-hash/md5 */ 381)
+var RIPEMD160 = __webpack_require__(/*! ripemd160 */ 361)
+var sha = __webpack_require__(/*! sha.js */ 362)
+var Buffer = __webpack_require__(/*! safe-buffer */ 344).Buffer
-// prototype class for hash functions
-function Hash (blockSize, finalSize) {
- this._block = Buffer.alloc(blockSize)
- this._finalSize = finalSize
- this._blockSize = blockSize
- this._len = 0
+var checkParameters = __webpack_require__(/*! ./precondition */ 378)
+var defaultEncoding = __webpack_require__(/*! ./default-encoding */ 379)
+var toBuffer = __webpack_require__(/*! ./to-buffer */ 382)
+
+var ZEROS = Buffer.alloc(128)
+var sizes = {
+ md5: 16,
+ sha1: 20,
+ sha224: 28,
+ sha256: 32,
+ sha384: 48,
+ sha512: 64,
+ rmd160: 20,
+ ripemd160: 20
}
-Hash.prototype.update = function (data, enc) {
- if (typeof data === 'string') {
- enc = enc || 'utf8'
- data = Buffer.from(data, enc)
- }
+function Hmac (alg, key, saltLen) {
+ var hash = getDigest(alg)
+ var blocksize = (alg === 'sha512' || alg === 'sha384') ? 128 : 64
- var block = this._block
- var blockSize = this._blockSize
- var length = data.length
- var accum = this._len
+ if (key.length > blocksize) {
+ key = hash(key)
+ } else if (key.length < blocksize) {
+ key = Buffer.concat([key, ZEROS], blocksize)
+ }
- for (var offset = 0; offset < length;) {
- var assigned = accum % blockSize
- var remainder = Math.min(length - offset, blockSize - assigned)
+ var ipad = Buffer.allocUnsafe(blocksize + sizes[alg])
+ var opad = Buffer.allocUnsafe(blocksize + sizes[alg])
+ for (var i = 0; i < blocksize; i++) {
+ ipad[i] = key[i] ^ 0x36
+ opad[i] = key[i] ^ 0x5C
+ }
- for (var i = 0; i < remainder; i++) {
- block[assigned + i] = data[offset + i]
- }
+ var ipad1 = Buffer.allocUnsafe(blocksize + saltLen + 4)
+ ipad.copy(ipad1, 0, 0, blocksize)
+ this.ipad1 = ipad1
+ this.ipad2 = ipad
+ this.opad = opad
+ this.alg = alg
+ this.blocksize = blocksize
+ this.hash = hash
+ this.size = sizes[alg]
+}
- accum += remainder
- offset += remainder
+Hmac.prototype.run = function (data, ipad) {
+ data.copy(ipad, this.blocksize)
+ var h = this.hash(ipad)
+ h.copy(this.opad, this.blocksize)
+ return this.hash(this.opad)
+}
- if ((accum % blockSize) === 0) {
- this._update(block)
- }
+function getDigest (alg) {
+ function shaFunc (data) {
+ return sha(alg).update(data).digest()
+ }
+ function rmd160Func (data) {
+ return new RIPEMD160().update(data).digest()
}
- this._len += length
- return this
+ if (alg === 'rmd160' || alg === 'ripemd160') return rmd160Func
+ if (alg === 'md5') return md5
+ return shaFunc
}
-Hash.prototype.digest = function (enc) {
- var rem = this._len % this._blockSize
-
- this._block[rem] = 0x80
+function pbkdf2 (password, salt, iterations, keylen, digest) {
+ checkParameters(iterations, keylen)
+ password = toBuffer(password, defaultEncoding, 'Password')
+ salt = toBuffer(salt, defaultEncoding, 'Salt')
- // zero (rem + 1) trailing bits, where (rem + 1) is the smallest
- // non-negative solution to the equation (length + 1 + (rem + 1)) === finalSize mod blockSize
- this._block.fill(0, rem + 1)
+ digest = digest || 'sha1'
- if (rem >= this._finalSize) {
- this._update(this._block)
- this._block.fill(0)
- }
+ var hmac = new Hmac(digest, password, salt.length)
- var bits = this._len * 8
+ var DK = Buffer.allocUnsafe(keylen)
+ var block1 = Buffer.allocUnsafe(salt.length + 4)
+ salt.copy(block1, 0, 0, salt.length)
- // uint32
- if (bits <= 0xffffffff) {
- this._block.writeUInt32BE(bits, this._blockSize - 4)
+ var destPos = 0
+ var hLen = sizes[digest]
+ var l = Math.ceil(keylen / hLen)
- // uint64
- } else {
- var lowBits = (bits & 0xffffffff) >>> 0
- var highBits = (bits - lowBits) / 0x100000000
+ for (var i = 1; i <= l; i++) {
+ block1.writeUInt32BE(i, salt.length)
- this._block.writeUInt32BE(highBits, this._blockSize - 8)
- this._block.writeUInt32BE(lowBits, this._blockSize - 4)
- }
+ var T = hmac.run(block1, hmac.ipad1)
+ var U = T
- this._update(this._block)
- var hash = this._hash()
+ for (var j = 1; j < iterations; j++) {
+ U = hmac.run(U, hmac.ipad2)
+ for (var k = 0; k < hLen; k++) T[k] ^= U[k]
+ }
- return enc ? hash.toString(enc) : hash
-}
+ T.copy(DK, destPos)
+ destPos += hLen
+ }
-Hash.prototype._update = function () {
- throw new Error('_update must be implemented by subclass')
+ return DK
}
-module.exports = Hash
+module.exports = pbkdf2
/***/ }),
-/* 393 */
-/*!*************************************!*\
- !*** ./node_modules/sha.js/sha1.js ***!
- \*************************************/
+/* 381 */
+/*!*****************************************!*\
+ !*** ./node_modules/create-hash/md5.js ***!
+ \*****************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-/*
- * A JavaScript implementation of the Secure Hash Algorithm, SHA-1, as defined
- * in FIPS PUB 180-1
- * Version 2.1a Copyright Paul Johnston 2000 - 2002.
- * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
- * Distributed under the BSD License
- * See http://pajhome.org.uk/crypt/md5 for details.
- */
+var MD5 = __webpack_require__(/*! md5.js */ 342)
-var inherits = __webpack_require__(/*! inherits */ 132)
-var Hash = __webpack_require__(/*! ./hash */ 392)
-var Buffer = __webpack_require__(/*! safe-buffer */ 372).Buffer
+module.exports = function (buffer) {
+ return new MD5().update(buffer).digest()
+}
-var K = [
- 0x5a827999, 0x6ed9eba1, 0x8f1bbcdc | 0, 0xca62c1d6 | 0
-]
-var W = new Array(80)
+/***/ }),
+/* 382 */
+/*!**********************************************!*\
+ !*** ./node_modules/pbkdf2/lib/to-buffer.js ***!
+ \**********************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
-function Sha1 () {
- this.init()
- this._w = W
+var Buffer = __webpack_require__(/*! safe-buffer */ 344).Buffer
- Hash.call(this, 64, 56)
+module.exports = function (thing, encoding, name) {
+ if (Buffer.isBuffer(thing)) {
+ return thing
+ } else if (typeof thing === 'string') {
+ return Buffer.from(thing, encoding)
+ } else if (ArrayBuffer.isView(thing)) {
+ return Buffer.from(thing.buffer)
+ } else {
+ throw new TypeError(name + ' must be a string, a Buffer, a typed array or a DataView')
+ }
}
-inherits(Sha1, Hash)
-Sha1.prototype.init = function () {
- this._a = 0x67452301
- this._b = 0xefcdab89
- this._c = 0x98badcfe
- this._d = 0x10325476
- this._e = 0xc3d2e1f0
+/***/ }),
+/* 383 */
+/*!*********************************************!*\
+ !*** ./node_modules/randombytes/browser.js ***!
+ \*********************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- return this
-}
+"use strict";
+/* WEBPACK VAR INJECTION */(function(__webpack_provided_global_dot_crypto, global, process) {
-function rotl1 (num) {
- return (num << 1) | (num >>> 31)
-}
+// limit of Crypto.getRandomValues()
+// https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues
+var MAX_BYTES = 65536
-function rotl5 (num) {
- return (num << 5) | (num >>> 27)
-}
+// Node supports requesting up to this number of bytes
+// https://github.com/nodejs/node/blob/master/lib/internal/crypto/random.js#L48
+var MAX_UINT32 = 4294967295
-function rotl30 (num) {
- return (num << 30) | (num >>> 2)
+function oldBrowser () {
+ throw new Error('Secure random number generation is not supported by this browser.\nUse Chrome, Firefox or Internet Explorer 11')
}
-function ft (s, b, c, d) {
- if (s === 0) return (b & c) | ((~b) & d)
- if (s === 2) return (b & c) | (b & d) | (c & d)
- return b ^ c ^ d
-}
+var Buffer = __webpack_require__(/*! safe-buffer */ 344).Buffer
+var crypto = __webpack_provided_global_dot_crypto || global.msCrypto
-Sha1.prototype._update = function (M) {
- var W = this._w
+if (crypto && crypto.getRandomValues) {
+ module.exports = randomBytes
+} else {
+ module.exports = oldBrowser
+}
- var a = this._a | 0
- var b = this._b | 0
- var c = this._c | 0
- var d = this._d | 0
- var e = this._e | 0
+function randomBytes (size, cb) {
+ // phantomjs needs to throw
+ if (size > MAX_UINT32) throw new RangeError('requested too many random bytes')
- for (var i = 0; i < 16; ++i) W[i] = M.readInt32BE(i * 4)
- for (; i < 80; ++i) W[i] = rotl1(W[i - 3] ^ W[i - 8] ^ W[i - 14] ^ W[i - 16])
+ var bytes = Buffer.allocUnsafe(size)
- for (var j = 0; j < 80; ++j) {
- var s = ~~(j / 20)
- var t = (rotl5(a) + ft(s, b, c, d) + e + W[j] + K[s]) | 0
+ if (size > 0) { // getRandomValues fails on IE if size == 0
+ if (size > MAX_BYTES) { // this is the max bytes crypto.getRandomValues
+ // can do at once see https://developer.mozilla.org/en-US/docs/Web/API/window.crypto.getRandomValues
+ for (var generated = 0; generated < size; generated += MAX_BYTES) {
+ // buffer.slice automatically checks if the end is past the end of
+ // the buffer so we don't have to here
+ crypto.getRandomValues(bytes.slice(generated, generated + MAX_BYTES))
+ }
+ } else {
+ crypto.getRandomValues(bytes)
+ }
+ }
- e = d
- d = c
- c = rotl30(b)
- b = a
- a = t
+ if (typeof cb === 'function') {
+ return process.nextTick(function () {
+ cb(null, bytes)
+ })
}
- this._a = (a + this._a) | 0
- this._b = (b + this._b) | 0
- this._c = (c + this._c) | 0
- this._d = (d + this._d) | 0
- this._e = (e + this._e) | 0
+ return bytes
}
-Sha1.prototype._hash = function () {
- var H = Buffer.allocUnsafe(20)
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/crypto.js */ 202)["default"], __webpack_require__(/*! ./../webpack/buildin/global.js */ 37), __webpack_require__(/*! ./../node-libs-browser/mock/process.js */ 31)))
- H.writeInt32BE(this._a | 0, 0)
- H.writeInt32BE(this._b | 0, 4)
- H.writeInt32BE(this._c | 0, 8)
- H.writeInt32BE(this._d | 0, 12)
- H.writeInt32BE(this._e | 0, 16)
+/***/ }),
+/* 384 */
+/*!************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip39/src/_wordlists.js ***!
+ \************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- return H
+"use strict";
+
+Object.defineProperty(exports, "__esModule", { value: true });
+// browserify by default only pulls in files that are hard coded in requires
+// In order of last to first in this file, the default wordlist will be chosen
+// based on what is present. (Bundles may remove wordlists they don't need)
+var wordlists = {};
+exports.wordlists = wordlists;
+var _default;
+exports._default = _default;
+try {
+ exports._default = _default = __webpack_require__(/*! ./wordlists/czech.json */ 385);
+ wordlists.czech = _default;
+}
+catch (err) {}
+try {
+ exports._default = _default = __webpack_require__(/*! ./wordlists/chinese_simplified.json */ 386);
+ wordlists.chinese_simplified = _default;
+}
+catch (err) {}
+try {
+ exports._default = _default = __webpack_require__(/*! ./wordlists/chinese_traditional.json */ 387);
+ wordlists.chinese_traditional = _default;
+}
+catch (err) {}
+try {
+ exports._default = _default = __webpack_require__(/*! ./wordlists/korean.json */ 388);
+ wordlists.korean = _default;
+}
+catch (err) {}
+try {
+ exports._default = _default = __webpack_require__(/*! ./wordlists/french.json */ 389);
+ wordlists.french = _default;
+}
+catch (err) {}
+try {
+ exports._default = _default = __webpack_require__(/*! ./wordlists/italian.json */ 390);
+ wordlists.italian = _default;
+}
+catch (err) {}
+try {
+ exports._default = _default = __webpack_require__(/*! ./wordlists/spanish.json */ 391);
+ wordlists.spanish = _default;
+}
+catch (err) {}
+try {
+ exports._default = _default = __webpack_require__(/*! ./wordlists/japanese.json */ 392);
+ wordlists.japanese = _default;
+ wordlists.JA = _default;
+}
+catch (err) {}
+try {
+ exports._default = _default = __webpack_require__(/*! ./wordlists/portuguese.json */ 393);
+ wordlists.portuguese = _default;
+}
+catch (err) {}
+try {
+ exports._default = _default = __webpack_require__(/*! ./wordlists/english.json */ 394);
+ wordlists.english = _default;
+ wordlists.EN = _default;
}
+catch (err) {}
-module.exports = Sha1
+/***/ }),
+/* 385 */
+/*!*******************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip39/src/wordlists/czech.json ***!
+ \*******************************************************************/
+/*! exports provided: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 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, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, default */
+/***/ (function(module) {
+module.exports = JSON.parse("[\"abdikace\",\"abeceda\",\"adresa\",\"agrese\",\"akce\",\"aktovka\",\"alej\",\"alkohol\",\"amputace\",\"ananas\",\"andulka\",\"anekdota\",\"anketa\",\"antika\",\"anulovat\",\"archa\",\"arogance\",\"asfalt\",\"asistent\",\"aspirace\",\"astma\",\"astronom\",\"atlas\",\"atletika\",\"atol\",\"autobus\",\"azyl\",\"babka\",\"bachor\",\"bacil\",\"baculka\",\"badatel\",\"bageta\",\"bagr\",\"bahno\",\"bakterie\",\"balada\",\"baletka\",\"balkon\",\"balonek\",\"balvan\",\"balza\",\"bambus\",\"bankomat\",\"barbar\",\"baret\",\"barman\",\"baroko\",\"barva\",\"baterka\",\"batoh\",\"bavlna\",\"bazalka\",\"bazilika\",\"bazuka\",\"bedna\",\"beran\",\"beseda\",\"bestie\",\"beton\",\"bezinka\",\"bezmoc\",\"beztak\",\"bicykl\",\"bidlo\",\"biftek\",\"bikiny\",\"bilance\",\"biograf\",\"biolog\",\"bitva\",\"bizon\",\"blahobyt\",\"blatouch\",\"blecha\",\"bledule\",\"blesk\",\"blikat\",\"blizna\",\"blokovat\",\"bloudit\",\"blud\",\"bobek\",\"bobr\",\"bodlina\",\"bodnout\",\"bohatost\",\"bojkot\",\"bojovat\",\"bokorys\",\"bolest\",\"borec\",\"borovice\",\"bota\",\"boubel\",\"bouchat\",\"bouda\",\"boule\",\"bourat\",\"boxer\",\"bradavka\",\"brambora\",\"branka\",\"bratr\",\"brepta\",\"briketa\",\"brko\",\"brloh\",\"bronz\",\"broskev\",\"brunetka\",\"brusinka\",\"brzda\",\"brzy\",\"bublina\",\"bubnovat\",\"buchta\",\"buditel\",\"budka\",\"budova\",\"bufet\",\"bujarost\",\"bukvice\",\"buldok\",\"bulva\",\"bunda\",\"bunkr\",\"burza\",\"butik\",\"buvol\",\"buzola\",\"bydlet\",\"bylina\",\"bytovka\",\"bzukot\",\"capart\",\"carevna\",\"cedr\",\"cedule\",\"cejch\",\"cejn\",\"cela\",\"celer\",\"celkem\",\"celnice\",\"cenina\",\"cennost\",\"cenovka\",\"centrum\",\"cenzor\",\"cestopis\",\"cetka\",\"chalupa\",\"chapadlo\",\"charita\",\"chata\",\"chechtat\",\"chemie\",\"chichot\",\"chirurg\",\"chlad\",\"chleba\",\"chlubit\",\"chmel\",\"chmura\",\"chobot\",\"chochol\",\"chodba\",\"cholera\",\"chomout\",\"chopit\",\"choroba\",\"chov\",\"chrapot\",\"chrlit\",\"chrt\",\"chrup\",\"chtivost\",\"chudina\",\"chutnat\",\"chvat\",\"chvilka\",\"chvost\",\"chyba\",\"chystat\",\"chytit\",\"cibule\",\"cigareta\",\"cihelna\",\"cihla\",\"cinkot\",\"cirkus\",\"cisterna\",\"citace\",\"citrus\",\"cizinec\",\"cizost\",\"clona\",\"cokoliv\",\"couvat\",\"ctitel\",\"ctnost\",\"cudnost\",\"cuketa\",\"cukr\",\"cupot\",\"cvaknout\",\"cval\",\"cvik\",\"cvrkot\",\"cyklista\",\"daleko\",\"dareba\",\"datel\",\"datum\",\"dcera\",\"debata\",\"dechovka\",\"decibel\",\"deficit\",\"deflace\",\"dekl\",\"dekret\",\"demokrat\",\"deprese\",\"derby\",\"deska\",\"detektiv\",\"dikobraz\",\"diktovat\",\"dioda\",\"diplom\",\"disk\",\"displej\",\"divadlo\",\"divoch\",\"dlaha\",\"dlouho\",\"dluhopis\",\"dnes\",\"dobro\",\"dobytek\",\"docent\",\"dochutit\",\"dodnes\",\"dohled\",\"dohoda\",\"dohra\",\"dojem\",\"dojnice\",\"doklad\",\"dokola\",\"doktor\",\"dokument\",\"dolar\",\"doleva\",\"dolina\",\"doma\",\"dominant\",\"domluvit\",\"domov\",\"donutit\",\"dopad\",\"dopis\",\"doplnit\",\"doposud\",\"doprovod\",\"dopustit\",\"dorazit\",\"dorost\",\"dort\",\"dosah\",\"doslov\",\"dostatek\",\"dosud\",\"dosyta\",\"dotaz\",\"dotek\",\"dotknout\",\"doufat\",\"doutnat\",\"dovozce\",\"dozadu\",\"doznat\",\"dozorce\",\"drahota\",\"drak\",\"dramatik\",\"dravec\",\"draze\",\"drdol\",\"drobnost\",\"drogerie\",\"drozd\",\"drsnost\",\"drtit\",\"drzost\",\"duben\",\"duchovno\",\"dudek\",\"duha\",\"duhovka\",\"dusit\",\"dusno\",\"dutost\",\"dvojice\",\"dvorec\",\"dynamit\",\"ekolog\",\"ekonomie\",\"elektron\",\"elipsa\",\"email\",\"emise\",\"emoce\",\"empatie\",\"epizoda\",\"epocha\",\"epopej\",\"epos\",\"esej\",\"esence\",\"eskorta\",\"eskymo\",\"etiketa\",\"euforie\",\"evoluce\",\"exekuce\",\"exkurze\",\"expedice\",\"exploze\",\"export\",\"extrakt\",\"facka\",\"fajfka\",\"fakulta\",\"fanatik\",\"fantazie\",\"farmacie\",\"favorit\",\"fazole\",\"federace\",\"fejeton\",\"fenka\",\"fialka\",\"figurant\",\"filozof\",\"filtr\",\"finance\",\"finta\",\"fixace\",\"fjord\",\"flanel\",\"flirt\",\"flotila\",\"fond\",\"fosfor\",\"fotbal\",\"fotka\",\"foton\",\"frakce\",\"freska\",\"fronta\",\"fukar\",\"funkce\",\"fyzika\",\"galeje\",\"garant\",\"genetika\",\"geolog\",\"gilotina\",\"glazura\",\"glejt\",\"golem\",\"golfista\",\"gotika\",\"graf\",\"gramofon\",\"granule\",\"grep\",\"gril\",\"grog\",\"groteska\",\"guma\",\"hadice\",\"hadr\",\"hala\",\"halenka\",\"hanba\",\"hanopis\",\"harfa\",\"harpuna\",\"havran\",\"hebkost\",\"hejkal\",\"hejno\",\"hejtman\",\"hektar\",\"helma\",\"hematom\",\"herec\",\"herna\",\"heslo\",\"hezky\",\"historik\",\"hladovka\",\"hlasivky\",\"hlava\",\"hledat\",\"hlen\",\"hlodavec\",\"hloh\",\"hloupost\",\"hltat\",\"hlubina\",\"hluchota\",\"hmat\",\"hmota\",\"hmyz\",\"hnis\",\"hnojivo\",\"hnout\",\"hoblina\",\"hoboj\",\"hoch\",\"hodiny\",\"hodlat\",\"hodnota\",\"hodovat\",\"hojnost\",\"hokej\",\"holinka\",\"holka\",\"holub\",\"homole\",\"honitba\",\"honorace\",\"horal\",\"horda\",\"horizont\",\"horko\",\"horlivec\",\"hormon\",\"hornina\",\"horoskop\",\"horstvo\",\"hospoda\",\"hostina\",\"hotovost\",\"houba\",\"houf\",\"houpat\",\"houska\",\"hovor\",\"hradba\",\"hranice\",\"hravost\",\"hrazda\",\"hrbolek\",\"hrdina\",\"hrdlo\",\"hrdost\",\"hrnek\",\"hrobka\",\"hromada\",\"hrot\",\"hrouda\",\"hrozen\",\"hrstka\",\"hrubost\",\"hryzat\",\"hubenost\",\"hubnout\",\"hudba\",\"hukot\",\"humr\",\"husita\",\"hustota\",\"hvozd\",\"hybnost\",\"hydrant\",\"hygiena\",\"hymna\",\"hysterik\",\"idylka\",\"ihned\",\"ikona\",\"iluze\",\"imunita\",\"infekce\",\"inflace\",\"inkaso\",\"inovace\",\"inspekce\",\"internet\",\"invalida\",\"investor\",\"inzerce\",\"ironie\",\"jablko\",\"jachta\",\"jahoda\",\"jakmile\",\"jakost\",\"jalovec\",\"jantar\",\"jarmark\",\"jaro\",\"jasan\",\"jasno\",\"jatka\",\"javor\",\"jazyk\",\"jedinec\",\"jedle\",\"jednatel\",\"jehlan\",\"jekot\",\"jelen\",\"jelito\",\"jemnost\",\"jenom\",\"jepice\",\"jeseter\",\"jevit\",\"jezdec\",\"jezero\",\"jinak\",\"jindy\",\"jinoch\",\"jiskra\",\"jistota\",\"jitrnice\",\"jizva\",\"jmenovat\",\"jogurt\",\"jurta\",\"kabaret\",\"kabel\",\"kabinet\",\"kachna\",\"kadet\",\"kadidlo\",\"kahan\",\"kajak\",\"kajuta\",\"kakao\",\"kaktus\",\"kalamita\",\"kalhoty\",\"kalibr\",\"kalnost\",\"kamera\",\"kamkoliv\",\"kamna\",\"kanibal\",\"kanoe\",\"kantor\",\"kapalina\",\"kapela\",\"kapitola\",\"kapka\",\"kaple\",\"kapota\",\"kapr\",\"kapusta\",\"kapybara\",\"karamel\",\"karotka\",\"karton\",\"kasa\",\"katalog\",\"katedra\",\"kauce\",\"kauza\",\"kavalec\",\"kazajka\",\"kazeta\",\"kazivost\",\"kdekoliv\",\"kdesi\",\"kedluben\",\"kemp\",\"keramika\",\"kino\",\"klacek\",\"kladivo\",\"klam\",\"klapot\",\"klasika\",\"klaun\",\"klec\",\"klenba\",\"klepat\",\"klesnout\",\"klid\",\"klima\",\"klisna\",\"klobouk\",\"klokan\",\"klopa\",\"kloub\",\"klubovna\",\"klusat\",\"kluzkost\",\"kmen\",\"kmitat\",\"kmotr\",\"kniha\",\"knot\",\"koalice\",\"koberec\",\"kobka\",\"kobliha\",\"kobyla\",\"kocour\",\"kohout\",\"kojenec\",\"kokos\",\"koktejl\",\"kolaps\",\"koleda\",\"kolize\",\"kolo\",\"komando\",\"kometa\",\"komik\",\"komnata\",\"komora\",\"kompas\",\"komunita\",\"konat\",\"koncept\",\"kondice\",\"konec\",\"konfese\",\"kongres\",\"konina\",\"konkurs\",\"kontakt\",\"konzerva\",\"kopanec\",\"kopie\",\"kopnout\",\"koprovka\",\"korbel\",\"korektor\",\"kormidlo\",\"koroptev\",\"korpus\",\"koruna\",\"koryto\",\"korzet\",\"kosatec\",\"kostka\",\"kotel\",\"kotleta\",\"kotoul\",\"koukat\",\"koupelna\",\"kousek\",\"kouzlo\",\"kovboj\",\"koza\",\"kozoroh\",\"krabice\",\"krach\",\"krajina\",\"kralovat\",\"krasopis\",\"kravata\",\"kredit\",\"krejcar\",\"kresba\",\"kreveta\",\"kriket\",\"kritik\",\"krize\",\"krkavec\",\"krmelec\",\"krmivo\",\"krocan\",\"krok\",\"kronika\",\"kropit\",\"kroupa\",\"krovka\",\"krtek\",\"kruhadlo\",\"krupice\",\"krutost\",\"krvinka\",\"krychle\",\"krypta\",\"krystal\",\"kryt\",\"kudlanka\",\"kufr\",\"kujnost\",\"kukla\",\"kulajda\",\"kulich\",\"kulka\",\"kulomet\",\"kultura\",\"kuna\",\"kupodivu\",\"kurt\",\"kurzor\",\"kutil\",\"kvalita\",\"kvasinka\",\"kvestor\",\"kynolog\",\"kyselina\",\"kytara\",\"kytice\",\"kytka\",\"kytovec\",\"kyvadlo\",\"labrador\",\"lachtan\",\"ladnost\",\"laik\",\"lakomec\",\"lamela\",\"lampa\",\"lanovka\",\"lasice\",\"laso\",\"lastura\",\"latinka\",\"lavina\",\"lebka\",\"leckdy\",\"leden\",\"lednice\",\"ledovka\",\"ledvina\",\"legenda\",\"legie\",\"legrace\",\"lehce\",\"lehkost\",\"lehnout\",\"lektvar\",\"lenochod\",\"lentilka\",\"lepenka\",\"lepidlo\",\"letadlo\",\"letec\",\"letmo\",\"letokruh\",\"levhart\",\"levitace\",\"levobok\",\"libra\",\"lichotka\",\"lidojed\",\"lidskost\",\"lihovina\",\"lijavec\",\"lilek\",\"limetka\",\"linie\",\"linka\",\"linoleum\",\"listopad\",\"litina\",\"litovat\",\"lobista\",\"lodivod\",\"logika\",\"logoped\",\"lokalita\",\"loket\",\"lomcovat\",\"lopata\",\"lopuch\",\"lord\",\"losos\",\"lotr\",\"loudal\",\"louh\",\"louka\",\"louskat\",\"lovec\",\"lstivost\",\"lucerna\",\"lucifer\",\"lump\",\"lusk\",\"lustrace\",\"lvice\",\"lyra\",\"lyrika\",\"lysina\",\"madam\",\"madlo\",\"magistr\",\"mahagon\",\"majetek\",\"majitel\",\"majorita\",\"makak\",\"makovice\",\"makrela\",\"malba\",\"malina\",\"malovat\",\"malvice\",\"maminka\",\"mandle\",\"manko\",\"marnost\",\"masakr\",\"maskot\",\"masopust\",\"matice\",\"matrika\",\"maturita\",\"mazanec\",\"mazivo\",\"mazlit\",\"mazurka\",\"mdloba\",\"mechanik\",\"meditace\",\"medovina\",\"melasa\",\"meloun\",\"mentolka\",\"metla\",\"metoda\",\"metr\",\"mezera\",\"migrace\",\"mihnout\",\"mihule\",\"mikina\",\"mikrofon\",\"milenec\",\"milimetr\",\"milost\",\"mimika\",\"mincovna\",\"minibar\",\"minomet\",\"minulost\",\"miska\",\"mistr\",\"mixovat\",\"mladost\",\"mlha\",\"mlhovina\",\"mlok\",\"mlsat\",\"mluvit\",\"mnich\",\"mnohem\",\"mobil\",\"mocnost\",\"modelka\",\"modlitba\",\"mohyla\",\"mokro\",\"molekula\",\"momentka\",\"monarcha\",\"monokl\",\"monstrum\",\"montovat\",\"monzun\",\"mosaz\",\"moskyt\",\"most\",\"motivace\",\"motorka\",\"motyka\",\"moucha\",\"moudrost\",\"mozaika\",\"mozek\",\"mozol\",\"mramor\",\"mravenec\",\"mrkev\",\"mrtvola\",\"mrzet\",\"mrzutost\",\"mstitel\",\"mudrc\",\"muflon\",\"mulat\",\"mumie\",\"munice\",\"muset\",\"mutace\",\"muzeum\",\"muzikant\",\"myslivec\",\"mzda\",\"nabourat\",\"nachytat\",\"nadace\",\"nadbytek\",\"nadhoz\",\"nadobro\",\"nadpis\",\"nahlas\",\"nahnat\",\"nahodile\",\"nahradit\",\"naivita\",\"najednou\",\"najisto\",\"najmout\",\"naklonit\",\"nakonec\",\"nakrmit\",\"nalevo\",\"namazat\",\"namluvit\",\"nanometr\",\"naoko\",\"naopak\",\"naostro\",\"napadat\",\"napevno\",\"naplnit\",\"napnout\",\"naposled\",\"naprosto\",\"narodit\",\"naruby\",\"narychlo\",\"nasadit\",\"nasekat\",\"naslepo\",\"nastat\",\"natolik\",\"navenek\",\"navrch\",\"navzdory\",\"nazvat\",\"nebe\",\"nechat\",\"necky\",\"nedaleko\",\"nedbat\",\"neduh\",\"negace\",\"nehet\",\"nehoda\",\"nejen\",\"nejprve\",\"neklid\",\"nelibost\",\"nemilost\",\"nemoc\",\"neochota\",\"neonka\",\"nepokoj\",\"nerost\",\"nerv\",\"nesmysl\",\"nesoulad\",\"netvor\",\"neuron\",\"nevina\",\"nezvykle\",\"nicota\",\"nijak\",\"nikam\",\"nikdy\",\"nikl\",\"nikterak\",\"nitro\",\"nocleh\",\"nohavice\",\"nominace\",\"nora\",\"norek\",\"nositel\",\"nosnost\",\"nouze\",\"noviny\",\"novota\",\"nozdra\",\"nuda\",\"nudle\",\"nuget\",\"nutit\",\"nutnost\",\"nutrie\",\"nymfa\",\"obal\",\"obarvit\",\"obava\",\"obdiv\",\"obec\",\"obehnat\",\"obejmout\",\"obezita\",\"obhajoba\",\"obilnice\",\"objasnit\",\"objekt\",\"obklopit\",\"oblast\",\"oblek\",\"obliba\",\"obloha\",\"obluda\",\"obnos\",\"obohatit\",\"obojek\",\"obout\",\"obrazec\",\"obrna\",\"obruba\",\"obrys\",\"obsah\",\"obsluha\",\"obstarat\",\"obuv\",\"obvaz\",\"obvinit\",\"obvod\",\"obvykle\",\"obyvatel\",\"obzor\",\"ocas\",\"ocel\",\"ocenit\",\"ochladit\",\"ochota\",\"ochrana\",\"ocitnout\",\"odboj\",\"odbyt\",\"odchod\",\"odcizit\",\"odebrat\",\"odeslat\",\"odevzdat\",\"odezva\",\"odhadce\",\"odhodit\",\"odjet\",\"odjinud\",\"odkaz\",\"odkoupit\",\"odliv\",\"odluka\",\"odmlka\",\"odolnost\",\"odpad\",\"odpis\",\"odplout\",\"odpor\",\"odpustit\",\"odpykat\",\"odrazka\",\"odsoudit\",\"odstup\",\"odsun\",\"odtok\",\"odtud\",\"odvaha\",\"odveta\",\"odvolat\",\"odvracet\",\"odznak\",\"ofina\",\"ofsajd\",\"ohlas\",\"ohnisko\",\"ohrada\",\"ohrozit\",\"ohryzek\",\"okap\",\"okenice\",\"oklika\",\"okno\",\"okouzlit\",\"okovy\",\"okrasa\",\"okres\",\"okrsek\",\"okruh\",\"okupant\",\"okurka\",\"okusit\",\"olejnina\",\"olizovat\",\"omak\",\"omeleta\",\"omezit\",\"omladina\",\"omlouvat\",\"omluva\",\"omyl\",\"onehdy\",\"opakovat\",\"opasek\",\"operace\",\"opice\",\"opilost\",\"opisovat\",\"opora\",\"opozice\",\"opravdu\",\"oproti\",\"orbital\",\"orchestr\",\"orgie\",\"orlice\",\"orloj\",\"ortel\",\"osada\",\"oschnout\",\"osika\",\"osivo\",\"oslava\",\"oslepit\",\"oslnit\",\"oslovit\",\"osnova\",\"osoba\",\"osolit\",\"ospalec\",\"osten\",\"ostraha\",\"ostuda\",\"ostych\",\"osvojit\",\"oteplit\",\"otisk\",\"otop\",\"otrhat\",\"otrlost\",\"otrok\",\"otruby\",\"otvor\",\"ovanout\",\"ovar\",\"oves\",\"ovlivnit\",\"ovoce\",\"oxid\",\"ozdoba\",\"pachatel\",\"pacient\",\"padouch\",\"pahorek\",\"pakt\",\"palanda\",\"palec\",\"palivo\",\"paluba\",\"pamflet\",\"pamlsek\",\"panenka\",\"panika\",\"panna\",\"panovat\",\"panstvo\",\"pantofle\",\"paprika\",\"parketa\",\"parodie\",\"parta\",\"paruka\",\"paryba\",\"paseka\",\"pasivita\",\"pastelka\",\"patent\",\"patrona\",\"pavouk\",\"pazneht\",\"pazourek\",\"pecka\",\"pedagog\",\"pejsek\",\"peklo\",\"peloton\",\"penalta\",\"pendrek\",\"penze\",\"periskop\",\"pero\",\"pestrost\",\"petarda\",\"petice\",\"petrolej\",\"pevnina\",\"pexeso\",\"pianista\",\"piha\",\"pijavice\",\"pikle\",\"piknik\",\"pilina\",\"pilnost\",\"pilulka\",\"pinzeta\",\"pipeta\",\"pisatel\",\"pistole\",\"pitevna\",\"pivnice\",\"pivovar\",\"placenta\",\"plakat\",\"plamen\",\"planeta\",\"plastika\",\"platit\",\"plavidlo\",\"plaz\",\"plech\",\"plemeno\",\"plenta\",\"ples\",\"pletivo\",\"plevel\",\"plivat\",\"plnit\",\"plno\",\"plocha\",\"plodina\",\"plomba\",\"plout\",\"pluk\",\"plyn\",\"pobavit\",\"pobyt\",\"pochod\",\"pocit\",\"poctivec\",\"podat\",\"podcenit\",\"podepsat\",\"podhled\",\"podivit\",\"podklad\",\"podmanit\",\"podnik\",\"podoba\",\"podpora\",\"podraz\",\"podstata\",\"podvod\",\"podzim\",\"poezie\",\"pohanka\",\"pohnutka\",\"pohovor\",\"pohroma\",\"pohyb\",\"pointa\",\"pojistka\",\"pojmout\",\"pokazit\",\"pokles\",\"pokoj\",\"pokrok\",\"pokuta\",\"pokyn\",\"poledne\",\"polibek\",\"polknout\",\"poloha\",\"polynom\",\"pomalu\",\"pominout\",\"pomlka\",\"pomoc\",\"pomsta\",\"pomyslet\",\"ponechat\",\"ponorka\",\"ponurost\",\"popadat\",\"popel\",\"popisek\",\"poplach\",\"poprosit\",\"popsat\",\"popud\",\"poradce\",\"porce\",\"porod\",\"porucha\",\"poryv\",\"posadit\",\"posed\",\"posila\",\"poskok\",\"poslanec\",\"posoudit\",\"pospolu\",\"postava\",\"posudek\",\"posyp\",\"potah\",\"potkan\",\"potlesk\",\"potomek\",\"potrava\",\"potupa\",\"potvora\",\"poukaz\",\"pouto\",\"pouzdro\",\"povaha\",\"povidla\",\"povlak\",\"povoz\",\"povrch\",\"povstat\",\"povyk\",\"povzdech\",\"pozdrav\",\"pozemek\",\"poznatek\",\"pozor\",\"pozvat\",\"pracovat\",\"prahory\",\"praktika\",\"prales\",\"praotec\",\"praporek\",\"prase\",\"pravda\",\"princip\",\"prkno\",\"probudit\",\"procento\",\"prodej\",\"profese\",\"prohra\",\"projekt\",\"prolomit\",\"promile\",\"pronikat\",\"propad\",\"prorok\",\"prosba\",\"proton\",\"proutek\",\"provaz\",\"prskavka\",\"prsten\",\"prudkost\",\"prut\",\"prvek\",\"prvohory\",\"psanec\",\"psovod\",\"pstruh\",\"ptactvo\",\"puberta\",\"puch\",\"pudl\",\"pukavec\",\"puklina\",\"pukrle\",\"pult\",\"pumpa\",\"punc\",\"pupen\",\"pusa\",\"pusinka\",\"pustina\",\"putovat\",\"putyka\",\"pyramida\",\"pysk\",\"pytel\",\"racek\",\"rachot\",\"radiace\",\"radnice\",\"radon\",\"raft\",\"ragby\",\"raketa\",\"rakovina\",\"rameno\",\"rampouch\",\"rande\",\"rarach\",\"rarita\",\"rasovna\",\"rastr\",\"ratolest\",\"razance\",\"razidlo\",\"reagovat\",\"reakce\",\"recept\",\"redaktor\",\"referent\",\"reflex\",\"rejnok\",\"reklama\",\"rekord\",\"rekrut\",\"rektor\",\"reputace\",\"revize\",\"revma\",\"revolver\",\"rezerva\",\"riskovat\",\"riziko\",\"robotika\",\"rodokmen\",\"rohovka\",\"rokle\",\"rokoko\",\"romaneto\",\"ropovod\",\"ropucha\",\"rorejs\",\"rosol\",\"rostlina\",\"rotmistr\",\"rotoped\",\"rotunda\",\"roubenka\",\"roucho\",\"roup\",\"roura\",\"rovina\",\"rovnice\",\"rozbor\",\"rozchod\",\"rozdat\",\"rozeznat\",\"rozhodce\",\"rozinka\",\"rozjezd\",\"rozkaz\",\"rozloha\",\"rozmar\",\"rozpad\",\"rozruch\",\"rozsah\",\"roztok\",\"rozum\",\"rozvod\",\"rubrika\",\"ruchadlo\",\"rukavice\",\"rukopis\",\"ryba\",\"rybolov\",\"rychlost\",\"rydlo\",\"rypadlo\",\"rytina\",\"ryzost\",\"sadista\",\"sahat\",\"sako\",\"samec\",\"samizdat\",\"samota\",\"sanitka\",\"sardinka\",\"sasanka\",\"satelit\",\"sazba\",\"sazenice\",\"sbor\",\"schovat\",\"sebranka\",\"secese\",\"sedadlo\",\"sediment\",\"sedlo\",\"sehnat\",\"sejmout\",\"sekera\",\"sekta\",\"sekunda\",\"sekvoje\",\"semeno\",\"seno\",\"servis\",\"sesadit\",\"seshora\",\"seskok\",\"seslat\",\"sestra\",\"sesuv\",\"sesypat\",\"setba\",\"setina\",\"setkat\",\"setnout\",\"setrvat\",\"sever\",\"seznam\",\"shoda\",\"shrnout\",\"sifon\",\"silnice\",\"sirka\",\"sirotek\",\"sirup\",\"situace\",\"skafandr\",\"skalisko\",\"skanzen\",\"skaut\",\"skeptik\",\"skica\",\"skladba\",\"sklenice\",\"sklo\",\"skluz\",\"skoba\",\"skokan\",\"skoro\",\"skripta\",\"skrz\",\"skupina\",\"skvost\",\"skvrna\",\"slabika\",\"sladidlo\",\"slanina\",\"slast\",\"slavnost\",\"sledovat\",\"slepec\",\"sleva\",\"slezina\",\"slib\",\"slina\",\"sliznice\",\"slon\",\"sloupek\",\"slovo\",\"sluch\",\"sluha\",\"slunce\",\"slupka\",\"slza\",\"smaragd\",\"smetana\",\"smilstvo\",\"smlouva\",\"smog\",\"smrad\",\"smrk\",\"smrtka\",\"smutek\",\"smysl\",\"snad\",\"snaha\",\"snob\",\"sobota\",\"socha\",\"sodovka\",\"sokol\",\"sopka\",\"sotva\",\"souboj\",\"soucit\",\"soudce\",\"souhlas\",\"soulad\",\"soumrak\",\"souprava\",\"soused\",\"soutok\",\"souviset\",\"spalovna\",\"spasitel\",\"spis\",\"splav\",\"spodek\",\"spojenec\",\"spolu\",\"sponzor\",\"spornost\",\"spousta\",\"sprcha\",\"spustit\",\"sranda\",\"sraz\",\"srdce\",\"srna\",\"srnec\",\"srovnat\",\"srpen\",\"srst\",\"srub\",\"stanice\",\"starosta\",\"statika\",\"stavba\",\"stehno\",\"stezka\",\"stodola\",\"stolek\",\"stopa\",\"storno\",\"stoupat\",\"strach\",\"stres\",\"strhnout\",\"strom\",\"struna\",\"studna\",\"stupnice\",\"stvol\",\"styk\",\"subjekt\",\"subtropy\",\"suchar\",\"sudost\",\"sukno\",\"sundat\",\"sunout\",\"surikata\",\"surovina\",\"svah\",\"svalstvo\",\"svetr\",\"svatba\",\"svazek\",\"svisle\",\"svitek\",\"svoboda\",\"svodidlo\",\"svorka\",\"svrab\",\"sykavka\",\"sykot\",\"synek\",\"synovec\",\"sypat\",\"sypkost\",\"syrovost\",\"sysel\",\"sytost\",\"tabletka\",\"tabule\",\"tahoun\",\"tajemno\",\"tajfun\",\"tajga\",\"tajit\",\"tajnost\",\"taktika\",\"tamhle\",\"tampon\",\"tancovat\",\"tanec\",\"tanker\",\"tapeta\",\"tavenina\",\"tazatel\",\"technika\",\"tehdy\",\"tekutina\",\"telefon\",\"temnota\",\"tendence\",\"tenista\",\"tenor\",\"teplota\",\"tepna\",\"teprve\",\"terapie\",\"termoska\",\"textil\",\"ticho\",\"tiskopis\",\"titulek\",\"tkadlec\",\"tkanina\",\"tlapka\",\"tleskat\",\"tlukot\",\"tlupa\",\"tmel\",\"toaleta\",\"topinka\",\"topol\",\"torzo\",\"touha\",\"toulec\",\"tradice\",\"traktor\",\"tramp\",\"trasa\",\"traverza\",\"trefit\",\"trest\",\"trezor\",\"trhavina\",\"trhlina\",\"trochu\",\"trojice\",\"troska\",\"trouba\",\"trpce\",\"trpitel\",\"trpkost\",\"trubec\",\"truchlit\",\"truhlice\",\"trus\",\"trvat\",\"tudy\",\"tuhnout\",\"tuhost\",\"tundra\",\"turista\",\"turnaj\",\"tuzemsko\",\"tvaroh\",\"tvorba\",\"tvrdost\",\"tvrz\",\"tygr\",\"tykev\",\"ubohost\",\"uboze\",\"ubrat\",\"ubrousek\",\"ubrus\",\"ubytovna\",\"ucho\",\"uctivost\",\"udivit\",\"uhradit\",\"ujednat\",\"ujistit\",\"ujmout\",\"ukazatel\",\"uklidnit\",\"uklonit\",\"ukotvit\",\"ukrojit\",\"ulice\",\"ulita\",\"ulovit\",\"umyvadlo\",\"unavit\",\"uniforma\",\"uniknout\",\"upadnout\",\"uplatnit\",\"uplynout\",\"upoutat\",\"upravit\",\"uran\",\"urazit\",\"usednout\",\"usilovat\",\"usmrtit\",\"usnadnit\",\"usnout\",\"usoudit\",\"ustlat\",\"ustrnout\",\"utahovat\",\"utkat\",\"utlumit\",\"utonout\",\"utopenec\",\"utrousit\",\"uvalit\",\"uvolnit\",\"uvozovka\",\"uzdravit\",\"uzel\",\"uzenina\",\"uzlina\",\"uznat\",\"vagon\",\"valcha\",\"valoun\",\"vana\",\"vandal\",\"vanilka\",\"varan\",\"varhany\",\"varovat\",\"vcelku\",\"vchod\",\"vdova\",\"vedro\",\"vegetace\",\"vejce\",\"velbloud\",\"veletrh\",\"velitel\",\"velmoc\",\"velryba\",\"venkov\",\"veranda\",\"verze\",\"veselka\",\"veskrze\",\"vesnice\",\"vespodu\",\"vesta\",\"veterina\",\"veverka\",\"vibrace\",\"vichr\",\"videohra\",\"vidina\",\"vidle\",\"vila\",\"vinice\",\"viset\",\"vitalita\",\"vize\",\"vizitka\",\"vjezd\",\"vklad\",\"vkus\",\"vlajka\",\"vlak\",\"vlasec\",\"vlevo\",\"vlhkost\",\"vliv\",\"vlnovka\",\"vloupat\",\"vnucovat\",\"vnuk\",\"voda\",\"vodivost\",\"vodoznak\",\"vodstvo\",\"vojensky\",\"vojna\",\"vojsko\",\"volant\",\"volba\",\"volit\",\"volno\",\"voskovka\",\"vozidlo\",\"vozovna\",\"vpravo\",\"vrabec\",\"vracet\",\"vrah\",\"vrata\",\"vrba\",\"vrcholek\",\"vrhat\",\"vrstva\",\"vrtule\",\"vsadit\",\"vstoupit\",\"vstup\",\"vtip\",\"vybavit\",\"vybrat\",\"vychovat\",\"vydat\",\"vydra\",\"vyfotit\",\"vyhledat\",\"vyhnout\",\"vyhodit\",\"vyhradit\",\"vyhubit\",\"vyjasnit\",\"vyjet\",\"vyjmout\",\"vyklopit\",\"vykonat\",\"vylekat\",\"vymazat\",\"vymezit\",\"vymizet\",\"vymyslet\",\"vynechat\",\"vynikat\",\"vynutit\",\"vypadat\",\"vyplatit\",\"vypravit\",\"vypustit\",\"vyrazit\",\"vyrovnat\",\"vyrvat\",\"vyslovit\",\"vysoko\",\"vystavit\",\"vysunout\",\"vysypat\",\"vytasit\",\"vytesat\",\"vytratit\",\"vyvinout\",\"vyvolat\",\"vyvrhel\",\"vyzdobit\",\"vyznat\",\"vzadu\",\"vzbudit\",\"vzchopit\",\"vzdor\",\"vzduch\",\"vzdychat\",\"vzestup\",\"vzhledem\",\"vzkaz\",\"vzlykat\",\"vznik\",\"vzorek\",\"vzpoura\",\"vztah\",\"vztek\",\"xylofon\",\"zabrat\",\"zabydlet\",\"zachovat\",\"zadarmo\",\"zadusit\",\"zafoukat\",\"zahltit\",\"zahodit\",\"zahrada\",\"zahynout\",\"zajatec\",\"zajet\",\"zajistit\",\"zaklepat\",\"zakoupit\",\"zalepit\",\"zamezit\",\"zamotat\",\"zamyslet\",\"zanechat\",\"zanikat\",\"zaplatit\",\"zapojit\",\"zapsat\",\"zarazit\",\"zastavit\",\"zasunout\",\"zatajit\",\"zatemnit\",\"zatknout\",\"zaujmout\",\"zavalit\",\"zavelet\",\"zavinit\",\"zavolat\",\"zavrtat\",\"zazvonit\",\"zbavit\",\"zbrusu\",\"zbudovat\",\"zbytek\",\"zdaleka\",\"zdarma\",\"zdatnost\",\"zdivo\",\"zdobit\",\"zdroj\",\"zdvih\",\"zdymadlo\",\"zelenina\",\"zeman\",\"zemina\",\"zeptat\",\"zezadu\",\"zezdola\",\"zhatit\",\"zhltnout\",\"zhluboka\",\"zhotovit\",\"zhruba\",\"zima\",\"zimnice\",\"zjemnit\",\"zklamat\",\"zkoumat\",\"zkratka\",\"zkumavka\",\"zlato\",\"zlehka\",\"zloba\",\"zlom\",\"zlost\",\"zlozvyk\",\"zmapovat\",\"zmar\",\"zmatek\",\"zmije\",\"zmizet\",\"zmocnit\",\"zmodrat\",\"zmrzlina\",\"zmutovat\",\"znak\",\"znalost\",\"znamenat\",\"znovu\",\"zobrazit\",\"zotavit\",\"zoubek\",\"zoufale\",\"zplodit\",\"zpomalit\",\"zprava\",\"zprostit\",\"zprudka\",\"zprvu\",\"zrada\",\"zranit\",\"zrcadlo\",\"zrnitost\",\"zrno\",\"zrovna\",\"zrychlit\",\"zrzavost\",\"zticha\",\"ztratit\",\"zubovina\",\"zubr\",\"zvednout\",\"zvenku\",\"zvesela\",\"zvon\",\"zvrat\",\"zvukovod\",\"zvyk\"]");
/***/ }),
-/* 394 */
-/*!***************************************!*\
- !*** ./node_modules/sha.js/sha224.js ***!
- \***************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-/**
- * A JavaScript implementation of the Secure Hash Algorithm, SHA-256, as defined
- * in FIPS 180-2
- * Version 2.2-beta Copyright Angel Marin, Paul Johnston 2000 - 2009.
- * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
- *
- */
+/* 386 */
+/*!********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip39/src/wordlists/chinese_simplified.json ***!
+ \********************************************************************************/
+/*! exports provided: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 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, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, default */
+/***/ (function(module) {
-var inherits = __webpack_require__(/*! inherits */ 132)
-var Sha256 = __webpack_require__(/*! ./sha256 */ 395)
-var Hash = __webpack_require__(/*! ./hash */ 392)
-var Buffer = __webpack_require__(/*! safe-buffer */ 372).Buffer
+module.exports = JSON.parse("[\"的\",\"一\",\"是\",\"在\",\"不\",\"了\",\"有\",\"和\",\"人\",\"这\",\"中\",\"大\",\"为\",\"上\",\"个\",\"国\",\"我\",\"以\",\"要\",\"他\",\"时\",\"来\",\"用\",\"们\",\"生\",\"到\",\"作\",\"地\",\"于\",\"出\",\"就\",\"分\",\"对\",\"成\",\"会\",\"可\",\"主\",\"发\",\"年\",\"动\",\"同\",\"工\",\"也\",\"能\",\"下\",\"过\",\"子\",\"说\",\"产\",\"种\",\"面\",\"而\",\"方\",\"后\",\"多\",\"定\",\"行\",\"学\",\"法\",\"所\",\"民\",\"得\",\"经\",\"十\",\"三\",\"之\",\"进\",\"着\",\"等\",\"部\",\"度\",\"家\",\"电\",\"力\",\"里\",\"如\",\"水\",\"化\",\"高\",\"自\",\"二\",\"理\",\"起\",\"小\",\"物\",\"现\",\"实\",\"加\",\"量\",\"都\",\"两\",\"体\",\"制\",\"机\",\"当\",\"使\",\"点\",\"从\",\"业\",\"本\",\"去\",\"把\",\"性\",\"好\",\"应\",\"开\",\"它\",\"合\",\"还\",\"因\",\"由\",\"其\",\"些\",\"然\",\"前\",\"外\",\"天\",\"政\",\"四\",\"日\",\"那\",\"社\",\"义\",\"事\",\"平\",\"形\",\"相\",\"全\",\"表\",\"间\",\"样\",\"与\",\"关\",\"各\",\"重\",\"新\",\"线\",\"内\",\"数\",\"正\",\"心\",\"反\",\"你\",\"明\",\"看\",\"原\",\"又\",\"么\",\"利\",\"比\",\"或\",\"但\",\"质\",\"气\",\"第\",\"向\",\"道\",\"命\",\"此\",\"变\",\"条\",\"只\",\"没\",\"结\",\"解\",\"问\",\"意\",\"建\",\"月\",\"公\",\"无\",\"系\",\"军\",\"很\",\"情\",\"者\",\"最\",\"立\",\"代\",\"想\",\"已\",\"通\",\"并\",\"提\",\"直\",\"题\",\"党\",\"程\",\"展\",\"五\",\"果\",\"料\",\"象\",\"员\",\"革\",\"位\",\"入\",\"常\",\"文\",\"总\",\"次\",\"品\",\"式\",\"活\",\"设\",\"及\",\"管\",\"特\",\"件\",\"长\",\"求\",\"老\",\"头\",\"基\",\"资\",\"边\",\"流\",\"路\",\"级\",\"少\",\"图\",\"山\",\"统\",\"接\",\"知\",\"较\",\"将\",\"组\",\"见\",\"计\",\"别\",\"她\",\"手\",\"角\",\"期\",\"根\",\"论\",\"运\",\"农\",\"指\",\"几\",\"九\",\"区\",\"强\",\"放\",\"决\",\"西\",\"被\",\"干\",\"做\",\"必\",\"战\",\"先\",\"回\",\"则\",\"任\",\"取\",\"据\",\"处\",\"队\",\"南\",\"给\",\"色\",\"光\",\"门\",\"即\",\"保\",\"治\",\"北\",\"造\",\"百\",\"规\",\"热\",\"领\",\"七\",\"海\",\"口\",\"东\",\"导\",\"器\",\"压\",\"志\",\"世\",\"金\",\"增\",\"争\",\"济\",\"阶\",\"油\",\"思\",\"术\",\"极\",\"交\",\"受\",\"联\",\"什\",\"认\",\"六\",\"共\",\"权\",\"收\",\"证\",\"改\",\"清\",\"美\",\"再\",\"采\",\"转\",\"更\",\"单\",\"风\",\"切\",\"打\",\"白\",\"教\",\"速\",\"花\",\"带\",\"安\",\"场\",\"身\",\"车\",\"例\",\"真\",\"务\",\"具\",\"万\",\"每\",\"目\",\"至\",\"达\",\"走\",\"积\",\"示\",\"议\",\"声\",\"报\",\"斗\",\"完\",\"类\",\"八\",\"离\",\"华\",\"名\",\"确\",\"才\",\"科\",\"张\",\"信\",\"马\",\"节\",\"话\",\"米\",\"整\",\"空\",\"元\",\"况\",\"今\",\"集\",\"温\",\"传\",\"土\",\"许\",\"步\",\"群\",\"广\",\"石\",\"记\",\"需\",\"段\",\"研\",\"界\",\"拉\",\"林\",\"律\",\"叫\",\"且\",\"究\",\"观\",\"越\",\"织\",\"装\",\"影\",\"算\",\"低\",\"持\",\"音\",\"众\",\"书\",\"布\",\"复\",\"容\",\"儿\",\"须\",\"际\",\"商\",\"非\",\"验\",\"连\",\"断\",\"深\",\"难\",\"近\",\"矿\",\"千\",\"周\",\"委\",\"素\",\"技\",\"备\",\"半\",\"办\",\"青\",\"省\",\"列\",\"习\",\"响\",\"约\",\"支\",\"般\",\"史\",\"感\",\"劳\",\"便\",\"团\",\"往\",\"酸\",\"历\",\"市\",\"克\",\"何\",\"除\",\"消\",\"构\",\"府\",\"称\",\"太\",\"准\",\"精\",\"值\",\"号\",\"率\",\"族\",\"维\",\"划\",\"选\",\"标\",\"写\",\"存\",\"候\",\"毛\",\"亲\",\"快\",\"效\",\"斯\",\"院\",\"查\",\"江\",\"型\",\"眼\",\"王\",\"按\",\"格\",\"养\",\"易\",\"置\",\"派\",\"层\",\"片\",\"始\",\"却\",\"专\",\"状\",\"育\",\"厂\",\"京\",\"识\",\"适\",\"属\",\"圆\",\"包\",\"火\",\"住\",\"调\",\"满\",\"县\",\"局\",\"照\",\"参\",\"红\",\"细\",\"引\",\"听\",\"该\",\"铁\",\"价\",\"严\",\"首\",\"底\",\"液\",\"官\",\"德\",\"随\",\"病\",\"苏\",\"失\",\"尔\",\"死\",\"讲\",\"配\",\"女\",\"黄\",\"推\",\"显\",\"谈\",\"罪\",\"神\",\"艺\",\"呢\",\"席\",\"含\",\"企\",\"望\",\"密\",\"批\",\"营\",\"项\",\"防\",\"举\",\"球\",\"英\",\"氧\",\"势\",\"告\",\"李\",\"台\",\"落\",\"木\",\"帮\",\"轮\",\"破\",\"亚\",\"师\",\"围\",\"注\",\"远\",\"字\",\"材\",\"排\",\"供\",\"河\",\"态\",\"封\",\"另\",\"施\",\"减\",\"树\",\"溶\",\"怎\",\"止\",\"案\",\"言\",\"士\",\"均\",\"武\",\"固\",\"叶\",\"鱼\",\"波\",\"视\",\"仅\",\"费\",\"紧\",\"爱\",\"左\",\"章\",\"早\",\"朝\",\"害\",\"续\",\"轻\",\"服\",\"试\",\"食\",\"充\",\"兵\",\"源\",\"判\",\"护\",\"司\",\"足\",\"某\",\"练\",\"差\",\"致\",\"板\",\"田\",\"降\",\"黑\",\"犯\",\"负\",\"击\",\"范\",\"继\",\"兴\",\"似\",\"余\",\"坚\",\"曲\",\"输\",\"修\",\"故\",\"城\",\"夫\",\"够\",\"送\",\"笔\",\"船\",\"占\",\"右\",\"财\",\"吃\",\"富\",\"春\",\"职\",\"觉\",\"汉\",\"画\",\"功\",\"巴\",\"跟\",\"虽\",\"杂\",\"飞\",\"检\",\"吸\",\"助\",\"升\",\"阳\",\"互\",\"初\",\"创\",\"抗\",\"考\",\"投\",\"坏\",\"策\",\"古\",\"径\",\"换\",\"未\",\"跑\",\"留\",\"钢\",\"曾\",\"端\",\"责\",\"站\",\"简\",\"述\",\"钱\",\"副\",\"尽\",\"帝\",\"射\",\"草\",\"冲\",\"承\",\"独\",\"令\",\"限\",\"阿\",\"宣\",\"环\",\"双\",\"请\",\"超\",\"微\",\"让\",\"控\",\"州\",\"良\",\"轴\",\"找\",\"否\",\"纪\",\"益\",\"依\",\"优\",\"顶\",\"础\",\"载\",\"倒\",\"房\",\"突\",\"坐\",\"粉\",\"敌\",\"略\",\"客\",\"袁\",\"冷\",\"胜\",\"绝\",\"析\",\"块\",\"剂\",\"测\",\"丝\",\"协\",\"诉\",\"念\",\"陈\",\"仍\",\"罗\",\"盐\",\"友\",\"洋\",\"错\",\"苦\",\"夜\",\"刑\",\"移\",\"频\",\"逐\",\"靠\",\"混\",\"母\",\"短\",\"皮\",\"终\",\"聚\",\"汽\",\"村\",\"云\",\"哪\",\"既\",\"距\",\"卫\",\"停\",\"烈\",\"央\",\"察\",\"烧\",\"迅\",\"境\",\"若\",\"印\",\"洲\",\"刻\",\"括\",\"激\",\"孔\",\"搞\",\"甚\",\"室\",\"待\",\"核\",\"校\",\"散\",\"侵\",\"吧\",\"甲\",\"游\",\"久\",\"菜\",\"味\",\"旧\",\"模\",\"湖\",\"货\",\"损\",\"预\",\"阻\",\"毫\",\"普\",\"稳\",\"乙\",\"妈\",\"植\",\"息\",\"扩\",\"银\",\"语\",\"挥\",\"酒\",\"守\",\"拿\",\"序\",\"纸\",\"医\",\"缺\",\"雨\",\"吗\",\"针\",\"刘\",\"啊\",\"急\",\"唱\",\"误\",\"训\",\"愿\",\"审\",\"附\",\"获\",\"茶\",\"鲜\",\"粮\",\"斤\",\"孩\",\"脱\",\"硫\",\"肥\",\"善\",\"龙\",\"演\",\"父\",\"渐\",\"血\",\"欢\",\"械\",\"掌\",\"歌\",\"沙\",\"刚\",\"攻\",\"谓\",\"盾\",\"讨\",\"晚\",\"粒\",\"乱\",\"燃\",\"矛\",\"乎\",\"杀\",\"药\",\"宁\",\"鲁\",\"贵\",\"钟\",\"煤\",\"读\",\"班\",\"伯\",\"香\",\"介\",\"迫\",\"句\",\"丰\",\"培\",\"握\",\"兰\",\"担\",\"弦\",\"蛋\",\"沉\",\"假\",\"穿\",\"执\",\"答\",\"乐\",\"谁\",\"顺\",\"烟\",\"缩\",\"征\",\"脸\",\"喜\",\"松\",\"脚\",\"困\",\"异\",\"免\",\"背\",\"星\",\"福\",\"买\",\"染\",\"井\",\"概\",\"慢\",\"怕\",\"磁\",\"倍\",\"祖\",\"皇\",\"促\",\"静\",\"补\",\"评\",\"翻\",\"肉\",\"践\",\"尼\",\"衣\",\"宽\",\"扬\",\"棉\",\"希\",\"伤\",\"操\",\"垂\",\"秋\",\"宜\",\"氢\",\"套\",\"督\",\"振\",\"架\",\"亮\",\"末\",\"宪\",\"庆\",\"编\",\"牛\",\"触\",\"映\",\"雷\",\"销\",\"诗\",\"座\",\"居\",\"抓\",\"裂\",\"胞\",\"呼\",\"娘\",\"景\",\"威\",\"绿\",\"晶\",\"厚\",\"盟\",\"衡\",\"鸡\",\"孙\",\"延\",\"危\",\"胶\",\"屋\",\"乡\",\"临\",\"陆\",\"顾\",\"掉\",\"呀\",\"灯\",\"岁\",\"措\",\"束\",\"耐\",\"剧\",\"玉\",\"赵\",\"跳\",\"哥\",\"季\",\"课\",\"凯\",\"胡\",\"额\",\"款\",\"绍\",\"卷\",\"齐\",\"伟\",\"蒸\",\"殖\",\"永\",\"宗\",\"苗\",\"川\",\"炉\",\"岩\",\"弱\",\"零\",\"杨\",\"奏\",\"沿\",\"露\",\"杆\",\"探\",\"滑\",\"镇\",\"饭\",\"浓\",\"航\",\"怀\",\"赶\",\"库\",\"夺\",\"伊\",\"灵\",\"税\",\"途\",\"灭\",\"赛\",\"归\",\"召\",\"鼓\",\"播\",\"盘\",\"裁\",\"险\",\"康\",\"唯\",\"录\",\"菌\",\"纯\",\"借\",\"糖\",\"盖\",\"横\",\"符\",\"私\",\"努\",\"堂\",\"域\",\"枪\",\"润\",\"幅\",\"哈\",\"竟\",\"熟\",\"虫\",\"泽\",\"脑\",\"壤\",\"碳\",\"欧\",\"遍\",\"侧\",\"寨\",\"敢\",\"彻\",\"虑\",\"斜\",\"薄\",\"庭\",\"纳\",\"弹\",\"饲\",\"伸\",\"折\",\"麦\",\"湿\",\"暗\",\"荷\",\"瓦\",\"塞\",\"床\",\"筑\",\"恶\",\"户\",\"访\",\"塔\",\"奇\",\"透\",\"梁\",\"刀\",\"旋\",\"迹\",\"卡\",\"氯\",\"遇\",\"份\",\"毒\",\"泥\",\"退\",\"洗\",\"摆\",\"灰\",\"彩\",\"卖\",\"耗\",\"夏\",\"择\",\"忙\",\"铜\",\"献\",\"硬\",\"予\",\"繁\",\"圈\",\"雪\",\"函\",\"亦\",\"抽\",\"篇\",\"阵\",\"阴\",\"丁\",\"尺\",\"追\",\"堆\",\"雄\",\"迎\",\"泛\",\"爸\",\"楼\",\"避\",\"谋\",\"吨\",\"野\",\"猪\",\"旗\",\"累\",\"偏\",\"典\",\"馆\",\"索\",\"秦\",\"脂\",\"潮\",\"爷\",\"豆\",\"忽\",\"托\",\"惊\",\"塑\",\"遗\",\"愈\",\"朱\",\"替\",\"纤\",\"粗\",\"倾\",\"尚\",\"痛\",\"楚\",\"谢\",\"奋\",\"购\",\"磨\",\"君\",\"池\",\"旁\",\"碎\",\"骨\",\"监\",\"捕\",\"弟\",\"暴\",\"割\",\"贯\",\"殊\",\"释\",\"词\",\"亡\",\"壁\",\"顿\",\"宝\",\"午\",\"尘\",\"闻\",\"揭\",\"炮\",\"残\",\"冬\",\"桥\",\"妇\",\"警\",\"综\",\"招\",\"吴\",\"付\",\"浮\",\"遭\",\"徐\",\"您\",\"摇\",\"谷\",\"赞\",\"箱\",\"隔\",\"订\",\"男\",\"吹\",\"园\",\"纷\",\"唐\",\"败\",\"宋\",\"玻\",\"巨\",\"耕\",\"坦\",\"荣\",\"闭\",\"湾\",\"键\",\"凡\",\"驻\",\"锅\",\"救\",\"恩\",\"剥\",\"凝\",\"碱\",\"齿\",\"截\",\"炼\",\"麻\",\"纺\",\"禁\",\"废\",\"盛\",\"版\",\"缓\",\"净\",\"睛\",\"昌\",\"婚\",\"涉\",\"筒\",\"嘴\",\"插\",\"岸\",\"朗\",\"庄\",\"街\",\"藏\",\"姑\",\"贸\",\"腐\",\"奴\",\"啦\",\"惯\",\"乘\",\"伙\",\"恢\",\"匀\",\"纱\",\"扎\",\"辩\",\"耳\",\"彪\",\"臣\",\"亿\",\"璃\",\"抵\",\"脉\",\"秀\",\"萨\",\"俄\",\"网\",\"舞\",\"店\",\"喷\",\"纵\",\"寸\",\"汗\",\"挂\",\"洪\",\"贺\",\"闪\",\"柬\",\"爆\",\"烯\",\"津\",\"稻\",\"墙\",\"软\",\"勇\",\"像\",\"滚\",\"厘\",\"蒙\",\"芳\",\"肯\",\"坡\",\"柱\",\"荡\",\"腿\",\"仪\",\"旅\",\"尾\",\"轧\",\"冰\",\"贡\",\"登\",\"黎\",\"削\",\"钻\",\"勒\",\"逃\",\"障\",\"氨\",\"郭\",\"峰\",\"币\",\"港\",\"伏\",\"轨\",\"亩\",\"毕\",\"擦\",\"莫\",\"刺\",\"浪\",\"秘\",\"援\",\"株\",\"健\",\"售\",\"股\",\"岛\",\"甘\",\"泡\",\"睡\",\"童\",\"铸\",\"汤\",\"阀\",\"休\",\"汇\",\"舍\",\"牧\",\"绕\",\"炸\",\"哲\",\"磷\",\"绩\",\"朋\",\"淡\",\"尖\",\"启\",\"陷\",\"柴\",\"呈\",\"徒\",\"颜\",\"泪\",\"稍\",\"忘\",\"泵\",\"蓝\",\"拖\",\"洞\",\"授\",\"镜\",\"辛\",\"壮\",\"锋\",\"贫\",\"虚\",\"弯\",\"摩\",\"泰\",\"幼\",\"廷\",\"尊\",\"窗\",\"纲\",\"弄\",\"隶\",\"疑\",\"氏\",\"宫\",\"姐\",\"震\",\"瑞\",\"怪\",\"尤\",\"琴\",\"循\",\"描\",\"膜\",\"违\",\"夹\",\"腰\",\"缘\",\"珠\",\"穷\",\"森\",\"枝\",\"竹\",\"沟\",\"催\",\"绳\",\"忆\",\"邦\",\"剩\",\"幸\",\"浆\",\"栏\",\"拥\",\"牙\",\"贮\",\"礼\",\"滤\",\"钠\",\"纹\",\"罢\",\"拍\",\"咱\",\"喊\",\"袖\",\"埃\",\"勤\",\"罚\",\"焦\",\"潜\",\"伍\",\"墨\",\"欲\",\"缝\",\"姓\",\"刊\",\"饱\",\"仿\",\"奖\",\"铝\",\"鬼\",\"丽\",\"跨\",\"默\",\"挖\",\"链\",\"扫\",\"喝\",\"袋\",\"炭\",\"污\",\"幕\",\"诸\",\"弧\",\"励\",\"梅\",\"奶\",\"洁\",\"灾\",\"舟\",\"鉴\",\"苯\",\"讼\",\"抱\",\"毁\",\"懂\",\"寒\",\"智\",\"埔\",\"寄\",\"届\",\"跃\",\"渡\",\"挑\",\"丹\",\"艰\",\"贝\",\"碰\",\"拔\",\"爹\",\"戴\",\"码\",\"梦\",\"芽\",\"熔\",\"赤\",\"渔\",\"哭\",\"敬\",\"颗\",\"奔\",\"铅\",\"仲\",\"虎\",\"稀\",\"妹\",\"乏\",\"珍\",\"申\",\"桌\",\"遵\",\"允\",\"隆\",\"螺\",\"仓\",\"魏\",\"锐\",\"晓\",\"氮\",\"兼\",\"隐\",\"碍\",\"赫\",\"拨\",\"忠\",\"肃\",\"缸\",\"牵\",\"抢\",\"博\",\"巧\",\"壳\",\"兄\",\"杜\",\"讯\",\"诚\",\"碧\",\"祥\",\"柯\",\"页\",\"巡\",\"矩\",\"悲\",\"灌\",\"龄\",\"伦\",\"票\",\"寻\",\"桂\",\"铺\",\"圣\",\"恐\",\"恰\",\"郑\",\"趣\",\"抬\",\"荒\",\"腾\",\"贴\",\"柔\",\"滴\",\"猛\",\"阔\",\"辆\",\"妻\",\"填\",\"撤\",\"储\",\"签\",\"闹\",\"扰\",\"紫\",\"砂\",\"递\",\"戏\",\"吊\",\"陶\",\"伐\",\"喂\",\"疗\",\"瓶\",\"婆\",\"抚\",\"臂\",\"摸\",\"忍\",\"虾\",\"蜡\",\"邻\",\"胸\",\"巩\",\"挤\",\"偶\",\"弃\",\"槽\",\"劲\",\"乳\",\"邓\",\"吉\",\"仁\",\"烂\",\"砖\",\"租\",\"乌\",\"舰\",\"伴\",\"瓜\",\"浅\",\"丙\",\"暂\",\"燥\",\"橡\",\"柳\",\"迷\",\"暖\",\"牌\",\"秧\",\"胆\",\"详\",\"簧\",\"踏\",\"瓷\",\"谱\",\"呆\",\"宾\",\"糊\",\"洛\",\"辉\",\"愤\",\"竞\",\"隙\",\"怒\",\"粘\",\"乃\",\"绪\",\"肩\",\"籍\",\"敏\",\"涂\",\"熙\",\"皆\",\"侦\",\"悬\",\"掘\",\"享\",\"纠\",\"醒\",\"狂\",\"锁\",\"淀\",\"恨\",\"牲\",\"霸\",\"爬\",\"赏\",\"逆\",\"玩\",\"陵\",\"祝\",\"秒\",\"浙\",\"貌\",\"役\",\"彼\",\"悉\",\"鸭\",\"趋\",\"凤\",\"晨\",\"畜\",\"辈\",\"秩\",\"卵\",\"署\",\"梯\",\"炎\",\"滩\",\"棋\",\"驱\",\"筛\",\"峡\",\"冒\",\"啥\",\"寿\",\"译\",\"浸\",\"泉\",\"帽\",\"迟\",\"硅\",\"疆\",\"贷\",\"漏\",\"稿\",\"冠\",\"嫩\",\"胁\",\"芯\",\"牢\",\"叛\",\"蚀\",\"奥\",\"鸣\",\"岭\",\"羊\",\"凭\",\"串\",\"塘\",\"绘\",\"酵\",\"融\",\"盆\",\"锡\",\"庙\",\"筹\",\"冻\",\"辅\",\"摄\",\"袭\",\"筋\",\"拒\",\"僚\",\"旱\",\"钾\",\"鸟\",\"漆\",\"沈\",\"眉\",\"疏\",\"添\",\"棒\",\"穗\",\"硝\",\"韩\",\"逼\",\"扭\",\"侨\",\"凉\",\"挺\",\"碗\",\"栽\",\"炒\",\"杯\",\"患\",\"馏\",\"劝\",\"豪\",\"辽\",\"勃\",\"鸿\",\"旦\",\"吏\",\"拜\",\"狗\",\"埋\",\"辊\",\"掩\",\"饮\",\"搬\",\"骂\",\"辞\",\"勾\",\"扣\",\"估\",\"蒋\",\"绒\",\"雾\",\"丈\",\"朵\",\"姆\",\"拟\",\"宇\",\"辑\",\"陕\",\"雕\",\"偿\",\"蓄\",\"崇\",\"剪\",\"倡\",\"厅\",\"咬\",\"驶\",\"薯\",\"刷\",\"斥\",\"番\",\"赋\",\"奉\",\"佛\",\"浇\",\"漫\",\"曼\",\"扇\",\"钙\",\"桃\",\"扶\",\"仔\",\"返\",\"俗\",\"亏\",\"腔\",\"鞋\",\"棱\",\"覆\",\"框\",\"悄\",\"叔\",\"撞\",\"骗\",\"勘\",\"旺\",\"沸\",\"孤\",\"吐\",\"孟\",\"渠\",\"屈\",\"疾\",\"妙\",\"惜\",\"仰\",\"狠\",\"胀\",\"谐\",\"抛\",\"霉\",\"桑\",\"岗\",\"嘛\",\"衰\",\"盗\",\"渗\",\"脏\",\"赖\",\"涌\",\"甜\",\"曹\",\"阅\",\"肌\",\"哩\",\"厉\",\"烃\",\"纬\",\"毅\",\"昨\",\"伪\",\"症\",\"煮\",\"叹\",\"钉\",\"搭\",\"茎\",\"笼\",\"酷\",\"偷\",\"弓\",\"锥\",\"恒\",\"杰\",\"坑\",\"鼻\",\"翼\",\"纶\",\"叙\",\"狱\",\"逮\",\"罐\",\"络\",\"棚\",\"抑\",\"膨\",\"蔬\",\"寺\",\"骤\",\"穆\",\"冶\",\"枯\",\"册\",\"尸\",\"凸\",\"绅\",\"坯\",\"牺\",\"焰\",\"轰\",\"欣\",\"晋\",\"瘦\",\"御\",\"锭\",\"锦\",\"丧\",\"旬\",\"锻\",\"垄\",\"搜\",\"扑\",\"邀\",\"亭\",\"酯\",\"迈\",\"舒\",\"脆\",\"酶\",\"闲\",\"忧\",\"酚\",\"顽\",\"羽\",\"涨\",\"卸\",\"仗\",\"陪\",\"辟\",\"惩\",\"杭\",\"姚\",\"肚\",\"捉\",\"飘\",\"漂\",\"昆\",\"欺\",\"吾\",\"郎\",\"烷\",\"汁\",\"呵\",\"饰\",\"萧\",\"雅\",\"邮\",\"迁\",\"燕\",\"撒\",\"姻\",\"赴\",\"宴\",\"烦\",\"债\",\"帐\",\"斑\",\"铃\",\"旨\",\"醇\",\"董\",\"饼\",\"雏\",\"姿\",\"拌\",\"傅\",\"腹\",\"妥\",\"揉\",\"贤\",\"拆\",\"歪\",\"葡\",\"胺\",\"丢\",\"浩\",\"徽\",\"昂\",\"垫\",\"挡\",\"览\",\"贪\",\"慰\",\"缴\",\"汪\",\"慌\",\"冯\",\"诺\",\"姜\",\"谊\",\"凶\",\"劣\",\"诬\",\"耀\",\"昏\",\"躺\",\"盈\",\"骑\",\"乔\",\"溪\",\"丛\",\"卢\",\"抹\",\"闷\",\"咨\",\"刮\",\"驾\",\"缆\",\"悟\",\"摘\",\"铒\",\"掷\",\"颇\",\"幻\",\"柄\",\"惠\",\"惨\",\"佳\",\"仇\",\"腊\",\"窝\",\"涤\",\"剑\",\"瞧\",\"堡\",\"泼\",\"葱\",\"罩\",\"霍\",\"捞\",\"胎\",\"苍\",\"滨\",\"俩\",\"捅\",\"湘\",\"砍\",\"霞\",\"邵\",\"萄\",\"疯\",\"淮\",\"遂\",\"熊\",\"粪\",\"烘\",\"宿\",\"档\",\"戈\",\"驳\",\"嫂\",\"裕\",\"徙\",\"箭\",\"捐\",\"肠\",\"撑\",\"晒\",\"辨\",\"殿\",\"莲\",\"摊\",\"搅\",\"酱\",\"屏\",\"疫\",\"哀\",\"蔡\",\"堵\",\"沫\",\"皱\",\"畅\",\"叠\",\"阁\",\"莱\",\"敲\",\"辖\",\"钩\",\"痕\",\"坝\",\"巷\",\"饿\",\"祸\",\"丘\",\"玄\",\"溜\",\"曰\",\"逻\",\"彭\",\"尝\",\"卿\",\"妨\",\"艇\",\"吞\",\"韦\",\"怨\",\"矮\",\"歇\"]");
-var W = new Array(64)
+/***/ }),
+/* 387 */
+/*!*********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip39/src/wordlists/chinese_traditional.json ***!
+ \*********************************************************************************/
+/*! exports provided: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 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, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, default */
+/***/ (function(module) {
-function Sha224 () {
- this.init()
+module.exports = JSON.parse("[\"的\",\"一\",\"是\",\"在\",\"不\",\"了\",\"有\",\"和\",\"人\",\"這\",\"中\",\"大\",\"為\",\"上\",\"個\",\"國\",\"我\",\"以\",\"要\",\"他\",\"時\",\"來\",\"用\",\"們\",\"生\",\"到\",\"作\",\"地\",\"於\",\"出\",\"就\",\"分\",\"對\",\"成\",\"會\",\"可\",\"主\",\"發\",\"年\",\"動\",\"同\",\"工\",\"也\",\"能\",\"下\",\"過\",\"子\",\"說\",\"產\",\"種\",\"面\",\"而\",\"方\",\"後\",\"多\",\"定\",\"行\",\"學\",\"法\",\"所\",\"民\",\"得\",\"經\",\"十\",\"三\",\"之\",\"進\",\"著\",\"等\",\"部\",\"度\",\"家\",\"電\",\"力\",\"裡\",\"如\",\"水\",\"化\",\"高\",\"自\",\"二\",\"理\",\"起\",\"小\",\"物\",\"現\",\"實\",\"加\",\"量\",\"都\",\"兩\",\"體\",\"制\",\"機\",\"當\",\"使\",\"點\",\"從\",\"業\",\"本\",\"去\",\"把\",\"性\",\"好\",\"應\",\"開\",\"它\",\"合\",\"還\",\"因\",\"由\",\"其\",\"些\",\"然\",\"前\",\"外\",\"天\",\"政\",\"四\",\"日\",\"那\",\"社\",\"義\",\"事\",\"平\",\"形\",\"相\",\"全\",\"表\",\"間\",\"樣\",\"與\",\"關\",\"各\",\"重\",\"新\",\"線\",\"內\",\"數\",\"正\",\"心\",\"反\",\"你\",\"明\",\"看\",\"原\",\"又\",\"麼\",\"利\",\"比\",\"或\",\"但\",\"質\",\"氣\",\"第\",\"向\",\"道\",\"命\",\"此\",\"變\",\"條\",\"只\",\"沒\",\"結\",\"解\",\"問\",\"意\",\"建\",\"月\",\"公\",\"無\",\"系\",\"軍\",\"很\",\"情\",\"者\",\"最\",\"立\",\"代\",\"想\",\"已\",\"通\",\"並\",\"提\",\"直\",\"題\",\"黨\",\"程\",\"展\",\"五\",\"果\",\"料\",\"象\",\"員\",\"革\",\"位\",\"入\",\"常\",\"文\",\"總\",\"次\",\"品\",\"式\",\"活\",\"設\",\"及\",\"管\",\"特\",\"件\",\"長\",\"求\",\"老\",\"頭\",\"基\",\"資\",\"邊\",\"流\",\"路\",\"級\",\"少\",\"圖\",\"山\",\"統\",\"接\",\"知\",\"較\",\"將\",\"組\",\"見\",\"計\",\"別\",\"她\",\"手\",\"角\",\"期\",\"根\",\"論\",\"運\",\"農\",\"指\",\"幾\",\"九\",\"區\",\"強\",\"放\",\"決\",\"西\",\"被\",\"幹\",\"做\",\"必\",\"戰\",\"先\",\"回\",\"則\",\"任\",\"取\",\"據\",\"處\",\"隊\",\"南\",\"給\",\"色\",\"光\",\"門\",\"即\",\"保\",\"治\",\"北\",\"造\",\"百\",\"規\",\"熱\",\"領\",\"七\",\"海\",\"口\",\"東\",\"導\",\"器\",\"壓\",\"志\",\"世\",\"金\",\"增\",\"爭\",\"濟\",\"階\",\"油\",\"思\",\"術\",\"極\",\"交\",\"受\",\"聯\",\"什\",\"認\",\"六\",\"共\",\"權\",\"收\",\"證\",\"改\",\"清\",\"美\",\"再\",\"採\",\"轉\",\"更\",\"單\",\"風\",\"切\",\"打\",\"白\",\"教\",\"速\",\"花\",\"帶\",\"安\",\"場\",\"身\",\"車\",\"例\",\"真\",\"務\",\"具\",\"萬\",\"每\",\"目\",\"至\",\"達\",\"走\",\"積\",\"示\",\"議\",\"聲\",\"報\",\"鬥\",\"完\",\"類\",\"八\",\"離\",\"華\",\"名\",\"確\",\"才\",\"科\",\"張\",\"信\",\"馬\",\"節\",\"話\",\"米\",\"整\",\"空\",\"元\",\"況\",\"今\",\"集\",\"溫\",\"傳\",\"土\",\"許\",\"步\",\"群\",\"廣\",\"石\",\"記\",\"需\",\"段\",\"研\",\"界\",\"拉\",\"林\",\"律\",\"叫\",\"且\",\"究\",\"觀\",\"越\",\"織\",\"裝\",\"影\",\"算\",\"低\",\"持\",\"音\",\"眾\",\"書\",\"布\",\"复\",\"容\",\"兒\",\"須\",\"際\",\"商\",\"非\",\"驗\",\"連\",\"斷\",\"深\",\"難\",\"近\",\"礦\",\"千\",\"週\",\"委\",\"素\",\"技\",\"備\",\"半\",\"辦\",\"青\",\"省\",\"列\",\"習\",\"響\",\"約\",\"支\",\"般\",\"史\",\"感\",\"勞\",\"便\",\"團\",\"往\",\"酸\",\"歷\",\"市\",\"克\",\"何\",\"除\",\"消\",\"構\",\"府\",\"稱\",\"太\",\"準\",\"精\",\"值\",\"號\",\"率\",\"族\",\"維\",\"劃\",\"選\",\"標\",\"寫\",\"存\",\"候\",\"毛\",\"親\",\"快\",\"效\",\"斯\",\"院\",\"查\",\"江\",\"型\",\"眼\",\"王\",\"按\",\"格\",\"養\",\"易\",\"置\",\"派\",\"層\",\"片\",\"始\",\"卻\",\"專\",\"狀\",\"育\",\"廠\",\"京\",\"識\",\"適\",\"屬\",\"圓\",\"包\",\"火\",\"住\",\"調\",\"滿\",\"縣\",\"局\",\"照\",\"參\",\"紅\",\"細\",\"引\",\"聽\",\"該\",\"鐵\",\"價\",\"嚴\",\"首\",\"底\",\"液\",\"官\",\"德\",\"隨\",\"病\",\"蘇\",\"失\",\"爾\",\"死\",\"講\",\"配\",\"女\",\"黃\",\"推\",\"顯\",\"談\",\"罪\",\"神\",\"藝\",\"呢\",\"席\",\"含\",\"企\",\"望\",\"密\",\"批\",\"營\",\"項\",\"防\",\"舉\",\"球\",\"英\",\"氧\",\"勢\",\"告\",\"李\",\"台\",\"落\",\"木\",\"幫\",\"輪\",\"破\",\"亞\",\"師\",\"圍\",\"注\",\"遠\",\"字\",\"材\",\"排\",\"供\",\"河\",\"態\",\"封\",\"另\",\"施\",\"減\",\"樹\",\"溶\",\"怎\",\"止\",\"案\",\"言\",\"士\",\"均\",\"武\",\"固\",\"葉\",\"魚\",\"波\",\"視\",\"僅\",\"費\",\"緊\",\"愛\",\"左\",\"章\",\"早\",\"朝\",\"害\",\"續\",\"輕\",\"服\",\"試\",\"食\",\"充\",\"兵\",\"源\",\"判\",\"護\",\"司\",\"足\",\"某\",\"練\",\"差\",\"致\",\"板\",\"田\",\"降\",\"黑\",\"犯\",\"負\",\"擊\",\"范\",\"繼\",\"興\",\"似\",\"餘\",\"堅\",\"曲\",\"輸\",\"修\",\"故\",\"城\",\"夫\",\"夠\",\"送\",\"筆\",\"船\",\"佔\",\"右\",\"財\",\"吃\",\"富\",\"春\",\"職\",\"覺\",\"漢\",\"畫\",\"功\",\"巴\",\"跟\",\"雖\",\"雜\",\"飛\",\"檢\",\"吸\",\"助\",\"昇\",\"陽\",\"互\",\"初\",\"創\",\"抗\",\"考\",\"投\",\"壞\",\"策\",\"古\",\"徑\",\"換\",\"未\",\"跑\",\"留\",\"鋼\",\"曾\",\"端\",\"責\",\"站\",\"簡\",\"述\",\"錢\",\"副\",\"盡\",\"帝\",\"射\",\"草\",\"衝\",\"承\",\"獨\",\"令\",\"限\",\"阿\",\"宣\",\"環\",\"雙\",\"請\",\"超\",\"微\",\"讓\",\"控\",\"州\",\"良\",\"軸\",\"找\",\"否\",\"紀\",\"益\",\"依\",\"優\",\"頂\",\"礎\",\"載\",\"倒\",\"房\",\"突\",\"坐\",\"粉\",\"敵\",\"略\",\"客\",\"袁\",\"冷\",\"勝\",\"絕\",\"析\",\"塊\",\"劑\",\"測\",\"絲\",\"協\",\"訴\",\"念\",\"陳\",\"仍\",\"羅\",\"鹽\",\"友\",\"洋\",\"錯\",\"苦\",\"夜\",\"刑\",\"移\",\"頻\",\"逐\",\"靠\",\"混\",\"母\",\"短\",\"皮\",\"終\",\"聚\",\"汽\",\"村\",\"雲\",\"哪\",\"既\",\"距\",\"衛\",\"停\",\"烈\",\"央\",\"察\",\"燒\",\"迅\",\"境\",\"若\",\"印\",\"洲\",\"刻\",\"括\",\"激\",\"孔\",\"搞\",\"甚\",\"室\",\"待\",\"核\",\"校\",\"散\",\"侵\",\"吧\",\"甲\",\"遊\",\"久\",\"菜\",\"味\",\"舊\",\"模\",\"湖\",\"貨\",\"損\",\"預\",\"阻\",\"毫\",\"普\",\"穩\",\"乙\",\"媽\",\"植\",\"息\",\"擴\",\"銀\",\"語\",\"揮\",\"酒\",\"守\",\"拿\",\"序\",\"紙\",\"醫\",\"缺\",\"雨\",\"嗎\",\"針\",\"劉\",\"啊\",\"急\",\"唱\",\"誤\",\"訓\",\"願\",\"審\",\"附\",\"獲\",\"茶\",\"鮮\",\"糧\",\"斤\",\"孩\",\"脫\",\"硫\",\"肥\",\"善\",\"龍\",\"演\",\"父\",\"漸\",\"血\",\"歡\",\"械\",\"掌\",\"歌\",\"沙\",\"剛\",\"攻\",\"謂\",\"盾\",\"討\",\"晚\",\"粒\",\"亂\",\"燃\",\"矛\",\"乎\",\"殺\",\"藥\",\"寧\",\"魯\",\"貴\",\"鐘\",\"煤\",\"讀\",\"班\",\"伯\",\"香\",\"介\",\"迫\",\"句\",\"豐\",\"培\",\"握\",\"蘭\",\"擔\",\"弦\",\"蛋\",\"沉\",\"假\",\"穿\",\"執\",\"答\",\"樂\",\"誰\",\"順\",\"煙\",\"縮\",\"徵\",\"臉\",\"喜\",\"松\",\"腳\",\"困\",\"異\",\"免\",\"背\",\"星\",\"福\",\"買\",\"染\",\"井\",\"概\",\"慢\",\"怕\",\"磁\",\"倍\",\"祖\",\"皇\",\"促\",\"靜\",\"補\",\"評\",\"翻\",\"肉\",\"踐\",\"尼\",\"衣\",\"寬\",\"揚\",\"棉\",\"希\",\"傷\",\"操\",\"垂\",\"秋\",\"宜\",\"氫\",\"套\",\"督\",\"振\",\"架\",\"亮\",\"末\",\"憲\",\"慶\",\"編\",\"牛\",\"觸\",\"映\",\"雷\",\"銷\",\"詩\",\"座\",\"居\",\"抓\",\"裂\",\"胞\",\"呼\",\"娘\",\"景\",\"威\",\"綠\",\"晶\",\"厚\",\"盟\",\"衡\",\"雞\",\"孫\",\"延\",\"危\",\"膠\",\"屋\",\"鄉\",\"臨\",\"陸\",\"顧\",\"掉\",\"呀\",\"燈\",\"歲\",\"措\",\"束\",\"耐\",\"劇\",\"玉\",\"趙\",\"跳\",\"哥\",\"季\",\"課\",\"凱\",\"胡\",\"額\",\"款\",\"紹\",\"卷\",\"齊\",\"偉\",\"蒸\",\"殖\",\"永\",\"宗\",\"苗\",\"川\",\"爐\",\"岩\",\"弱\",\"零\",\"楊\",\"奏\",\"沿\",\"露\",\"桿\",\"探\",\"滑\",\"鎮\",\"飯\",\"濃\",\"航\",\"懷\",\"趕\",\"庫\",\"奪\",\"伊\",\"靈\",\"稅\",\"途\",\"滅\",\"賽\",\"歸\",\"召\",\"鼓\",\"播\",\"盤\",\"裁\",\"險\",\"康\",\"唯\",\"錄\",\"菌\",\"純\",\"借\",\"糖\",\"蓋\",\"橫\",\"符\",\"私\",\"努\",\"堂\",\"域\",\"槍\",\"潤\",\"幅\",\"哈\",\"竟\",\"熟\",\"蟲\",\"澤\",\"腦\",\"壤\",\"碳\",\"歐\",\"遍\",\"側\",\"寨\",\"敢\",\"徹\",\"慮\",\"斜\",\"薄\",\"庭\",\"納\",\"彈\",\"飼\",\"伸\",\"折\",\"麥\",\"濕\",\"暗\",\"荷\",\"瓦\",\"塞\",\"床\",\"築\",\"惡\",\"戶\",\"訪\",\"塔\",\"奇\",\"透\",\"梁\",\"刀\",\"旋\",\"跡\",\"卡\",\"氯\",\"遇\",\"份\",\"毒\",\"泥\",\"退\",\"洗\",\"擺\",\"灰\",\"彩\",\"賣\",\"耗\",\"夏\",\"擇\",\"忙\",\"銅\",\"獻\",\"硬\",\"予\",\"繁\",\"圈\",\"雪\",\"函\",\"亦\",\"抽\",\"篇\",\"陣\",\"陰\",\"丁\",\"尺\",\"追\",\"堆\",\"雄\",\"迎\",\"泛\",\"爸\",\"樓\",\"避\",\"謀\",\"噸\",\"野\",\"豬\",\"旗\",\"累\",\"偏\",\"典\",\"館\",\"索\",\"秦\",\"脂\",\"潮\",\"爺\",\"豆\",\"忽\",\"托\",\"驚\",\"塑\",\"遺\",\"愈\",\"朱\",\"替\",\"纖\",\"粗\",\"傾\",\"尚\",\"痛\",\"楚\",\"謝\",\"奮\",\"購\",\"磨\",\"君\",\"池\",\"旁\",\"碎\",\"骨\",\"監\",\"捕\",\"弟\",\"暴\",\"割\",\"貫\",\"殊\",\"釋\",\"詞\",\"亡\",\"壁\",\"頓\",\"寶\",\"午\",\"塵\",\"聞\",\"揭\",\"炮\",\"殘\",\"冬\",\"橋\",\"婦\",\"警\",\"綜\",\"招\",\"吳\",\"付\",\"浮\",\"遭\",\"徐\",\"您\",\"搖\",\"谷\",\"贊\",\"箱\",\"隔\",\"訂\",\"男\",\"吹\",\"園\",\"紛\",\"唐\",\"敗\",\"宋\",\"玻\",\"巨\",\"耕\",\"坦\",\"榮\",\"閉\",\"灣\",\"鍵\",\"凡\",\"駐\",\"鍋\",\"救\",\"恩\",\"剝\",\"凝\",\"鹼\",\"齒\",\"截\",\"煉\",\"麻\",\"紡\",\"禁\",\"廢\",\"盛\",\"版\",\"緩\",\"淨\",\"睛\",\"昌\",\"婚\",\"涉\",\"筒\",\"嘴\",\"插\",\"岸\",\"朗\",\"莊\",\"街\",\"藏\",\"姑\",\"貿\",\"腐\",\"奴\",\"啦\",\"慣\",\"乘\",\"夥\",\"恢\",\"勻\",\"紗\",\"扎\",\"辯\",\"耳\",\"彪\",\"臣\",\"億\",\"璃\",\"抵\",\"脈\",\"秀\",\"薩\",\"俄\",\"網\",\"舞\",\"店\",\"噴\",\"縱\",\"寸\",\"汗\",\"掛\",\"洪\",\"賀\",\"閃\",\"柬\",\"爆\",\"烯\",\"津\",\"稻\",\"牆\",\"軟\",\"勇\",\"像\",\"滾\",\"厘\",\"蒙\",\"芳\",\"肯\",\"坡\",\"柱\",\"盪\",\"腿\",\"儀\",\"旅\",\"尾\",\"軋\",\"冰\",\"貢\",\"登\",\"黎\",\"削\",\"鑽\",\"勒\",\"逃\",\"障\",\"氨\",\"郭\",\"峰\",\"幣\",\"港\",\"伏\",\"軌\",\"畝\",\"畢\",\"擦\",\"莫\",\"刺\",\"浪\",\"秘\",\"援\",\"株\",\"健\",\"售\",\"股\",\"島\",\"甘\",\"泡\",\"睡\",\"童\",\"鑄\",\"湯\",\"閥\",\"休\",\"匯\",\"舍\",\"牧\",\"繞\",\"炸\",\"哲\",\"磷\",\"績\",\"朋\",\"淡\",\"尖\",\"啟\",\"陷\",\"柴\",\"呈\",\"徒\",\"顏\",\"淚\",\"稍\",\"忘\",\"泵\",\"藍\",\"拖\",\"洞\",\"授\",\"鏡\",\"辛\",\"壯\",\"鋒\",\"貧\",\"虛\",\"彎\",\"摩\",\"泰\",\"幼\",\"廷\",\"尊\",\"窗\",\"綱\",\"弄\",\"隸\",\"疑\",\"氏\",\"宮\",\"姐\",\"震\",\"瑞\",\"怪\",\"尤\",\"琴\",\"循\",\"描\",\"膜\",\"違\",\"夾\",\"腰\",\"緣\",\"珠\",\"窮\",\"森\",\"枝\",\"竹\",\"溝\",\"催\",\"繩\",\"憶\",\"邦\",\"剩\",\"幸\",\"漿\",\"欄\",\"擁\",\"牙\",\"貯\",\"禮\",\"濾\",\"鈉\",\"紋\",\"罷\",\"拍\",\"咱\",\"喊\",\"袖\",\"埃\",\"勤\",\"罰\",\"焦\",\"潛\",\"伍\",\"墨\",\"欲\",\"縫\",\"姓\",\"刊\",\"飽\",\"仿\",\"獎\",\"鋁\",\"鬼\",\"麗\",\"跨\",\"默\",\"挖\",\"鏈\",\"掃\",\"喝\",\"袋\",\"炭\",\"污\",\"幕\",\"諸\",\"弧\",\"勵\",\"梅\",\"奶\",\"潔\",\"災\",\"舟\",\"鑑\",\"苯\",\"訟\",\"抱\",\"毀\",\"懂\",\"寒\",\"智\",\"埔\",\"寄\",\"屆\",\"躍\",\"渡\",\"挑\",\"丹\",\"艱\",\"貝\",\"碰\",\"拔\",\"爹\",\"戴\",\"碼\",\"夢\",\"芽\",\"熔\",\"赤\",\"漁\",\"哭\",\"敬\",\"顆\",\"奔\",\"鉛\",\"仲\",\"虎\",\"稀\",\"妹\",\"乏\",\"珍\",\"申\",\"桌\",\"遵\",\"允\",\"隆\",\"螺\",\"倉\",\"魏\",\"銳\",\"曉\",\"氮\",\"兼\",\"隱\",\"礙\",\"赫\",\"撥\",\"忠\",\"肅\",\"缸\",\"牽\",\"搶\",\"博\",\"巧\",\"殼\",\"兄\",\"杜\",\"訊\",\"誠\",\"碧\",\"祥\",\"柯\",\"頁\",\"巡\",\"矩\",\"悲\",\"灌\",\"齡\",\"倫\",\"票\",\"尋\",\"桂\",\"鋪\",\"聖\",\"恐\",\"恰\",\"鄭\",\"趣\",\"抬\",\"荒\",\"騰\",\"貼\",\"柔\",\"滴\",\"猛\",\"闊\",\"輛\",\"妻\",\"填\",\"撤\",\"儲\",\"簽\",\"鬧\",\"擾\",\"紫\",\"砂\",\"遞\",\"戲\",\"吊\",\"陶\",\"伐\",\"餵\",\"療\",\"瓶\",\"婆\",\"撫\",\"臂\",\"摸\",\"忍\",\"蝦\",\"蠟\",\"鄰\",\"胸\",\"鞏\",\"擠\",\"偶\",\"棄\",\"槽\",\"勁\",\"乳\",\"鄧\",\"吉\",\"仁\",\"爛\",\"磚\",\"租\",\"烏\",\"艦\",\"伴\",\"瓜\",\"淺\",\"丙\",\"暫\",\"燥\",\"橡\",\"柳\",\"迷\",\"暖\",\"牌\",\"秧\",\"膽\",\"詳\",\"簧\",\"踏\",\"瓷\",\"譜\",\"呆\",\"賓\",\"糊\",\"洛\",\"輝\",\"憤\",\"競\",\"隙\",\"怒\",\"粘\",\"乃\",\"緒\",\"肩\",\"籍\",\"敏\",\"塗\",\"熙\",\"皆\",\"偵\",\"懸\",\"掘\",\"享\",\"糾\",\"醒\",\"狂\",\"鎖\",\"淀\",\"恨\",\"牲\",\"霸\",\"爬\",\"賞\",\"逆\",\"玩\",\"陵\",\"祝\",\"秒\",\"浙\",\"貌\",\"役\",\"彼\",\"悉\",\"鴨\",\"趨\",\"鳳\",\"晨\",\"畜\",\"輩\",\"秩\",\"卵\",\"署\",\"梯\",\"炎\",\"灘\",\"棋\",\"驅\",\"篩\",\"峽\",\"冒\",\"啥\",\"壽\",\"譯\",\"浸\",\"泉\",\"帽\",\"遲\",\"矽\",\"疆\",\"貸\",\"漏\",\"稿\",\"冠\",\"嫩\",\"脅\",\"芯\",\"牢\",\"叛\",\"蝕\",\"奧\",\"鳴\",\"嶺\",\"羊\",\"憑\",\"串\",\"塘\",\"繪\",\"酵\",\"融\",\"盆\",\"錫\",\"廟\",\"籌\",\"凍\",\"輔\",\"攝\",\"襲\",\"筋\",\"拒\",\"僚\",\"旱\",\"鉀\",\"鳥\",\"漆\",\"沈\",\"眉\",\"疏\",\"添\",\"棒\",\"穗\",\"硝\",\"韓\",\"逼\",\"扭\",\"僑\",\"涼\",\"挺\",\"碗\",\"栽\",\"炒\",\"杯\",\"患\",\"餾\",\"勸\",\"豪\",\"遼\",\"勃\",\"鴻\",\"旦\",\"吏\",\"拜\",\"狗\",\"埋\",\"輥\",\"掩\",\"飲\",\"搬\",\"罵\",\"辭\",\"勾\",\"扣\",\"估\",\"蔣\",\"絨\",\"霧\",\"丈\",\"朵\",\"姆\",\"擬\",\"宇\",\"輯\",\"陝\",\"雕\",\"償\",\"蓄\",\"崇\",\"剪\",\"倡\",\"廳\",\"咬\",\"駛\",\"薯\",\"刷\",\"斥\",\"番\",\"賦\",\"奉\",\"佛\",\"澆\",\"漫\",\"曼\",\"扇\",\"鈣\",\"桃\",\"扶\",\"仔\",\"返\",\"俗\",\"虧\",\"腔\",\"鞋\",\"棱\",\"覆\",\"框\",\"悄\",\"叔\",\"撞\",\"騙\",\"勘\",\"旺\",\"沸\",\"孤\",\"吐\",\"孟\",\"渠\",\"屈\",\"疾\",\"妙\",\"惜\",\"仰\",\"狠\",\"脹\",\"諧\",\"拋\",\"黴\",\"桑\",\"崗\",\"嘛\",\"衰\",\"盜\",\"滲\",\"臟\",\"賴\",\"湧\",\"甜\",\"曹\",\"閱\",\"肌\",\"哩\",\"厲\",\"烴\",\"緯\",\"毅\",\"昨\",\"偽\",\"症\",\"煮\",\"嘆\",\"釘\",\"搭\",\"莖\",\"籠\",\"酷\",\"偷\",\"弓\",\"錐\",\"恆\",\"傑\",\"坑\",\"鼻\",\"翼\",\"綸\",\"敘\",\"獄\",\"逮\",\"罐\",\"絡\",\"棚\",\"抑\",\"膨\",\"蔬\",\"寺\",\"驟\",\"穆\",\"冶\",\"枯\",\"冊\",\"屍\",\"凸\",\"紳\",\"坯\",\"犧\",\"焰\",\"轟\",\"欣\",\"晉\",\"瘦\",\"禦\",\"錠\",\"錦\",\"喪\",\"旬\",\"鍛\",\"壟\",\"搜\",\"撲\",\"邀\",\"亭\",\"酯\",\"邁\",\"舒\",\"脆\",\"酶\",\"閒\",\"憂\",\"酚\",\"頑\",\"羽\",\"漲\",\"卸\",\"仗\",\"陪\",\"闢\",\"懲\",\"杭\",\"姚\",\"肚\",\"捉\",\"飄\",\"漂\",\"昆\",\"欺\",\"吾\",\"郎\",\"烷\",\"汁\",\"呵\",\"飾\",\"蕭\",\"雅\",\"郵\",\"遷\",\"燕\",\"撒\",\"姻\",\"赴\",\"宴\",\"煩\",\"債\",\"帳\",\"斑\",\"鈴\",\"旨\",\"醇\",\"董\",\"餅\",\"雛\",\"姿\",\"拌\",\"傅\",\"腹\",\"妥\",\"揉\",\"賢\",\"拆\",\"歪\",\"葡\",\"胺\",\"丟\",\"浩\",\"徽\",\"昂\",\"墊\",\"擋\",\"覽\",\"貪\",\"慰\",\"繳\",\"汪\",\"慌\",\"馮\",\"諾\",\"姜\",\"誼\",\"兇\",\"劣\",\"誣\",\"耀\",\"昏\",\"躺\",\"盈\",\"騎\",\"喬\",\"溪\",\"叢\",\"盧\",\"抹\",\"悶\",\"諮\",\"刮\",\"駕\",\"纜\",\"悟\",\"摘\",\"鉺\",\"擲\",\"頗\",\"幻\",\"柄\",\"惠\",\"慘\",\"佳\",\"仇\",\"臘\",\"窩\",\"滌\",\"劍\",\"瞧\",\"堡\",\"潑\",\"蔥\",\"罩\",\"霍\",\"撈\",\"胎\",\"蒼\",\"濱\",\"倆\",\"捅\",\"湘\",\"砍\",\"霞\",\"邵\",\"萄\",\"瘋\",\"淮\",\"遂\",\"熊\",\"糞\",\"烘\",\"宿\",\"檔\",\"戈\",\"駁\",\"嫂\",\"裕\",\"徙\",\"箭\",\"捐\",\"腸\",\"撐\",\"曬\",\"辨\",\"殿\",\"蓮\",\"攤\",\"攪\",\"醬\",\"屏\",\"疫\",\"哀\",\"蔡\",\"堵\",\"沫\",\"皺\",\"暢\",\"疊\",\"閣\",\"萊\",\"敲\",\"轄\",\"鉤\",\"痕\",\"壩\",\"巷\",\"餓\",\"禍\",\"丘\",\"玄\",\"溜\",\"曰\",\"邏\",\"彭\",\"嘗\",\"卿\",\"妨\",\"艇\",\"吞\",\"韋\",\"怨\",\"矮\",\"歇\"]");
- this._w = W // new Array(64)
+/***/ }),
+/* 388 */
+/*!********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip39/src/wordlists/korean.json ***!
+ \********************************************************************/
+/*! exports provided: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 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, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, default */
+/***/ (function(module) {
- Hash.call(this, 64, 56)
-}
+module.exports = JSON.parse("[\"가격\",\"가끔\",\"가난\",\"가능\",\"가득\",\"가르침\",\"가뭄\",\"가방\",\"가상\",\"가슴\",\"가운데\",\"가을\",\"가이드\",\"가입\",\"가장\",\"가정\",\"가족\",\"가죽\",\"각오\",\"각자\",\"간격\",\"간부\",\"간섭\",\"간장\",\"간접\",\"간판\",\"갈등\",\"갈비\",\"갈색\",\"갈증\",\"감각\",\"감기\",\"감소\",\"감수성\",\"감자\",\"감정\",\"갑자기\",\"강남\",\"강당\",\"강도\",\"강력히\",\"강변\",\"강북\",\"강사\",\"강수량\",\"강아지\",\"강원도\",\"강의\",\"강제\",\"강조\",\"같이\",\"개구리\",\"개나리\",\"개방\",\"개별\",\"개선\",\"개성\",\"개인\",\"객관적\",\"거실\",\"거액\",\"거울\",\"거짓\",\"거품\",\"걱정\",\"건강\",\"건물\",\"건설\",\"건조\",\"건축\",\"걸음\",\"검사\",\"검토\",\"게시판\",\"게임\",\"겨울\",\"견해\",\"결과\",\"결국\",\"결론\",\"결석\",\"결승\",\"결심\",\"결정\",\"결혼\",\"경계\",\"경고\",\"경기\",\"경력\",\"경복궁\",\"경비\",\"경상도\",\"경영\",\"경우\",\"경쟁\",\"경제\",\"경주\",\"경찰\",\"경치\",\"경향\",\"경험\",\"계곡\",\"계단\",\"계란\",\"계산\",\"계속\",\"계약\",\"계절\",\"계층\",\"계획\",\"고객\",\"고구려\",\"고궁\",\"고급\",\"고등학생\",\"고무신\",\"고민\",\"고양이\",\"고장\",\"고전\",\"고집\",\"고춧가루\",\"고통\",\"고향\",\"곡식\",\"골목\",\"골짜기\",\"골프\",\"공간\",\"공개\",\"공격\",\"공군\",\"공급\",\"공기\",\"공동\",\"공무원\",\"공부\",\"공사\",\"공식\",\"공업\",\"공연\",\"공원\",\"공장\",\"공짜\",\"공책\",\"공통\",\"공포\",\"공항\",\"공휴일\",\"과목\",\"과일\",\"과장\",\"과정\",\"과학\",\"관객\",\"관계\",\"관광\",\"관념\",\"관람\",\"관련\",\"관리\",\"관습\",\"관심\",\"관점\",\"관찰\",\"광경\",\"광고\",\"광장\",\"광주\",\"괴로움\",\"굉장히\",\"교과서\",\"교문\",\"교복\",\"교실\",\"교양\",\"교육\",\"교장\",\"교직\",\"교통\",\"교환\",\"교훈\",\"구경\",\"구름\",\"구멍\",\"구별\",\"구분\",\"구석\",\"구성\",\"구속\",\"구역\",\"구입\",\"구청\",\"구체적\",\"국가\",\"국기\",\"국내\",\"국립\",\"국물\",\"국민\",\"국수\",\"국어\",\"국왕\",\"국적\",\"국제\",\"국회\",\"군대\",\"군사\",\"군인\",\"궁극적\",\"권리\",\"권위\",\"권투\",\"귀국\",\"귀신\",\"규정\",\"규칙\",\"균형\",\"그날\",\"그냥\",\"그늘\",\"그러나\",\"그룹\",\"그릇\",\"그림\",\"그제서야\",\"그토록\",\"극복\",\"극히\",\"근거\",\"근교\",\"근래\",\"근로\",\"근무\",\"근본\",\"근원\",\"근육\",\"근처\",\"글씨\",\"글자\",\"금강산\",\"금고\",\"금년\",\"금메달\",\"금액\",\"금연\",\"금요일\",\"금지\",\"긍정적\",\"기간\",\"기관\",\"기념\",\"기능\",\"기독교\",\"기둥\",\"기록\",\"기름\",\"기법\",\"기본\",\"기분\",\"기쁨\",\"기숙사\",\"기술\",\"기억\",\"기업\",\"기온\",\"기운\",\"기원\",\"기적\",\"기준\",\"기침\",\"기혼\",\"기획\",\"긴급\",\"긴장\",\"길이\",\"김밥\",\"김치\",\"김포공항\",\"깍두기\",\"깜빡\",\"깨달음\",\"깨소금\",\"껍질\",\"꼭대기\",\"꽃잎\",\"나들이\",\"나란히\",\"나머지\",\"나물\",\"나침반\",\"나흘\",\"낙엽\",\"난방\",\"날개\",\"날씨\",\"날짜\",\"남녀\",\"남대문\",\"남매\",\"남산\",\"남자\",\"남편\",\"남학생\",\"낭비\",\"낱말\",\"내년\",\"내용\",\"내일\",\"냄비\",\"냄새\",\"냇물\",\"냉동\",\"냉면\",\"냉방\",\"냉장고\",\"넥타이\",\"넷째\",\"노동\",\"노란색\",\"노력\",\"노인\",\"녹음\",\"녹차\",\"녹화\",\"논리\",\"논문\",\"논쟁\",\"놀이\",\"농구\",\"농담\",\"농민\",\"농부\",\"농업\",\"농장\",\"농촌\",\"높이\",\"눈동자\",\"눈물\",\"눈썹\",\"뉴욕\",\"느낌\",\"늑대\",\"능동적\",\"능력\",\"다방\",\"다양성\",\"다음\",\"다이어트\",\"다행\",\"단계\",\"단골\",\"단독\",\"단맛\",\"단순\",\"단어\",\"단위\",\"단점\",\"단체\",\"단추\",\"단편\",\"단풍\",\"달걀\",\"달러\",\"달력\",\"달리\",\"닭고기\",\"담당\",\"담배\",\"담요\",\"담임\",\"답변\",\"답장\",\"당근\",\"당분간\",\"당연히\",\"당장\",\"대규모\",\"대낮\",\"대단히\",\"대답\",\"대도시\",\"대략\",\"대량\",\"대륙\",\"대문\",\"대부분\",\"대신\",\"대응\",\"대장\",\"대전\",\"대접\",\"대중\",\"대책\",\"대출\",\"대충\",\"대통령\",\"대학\",\"대한민국\",\"대합실\",\"대형\",\"덩어리\",\"데이트\",\"도대체\",\"도덕\",\"도둑\",\"도망\",\"도서관\",\"도심\",\"도움\",\"도입\",\"도자기\",\"도저히\",\"도전\",\"도중\",\"도착\",\"독감\",\"독립\",\"독서\",\"독일\",\"독창적\",\"동화책\",\"뒷모습\",\"뒷산\",\"딸아이\",\"마누라\",\"마늘\",\"마당\",\"마라톤\",\"마련\",\"마무리\",\"마사지\",\"마약\",\"마요네즈\",\"마을\",\"마음\",\"마이크\",\"마중\",\"마지막\",\"마찬가지\",\"마찰\",\"마흔\",\"막걸리\",\"막내\",\"막상\",\"만남\",\"만두\",\"만세\",\"만약\",\"만일\",\"만점\",\"만족\",\"만화\",\"많이\",\"말기\",\"말씀\",\"말투\",\"맘대로\",\"망원경\",\"매년\",\"매달\",\"매력\",\"매번\",\"매스컴\",\"매일\",\"매장\",\"맥주\",\"먹이\",\"먼저\",\"먼지\",\"멀리\",\"메일\",\"며느리\",\"며칠\",\"면담\",\"멸치\",\"명단\",\"명령\",\"명예\",\"명의\",\"명절\",\"명칭\",\"명함\",\"모금\",\"모니터\",\"모델\",\"모든\",\"모범\",\"모습\",\"모양\",\"모임\",\"모조리\",\"모집\",\"모퉁이\",\"목걸이\",\"목록\",\"목사\",\"목소리\",\"목숨\",\"목적\",\"목표\",\"몰래\",\"몸매\",\"몸무게\",\"몸살\",\"몸속\",\"몸짓\",\"몸통\",\"몹시\",\"무관심\",\"무궁화\",\"무더위\",\"무덤\",\"무릎\",\"무슨\",\"무엇\",\"무역\",\"무용\",\"무조건\",\"무지개\",\"무척\",\"문구\",\"문득\",\"문법\",\"문서\",\"문제\",\"문학\",\"문화\",\"물가\",\"물건\",\"물결\",\"물고기\",\"물론\",\"물리학\",\"물음\",\"물질\",\"물체\",\"미국\",\"미디어\",\"미사일\",\"미술\",\"미역\",\"미용실\",\"미움\",\"미인\",\"미팅\",\"미혼\",\"민간\",\"민족\",\"민주\",\"믿음\",\"밀가루\",\"밀리미터\",\"밑바닥\",\"바가지\",\"바구니\",\"바나나\",\"바늘\",\"바닥\",\"바닷가\",\"바람\",\"바이러스\",\"바탕\",\"박물관\",\"박사\",\"박수\",\"반대\",\"반드시\",\"반말\",\"반발\",\"반성\",\"반응\",\"반장\",\"반죽\",\"반지\",\"반찬\",\"받침\",\"발가락\",\"발걸음\",\"발견\",\"발달\",\"발레\",\"발목\",\"발바닥\",\"발생\",\"발음\",\"발자국\",\"발전\",\"발톱\",\"발표\",\"밤하늘\",\"밥그릇\",\"밥맛\",\"밥상\",\"밥솥\",\"방금\",\"방면\",\"방문\",\"방바닥\",\"방법\",\"방송\",\"방식\",\"방안\",\"방울\",\"방지\",\"방학\",\"방해\",\"방향\",\"배경\",\"배꼽\",\"배달\",\"배드민턴\",\"백두산\",\"백색\",\"백성\",\"백인\",\"백제\",\"백화점\",\"버릇\",\"버섯\",\"버튼\",\"번개\",\"번역\",\"번지\",\"번호\",\"벌금\",\"벌레\",\"벌써\",\"범위\",\"범인\",\"범죄\",\"법률\",\"법원\",\"법적\",\"법칙\",\"베이징\",\"벨트\",\"변경\",\"변동\",\"변명\",\"변신\",\"변호사\",\"변화\",\"별도\",\"별명\",\"별일\",\"병실\",\"병아리\",\"병원\",\"보관\",\"보너스\",\"보라색\",\"보람\",\"보름\",\"보상\",\"보안\",\"보자기\",\"보장\",\"보전\",\"보존\",\"보통\",\"보편적\",\"보험\",\"복도\",\"복사\",\"복숭아\",\"복습\",\"볶음\",\"본격적\",\"본래\",\"본부\",\"본사\",\"본성\",\"본인\",\"본질\",\"볼펜\",\"봉사\",\"봉지\",\"봉투\",\"부근\",\"부끄러움\",\"부담\",\"부동산\",\"부문\",\"부분\",\"부산\",\"부상\",\"부엌\",\"부인\",\"부작용\",\"부장\",\"부정\",\"부족\",\"부지런히\",\"부친\",\"부탁\",\"부품\",\"부회장\",\"북부\",\"북한\",\"분노\",\"분량\",\"분리\",\"분명\",\"분석\",\"분야\",\"분위기\",\"분필\",\"분홍색\",\"불고기\",\"불과\",\"불교\",\"불꽃\",\"불만\",\"불법\",\"불빛\",\"불안\",\"불이익\",\"불행\",\"브랜드\",\"비극\",\"비난\",\"비닐\",\"비둘기\",\"비디오\",\"비로소\",\"비만\",\"비명\",\"비밀\",\"비바람\",\"비빔밥\",\"비상\",\"비용\",\"비율\",\"비중\",\"비타민\",\"비판\",\"빌딩\",\"빗물\",\"빗방울\",\"빗줄기\",\"빛깔\",\"빨간색\",\"빨래\",\"빨리\",\"사건\",\"사계절\",\"사나이\",\"사냥\",\"사람\",\"사랑\",\"사립\",\"사모님\",\"사물\",\"사방\",\"사상\",\"사생활\",\"사설\",\"사슴\",\"사실\",\"사업\",\"사용\",\"사월\",\"사장\",\"사전\",\"사진\",\"사촌\",\"사춘기\",\"사탕\",\"사투리\",\"사흘\",\"산길\",\"산부인과\",\"산업\",\"산책\",\"살림\",\"살인\",\"살짝\",\"삼계탕\",\"삼국\",\"삼십\",\"삼월\",\"삼촌\",\"상관\",\"상금\",\"상대\",\"상류\",\"상반기\",\"상상\",\"상식\",\"상업\",\"상인\",\"상자\",\"상점\",\"상처\",\"상추\",\"상태\",\"상표\",\"상품\",\"상황\",\"새벽\",\"색깔\",\"색연필\",\"생각\",\"생명\",\"생물\",\"생방송\",\"생산\",\"생선\",\"생신\",\"생일\",\"생활\",\"서랍\",\"서른\",\"서명\",\"서민\",\"서비스\",\"서양\",\"서울\",\"서적\",\"서점\",\"서쪽\",\"서클\",\"석사\",\"석유\",\"선거\",\"선물\",\"선배\",\"선생\",\"선수\",\"선원\",\"선장\",\"선전\",\"선택\",\"선풍기\",\"설거지\",\"설날\",\"설렁탕\",\"설명\",\"설문\",\"설사\",\"설악산\",\"설치\",\"설탕\",\"섭씨\",\"성공\",\"성당\",\"성명\",\"성별\",\"성인\",\"성장\",\"성적\",\"성질\",\"성함\",\"세금\",\"세미나\",\"세상\",\"세월\",\"세종대왕\",\"세탁\",\"센터\",\"센티미터\",\"셋째\",\"소규모\",\"소극적\",\"소금\",\"소나기\",\"소년\",\"소득\",\"소망\",\"소문\",\"소설\",\"소속\",\"소아과\",\"소용\",\"소원\",\"소음\",\"소중히\",\"소지품\",\"소질\",\"소풍\",\"소형\",\"속담\",\"속도\",\"속옷\",\"손가락\",\"손길\",\"손녀\",\"손님\",\"손등\",\"손목\",\"손뼉\",\"손실\",\"손질\",\"손톱\",\"손해\",\"솔직히\",\"솜씨\",\"송아지\",\"송이\",\"송편\",\"쇠고기\",\"쇼핑\",\"수건\",\"수년\",\"수단\",\"수돗물\",\"수동적\",\"수면\",\"수명\",\"수박\",\"수상\",\"수석\",\"수술\",\"수시로\",\"수업\",\"수염\",\"수영\",\"수입\",\"수준\",\"수집\",\"수출\",\"수컷\",\"수필\",\"수학\",\"수험생\",\"수화기\",\"숙녀\",\"숙소\",\"숙제\",\"순간\",\"순서\",\"순수\",\"순식간\",\"순위\",\"숟가락\",\"술병\",\"술집\",\"숫자\",\"스님\",\"스물\",\"스스로\",\"스승\",\"스웨터\",\"스위치\",\"스케이트\",\"스튜디오\",\"스트레스\",\"스포츠\",\"슬쩍\",\"슬픔\",\"습관\",\"습기\",\"승객\",\"승리\",\"승부\",\"승용차\",\"승진\",\"시각\",\"시간\",\"시골\",\"시금치\",\"시나리오\",\"시댁\",\"시리즈\",\"시멘트\",\"시민\",\"시부모\",\"시선\",\"시설\",\"시스템\",\"시아버지\",\"시어머니\",\"시월\",\"시인\",\"시일\",\"시작\",\"시장\",\"시절\",\"시점\",\"시중\",\"시즌\",\"시집\",\"시청\",\"시합\",\"시험\",\"식구\",\"식기\",\"식당\",\"식량\",\"식료품\",\"식물\",\"식빵\",\"식사\",\"식생활\",\"식초\",\"식탁\",\"식품\",\"신고\",\"신규\",\"신념\",\"신문\",\"신발\",\"신비\",\"신사\",\"신세\",\"신용\",\"신제품\",\"신청\",\"신체\",\"신화\",\"실감\",\"실내\",\"실력\",\"실례\",\"실망\",\"실수\",\"실습\",\"실시\",\"실장\",\"실정\",\"실질적\",\"실천\",\"실체\",\"실컷\",\"실태\",\"실패\",\"실험\",\"실현\",\"심리\",\"심부름\",\"심사\",\"심장\",\"심정\",\"심판\",\"쌍둥이\",\"씨름\",\"씨앗\",\"아가씨\",\"아나운서\",\"아드님\",\"아들\",\"아쉬움\",\"아스팔트\",\"아시아\",\"아울러\",\"아저씨\",\"아줌마\",\"아직\",\"아침\",\"아파트\",\"아프리카\",\"아픔\",\"아홉\",\"아흔\",\"악기\",\"악몽\",\"악수\",\"안개\",\"안경\",\"안과\",\"안내\",\"안녕\",\"안동\",\"안방\",\"안부\",\"안주\",\"알루미늄\",\"알코올\",\"암시\",\"암컷\",\"압력\",\"앞날\",\"앞문\",\"애인\",\"애정\",\"액수\",\"앨범\",\"야간\",\"야단\",\"야옹\",\"약간\",\"약국\",\"약속\",\"약수\",\"약점\",\"약품\",\"약혼녀\",\"양념\",\"양력\",\"양말\",\"양배추\",\"양주\",\"양파\",\"어둠\",\"어려움\",\"어른\",\"어젯밤\",\"어쨌든\",\"어쩌다가\",\"어쩐지\",\"언니\",\"언덕\",\"언론\",\"언어\",\"얼굴\",\"얼른\",\"얼음\",\"얼핏\",\"엄마\",\"업무\",\"업종\",\"업체\",\"엉덩이\",\"엉망\",\"엉터리\",\"엊그제\",\"에너지\",\"에어컨\",\"엔진\",\"여건\",\"여고생\",\"여관\",\"여군\",\"여권\",\"여대생\",\"여덟\",\"여동생\",\"여든\",\"여론\",\"여름\",\"여섯\",\"여성\",\"여왕\",\"여인\",\"여전히\",\"여직원\",\"여학생\",\"여행\",\"역사\",\"역시\",\"역할\",\"연결\",\"연구\",\"연극\",\"연기\",\"연락\",\"연설\",\"연세\",\"연속\",\"연습\",\"연애\",\"연예인\",\"연인\",\"연장\",\"연주\",\"연출\",\"연필\",\"연합\",\"연휴\",\"열기\",\"열매\",\"열쇠\",\"열심히\",\"열정\",\"열차\",\"열흘\",\"염려\",\"엽서\",\"영국\",\"영남\",\"영상\",\"영양\",\"영역\",\"영웅\",\"영원히\",\"영하\",\"영향\",\"영혼\",\"영화\",\"옆구리\",\"옆방\",\"옆집\",\"예감\",\"예금\",\"예방\",\"예산\",\"예상\",\"예선\",\"예술\",\"예습\",\"예식장\",\"예약\",\"예전\",\"예절\",\"예정\",\"예컨대\",\"옛날\",\"오늘\",\"오락\",\"오랫동안\",\"오렌지\",\"오로지\",\"오른발\",\"오븐\",\"오십\",\"오염\",\"오월\",\"오전\",\"오직\",\"오징어\",\"오페라\",\"오피스텔\",\"오히려\",\"옥상\",\"옥수수\",\"온갖\",\"온라인\",\"온몸\",\"온종일\",\"온통\",\"올가을\",\"올림픽\",\"올해\",\"옷차림\",\"와이셔츠\",\"와인\",\"완성\",\"완전\",\"왕비\",\"왕자\",\"왜냐하면\",\"왠지\",\"외갓집\",\"외국\",\"외로움\",\"외삼촌\",\"외출\",\"외침\",\"외할머니\",\"왼발\",\"왼손\",\"왼쪽\",\"요금\",\"요일\",\"요즘\",\"요청\",\"용기\",\"용서\",\"용어\",\"우산\",\"우선\",\"우승\",\"우연히\",\"우정\",\"우체국\",\"우편\",\"운동\",\"운명\",\"운반\",\"운전\",\"운행\",\"울산\",\"울음\",\"움직임\",\"웃어른\",\"웃음\",\"워낙\",\"원고\",\"원래\",\"원서\",\"원숭이\",\"원인\",\"원장\",\"원피스\",\"월급\",\"월드컵\",\"월세\",\"월요일\",\"웨이터\",\"위반\",\"위법\",\"위성\",\"위원\",\"위험\",\"위협\",\"윗사람\",\"유난히\",\"유럽\",\"유명\",\"유물\",\"유산\",\"유적\",\"유치원\",\"유학\",\"유행\",\"유형\",\"육군\",\"육상\",\"육십\",\"육체\",\"은행\",\"음력\",\"음료\",\"음반\",\"음성\",\"음식\",\"음악\",\"음주\",\"의견\",\"의논\",\"의문\",\"의복\",\"의식\",\"의심\",\"의외로\",\"의욕\",\"의원\",\"의학\",\"이것\",\"이곳\",\"이념\",\"이놈\",\"이달\",\"이대로\",\"이동\",\"이렇게\",\"이력서\",\"이론적\",\"이름\",\"이민\",\"이발소\",\"이별\",\"이불\",\"이빨\",\"이상\",\"이성\",\"이슬\",\"이야기\",\"이용\",\"이웃\",\"이월\",\"이윽고\",\"이익\",\"이전\",\"이중\",\"이튿날\",\"이틀\",\"이혼\",\"인간\",\"인격\",\"인공\",\"인구\",\"인근\",\"인기\",\"인도\",\"인류\",\"인물\",\"인생\",\"인쇄\",\"인연\",\"인원\",\"인재\",\"인종\",\"인천\",\"인체\",\"인터넷\",\"인하\",\"인형\",\"일곱\",\"일기\",\"일단\",\"일대\",\"일등\",\"일반\",\"일본\",\"일부\",\"일상\",\"일생\",\"일손\",\"일요일\",\"일월\",\"일정\",\"일종\",\"일주일\",\"일찍\",\"일체\",\"일치\",\"일행\",\"일회용\",\"임금\",\"임무\",\"입대\",\"입력\",\"입맛\",\"입사\",\"입술\",\"입시\",\"입원\",\"입장\",\"입학\",\"자가용\",\"자격\",\"자극\",\"자동\",\"자랑\",\"자부심\",\"자식\",\"자신\",\"자연\",\"자원\",\"자율\",\"자전거\",\"자정\",\"자존심\",\"자판\",\"작가\",\"작년\",\"작성\",\"작업\",\"작용\",\"작은딸\",\"작품\",\"잔디\",\"잔뜩\",\"잔치\",\"잘못\",\"잠깐\",\"잠수함\",\"잠시\",\"잠옷\",\"잠자리\",\"잡지\",\"장관\",\"장군\",\"장기간\",\"장래\",\"장례\",\"장르\",\"장마\",\"장면\",\"장모\",\"장미\",\"장비\",\"장사\",\"장소\",\"장식\",\"장애인\",\"장인\",\"장점\",\"장차\",\"장학금\",\"재능\",\"재빨리\",\"재산\",\"재생\",\"재작년\",\"재정\",\"재채기\",\"재판\",\"재학\",\"재활용\",\"저것\",\"저고리\",\"저곳\",\"저녁\",\"저런\",\"저렇게\",\"저번\",\"저울\",\"저절로\",\"저축\",\"적극\",\"적당히\",\"적성\",\"적용\",\"적응\",\"전개\",\"전공\",\"전기\",\"전달\",\"전라도\",\"전망\",\"전문\",\"전반\",\"전부\",\"전세\",\"전시\",\"전용\",\"전자\",\"전쟁\",\"전주\",\"전철\",\"전체\",\"전통\",\"전혀\",\"전후\",\"절대\",\"절망\",\"절반\",\"절약\",\"절차\",\"점검\",\"점수\",\"점심\",\"점원\",\"점점\",\"점차\",\"접근\",\"접시\",\"접촉\",\"젓가락\",\"정거장\",\"정도\",\"정류장\",\"정리\",\"정말\",\"정면\",\"정문\",\"정반대\",\"정보\",\"정부\",\"정비\",\"정상\",\"정성\",\"정오\",\"정원\",\"정장\",\"정지\",\"정치\",\"정확히\",\"제공\",\"제과점\",\"제대로\",\"제목\",\"제발\",\"제법\",\"제삿날\",\"제안\",\"제일\",\"제작\",\"제주도\",\"제출\",\"제품\",\"제한\",\"조각\",\"조건\",\"조금\",\"조깅\",\"조명\",\"조미료\",\"조상\",\"조선\",\"조용히\",\"조절\",\"조정\",\"조직\",\"존댓말\",\"존재\",\"졸업\",\"졸음\",\"종교\",\"종로\",\"종류\",\"종소리\",\"종업원\",\"종종\",\"종합\",\"좌석\",\"죄인\",\"주관적\",\"주름\",\"주말\",\"주머니\",\"주먹\",\"주문\",\"주민\",\"주방\",\"주변\",\"주식\",\"주인\",\"주일\",\"주장\",\"주전자\",\"주택\",\"준비\",\"줄거리\",\"줄기\",\"줄무늬\",\"중간\",\"중계방송\",\"중국\",\"중년\",\"중단\",\"중독\",\"중반\",\"중부\",\"중세\",\"중소기업\",\"중순\",\"중앙\",\"중요\",\"중학교\",\"즉석\",\"즉시\",\"즐거움\",\"증가\",\"증거\",\"증권\",\"증상\",\"증세\",\"지각\",\"지갑\",\"지경\",\"지극히\",\"지금\",\"지급\",\"지능\",\"지름길\",\"지리산\",\"지방\",\"지붕\",\"지식\",\"지역\",\"지우개\",\"지원\",\"지적\",\"지점\",\"지진\",\"지출\",\"직선\",\"직업\",\"직원\",\"직장\",\"진급\",\"진동\",\"진로\",\"진료\",\"진리\",\"진짜\",\"진찰\",\"진출\",\"진통\",\"진행\",\"질문\",\"질병\",\"질서\",\"짐작\",\"집단\",\"집안\",\"집중\",\"짜증\",\"찌꺼기\",\"차남\",\"차라리\",\"차량\",\"차림\",\"차별\",\"차선\",\"차츰\",\"착각\",\"찬물\",\"찬성\",\"참가\",\"참기름\",\"참새\",\"참석\",\"참여\",\"참외\",\"참조\",\"찻잔\",\"창가\",\"창고\",\"창구\",\"창문\",\"창밖\",\"창작\",\"창조\",\"채널\",\"채점\",\"책가방\",\"책방\",\"책상\",\"책임\",\"챔피언\",\"처벌\",\"처음\",\"천국\",\"천둥\",\"천장\",\"천재\",\"천천히\",\"철도\",\"철저히\",\"철학\",\"첫날\",\"첫째\",\"청년\",\"청바지\",\"청소\",\"청춘\",\"체계\",\"체력\",\"체온\",\"체육\",\"체중\",\"체험\",\"초등학생\",\"초반\",\"초밥\",\"초상화\",\"초순\",\"초여름\",\"초원\",\"초저녁\",\"초점\",\"초청\",\"초콜릿\",\"촛불\",\"총각\",\"총리\",\"총장\",\"촬영\",\"최근\",\"최상\",\"최선\",\"최신\",\"최악\",\"최종\",\"추석\",\"추억\",\"추진\",\"추천\",\"추측\",\"축구\",\"축소\",\"축제\",\"축하\",\"출근\",\"출발\",\"출산\",\"출신\",\"출연\",\"출입\",\"출장\",\"출판\",\"충격\",\"충고\",\"충돌\",\"충분히\",\"충청도\",\"취업\",\"취직\",\"취향\",\"치약\",\"친구\",\"친척\",\"칠십\",\"칠월\",\"칠판\",\"침대\",\"침묵\",\"침실\",\"칫솔\",\"칭찬\",\"카메라\",\"카운터\",\"칼국수\",\"캐릭터\",\"캠퍼스\",\"캠페인\",\"커튼\",\"컨디션\",\"컬러\",\"컴퓨터\",\"코끼리\",\"코미디\",\"콘서트\",\"콜라\",\"콤플렉스\",\"콩나물\",\"쾌감\",\"쿠데타\",\"크림\",\"큰길\",\"큰딸\",\"큰소리\",\"큰아들\",\"큰어머니\",\"큰일\",\"큰절\",\"클래식\",\"클럽\",\"킬로\",\"타입\",\"타자기\",\"탁구\",\"탁자\",\"탄생\",\"태권도\",\"태양\",\"태풍\",\"택시\",\"탤런트\",\"터널\",\"터미널\",\"테니스\",\"테스트\",\"테이블\",\"텔레비전\",\"토론\",\"토마토\",\"토요일\",\"통계\",\"통과\",\"통로\",\"통신\",\"통역\",\"통일\",\"통장\",\"통제\",\"통증\",\"통합\",\"통화\",\"퇴근\",\"퇴원\",\"퇴직금\",\"튀김\",\"트럭\",\"특급\",\"특별\",\"특성\",\"특수\",\"특징\",\"특히\",\"튼튼히\",\"티셔츠\",\"파란색\",\"파일\",\"파출소\",\"판결\",\"판단\",\"판매\",\"판사\",\"팔십\",\"팔월\",\"팝송\",\"패션\",\"팩스\",\"팩시밀리\",\"팬티\",\"퍼센트\",\"페인트\",\"편견\",\"편의\",\"편지\",\"편히\",\"평가\",\"평균\",\"평생\",\"평소\",\"평양\",\"평일\",\"평화\",\"포스터\",\"포인트\",\"포장\",\"포함\",\"표면\",\"표정\",\"표준\",\"표현\",\"품목\",\"품질\",\"풍경\",\"풍속\",\"풍습\",\"프랑스\",\"프린터\",\"플라스틱\",\"피곤\",\"피망\",\"피아노\",\"필름\",\"필수\",\"필요\",\"필자\",\"필통\",\"핑계\",\"하느님\",\"하늘\",\"하드웨어\",\"하룻밤\",\"하반기\",\"하숙집\",\"하순\",\"하여튼\",\"하지만\",\"하천\",\"하품\",\"하필\",\"학과\",\"학교\",\"학급\",\"학기\",\"학년\",\"학력\",\"학번\",\"학부모\",\"학비\",\"학생\",\"학술\",\"학습\",\"학용품\",\"학원\",\"학위\",\"학자\",\"학점\",\"한계\",\"한글\",\"한꺼번에\",\"한낮\",\"한눈\",\"한동안\",\"한때\",\"한라산\",\"한마디\",\"한문\",\"한번\",\"한복\",\"한식\",\"한여름\",\"한쪽\",\"할머니\",\"할아버지\",\"할인\",\"함께\",\"함부로\",\"합격\",\"합리적\",\"항공\",\"항구\",\"항상\",\"항의\",\"해결\",\"해군\",\"해답\",\"해당\",\"해물\",\"해석\",\"해설\",\"해수욕장\",\"해안\",\"핵심\",\"핸드백\",\"햄버거\",\"햇볕\",\"햇살\",\"행동\",\"행복\",\"행사\",\"행운\",\"행위\",\"향기\",\"향상\",\"향수\",\"허락\",\"허용\",\"헬기\",\"현관\",\"현금\",\"현대\",\"현상\",\"현실\",\"현장\",\"현재\",\"현지\",\"혈액\",\"협력\",\"형부\",\"형사\",\"형수\",\"형식\",\"형제\",\"형태\",\"형편\",\"혜택\",\"호기심\",\"호남\",\"호랑이\",\"호박\",\"호텔\",\"호흡\",\"혹시\",\"홀로\",\"홈페이지\",\"홍보\",\"홍수\",\"홍차\",\"화면\",\"화분\",\"화살\",\"화요일\",\"화장\",\"화학\",\"확보\",\"확인\",\"확장\",\"확정\",\"환갑\",\"환경\",\"환영\",\"환율\",\"환자\",\"활기\",\"활동\",\"활발히\",\"활용\",\"활짝\",\"회견\",\"회관\",\"회복\",\"회색\",\"회원\",\"회장\",\"회전\",\"횟수\",\"횡단보도\",\"효율적\",\"후반\",\"후춧가루\",\"훈련\",\"훨씬\",\"휴식\",\"휴일\",\"흉내\",\"흐름\",\"흑백\",\"흑인\",\"흔적\",\"흔히\",\"흥미\",\"흥분\",\"희곡\",\"희망\",\"희생\",\"흰색\",\"힘껏\"]");
-inherits(Sha224, Sha256)
+/***/ }),
+/* 389 */
+/*!********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip39/src/wordlists/french.json ***!
+ \********************************************************************/
+/*! exports provided: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 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, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, default */
+/***/ (function(module) {
-Sha224.prototype.init = function () {
- this._a = 0xc1059ed8
- this._b = 0x367cd507
- this._c = 0x3070dd17
- this._d = 0xf70e5939
- this._e = 0xffc00b31
- this._f = 0x68581511
- this._g = 0x64f98fa7
- this._h = 0xbefa4fa4
+module.exports = JSON.parse("[\"abaisser\",\"abandon\",\"abdiquer\",\"abeille\",\"abolir\",\"aborder\",\"aboutir\",\"aboyer\",\"abrasif\",\"abreuver\",\"abriter\",\"abroger\",\"abrupt\",\"absence\",\"absolu\",\"absurde\",\"abusif\",\"abyssal\",\"académie\",\"acajou\",\"acarien\",\"accabler\",\"accepter\",\"acclamer\",\"accolade\",\"accroche\",\"accuser\",\"acerbe\",\"achat\",\"acheter\",\"aciduler\",\"acier\",\"acompte\",\"acquérir\",\"acronyme\",\"acteur\",\"actif\",\"actuel\",\"adepte\",\"adéquat\",\"adhésif\",\"adjectif\",\"adjuger\",\"admettre\",\"admirer\",\"adopter\",\"adorer\",\"adoucir\",\"adresse\",\"adroit\",\"adulte\",\"adverbe\",\"aérer\",\"aéronef\",\"affaire\",\"affecter\",\"affiche\",\"affreux\",\"affubler\",\"agacer\",\"agencer\",\"agile\",\"agiter\",\"agrafer\",\"agréable\",\"agrume\",\"aider\",\"aiguille\",\"ailier\",\"aimable\",\"aisance\",\"ajouter\",\"ajuster\",\"alarmer\",\"alchimie\",\"alerte\",\"algèbre\",\"algue\",\"aliéner\",\"aliment\",\"alléger\",\"alliage\",\"allouer\",\"allumer\",\"alourdir\",\"alpaga\",\"altesse\",\"alvéole\",\"amateur\",\"ambigu\",\"ambre\",\"aménager\",\"amertume\",\"amidon\",\"amiral\",\"amorcer\",\"amour\",\"amovible\",\"amphibie\",\"ampleur\",\"amusant\",\"analyse\",\"anaphore\",\"anarchie\",\"anatomie\",\"ancien\",\"anéantir\",\"angle\",\"angoisse\",\"anguleux\",\"animal\",\"annexer\",\"annonce\",\"annuel\",\"anodin\",\"anomalie\",\"anonyme\",\"anormal\",\"antenne\",\"antidote\",\"anxieux\",\"apaiser\",\"apéritif\",\"aplanir\",\"apologie\",\"appareil\",\"appeler\",\"apporter\",\"appuyer\",\"aquarium\",\"aqueduc\",\"arbitre\",\"arbuste\",\"ardeur\",\"ardoise\",\"argent\",\"arlequin\",\"armature\",\"armement\",\"armoire\",\"armure\",\"arpenter\",\"arracher\",\"arriver\",\"arroser\",\"arsenic\",\"artériel\",\"article\",\"aspect\",\"asphalte\",\"aspirer\",\"assaut\",\"asservir\",\"assiette\",\"associer\",\"assurer\",\"asticot\",\"astre\",\"astuce\",\"atelier\",\"atome\",\"atrium\",\"atroce\",\"attaque\",\"attentif\",\"attirer\",\"attraper\",\"aubaine\",\"auberge\",\"audace\",\"audible\",\"augurer\",\"aurore\",\"automne\",\"autruche\",\"avaler\",\"avancer\",\"avarice\",\"avenir\",\"averse\",\"aveugle\",\"aviateur\",\"avide\",\"avion\",\"aviser\",\"avoine\",\"avouer\",\"avril\",\"axial\",\"axiome\",\"badge\",\"bafouer\",\"bagage\",\"baguette\",\"baignade\",\"balancer\",\"balcon\",\"baleine\",\"balisage\",\"bambin\",\"bancaire\",\"bandage\",\"banlieue\",\"bannière\",\"banquier\",\"barbier\",\"baril\",\"baron\",\"barque\",\"barrage\",\"bassin\",\"bastion\",\"bataille\",\"bateau\",\"batterie\",\"baudrier\",\"bavarder\",\"belette\",\"bélier\",\"belote\",\"bénéfice\",\"berceau\",\"berger\",\"berline\",\"bermuda\",\"besace\",\"besogne\",\"bétail\",\"beurre\",\"biberon\",\"bicycle\",\"bidule\",\"bijou\",\"bilan\",\"bilingue\",\"billard\",\"binaire\",\"biologie\",\"biopsie\",\"biotype\",\"biscuit\",\"bison\",\"bistouri\",\"bitume\",\"bizarre\",\"blafard\",\"blague\",\"blanchir\",\"blessant\",\"blinder\",\"blond\",\"bloquer\",\"blouson\",\"bobard\",\"bobine\",\"boire\",\"boiser\",\"bolide\",\"bonbon\",\"bondir\",\"bonheur\",\"bonifier\",\"bonus\",\"bordure\",\"borne\",\"botte\",\"boucle\",\"boueux\",\"bougie\",\"boulon\",\"bouquin\",\"bourse\",\"boussole\",\"boutique\",\"boxeur\",\"branche\",\"brasier\",\"brave\",\"brebis\",\"brèche\",\"breuvage\",\"bricoler\",\"brigade\",\"brillant\",\"brioche\",\"brique\",\"brochure\",\"broder\",\"bronzer\",\"brousse\",\"broyeur\",\"brume\",\"brusque\",\"brutal\",\"bruyant\",\"buffle\",\"buisson\",\"bulletin\",\"bureau\",\"burin\",\"bustier\",\"butiner\",\"butoir\",\"buvable\",\"buvette\",\"cabanon\",\"cabine\",\"cachette\",\"cadeau\",\"cadre\",\"caféine\",\"caillou\",\"caisson\",\"calculer\",\"calepin\",\"calibre\",\"calmer\",\"calomnie\",\"calvaire\",\"camarade\",\"caméra\",\"camion\",\"campagne\",\"canal\",\"caneton\",\"canon\",\"cantine\",\"canular\",\"capable\",\"caporal\",\"caprice\",\"capsule\",\"capter\",\"capuche\",\"carabine\",\"carbone\",\"caresser\",\"caribou\",\"carnage\",\"carotte\",\"carreau\",\"carton\",\"cascade\",\"casier\",\"casque\",\"cassure\",\"causer\",\"caution\",\"cavalier\",\"caverne\",\"caviar\",\"cédille\",\"ceinture\",\"céleste\",\"cellule\",\"cendrier\",\"censurer\",\"central\",\"cercle\",\"cérébral\",\"cerise\",\"cerner\",\"cerveau\",\"cesser\",\"chagrin\",\"chaise\",\"chaleur\",\"chambre\",\"chance\",\"chapitre\",\"charbon\",\"chasseur\",\"chaton\",\"chausson\",\"chavirer\",\"chemise\",\"chenille\",\"chéquier\",\"chercher\",\"cheval\",\"chien\",\"chiffre\",\"chignon\",\"chimère\",\"chiot\",\"chlorure\",\"chocolat\",\"choisir\",\"chose\",\"chouette\",\"chrome\",\"chute\",\"cigare\",\"cigogne\",\"cimenter\",\"cinéma\",\"cintrer\",\"circuler\",\"cirer\",\"cirque\",\"citerne\",\"citoyen\",\"citron\",\"civil\",\"clairon\",\"clameur\",\"claquer\",\"classe\",\"clavier\",\"client\",\"cligner\",\"climat\",\"clivage\",\"cloche\",\"clonage\",\"cloporte\",\"cobalt\",\"cobra\",\"cocasse\",\"cocotier\",\"coder\",\"codifier\",\"coffre\",\"cogner\",\"cohésion\",\"coiffer\",\"coincer\",\"colère\",\"colibri\",\"colline\",\"colmater\",\"colonel\",\"combat\",\"comédie\",\"commande\",\"compact\",\"concert\",\"conduire\",\"confier\",\"congeler\",\"connoter\",\"consonne\",\"contact\",\"convexe\",\"copain\",\"copie\",\"corail\",\"corbeau\",\"cordage\",\"corniche\",\"corpus\",\"correct\",\"cortège\",\"cosmique\",\"costume\",\"coton\",\"coude\",\"coupure\",\"courage\",\"couteau\",\"couvrir\",\"coyote\",\"crabe\",\"crainte\",\"cravate\",\"crayon\",\"créature\",\"créditer\",\"crémeux\",\"creuser\",\"crevette\",\"cribler\",\"crier\",\"cristal\",\"critère\",\"croire\",\"croquer\",\"crotale\",\"crucial\",\"cruel\",\"crypter\",\"cubique\",\"cueillir\",\"cuillère\",\"cuisine\",\"cuivre\",\"culminer\",\"cultiver\",\"cumuler\",\"cupide\",\"curatif\",\"curseur\",\"cyanure\",\"cycle\",\"cylindre\",\"cynique\",\"daigner\",\"damier\",\"danger\",\"danseur\",\"dauphin\",\"débattre\",\"débiter\",\"déborder\",\"débrider\",\"débutant\",\"décaler\",\"décembre\",\"déchirer\",\"décider\",\"déclarer\",\"décorer\",\"décrire\",\"décupler\",\"dédale\",\"déductif\",\"déesse\",\"défensif\",\"défiler\",\"défrayer\",\"dégager\",\"dégivrer\",\"déglutir\",\"dégrafer\",\"déjeuner\",\"délice\",\"déloger\",\"demander\",\"demeurer\",\"démolir\",\"dénicher\",\"dénouer\",\"dentelle\",\"dénuder\",\"départ\",\"dépenser\",\"déphaser\",\"déplacer\",\"déposer\",\"déranger\",\"dérober\",\"désastre\",\"descente\",\"désert\",\"désigner\",\"désobéir\",\"dessiner\",\"destrier\",\"détacher\",\"détester\",\"détourer\",\"détresse\",\"devancer\",\"devenir\",\"deviner\",\"devoir\",\"diable\",\"dialogue\",\"diamant\",\"dicter\",\"différer\",\"digérer\",\"digital\",\"digne\",\"diluer\",\"dimanche\",\"diminuer\",\"dioxyde\",\"directif\",\"diriger\",\"discuter\",\"disposer\",\"dissiper\",\"distance\",\"divertir\",\"diviser\",\"docile\",\"docteur\",\"dogme\",\"doigt\",\"domaine\",\"domicile\",\"dompter\",\"donateur\",\"donjon\",\"donner\",\"dopamine\",\"dortoir\",\"dorure\",\"dosage\",\"doseur\",\"dossier\",\"dotation\",\"douanier\",\"double\",\"douceur\",\"douter\",\"doyen\",\"dragon\",\"draper\",\"dresser\",\"dribbler\",\"droiture\",\"duperie\",\"duplexe\",\"durable\",\"durcir\",\"dynastie\",\"éblouir\",\"écarter\",\"écharpe\",\"échelle\",\"éclairer\",\"éclipse\",\"éclore\",\"écluse\",\"école\",\"économie\",\"écorce\",\"écouter\",\"écraser\",\"écrémer\",\"écrivain\",\"écrou\",\"écume\",\"écureuil\",\"édifier\",\"éduquer\",\"effacer\",\"effectif\",\"effigie\",\"effort\",\"effrayer\",\"effusion\",\"égaliser\",\"égarer\",\"éjecter\",\"élaborer\",\"élargir\",\"électron\",\"élégant\",\"éléphant\",\"élève\",\"éligible\",\"élitisme\",\"éloge\",\"élucider\",\"éluder\",\"emballer\",\"embellir\",\"embryon\",\"émeraude\",\"émission\",\"emmener\",\"émotion\",\"émouvoir\",\"empereur\",\"employer\",\"emporter\",\"emprise\",\"émulsion\",\"encadrer\",\"enchère\",\"enclave\",\"encoche\",\"endiguer\",\"endosser\",\"endroit\",\"enduire\",\"énergie\",\"enfance\",\"enfermer\",\"enfouir\",\"engager\",\"engin\",\"englober\",\"énigme\",\"enjamber\",\"enjeu\",\"enlever\",\"ennemi\",\"ennuyeux\",\"enrichir\",\"enrobage\",\"enseigne\",\"entasser\",\"entendre\",\"entier\",\"entourer\",\"entraver\",\"énumérer\",\"envahir\",\"enviable\",\"envoyer\",\"enzyme\",\"éolien\",\"épaissir\",\"épargne\",\"épatant\",\"épaule\",\"épicerie\",\"épidémie\",\"épier\",\"épilogue\",\"épine\",\"épisode\",\"épitaphe\",\"époque\",\"épreuve\",\"éprouver\",\"épuisant\",\"équerre\",\"équipe\",\"ériger\",\"érosion\",\"erreur\",\"éruption\",\"escalier\",\"espadon\",\"espèce\",\"espiègle\",\"espoir\",\"esprit\",\"esquiver\",\"essayer\",\"essence\",\"essieu\",\"essorer\",\"estime\",\"estomac\",\"estrade\",\"étagère\",\"étaler\",\"étanche\",\"étatique\",\"éteindre\",\"étendoir\",\"éternel\",\"éthanol\",\"éthique\",\"ethnie\",\"étirer\",\"étoffer\",\"étoile\",\"étonnant\",\"étourdir\",\"étrange\",\"étroit\",\"étude\",\"euphorie\",\"évaluer\",\"évasion\",\"éventail\",\"évidence\",\"éviter\",\"évolutif\",\"évoquer\",\"exact\",\"exagérer\",\"exaucer\",\"exceller\",\"excitant\",\"exclusif\",\"excuse\",\"exécuter\",\"exemple\",\"exercer\",\"exhaler\",\"exhorter\",\"exigence\",\"exiler\",\"exister\",\"exotique\",\"expédier\",\"explorer\",\"exposer\",\"exprimer\",\"exquis\",\"extensif\",\"extraire\",\"exulter\",\"fable\",\"fabuleux\",\"facette\",\"facile\",\"facture\",\"faiblir\",\"falaise\",\"fameux\",\"famille\",\"farceur\",\"farfelu\",\"farine\",\"farouche\",\"fasciner\",\"fatal\",\"fatigue\",\"faucon\",\"fautif\",\"faveur\",\"favori\",\"fébrile\",\"féconder\",\"fédérer\",\"félin\",\"femme\",\"fémur\",\"fendoir\",\"féodal\",\"fermer\",\"féroce\",\"ferveur\",\"festival\",\"feuille\",\"feutre\",\"février\",\"fiasco\",\"ficeler\",\"fictif\",\"fidèle\",\"figure\",\"filature\",\"filetage\",\"filière\",\"filleul\",\"filmer\",\"filou\",\"filtrer\",\"financer\",\"finir\",\"fiole\",\"firme\",\"fissure\",\"fixer\",\"flairer\",\"flamme\",\"flasque\",\"flatteur\",\"fléau\",\"flèche\",\"fleur\",\"flexion\",\"flocon\",\"flore\",\"fluctuer\",\"fluide\",\"fluvial\",\"folie\",\"fonderie\",\"fongible\",\"fontaine\",\"forcer\",\"forgeron\",\"formuler\",\"fortune\",\"fossile\",\"foudre\",\"fougère\",\"fouiller\",\"foulure\",\"fourmi\",\"fragile\",\"fraise\",\"franchir\",\"frapper\",\"frayeur\",\"frégate\",\"freiner\",\"frelon\",\"frémir\",\"frénésie\",\"frère\",\"friable\",\"friction\",\"frisson\",\"frivole\",\"froid\",\"fromage\",\"frontal\",\"frotter\",\"fruit\",\"fugitif\",\"fuite\",\"fureur\",\"furieux\",\"furtif\",\"fusion\",\"futur\",\"gagner\",\"galaxie\",\"galerie\",\"gambader\",\"garantir\",\"gardien\",\"garnir\",\"garrigue\",\"gazelle\",\"gazon\",\"géant\",\"gélatine\",\"gélule\",\"gendarme\",\"général\",\"génie\",\"genou\",\"gentil\",\"géologie\",\"géomètre\",\"géranium\",\"germe\",\"gestuel\",\"geyser\",\"gibier\",\"gicler\",\"girafe\",\"givre\",\"glace\",\"glaive\",\"glisser\",\"globe\",\"gloire\",\"glorieux\",\"golfeur\",\"gomme\",\"gonfler\",\"gorge\",\"gorille\",\"goudron\",\"gouffre\",\"goulot\",\"goupille\",\"gourmand\",\"goutte\",\"graduel\",\"graffiti\",\"graine\",\"grand\",\"grappin\",\"gratuit\",\"gravir\",\"grenat\",\"griffure\",\"griller\",\"grimper\",\"grogner\",\"gronder\",\"grotte\",\"groupe\",\"gruger\",\"grutier\",\"gruyère\",\"guépard\",\"guerrier\",\"guide\",\"guimauve\",\"guitare\",\"gustatif\",\"gymnaste\",\"gyrostat\",\"habitude\",\"hachoir\",\"halte\",\"hameau\",\"hangar\",\"hanneton\",\"haricot\",\"harmonie\",\"harpon\",\"hasard\",\"hélium\",\"hématome\",\"herbe\",\"hérisson\",\"hermine\",\"héron\",\"hésiter\",\"heureux\",\"hiberner\",\"hibou\",\"hilarant\",\"histoire\",\"hiver\",\"homard\",\"hommage\",\"homogène\",\"honneur\",\"honorer\",\"honteux\",\"horde\",\"horizon\",\"horloge\",\"hormone\",\"horrible\",\"houleux\",\"housse\",\"hublot\",\"huileux\",\"humain\",\"humble\",\"humide\",\"humour\",\"hurler\",\"hydromel\",\"hygiène\",\"hymne\",\"hypnose\",\"idylle\",\"ignorer\",\"iguane\",\"illicite\",\"illusion\",\"image\",\"imbiber\",\"imiter\",\"immense\",\"immobile\",\"immuable\",\"impact\",\"impérial\",\"implorer\",\"imposer\",\"imprimer\",\"imputer\",\"incarner\",\"incendie\",\"incident\",\"incliner\",\"incolore\",\"indexer\",\"indice\",\"inductif\",\"inédit\",\"ineptie\",\"inexact\",\"infini\",\"infliger\",\"informer\",\"infusion\",\"ingérer\",\"inhaler\",\"inhiber\",\"injecter\",\"injure\",\"innocent\",\"inoculer\",\"inonder\",\"inscrire\",\"insecte\",\"insigne\",\"insolite\",\"inspirer\",\"instinct\",\"insulter\",\"intact\",\"intense\",\"intime\",\"intrigue\",\"intuitif\",\"inutile\",\"invasion\",\"inventer\",\"inviter\",\"invoquer\",\"ironique\",\"irradier\",\"irréel\",\"irriter\",\"isoler\",\"ivoire\",\"ivresse\",\"jaguar\",\"jaillir\",\"jambe\",\"janvier\",\"jardin\",\"jauger\",\"jaune\",\"javelot\",\"jetable\",\"jeton\",\"jeudi\",\"jeunesse\",\"joindre\",\"joncher\",\"jongler\",\"joueur\",\"jouissif\",\"journal\",\"jovial\",\"joyau\",\"joyeux\",\"jubiler\",\"jugement\",\"junior\",\"jupon\",\"juriste\",\"justice\",\"juteux\",\"juvénile\",\"kayak\",\"kimono\",\"kiosque\",\"label\",\"labial\",\"labourer\",\"lacérer\",\"lactose\",\"lagune\",\"laine\",\"laisser\",\"laitier\",\"lambeau\",\"lamelle\",\"lampe\",\"lanceur\",\"langage\",\"lanterne\",\"lapin\",\"largeur\",\"larme\",\"laurier\",\"lavabo\",\"lavoir\",\"lecture\",\"légal\",\"léger\",\"légume\",\"lessive\",\"lettre\",\"levier\",\"lexique\",\"lézard\",\"liasse\",\"libérer\",\"libre\",\"licence\",\"licorne\",\"liège\",\"lièvre\",\"ligature\",\"ligoter\",\"ligue\",\"limer\",\"limite\",\"limonade\",\"limpide\",\"linéaire\",\"lingot\",\"lionceau\",\"liquide\",\"lisière\",\"lister\",\"lithium\",\"litige\",\"littoral\",\"livreur\",\"logique\",\"lointain\",\"loisir\",\"lombric\",\"loterie\",\"louer\",\"lourd\",\"loutre\",\"louve\",\"loyal\",\"lubie\",\"lucide\",\"lucratif\",\"lueur\",\"lugubre\",\"luisant\",\"lumière\",\"lunaire\",\"lundi\",\"luron\",\"lutter\",\"luxueux\",\"machine\",\"magasin\",\"magenta\",\"magique\",\"maigre\",\"maillon\",\"maintien\",\"mairie\",\"maison\",\"majorer\",\"malaxer\",\"maléfice\",\"malheur\",\"malice\",\"mallette\",\"mammouth\",\"mandater\",\"maniable\",\"manquant\",\"manteau\",\"manuel\",\"marathon\",\"marbre\",\"marchand\",\"mardi\",\"maritime\",\"marqueur\",\"marron\",\"marteler\",\"mascotte\",\"massif\",\"matériel\",\"matière\",\"matraque\",\"maudire\",\"maussade\",\"mauve\",\"maximal\",\"méchant\",\"méconnu\",\"médaille\",\"médecin\",\"méditer\",\"méduse\",\"meilleur\",\"mélange\",\"mélodie\",\"membre\",\"mémoire\",\"menacer\",\"mener\",\"menhir\",\"mensonge\",\"mentor\",\"mercredi\",\"mérite\",\"merle\",\"messager\",\"mesure\",\"métal\",\"météore\",\"méthode\",\"métier\",\"meuble\",\"miauler\",\"microbe\",\"miette\",\"mignon\",\"migrer\",\"milieu\",\"million\",\"mimique\",\"mince\",\"minéral\",\"minimal\",\"minorer\",\"minute\",\"miracle\",\"miroiter\",\"missile\",\"mixte\",\"mobile\",\"moderne\",\"moelleux\",\"mondial\",\"moniteur\",\"monnaie\",\"monotone\",\"monstre\",\"montagne\",\"monument\",\"moqueur\",\"morceau\",\"morsure\",\"mortier\",\"moteur\",\"motif\",\"mouche\",\"moufle\",\"moulin\",\"mousson\",\"mouton\",\"mouvant\",\"multiple\",\"munition\",\"muraille\",\"murène\",\"murmure\",\"muscle\",\"muséum\",\"musicien\",\"mutation\",\"muter\",\"mutuel\",\"myriade\",\"myrtille\",\"mystère\",\"mythique\",\"nageur\",\"nappe\",\"narquois\",\"narrer\",\"natation\",\"nation\",\"nature\",\"naufrage\",\"nautique\",\"navire\",\"nébuleux\",\"nectar\",\"néfaste\",\"négation\",\"négliger\",\"négocier\",\"neige\",\"nerveux\",\"nettoyer\",\"neurone\",\"neutron\",\"neveu\",\"niche\",\"nickel\",\"nitrate\",\"niveau\",\"noble\",\"nocif\",\"nocturne\",\"noirceur\",\"noisette\",\"nomade\",\"nombreux\",\"nommer\",\"normatif\",\"notable\",\"notifier\",\"notoire\",\"nourrir\",\"nouveau\",\"novateur\",\"novembre\",\"novice\",\"nuage\",\"nuancer\",\"nuire\",\"nuisible\",\"numéro\",\"nuptial\",\"nuque\",\"nutritif\",\"obéir\",\"objectif\",\"obliger\",\"obscur\",\"observer\",\"obstacle\",\"obtenir\",\"obturer\",\"occasion\",\"occuper\",\"océan\",\"octobre\",\"octroyer\",\"octupler\",\"oculaire\",\"odeur\",\"odorant\",\"offenser\",\"officier\",\"offrir\",\"ogive\",\"oiseau\",\"oisillon\",\"olfactif\",\"olivier\",\"ombrage\",\"omettre\",\"onctueux\",\"onduler\",\"onéreux\",\"onirique\",\"opale\",\"opaque\",\"opérer\",\"opinion\",\"opportun\",\"opprimer\",\"opter\",\"optique\",\"orageux\",\"orange\",\"orbite\",\"ordonner\",\"oreille\",\"organe\",\"orgueil\",\"orifice\",\"ornement\",\"orque\",\"ortie\",\"osciller\",\"osmose\",\"ossature\",\"otarie\",\"ouragan\",\"ourson\",\"outil\",\"outrager\",\"ouvrage\",\"ovation\",\"oxyde\",\"oxygène\",\"ozone\",\"paisible\",\"palace\",\"palmarès\",\"palourde\",\"palper\",\"panache\",\"panda\",\"pangolin\",\"paniquer\",\"panneau\",\"panorama\",\"pantalon\",\"papaye\",\"papier\",\"papoter\",\"papyrus\",\"paradoxe\",\"parcelle\",\"paresse\",\"parfumer\",\"parler\",\"parole\",\"parrain\",\"parsemer\",\"partager\",\"parure\",\"parvenir\",\"passion\",\"pastèque\",\"paternel\",\"patience\",\"patron\",\"pavillon\",\"pavoiser\",\"payer\",\"paysage\",\"peigne\",\"peintre\",\"pelage\",\"pélican\",\"pelle\",\"pelouse\",\"peluche\",\"pendule\",\"pénétrer\",\"pénible\",\"pensif\",\"pénurie\",\"pépite\",\"péplum\",\"perdrix\",\"perforer\",\"période\",\"permuter\",\"perplexe\",\"persil\",\"perte\",\"peser\",\"pétale\",\"petit\",\"pétrir\",\"peuple\",\"pharaon\",\"phobie\",\"phoque\",\"photon\",\"phrase\",\"physique\",\"piano\",\"pictural\",\"pièce\",\"pierre\",\"pieuvre\",\"pilote\",\"pinceau\",\"pipette\",\"piquer\",\"pirogue\",\"piscine\",\"piston\",\"pivoter\",\"pixel\",\"pizza\",\"placard\",\"plafond\",\"plaisir\",\"planer\",\"plaque\",\"plastron\",\"plateau\",\"pleurer\",\"plexus\",\"pliage\",\"plomb\",\"plonger\",\"pluie\",\"plumage\",\"pochette\",\"poésie\",\"poète\",\"pointe\",\"poirier\",\"poisson\",\"poivre\",\"polaire\",\"policier\",\"pollen\",\"polygone\",\"pommade\",\"pompier\",\"ponctuel\",\"pondérer\",\"poney\",\"portique\",\"position\",\"posséder\",\"posture\",\"potager\",\"poteau\",\"potion\",\"pouce\",\"poulain\",\"poumon\",\"pourpre\",\"poussin\",\"pouvoir\",\"prairie\",\"pratique\",\"précieux\",\"prédire\",\"préfixe\",\"prélude\",\"prénom\",\"présence\",\"prétexte\",\"prévoir\",\"primitif\",\"prince\",\"prison\",\"priver\",\"problème\",\"procéder\",\"prodige\",\"profond\",\"progrès\",\"proie\",\"projeter\",\"prologue\",\"promener\",\"propre\",\"prospère\",\"protéger\",\"prouesse\",\"proverbe\",\"prudence\",\"pruneau\",\"psychose\",\"public\",\"puceron\",\"puiser\",\"pulpe\",\"pulsar\",\"punaise\",\"punitif\",\"pupitre\",\"purifier\",\"puzzle\",\"pyramide\",\"quasar\",\"querelle\",\"question\",\"quiétude\",\"quitter\",\"quotient\",\"racine\",\"raconter\",\"radieux\",\"ragondin\",\"raideur\",\"raisin\",\"ralentir\",\"rallonge\",\"ramasser\",\"rapide\",\"rasage\",\"ratisser\",\"ravager\",\"ravin\",\"rayonner\",\"réactif\",\"réagir\",\"réaliser\",\"réanimer\",\"recevoir\",\"réciter\",\"réclamer\",\"récolter\",\"recruter\",\"reculer\",\"recycler\",\"rédiger\",\"redouter\",\"refaire\",\"réflexe\",\"réformer\",\"refrain\",\"refuge\",\"régalien\",\"région\",\"réglage\",\"régulier\",\"réitérer\",\"rejeter\",\"rejouer\",\"relatif\",\"relever\",\"relief\",\"remarque\",\"remède\",\"remise\",\"remonter\",\"remplir\",\"remuer\",\"renard\",\"renfort\",\"renifler\",\"renoncer\",\"rentrer\",\"renvoi\",\"replier\",\"reporter\",\"reprise\",\"reptile\",\"requin\",\"réserve\",\"résineux\",\"résoudre\",\"respect\",\"rester\",\"résultat\",\"rétablir\",\"retenir\",\"réticule\",\"retomber\",\"retracer\",\"réunion\",\"réussir\",\"revanche\",\"revivre\",\"révolte\",\"révulsif\",\"richesse\",\"rideau\",\"rieur\",\"rigide\",\"rigoler\",\"rincer\",\"riposter\",\"risible\",\"risque\",\"rituel\",\"rival\",\"rivière\",\"rocheux\",\"romance\",\"rompre\",\"ronce\",\"rondin\",\"roseau\",\"rosier\",\"rotatif\",\"rotor\",\"rotule\",\"rouge\",\"rouille\",\"rouleau\",\"routine\",\"royaume\",\"ruban\",\"rubis\",\"ruche\",\"ruelle\",\"rugueux\",\"ruiner\",\"ruisseau\",\"ruser\",\"rustique\",\"rythme\",\"sabler\",\"saboter\",\"sabre\",\"sacoche\",\"safari\",\"sagesse\",\"saisir\",\"salade\",\"salive\",\"salon\",\"saluer\",\"samedi\",\"sanction\",\"sanglier\",\"sarcasme\",\"sardine\",\"saturer\",\"saugrenu\",\"saumon\",\"sauter\",\"sauvage\",\"savant\",\"savonner\",\"scalpel\",\"scandale\",\"scélérat\",\"scénario\",\"sceptre\",\"schéma\",\"science\",\"scinder\",\"score\",\"scrutin\",\"sculpter\",\"séance\",\"sécable\",\"sécher\",\"secouer\",\"sécréter\",\"sédatif\",\"séduire\",\"seigneur\",\"séjour\",\"sélectif\",\"semaine\",\"sembler\",\"semence\",\"séminal\",\"sénateur\",\"sensible\",\"sentence\",\"séparer\",\"séquence\",\"serein\",\"sergent\",\"sérieux\",\"serrure\",\"sérum\",\"service\",\"sésame\",\"sévir\",\"sevrage\",\"sextuple\",\"sidéral\",\"siècle\",\"siéger\",\"siffler\",\"sigle\",\"signal\",\"silence\",\"silicium\",\"simple\",\"sincère\",\"sinistre\",\"siphon\",\"sirop\",\"sismique\",\"situer\",\"skier\",\"social\",\"socle\",\"sodium\",\"soigneux\",\"soldat\",\"soleil\",\"solitude\",\"soluble\",\"sombre\",\"sommeil\",\"somnoler\",\"sonde\",\"songeur\",\"sonnette\",\"sonore\",\"sorcier\",\"sortir\",\"sosie\",\"sottise\",\"soucieux\",\"soudure\",\"souffle\",\"soulever\",\"soupape\",\"source\",\"soutirer\",\"souvenir\",\"spacieux\",\"spatial\",\"spécial\",\"sphère\",\"spiral\",\"stable\",\"station\",\"sternum\",\"stimulus\",\"stipuler\",\"strict\",\"studieux\",\"stupeur\",\"styliste\",\"sublime\",\"substrat\",\"subtil\",\"subvenir\",\"succès\",\"sucre\",\"suffixe\",\"suggérer\",\"suiveur\",\"sulfate\",\"superbe\",\"supplier\",\"surface\",\"suricate\",\"surmener\",\"surprise\",\"sursaut\",\"survie\",\"suspect\",\"syllabe\",\"symbole\",\"symétrie\",\"synapse\",\"syntaxe\",\"système\",\"tabac\",\"tablier\",\"tactile\",\"tailler\",\"talent\",\"talisman\",\"talonner\",\"tambour\",\"tamiser\",\"tangible\",\"tapis\",\"taquiner\",\"tarder\",\"tarif\",\"tartine\",\"tasse\",\"tatami\",\"tatouage\",\"taupe\",\"taureau\",\"taxer\",\"témoin\",\"temporel\",\"tenaille\",\"tendre\",\"teneur\",\"tenir\",\"tension\",\"terminer\",\"terne\",\"terrible\",\"tétine\",\"texte\",\"thème\",\"théorie\",\"thérapie\",\"thorax\",\"tibia\",\"tiède\",\"timide\",\"tirelire\",\"tiroir\",\"tissu\",\"titane\",\"titre\",\"tituber\",\"toboggan\",\"tolérant\",\"tomate\",\"tonique\",\"tonneau\",\"toponyme\",\"torche\",\"tordre\",\"tornade\",\"torpille\",\"torrent\",\"torse\",\"tortue\",\"totem\",\"toucher\",\"tournage\",\"tousser\",\"toxine\",\"traction\",\"trafic\",\"tragique\",\"trahir\",\"train\",\"trancher\",\"travail\",\"trèfle\",\"tremper\",\"trésor\",\"treuil\",\"triage\",\"tribunal\",\"tricoter\",\"trilogie\",\"triomphe\",\"tripler\",\"triturer\",\"trivial\",\"trombone\",\"tronc\",\"tropical\",\"troupeau\",\"tuile\",\"tulipe\",\"tumulte\",\"tunnel\",\"turbine\",\"tuteur\",\"tutoyer\",\"tuyau\",\"tympan\",\"typhon\",\"typique\",\"tyran\",\"ubuesque\",\"ultime\",\"ultrason\",\"unanime\",\"unifier\",\"union\",\"unique\",\"unitaire\",\"univers\",\"uranium\",\"urbain\",\"urticant\",\"usage\",\"usine\",\"usuel\",\"usure\",\"utile\",\"utopie\",\"vacarme\",\"vaccin\",\"vagabond\",\"vague\",\"vaillant\",\"vaincre\",\"vaisseau\",\"valable\",\"valise\",\"vallon\",\"valve\",\"vampire\",\"vanille\",\"vapeur\",\"varier\",\"vaseux\",\"vassal\",\"vaste\",\"vecteur\",\"vedette\",\"végétal\",\"véhicule\",\"veinard\",\"véloce\",\"vendredi\",\"vénérer\",\"venger\",\"venimeux\",\"ventouse\",\"verdure\",\"vérin\",\"vernir\",\"verrou\",\"verser\",\"vertu\",\"veston\",\"vétéran\",\"vétuste\",\"vexant\",\"vexer\",\"viaduc\",\"viande\",\"victoire\",\"vidange\",\"vidéo\",\"vignette\",\"vigueur\",\"vilain\",\"village\",\"vinaigre\",\"violon\",\"vipère\",\"virement\",\"virtuose\",\"virus\",\"visage\",\"viseur\",\"vision\",\"visqueux\",\"visuel\",\"vital\",\"vitesse\",\"viticole\",\"vitrine\",\"vivace\",\"vivipare\",\"vocation\",\"voguer\",\"voile\",\"voisin\",\"voiture\",\"volaille\",\"volcan\",\"voltiger\",\"volume\",\"vorace\",\"vortex\",\"voter\",\"vouloir\",\"voyage\",\"voyelle\",\"wagon\",\"xénon\",\"yacht\",\"zèbre\",\"zénith\",\"zeste\",\"zoologie\"]");
- return this
-}
+/***/ }),
+/* 390 */
+/*!*********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip39/src/wordlists/italian.json ***!
+ \*********************************************************************/
+/*! exports provided: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 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, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, default */
+/***/ (function(module) {
-Sha224.prototype._hash = function () {
- var H = Buffer.allocUnsafe(28)
+module.exports = JSON.parse("[\"abaco\",\"abbaglio\",\"abbinato\",\"abete\",\"abisso\",\"abolire\",\"abrasivo\",\"abrogato\",\"accadere\",\"accenno\",\"accusato\",\"acetone\",\"achille\",\"acido\",\"acqua\",\"acre\",\"acrilico\",\"acrobata\",\"acuto\",\"adagio\",\"addebito\",\"addome\",\"adeguato\",\"aderire\",\"adipe\",\"adottare\",\"adulare\",\"affabile\",\"affetto\",\"affisso\",\"affranto\",\"aforisma\",\"afoso\",\"africano\",\"agave\",\"agente\",\"agevole\",\"aggancio\",\"agire\",\"agitare\",\"agonismo\",\"agricolo\",\"agrumeto\",\"aguzzo\",\"alabarda\",\"alato\",\"albatro\",\"alberato\",\"albo\",\"albume\",\"alce\",\"alcolico\",\"alettone\",\"alfa\",\"algebra\",\"aliante\",\"alibi\",\"alimento\",\"allagato\",\"allegro\",\"allievo\",\"allodola\",\"allusivo\",\"almeno\",\"alogeno\",\"alpaca\",\"alpestre\",\"altalena\",\"alterno\",\"alticcio\",\"altrove\",\"alunno\",\"alveolo\",\"alzare\",\"amalgama\",\"amanita\",\"amarena\",\"ambito\",\"ambrato\",\"ameba\",\"america\",\"ametista\",\"amico\",\"ammasso\",\"ammenda\",\"ammirare\",\"ammonito\",\"amore\",\"ampio\",\"ampliare\",\"amuleto\",\"anacardo\",\"anagrafe\",\"analista\",\"anarchia\",\"anatra\",\"anca\",\"ancella\",\"ancora\",\"andare\",\"andrea\",\"anello\",\"angelo\",\"angolare\",\"angusto\",\"anima\",\"annegare\",\"annidato\",\"anno\",\"annuncio\",\"anonimo\",\"anticipo\",\"anzi\",\"apatico\",\"apertura\",\"apode\",\"apparire\",\"appetito\",\"appoggio\",\"approdo\",\"appunto\",\"aprile\",\"arabica\",\"arachide\",\"aragosta\",\"araldica\",\"arancio\",\"aratura\",\"arazzo\",\"arbitro\",\"archivio\",\"ardito\",\"arenile\",\"argento\",\"argine\",\"arguto\",\"aria\",\"armonia\",\"arnese\",\"arredato\",\"arringa\",\"arrosto\",\"arsenico\",\"arso\",\"artefice\",\"arzillo\",\"asciutto\",\"ascolto\",\"asepsi\",\"asettico\",\"asfalto\",\"asino\",\"asola\",\"aspirato\",\"aspro\",\"assaggio\",\"asse\",\"assoluto\",\"assurdo\",\"asta\",\"astenuto\",\"astice\",\"astratto\",\"atavico\",\"ateismo\",\"atomico\",\"atono\",\"attesa\",\"attivare\",\"attorno\",\"attrito\",\"attuale\",\"ausilio\",\"austria\",\"autista\",\"autonomo\",\"autunno\",\"avanzato\",\"avere\",\"avvenire\",\"avviso\",\"avvolgere\",\"azione\",\"azoto\",\"azzimo\",\"azzurro\",\"babele\",\"baccano\",\"bacino\",\"baco\",\"badessa\",\"badilata\",\"bagnato\",\"baita\",\"balcone\",\"baldo\",\"balena\",\"ballata\",\"balzano\",\"bambino\",\"bandire\",\"baraonda\",\"barbaro\",\"barca\",\"baritono\",\"barlume\",\"barocco\",\"basilico\",\"basso\",\"batosta\",\"battuto\",\"baule\",\"bava\",\"bavosa\",\"becco\",\"beffa\",\"belgio\",\"belva\",\"benda\",\"benevole\",\"benigno\",\"benzina\",\"bere\",\"berlina\",\"beta\",\"bibita\",\"bici\",\"bidone\",\"bifido\",\"biga\",\"bilancia\",\"bimbo\",\"binocolo\",\"biologo\",\"bipede\",\"bipolare\",\"birbante\",\"birra\",\"biscotto\",\"bisesto\",\"bisnonno\",\"bisonte\",\"bisturi\",\"bizzarro\",\"blando\",\"blatta\",\"bollito\",\"bonifico\",\"bordo\",\"bosco\",\"botanico\",\"bottino\",\"bozzolo\",\"braccio\",\"bradipo\",\"brama\",\"branca\",\"bravura\",\"bretella\",\"brevetto\",\"brezza\",\"briglia\",\"brillante\",\"brindare\",\"broccolo\",\"brodo\",\"bronzina\",\"brullo\",\"bruno\",\"bubbone\",\"buca\",\"budino\",\"buffone\",\"buio\",\"bulbo\",\"buono\",\"burlone\",\"burrasca\",\"bussola\",\"busta\",\"cadetto\",\"caduco\",\"calamaro\",\"calcolo\",\"calesse\",\"calibro\",\"calmo\",\"caloria\",\"cambusa\",\"camerata\",\"camicia\",\"cammino\",\"camola\",\"campale\",\"canapa\",\"candela\",\"cane\",\"canino\",\"canotto\",\"cantina\",\"capace\",\"capello\",\"capitolo\",\"capogiro\",\"cappero\",\"capra\",\"capsula\",\"carapace\",\"carcassa\",\"cardo\",\"carisma\",\"carovana\",\"carretto\",\"cartolina\",\"casaccio\",\"cascata\",\"caserma\",\"caso\",\"cassone\",\"castello\",\"casuale\",\"catasta\",\"catena\",\"catrame\",\"cauto\",\"cavillo\",\"cedibile\",\"cedrata\",\"cefalo\",\"celebre\",\"cellulare\",\"cena\",\"cenone\",\"centesimo\",\"ceramica\",\"cercare\",\"certo\",\"cerume\",\"cervello\",\"cesoia\",\"cespo\",\"ceto\",\"chela\",\"chiaro\",\"chicca\",\"chiedere\",\"chimera\",\"china\",\"chirurgo\",\"chitarra\",\"ciao\",\"ciclismo\",\"cifrare\",\"cigno\",\"cilindro\",\"ciottolo\",\"circa\",\"cirrosi\",\"citrico\",\"cittadino\",\"ciuffo\",\"civetta\",\"civile\",\"classico\",\"clinica\",\"cloro\",\"cocco\",\"codardo\",\"codice\",\"coerente\",\"cognome\",\"collare\",\"colmato\",\"colore\",\"colposo\",\"coltivato\",\"colza\",\"coma\",\"cometa\",\"commando\",\"comodo\",\"computer\",\"comune\",\"conciso\",\"condurre\",\"conferma\",\"congelare\",\"coniuge\",\"connesso\",\"conoscere\",\"consumo\",\"continuo\",\"convegno\",\"coperto\",\"copione\",\"coppia\",\"copricapo\",\"corazza\",\"cordata\",\"coricato\",\"cornice\",\"corolla\",\"corpo\",\"corredo\",\"corsia\",\"cortese\",\"cosmico\",\"costante\",\"cottura\",\"covato\",\"cratere\",\"cravatta\",\"creato\",\"credere\",\"cremoso\",\"crescita\",\"creta\",\"criceto\",\"crinale\",\"crisi\",\"critico\",\"croce\",\"cronaca\",\"crostata\",\"cruciale\",\"crusca\",\"cucire\",\"cuculo\",\"cugino\",\"cullato\",\"cupola\",\"curatore\",\"cursore\",\"curvo\",\"cuscino\",\"custode\",\"dado\",\"daino\",\"dalmata\",\"damerino\",\"daniela\",\"dannoso\",\"danzare\",\"datato\",\"davanti\",\"davvero\",\"debutto\",\"decennio\",\"deciso\",\"declino\",\"decollo\",\"decreto\",\"dedicato\",\"definito\",\"deforme\",\"degno\",\"delegare\",\"delfino\",\"delirio\",\"delta\",\"demenza\",\"denotato\",\"dentro\",\"deposito\",\"derapata\",\"derivare\",\"deroga\",\"descritto\",\"deserto\",\"desiderio\",\"desumere\",\"detersivo\",\"devoto\",\"diametro\",\"dicembre\",\"diedro\",\"difeso\",\"diffuso\",\"digerire\",\"digitale\",\"diluvio\",\"dinamico\",\"dinnanzi\",\"dipinto\",\"diploma\",\"dipolo\",\"diradare\",\"dire\",\"dirotto\",\"dirupo\",\"disagio\",\"discreto\",\"disfare\",\"disgelo\",\"disposto\",\"distanza\",\"disumano\",\"dito\",\"divano\",\"divelto\",\"dividere\",\"divorato\",\"doblone\",\"docente\",\"doganale\",\"dogma\",\"dolce\",\"domato\",\"domenica\",\"dominare\",\"dondolo\",\"dono\",\"dormire\",\"dote\",\"dottore\",\"dovuto\",\"dozzina\",\"drago\",\"druido\",\"dubbio\",\"dubitare\",\"ducale\",\"duna\",\"duomo\",\"duplice\",\"duraturo\",\"ebano\",\"eccesso\",\"ecco\",\"eclissi\",\"economia\",\"edera\",\"edicola\",\"edile\",\"editoria\",\"educare\",\"egemonia\",\"egli\",\"egoismo\",\"egregio\",\"elaborato\",\"elargire\",\"elegante\",\"elencato\",\"eletto\",\"elevare\",\"elfico\",\"elica\",\"elmo\",\"elsa\",\"eluso\",\"emanato\",\"emblema\",\"emesso\",\"emiro\",\"emotivo\",\"emozione\",\"empirico\",\"emulo\",\"endemico\",\"enduro\",\"energia\",\"enfasi\",\"enoteca\",\"entrare\",\"enzima\",\"epatite\",\"epilogo\",\"episodio\",\"epocale\",\"eppure\",\"equatore\",\"erario\",\"erba\",\"erboso\",\"erede\",\"eremita\",\"erigere\",\"ermetico\",\"eroe\",\"erosivo\",\"errante\",\"esagono\",\"esame\",\"esanime\",\"esaudire\",\"esca\",\"esempio\",\"esercito\",\"esibito\",\"esigente\",\"esistere\",\"esito\",\"esofago\",\"esortato\",\"esoso\",\"espanso\",\"espresso\",\"essenza\",\"esso\",\"esteso\",\"estimare\",\"estonia\",\"estroso\",\"esultare\",\"etilico\",\"etnico\",\"etrusco\",\"etto\",\"euclideo\",\"europa\",\"evaso\",\"evidenza\",\"evitato\",\"evoluto\",\"evviva\",\"fabbrica\",\"faccenda\",\"fachiro\",\"falco\",\"famiglia\",\"fanale\",\"fanfara\",\"fango\",\"fantasma\",\"fare\",\"farfalla\",\"farinoso\",\"farmaco\",\"fascia\",\"fastoso\",\"fasullo\",\"faticare\",\"fato\",\"favoloso\",\"febbre\",\"fecola\",\"fede\",\"fegato\",\"felpa\",\"feltro\",\"femmina\",\"fendere\",\"fenomeno\",\"fermento\",\"ferro\",\"fertile\",\"fessura\",\"festivo\",\"fetta\",\"feudo\",\"fiaba\",\"fiducia\",\"fifa\",\"figurato\",\"filo\",\"finanza\",\"finestra\",\"finire\",\"fiore\",\"fiscale\",\"fisico\",\"fiume\",\"flacone\",\"flamenco\",\"flebo\",\"flemma\",\"florido\",\"fluente\",\"fluoro\",\"fobico\",\"focaccia\",\"focoso\",\"foderato\",\"foglio\",\"folata\",\"folclore\",\"folgore\",\"fondente\",\"fonetico\",\"fonia\",\"fontana\",\"forbito\",\"forchetta\",\"foresta\",\"formica\",\"fornaio\",\"foro\",\"fortezza\",\"forzare\",\"fosfato\",\"fosso\",\"fracasso\",\"frana\",\"frassino\",\"fratello\",\"freccetta\",\"frenata\",\"fresco\",\"frigo\",\"frollino\",\"fronde\",\"frugale\",\"frutta\",\"fucilata\",\"fucsia\",\"fuggente\",\"fulmine\",\"fulvo\",\"fumante\",\"fumetto\",\"fumoso\",\"fune\",\"funzione\",\"fuoco\",\"furbo\",\"furgone\",\"furore\",\"fuso\",\"futile\",\"gabbiano\",\"gaffe\",\"galateo\",\"gallina\",\"galoppo\",\"gambero\",\"gamma\",\"garanzia\",\"garbo\",\"garofano\",\"garzone\",\"gasdotto\",\"gasolio\",\"gastrico\",\"gatto\",\"gaudio\",\"gazebo\",\"gazzella\",\"geco\",\"gelatina\",\"gelso\",\"gemello\",\"gemmato\",\"gene\",\"genitore\",\"gennaio\",\"genotipo\",\"gergo\",\"ghepardo\",\"ghiaccio\",\"ghisa\",\"giallo\",\"gilda\",\"ginepro\",\"giocare\",\"gioiello\",\"giorno\",\"giove\",\"girato\",\"girone\",\"gittata\",\"giudizio\",\"giurato\",\"giusto\",\"globulo\",\"glutine\",\"gnomo\",\"gobba\",\"golf\",\"gomito\",\"gommone\",\"gonfio\",\"gonna\",\"governo\",\"gracile\",\"grado\",\"grafico\",\"grammo\",\"grande\",\"grattare\",\"gravoso\",\"grazia\",\"greca\",\"gregge\",\"grifone\",\"grigio\",\"grinza\",\"grotta\",\"gruppo\",\"guadagno\",\"guaio\",\"guanto\",\"guardare\",\"gufo\",\"guidare\",\"ibernato\",\"icona\",\"identico\",\"idillio\",\"idolo\",\"idra\",\"idrico\",\"idrogeno\",\"igiene\",\"ignaro\",\"ignorato\",\"ilare\",\"illeso\",\"illogico\",\"illudere\",\"imballo\",\"imbevuto\",\"imbocco\",\"imbuto\",\"immane\",\"immerso\",\"immolato\",\"impacco\",\"impeto\",\"impiego\",\"importo\",\"impronta\",\"inalare\",\"inarcare\",\"inattivo\",\"incanto\",\"incendio\",\"inchino\",\"incisivo\",\"incluso\",\"incontro\",\"incrocio\",\"incubo\",\"indagine\",\"india\",\"indole\",\"inedito\",\"infatti\",\"infilare\",\"inflitto\",\"ingaggio\",\"ingegno\",\"inglese\",\"ingordo\",\"ingrosso\",\"innesco\",\"inodore\",\"inoltrare\",\"inondato\",\"insano\",\"insetto\",\"insieme\",\"insonnia\",\"insulina\",\"intasato\",\"intero\",\"intonaco\",\"intuito\",\"inumidire\",\"invalido\",\"invece\",\"invito\",\"iperbole\",\"ipnotico\",\"ipotesi\",\"ippica\",\"iride\",\"irlanda\",\"ironico\",\"irrigato\",\"irrorare\",\"isolato\",\"isotopo\",\"isterico\",\"istituto\",\"istrice\",\"italia\",\"iterare\",\"labbro\",\"labirinto\",\"lacca\",\"lacerato\",\"lacrima\",\"lacuna\",\"laddove\",\"lago\",\"lampo\",\"lancetta\",\"lanterna\",\"lardoso\",\"larga\",\"laringe\",\"lastra\",\"latenza\",\"latino\",\"lattuga\",\"lavagna\",\"lavoro\",\"legale\",\"leggero\",\"lembo\",\"lentezza\",\"lenza\",\"leone\",\"lepre\",\"lesivo\",\"lessato\",\"lesto\",\"letterale\",\"leva\",\"levigato\",\"libero\",\"lido\",\"lievito\",\"lilla\",\"limatura\",\"limitare\",\"limpido\",\"lineare\",\"lingua\",\"liquido\",\"lira\",\"lirica\",\"lisca\",\"lite\",\"litigio\",\"livrea\",\"locanda\",\"lode\",\"logica\",\"lombare\",\"londra\",\"longevo\",\"loquace\",\"lorenzo\",\"loto\",\"lotteria\",\"luce\",\"lucidato\",\"lumaca\",\"luminoso\",\"lungo\",\"lupo\",\"luppolo\",\"lusinga\",\"lusso\",\"lutto\",\"macabro\",\"macchina\",\"macero\",\"macinato\",\"madama\",\"magico\",\"maglia\",\"magnete\",\"magro\",\"maiolica\",\"malafede\",\"malgrado\",\"malinteso\",\"malsano\",\"malto\",\"malumore\",\"mana\",\"mancia\",\"mandorla\",\"mangiare\",\"manifesto\",\"mannaro\",\"manovra\",\"mansarda\",\"mantide\",\"manubrio\",\"mappa\",\"maratona\",\"marcire\",\"maretta\",\"marmo\",\"marsupio\",\"maschera\",\"massaia\",\"mastino\",\"materasso\",\"matricola\",\"mattone\",\"maturo\",\"mazurca\",\"meandro\",\"meccanico\",\"mecenate\",\"medesimo\",\"meditare\",\"mega\",\"melassa\",\"melis\",\"melodia\",\"meninge\",\"meno\",\"mensola\",\"mercurio\",\"merenda\",\"merlo\",\"meschino\",\"mese\",\"messere\",\"mestolo\",\"metallo\",\"metodo\",\"mettere\",\"miagolare\",\"mica\",\"micelio\",\"michele\",\"microbo\",\"midollo\",\"miele\",\"migliore\",\"milano\",\"milite\",\"mimosa\",\"minerale\",\"mini\",\"minore\",\"mirino\",\"mirtillo\",\"miscela\",\"missiva\",\"misto\",\"misurare\",\"mitezza\",\"mitigare\",\"mitra\",\"mittente\",\"mnemonico\",\"modello\",\"modifica\",\"modulo\",\"mogano\",\"mogio\",\"mole\",\"molosso\",\"monastero\",\"monco\",\"mondina\",\"monetario\",\"monile\",\"monotono\",\"monsone\",\"montato\",\"monviso\",\"mora\",\"mordere\",\"morsicato\",\"mostro\",\"motivato\",\"motosega\",\"motto\",\"movenza\",\"movimento\",\"mozzo\",\"mucca\",\"mucosa\",\"muffa\",\"mughetto\",\"mugnaio\",\"mulatto\",\"mulinello\",\"multiplo\",\"mummia\",\"munto\",\"muovere\",\"murale\",\"musa\",\"muscolo\",\"musica\",\"mutevole\",\"muto\",\"nababbo\",\"nafta\",\"nanometro\",\"narciso\",\"narice\",\"narrato\",\"nascere\",\"nastrare\",\"naturale\",\"nautica\",\"naviglio\",\"nebulosa\",\"necrosi\",\"negativo\",\"negozio\",\"nemmeno\",\"neofita\",\"neretto\",\"nervo\",\"nessuno\",\"nettuno\",\"neutrale\",\"neve\",\"nevrotico\",\"nicchia\",\"ninfa\",\"nitido\",\"nobile\",\"nocivo\",\"nodo\",\"nome\",\"nomina\",\"nordico\",\"normale\",\"norvegese\",\"nostrano\",\"notare\",\"notizia\",\"notturno\",\"novella\",\"nucleo\",\"nulla\",\"numero\",\"nuovo\",\"nutrire\",\"nuvola\",\"nuziale\",\"oasi\",\"obbedire\",\"obbligo\",\"obelisco\",\"oblio\",\"obolo\",\"obsoleto\",\"occasione\",\"occhio\",\"occidente\",\"occorrere\",\"occultare\",\"ocra\",\"oculato\",\"odierno\",\"odorare\",\"offerta\",\"offrire\",\"offuscato\",\"oggetto\",\"oggi\",\"ognuno\",\"olandese\",\"olfatto\",\"oliato\",\"oliva\",\"ologramma\",\"oltre\",\"omaggio\",\"ombelico\",\"ombra\",\"omega\",\"omissione\",\"ondoso\",\"onere\",\"onice\",\"onnivoro\",\"onorevole\",\"onta\",\"operato\",\"opinione\",\"opposto\",\"oracolo\",\"orafo\",\"ordine\",\"orecchino\",\"orefice\",\"orfano\",\"organico\",\"origine\",\"orizzonte\",\"orma\",\"ormeggio\",\"ornativo\",\"orologio\",\"orrendo\",\"orribile\",\"ortensia\",\"ortica\",\"orzata\",\"orzo\",\"osare\",\"oscurare\",\"osmosi\",\"ospedale\",\"ospite\",\"ossa\",\"ossidare\",\"ostacolo\",\"oste\",\"otite\",\"otre\",\"ottagono\",\"ottimo\",\"ottobre\",\"ovale\",\"ovest\",\"ovino\",\"oviparo\",\"ovocito\",\"ovunque\",\"ovviare\",\"ozio\",\"pacchetto\",\"pace\",\"pacifico\",\"padella\",\"padrone\",\"paese\",\"paga\",\"pagina\",\"palazzina\",\"palesare\",\"pallido\",\"palo\",\"palude\",\"pandoro\",\"pannello\",\"paolo\",\"paonazzo\",\"paprica\",\"parabola\",\"parcella\",\"parere\",\"pargolo\",\"pari\",\"parlato\",\"parola\",\"partire\",\"parvenza\",\"parziale\",\"passivo\",\"pasticca\",\"patacca\",\"patologia\",\"pattume\",\"pavone\",\"peccato\",\"pedalare\",\"pedonale\",\"peggio\",\"peloso\",\"penare\",\"pendice\",\"penisola\",\"pennuto\",\"penombra\",\"pensare\",\"pentola\",\"pepe\",\"pepita\",\"perbene\",\"percorso\",\"perdonato\",\"perforare\",\"pergamena\",\"periodo\",\"permesso\",\"perno\",\"perplesso\",\"persuaso\",\"pertugio\",\"pervaso\",\"pesatore\",\"pesista\",\"peso\",\"pestifero\",\"petalo\",\"pettine\",\"petulante\",\"pezzo\",\"piacere\",\"pianta\",\"piattino\",\"piccino\",\"picozza\",\"piega\",\"pietra\",\"piffero\",\"pigiama\",\"pigolio\",\"pigro\",\"pila\",\"pilifero\",\"pillola\",\"pilota\",\"pimpante\",\"pineta\",\"pinna\",\"pinolo\",\"pioggia\",\"piombo\",\"piramide\",\"piretico\",\"pirite\",\"pirolisi\",\"pitone\",\"pizzico\",\"placebo\",\"planare\",\"plasma\",\"platano\",\"plenario\",\"pochezza\",\"poderoso\",\"podismo\",\"poesia\",\"poggiare\",\"polenta\",\"poligono\",\"pollice\",\"polmonite\",\"polpetta\",\"polso\",\"poltrona\",\"polvere\",\"pomice\",\"pomodoro\",\"ponte\",\"popoloso\",\"porfido\",\"poroso\",\"porpora\",\"porre\",\"portata\",\"posa\",\"positivo\",\"possesso\",\"postulato\",\"potassio\",\"potere\",\"pranzo\",\"prassi\",\"pratica\",\"precluso\",\"predica\",\"prefisso\",\"pregiato\",\"prelievo\",\"premere\",\"prenotare\",\"preparato\",\"presenza\",\"pretesto\",\"prevalso\",\"prima\",\"principe\",\"privato\",\"problema\",\"procura\",\"produrre\",\"profumo\",\"progetto\",\"prolunga\",\"promessa\",\"pronome\",\"proposta\",\"proroga\",\"proteso\",\"prova\",\"prudente\",\"prugna\",\"prurito\",\"psiche\",\"pubblico\",\"pudica\",\"pugilato\",\"pugno\",\"pulce\",\"pulito\",\"pulsante\",\"puntare\",\"pupazzo\",\"pupilla\",\"puro\",\"quadro\",\"qualcosa\",\"quasi\",\"querela\",\"quota\",\"raccolto\",\"raddoppio\",\"radicale\",\"radunato\",\"raffica\",\"ragazzo\",\"ragione\",\"ragno\",\"ramarro\",\"ramingo\",\"ramo\",\"randagio\",\"rantolare\",\"rapato\",\"rapina\",\"rappreso\",\"rasatura\",\"raschiato\",\"rasente\",\"rassegna\",\"rastrello\",\"rata\",\"ravveduto\",\"reale\",\"recepire\",\"recinto\",\"recluta\",\"recondito\",\"recupero\",\"reddito\",\"redimere\",\"regalato\",\"registro\",\"regola\",\"regresso\",\"relazione\",\"remare\",\"remoto\",\"renna\",\"replica\",\"reprimere\",\"reputare\",\"resa\",\"residente\",\"responso\",\"restauro\",\"rete\",\"retina\",\"retorica\",\"rettifica\",\"revocato\",\"riassunto\",\"ribadire\",\"ribelle\",\"ribrezzo\",\"ricarica\",\"ricco\",\"ricevere\",\"riciclato\",\"ricordo\",\"ricreduto\",\"ridicolo\",\"ridurre\",\"rifasare\",\"riflesso\",\"riforma\",\"rifugio\",\"rigare\",\"rigettato\",\"righello\",\"rilassato\",\"rilevato\",\"rimanere\",\"rimbalzo\",\"rimedio\",\"rimorchio\",\"rinascita\",\"rincaro\",\"rinforzo\",\"rinnovo\",\"rinomato\",\"rinsavito\",\"rintocco\",\"rinuncia\",\"rinvenire\",\"riparato\",\"ripetuto\",\"ripieno\",\"riportare\",\"ripresa\",\"ripulire\",\"risata\",\"rischio\",\"riserva\",\"risibile\",\"riso\",\"rispetto\",\"ristoro\",\"risultato\",\"risvolto\",\"ritardo\",\"ritegno\",\"ritmico\",\"ritrovo\",\"riunione\",\"riva\",\"riverso\",\"rivincita\",\"rivolto\",\"rizoma\",\"roba\",\"robotico\",\"robusto\",\"roccia\",\"roco\",\"rodaggio\",\"rodere\",\"roditore\",\"rogito\",\"rollio\",\"romantico\",\"rompere\",\"ronzio\",\"rosolare\",\"rospo\",\"rotante\",\"rotondo\",\"rotula\",\"rovescio\",\"rubizzo\",\"rubrica\",\"ruga\",\"rullino\",\"rumine\",\"rumoroso\",\"ruolo\",\"rupe\",\"russare\",\"rustico\",\"sabato\",\"sabbiare\",\"sabotato\",\"sagoma\",\"salasso\",\"saldatura\",\"salgemma\",\"salivare\",\"salmone\",\"salone\",\"saltare\",\"saluto\",\"salvo\",\"sapere\",\"sapido\",\"saporito\",\"saraceno\",\"sarcasmo\",\"sarto\",\"sassoso\",\"satellite\",\"satira\",\"satollo\",\"saturno\",\"savana\",\"savio\",\"saziato\",\"sbadiglio\",\"sbalzo\",\"sbancato\",\"sbarra\",\"sbattere\",\"sbavare\",\"sbendare\",\"sbirciare\",\"sbloccato\",\"sbocciato\",\"sbrinare\",\"sbruffone\",\"sbuffare\",\"scabroso\",\"scadenza\",\"scala\",\"scambiare\",\"scandalo\",\"scapola\",\"scarso\",\"scatenare\",\"scavato\",\"scelto\",\"scenico\",\"scettro\",\"scheda\",\"schiena\",\"sciarpa\",\"scienza\",\"scindere\",\"scippo\",\"sciroppo\",\"scivolo\",\"sclerare\",\"scodella\",\"scolpito\",\"scomparto\",\"sconforto\",\"scoprire\",\"scorta\",\"scossone\",\"scozzese\",\"scriba\",\"scrollare\",\"scrutinio\",\"scuderia\",\"scultore\",\"scuola\",\"scuro\",\"scusare\",\"sdebitare\",\"sdoganare\",\"seccatura\",\"secondo\",\"sedano\",\"seggiola\",\"segnalato\",\"segregato\",\"seguito\",\"selciato\",\"selettivo\",\"sella\",\"selvaggio\",\"semaforo\",\"sembrare\",\"seme\",\"seminato\",\"sempre\",\"senso\",\"sentire\",\"sepolto\",\"sequenza\",\"serata\",\"serbato\",\"sereno\",\"serio\",\"serpente\",\"serraglio\",\"servire\",\"sestina\",\"setola\",\"settimana\",\"sfacelo\",\"sfaldare\",\"sfamato\",\"sfarzoso\",\"sfaticato\",\"sfera\",\"sfida\",\"sfilato\",\"sfinge\",\"sfocato\",\"sfoderare\",\"sfogo\",\"sfoltire\",\"sforzato\",\"sfratto\",\"sfruttato\",\"sfuggito\",\"sfumare\",\"sfuso\",\"sgabello\",\"sgarbato\",\"sgonfiare\",\"sgorbio\",\"sgrassato\",\"sguardo\",\"sibilo\",\"siccome\",\"sierra\",\"sigla\",\"signore\",\"silenzio\",\"sillaba\",\"simbolo\",\"simpatico\",\"simulato\",\"sinfonia\",\"singolo\",\"sinistro\",\"sino\",\"sintesi\",\"sinusoide\",\"sipario\",\"sisma\",\"sistole\",\"situato\",\"slitta\",\"slogatura\",\"sloveno\",\"smarrito\",\"smemorato\",\"smentito\",\"smeraldo\",\"smilzo\",\"smontare\",\"smottato\",\"smussato\",\"snellire\",\"snervato\",\"snodo\",\"sobbalzo\",\"sobrio\",\"soccorso\",\"sociale\",\"sodale\",\"soffitto\",\"sogno\",\"soldato\",\"solenne\",\"solido\",\"sollazzo\",\"solo\",\"solubile\",\"solvente\",\"somatico\",\"somma\",\"sonda\",\"sonetto\",\"sonnifero\",\"sopire\",\"soppeso\",\"sopra\",\"sorgere\",\"sorpasso\",\"sorriso\",\"sorso\",\"sorteggio\",\"sorvolato\",\"sospiro\",\"sosta\",\"sottile\",\"spada\",\"spalla\",\"spargere\",\"spatola\",\"spavento\",\"spazzola\",\"specie\",\"spedire\",\"spegnere\",\"spelatura\",\"speranza\",\"spessore\",\"spettrale\",\"spezzato\",\"spia\",\"spigoloso\",\"spillato\",\"spinoso\",\"spirale\",\"splendido\",\"sportivo\",\"sposo\",\"spranga\",\"sprecare\",\"spronato\",\"spruzzo\",\"spuntino\",\"squillo\",\"sradicare\",\"srotolato\",\"stabile\",\"stacco\",\"staffa\",\"stagnare\",\"stampato\",\"stantio\",\"starnuto\",\"stasera\",\"statuto\",\"stelo\",\"steppa\",\"sterzo\",\"stiletto\",\"stima\",\"stirpe\",\"stivale\",\"stizzoso\",\"stonato\",\"storico\",\"strappo\",\"stregato\",\"stridulo\",\"strozzare\",\"strutto\",\"stuccare\",\"stufo\",\"stupendo\",\"subentro\",\"succoso\",\"sudore\",\"suggerito\",\"sugo\",\"sultano\",\"suonare\",\"superbo\",\"supporto\",\"surgelato\",\"surrogato\",\"sussurro\",\"sutura\",\"svagare\",\"svedese\",\"sveglio\",\"svelare\",\"svenuto\",\"svezia\",\"sviluppo\",\"svista\",\"svizzera\",\"svolta\",\"svuotare\",\"tabacco\",\"tabulato\",\"tacciare\",\"taciturno\",\"tale\",\"talismano\",\"tampone\",\"tannino\",\"tara\",\"tardivo\",\"targato\",\"tariffa\",\"tarpare\",\"tartaruga\",\"tasto\",\"tattico\",\"taverna\",\"tavolata\",\"tazza\",\"teca\",\"tecnico\",\"telefono\",\"temerario\",\"tempo\",\"temuto\",\"tendone\",\"tenero\",\"tensione\",\"tentacolo\",\"teorema\",\"terme\",\"terrazzo\",\"terzetto\",\"tesi\",\"tesserato\",\"testato\",\"tetro\",\"tettoia\",\"tifare\",\"tigella\",\"timbro\",\"tinto\",\"tipico\",\"tipografo\",\"tiraggio\",\"tiro\",\"titanio\",\"titolo\",\"titubante\",\"tizio\",\"tizzone\",\"toccare\",\"tollerare\",\"tolto\",\"tombola\",\"tomo\",\"tonfo\",\"tonsilla\",\"topazio\",\"topologia\",\"toppa\",\"torba\",\"tornare\",\"torrone\",\"tortora\",\"toscano\",\"tossire\",\"tostatura\",\"totano\",\"trabocco\",\"trachea\",\"trafila\",\"tragedia\",\"tralcio\",\"tramonto\",\"transito\",\"trapano\",\"trarre\",\"trasloco\",\"trattato\",\"trave\",\"treccia\",\"tremolio\",\"trespolo\",\"tributo\",\"tricheco\",\"trifoglio\",\"trillo\",\"trincea\",\"trio\",\"tristezza\",\"triturato\",\"trivella\",\"tromba\",\"trono\",\"troppo\",\"trottola\",\"trovare\",\"truccato\",\"tubatura\",\"tuffato\",\"tulipano\",\"tumulto\",\"tunisia\",\"turbare\",\"turchino\",\"tuta\",\"tutela\",\"ubicato\",\"uccello\",\"uccisore\",\"udire\",\"uditivo\",\"uffa\",\"ufficio\",\"uguale\",\"ulisse\",\"ultimato\",\"umano\",\"umile\",\"umorismo\",\"uncinetto\",\"ungere\",\"ungherese\",\"unicorno\",\"unificato\",\"unisono\",\"unitario\",\"unte\",\"uovo\",\"upupa\",\"uragano\",\"urgenza\",\"urlo\",\"usanza\",\"usato\",\"uscito\",\"usignolo\",\"usuraio\",\"utensile\",\"utilizzo\",\"utopia\",\"vacante\",\"vaccinato\",\"vagabondo\",\"vagliato\",\"valanga\",\"valgo\",\"valico\",\"valletta\",\"valoroso\",\"valutare\",\"valvola\",\"vampata\",\"vangare\",\"vanitoso\",\"vano\",\"vantaggio\",\"vanvera\",\"vapore\",\"varano\",\"varcato\",\"variante\",\"vasca\",\"vedetta\",\"vedova\",\"veduto\",\"vegetale\",\"veicolo\",\"velcro\",\"velina\",\"velluto\",\"veloce\",\"venato\",\"vendemmia\",\"vento\",\"verace\",\"verbale\",\"vergogna\",\"verifica\",\"vero\",\"verruca\",\"verticale\",\"vescica\",\"vessillo\",\"vestale\",\"veterano\",\"vetrina\",\"vetusto\",\"viandante\",\"vibrante\",\"vicenda\",\"vichingo\",\"vicinanza\",\"vidimare\",\"vigilia\",\"vigneto\",\"vigore\",\"vile\",\"villano\",\"vimini\",\"vincitore\",\"viola\",\"vipera\",\"virgola\",\"virologo\",\"virulento\",\"viscoso\",\"visione\",\"vispo\",\"vissuto\",\"visura\",\"vita\",\"vitello\",\"vittima\",\"vivanda\",\"vivido\",\"viziare\",\"voce\",\"voga\",\"volatile\",\"volere\",\"volpe\",\"voragine\",\"vulcano\",\"zampogna\",\"zanna\",\"zappato\",\"zattera\",\"zavorra\",\"zefiro\",\"zelante\",\"zelo\",\"zenzero\",\"zerbino\",\"zibetto\",\"zinco\",\"zircone\",\"zitto\",\"zolla\",\"zotico\",\"zucchero\",\"zufolo\",\"zulu\",\"zuppa\"]");
- H.writeInt32BE(this._a, 0)
- H.writeInt32BE(this._b, 4)
- H.writeInt32BE(this._c, 8)
- H.writeInt32BE(this._d, 12)
- H.writeInt32BE(this._e, 16)
- H.writeInt32BE(this._f, 20)
- H.writeInt32BE(this._g, 24)
+/***/ }),
+/* 391 */
+/*!*********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip39/src/wordlists/spanish.json ***!
+ \*********************************************************************/
+/*! exports provided: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 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, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, default */
+/***/ (function(module) {
- return H
-}
+module.exports = JSON.parse("[\"ábaco\",\"abdomen\",\"abeja\",\"abierto\",\"abogado\",\"abono\",\"aborto\",\"abrazo\",\"abrir\",\"abuelo\",\"abuso\",\"acabar\",\"academia\",\"acceso\",\"acción\",\"aceite\",\"acelga\",\"acento\",\"aceptar\",\"ácido\",\"aclarar\",\"acné\",\"acoger\",\"acoso\",\"activo\",\"acto\",\"actriz\",\"actuar\",\"acudir\",\"acuerdo\",\"acusar\",\"adicto\",\"admitir\",\"adoptar\",\"adorno\",\"aduana\",\"adulto\",\"aéreo\",\"afectar\",\"afición\",\"afinar\",\"afirmar\",\"ágil\",\"agitar\",\"agonía\",\"agosto\",\"agotar\",\"agregar\",\"agrio\",\"agua\",\"agudo\",\"águila\",\"aguja\",\"ahogo\",\"ahorro\",\"aire\",\"aislar\",\"ajedrez\",\"ajeno\",\"ajuste\",\"alacrán\",\"alambre\",\"alarma\",\"alba\",\"álbum\",\"alcalde\",\"aldea\",\"alegre\",\"alejar\",\"alerta\",\"aleta\",\"alfiler\",\"alga\",\"algodón\",\"aliado\",\"aliento\",\"alivio\",\"alma\",\"almeja\",\"almíbar\",\"altar\",\"alteza\",\"altivo\",\"alto\",\"altura\",\"alumno\",\"alzar\",\"amable\",\"amante\",\"amapola\",\"amargo\",\"amasar\",\"ámbar\",\"ámbito\",\"ameno\",\"amigo\",\"amistad\",\"amor\",\"amparo\",\"amplio\",\"ancho\",\"anciano\",\"ancla\",\"andar\",\"andén\",\"anemia\",\"ángulo\",\"anillo\",\"ánimo\",\"anís\",\"anotar\",\"antena\",\"antiguo\",\"antojo\",\"anual\",\"anular\",\"anuncio\",\"añadir\",\"añejo\",\"año\",\"apagar\",\"aparato\",\"apetito\",\"apio\",\"aplicar\",\"apodo\",\"aporte\",\"apoyo\",\"aprender\",\"aprobar\",\"apuesta\",\"apuro\",\"arado\",\"araña\",\"arar\",\"árbitro\",\"árbol\",\"arbusto\",\"archivo\",\"arco\",\"arder\",\"ardilla\",\"arduo\",\"área\",\"árido\",\"aries\",\"armonía\",\"arnés\",\"aroma\",\"arpa\",\"arpón\",\"arreglo\",\"arroz\",\"arruga\",\"arte\",\"artista\",\"asa\",\"asado\",\"asalto\",\"ascenso\",\"asegurar\",\"aseo\",\"asesor\",\"asiento\",\"asilo\",\"asistir\",\"asno\",\"asombro\",\"áspero\",\"astilla\",\"astro\",\"astuto\",\"asumir\",\"asunto\",\"atajo\",\"ataque\",\"atar\",\"atento\",\"ateo\",\"ático\",\"atleta\",\"átomo\",\"atraer\",\"atroz\",\"atún\",\"audaz\",\"audio\",\"auge\",\"aula\",\"aumento\",\"ausente\",\"autor\",\"aval\",\"avance\",\"avaro\",\"ave\",\"avellana\",\"avena\",\"avestruz\",\"avión\",\"aviso\",\"ayer\",\"ayuda\",\"ayuno\",\"azafrán\",\"azar\",\"azote\",\"azúcar\",\"azufre\",\"azul\",\"baba\",\"babor\",\"bache\",\"bahía\",\"baile\",\"bajar\",\"balanza\",\"balcón\",\"balde\",\"bambú\",\"banco\",\"banda\",\"baño\",\"barba\",\"barco\",\"barniz\",\"barro\",\"báscula\",\"bastón\",\"basura\",\"batalla\",\"batería\",\"batir\",\"batuta\",\"baúl\",\"bazar\",\"bebé\",\"bebida\",\"bello\",\"besar\",\"beso\",\"bestia\",\"bicho\",\"bien\",\"bingo\",\"blanco\",\"bloque\",\"blusa\",\"boa\",\"bobina\",\"bobo\",\"boca\",\"bocina\",\"boda\",\"bodega\",\"boina\",\"bola\",\"bolero\",\"bolsa\",\"bomba\",\"bondad\",\"bonito\",\"bono\",\"bonsái\",\"borde\",\"borrar\",\"bosque\",\"bote\",\"botín\",\"bóveda\",\"bozal\",\"bravo\",\"brazo\",\"brecha\",\"breve\",\"brillo\",\"brinco\",\"brisa\",\"broca\",\"broma\",\"bronce\",\"brote\",\"bruja\",\"brusco\",\"bruto\",\"buceo\",\"bucle\",\"bueno\",\"buey\",\"bufanda\",\"bufón\",\"búho\",\"buitre\",\"bulto\",\"burbuja\",\"burla\",\"burro\",\"buscar\",\"butaca\",\"buzón\",\"caballo\",\"cabeza\",\"cabina\",\"cabra\",\"cacao\",\"cadáver\",\"cadena\",\"caer\",\"café\",\"caída\",\"caimán\",\"caja\",\"cajón\",\"cal\",\"calamar\",\"calcio\",\"caldo\",\"calidad\",\"calle\",\"calma\",\"calor\",\"calvo\",\"cama\",\"cambio\",\"camello\",\"camino\",\"campo\",\"cáncer\",\"candil\",\"canela\",\"canguro\",\"canica\",\"canto\",\"caña\",\"cañón\",\"caoba\",\"caos\",\"capaz\",\"capitán\",\"capote\",\"captar\",\"capucha\",\"cara\",\"carbón\",\"cárcel\",\"careta\",\"carga\",\"cariño\",\"carne\",\"carpeta\",\"carro\",\"carta\",\"casa\",\"casco\",\"casero\",\"caspa\",\"castor\",\"catorce\",\"catre\",\"caudal\",\"causa\",\"cazo\",\"cebolla\",\"ceder\",\"cedro\",\"celda\",\"célebre\",\"celoso\",\"célula\",\"cemento\",\"ceniza\",\"centro\",\"cerca\",\"cerdo\",\"cereza\",\"cero\",\"cerrar\",\"certeza\",\"césped\",\"cetro\",\"chacal\",\"chaleco\",\"champú\",\"chancla\",\"chapa\",\"charla\",\"chico\",\"chiste\",\"chivo\",\"choque\",\"choza\",\"chuleta\",\"chupar\",\"ciclón\",\"ciego\",\"cielo\",\"cien\",\"cierto\",\"cifra\",\"cigarro\",\"cima\",\"cinco\",\"cine\",\"cinta\",\"ciprés\",\"circo\",\"ciruela\",\"cisne\",\"cita\",\"ciudad\",\"clamor\",\"clan\",\"claro\",\"clase\",\"clave\",\"cliente\",\"clima\",\"clínica\",\"cobre\",\"cocción\",\"cochino\",\"cocina\",\"coco\",\"código\",\"codo\",\"cofre\",\"coger\",\"cohete\",\"cojín\",\"cojo\",\"cola\",\"colcha\",\"colegio\",\"colgar\",\"colina\",\"collar\",\"colmo\",\"columna\",\"combate\",\"comer\",\"comida\",\"cómodo\",\"compra\",\"conde\",\"conejo\",\"conga\",\"conocer\",\"consejo\",\"contar\",\"copa\",\"copia\",\"corazón\",\"corbata\",\"corcho\",\"cordón\",\"corona\",\"correr\",\"coser\",\"cosmos\",\"costa\",\"cráneo\",\"cráter\",\"crear\",\"crecer\",\"creído\",\"crema\",\"cría\",\"crimen\",\"cripta\",\"crisis\",\"cromo\",\"crónica\",\"croqueta\",\"crudo\",\"cruz\",\"cuadro\",\"cuarto\",\"cuatro\",\"cubo\",\"cubrir\",\"cuchara\",\"cuello\",\"cuento\",\"cuerda\",\"cuesta\",\"cueva\",\"cuidar\",\"culebra\",\"culpa\",\"culto\",\"cumbre\",\"cumplir\",\"cuna\",\"cuneta\",\"cuota\",\"cupón\",\"cúpula\",\"curar\",\"curioso\",\"curso\",\"curva\",\"cutis\",\"dama\",\"danza\",\"dar\",\"dardo\",\"dátil\",\"deber\",\"débil\",\"década\",\"decir\",\"dedo\",\"defensa\",\"definir\",\"dejar\",\"delfín\",\"delgado\",\"delito\",\"demora\",\"denso\",\"dental\",\"deporte\",\"derecho\",\"derrota\",\"desayuno\",\"deseo\",\"desfile\",\"desnudo\",\"destino\",\"desvío\",\"detalle\",\"detener\",\"deuda\",\"día\",\"diablo\",\"diadema\",\"diamante\",\"diana\",\"diario\",\"dibujo\",\"dictar\",\"diente\",\"dieta\",\"diez\",\"difícil\",\"digno\",\"dilema\",\"diluir\",\"dinero\",\"directo\",\"dirigir\",\"disco\",\"diseño\",\"disfraz\",\"diva\",\"divino\",\"doble\",\"doce\",\"dolor\",\"domingo\",\"don\",\"donar\",\"dorado\",\"dormir\",\"dorso\",\"dos\",\"dosis\",\"dragón\",\"droga\",\"ducha\",\"duda\",\"duelo\",\"dueño\",\"dulce\",\"dúo\",\"duque\",\"durar\",\"dureza\",\"duro\",\"ébano\",\"ebrio\",\"echar\",\"eco\",\"ecuador\",\"edad\",\"edición\",\"edificio\",\"editor\",\"educar\",\"efecto\",\"eficaz\",\"eje\",\"ejemplo\",\"elefante\",\"elegir\",\"elemento\",\"elevar\",\"elipse\",\"élite\",\"elixir\",\"elogio\",\"eludir\",\"embudo\",\"emitir\",\"emoción\",\"empate\",\"empeño\",\"empleo\",\"empresa\",\"enano\",\"encargo\",\"enchufe\",\"encía\",\"enemigo\",\"enero\",\"enfado\",\"enfermo\",\"engaño\",\"enigma\",\"enlace\",\"enorme\",\"enredo\",\"ensayo\",\"enseñar\",\"entero\",\"entrar\",\"envase\",\"envío\",\"época\",\"equipo\",\"erizo\",\"escala\",\"escena\",\"escolar\",\"escribir\",\"escudo\",\"esencia\",\"esfera\",\"esfuerzo\",\"espada\",\"espejo\",\"espía\",\"esposa\",\"espuma\",\"esquí\",\"estar\",\"este\",\"estilo\",\"estufa\",\"etapa\",\"eterno\",\"ética\",\"etnia\",\"evadir\",\"evaluar\",\"evento\",\"evitar\",\"exacto\",\"examen\",\"exceso\",\"excusa\",\"exento\",\"exigir\",\"exilio\",\"existir\",\"éxito\",\"experto\",\"explicar\",\"exponer\",\"extremo\",\"fábrica\",\"fábula\",\"fachada\",\"fácil\",\"factor\",\"faena\",\"faja\",\"falda\",\"fallo\",\"falso\",\"faltar\",\"fama\",\"familia\",\"famoso\",\"faraón\",\"farmacia\",\"farol\",\"farsa\",\"fase\",\"fatiga\",\"fauna\",\"favor\",\"fax\",\"febrero\",\"fecha\",\"feliz\",\"feo\",\"feria\",\"feroz\",\"fértil\",\"fervor\",\"festín\",\"fiable\",\"fianza\",\"fiar\",\"fibra\",\"ficción\",\"ficha\",\"fideo\",\"fiebre\",\"fiel\",\"fiera\",\"fiesta\",\"figura\",\"fijar\",\"fijo\",\"fila\",\"filete\",\"filial\",\"filtro\",\"fin\",\"finca\",\"fingir\",\"finito\",\"firma\",\"flaco\",\"flauta\",\"flecha\",\"flor\",\"flota\",\"fluir\",\"flujo\",\"flúor\",\"fobia\",\"foca\",\"fogata\",\"fogón\",\"folio\",\"folleto\",\"fondo\",\"forma\",\"forro\",\"fortuna\",\"forzar\",\"fosa\",\"foto\",\"fracaso\",\"frágil\",\"franja\",\"frase\",\"fraude\",\"freír\",\"freno\",\"fresa\",\"frío\",\"frito\",\"fruta\",\"fuego\",\"fuente\",\"fuerza\",\"fuga\",\"fumar\",\"función\",\"funda\",\"furgón\",\"furia\",\"fusil\",\"fútbol\",\"futuro\",\"gacela\",\"gafas\",\"gaita\",\"gajo\",\"gala\",\"galería\",\"gallo\",\"gamba\",\"ganar\",\"gancho\",\"ganga\",\"ganso\",\"garaje\",\"garza\",\"gasolina\",\"gastar\",\"gato\",\"gavilán\",\"gemelo\",\"gemir\",\"gen\",\"género\",\"genio\",\"gente\",\"geranio\",\"gerente\",\"germen\",\"gesto\",\"gigante\",\"gimnasio\",\"girar\",\"giro\",\"glaciar\",\"globo\",\"gloria\",\"gol\",\"golfo\",\"goloso\",\"golpe\",\"goma\",\"gordo\",\"gorila\",\"gorra\",\"gota\",\"goteo\",\"gozar\",\"grada\",\"gráfico\",\"grano\",\"grasa\",\"gratis\",\"grave\",\"grieta\",\"grillo\",\"gripe\",\"gris\",\"grito\",\"grosor\",\"grúa\",\"grueso\",\"grumo\",\"grupo\",\"guante\",\"guapo\",\"guardia\",\"guerra\",\"guía\",\"guiño\",\"guion\",\"guiso\",\"guitarra\",\"gusano\",\"gustar\",\"haber\",\"hábil\",\"hablar\",\"hacer\",\"hacha\",\"hada\",\"hallar\",\"hamaca\",\"harina\",\"haz\",\"hazaña\",\"hebilla\",\"hebra\",\"hecho\",\"helado\",\"helio\",\"hembra\",\"herir\",\"hermano\",\"héroe\",\"hervir\",\"hielo\",\"hierro\",\"hígado\",\"higiene\",\"hijo\",\"himno\",\"historia\",\"hocico\",\"hogar\",\"hoguera\",\"hoja\",\"hombre\",\"hongo\",\"honor\",\"honra\",\"hora\",\"hormiga\",\"horno\",\"hostil\",\"hoyo\",\"hueco\",\"huelga\",\"huerta\",\"hueso\",\"huevo\",\"huida\",\"huir\",\"humano\",\"húmedo\",\"humilde\",\"humo\",\"hundir\",\"huracán\",\"hurto\",\"icono\",\"ideal\",\"idioma\",\"ídolo\",\"iglesia\",\"iglú\",\"igual\",\"ilegal\",\"ilusión\",\"imagen\",\"imán\",\"imitar\",\"impar\",\"imperio\",\"imponer\",\"impulso\",\"incapaz\",\"índice\",\"inerte\",\"infiel\",\"informe\",\"ingenio\",\"inicio\",\"inmenso\",\"inmune\",\"innato\",\"insecto\",\"instante\",\"interés\",\"íntimo\",\"intuir\",\"inútil\",\"invierno\",\"ira\",\"iris\",\"ironía\",\"isla\",\"islote\",\"jabalí\",\"jabón\",\"jamón\",\"jarabe\",\"jardín\",\"jarra\",\"jaula\",\"jazmín\",\"jefe\",\"jeringa\",\"jinete\",\"jornada\",\"joroba\",\"joven\",\"joya\",\"juerga\",\"jueves\",\"juez\",\"jugador\",\"jugo\",\"juguete\",\"juicio\",\"junco\",\"jungla\",\"junio\",\"juntar\",\"júpiter\",\"jurar\",\"justo\",\"juvenil\",\"juzgar\",\"kilo\",\"koala\",\"labio\",\"lacio\",\"lacra\",\"lado\",\"ladrón\",\"lagarto\",\"lágrima\",\"laguna\",\"laico\",\"lamer\",\"lámina\",\"lámpara\",\"lana\",\"lancha\",\"langosta\",\"lanza\",\"lápiz\",\"largo\",\"larva\",\"lástima\",\"lata\",\"látex\",\"latir\",\"laurel\",\"lavar\",\"lazo\",\"leal\",\"lección\",\"leche\",\"lector\",\"leer\",\"legión\",\"legumbre\",\"lejano\",\"lengua\",\"lento\",\"leña\",\"león\",\"leopardo\",\"lesión\",\"letal\",\"letra\",\"leve\",\"leyenda\",\"libertad\",\"libro\",\"licor\",\"líder\",\"lidiar\",\"lienzo\",\"liga\",\"ligero\",\"lima\",\"límite\",\"limón\",\"limpio\",\"lince\",\"lindo\",\"línea\",\"lingote\",\"lino\",\"linterna\",\"líquido\",\"liso\",\"lista\",\"litera\",\"litio\",\"litro\",\"llaga\",\"llama\",\"llanto\",\"llave\",\"llegar\",\"llenar\",\"llevar\",\"llorar\",\"llover\",\"lluvia\",\"lobo\",\"loción\",\"loco\",\"locura\",\"lógica\",\"logro\",\"lombriz\",\"lomo\",\"lonja\",\"lote\",\"lucha\",\"lucir\",\"lugar\",\"lujo\",\"luna\",\"lunes\",\"lupa\",\"lustro\",\"luto\",\"luz\",\"maceta\",\"macho\",\"madera\",\"madre\",\"maduro\",\"maestro\",\"mafia\",\"magia\",\"mago\",\"maíz\",\"maldad\",\"maleta\",\"malla\",\"malo\",\"mamá\",\"mambo\",\"mamut\",\"manco\",\"mando\",\"manejar\",\"manga\",\"maniquí\",\"manjar\",\"mano\",\"manso\",\"manta\",\"mañana\",\"mapa\",\"máquina\",\"mar\",\"marco\",\"marea\",\"marfil\",\"margen\",\"marido\",\"mármol\",\"marrón\",\"martes\",\"marzo\",\"masa\",\"máscara\",\"masivo\",\"matar\",\"materia\",\"matiz\",\"matriz\",\"máximo\",\"mayor\",\"mazorca\",\"mecha\",\"medalla\",\"medio\",\"médula\",\"mejilla\",\"mejor\",\"melena\",\"melón\",\"memoria\",\"menor\",\"mensaje\",\"mente\",\"menú\",\"mercado\",\"merengue\",\"mérito\",\"mes\",\"mesón\",\"meta\",\"meter\",\"método\",\"metro\",\"mezcla\",\"miedo\",\"miel\",\"miembro\",\"miga\",\"mil\",\"milagro\",\"militar\",\"millón\",\"mimo\",\"mina\",\"minero\",\"mínimo\",\"minuto\",\"miope\",\"mirar\",\"misa\",\"miseria\",\"misil\",\"mismo\",\"mitad\",\"mito\",\"mochila\",\"moción\",\"moda\",\"modelo\",\"moho\",\"mojar\",\"molde\",\"moler\",\"molino\",\"momento\",\"momia\",\"monarca\",\"moneda\",\"monja\",\"monto\",\"moño\",\"morada\",\"morder\",\"moreno\",\"morir\",\"morro\",\"morsa\",\"mortal\",\"mosca\",\"mostrar\",\"motivo\",\"mover\",\"móvil\",\"mozo\",\"mucho\",\"mudar\",\"mueble\",\"muela\",\"muerte\",\"muestra\",\"mugre\",\"mujer\",\"mula\",\"muleta\",\"multa\",\"mundo\",\"muñeca\",\"mural\",\"muro\",\"músculo\",\"museo\",\"musgo\",\"música\",\"muslo\",\"nácar\",\"nación\",\"nadar\",\"naipe\",\"naranja\",\"nariz\",\"narrar\",\"nasal\",\"natal\",\"nativo\",\"natural\",\"náusea\",\"naval\",\"nave\",\"navidad\",\"necio\",\"néctar\",\"negar\",\"negocio\",\"negro\",\"neón\",\"nervio\",\"neto\",\"neutro\",\"nevar\",\"nevera\",\"nicho\",\"nido\",\"niebla\",\"nieto\",\"niñez\",\"niño\",\"nítido\",\"nivel\",\"nobleza\",\"noche\",\"nómina\",\"noria\",\"norma\",\"norte\",\"nota\",\"noticia\",\"novato\",\"novela\",\"novio\",\"nube\",\"nuca\",\"núcleo\",\"nudillo\",\"nudo\",\"nuera\",\"nueve\",\"nuez\",\"nulo\",\"número\",\"nutria\",\"oasis\",\"obeso\",\"obispo\",\"objeto\",\"obra\",\"obrero\",\"observar\",\"obtener\",\"obvio\",\"oca\",\"ocaso\",\"océano\",\"ochenta\",\"ocho\",\"ocio\",\"ocre\",\"octavo\",\"octubre\",\"oculto\",\"ocupar\",\"ocurrir\",\"odiar\",\"odio\",\"odisea\",\"oeste\",\"ofensa\",\"oferta\",\"oficio\",\"ofrecer\",\"ogro\",\"oído\",\"oír\",\"ojo\",\"ola\",\"oleada\",\"olfato\",\"olivo\",\"olla\",\"olmo\",\"olor\",\"olvido\",\"ombligo\",\"onda\",\"onza\",\"opaco\",\"opción\",\"ópera\",\"opinar\",\"oponer\",\"optar\",\"óptica\",\"opuesto\",\"oración\",\"orador\",\"oral\",\"órbita\",\"orca\",\"orden\",\"oreja\",\"órgano\",\"orgía\",\"orgullo\",\"oriente\",\"origen\",\"orilla\",\"oro\",\"orquesta\",\"oruga\",\"osadía\",\"oscuro\",\"osezno\",\"oso\",\"ostra\",\"otoño\",\"otro\",\"oveja\",\"óvulo\",\"óxido\",\"oxígeno\",\"oyente\",\"ozono\",\"pacto\",\"padre\",\"paella\",\"página\",\"pago\",\"país\",\"pájaro\",\"palabra\",\"palco\",\"paleta\",\"pálido\",\"palma\",\"paloma\",\"palpar\",\"pan\",\"panal\",\"pánico\",\"pantera\",\"pañuelo\",\"papá\",\"papel\",\"papilla\",\"paquete\",\"parar\",\"parcela\",\"pared\",\"parir\",\"paro\",\"párpado\",\"parque\",\"párrafo\",\"parte\",\"pasar\",\"paseo\",\"pasión\",\"paso\",\"pasta\",\"pata\",\"patio\",\"patria\",\"pausa\",\"pauta\",\"pavo\",\"payaso\",\"peatón\",\"pecado\",\"pecera\",\"pecho\",\"pedal\",\"pedir\",\"pegar\",\"peine\",\"pelar\",\"peldaño\",\"pelea\",\"peligro\",\"pellejo\",\"pelo\",\"peluca\",\"pena\",\"pensar\",\"peñón\",\"peón\",\"peor\",\"pepino\",\"pequeño\",\"pera\",\"percha\",\"perder\",\"pereza\",\"perfil\",\"perico\",\"perla\",\"permiso\",\"perro\",\"persona\",\"pesa\",\"pesca\",\"pésimo\",\"pestaña\",\"pétalo\",\"petróleo\",\"pez\",\"pezuña\",\"picar\",\"pichón\",\"pie\",\"piedra\",\"pierna\",\"pieza\",\"pijama\",\"pilar\",\"piloto\",\"pimienta\",\"pino\",\"pintor\",\"pinza\",\"piña\",\"piojo\",\"pipa\",\"pirata\",\"pisar\",\"piscina\",\"piso\",\"pista\",\"pitón\",\"pizca\",\"placa\",\"plan\",\"plata\",\"playa\",\"plaza\",\"pleito\",\"pleno\",\"plomo\",\"pluma\",\"plural\",\"pobre\",\"poco\",\"poder\",\"podio\",\"poema\",\"poesía\",\"poeta\",\"polen\",\"policía\",\"pollo\",\"polvo\",\"pomada\",\"pomelo\",\"pomo\",\"pompa\",\"poner\",\"porción\",\"portal\",\"posada\",\"poseer\",\"posible\",\"poste\",\"potencia\",\"potro\",\"pozo\",\"prado\",\"precoz\",\"pregunta\",\"premio\",\"prensa\",\"preso\",\"previo\",\"primo\",\"príncipe\",\"prisión\",\"privar\",\"proa\",\"probar\",\"proceso\",\"producto\",\"proeza\",\"profesor\",\"programa\",\"prole\",\"promesa\",\"pronto\",\"propio\",\"próximo\",\"prueba\",\"público\",\"puchero\",\"pudor\",\"pueblo\",\"puerta\",\"puesto\",\"pulga\",\"pulir\",\"pulmón\",\"pulpo\",\"pulso\",\"puma\",\"punto\",\"puñal\",\"puño\",\"pupa\",\"pupila\",\"puré\",\"quedar\",\"queja\",\"quemar\",\"querer\",\"queso\",\"quieto\",\"química\",\"quince\",\"quitar\",\"rábano\",\"rabia\",\"rabo\",\"ración\",\"radical\",\"raíz\",\"rama\",\"rampa\",\"rancho\",\"rango\",\"rapaz\",\"rápido\",\"rapto\",\"rasgo\",\"raspa\",\"rato\",\"rayo\",\"raza\",\"razón\",\"reacción\",\"realidad\",\"rebaño\",\"rebote\",\"recaer\",\"receta\",\"rechazo\",\"recoger\",\"recreo\",\"recto\",\"recurso\",\"red\",\"redondo\",\"reducir\",\"reflejo\",\"reforma\",\"refrán\",\"refugio\",\"regalo\",\"regir\",\"regla\",\"regreso\",\"rehén\",\"reino\",\"reír\",\"reja\",\"relato\",\"relevo\",\"relieve\",\"relleno\",\"reloj\",\"remar\",\"remedio\",\"remo\",\"rencor\",\"rendir\",\"renta\",\"reparto\",\"repetir\",\"reposo\",\"reptil\",\"res\",\"rescate\",\"resina\",\"respeto\",\"resto\",\"resumen\",\"retiro\",\"retorno\",\"retrato\",\"reunir\",\"revés\",\"revista\",\"rey\",\"rezar\",\"rico\",\"riego\",\"rienda\",\"riesgo\",\"rifa\",\"rígido\",\"rigor\",\"rincón\",\"riñón\",\"río\",\"riqueza\",\"risa\",\"ritmo\",\"rito\",\"rizo\",\"roble\",\"roce\",\"rociar\",\"rodar\",\"rodeo\",\"rodilla\",\"roer\",\"rojizo\",\"rojo\",\"romero\",\"romper\",\"ron\",\"ronco\",\"ronda\",\"ropa\",\"ropero\",\"rosa\",\"rosca\",\"rostro\",\"rotar\",\"rubí\",\"rubor\",\"rudo\",\"rueda\",\"rugir\",\"ruido\",\"ruina\",\"ruleta\",\"rulo\",\"rumbo\",\"rumor\",\"ruptura\",\"ruta\",\"rutina\",\"sábado\",\"saber\",\"sabio\",\"sable\",\"sacar\",\"sagaz\",\"sagrado\",\"sala\",\"saldo\",\"salero\",\"salir\",\"salmón\",\"salón\",\"salsa\",\"salto\",\"salud\",\"salvar\",\"samba\",\"sanción\",\"sandía\",\"sanear\",\"sangre\",\"sanidad\",\"sano\",\"santo\",\"sapo\",\"saque\",\"sardina\",\"sartén\",\"sastre\",\"satán\",\"sauna\",\"saxofón\",\"sección\",\"seco\",\"secreto\",\"secta\",\"sed\",\"seguir\",\"seis\",\"sello\",\"selva\",\"semana\",\"semilla\",\"senda\",\"sensor\",\"señal\",\"señor\",\"separar\",\"sepia\",\"sequía\",\"ser\",\"serie\",\"sermón\",\"servir\",\"sesenta\",\"sesión\",\"seta\",\"setenta\",\"severo\",\"sexo\",\"sexto\",\"sidra\",\"siesta\",\"siete\",\"siglo\",\"signo\",\"sílaba\",\"silbar\",\"silencio\",\"silla\",\"símbolo\",\"simio\",\"sirena\",\"sistema\",\"sitio\",\"situar\",\"sobre\",\"socio\",\"sodio\",\"sol\",\"solapa\",\"soldado\",\"soledad\",\"sólido\",\"soltar\",\"solución\",\"sombra\",\"sondeo\",\"sonido\",\"sonoro\",\"sonrisa\",\"sopa\",\"soplar\",\"soporte\",\"sordo\",\"sorpresa\",\"sorteo\",\"sostén\",\"sótano\",\"suave\",\"subir\",\"suceso\",\"sudor\",\"suegra\",\"suelo\",\"sueño\",\"suerte\",\"sufrir\",\"sujeto\",\"sultán\",\"sumar\",\"superar\",\"suplir\",\"suponer\",\"supremo\",\"sur\",\"surco\",\"sureño\",\"surgir\",\"susto\",\"sutil\",\"tabaco\",\"tabique\",\"tabla\",\"tabú\",\"taco\",\"tacto\",\"tajo\",\"talar\",\"talco\",\"talento\",\"talla\",\"talón\",\"tamaño\",\"tambor\",\"tango\",\"tanque\",\"tapa\",\"tapete\",\"tapia\",\"tapón\",\"taquilla\",\"tarde\",\"tarea\",\"tarifa\",\"tarjeta\",\"tarot\",\"tarro\",\"tarta\",\"tatuaje\",\"tauro\",\"taza\",\"tazón\",\"teatro\",\"techo\",\"tecla\",\"técnica\",\"tejado\",\"tejer\",\"tejido\",\"tela\",\"teléfono\",\"tema\",\"temor\",\"templo\",\"tenaz\",\"tender\",\"tener\",\"tenis\",\"tenso\",\"teoría\",\"terapia\",\"terco\",\"término\",\"ternura\",\"terror\",\"tesis\",\"tesoro\",\"testigo\",\"tetera\",\"texto\",\"tez\",\"tibio\",\"tiburón\",\"tiempo\",\"tienda\",\"tierra\",\"tieso\",\"tigre\",\"tijera\",\"tilde\",\"timbre\",\"tímido\",\"timo\",\"tinta\",\"tío\",\"típico\",\"tipo\",\"tira\",\"tirón\",\"titán\",\"títere\",\"título\",\"tiza\",\"toalla\",\"tobillo\",\"tocar\",\"tocino\",\"todo\",\"toga\",\"toldo\",\"tomar\",\"tono\",\"tonto\",\"topar\",\"tope\",\"toque\",\"tórax\",\"torero\",\"tormenta\",\"torneo\",\"toro\",\"torpedo\",\"torre\",\"torso\",\"tortuga\",\"tos\",\"tosco\",\"toser\",\"tóxico\",\"trabajo\",\"tractor\",\"traer\",\"tráfico\",\"trago\",\"traje\",\"tramo\",\"trance\",\"trato\",\"trauma\",\"trazar\",\"trébol\",\"tregua\",\"treinta\",\"tren\",\"trepar\",\"tres\",\"tribu\",\"trigo\",\"tripa\",\"triste\",\"triunfo\",\"trofeo\",\"trompa\",\"tronco\",\"tropa\",\"trote\",\"trozo\",\"truco\",\"trueno\",\"trufa\",\"tubería\",\"tubo\",\"tuerto\",\"tumba\",\"tumor\",\"túnel\",\"túnica\",\"turbina\",\"turismo\",\"turno\",\"tutor\",\"ubicar\",\"úlcera\",\"umbral\",\"unidad\",\"unir\",\"universo\",\"uno\",\"untar\",\"uña\",\"urbano\",\"urbe\",\"urgente\",\"urna\",\"usar\",\"usuario\",\"útil\",\"utopía\",\"uva\",\"vaca\",\"vacío\",\"vacuna\",\"vagar\",\"vago\",\"vaina\",\"vajilla\",\"vale\",\"válido\",\"valle\",\"valor\",\"válvula\",\"vampiro\",\"vara\",\"variar\",\"varón\",\"vaso\",\"vecino\",\"vector\",\"vehículo\",\"veinte\",\"vejez\",\"vela\",\"velero\",\"veloz\",\"vena\",\"vencer\",\"venda\",\"veneno\",\"vengar\",\"venir\",\"venta\",\"venus\",\"ver\",\"verano\",\"verbo\",\"verde\",\"vereda\",\"verja\",\"verso\",\"verter\",\"vía\",\"viaje\",\"vibrar\",\"vicio\",\"víctima\",\"vida\",\"vídeo\",\"vidrio\",\"viejo\",\"viernes\",\"vigor\",\"vil\",\"villa\",\"vinagre\",\"vino\",\"viñedo\",\"violín\",\"viral\",\"virgo\",\"virtud\",\"visor\",\"víspera\",\"vista\",\"vitamina\",\"viudo\",\"vivaz\",\"vivero\",\"vivir\",\"vivo\",\"volcán\",\"volumen\",\"volver\",\"voraz\",\"votar\",\"voto\",\"voz\",\"vuelo\",\"vulgar\",\"yacer\",\"yate\",\"yegua\",\"yema\",\"yerno\",\"yeso\",\"yodo\",\"yoga\",\"yogur\",\"zafiro\",\"zanja\",\"zapato\",\"zarza\",\"zona\",\"zorro\",\"zumo\",\"zurdo\"]");
-module.exports = Sha224
+/***/ }),
+/* 392 */
+/*!**********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip39/src/wordlists/japanese.json ***!
+ \**********************************************************************/
+/*! exports provided: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 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, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, default */
+/***/ (function(module) {
+module.exports = JSON.parse("[\"あいこくしん\",\"あいさつ\",\"あいだ\",\"あおぞら\",\"あかちゃん\",\"あきる\",\"あけがた\",\"あける\",\"あこがれる\",\"あさい\",\"あさひ\",\"あしあと\",\"あじわう\",\"あずかる\",\"あずき\",\"あそぶ\",\"あたえる\",\"あたためる\",\"あたりまえ\",\"あたる\",\"あつい\",\"あつかう\",\"あっしゅく\",\"あつまり\",\"あつめる\",\"あてな\",\"あてはまる\",\"あひる\",\"あぶら\",\"あぶる\",\"あふれる\",\"あまい\",\"あまど\",\"あまやかす\",\"あまり\",\"あみもの\",\"あめりか\",\"あやまる\",\"あゆむ\",\"あらいぐま\",\"あらし\",\"あらすじ\",\"あらためる\",\"あらゆる\",\"あらわす\",\"ありがとう\",\"あわせる\",\"あわてる\",\"あんい\",\"あんがい\",\"あんこ\",\"あんぜん\",\"あんてい\",\"あんない\",\"あんまり\",\"いいだす\",\"いおん\",\"いがい\",\"いがく\",\"いきおい\",\"いきなり\",\"いきもの\",\"いきる\",\"いくじ\",\"いくぶん\",\"いけばな\",\"いけん\",\"いこう\",\"いこく\",\"いこつ\",\"いさましい\",\"いさん\",\"いしき\",\"いじゅう\",\"いじょう\",\"いじわる\",\"いずみ\",\"いずれ\",\"いせい\",\"いせえび\",\"いせかい\",\"いせき\",\"いぜん\",\"いそうろう\",\"いそがしい\",\"いだい\",\"いだく\",\"いたずら\",\"いたみ\",\"いたりあ\",\"いちおう\",\"いちじ\",\"いちど\",\"いちば\",\"いちぶ\",\"いちりゅう\",\"いつか\",\"いっしゅん\",\"いっせい\",\"いっそう\",\"いったん\",\"いっち\",\"いってい\",\"いっぽう\",\"いてざ\",\"いてん\",\"いどう\",\"いとこ\",\"いない\",\"いなか\",\"いねむり\",\"いのち\",\"いのる\",\"いはつ\",\"いばる\",\"いはん\",\"いびき\",\"いひん\",\"いふく\",\"いへん\",\"いほう\",\"いみん\",\"いもうと\",\"いもたれ\",\"いもり\",\"いやがる\",\"いやす\",\"いよかん\",\"いよく\",\"いらい\",\"いらすと\",\"いりぐち\",\"いりょう\",\"いれい\",\"いれもの\",\"いれる\",\"いろえんぴつ\",\"いわい\",\"いわう\",\"いわかん\",\"いわば\",\"いわゆる\",\"いんげんまめ\",\"いんさつ\",\"いんしょう\",\"いんよう\",\"うえき\",\"うえる\",\"うおざ\",\"うがい\",\"うかぶ\",\"うかべる\",\"うきわ\",\"うくらいな\",\"うくれれ\",\"うけたまわる\",\"うけつけ\",\"うけとる\",\"うけもつ\",\"うける\",\"うごかす\",\"うごく\",\"うこん\",\"うさぎ\",\"うしなう\",\"うしろがみ\",\"うすい\",\"うすぎ\",\"うすぐらい\",\"うすめる\",\"うせつ\",\"うちあわせ\",\"うちがわ\",\"うちき\",\"うちゅう\",\"うっかり\",\"うつくしい\",\"うったえる\",\"うつる\",\"うどん\",\"うなぎ\",\"うなじ\",\"うなずく\",\"うなる\",\"うねる\",\"うのう\",\"うぶげ\",\"うぶごえ\",\"うまれる\",\"うめる\",\"うもう\",\"うやまう\",\"うよく\",\"うらがえす\",\"うらぐち\",\"うらない\",\"うりあげ\",\"うりきれ\",\"うるさい\",\"うれしい\",\"うれゆき\",\"うれる\",\"うろこ\",\"うわき\",\"うわさ\",\"うんこう\",\"うんちん\",\"うんてん\",\"うんどう\",\"えいえん\",\"えいが\",\"えいきょう\",\"えいご\",\"えいせい\",\"えいぶん\",\"えいよう\",\"えいわ\",\"えおり\",\"えがお\",\"えがく\",\"えきたい\",\"えくせる\",\"えしゃく\",\"えすて\",\"えつらん\",\"えのぐ\",\"えほうまき\",\"えほん\",\"えまき\",\"えもじ\",\"えもの\",\"えらい\",\"えらぶ\",\"えりあ\",\"えんえん\",\"えんかい\",\"えんぎ\",\"えんげき\",\"えんしゅう\",\"えんぜつ\",\"えんそく\",\"えんちょう\",\"えんとつ\",\"おいかける\",\"おいこす\",\"おいしい\",\"おいつく\",\"おうえん\",\"おうさま\",\"おうじ\",\"おうせつ\",\"おうたい\",\"おうふく\",\"おうべい\",\"おうよう\",\"おえる\",\"おおい\",\"おおう\",\"おおどおり\",\"おおや\",\"おおよそ\",\"おかえり\",\"おかず\",\"おがむ\",\"おかわり\",\"おぎなう\",\"おきる\",\"おくさま\",\"おくじょう\",\"おくりがな\",\"おくる\",\"おくれる\",\"おこす\",\"おこなう\",\"おこる\",\"おさえる\",\"おさない\",\"おさめる\",\"おしいれ\",\"おしえる\",\"おじぎ\",\"おじさん\",\"おしゃれ\",\"おそらく\",\"おそわる\",\"おたがい\",\"おたく\",\"おだやか\",\"おちつく\",\"おっと\",\"おつり\",\"おでかけ\",\"おとしもの\",\"おとなしい\",\"おどり\",\"おどろかす\",\"おばさん\",\"おまいり\",\"おめでとう\",\"おもいで\",\"おもう\",\"おもたい\",\"おもちゃ\",\"おやつ\",\"おやゆび\",\"およぼす\",\"おらんだ\",\"おろす\",\"おんがく\",\"おんけい\",\"おんしゃ\",\"おんせん\",\"おんだん\",\"おんちゅう\",\"おんどけい\",\"かあつ\",\"かいが\",\"がいき\",\"がいけん\",\"がいこう\",\"かいさつ\",\"かいしゃ\",\"かいすいよく\",\"かいぜん\",\"かいぞうど\",\"かいつう\",\"かいてん\",\"かいとう\",\"かいふく\",\"がいへき\",\"かいほう\",\"かいよう\",\"がいらい\",\"かいわ\",\"かえる\",\"かおり\",\"かかえる\",\"かがく\",\"かがし\",\"かがみ\",\"かくご\",\"かくとく\",\"かざる\",\"がぞう\",\"かたい\",\"かたち\",\"がちょう\",\"がっきゅう\",\"がっこう\",\"がっさん\",\"がっしょう\",\"かなざわし\",\"かのう\",\"がはく\",\"かぶか\",\"かほう\",\"かほご\",\"かまう\",\"かまぼこ\",\"かめれおん\",\"かゆい\",\"かようび\",\"からい\",\"かるい\",\"かろう\",\"かわく\",\"かわら\",\"がんか\",\"かんけい\",\"かんこう\",\"かんしゃ\",\"かんそう\",\"かんたん\",\"かんち\",\"がんばる\",\"きあい\",\"きあつ\",\"きいろ\",\"ぎいん\",\"きうい\",\"きうん\",\"きえる\",\"きおう\",\"きおく\",\"きおち\",\"きおん\",\"きかい\",\"きかく\",\"きかんしゃ\",\"ききて\",\"きくばり\",\"きくらげ\",\"きけんせい\",\"きこう\",\"きこえる\",\"きこく\",\"きさい\",\"きさく\",\"きさま\",\"きさらぎ\",\"ぎじかがく\",\"ぎしき\",\"ぎじたいけん\",\"ぎじにってい\",\"ぎじゅつしゃ\",\"きすう\",\"きせい\",\"きせき\",\"きせつ\",\"きそう\",\"きぞく\",\"きぞん\",\"きたえる\",\"きちょう\",\"きつえん\",\"ぎっちり\",\"きつつき\",\"きつね\",\"きてい\",\"きどう\",\"きどく\",\"きない\",\"きなが\",\"きなこ\",\"きぬごし\",\"きねん\",\"きのう\",\"きのした\",\"きはく\",\"きびしい\",\"きひん\",\"きふく\",\"きぶん\",\"きぼう\",\"きほん\",\"きまる\",\"きみつ\",\"きむずかしい\",\"きめる\",\"きもだめし\",\"きもち\",\"きもの\",\"きゃく\",\"きやく\",\"ぎゅうにく\",\"きよう\",\"きょうりゅう\",\"きらい\",\"きらく\",\"きりん\",\"きれい\",\"きれつ\",\"きろく\",\"ぎろん\",\"きわめる\",\"ぎんいろ\",\"きんかくじ\",\"きんじょ\",\"きんようび\",\"ぐあい\",\"くいず\",\"くうかん\",\"くうき\",\"くうぐん\",\"くうこう\",\"ぐうせい\",\"くうそう\",\"ぐうたら\",\"くうふく\",\"くうぼ\",\"くかん\",\"くきょう\",\"くげん\",\"ぐこう\",\"くさい\",\"くさき\",\"くさばな\",\"くさる\",\"くしゃみ\",\"くしょう\",\"くすのき\",\"くすりゆび\",\"くせげ\",\"くせん\",\"ぐたいてき\",\"くださる\",\"くたびれる\",\"くちこみ\",\"くちさき\",\"くつした\",\"ぐっすり\",\"くつろぐ\",\"くとうてん\",\"くどく\",\"くなん\",\"くねくね\",\"くのう\",\"くふう\",\"くみあわせ\",\"くみたてる\",\"くめる\",\"くやくしょ\",\"くらす\",\"くらべる\",\"くるま\",\"くれる\",\"くろう\",\"くわしい\",\"ぐんかん\",\"ぐんしょく\",\"ぐんたい\",\"ぐんて\",\"けあな\",\"けいかく\",\"けいけん\",\"けいこ\",\"けいさつ\",\"げいじゅつ\",\"けいたい\",\"げいのうじん\",\"けいれき\",\"けいろ\",\"けおとす\",\"けおりもの\",\"げきか\",\"げきげん\",\"げきだん\",\"げきちん\",\"げきとつ\",\"げきは\",\"げきやく\",\"げこう\",\"げこくじょう\",\"げざい\",\"けさき\",\"げざん\",\"けしき\",\"けしごむ\",\"けしょう\",\"げすと\",\"けたば\",\"けちゃっぷ\",\"けちらす\",\"けつあつ\",\"けつい\",\"けつえき\",\"けっこん\",\"けつじょ\",\"けっせき\",\"けってい\",\"けつまつ\",\"げつようび\",\"げつれい\",\"けつろん\",\"げどく\",\"けとばす\",\"けとる\",\"けなげ\",\"けなす\",\"けなみ\",\"けぬき\",\"げねつ\",\"けねん\",\"けはい\",\"げひん\",\"けぶかい\",\"げぼく\",\"けまり\",\"けみかる\",\"けむし\",\"けむり\",\"けもの\",\"けらい\",\"けろけろ\",\"けわしい\",\"けんい\",\"けんえつ\",\"けんお\",\"けんか\",\"げんき\",\"けんげん\",\"けんこう\",\"けんさく\",\"けんしゅう\",\"けんすう\",\"げんそう\",\"けんちく\",\"けんてい\",\"けんとう\",\"けんない\",\"けんにん\",\"げんぶつ\",\"けんま\",\"けんみん\",\"けんめい\",\"けんらん\",\"けんり\",\"こあくま\",\"こいぬ\",\"こいびと\",\"ごうい\",\"こうえん\",\"こうおん\",\"こうかん\",\"ごうきゅう\",\"ごうけい\",\"こうこう\",\"こうさい\",\"こうじ\",\"こうすい\",\"ごうせい\",\"こうそく\",\"こうたい\",\"こうちゃ\",\"こうつう\",\"こうてい\",\"こうどう\",\"こうない\",\"こうはい\",\"ごうほう\",\"ごうまん\",\"こうもく\",\"こうりつ\",\"こえる\",\"こおり\",\"ごかい\",\"ごがつ\",\"ごかん\",\"こくご\",\"こくさい\",\"こくとう\",\"こくない\",\"こくはく\",\"こぐま\",\"こけい\",\"こける\",\"ここのか\",\"こころ\",\"こさめ\",\"こしつ\",\"こすう\",\"こせい\",\"こせき\",\"こぜん\",\"こそだて\",\"こたい\",\"こたえる\",\"こたつ\",\"こちょう\",\"こっか\",\"こつこつ\",\"こつばん\",\"こつぶ\",\"こてい\",\"こてん\",\"ことがら\",\"ことし\",\"ことば\",\"ことり\",\"こなごな\",\"こねこね\",\"このまま\",\"このみ\",\"このよ\",\"ごはん\",\"こひつじ\",\"こふう\",\"こふん\",\"こぼれる\",\"ごまあぶら\",\"こまかい\",\"ごますり\",\"こまつな\",\"こまる\",\"こむぎこ\",\"こもじ\",\"こもち\",\"こもの\",\"こもん\",\"こやく\",\"こやま\",\"こゆう\",\"こゆび\",\"こよい\",\"こよう\",\"こりる\",\"これくしょん\",\"ころっけ\",\"こわもて\",\"こわれる\",\"こんいん\",\"こんかい\",\"こんき\",\"こんしゅう\",\"こんすい\",\"こんだて\",\"こんとん\",\"こんなん\",\"こんびに\",\"こんぽん\",\"こんまけ\",\"こんや\",\"こんれい\",\"こんわく\",\"ざいえき\",\"さいかい\",\"さいきん\",\"ざいげん\",\"ざいこ\",\"さいしょ\",\"さいせい\",\"ざいたく\",\"ざいちゅう\",\"さいてき\",\"ざいりょう\",\"さうな\",\"さかいし\",\"さがす\",\"さかな\",\"さかみち\",\"さがる\",\"さぎょう\",\"さくし\",\"さくひん\",\"さくら\",\"さこく\",\"さこつ\",\"さずかる\",\"ざせき\",\"さたん\",\"さつえい\",\"ざつおん\",\"ざっか\",\"ざつがく\",\"さっきょく\",\"ざっし\",\"さつじん\",\"ざっそう\",\"さつたば\",\"さつまいも\",\"さてい\",\"さといも\",\"さとう\",\"さとおや\",\"さとし\",\"さとる\",\"さのう\",\"さばく\",\"さびしい\",\"さべつ\",\"さほう\",\"さほど\",\"さます\",\"さみしい\",\"さみだれ\",\"さむけ\",\"さめる\",\"さやえんどう\",\"さゆう\",\"さよう\",\"さよく\",\"さらだ\",\"ざるそば\",\"さわやか\",\"さわる\",\"さんいん\",\"さんか\",\"さんきゃく\",\"さんこう\",\"さんさい\",\"ざんしょ\",\"さんすう\",\"さんせい\",\"さんそ\",\"さんち\",\"さんま\",\"さんみ\",\"さんらん\",\"しあい\",\"しあげ\",\"しあさって\",\"しあわせ\",\"しいく\",\"しいん\",\"しうち\",\"しえい\",\"しおけ\",\"しかい\",\"しかく\",\"じかん\",\"しごと\",\"しすう\",\"じだい\",\"したうけ\",\"したぎ\",\"したて\",\"したみ\",\"しちょう\",\"しちりん\",\"しっかり\",\"しつじ\",\"しつもん\",\"してい\",\"してき\",\"してつ\",\"じてん\",\"じどう\",\"しなぎれ\",\"しなもの\",\"しなん\",\"しねま\",\"しねん\",\"しのぐ\",\"しのぶ\",\"しはい\",\"しばかり\",\"しはつ\",\"しはらい\",\"しはん\",\"しひょう\",\"しふく\",\"じぶん\",\"しへい\",\"しほう\",\"しほん\",\"しまう\",\"しまる\",\"しみん\",\"しむける\",\"じむしょ\",\"しめい\",\"しめる\",\"しもん\",\"しゃいん\",\"しゃうん\",\"しゃおん\",\"じゃがいも\",\"しやくしょ\",\"しゃくほう\",\"しゃけん\",\"しゃこ\",\"しゃざい\",\"しゃしん\",\"しゃせん\",\"しゃそう\",\"しゃたい\",\"しゃちょう\",\"しゃっきん\",\"じゃま\",\"しゃりん\",\"しゃれい\",\"じゆう\",\"じゅうしょ\",\"しゅくはく\",\"じゅしん\",\"しゅっせき\",\"しゅみ\",\"しゅらば\",\"じゅんばん\",\"しょうかい\",\"しょくたく\",\"しょっけん\",\"しょどう\",\"しょもつ\",\"しらせる\",\"しらべる\",\"しんか\",\"しんこう\",\"じんじゃ\",\"しんせいじ\",\"しんちく\",\"しんりん\",\"すあげ\",\"すあし\",\"すあな\",\"ずあん\",\"すいえい\",\"すいか\",\"すいとう\",\"ずいぶん\",\"すいようび\",\"すうがく\",\"すうじつ\",\"すうせん\",\"すおどり\",\"すきま\",\"すくう\",\"すくない\",\"すける\",\"すごい\",\"すこし\",\"ずさん\",\"すずしい\",\"すすむ\",\"すすめる\",\"すっかり\",\"ずっしり\",\"ずっと\",\"すてき\",\"すてる\",\"すねる\",\"すのこ\",\"すはだ\",\"すばらしい\",\"ずひょう\",\"ずぶぬれ\",\"すぶり\",\"すふれ\",\"すべて\",\"すべる\",\"ずほう\",\"すぼん\",\"すまい\",\"すめし\",\"すもう\",\"すやき\",\"すらすら\",\"するめ\",\"すれちがう\",\"すろっと\",\"すわる\",\"すんぜん\",\"すんぽう\",\"せあぶら\",\"せいかつ\",\"せいげん\",\"せいじ\",\"せいよう\",\"せおう\",\"せかいかん\",\"せきにん\",\"せきむ\",\"せきゆ\",\"せきらんうん\",\"せけん\",\"せこう\",\"せすじ\",\"せたい\",\"せたけ\",\"せっかく\",\"せっきゃく\",\"ぜっく\",\"せっけん\",\"せっこつ\",\"せっさたくま\",\"せつぞく\",\"せつだん\",\"せつでん\",\"せっぱん\",\"せつび\",\"せつぶん\",\"せつめい\",\"せつりつ\",\"せなか\",\"せのび\",\"せはば\",\"せびろ\",\"せぼね\",\"せまい\",\"せまる\",\"せめる\",\"せもたれ\",\"せりふ\",\"ぜんあく\",\"せんい\",\"せんえい\",\"せんか\",\"せんきょ\",\"せんく\",\"せんげん\",\"ぜんご\",\"せんさい\",\"せんしゅ\",\"せんすい\",\"せんせい\",\"せんぞ\",\"せんたく\",\"せんちょう\",\"せんてい\",\"せんとう\",\"せんぬき\",\"せんねん\",\"せんぱい\",\"ぜんぶ\",\"ぜんぽう\",\"せんむ\",\"せんめんじょ\",\"せんもん\",\"せんやく\",\"せんゆう\",\"せんよう\",\"ぜんら\",\"ぜんりゃく\",\"せんれい\",\"せんろ\",\"そあく\",\"そいとげる\",\"そいね\",\"そうがんきょう\",\"そうき\",\"そうご\",\"そうしん\",\"そうだん\",\"そうなん\",\"そうび\",\"そうめん\",\"そうり\",\"そえもの\",\"そえん\",\"そがい\",\"そげき\",\"そこう\",\"そこそこ\",\"そざい\",\"そしな\",\"そせい\",\"そせん\",\"そそぐ\",\"そだてる\",\"そつう\",\"そつえん\",\"そっかん\",\"そつぎょう\",\"そっけつ\",\"そっこう\",\"そっせん\",\"そっと\",\"そとがわ\",\"そとづら\",\"そなえる\",\"そなた\",\"そふぼ\",\"そぼく\",\"そぼろ\",\"そまつ\",\"そまる\",\"そむく\",\"そむりえ\",\"そめる\",\"そもそも\",\"そよかぜ\",\"そらまめ\",\"そろう\",\"そんかい\",\"そんけい\",\"そんざい\",\"そんしつ\",\"そんぞく\",\"そんちょう\",\"ぞんび\",\"ぞんぶん\",\"そんみん\",\"たあい\",\"たいいん\",\"たいうん\",\"たいえき\",\"たいおう\",\"だいがく\",\"たいき\",\"たいぐう\",\"たいけん\",\"たいこ\",\"たいざい\",\"だいじょうぶ\",\"だいすき\",\"たいせつ\",\"たいそう\",\"だいたい\",\"たいちょう\",\"たいてい\",\"だいどころ\",\"たいない\",\"たいねつ\",\"たいのう\",\"たいはん\",\"だいひょう\",\"たいふう\",\"たいへん\",\"たいほ\",\"たいまつばな\",\"たいみんぐ\",\"たいむ\",\"たいめん\",\"たいやき\",\"たいよう\",\"たいら\",\"たいりょく\",\"たいる\",\"たいわん\",\"たうえ\",\"たえる\",\"たおす\",\"たおる\",\"たおれる\",\"たかい\",\"たかね\",\"たきび\",\"たくさん\",\"たこく\",\"たこやき\",\"たさい\",\"たしざん\",\"だじゃれ\",\"たすける\",\"たずさわる\",\"たそがれ\",\"たたかう\",\"たたく\",\"ただしい\",\"たたみ\",\"たちばな\",\"だっかい\",\"だっきゃく\",\"だっこ\",\"だっしゅつ\",\"だったい\",\"たてる\",\"たとえる\",\"たなばた\",\"たにん\",\"たぬき\",\"たのしみ\",\"たはつ\",\"たぶん\",\"たべる\",\"たぼう\",\"たまご\",\"たまる\",\"だむる\",\"ためいき\",\"ためす\",\"ためる\",\"たもつ\",\"たやすい\",\"たよる\",\"たらす\",\"たりきほんがん\",\"たりょう\",\"たりる\",\"たると\",\"たれる\",\"たれんと\",\"たろっと\",\"たわむれる\",\"だんあつ\",\"たんい\",\"たんおん\",\"たんか\",\"たんき\",\"たんけん\",\"たんご\",\"たんさん\",\"たんじょうび\",\"だんせい\",\"たんそく\",\"たんたい\",\"だんち\",\"たんてい\",\"たんとう\",\"だんな\",\"たんにん\",\"だんねつ\",\"たんのう\",\"たんぴん\",\"だんぼう\",\"たんまつ\",\"たんめい\",\"だんれつ\",\"だんろ\",\"だんわ\",\"ちあい\",\"ちあん\",\"ちいき\",\"ちいさい\",\"ちえん\",\"ちかい\",\"ちから\",\"ちきゅう\",\"ちきん\",\"ちけいず\",\"ちけん\",\"ちこく\",\"ちさい\",\"ちしき\",\"ちしりょう\",\"ちせい\",\"ちそう\",\"ちたい\",\"ちたん\",\"ちちおや\",\"ちつじょ\",\"ちてき\",\"ちてん\",\"ちぬき\",\"ちぬり\",\"ちのう\",\"ちひょう\",\"ちへいせん\",\"ちほう\",\"ちまた\",\"ちみつ\",\"ちみどろ\",\"ちめいど\",\"ちゃんこなべ\",\"ちゅうい\",\"ちゆりょく\",\"ちょうし\",\"ちょさくけん\",\"ちらし\",\"ちらみ\",\"ちりがみ\",\"ちりょう\",\"ちるど\",\"ちわわ\",\"ちんたい\",\"ちんもく\",\"ついか\",\"ついたち\",\"つうか\",\"つうじょう\",\"つうはん\",\"つうわ\",\"つかう\",\"つかれる\",\"つくね\",\"つくる\",\"つけね\",\"つける\",\"つごう\",\"つたえる\",\"つづく\",\"つつじ\",\"つつむ\",\"つとめる\",\"つながる\",\"つなみ\",\"つねづね\",\"つのる\",\"つぶす\",\"つまらない\",\"つまる\",\"つみき\",\"つめたい\",\"つもり\",\"つもる\",\"つよい\",\"つるぼ\",\"つるみく\",\"つわもの\",\"つわり\",\"てあし\",\"てあて\",\"てあみ\",\"ていおん\",\"ていか\",\"ていき\",\"ていけい\",\"ていこく\",\"ていさつ\",\"ていし\",\"ていせい\",\"ていたい\",\"ていど\",\"ていねい\",\"ていひょう\",\"ていへん\",\"ていぼう\",\"てうち\",\"ておくれ\",\"てきとう\",\"てくび\",\"でこぼこ\",\"てさぎょう\",\"てさげ\",\"てすり\",\"てそう\",\"てちがい\",\"てちょう\",\"てつがく\",\"てつづき\",\"でっぱ\",\"てつぼう\",\"てつや\",\"でぬかえ\",\"てぬき\",\"てぬぐい\",\"てのひら\",\"てはい\",\"てぶくろ\",\"てふだ\",\"てほどき\",\"てほん\",\"てまえ\",\"てまきずし\",\"てみじか\",\"てみやげ\",\"てらす\",\"てれび\",\"てわけ\",\"てわたし\",\"でんあつ\",\"てんいん\",\"てんかい\",\"てんき\",\"てんぐ\",\"てんけん\",\"てんごく\",\"てんさい\",\"てんし\",\"てんすう\",\"でんち\",\"てんてき\",\"てんとう\",\"てんない\",\"てんぷら\",\"てんぼうだい\",\"てんめつ\",\"てんらんかい\",\"でんりょく\",\"でんわ\",\"どあい\",\"といれ\",\"どうかん\",\"とうきゅう\",\"どうぐ\",\"とうし\",\"とうむぎ\",\"とおい\",\"とおか\",\"とおく\",\"とおす\",\"とおる\",\"とかい\",\"とかす\",\"ときおり\",\"ときどき\",\"とくい\",\"とくしゅう\",\"とくてん\",\"とくに\",\"とくべつ\",\"とけい\",\"とける\",\"とこや\",\"とさか\",\"としょかん\",\"とそう\",\"とたん\",\"とちゅう\",\"とっきゅう\",\"とっくん\",\"とつぜん\",\"とつにゅう\",\"とどける\",\"ととのえる\",\"とない\",\"となえる\",\"となり\",\"とのさま\",\"とばす\",\"どぶがわ\",\"とほう\",\"とまる\",\"とめる\",\"ともだち\",\"ともる\",\"どようび\",\"とらえる\",\"とんかつ\",\"どんぶり\",\"ないかく\",\"ないこう\",\"ないしょ\",\"ないす\",\"ないせん\",\"ないそう\",\"なおす\",\"ながい\",\"なくす\",\"なげる\",\"なこうど\",\"なさけ\",\"なたでここ\",\"なっとう\",\"なつやすみ\",\"ななおし\",\"なにごと\",\"なにもの\",\"なにわ\",\"なのか\",\"なふだ\",\"なまいき\",\"なまえ\",\"なまみ\",\"なみだ\",\"なめらか\",\"なめる\",\"なやむ\",\"ならう\",\"ならび\",\"ならぶ\",\"なれる\",\"なわとび\",\"なわばり\",\"にあう\",\"にいがた\",\"にうけ\",\"におい\",\"にかい\",\"にがて\",\"にきび\",\"にくしみ\",\"にくまん\",\"にげる\",\"にさんかたんそ\",\"にしき\",\"にせもの\",\"にちじょう\",\"にちようび\",\"にっか\",\"にっき\",\"にっけい\",\"にっこう\",\"にっさん\",\"にっしょく\",\"にっすう\",\"にっせき\",\"にってい\",\"になう\",\"にほん\",\"にまめ\",\"にもつ\",\"にやり\",\"にゅういん\",\"にりんしゃ\",\"にわとり\",\"にんい\",\"にんか\",\"にんき\",\"にんげん\",\"にんしき\",\"にんずう\",\"にんそう\",\"にんたい\",\"にんち\",\"にんてい\",\"にんにく\",\"にんぷ\",\"にんまり\",\"にんむ\",\"にんめい\",\"にんよう\",\"ぬいくぎ\",\"ぬかす\",\"ぬぐいとる\",\"ぬぐう\",\"ぬくもり\",\"ぬすむ\",\"ぬまえび\",\"ぬめり\",\"ぬらす\",\"ぬんちゃく\",\"ねあげ\",\"ねいき\",\"ねいる\",\"ねいろ\",\"ねぐせ\",\"ねくたい\",\"ねくら\",\"ねこぜ\",\"ねこむ\",\"ねさげ\",\"ねすごす\",\"ねそべる\",\"ねだん\",\"ねつい\",\"ねっしん\",\"ねつぞう\",\"ねったいぎょ\",\"ねぶそく\",\"ねふだ\",\"ねぼう\",\"ねほりはほり\",\"ねまき\",\"ねまわし\",\"ねみみ\",\"ねむい\",\"ねむたい\",\"ねもと\",\"ねらう\",\"ねわざ\",\"ねんいり\",\"ねんおし\",\"ねんかん\",\"ねんきん\",\"ねんぐ\",\"ねんざ\",\"ねんし\",\"ねんちゃく\",\"ねんど\",\"ねんぴ\",\"ねんぶつ\",\"ねんまつ\",\"ねんりょう\",\"ねんれい\",\"のいず\",\"のおづま\",\"のがす\",\"のきなみ\",\"のこぎり\",\"のこす\",\"のこる\",\"のせる\",\"のぞく\",\"のぞむ\",\"のたまう\",\"のちほど\",\"のっく\",\"のばす\",\"のはら\",\"のべる\",\"のぼる\",\"のみもの\",\"のやま\",\"のらいぬ\",\"のらねこ\",\"のりもの\",\"のりゆき\",\"のれん\",\"のんき\",\"ばあい\",\"はあく\",\"ばあさん\",\"ばいか\",\"ばいく\",\"はいけん\",\"はいご\",\"はいしん\",\"はいすい\",\"はいせん\",\"はいそう\",\"はいち\",\"ばいばい\",\"はいれつ\",\"はえる\",\"はおる\",\"はかい\",\"ばかり\",\"はかる\",\"はくしゅ\",\"はけん\",\"はこぶ\",\"はさみ\",\"はさん\",\"はしご\",\"ばしょ\",\"はしる\",\"はせる\",\"ぱそこん\",\"はそん\",\"はたん\",\"はちみつ\",\"はつおん\",\"はっかく\",\"はづき\",\"はっきり\",\"はっくつ\",\"はっけん\",\"はっこう\",\"はっさん\",\"はっしん\",\"はったつ\",\"はっちゅう\",\"はってん\",\"はっぴょう\",\"はっぽう\",\"はなす\",\"はなび\",\"はにかむ\",\"はぶらし\",\"はみがき\",\"はむかう\",\"はめつ\",\"はやい\",\"はやし\",\"はらう\",\"はろうぃん\",\"はわい\",\"はんい\",\"はんえい\",\"はんおん\",\"はんかく\",\"はんきょう\",\"ばんぐみ\",\"はんこ\",\"はんしゃ\",\"はんすう\",\"はんだん\",\"ぱんち\",\"ぱんつ\",\"はんてい\",\"はんとし\",\"はんのう\",\"はんぱ\",\"はんぶん\",\"はんぺん\",\"はんぼうき\",\"はんめい\",\"はんらん\",\"はんろん\",\"ひいき\",\"ひうん\",\"ひえる\",\"ひかく\",\"ひかり\",\"ひかる\",\"ひかん\",\"ひくい\",\"ひけつ\",\"ひこうき\",\"ひこく\",\"ひさい\",\"ひさしぶり\",\"ひさん\",\"びじゅつかん\",\"ひしょ\",\"ひそか\",\"ひそむ\",\"ひたむき\",\"ひだり\",\"ひたる\",\"ひつぎ\",\"ひっこし\",\"ひっし\",\"ひつじゅひん\",\"ひっす\",\"ひつぜん\",\"ぴったり\",\"ぴっちり\",\"ひつよう\",\"ひてい\",\"ひとごみ\",\"ひなまつり\",\"ひなん\",\"ひねる\",\"ひはん\",\"ひびく\",\"ひひょう\",\"ひほう\",\"ひまわり\",\"ひまん\",\"ひみつ\",\"ひめい\",\"ひめじし\",\"ひやけ\",\"ひやす\",\"ひよう\",\"びょうき\",\"ひらがな\",\"ひらく\",\"ひりつ\",\"ひりょう\",\"ひるま\",\"ひるやすみ\",\"ひれい\",\"ひろい\",\"ひろう\",\"ひろき\",\"ひろゆき\",\"ひんかく\",\"ひんけつ\",\"ひんこん\",\"ひんしゅ\",\"ひんそう\",\"ぴんち\",\"ひんぱん\",\"びんぼう\",\"ふあん\",\"ふいうち\",\"ふうけい\",\"ふうせん\",\"ぷうたろう\",\"ふうとう\",\"ふうふ\",\"ふえる\",\"ふおん\",\"ふかい\",\"ふきん\",\"ふくざつ\",\"ふくぶくろ\",\"ふこう\",\"ふさい\",\"ふしぎ\",\"ふじみ\",\"ふすま\",\"ふせい\",\"ふせぐ\",\"ふそく\",\"ぶたにく\",\"ふたん\",\"ふちょう\",\"ふつう\",\"ふつか\",\"ふっかつ\",\"ふっき\",\"ふっこく\",\"ぶどう\",\"ふとる\",\"ふとん\",\"ふのう\",\"ふはい\",\"ふひょう\",\"ふへん\",\"ふまん\",\"ふみん\",\"ふめつ\",\"ふめん\",\"ふよう\",\"ふりこ\",\"ふりる\",\"ふるい\",\"ふんいき\",\"ぶんがく\",\"ぶんぐ\",\"ふんしつ\",\"ぶんせき\",\"ふんそう\",\"ぶんぽう\",\"へいあん\",\"へいおん\",\"へいがい\",\"へいき\",\"へいげん\",\"へいこう\",\"へいさ\",\"へいしゃ\",\"へいせつ\",\"へいそ\",\"へいたく\",\"へいてん\",\"へいねつ\",\"へいわ\",\"へきが\",\"へこむ\",\"べにいろ\",\"べにしょうが\",\"へらす\",\"へんかん\",\"べんきょう\",\"べんごし\",\"へんさい\",\"へんたい\",\"べんり\",\"ほあん\",\"ほいく\",\"ぼうぎょ\",\"ほうこく\",\"ほうそう\",\"ほうほう\",\"ほうもん\",\"ほうりつ\",\"ほえる\",\"ほおん\",\"ほかん\",\"ほきょう\",\"ぼきん\",\"ほくろ\",\"ほけつ\",\"ほけん\",\"ほこう\",\"ほこる\",\"ほしい\",\"ほしつ\",\"ほしゅ\",\"ほしょう\",\"ほせい\",\"ほそい\",\"ほそく\",\"ほたて\",\"ほたる\",\"ぽちぶくろ\",\"ほっきょく\",\"ほっさ\",\"ほったん\",\"ほとんど\",\"ほめる\",\"ほんい\",\"ほんき\",\"ほんけ\",\"ほんしつ\",\"ほんやく\",\"まいにち\",\"まかい\",\"まかせる\",\"まがる\",\"まける\",\"まこと\",\"まさつ\",\"まじめ\",\"ますく\",\"まぜる\",\"まつり\",\"まとめ\",\"まなぶ\",\"まぬけ\",\"まねく\",\"まほう\",\"まもる\",\"まゆげ\",\"まよう\",\"まろやか\",\"まわす\",\"まわり\",\"まわる\",\"まんが\",\"まんきつ\",\"まんぞく\",\"まんなか\",\"みいら\",\"みうち\",\"みえる\",\"みがく\",\"みかた\",\"みかん\",\"みけん\",\"みこん\",\"みじかい\",\"みすい\",\"みすえる\",\"みせる\",\"みっか\",\"みつかる\",\"みつける\",\"みてい\",\"みとめる\",\"みなと\",\"みなみかさい\",\"みねらる\",\"みのう\",\"みのがす\",\"みほん\",\"みもと\",\"みやげ\",\"みらい\",\"みりょく\",\"みわく\",\"みんか\",\"みんぞく\",\"むいか\",\"むえき\",\"むえん\",\"むかい\",\"むかう\",\"むかえ\",\"むかし\",\"むぎちゃ\",\"むける\",\"むげん\",\"むさぼる\",\"むしあつい\",\"むしば\",\"むじゅん\",\"むしろ\",\"むすう\",\"むすこ\",\"むすぶ\",\"むすめ\",\"むせる\",\"むせん\",\"むちゅう\",\"むなしい\",\"むのう\",\"むやみ\",\"むよう\",\"むらさき\",\"むりょう\",\"むろん\",\"めいあん\",\"めいうん\",\"めいえん\",\"めいかく\",\"めいきょく\",\"めいさい\",\"めいし\",\"めいそう\",\"めいぶつ\",\"めいれい\",\"めいわく\",\"めぐまれる\",\"めざす\",\"めした\",\"めずらしい\",\"めだつ\",\"めまい\",\"めやす\",\"めんきょ\",\"めんせき\",\"めんどう\",\"もうしあげる\",\"もうどうけん\",\"もえる\",\"もくし\",\"もくてき\",\"もくようび\",\"もちろん\",\"もどる\",\"もらう\",\"もんく\",\"もんだい\",\"やおや\",\"やける\",\"やさい\",\"やさしい\",\"やすい\",\"やすたろう\",\"やすみ\",\"やせる\",\"やそう\",\"やたい\",\"やちん\",\"やっと\",\"やっぱり\",\"やぶる\",\"やめる\",\"ややこしい\",\"やよい\",\"やわらかい\",\"ゆうき\",\"ゆうびんきょく\",\"ゆうべ\",\"ゆうめい\",\"ゆけつ\",\"ゆしゅつ\",\"ゆせん\",\"ゆそう\",\"ゆたか\",\"ゆちゃく\",\"ゆでる\",\"ゆにゅう\",\"ゆびわ\",\"ゆらい\",\"ゆれる\",\"ようい\",\"ようか\",\"ようきゅう\",\"ようじ\",\"ようす\",\"ようちえん\",\"よかぜ\",\"よかん\",\"よきん\",\"よくせい\",\"よくぼう\",\"よけい\",\"よごれる\",\"よさん\",\"よしゅう\",\"よそう\",\"よそく\",\"よっか\",\"よてい\",\"よどがわく\",\"よねつ\",\"よやく\",\"よゆう\",\"よろこぶ\",\"よろしい\",\"らいう\",\"らくがき\",\"らくご\",\"らくさつ\",\"らくだ\",\"らしんばん\",\"らせん\",\"らぞく\",\"らたい\",\"らっか\",\"られつ\",\"りえき\",\"りかい\",\"りきさく\",\"りきせつ\",\"りくぐん\",\"りくつ\",\"りけん\",\"りこう\",\"りせい\",\"りそう\",\"りそく\",\"りてん\",\"りねん\",\"りゆう\",\"りゅうがく\",\"りよう\",\"りょうり\",\"りょかん\",\"りょくちゃ\",\"りょこう\",\"りりく\",\"りれき\",\"りろん\",\"りんご\",\"るいけい\",\"るいさい\",\"るいじ\",\"るいせき\",\"るすばん\",\"るりがわら\",\"れいかん\",\"れいぎ\",\"れいせい\",\"れいぞうこ\",\"れいとう\",\"れいぼう\",\"れきし\",\"れきだい\",\"れんあい\",\"れんけい\",\"れんこん\",\"れんさい\",\"れんしゅう\",\"れんぞく\",\"れんらく\",\"ろうか\",\"ろうご\",\"ろうじん\",\"ろうそく\",\"ろくが\",\"ろこつ\",\"ろじうら\",\"ろしゅつ\",\"ろせん\",\"ろてん\",\"ろめん\",\"ろれつ\",\"ろんぎ\",\"ろんぱ\",\"ろんぶん\",\"ろんり\",\"わかす\",\"わかめ\",\"わかやま\",\"わかれる\",\"わしつ\",\"わじまし\",\"わすれもの\",\"わらう\",\"われる\"]");
/***/ }),
-/* 395 */
-/*!***************************************!*\
- !*** ./node_modules/sha.js/sha256.js ***!
- \***************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+/* 393 */
+/*!************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip39/src/wordlists/portuguese.json ***!
+ \************************************************************************/
+/*! exports provided: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 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, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, default */
+/***/ (function(module) {
-/**
- * A JavaScript implementation of the Secure Hash Algorithm, SHA-256, as defined
- * in FIPS 180-2
- * Version 2.2-beta Copyright Angel Marin, Paul Johnston 2000 - 2009.
- * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
- *
- */
+module.exports = JSON.parse("[\"abacate\",\"abaixo\",\"abalar\",\"abater\",\"abduzir\",\"abelha\",\"aberto\",\"abismo\",\"abotoar\",\"abranger\",\"abreviar\",\"abrigar\",\"abrupto\",\"absinto\",\"absoluto\",\"absurdo\",\"abutre\",\"acabado\",\"acalmar\",\"acampar\",\"acanhar\",\"acaso\",\"aceitar\",\"acelerar\",\"acenar\",\"acervo\",\"acessar\",\"acetona\",\"achatar\",\"acidez\",\"acima\",\"acionado\",\"acirrar\",\"aclamar\",\"aclive\",\"acolhida\",\"acomodar\",\"acoplar\",\"acordar\",\"acumular\",\"acusador\",\"adaptar\",\"adega\",\"adentro\",\"adepto\",\"adequar\",\"aderente\",\"adesivo\",\"adeus\",\"adiante\",\"aditivo\",\"adjetivo\",\"adjunto\",\"admirar\",\"adorar\",\"adquirir\",\"adubo\",\"adverso\",\"advogado\",\"aeronave\",\"afastar\",\"aferir\",\"afetivo\",\"afinador\",\"afivelar\",\"aflito\",\"afluente\",\"afrontar\",\"agachar\",\"agarrar\",\"agasalho\",\"agenciar\",\"agilizar\",\"agiota\",\"agitado\",\"agora\",\"agradar\",\"agreste\",\"agrupar\",\"aguardar\",\"agulha\",\"ajoelhar\",\"ajudar\",\"ajustar\",\"alameda\",\"alarme\",\"alastrar\",\"alavanca\",\"albergue\",\"albino\",\"alcatra\",\"aldeia\",\"alecrim\",\"alegria\",\"alertar\",\"alface\",\"alfinete\",\"algum\",\"alheio\",\"aliar\",\"alicate\",\"alienar\",\"alinhar\",\"aliviar\",\"almofada\",\"alocar\",\"alpiste\",\"alterar\",\"altitude\",\"alucinar\",\"alugar\",\"aluno\",\"alusivo\",\"alvo\",\"amaciar\",\"amador\",\"amarelo\",\"amassar\",\"ambas\",\"ambiente\",\"ameixa\",\"amenizar\",\"amido\",\"amistoso\",\"amizade\",\"amolador\",\"amontoar\",\"amoroso\",\"amostra\",\"amparar\",\"ampliar\",\"ampola\",\"anagrama\",\"analisar\",\"anarquia\",\"anatomia\",\"andaime\",\"anel\",\"anexo\",\"angular\",\"animar\",\"anjo\",\"anomalia\",\"anotado\",\"ansioso\",\"anterior\",\"anuidade\",\"anunciar\",\"anzol\",\"apagador\",\"apalpar\",\"apanhado\",\"apego\",\"apelido\",\"apertada\",\"apesar\",\"apetite\",\"apito\",\"aplauso\",\"aplicada\",\"apoio\",\"apontar\",\"aposta\",\"aprendiz\",\"aprovar\",\"aquecer\",\"arame\",\"aranha\",\"arara\",\"arcada\",\"ardente\",\"areia\",\"arejar\",\"arenito\",\"aresta\",\"argiloso\",\"argola\",\"arma\",\"arquivo\",\"arraial\",\"arrebate\",\"arriscar\",\"arroba\",\"arrumar\",\"arsenal\",\"arterial\",\"artigo\",\"arvoredo\",\"asfaltar\",\"asilado\",\"aspirar\",\"assador\",\"assinar\",\"assoalho\",\"assunto\",\"astral\",\"atacado\",\"atadura\",\"atalho\",\"atarefar\",\"atear\",\"atender\",\"aterro\",\"ateu\",\"atingir\",\"atirador\",\"ativo\",\"atoleiro\",\"atracar\",\"atrevido\",\"atriz\",\"atual\",\"atum\",\"auditor\",\"aumentar\",\"aura\",\"aurora\",\"autismo\",\"autoria\",\"autuar\",\"avaliar\",\"avante\",\"avaria\",\"avental\",\"avesso\",\"aviador\",\"avisar\",\"avulso\",\"axila\",\"azarar\",\"azedo\",\"azeite\",\"azulejo\",\"babar\",\"babosa\",\"bacalhau\",\"bacharel\",\"bacia\",\"bagagem\",\"baiano\",\"bailar\",\"baioneta\",\"bairro\",\"baixista\",\"bajular\",\"baleia\",\"baliza\",\"balsa\",\"banal\",\"bandeira\",\"banho\",\"banir\",\"banquete\",\"barato\",\"barbado\",\"baronesa\",\"barraca\",\"barulho\",\"baseado\",\"bastante\",\"batata\",\"batedor\",\"batida\",\"batom\",\"batucar\",\"baunilha\",\"beber\",\"beijo\",\"beirada\",\"beisebol\",\"beldade\",\"beleza\",\"belga\",\"beliscar\",\"bendito\",\"bengala\",\"benzer\",\"berimbau\",\"berlinda\",\"berro\",\"besouro\",\"bexiga\",\"bezerro\",\"bico\",\"bicudo\",\"bienal\",\"bifocal\",\"bifurcar\",\"bigorna\",\"bilhete\",\"bimestre\",\"bimotor\",\"biologia\",\"biombo\",\"biosfera\",\"bipolar\",\"birrento\",\"biscoito\",\"bisneto\",\"bispo\",\"bissexto\",\"bitola\",\"bizarro\",\"blindado\",\"bloco\",\"bloquear\",\"boato\",\"bobagem\",\"bocado\",\"bocejo\",\"bochecha\",\"boicotar\",\"bolada\",\"boletim\",\"bolha\",\"bolo\",\"bombeiro\",\"bonde\",\"boneco\",\"bonita\",\"borbulha\",\"borda\",\"boreal\",\"borracha\",\"bovino\",\"boxeador\",\"branco\",\"brasa\",\"braveza\",\"breu\",\"briga\",\"brilho\",\"brincar\",\"broa\",\"brochura\",\"bronzear\",\"broto\",\"bruxo\",\"bucha\",\"budismo\",\"bufar\",\"bule\",\"buraco\",\"busca\",\"busto\",\"buzina\",\"cabana\",\"cabelo\",\"cabide\",\"cabo\",\"cabrito\",\"cacau\",\"cacetada\",\"cachorro\",\"cacique\",\"cadastro\",\"cadeado\",\"cafezal\",\"caiaque\",\"caipira\",\"caixote\",\"cajado\",\"caju\",\"calafrio\",\"calcular\",\"caldeira\",\"calibrar\",\"calmante\",\"calota\",\"camada\",\"cambista\",\"camisa\",\"camomila\",\"campanha\",\"camuflar\",\"canavial\",\"cancelar\",\"caneta\",\"canguru\",\"canhoto\",\"canivete\",\"canoa\",\"cansado\",\"cantar\",\"canudo\",\"capacho\",\"capela\",\"capinar\",\"capotar\",\"capricho\",\"captador\",\"capuz\",\"caracol\",\"carbono\",\"cardeal\",\"careca\",\"carimbar\",\"carneiro\",\"carpete\",\"carreira\",\"cartaz\",\"carvalho\",\"casaco\",\"casca\",\"casebre\",\"castelo\",\"casulo\",\"catarata\",\"cativar\",\"caule\",\"causador\",\"cautelar\",\"cavalo\",\"caverna\",\"cebola\",\"cedilha\",\"cegonha\",\"celebrar\",\"celular\",\"cenoura\",\"censo\",\"centeio\",\"cercar\",\"cerrado\",\"certeiro\",\"cerveja\",\"cetim\",\"cevada\",\"chacota\",\"chaleira\",\"chamado\",\"chapada\",\"charme\",\"chatice\",\"chave\",\"chefe\",\"chegada\",\"cheiro\",\"cheque\",\"chicote\",\"chifre\",\"chinelo\",\"chocalho\",\"chover\",\"chumbo\",\"chutar\",\"chuva\",\"cicatriz\",\"ciclone\",\"cidade\",\"cidreira\",\"ciente\",\"cigana\",\"cimento\",\"cinto\",\"cinza\",\"ciranda\",\"circuito\",\"cirurgia\",\"citar\",\"clareza\",\"clero\",\"clicar\",\"clone\",\"clube\",\"coado\",\"coagir\",\"cobaia\",\"cobertor\",\"cobrar\",\"cocada\",\"coelho\",\"coentro\",\"coeso\",\"cogumelo\",\"coibir\",\"coifa\",\"coiote\",\"colar\",\"coleira\",\"colher\",\"colidir\",\"colmeia\",\"colono\",\"coluna\",\"comando\",\"combinar\",\"comentar\",\"comitiva\",\"comover\",\"complexo\",\"comum\",\"concha\",\"condor\",\"conectar\",\"confuso\",\"congelar\",\"conhecer\",\"conjugar\",\"consumir\",\"contrato\",\"convite\",\"cooperar\",\"copeiro\",\"copiador\",\"copo\",\"coquetel\",\"coragem\",\"cordial\",\"corneta\",\"coronha\",\"corporal\",\"correio\",\"cortejo\",\"coruja\",\"corvo\",\"cosseno\",\"costela\",\"cotonete\",\"couro\",\"couve\",\"covil\",\"cozinha\",\"cratera\",\"cravo\",\"creche\",\"credor\",\"creme\",\"crer\",\"crespo\",\"criada\",\"criminal\",\"crioulo\",\"crise\",\"criticar\",\"crosta\",\"crua\",\"cruzeiro\",\"cubano\",\"cueca\",\"cuidado\",\"cujo\",\"culatra\",\"culminar\",\"culpar\",\"cultura\",\"cumprir\",\"cunhado\",\"cupido\",\"curativo\",\"curral\",\"cursar\",\"curto\",\"cuspir\",\"custear\",\"cutelo\",\"damasco\",\"datar\",\"debater\",\"debitar\",\"deboche\",\"debulhar\",\"decalque\",\"decimal\",\"declive\",\"decote\",\"decretar\",\"dedal\",\"dedicado\",\"deduzir\",\"defesa\",\"defumar\",\"degelo\",\"degrau\",\"degustar\",\"deitado\",\"deixar\",\"delator\",\"delegado\",\"delinear\",\"delonga\",\"demanda\",\"demitir\",\"demolido\",\"dentista\",\"depenado\",\"depilar\",\"depois\",\"depressa\",\"depurar\",\"deriva\",\"derramar\",\"desafio\",\"desbotar\",\"descanso\",\"desenho\",\"desfiado\",\"desgaste\",\"desigual\",\"deslize\",\"desmamar\",\"desova\",\"despesa\",\"destaque\",\"desviar\",\"detalhar\",\"detentor\",\"detonar\",\"detrito\",\"deusa\",\"dever\",\"devido\",\"devotado\",\"dezena\",\"diagrama\",\"dialeto\",\"didata\",\"difuso\",\"digitar\",\"dilatado\",\"diluente\",\"diminuir\",\"dinastia\",\"dinheiro\",\"diocese\",\"direto\",\"discreta\",\"disfarce\",\"disparo\",\"disquete\",\"dissipar\",\"distante\",\"ditador\",\"diurno\",\"diverso\",\"divisor\",\"divulgar\",\"dizer\",\"dobrador\",\"dolorido\",\"domador\",\"dominado\",\"donativo\",\"donzela\",\"dormente\",\"dorsal\",\"dosagem\",\"dourado\",\"doutor\",\"drenagem\",\"drible\",\"drogaria\",\"duelar\",\"duende\",\"dueto\",\"duplo\",\"duquesa\",\"durante\",\"duvidoso\",\"eclodir\",\"ecoar\",\"ecologia\",\"edificar\",\"edital\",\"educado\",\"efeito\",\"efetivar\",\"ejetar\",\"elaborar\",\"eleger\",\"eleitor\",\"elenco\",\"elevador\",\"eliminar\",\"elogiar\",\"embargo\",\"embolado\",\"embrulho\",\"embutido\",\"emenda\",\"emergir\",\"emissor\",\"empatia\",\"empenho\",\"empinado\",\"empolgar\",\"emprego\",\"empurrar\",\"emulador\",\"encaixe\",\"encenado\",\"enchente\",\"encontro\",\"endeusar\",\"endossar\",\"enfaixar\",\"enfeite\",\"enfim\",\"engajado\",\"engenho\",\"englobar\",\"engomado\",\"engraxar\",\"enguia\",\"enjoar\",\"enlatar\",\"enquanto\",\"enraizar\",\"enrolado\",\"enrugar\",\"ensaio\",\"enseada\",\"ensino\",\"ensopado\",\"entanto\",\"enteado\",\"entidade\",\"entortar\",\"entrada\",\"entulho\",\"envergar\",\"enviado\",\"envolver\",\"enxame\",\"enxerto\",\"enxofre\",\"enxuto\",\"epiderme\",\"equipar\",\"ereto\",\"erguido\",\"errata\",\"erva\",\"ervilha\",\"esbanjar\",\"esbelto\",\"escama\",\"escola\",\"escrita\",\"escuta\",\"esfinge\",\"esfolar\",\"esfregar\",\"esfumado\",\"esgrima\",\"esmalte\",\"espanto\",\"espelho\",\"espiga\",\"esponja\",\"espreita\",\"espumar\",\"esquerda\",\"estaca\",\"esteira\",\"esticar\",\"estofado\",\"estrela\",\"estudo\",\"esvaziar\",\"etanol\",\"etiqueta\",\"euforia\",\"europeu\",\"evacuar\",\"evaporar\",\"evasivo\",\"eventual\",\"evidente\",\"evoluir\",\"exagero\",\"exalar\",\"examinar\",\"exato\",\"exausto\",\"excesso\",\"excitar\",\"exclamar\",\"executar\",\"exemplo\",\"exibir\",\"exigente\",\"exonerar\",\"expandir\",\"expelir\",\"expirar\",\"explanar\",\"exposto\",\"expresso\",\"expulsar\",\"externo\",\"extinto\",\"extrato\",\"fabricar\",\"fabuloso\",\"faceta\",\"facial\",\"fada\",\"fadiga\",\"faixa\",\"falar\",\"falta\",\"familiar\",\"fandango\",\"fanfarra\",\"fantoche\",\"fardado\",\"farelo\",\"farinha\",\"farofa\",\"farpa\",\"fartura\",\"fatia\",\"fator\",\"favorita\",\"faxina\",\"fazenda\",\"fechado\",\"feijoada\",\"feirante\",\"felino\",\"feminino\",\"fenda\",\"feno\",\"fera\",\"feriado\",\"ferrugem\",\"ferver\",\"festejar\",\"fetal\",\"feudal\",\"fiapo\",\"fibrose\",\"ficar\",\"ficheiro\",\"figurado\",\"fileira\",\"filho\",\"filme\",\"filtrar\",\"firmeza\",\"fisgada\",\"fissura\",\"fita\",\"fivela\",\"fixador\",\"fixo\",\"flacidez\",\"flamingo\",\"flanela\",\"flechada\",\"flora\",\"flutuar\",\"fluxo\",\"focal\",\"focinho\",\"fofocar\",\"fogo\",\"foguete\",\"foice\",\"folgado\",\"folheto\",\"forjar\",\"formiga\",\"forno\",\"forte\",\"fosco\",\"fossa\",\"fragata\",\"fralda\",\"frango\",\"frasco\",\"fraterno\",\"freira\",\"frente\",\"fretar\",\"frieza\",\"friso\",\"fritura\",\"fronha\",\"frustrar\",\"fruteira\",\"fugir\",\"fulano\",\"fuligem\",\"fundar\",\"fungo\",\"funil\",\"furador\",\"furioso\",\"futebol\",\"gabarito\",\"gabinete\",\"gado\",\"gaiato\",\"gaiola\",\"gaivota\",\"galega\",\"galho\",\"galinha\",\"galocha\",\"ganhar\",\"garagem\",\"garfo\",\"gargalo\",\"garimpo\",\"garoupa\",\"garrafa\",\"gasoduto\",\"gasto\",\"gata\",\"gatilho\",\"gaveta\",\"gazela\",\"gelado\",\"geleia\",\"gelo\",\"gemada\",\"gemer\",\"gemido\",\"generoso\",\"gengiva\",\"genial\",\"genoma\",\"genro\",\"geologia\",\"gerador\",\"germinar\",\"gesso\",\"gestor\",\"ginasta\",\"gincana\",\"gingado\",\"girafa\",\"girino\",\"glacial\",\"glicose\",\"global\",\"glorioso\",\"goela\",\"goiaba\",\"golfe\",\"golpear\",\"gordura\",\"gorjeta\",\"gorro\",\"gostoso\",\"goteira\",\"governar\",\"gracejo\",\"gradual\",\"grafite\",\"gralha\",\"grampo\",\"granada\",\"gratuito\",\"graveto\",\"graxa\",\"grego\",\"grelhar\",\"greve\",\"grilo\",\"grisalho\",\"gritaria\",\"grosso\",\"grotesco\",\"grudado\",\"grunhido\",\"gruta\",\"guache\",\"guarani\",\"guaxinim\",\"guerrear\",\"guiar\",\"guincho\",\"guisado\",\"gula\",\"guloso\",\"guru\",\"habitar\",\"harmonia\",\"haste\",\"haver\",\"hectare\",\"herdar\",\"heresia\",\"hesitar\",\"hiato\",\"hibernar\",\"hidratar\",\"hiena\",\"hino\",\"hipismo\",\"hipnose\",\"hipoteca\",\"hoje\",\"holofote\",\"homem\",\"honesto\",\"honrado\",\"hormonal\",\"hospedar\",\"humorado\",\"iate\",\"ideia\",\"idoso\",\"ignorado\",\"igreja\",\"iguana\",\"ileso\",\"ilha\",\"iludido\",\"iluminar\",\"ilustrar\",\"imagem\",\"imediato\",\"imenso\",\"imersivo\",\"iminente\",\"imitador\",\"imortal\",\"impacto\",\"impedir\",\"implante\",\"impor\",\"imprensa\",\"impune\",\"imunizar\",\"inalador\",\"inapto\",\"inativo\",\"incenso\",\"inchar\",\"incidir\",\"incluir\",\"incolor\",\"indeciso\",\"indireto\",\"indutor\",\"ineficaz\",\"inerente\",\"infantil\",\"infestar\",\"infinito\",\"inflamar\",\"informal\",\"infrator\",\"ingerir\",\"inibido\",\"inicial\",\"inimigo\",\"injetar\",\"inocente\",\"inodoro\",\"inovador\",\"inox\",\"inquieto\",\"inscrito\",\"inseto\",\"insistir\",\"inspetor\",\"instalar\",\"insulto\",\"intacto\",\"integral\",\"intimar\",\"intocado\",\"intriga\",\"invasor\",\"inverno\",\"invicto\",\"invocar\",\"iogurte\",\"iraniano\",\"ironizar\",\"irreal\",\"irritado\",\"isca\",\"isento\",\"isolado\",\"isqueiro\",\"italiano\",\"janeiro\",\"jangada\",\"janta\",\"jararaca\",\"jardim\",\"jarro\",\"jasmim\",\"jato\",\"javali\",\"jazida\",\"jejum\",\"joaninha\",\"joelhada\",\"jogador\",\"joia\",\"jornal\",\"jorrar\",\"jovem\",\"juba\",\"judeu\",\"judoca\",\"juiz\",\"julgador\",\"julho\",\"jurado\",\"jurista\",\"juro\",\"justa\",\"labareda\",\"laboral\",\"lacre\",\"lactante\",\"ladrilho\",\"lagarta\",\"lagoa\",\"laje\",\"lamber\",\"lamentar\",\"laminar\",\"lampejo\",\"lanche\",\"lapidar\",\"lapso\",\"laranja\",\"lareira\",\"largura\",\"lasanha\",\"lastro\",\"lateral\",\"latido\",\"lavanda\",\"lavoura\",\"lavrador\",\"laxante\",\"lazer\",\"lealdade\",\"lebre\",\"legado\",\"legendar\",\"legista\",\"leigo\",\"leiloar\",\"leitura\",\"lembrete\",\"leme\",\"lenhador\",\"lentilha\",\"leoa\",\"lesma\",\"leste\",\"letivo\",\"letreiro\",\"levar\",\"leveza\",\"levitar\",\"liberal\",\"libido\",\"liderar\",\"ligar\",\"ligeiro\",\"limitar\",\"limoeiro\",\"limpador\",\"linda\",\"linear\",\"linhagem\",\"liquidez\",\"listagem\",\"lisura\",\"litoral\",\"livro\",\"lixa\",\"lixeira\",\"locador\",\"locutor\",\"lojista\",\"lombo\",\"lona\",\"longe\",\"lontra\",\"lorde\",\"lotado\",\"loteria\",\"loucura\",\"lousa\",\"louvar\",\"luar\",\"lucidez\",\"lucro\",\"luneta\",\"lustre\",\"lutador\",\"luva\",\"macaco\",\"macete\",\"machado\",\"macio\",\"madeira\",\"madrinha\",\"magnata\",\"magreza\",\"maior\",\"mais\",\"malandro\",\"malha\",\"malote\",\"maluco\",\"mamilo\",\"mamoeiro\",\"mamute\",\"manada\",\"mancha\",\"mandato\",\"manequim\",\"manhoso\",\"manivela\",\"manobrar\",\"mansa\",\"manter\",\"manusear\",\"mapeado\",\"maquinar\",\"marcador\",\"maresia\",\"marfim\",\"margem\",\"marinho\",\"marmita\",\"maroto\",\"marquise\",\"marreco\",\"martelo\",\"marujo\",\"mascote\",\"masmorra\",\"massagem\",\"mastigar\",\"matagal\",\"materno\",\"matinal\",\"matutar\",\"maxilar\",\"medalha\",\"medida\",\"medusa\",\"megafone\",\"meiga\",\"melancia\",\"melhor\",\"membro\",\"memorial\",\"menino\",\"menos\",\"mensagem\",\"mental\",\"merecer\",\"mergulho\",\"mesada\",\"mesclar\",\"mesmo\",\"mesquita\",\"mestre\",\"metade\",\"meteoro\",\"metragem\",\"mexer\",\"mexicano\",\"micro\",\"migalha\",\"migrar\",\"milagre\",\"milenar\",\"milhar\",\"mimado\",\"minerar\",\"minhoca\",\"ministro\",\"minoria\",\"miolo\",\"mirante\",\"mirtilo\",\"misturar\",\"mocidade\",\"moderno\",\"modular\",\"moeda\",\"moer\",\"moinho\",\"moita\",\"moldura\",\"moleza\",\"molho\",\"molinete\",\"molusco\",\"montanha\",\"moqueca\",\"morango\",\"morcego\",\"mordomo\",\"morena\",\"mosaico\",\"mosquete\",\"mostarda\",\"motel\",\"motim\",\"moto\",\"motriz\",\"muda\",\"muito\",\"mulata\",\"mulher\",\"multar\",\"mundial\",\"munido\",\"muralha\",\"murcho\",\"muscular\",\"museu\",\"musical\",\"nacional\",\"nadador\",\"naja\",\"namoro\",\"narina\",\"narrado\",\"nascer\",\"nativa\",\"natureza\",\"navalha\",\"navegar\",\"navio\",\"neblina\",\"nebuloso\",\"negativa\",\"negociar\",\"negrito\",\"nervoso\",\"neta\",\"neural\",\"nevasca\",\"nevoeiro\",\"ninar\",\"ninho\",\"nitidez\",\"nivelar\",\"nobreza\",\"noite\",\"noiva\",\"nomear\",\"nominal\",\"nordeste\",\"nortear\",\"notar\",\"noticiar\",\"noturno\",\"novelo\",\"novilho\",\"novo\",\"nublado\",\"nudez\",\"numeral\",\"nupcial\",\"nutrir\",\"nuvem\",\"obcecado\",\"obedecer\",\"objetivo\",\"obrigado\",\"obscuro\",\"obstetra\",\"obter\",\"obturar\",\"ocidente\",\"ocioso\",\"ocorrer\",\"oculista\",\"ocupado\",\"ofegante\",\"ofensiva\",\"oferenda\",\"oficina\",\"ofuscado\",\"ogiva\",\"olaria\",\"oleoso\",\"olhar\",\"oliveira\",\"ombro\",\"omelete\",\"omisso\",\"omitir\",\"ondulado\",\"oneroso\",\"ontem\",\"opcional\",\"operador\",\"oponente\",\"oportuno\",\"oposto\",\"orar\",\"orbitar\",\"ordem\",\"ordinal\",\"orfanato\",\"orgasmo\",\"orgulho\",\"oriental\",\"origem\",\"oriundo\",\"orla\",\"ortodoxo\",\"orvalho\",\"oscilar\",\"ossada\",\"osso\",\"ostentar\",\"otimismo\",\"ousadia\",\"outono\",\"outubro\",\"ouvido\",\"ovelha\",\"ovular\",\"oxidar\",\"oxigenar\",\"pacato\",\"paciente\",\"pacote\",\"pactuar\",\"padaria\",\"padrinho\",\"pagar\",\"pagode\",\"painel\",\"pairar\",\"paisagem\",\"palavra\",\"palestra\",\"palheta\",\"palito\",\"palmada\",\"palpitar\",\"pancada\",\"panela\",\"panfleto\",\"panqueca\",\"pantanal\",\"papagaio\",\"papelada\",\"papiro\",\"parafina\",\"parcial\",\"pardal\",\"parede\",\"partida\",\"pasmo\",\"passado\",\"pastel\",\"patamar\",\"patente\",\"patinar\",\"patrono\",\"paulada\",\"pausar\",\"peculiar\",\"pedalar\",\"pedestre\",\"pediatra\",\"pedra\",\"pegada\",\"peitoral\",\"peixe\",\"pele\",\"pelicano\",\"penca\",\"pendurar\",\"peneira\",\"penhasco\",\"pensador\",\"pente\",\"perceber\",\"perfeito\",\"pergunta\",\"perito\",\"permitir\",\"perna\",\"perplexo\",\"persiana\",\"pertence\",\"peruca\",\"pescado\",\"pesquisa\",\"pessoa\",\"petiscar\",\"piada\",\"picado\",\"piedade\",\"pigmento\",\"pilastra\",\"pilhado\",\"pilotar\",\"pimenta\",\"pincel\",\"pinguim\",\"pinha\",\"pinote\",\"pintar\",\"pioneiro\",\"pipoca\",\"piquete\",\"piranha\",\"pires\",\"pirueta\",\"piscar\",\"pistola\",\"pitanga\",\"pivete\",\"planta\",\"plaqueta\",\"platina\",\"plebeu\",\"plumagem\",\"pluvial\",\"pneu\",\"poda\",\"poeira\",\"poetisa\",\"polegada\",\"policiar\",\"poluente\",\"polvilho\",\"pomar\",\"pomba\",\"ponderar\",\"pontaria\",\"populoso\",\"porta\",\"possuir\",\"postal\",\"pote\",\"poupar\",\"pouso\",\"povoar\",\"praia\",\"prancha\",\"prato\",\"praxe\",\"prece\",\"predador\",\"prefeito\",\"premiar\",\"prensar\",\"preparar\",\"presilha\",\"pretexto\",\"prevenir\",\"prezar\",\"primata\",\"princesa\",\"prisma\",\"privado\",\"processo\",\"produto\",\"profeta\",\"proibido\",\"projeto\",\"prometer\",\"propagar\",\"prosa\",\"protetor\",\"provador\",\"publicar\",\"pudim\",\"pular\",\"pulmonar\",\"pulseira\",\"punhal\",\"punir\",\"pupilo\",\"pureza\",\"puxador\",\"quadra\",\"quantia\",\"quarto\",\"quase\",\"quebrar\",\"queda\",\"queijo\",\"quente\",\"querido\",\"quimono\",\"quina\",\"quiosque\",\"rabanada\",\"rabisco\",\"rachar\",\"racionar\",\"radial\",\"raiar\",\"rainha\",\"raio\",\"raiva\",\"rajada\",\"ralado\",\"ramal\",\"ranger\",\"ranhura\",\"rapadura\",\"rapel\",\"rapidez\",\"raposa\",\"raquete\",\"raridade\",\"rasante\",\"rascunho\",\"rasgar\",\"raspador\",\"rasteira\",\"rasurar\",\"ratazana\",\"ratoeira\",\"realeza\",\"reanimar\",\"reaver\",\"rebaixar\",\"rebelde\",\"rebolar\",\"recado\",\"recente\",\"recheio\",\"recibo\",\"recordar\",\"recrutar\",\"recuar\",\"rede\",\"redimir\",\"redonda\",\"reduzida\",\"reenvio\",\"refinar\",\"refletir\",\"refogar\",\"refresco\",\"refugiar\",\"regalia\",\"regime\",\"regra\",\"reinado\",\"reitor\",\"rejeitar\",\"relativo\",\"remador\",\"remendo\",\"remorso\",\"renovado\",\"reparo\",\"repelir\",\"repleto\",\"repolho\",\"represa\",\"repudiar\",\"requerer\",\"resenha\",\"resfriar\",\"resgatar\",\"residir\",\"resolver\",\"respeito\",\"ressaca\",\"restante\",\"resumir\",\"retalho\",\"reter\",\"retirar\",\"retomada\",\"retratar\",\"revelar\",\"revisor\",\"revolta\",\"riacho\",\"rica\",\"rigidez\",\"rigoroso\",\"rimar\",\"ringue\",\"risada\",\"risco\",\"risonho\",\"robalo\",\"rochedo\",\"rodada\",\"rodeio\",\"rodovia\",\"roedor\",\"roleta\",\"romano\",\"roncar\",\"rosado\",\"roseira\",\"rosto\",\"rota\",\"roteiro\",\"rotina\",\"rotular\",\"rouco\",\"roupa\",\"roxo\",\"rubro\",\"rugido\",\"rugoso\",\"ruivo\",\"rumo\",\"rupestre\",\"russo\",\"sabor\",\"saciar\",\"sacola\",\"sacudir\",\"sadio\",\"safira\",\"saga\",\"sagrada\",\"saibro\",\"salada\",\"saleiro\",\"salgado\",\"saliva\",\"salpicar\",\"salsicha\",\"saltar\",\"salvador\",\"sambar\",\"samurai\",\"sanar\",\"sanfona\",\"sangue\",\"sanidade\",\"sapato\",\"sarda\",\"sargento\",\"sarjeta\",\"saturar\",\"saudade\",\"saxofone\",\"sazonal\",\"secar\",\"secular\",\"seda\",\"sedento\",\"sediado\",\"sedoso\",\"sedutor\",\"segmento\",\"segredo\",\"segundo\",\"seiva\",\"seleto\",\"selvagem\",\"semanal\",\"semente\",\"senador\",\"senhor\",\"sensual\",\"sentado\",\"separado\",\"sereia\",\"seringa\",\"serra\",\"servo\",\"setembro\",\"setor\",\"sigilo\",\"silhueta\",\"silicone\",\"simetria\",\"simpatia\",\"simular\",\"sinal\",\"sincero\",\"singular\",\"sinopse\",\"sintonia\",\"sirene\",\"siri\",\"situado\",\"soberano\",\"sobra\",\"socorro\",\"sogro\",\"soja\",\"solda\",\"soletrar\",\"solteiro\",\"sombrio\",\"sonata\",\"sondar\",\"sonegar\",\"sonhador\",\"sono\",\"soprano\",\"soquete\",\"sorrir\",\"sorteio\",\"sossego\",\"sotaque\",\"soterrar\",\"sovado\",\"sozinho\",\"suavizar\",\"subida\",\"submerso\",\"subsolo\",\"subtrair\",\"sucata\",\"sucesso\",\"suco\",\"sudeste\",\"sufixo\",\"sugador\",\"sugerir\",\"sujeito\",\"sulfato\",\"sumir\",\"suor\",\"superior\",\"suplicar\",\"suposto\",\"suprimir\",\"surdina\",\"surfista\",\"surpresa\",\"surreal\",\"surtir\",\"suspiro\",\"sustento\",\"tabela\",\"tablete\",\"tabuada\",\"tacho\",\"tagarela\",\"talher\",\"talo\",\"talvez\",\"tamanho\",\"tamborim\",\"tampa\",\"tangente\",\"tanto\",\"tapar\",\"tapioca\",\"tardio\",\"tarefa\",\"tarja\",\"tarraxa\",\"tatuagem\",\"taurino\",\"taxativo\",\"taxista\",\"teatral\",\"tecer\",\"tecido\",\"teclado\",\"tedioso\",\"teia\",\"teimar\",\"telefone\",\"telhado\",\"tempero\",\"tenente\",\"tensor\",\"tentar\",\"termal\",\"terno\",\"terreno\",\"tese\",\"tesoura\",\"testado\",\"teto\",\"textura\",\"texugo\",\"tiara\",\"tigela\",\"tijolo\",\"timbrar\",\"timidez\",\"tingido\",\"tinteiro\",\"tiragem\",\"titular\",\"toalha\",\"tocha\",\"tolerar\",\"tolice\",\"tomada\",\"tomilho\",\"tonel\",\"tontura\",\"topete\",\"tora\",\"torcido\",\"torneio\",\"torque\",\"torrada\",\"torto\",\"tostar\",\"touca\",\"toupeira\",\"toxina\",\"trabalho\",\"tracejar\",\"tradutor\",\"trafegar\",\"trajeto\",\"trama\",\"trancar\",\"trapo\",\"traseiro\",\"tratador\",\"travar\",\"treino\",\"tremer\",\"trepidar\",\"trevo\",\"triagem\",\"tribo\",\"triciclo\",\"tridente\",\"trilogia\",\"trindade\",\"triplo\",\"triturar\",\"triunfal\",\"trocar\",\"trombeta\",\"trova\",\"trunfo\",\"truque\",\"tubular\",\"tucano\",\"tudo\",\"tulipa\",\"tupi\",\"turbo\",\"turma\",\"turquesa\",\"tutelar\",\"tutorial\",\"uivar\",\"umbigo\",\"unha\",\"unidade\",\"uniforme\",\"urologia\",\"urso\",\"urtiga\",\"urubu\",\"usado\",\"usina\",\"usufruir\",\"vacina\",\"vadiar\",\"vagaroso\",\"vaidoso\",\"vala\",\"valente\",\"validade\",\"valores\",\"vantagem\",\"vaqueiro\",\"varanda\",\"vareta\",\"varrer\",\"vascular\",\"vasilha\",\"vassoura\",\"vazar\",\"vazio\",\"veado\",\"vedar\",\"vegetar\",\"veicular\",\"veleiro\",\"velhice\",\"veludo\",\"vencedor\",\"vendaval\",\"venerar\",\"ventre\",\"verbal\",\"verdade\",\"vereador\",\"vergonha\",\"vermelho\",\"verniz\",\"versar\",\"vertente\",\"vespa\",\"vestido\",\"vetorial\",\"viaduto\",\"viagem\",\"viajar\",\"viatura\",\"vibrador\",\"videira\",\"vidraria\",\"viela\",\"viga\",\"vigente\",\"vigiar\",\"vigorar\",\"vilarejo\",\"vinco\",\"vinheta\",\"vinil\",\"violeta\",\"virada\",\"virtude\",\"visitar\",\"visto\",\"vitral\",\"viveiro\",\"vizinho\",\"voador\",\"voar\",\"vogal\",\"volante\",\"voleibol\",\"voltagem\",\"volumoso\",\"vontade\",\"vulto\",\"vuvuzela\",\"xadrez\",\"xarope\",\"xeque\",\"xeretar\",\"xerife\",\"xingar\",\"zangado\",\"zarpar\",\"zebu\",\"zelador\",\"zombar\",\"zoologia\",\"zumbido\"]");
-var inherits = __webpack_require__(/*! inherits */ 132)
-var Hash = __webpack_require__(/*! ./hash */ 392)
-var Buffer = __webpack_require__(/*! safe-buffer */ 372).Buffer
+/***/ }),
+/* 394 */
+/*!*********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip39/src/wordlists/english.json ***!
+ \*********************************************************************/
+/*! exports provided: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 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, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, default */
+/***/ (function(module) {
-var K = [
- 0x428A2F98, 0x71374491, 0xB5C0FBCF, 0xE9B5DBA5,
- 0x3956C25B, 0x59F111F1, 0x923F82A4, 0xAB1C5ED5,
- 0xD807AA98, 0x12835B01, 0x243185BE, 0x550C7DC3,
- 0x72BE5D74, 0x80DEB1FE, 0x9BDC06A7, 0xC19BF174,
- 0xE49B69C1, 0xEFBE4786, 0x0FC19DC6, 0x240CA1CC,
- 0x2DE92C6F, 0x4A7484AA, 0x5CB0A9DC, 0x76F988DA,
- 0x983E5152, 0xA831C66D, 0xB00327C8, 0xBF597FC7,
- 0xC6E00BF3, 0xD5A79147, 0x06CA6351, 0x14292967,
- 0x27B70A85, 0x2E1B2138, 0x4D2C6DFC, 0x53380D13,
- 0x650A7354, 0x766A0ABB, 0x81C2C92E, 0x92722C85,
- 0xA2BFE8A1, 0xA81A664B, 0xC24B8B70, 0xC76C51A3,
- 0xD192E819, 0xD6990624, 0xF40E3585, 0x106AA070,
- 0x19A4C116, 0x1E376C08, 0x2748774C, 0x34B0BCB5,
- 0x391C0CB3, 0x4ED8AA4A, 0x5B9CCA4F, 0x682E6FF3,
- 0x748F82EE, 0x78A5636F, 0x84C87814, 0x8CC70208,
- 0x90BEFFFA, 0xA4506CEB, 0xBEF9A3F7, 0xC67178F2
-]
+module.exports = JSON.parse("[\"abandon\",\"ability\",\"able\",\"about\",\"above\",\"absent\",\"absorb\",\"abstract\",\"absurd\",\"abuse\",\"access\",\"accident\",\"account\",\"accuse\",\"achieve\",\"acid\",\"acoustic\",\"acquire\",\"across\",\"act\",\"action\",\"actor\",\"actress\",\"actual\",\"adapt\",\"add\",\"addict\",\"address\",\"adjust\",\"admit\",\"adult\",\"advance\",\"advice\",\"aerobic\",\"affair\",\"afford\",\"afraid\",\"again\",\"age\",\"agent\",\"agree\",\"ahead\",\"aim\",\"air\",\"airport\",\"aisle\",\"alarm\",\"album\",\"alcohol\",\"alert\",\"alien\",\"all\",\"alley\",\"allow\",\"almost\",\"alone\",\"alpha\",\"already\",\"also\",\"alter\",\"always\",\"amateur\",\"amazing\",\"among\",\"amount\",\"amused\",\"analyst\",\"anchor\",\"ancient\",\"anger\",\"angle\",\"angry\",\"animal\",\"ankle\",\"announce\",\"annual\",\"another\",\"answer\",\"antenna\",\"antique\",\"anxiety\",\"any\",\"apart\",\"apology\",\"appear\",\"apple\",\"approve\",\"april\",\"arch\",\"arctic\",\"area\",\"arena\",\"argue\",\"arm\",\"armed\",\"armor\",\"army\",\"around\",\"arrange\",\"arrest\",\"arrive\",\"arrow\",\"art\",\"artefact\",\"artist\",\"artwork\",\"ask\",\"aspect\",\"assault\",\"asset\",\"assist\",\"assume\",\"asthma\",\"athlete\",\"atom\",\"attack\",\"attend\",\"attitude\",\"attract\",\"auction\",\"audit\",\"august\",\"aunt\",\"author\",\"auto\",\"autumn\",\"average\",\"avocado\",\"avoid\",\"awake\",\"aware\",\"away\",\"awesome\",\"awful\",\"awkward\",\"axis\",\"baby\",\"bachelor\",\"bacon\",\"badge\",\"bag\",\"balance\",\"balcony\",\"ball\",\"bamboo\",\"banana\",\"banner\",\"bar\",\"barely\",\"bargain\",\"barrel\",\"base\",\"basic\",\"basket\",\"battle\",\"beach\",\"bean\",\"beauty\",\"because\",\"become\",\"beef\",\"before\",\"begin\",\"behave\",\"behind\",\"believe\",\"below\",\"belt\",\"bench\",\"benefit\",\"best\",\"betray\",\"better\",\"between\",\"beyond\",\"bicycle\",\"bid\",\"bike\",\"bind\",\"biology\",\"bird\",\"birth\",\"bitter\",\"black\",\"blade\",\"blame\",\"blanket\",\"blast\",\"bleak\",\"bless\",\"blind\",\"blood\",\"blossom\",\"blouse\",\"blue\",\"blur\",\"blush\",\"board\",\"boat\",\"body\",\"boil\",\"bomb\",\"bone\",\"bonus\",\"book\",\"boost\",\"border\",\"boring\",\"borrow\",\"boss\",\"bottom\",\"bounce\",\"box\",\"boy\",\"bracket\",\"brain\",\"brand\",\"brass\",\"brave\",\"bread\",\"breeze\",\"brick\",\"bridge\",\"brief\",\"bright\",\"bring\",\"brisk\",\"broccoli\",\"broken\",\"bronze\",\"broom\",\"brother\",\"brown\",\"brush\",\"bubble\",\"buddy\",\"budget\",\"buffalo\",\"build\",\"bulb\",\"bulk\",\"bullet\",\"bundle\",\"bunker\",\"burden\",\"burger\",\"burst\",\"bus\",\"business\",\"busy\",\"butter\",\"buyer\",\"buzz\",\"cabbage\",\"cabin\",\"cable\",\"cactus\",\"cage\",\"cake\",\"call\",\"calm\",\"camera\",\"camp\",\"can\",\"canal\",\"cancel\",\"candy\",\"cannon\",\"canoe\",\"canvas\",\"canyon\",\"capable\",\"capital\",\"captain\",\"car\",\"carbon\",\"card\",\"cargo\",\"carpet\",\"carry\",\"cart\",\"case\",\"cash\",\"casino\",\"castle\",\"casual\",\"cat\",\"catalog\",\"catch\",\"category\",\"cattle\",\"caught\",\"cause\",\"caution\",\"cave\",\"ceiling\",\"celery\",\"cement\",\"census\",\"century\",\"cereal\",\"certain\",\"chair\",\"chalk\",\"champion\",\"change\",\"chaos\",\"chapter\",\"charge\",\"chase\",\"chat\",\"cheap\",\"check\",\"cheese\",\"chef\",\"cherry\",\"chest\",\"chicken\",\"chief\",\"child\",\"chimney\",\"choice\",\"choose\",\"chronic\",\"chuckle\",\"chunk\",\"churn\",\"cigar\",\"cinnamon\",\"circle\",\"citizen\",\"city\",\"civil\",\"claim\",\"clap\",\"clarify\",\"claw\",\"clay\",\"clean\",\"clerk\",\"clever\",\"click\",\"client\",\"cliff\",\"climb\",\"clinic\",\"clip\",\"clock\",\"clog\",\"close\",\"cloth\",\"cloud\",\"clown\",\"club\",\"clump\",\"cluster\",\"clutch\",\"coach\",\"coast\",\"coconut\",\"code\",\"coffee\",\"coil\",\"coin\",\"collect\",\"color\",\"column\",\"combine\",\"come\",\"comfort\",\"comic\",\"common\",\"company\",\"concert\",\"conduct\",\"confirm\",\"congress\",\"connect\",\"consider\",\"control\",\"convince\",\"cook\",\"cool\",\"copper\",\"copy\",\"coral\",\"core\",\"corn\",\"correct\",\"cost\",\"cotton\",\"couch\",\"country\",\"couple\",\"course\",\"cousin\",\"cover\",\"coyote\",\"crack\",\"cradle\",\"craft\",\"cram\",\"crane\",\"crash\",\"crater\",\"crawl\",\"crazy\",\"cream\",\"credit\",\"creek\",\"crew\",\"cricket\",\"crime\",\"crisp\",\"critic\",\"crop\",\"cross\",\"crouch\",\"crowd\",\"crucial\",\"cruel\",\"cruise\",\"crumble\",\"crunch\",\"crush\",\"cry\",\"crystal\",\"cube\",\"culture\",\"cup\",\"cupboard\",\"curious\",\"current\",\"curtain\",\"curve\",\"cushion\",\"custom\",\"cute\",\"cycle\",\"dad\",\"damage\",\"damp\",\"dance\",\"danger\",\"daring\",\"dash\",\"daughter\",\"dawn\",\"day\",\"deal\",\"debate\",\"debris\",\"decade\",\"december\",\"decide\",\"decline\",\"decorate\",\"decrease\",\"deer\",\"defense\",\"define\",\"defy\",\"degree\",\"delay\",\"deliver\",\"demand\",\"demise\",\"denial\",\"dentist\",\"deny\",\"depart\",\"depend\",\"deposit\",\"depth\",\"deputy\",\"derive\",\"describe\",\"desert\",\"design\",\"desk\",\"despair\",\"destroy\",\"detail\",\"detect\",\"develop\",\"device\",\"devote\",\"diagram\",\"dial\",\"diamond\",\"diary\",\"dice\",\"diesel\",\"diet\",\"differ\",\"digital\",\"dignity\",\"dilemma\",\"dinner\",\"dinosaur\",\"direct\",\"dirt\",\"disagree\",\"discover\",\"disease\",\"dish\",\"dismiss\",\"disorder\",\"display\",\"distance\",\"divert\",\"divide\",\"divorce\",\"dizzy\",\"doctor\",\"document\",\"dog\",\"doll\",\"dolphin\",\"domain\",\"donate\",\"donkey\",\"donor\",\"door\",\"dose\",\"double\",\"dove\",\"draft\",\"dragon\",\"drama\",\"drastic\",\"draw\",\"dream\",\"dress\",\"drift\",\"drill\",\"drink\",\"drip\",\"drive\",\"drop\",\"drum\",\"dry\",\"duck\",\"dumb\",\"dune\",\"during\",\"dust\",\"dutch\",\"duty\",\"dwarf\",\"dynamic\",\"eager\",\"eagle\",\"early\",\"earn\",\"earth\",\"easily\",\"east\",\"easy\",\"echo\",\"ecology\",\"economy\",\"edge\",\"edit\",\"educate\",\"effort\",\"egg\",\"eight\",\"either\",\"elbow\",\"elder\",\"electric\",\"elegant\",\"element\",\"elephant\",\"elevator\",\"elite\",\"else\",\"embark\",\"embody\",\"embrace\",\"emerge\",\"emotion\",\"employ\",\"empower\",\"empty\",\"enable\",\"enact\",\"end\",\"endless\",\"endorse\",\"enemy\",\"energy\",\"enforce\",\"engage\",\"engine\",\"enhance\",\"enjoy\",\"enlist\",\"enough\",\"enrich\",\"enroll\",\"ensure\",\"enter\",\"entire\",\"entry\",\"envelope\",\"episode\",\"equal\",\"equip\",\"era\",\"erase\",\"erode\",\"erosion\",\"error\",\"erupt\",\"escape\",\"essay\",\"essence\",\"estate\",\"eternal\",\"ethics\",\"evidence\",\"evil\",\"evoke\",\"evolve\",\"exact\",\"example\",\"excess\",\"exchange\",\"excite\",\"exclude\",\"excuse\",\"execute\",\"exercise\",\"exhaust\",\"exhibit\",\"exile\",\"exist\",\"exit\",\"exotic\",\"expand\",\"expect\",\"expire\",\"explain\",\"expose\",\"express\",\"extend\",\"extra\",\"eye\",\"eyebrow\",\"fabric\",\"face\",\"faculty\",\"fade\",\"faint\",\"faith\",\"fall\",\"false\",\"fame\",\"family\",\"famous\",\"fan\",\"fancy\",\"fantasy\",\"farm\",\"fashion\",\"fat\",\"fatal\",\"father\",\"fatigue\",\"fault\",\"favorite\",\"feature\",\"february\",\"federal\",\"fee\",\"feed\",\"feel\",\"female\",\"fence\",\"festival\",\"fetch\",\"fever\",\"few\",\"fiber\",\"fiction\",\"field\",\"figure\",\"file\",\"film\",\"filter\",\"final\",\"find\",\"fine\",\"finger\",\"finish\",\"fire\",\"firm\",\"first\",\"fiscal\",\"fish\",\"fit\",\"fitness\",\"fix\",\"flag\",\"flame\",\"flash\",\"flat\",\"flavor\",\"flee\",\"flight\",\"flip\",\"float\",\"flock\",\"floor\",\"flower\",\"fluid\",\"flush\",\"fly\",\"foam\",\"focus\",\"fog\",\"foil\",\"fold\",\"follow\",\"food\",\"foot\",\"force\",\"forest\",\"forget\",\"fork\",\"fortune\",\"forum\",\"forward\",\"fossil\",\"foster\",\"found\",\"fox\",\"fragile\",\"frame\",\"frequent\",\"fresh\",\"friend\",\"fringe\",\"frog\",\"front\",\"frost\",\"frown\",\"frozen\",\"fruit\",\"fuel\",\"fun\",\"funny\",\"furnace\",\"fury\",\"future\",\"gadget\",\"gain\",\"galaxy\",\"gallery\",\"game\",\"gap\",\"garage\",\"garbage\",\"garden\",\"garlic\",\"garment\",\"gas\",\"gasp\",\"gate\",\"gather\",\"gauge\",\"gaze\",\"general\",\"genius\",\"genre\",\"gentle\",\"genuine\",\"gesture\",\"ghost\",\"giant\",\"gift\",\"giggle\",\"ginger\",\"giraffe\",\"girl\",\"give\",\"glad\",\"glance\",\"glare\",\"glass\",\"glide\",\"glimpse\",\"globe\",\"gloom\",\"glory\",\"glove\",\"glow\",\"glue\",\"goat\",\"goddess\",\"gold\",\"good\",\"goose\",\"gorilla\",\"gospel\",\"gossip\",\"govern\",\"gown\",\"grab\",\"grace\",\"grain\",\"grant\",\"grape\",\"grass\",\"gravity\",\"great\",\"green\",\"grid\",\"grief\",\"grit\",\"grocery\",\"group\",\"grow\",\"grunt\",\"guard\",\"guess\",\"guide\",\"guilt\",\"guitar\",\"gun\",\"gym\",\"habit\",\"hair\",\"half\",\"hammer\",\"hamster\",\"hand\",\"happy\",\"harbor\",\"hard\",\"harsh\",\"harvest\",\"hat\",\"have\",\"hawk\",\"hazard\",\"head\",\"health\",\"heart\",\"heavy\",\"hedgehog\",\"height\",\"hello\",\"helmet\",\"help\",\"hen\",\"hero\",\"hidden\",\"high\",\"hill\",\"hint\",\"hip\",\"hire\",\"history\",\"hobby\",\"hockey\",\"hold\",\"hole\",\"holiday\",\"hollow\",\"home\",\"honey\",\"hood\",\"hope\",\"horn\",\"horror\",\"horse\",\"hospital\",\"host\",\"hotel\",\"hour\",\"hover\",\"hub\",\"huge\",\"human\",\"humble\",\"humor\",\"hundred\",\"hungry\",\"hunt\",\"hurdle\",\"hurry\",\"hurt\",\"husband\",\"hybrid\",\"ice\",\"icon\",\"idea\",\"identify\",\"idle\",\"ignore\",\"ill\",\"illegal\",\"illness\",\"image\",\"imitate\",\"immense\",\"immune\",\"impact\",\"impose\",\"improve\",\"impulse\",\"inch\",\"include\",\"income\",\"increase\",\"index\",\"indicate\",\"indoor\",\"industry\",\"infant\",\"inflict\",\"inform\",\"inhale\",\"inherit\",\"initial\",\"inject\",\"injury\",\"inmate\",\"inner\",\"innocent\",\"input\",\"inquiry\",\"insane\",\"insect\",\"inside\",\"inspire\",\"install\",\"intact\",\"interest\",\"into\",\"invest\",\"invite\",\"involve\",\"iron\",\"island\",\"isolate\",\"issue\",\"item\",\"ivory\",\"jacket\",\"jaguar\",\"jar\",\"jazz\",\"jealous\",\"jeans\",\"jelly\",\"jewel\",\"job\",\"join\",\"joke\",\"journey\",\"joy\",\"judge\",\"juice\",\"jump\",\"jungle\",\"junior\",\"junk\",\"just\",\"kangaroo\",\"keen\",\"keep\",\"ketchup\",\"key\",\"kick\",\"kid\",\"kidney\",\"kind\",\"kingdom\",\"kiss\",\"kit\",\"kitchen\",\"kite\",\"kitten\",\"kiwi\",\"knee\",\"knife\",\"knock\",\"know\",\"lab\",\"label\",\"labor\",\"ladder\",\"lady\",\"lake\",\"lamp\",\"language\",\"laptop\",\"large\",\"later\",\"latin\",\"laugh\",\"laundry\",\"lava\",\"law\",\"lawn\",\"lawsuit\",\"layer\",\"lazy\",\"leader\",\"leaf\",\"learn\",\"leave\",\"lecture\",\"left\",\"leg\",\"legal\",\"legend\",\"leisure\",\"lemon\",\"lend\",\"length\",\"lens\",\"leopard\",\"lesson\",\"letter\",\"level\",\"liar\",\"liberty\",\"library\",\"license\",\"life\",\"lift\",\"light\",\"like\",\"limb\",\"limit\",\"link\",\"lion\",\"liquid\",\"list\",\"little\",\"live\",\"lizard\",\"load\",\"loan\",\"lobster\",\"local\",\"lock\",\"logic\",\"lonely\",\"long\",\"loop\",\"lottery\",\"loud\",\"lounge\",\"love\",\"loyal\",\"lucky\",\"luggage\",\"lumber\",\"lunar\",\"lunch\",\"luxury\",\"lyrics\",\"machine\",\"mad\",\"magic\",\"magnet\",\"maid\",\"mail\",\"main\",\"major\",\"make\",\"mammal\",\"man\",\"manage\",\"mandate\",\"mango\",\"mansion\",\"manual\",\"maple\",\"marble\",\"march\",\"margin\",\"marine\",\"market\",\"marriage\",\"mask\",\"mass\",\"master\",\"match\",\"material\",\"math\",\"matrix\",\"matter\",\"maximum\",\"maze\",\"meadow\",\"mean\",\"measure\",\"meat\",\"mechanic\",\"medal\",\"media\",\"melody\",\"melt\",\"member\",\"memory\",\"mention\",\"menu\",\"mercy\",\"merge\",\"merit\",\"merry\",\"mesh\",\"message\",\"metal\",\"method\",\"middle\",\"midnight\",\"milk\",\"million\",\"mimic\",\"mind\",\"minimum\",\"minor\",\"minute\",\"miracle\",\"mirror\",\"misery\",\"miss\",\"mistake\",\"mix\",\"mixed\",\"mixture\",\"mobile\",\"model\",\"modify\",\"mom\",\"moment\",\"monitor\",\"monkey\",\"monster\",\"month\",\"moon\",\"moral\",\"more\",\"morning\",\"mosquito\",\"mother\",\"motion\",\"motor\",\"mountain\",\"mouse\",\"move\",\"movie\",\"much\",\"muffin\",\"mule\",\"multiply\",\"muscle\",\"museum\",\"mushroom\",\"music\",\"must\",\"mutual\",\"myself\",\"mystery\",\"myth\",\"naive\",\"name\",\"napkin\",\"narrow\",\"nasty\",\"nation\",\"nature\",\"near\",\"neck\",\"need\",\"negative\",\"neglect\",\"neither\",\"nephew\",\"nerve\",\"nest\",\"net\",\"network\",\"neutral\",\"never\",\"news\",\"next\",\"nice\",\"night\",\"noble\",\"noise\",\"nominee\",\"noodle\",\"normal\",\"north\",\"nose\",\"notable\",\"note\",\"nothing\",\"notice\",\"novel\",\"now\",\"nuclear\",\"number\",\"nurse\",\"nut\",\"oak\",\"obey\",\"object\",\"oblige\",\"obscure\",\"observe\",\"obtain\",\"obvious\",\"occur\",\"ocean\",\"october\",\"odor\",\"off\",\"offer\",\"office\",\"often\",\"oil\",\"okay\",\"old\",\"olive\",\"olympic\",\"omit\",\"once\",\"one\",\"onion\",\"online\",\"only\",\"open\",\"opera\",\"opinion\",\"oppose\",\"option\",\"orange\",\"orbit\",\"orchard\",\"order\",\"ordinary\",\"organ\",\"orient\",\"original\",\"orphan\",\"ostrich\",\"other\",\"outdoor\",\"outer\",\"output\",\"outside\",\"oval\",\"oven\",\"over\",\"own\",\"owner\",\"oxygen\",\"oyster\",\"ozone\",\"pact\",\"paddle\",\"page\",\"pair\",\"palace\",\"palm\",\"panda\",\"panel\",\"panic\",\"panther\",\"paper\",\"parade\",\"parent\",\"park\",\"parrot\",\"party\",\"pass\",\"patch\",\"path\",\"patient\",\"patrol\",\"pattern\",\"pause\",\"pave\",\"payment\",\"peace\",\"peanut\",\"pear\",\"peasant\",\"pelican\",\"pen\",\"penalty\",\"pencil\",\"people\",\"pepper\",\"perfect\",\"permit\",\"person\",\"pet\",\"phone\",\"photo\",\"phrase\",\"physical\",\"piano\",\"picnic\",\"picture\",\"piece\",\"pig\",\"pigeon\",\"pill\",\"pilot\",\"pink\",\"pioneer\",\"pipe\",\"pistol\",\"pitch\",\"pizza\",\"place\",\"planet\",\"plastic\",\"plate\",\"play\",\"please\",\"pledge\",\"pluck\",\"plug\",\"plunge\",\"poem\",\"poet\",\"point\",\"polar\",\"pole\",\"police\",\"pond\",\"pony\",\"pool\",\"popular\",\"portion\",\"position\",\"possible\",\"post\",\"potato\",\"pottery\",\"poverty\",\"powder\",\"power\",\"practice\",\"praise\",\"predict\",\"prefer\",\"prepare\",\"present\",\"pretty\",\"prevent\",\"price\",\"pride\",\"primary\",\"print\",\"priority\",\"prison\",\"private\",\"prize\",\"problem\",\"process\",\"produce\",\"profit\",\"program\",\"project\",\"promote\",\"proof\",\"property\",\"prosper\",\"protect\",\"proud\",\"provide\",\"public\",\"pudding\",\"pull\",\"pulp\",\"pulse\",\"pumpkin\",\"punch\",\"pupil\",\"puppy\",\"purchase\",\"purity\",\"purpose\",\"purse\",\"push\",\"put\",\"puzzle\",\"pyramid\",\"quality\",\"quantum\",\"quarter\",\"question\",\"quick\",\"quit\",\"quiz\",\"quote\",\"rabbit\",\"raccoon\",\"race\",\"rack\",\"radar\",\"radio\",\"rail\",\"rain\",\"raise\",\"rally\",\"ramp\",\"ranch\",\"random\",\"range\",\"rapid\",\"rare\",\"rate\",\"rather\",\"raven\",\"raw\",\"razor\",\"ready\",\"real\",\"reason\",\"rebel\",\"rebuild\",\"recall\",\"receive\",\"recipe\",\"record\",\"recycle\",\"reduce\",\"reflect\",\"reform\",\"refuse\",\"region\",\"regret\",\"regular\",\"reject\",\"relax\",\"release\",\"relief\",\"rely\",\"remain\",\"remember\",\"remind\",\"remove\",\"render\",\"renew\",\"rent\",\"reopen\",\"repair\",\"repeat\",\"replace\",\"report\",\"require\",\"rescue\",\"resemble\",\"resist\",\"resource\",\"response\",\"result\",\"retire\",\"retreat\",\"return\",\"reunion\",\"reveal\",\"review\",\"reward\",\"rhythm\",\"rib\",\"ribbon\",\"rice\",\"rich\",\"ride\",\"ridge\",\"rifle\",\"right\",\"rigid\",\"ring\",\"riot\",\"ripple\",\"risk\",\"ritual\",\"rival\",\"river\",\"road\",\"roast\",\"robot\",\"robust\",\"rocket\",\"romance\",\"roof\",\"rookie\",\"room\",\"rose\",\"rotate\",\"rough\",\"round\",\"route\",\"royal\",\"rubber\",\"rude\",\"rug\",\"rule\",\"run\",\"runway\",\"rural\",\"sad\",\"saddle\",\"sadness\",\"safe\",\"sail\",\"salad\",\"salmon\",\"salon\",\"salt\",\"salute\",\"same\",\"sample\",\"sand\",\"satisfy\",\"satoshi\",\"sauce\",\"sausage\",\"save\",\"say\",\"scale\",\"scan\",\"scare\",\"scatter\",\"scene\",\"scheme\",\"school\",\"science\",\"scissors\",\"scorpion\",\"scout\",\"scrap\",\"screen\",\"script\",\"scrub\",\"sea\",\"search\",\"season\",\"seat\",\"second\",\"secret\",\"section\",\"security\",\"seed\",\"seek\",\"segment\",\"select\",\"sell\",\"seminar\",\"senior\",\"sense\",\"sentence\",\"series\",\"service\",\"session\",\"settle\",\"setup\",\"seven\",\"shadow\",\"shaft\",\"shallow\",\"share\",\"shed\",\"shell\",\"sheriff\",\"shield\",\"shift\",\"shine\",\"ship\",\"shiver\",\"shock\",\"shoe\",\"shoot\",\"shop\",\"short\",\"shoulder\",\"shove\",\"shrimp\",\"shrug\",\"shuffle\",\"shy\",\"sibling\",\"sick\",\"side\",\"siege\",\"sight\",\"sign\",\"silent\",\"silk\",\"silly\",\"silver\",\"similar\",\"simple\",\"since\",\"sing\",\"siren\",\"sister\",\"situate\",\"six\",\"size\",\"skate\",\"sketch\",\"ski\",\"skill\",\"skin\",\"skirt\",\"skull\",\"slab\",\"slam\",\"sleep\",\"slender\",\"slice\",\"slide\",\"slight\",\"slim\",\"slogan\",\"slot\",\"slow\",\"slush\",\"small\",\"smart\",\"smile\",\"smoke\",\"smooth\",\"snack\",\"snake\",\"snap\",\"sniff\",\"snow\",\"soap\",\"soccer\",\"social\",\"sock\",\"soda\",\"soft\",\"solar\",\"soldier\",\"solid\",\"solution\",\"solve\",\"someone\",\"song\",\"soon\",\"sorry\",\"sort\",\"soul\",\"sound\",\"soup\",\"source\",\"south\",\"space\",\"spare\",\"spatial\",\"spawn\",\"speak\",\"special\",\"speed\",\"spell\",\"spend\",\"sphere\",\"spice\",\"spider\",\"spike\",\"spin\",\"spirit\",\"split\",\"spoil\",\"sponsor\",\"spoon\",\"sport\",\"spot\",\"spray\",\"spread\",\"spring\",\"spy\",\"square\",\"squeeze\",\"squirrel\",\"stable\",\"stadium\",\"staff\",\"stage\",\"stairs\",\"stamp\",\"stand\",\"start\",\"state\",\"stay\",\"steak\",\"steel\",\"stem\",\"step\",\"stereo\",\"stick\",\"still\",\"sting\",\"stock\",\"stomach\",\"stone\",\"stool\",\"story\",\"stove\",\"strategy\",\"street\",\"strike\",\"strong\",\"struggle\",\"student\",\"stuff\",\"stumble\",\"style\",\"subject\",\"submit\",\"subway\",\"success\",\"such\",\"sudden\",\"suffer\",\"sugar\",\"suggest\",\"suit\",\"summer\",\"sun\",\"sunny\",\"sunset\",\"super\",\"supply\",\"supreme\",\"sure\",\"surface\",\"surge\",\"surprise\",\"surround\",\"survey\",\"suspect\",\"sustain\",\"swallow\",\"swamp\",\"swap\",\"swarm\",\"swear\",\"sweet\",\"swift\",\"swim\",\"swing\",\"switch\",\"sword\",\"symbol\",\"symptom\",\"syrup\",\"system\",\"table\",\"tackle\",\"tag\",\"tail\",\"talent\",\"talk\",\"tank\",\"tape\",\"target\",\"task\",\"taste\",\"tattoo\",\"taxi\",\"teach\",\"team\",\"tell\",\"ten\",\"tenant\",\"tennis\",\"tent\",\"term\",\"test\",\"text\",\"thank\",\"that\",\"theme\",\"then\",\"theory\",\"there\",\"they\",\"thing\",\"this\",\"thought\",\"three\",\"thrive\",\"throw\",\"thumb\",\"thunder\",\"ticket\",\"tide\",\"tiger\",\"tilt\",\"timber\",\"time\",\"tiny\",\"tip\",\"tired\",\"tissue\",\"title\",\"toast\",\"tobacco\",\"today\",\"toddler\",\"toe\",\"together\",\"toilet\",\"token\",\"tomato\",\"tomorrow\",\"tone\",\"tongue\",\"tonight\",\"tool\",\"tooth\",\"top\",\"topic\",\"topple\",\"torch\",\"tornado\",\"tortoise\",\"toss\",\"total\",\"tourist\",\"toward\",\"tower\",\"town\",\"toy\",\"track\",\"trade\",\"traffic\",\"tragic\",\"train\",\"transfer\",\"trap\",\"trash\",\"travel\",\"tray\",\"treat\",\"tree\",\"trend\",\"trial\",\"tribe\",\"trick\",\"trigger\",\"trim\",\"trip\",\"trophy\",\"trouble\",\"truck\",\"true\",\"truly\",\"trumpet\",\"trust\",\"truth\",\"try\",\"tube\",\"tuition\",\"tumble\",\"tuna\",\"tunnel\",\"turkey\",\"turn\",\"turtle\",\"twelve\",\"twenty\",\"twice\",\"twin\",\"twist\",\"two\",\"type\",\"typical\",\"ugly\",\"umbrella\",\"unable\",\"unaware\",\"uncle\",\"uncover\",\"under\",\"undo\",\"unfair\",\"unfold\",\"unhappy\",\"uniform\",\"unique\",\"unit\",\"universe\",\"unknown\",\"unlock\",\"until\",\"unusual\",\"unveil\",\"update\",\"upgrade\",\"uphold\",\"upon\",\"upper\",\"upset\",\"urban\",\"urge\",\"usage\",\"use\",\"used\",\"useful\",\"useless\",\"usual\",\"utility\",\"vacant\",\"vacuum\",\"vague\",\"valid\",\"valley\",\"valve\",\"van\",\"vanish\",\"vapor\",\"various\",\"vast\",\"vault\",\"vehicle\",\"velvet\",\"vendor\",\"venture\",\"venue\",\"verb\",\"verify\",\"version\",\"very\",\"vessel\",\"veteran\",\"viable\",\"vibrant\",\"vicious\",\"victory\",\"video\",\"view\",\"village\",\"vintage\",\"violin\",\"virtual\",\"virus\",\"visa\",\"visit\",\"visual\",\"vital\",\"vivid\",\"vocal\",\"voice\",\"void\",\"volcano\",\"volume\",\"vote\",\"voyage\",\"wage\",\"wagon\",\"wait\",\"walk\",\"wall\",\"walnut\",\"want\",\"warfare\",\"warm\",\"warrior\",\"wash\",\"wasp\",\"waste\",\"water\",\"wave\",\"way\",\"wealth\",\"weapon\",\"wear\",\"weasel\",\"weather\",\"web\",\"wedding\",\"weekend\",\"weird\",\"welcome\",\"west\",\"wet\",\"whale\",\"what\",\"wheat\",\"wheel\",\"when\",\"where\",\"whip\",\"whisper\",\"wide\",\"width\",\"wife\",\"wild\",\"will\",\"win\",\"window\",\"wine\",\"wing\",\"wink\",\"winner\",\"winter\",\"wire\",\"wisdom\",\"wise\",\"wish\",\"witness\",\"wolf\",\"woman\",\"wonder\",\"wood\",\"wool\",\"word\",\"work\",\"world\",\"worry\",\"worth\",\"wrap\",\"wreck\",\"wrestle\",\"wrist\",\"write\",\"wrong\",\"yard\",\"year\",\"yellow\",\"you\",\"young\",\"youth\",\"zebra\",\"zero\",\"zone\",\"zoo\"]");
-var W = new Array(64)
+/***/ }),
+/* 395 */
+/*!*******************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip32/src/index.js ***!
+ \*******************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
-function Sha256 () {
- this.init()
+"use strict";
- this._w = W // new Array(64)
+Object.defineProperty(exports, "__esModule", { value: true });
+var bip32_1 = __webpack_require__(/*! ./bip32 */ 396);
+exports.fromSeed = bip32_1.fromSeed;
+exports.fromBase58 = bip32_1.fromBase58;
+exports.fromPublicKey = bip32_1.fromPublicKey;
+exports.fromPrivateKey = bip32_1.fromPrivateKey;
- Hash.call(this, 64, 56)
-}
+/***/ }),
+/* 396 */
+/*!*******************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip32/src/bip32.js ***!
+ \*******************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
-inherits(Sha256, Hash)
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}
+Object.defineProperty(exports, "__esModule", { value: true });
+var crypto = __webpack_require__(/*! ./crypto */ 397);
+var bs58check = __webpack_require__(/*! bs58check */ 400);
+var ecc = __webpack_require__(/*! tiny-secp256k1 */ 404);
+var typeforce = __webpack_require__(/*! typeforce */ 406);
+var wif = __webpack_require__(/*! wif */ 410);
+var UINT256_TYPE = typeforce.BufferN(32);
+var NETWORK_TYPE = typeforce.compile({
+ wif: typeforce.UInt8,
+ bip32: {
+ public: typeforce.UInt32,
+ private: typeforce.UInt32 } });
-Sha256.prototype.init = function () {
- this._a = 0x6a09e667
- this._b = 0xbb67ae85
- this._c = 0x3c6ef372
- this._d = 0xa54ff53a
- this._e = 0x510e527f
- this._f = 0x9b05688c
- this._g = 0x1f83d9ab
- this._h = 0x5be0cd19
- return this
-}
+var BITCOIN = {
+ messagePrefix: '\x18Bitcoin Signed Message:\n',
+ bech32: 'bc',
+ bip32: {
+ public: 0x0488b21e,
+ private: 0x0488ade4 },
-function ch (x, y, z) {
- return z ^ (x & (y ^ z))
-}
+ pubKeyHash: 0x00,
+ scriptHash: 0x05,
+ wif: 0x80 };
-function maj (x, y, z) {
- return (x & y) | (z & (x | y))
+var HIGHEST_BIT = 0x80000000;
+var UINT31_MAX = Math.pow(2, 31) - 1;
+function BIP32Path(value) {
+ return typeforce.String(value) && value.match(/^(m\/)?(\d+'?\/)*\d+'?$/) !== null;
}
+function UInt31(value) {
+ return typeforce.UInt32(value) && value <= UINT31_MAX;
+}var
+BIP32 = /*#__PURE__*/function () {
+ function BIP32(__D, __Q, chainCode, network) {var __DEPTH = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : 0;var __INDEX = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : 0;var __PARENT_FINGERPRINT = arguments.length > 6 && arguments[6] !== undefined ? arguments[6] : 0x00000000;_classCallCheck(this, BIP32);
+ this.__D = __D;
+ this.__Q = __Q;
+ this.chainCode = chainCode;
+ this.network = network;
+ this.__DEPTH = __DEPTH;
+ this.__INDEX = __INDEX;
+ this.__PARENT_FINGERPRINT = __PARENT_FINGERPRINT;
+ typeforce(NETWORK_TYPE, network);
+ this.lowR = false;
+ }_createClass(BIP32, [{ key: "isNeutered",
-function sigma0 (x) {
- return (x >>> 2 | x << 30) ^ (x >>> 13 | x << 19) ^ (x >>> 22 | x << 10)
-}
-function sigma1 (x) {
- return (x >>> 6 | x << 26) ^ (x >>> 11 | x << 21) ^ (x >>> 25 | x << 7)
-}
-function gamma0 (x) {
- return (x >>> 7 | x << 25) ^ (x >>> 18 | x << 14) ^ (x >>> 3)
-}
-function gamma1 (x) {
- return (x >>> 17 | x << 15) ^ (x >>> 19 | x << 13) ^ (x >>> 10)
-}
-Sha256.prototype._update = function (M) {
- var W = this._w
- var a = this._a | 0
- var b = this._b | 0
- var c = this._c | 0
- var d = this._d | 0
- var e = this._e | 0
- var f = this._f | 0
- var g = this._g | 0
- var h = this._h | 0
- for (var i = 0; i < 16; ++i) W[i] = M.readInt32BE(i * 4)
- for (; i < 64; ++i) W[i] = (gamma1(W[i - 2]) + W[i - 7] + gamma0(W[i - 15]) + W[i - 16]) | 0
- for (var j = 0; j < 64; ++j) {
- var T1 = (h + sigma1(e) + ch(e, f, g) + K[j] + W[j]) | 0
- var T2 = (sigma0(a) + maj(a, b, c)) | 0
- h = g
- g = f
- f = e
- e = (d + T1) | 0
- d = c
- c = b
- b = a
- a = (T1 + T2) | 0
- }
- this._a = (a + this._a) | 0
- this._b = (b + this._b) | 0
- this._c = (c + this._c) | 0
- this._d = (d + this._d) | 0
- this._e = (e + this._e) | 0
- this._f = (f + this._f) | 0
- this._g = (g + this._g) | 0
- this._h = (h + this._h) | 0
-}
-Sha256.prototype._hash = function () {
- var H = Buffer.allocUnsafe(32)
- H.writeInt32BE(this._a, 0)
- H.writeInt32BE(this._b, 4)
- H.writeInt32BE(this._c, 8)
- H.writeInt32BE(this._d, 12)
- H.writeInt32BE(this._e, 16)
- H.writeInt32BE(this._f, 20)
- H.writeInt32BE(this._g, 24)
- H.writeInt32BE(this._h, 28)
- return H
-}
-module.exports = Sha256
-/***/ }),
-/* 396 */
-/*!***************************************!*\
- !*** ./node_modules/sha.js/sha384.js ***!
- \***************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-var inherits = __webpack_require__(/*! inherits */ 132)
-var SHA512 = __webpack_require__(/*! ./sha512 */ 397)
-var Hash = __webpack_require__(/*! ./hash */ 392)
-var Buffer = __webpack_require__(/*! safe-buffer */ 372).Buffer
-var W = new Array(160)
-function Sha384 () {
- this.init()
- this._w = W
- Hash.call(this, 128, 112)
-}
-inherits(Sha384, SHA512)
-Sha384.prototype.init = function () {
- this._ah = 0xcbbb9d5d
- this._bh = 0x629a292a
- this._ch = 0x9159015a
- this._dh = 0x152fecd8
- this._eh = 0x67332667
- this._fh = 0x8eb44a87
- this._gh = 0xdb0c2e0d
- this._hh = 0x47b5481d
- this._al = 0xc1059ed8
- this._bl = 0x367cd507
- this._cl = 0x3070dd17
- this._dl = 0xf70e5939
- this._el = 0xffc00b31
- this._fl = 0x68581511
- this._gl = 0x64f98fa7
- this._hl = 0xbefa4fa4
- return this
-}
-Sha384.prototype._hash = function () {
- var H = Buffer.allocUnsafe(48)
- function writeInt64BE (h, l, offset) {
- H.writeInt32BE(h, offset)
- H.writeInt32BE(l, offset + 4)
- }
-
- writeInt64BE(this._ah, this._al, 0)
- writeInt64BE(this._bh, this._bl, 8)
- writeInt64BE(this._ch, this._cl, 16)
- writeInt64BE(this._dh, this._dl, 24)
- writeInt64BE(this._eh, this._el, 32)
- writeInt64BE(this._fh, this._fl, 40)
+ // Private === not neutered
+ // Public === neutered
+ value: function isNeutered() {
+ return this.__D === undefined;
+ } }, { key: "neutered", value: function neutered()
+ {
+ return fromPublicKeyLocal(this.publicKey, this.chainCode, this.network, this.depth, this.index, this.parentFingerprint);
+ } }, { key: "toBase58", value: function toBase58()
+ {
+ var network = this.network;
+ var version = !this.isNeutered() ?
+ network.bip32.private :
+ network.bip32.public;
+ var buffer = Buffer.allocUnsafe(78);
+ // 4 bytes: version bytes
+ buffer.writeUInt32BE(version, 0);
+ // 1 byte: depth: 0x00 for master nodes, 0x01 for level-1 descendants, ....
+ buffer.writeUInt8(this.depth, 4);
+ // 4 bytes: the fingerprint of the parent's key (0x00000000 if master key)
+ buffer.writeUInt32BE(this.parentFingerprint, 5);
+ // 4 bytes: child number. This is the number i in xi = xpar/i, with xi the key being serialized.
+ // This is encoded in big endian. (0x00000000 if master key)
+ buffer.writeUInt32BE(this.index, 9);
+ // 32 bytes: the chain code
+ this.chainCode.copy(buffer, 13);
+ // 33 bytes: the public key or private key data
+ if (!this.isNeutered()) {
+ // 0x00 + k for private keys
+ buffer.writeUInt8(0, 45);
+ this.privateKey.copy(buffer, 46);
+ // 33 bytes: the public key
+ } else
+ {
+ // X9.62 encoding for public keys
+ this.publicKey.copy(buffer, 45);
+ }
+ return bs58check.encode(buffer);
+ } }, { key: "toWIF", value: function toWIF()
+ {
+ if (!this.privateKey)
+ throw new TypeError('Missing private key');
+ return wif.encode(this.network.wif, this.privateKey, true);
+ }
+ // https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki#child-key-derivation-ckd-functions
+ }, { key: "derive", value: function derive(index) {
+ typeforce(typeforce.UInt32, index);
+ var isHardened = index >= HIGHEST_BIT;
+ var data = Buffer.allocUnsafe(37);
+ // Hardened child
+ if (isHardened) {
+ if (this.isNeutered())
+ throw new TypeError('Missing private key for hardened child key');
+ // data = 0x00 || ser256(kpar) || ser32(index)
+ data[0] = 0x00;
+ this.privateKey.copy(data, 1);
+ data.writeUInt32BE(index, 33);
+ // Normal child
+ } else
+ {
+ // data = serP(point(kpar)) || ser32(index)
+ // = serP(Kpar) || ser32(index)
+ this.publicKey.copy(data, 0);
+ data.writeUInt32BE(index, 33);
+ }
+ var I = crypto.hmacSHA512(this.chainCode, data);
+ var IL = I.slice(0, 32);
+ var IR = I.slice(32);
+ // if parse256(IL) >= n, proceed with the next value for i
+ if (!ecc.isPrivate(IL))
+ return this.derive(index + 1);
+ // Private parent key -> private child key
+ var hd;
+ if (!this.isNeutered()) {
+ // ki = parse256(IL) + kpar (mod n)
+ var ki = ecc.privateAdd(this.privateKey, IL);
+ // In case ki == 0, proceed with the next value for i
+ if (ki == null)
+ return this.derive(index + 1);
+ hd = fromPrivateKeyLocal(ki, IR, this.network, this.depth + 1, index, this.fingerprint.readUInt32BE(0));
+ // Public parent key -> public child key
+ } else
+ {
+ // Ki = point(parse256(IL)) + Kpar
+ // = G*IL + Kpar
+ var Ki = ecc.pointAddScalar(this.publicKey, IL, true);
+ // In case Ki is the point at infinity, proceed with the next value for i
+ if (Ki === null)
+ return this.derive(index + 1);
+ hd = fromPublicKeyLocal(Ki, IR, this.network, this.depth + 1, index, this.fingerprint.readUInt32BE(0));
+ }
+ return hd;
+ } }, { key: "deriveHardened", value: function deriveHardened(
+ index) {
+ typeforce(UInt31, index);
+ // Only derives hardened private keys by default
+ return this.derive(index + HIGHEST_BIT);
+ } }, { key: "derivePath", value: function derivePath(
+ path) {
+ typeforce(BIP32Path, path);
+ var splitPath = path.split('/');
+ if (splitPath[0] === 'm') {
+ if (this.parentFingerprint)
+ throw new TypeError('Expected master, got child');
+ splitPath = splitPath.slice(1);
+ }
+ return splitPath.reduce(function (prevHd, indexStr) {
+ var index;
+ if (indexStr.slice(-1) === "'") {
+ index = parseInt(indexStr.slice(0, -1), 10);
+ return prevHd.deriveHardened(index);
+ } else
+ {
+ index = parseInt(indexStr, 10);
+ return prevHd.derive(index);
+ }
+ }, this);
+ } }, { key: "sign", value: function sign(
+ hash, lowR) {
+ if (!this.privateKey)
+ throw new Error('Missing private key');
+ if (lowR === undefined)
+ lowR = this.lowR;
+ if (lowR === false) {
+ return ecc.sign(hash, this.privateKey);
+ } else
+ {
+ var sig = ecc.sign(hash, this.privateKey);
+ var extraData = Buffer.alloc(32, 0);
+ var counter = 0;
+ // if first try is lowR, skip the loop
+ // for second try and on, add extra entropy counting up
+ while (sig[0] > 0x7f) {
+ counter++;
+ extraData.writeUIntLE(counter, 0, 6);
+ sig = ecc.signWithEntropy(hash, this.privateKey, extraData);
+ }
+ return sig;
+ }
+ } }, { key: "verify", value: function verify(
+ hash, signature) {
+ return ecc.verify(hash, this.publicKey, signature);
+ } }, { key: "depth", get: function get() {return this.__DEPTH;} }, { key: "index", get: function get() {return this.__INDEX;} }, { key: "parentFingerprint", get: function get() {return this.__PARENT_FINGERPRINT;} }, { key: "publicKey", get: function get() {if (this.__Q === undefined) this.__Q = ecc.pointFromScalar(this.__D, true);return this.__Q;} }, { key: "privateKey", get: function get() {return this.__D;} }, { key: "identifier", get: function get() {return crypto.hash160(this.publicKey);} }, { key: "fingerprint", get: function get() {return this.identifier.slice(0, 4);} }, { key: "compressed", get: function get() {return true;} }]);return BIP32;}();
- return H
+function fromBase58(inString, network) {
+ var buffer = bs58check.decode(inString);
+ if (buffer.length !== 78)
+ throw new TypeError('Invalid buffer length');
+ network = network || BITCOIN;
+ // 4 bytes: version bytes
+ var version = buffer.readUInt32BE(0);
+ if (version !== network.bip32.private && version !== network.bip32.public)
+ throw new TypeError('Invalid network version');
+ // 1 byte: depth: 0x00 for master nodes, 0x01 for level-1 descendants, ...
+ var depth = buffer[4];
+ // 4 bytes: the fingerprint of the parent's key (0x00000000 if master key)
+ var parentFingerprint = buffer.readUInt32BE(5);
+ if (depth === 0) {
+ if (parentFingerprint !== 0x00000000)
+ throw new TypeError('Invalid parent fingerprint');
+ }
+ // 4 bytes: child number. This is the number i in xi = xpar/i, with xi the key being serialized.
+ // This is encoded in MSB order. (0x00000000 if master key)
+ var index = buffer.readUInt32BE(9);
+ if (depth === 0 && index !== 0)
+ throw new TypeError('Invalid index');
+ // 32 bytes: the chain code
+ var chainCode = buffer.slice(13, 45);
+ var hd;
+ // 33 bytes: private key data (0x00 + k)
+ if (version === network.bip32.private) {
+ if (buffer.readUInt8(45) !== 0x00)
+ throw new TypeError('Invalid private key');
+ var k = buffer.slice(46, 78);
+ hd = fromPrivateKeyLocal(k, chainCode, network, depth, index, parentFingerprint);
+ // 33 bytes: public key data (0x02 + X or 0x03 + X)
+ } else
+ {
+ var X = buffer.slice(45, 78);
+ hd = fromPublicKeyLocal(X, chainCode, network, depth, index, parentFingerprint);
+ }
+ return hd;
}
-
-module.exports = Sha384
-
+exports.fromBase58 = fromBase58;
+function fromPrivateKey(privateKey, chainCode, network) {
+ return fromPrivateKeyLocal(privateKey, chainCode, network);
+}
+exports.fromPrivateKey = fromPrivateKey;
+function fromPrivateKeyLocal(privateKey, chainCode, network, depth, index, parentFingerprint) {
+ typeforce({
+ privateKey: UINT256_TYPE,
+ chainCode: UINT256_TYPE },
+ { privateKey: privateKey, chainCode: chainCode });
+ network = network || BITCOIN;
+ if (!ecc.isPrivate(privateKey))
+ throw new TypeError('Private key not in range [1, n)');
+ return new BIP32(privateKey, undefined, chainCode, network, depth, index, parentFingerprint);
+}
+function fromPublicKey(publicKey, chainCode, network) {
+ return fromPublicKeyLocal(publicKey, chainCode, network);
+}
+exports.fromPublicKey = fromPublicKey;
+function fromPublicKeyLocal(publicKey, chainCode, network, depth, index, parentFingerprint) {
+ typeforce({
+ publicKey: typeforce.BufferN(33),
+ chainCode: UINT256_TYPE },
+ { publicKey: publicKey, chainCode: chainCode });
+ network = network || BITCOIN;
+ // verify the X coordinate is a point on the curve
+ if (!ecc.isPoint(publicKey))
+ throw new TypeError('Point is not on the curve');
+ return new BIP32(undefined, publicKey, chainCode, network, depth, index, parentFingerprint);
+}
+function fromSeed(seed, network) {
+ typeforce(typeforce.Buffer, seed);
+ if (seed.length < 16)
+ throw new TypeError('Seed should be at least 128 bits');
+ if (seed.length > 64)
+ throw new TypeError('Seed should be at most 512 bits');
+ network = network || BITCOIN;
+ var I = crypto.hmacSHA512(Buffer.from('Bitcoin seed', 'utf8'), seed);
+ var IL = I.slice(0, 32);
+ var IR = I.slice(32);
+ return fromPrivateKey(IL, IR, network);
+}
+exports.fromSeed = fromSeed;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
/***/ }),
/* 397 */
-/*!***************************************!*\
- !*** ./node_modules/sha.js/sha512.js ***!
- \***************************************/
+/*!********************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip32/src/crypto.js ***!
+ \********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-var inherits = __webpack_require__(/*! inherits */ 132)
-var Hash = __webpack_require__(/*! ./hash */ 392)
-var Buffer = __webpack_require__(/*! safe-buffer */ 372).Buffer
+"use strict";
-var K = [
- 0x428a2f98, 0xd728ae22, 0x71374491, 0x23ef65cd,
- 0xb5c0fbcf, 0xec4d3b2f, 0xe9b5dba5, 0x8189dbbc,
- 0x3956c25b, 0xf348b538, 0x59f111f1, 0xb605d019,
- 0x923f82a4, 0xaf194f9b, 0xab1c5ed5, 0xda6d8118,
- 0xd807aa98, 0xa3030242, 0x12835b01, 0x45706fbe,
- 0x243185be, 0x4ee4b28c, 0x550c7dc3, 0xd5ffb4e2,
- 0x72be5d74, 0xf27b896f, 0x80deb1fe, 0x3b1696b1,
- 0x9bdc06a7, 0x25c71235, 0xc19bf174, 0xcf692694,
- 0xe49b69c1, 0x9ef14ad2, 0xefbe4786, 0x384f25e3,
- 0x0fc19dc6, 0x8b8cd5b5, 0x240ca1cc, 0x77ac9c65,
- 0x2de92c6f, 0x592b0275, 0x4a7484aa, 0x6ea6e483,
- 0x5cb0a9dc, 0xbd41fbd4, 0x76f988da, 0x831153b5,
- 0x983e5152, 0xee66dfab, 0xa831c66d, 0x2db43210,
- 0xb00327c8, 0x98fb213f, 0xbf597fc7, 0xbeef0ee4,
- 0xc6e00bf3, 0x3da88fc2, 0xd5a79147, 0x930aa725,
- 0x06ca6351, 0xe003826f, 0x14292967, 0x0a0e6e70,
- 0x27b70a85, 0x46d22ffc, 0x2e1b2138, 0x5c26c926,
- 0x4d2c6dfc, 0x5ac42aed, 0x53380d13, 0x9d95b3df,
- 0x650a7354, 0x8baf63de, 0x766a0abb, 0x3c77b2a8,
- 0x81c2c92e, 0x47edaee6, 0x92722c85, 0x1482353b,
- 0xa2bfe8a1, 0x4cf10364, 0xa81a664b, 0xbc423001,
- 0xc24b8b70, 0xd0f89791, 0xc76c51a3, 0x0654be30,
- 0xd192e819, 0xd6ef5218, 0xd6990624, 0x5565a910,
- 0xf40e3585, 0x5771202a, 0x106aa070, 0x32bbd1b8,
- 0x19a4c116, 0xb8d2d0c8, 0x1e376c08, 0x5141ab53,
- 0x2748774c, 0xdf8eeb99, 0x34b0bcb5, 0xe19b48a8,
- 0x391c0cb3, 0xc5c95a63, 0x4ed8aa4a, 0xe3418acb,
- 0x5b9cca4f, 0x7763e373, 0x682e6ff3, 0xd6b2b8a3,
- 0x748f82ee, 0x5defb2fc, 0x78a5636f, 0x43172f60,
- 0x84c87814, 0xa1f0ab72, 0x8cc70208, 0x1a6439ec,
- 0x90befffa, 0x23631e28, 0xa4506ceb, 0xde82bde9,
- 0xbef9a3f7, 0xb2c67915, 0xc67178f2, 0xe372532b,
- 0xca273ece, 0xea26619c, 0xd186b8c7, 0x21c0c207,
- 0xeada7dd6, 0xcde0eb1e, 0xf57d4f7f, 0xee6ed178,
- 0x06f067aa, 0x72176fba, 0x0a637dc5, 0xa2c898a6,
- 0x113f9804, 0xbef90dae, 0x1b710b35, 0x131c471b,
- 0x28db77f5, 0x23047d84, 0x32caab7b, 0x40c72493,
- 0x3c9ebe0a, 0x15c9bebc, 0x431d67c4, 0x9c100d4c,
- 0x4cc5d4be, 0xcb3e42b6, 0x597f299c, 0xfc657e2a,
- 0x5fcb6fab, 0x3ad6faec, 0x6c44198c, 0x4a475817
-]
+Object.defineProperty(exports, "__esModule", { value: true });
+var createHash = __webpack_require__(/*! create-hash */ 341);
+var createHmac = __webpack_require__(/*! create-hmac */ 398);
+function hash160(buffer) {
+ var sha256Hash = createHash('sha256').
+ update(buffer).
+ digest();
+ try {
+ return createHash('rmd160').
+ update(sha256Hash).
+ digest();
+ }
+ catch (err) {
+ return createHash('ripemd160').
+ update(sha256Hash).
+ digest();
+ }
+}
+exports.hash160 = hash160;
+function hmacSHA512(key, data) {
+ return createHmac('sha512', key).
+ update(data).
+ digest();
+}
+exports.hmacSHA512 = hmacSHA512;
-var W = new Array(160)
+/***/ }),
+/* 398 */
+/*!*********************************************!*\
+ !*** ./node_modules/create-hmac/browser.js ***!
+ \*********************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
-function Sha512 () {
- this.init()
- this._w = W
+"use strict";
- Hash.call(this, 128, 112)
-}
+var inherits = __webpack_require__(/*! inherits */ 127)
+var Legacy = __webpack_require__(/*! ./legacy */ 399)
+var Base = __webpack_require__(/*! cipher-base */ 370)
+var Buffer = __webpack_require__(/*! safe-buffer */ 344).Buffer
+var md5 = __webpack_require__(/*! create-hash/md5 */ 381)
+var RIPEMD160 = __webpack_require__(/*! ripemd160 */ 361)
-inherits(Sha512, Hash)
+var sha = __webpack_require__(/*! sha.js */ 362)
-Sha512.prototype.init = function () {
- this._ah = 0x6a09e667
- this._bh = 0xbb67ae85
- this._ch = 0x3c6ef372
- this._dh = 0xa54ff53a
- this._eh = 0x510e527f
- this._fh = 0x9b05688c
- this._gh = 0x1f83d9ab
- this._hh = 0x5be0cd19
+var ZEROS = Buffer.alloc(128)
- this._al = 0xf3bcc908
- this._bl = 0x84caa73b
- this._cl = 0xfe94f82b
- this._dl = 0x5f1d36f1
- this._el = 0xade682d1
- this._fl = 0x2b3e6c1f
- this._gl = 0xfb41bd6b
- this._hl = 0x137e2179
+function Hmac (alg, key) {
+ Base.call(this, 'digest')
+ if (typeof key === 'string') {
+ key = Buffer.from(key)
+ }
- return this
-}
+ var blocksize = (alg === 'sha512' || alg === 'sha384') ? 128 : 64
-function Ch (x, y, z) {
- return z ^ (x & (y ^ z))
-}
+ this._alg = alg
+ this._key = key
+ if (key.length > blocksize) {
+ var hash = alg === 'rmd160' ? new RIPEMD160() : sha(alg)
+ key = hash.update(key).digest()
+ } else if (key.length < blocksize) {
+ key = Buffer.concat([key, ZEROS], blocksize)
+ }
-function maj (x, y, z) {
- return (x & y) | (z & (x | y))
-}
+ var ipad = this._ipad = Buffer.allocUnsafe(blocksize)
+ var opad = this._opad = Buffer.allocUnsafe(blocksize)
-function sigma0 (x, xl) {
- return (x >>> 28 | xl << 4) ^ (xl >>> 2 | x << 30) ^ (xl >>> 7 | x << 25)
+ for (var i = 0; i < blocksize; i++) {
+ ipad[i] = key[i] ^ 0x36
+ opad[i] = key[i] ^ 0x5C
+ }
+ this._hash = alg === 'rmd160' ? new RIPEMD160() : sha(alg)
+ this._hash.update(ipad)
}
-function sigma1 (x, xl) {
- return (x >>> 14 | xl << 18) ^ (x >>> 18 | xl << 14) ^ (xl >>> 9 | x << 23)
-}
+inherits(Hmac, Base)
-function Gamma0 (x, xl) {
- return (x >>> 1 | xl << 31) ^ (x >>> 8 | xl << 24) ^ (x >>> 7)
+Hmac.prototype._update = function (data) {
+ this._hash.update(data)
}
-function Gamma0l (x, xl) {
- return (x >>> 1 | xl << 31) ^ (x >>> 8 | xl << 24) ^ (x >>> 7 | xl << 25)
+Hmac.prototype._final = function () {
+ var h = this._hash.digest()
+ var hash = this._alg === 'rmd160' ? new RIPEMD160() : sha(this._alg)
+ return hash.update(this._opad).update(h).digest()
}
-function Gamma1 (x, xl) {
- return (x >>> 19 | xl << 13) ^ (xl >>> 29 | x << 3) ^ (x >>> 6)
+module.exports = function createHmac (alg, key) {
+ alg = alg.toLowerCase()
+ if (alg === 'rmd160' || alg === 'ripemd160') {
+ return new Hmac('rmd160', key)
+ }
+ if (alg === 'md5') {
+ return new Legacy(md5, key)
+ }
+ return new Hmac(alg, key)
}
-function Gamma1l (x, xl) {
- return (x >>> 19 | xl << 13) ^ (xl >>> 29 | x << 3) ^ (x >>> 6 | xl << 26)
-}
-function getCarry (a, b) {
- return (a >>> 0) < (b >>> 0) ? 1 : 0
-}
+/***/ }),
+/* 399 */
+/*!********************************************!*\
+ !*** ./node_modules/create-hmac/legacy.js ***!
+ \********************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
-Sha512.prototype._update = function (M) {
- var W = this._w
+"use strict";
- var ah = this._ah | 0
- var bh = this._bh | 0
- var ch = this._ch | 0
- var dh = this._dh | 0
- var eh = this._eh | 0
- var fh = this._fh | 0
- var gh = this._gh | 0
- var hh = this._hh | 0
+var inherits = __webpack_require__(/*! inherits */ 127)
+var Buffer = __webpack_require__(/*! safe-buffer */ 344).Buffer
- var al = this._al | 0
- var bl = this._bl | 0
- var cl = this._cl | 0
- var dl = this._dl | 0
- var el = this._el | 0
- var fl = this._fl | 0
- var gl = this._gl | 0
- var hl = this._hl | 0
+var Base = __webpack_require__(/*! cipher-base */ 370)
- for (var i = 0; i < 32; i += 2) {
- W[i] = M.readInt32BE(i * 4)
- W[i + 1] = M.readInt32BE(i * 4 + 4)
- }
- for (; i < 160; i += 2) {
- var xh = W[i - 15 * 2]
- var xl = W[i - 15 * 2 + 1]
- var gamma0 = Gamma0(xh, xl)
- var gamma0l = Gamma0l(xl, xh)
+var ZEROS = Buffer.alloc(128)
+var blocksize = 64
- xh = W[i - 2 * 2]
- xl = W[i - 2 * 2 + 1]
- var gamma1 = Gamma1(xh, xl)
- var gamma1l = Gamma1l(xl, xh)
+function Hmac (alg, key) {
+ Base.call(this, 'digest')
+ if (typeof key === 'string') {
+ key = Buffer.from(key)
+ }
- // W[i] = gamma0 + W[i - 7] + gamma1 + W[i - 16]
- var Wi7h = W[i - 7 * 2]
- var Wi7l = W[i - 7 * 2 + 1]
+ this._alg = alg
+ this._key = key
- var Wi16h = W[i - 16 * 2]
- var Wi16l = W[i - 16 * 2 + 1]
+ if (key.length > blocksize) {
+ key = alg(key)
+ } else if (key.length < blocksize) {
+ key = Buffer.concat([key, ZEROS], blocksize)
+ }
- var Wil = (gamma0l + Wi7l) | 0
- var Wih = (gamma0 + Wi7h + getCarry(Wil, gamma0l)) | 0
- Wil = (Wil + gamma1l) | 0
- Wih = (Wih + gamma1 + getCarry(Wil, gamma1l)) | 0
- Wil = (Wil + Wi16l) | 0
- Wih = (Wih + Wi16h + getCarry(Wil, Wi16l)) | 0
+ var ipad = this._ipad = Buffer.allocUnsafe(blocksize)
+ var opad = this._opad = Buffer.allocUnsafe(blocksize)
- W[i] = Wih
- W[i + 1] = Wil
+ for (var i = 0; i < blocksize; i++) {
+ ipad[i] = key[i] ^ 0x36
+ opad[i] = key[i] ^ 0x5C
}
- for (var j = 0; j < 160; j += 2) {
- Wih = W[j]
- Wil = W[j + 1]
+ this._hash = [ipad]
+}
- var majh = maj(ah, bh, ch)
- var majl = maj(al, bl, cl)
+inherits(Hmac, Base)
- var sigma0h = sigma0(ah, al)
- var sigma0l = sigma0(al, ah)
- var sigma1h = sigma1(eh, el)
- var sigma1l = sigma1(el, eh)
+Hmac.prototype._update = function (data) {
+ this._hash.push(data)
+}
- // t1 = h + sigma1 + ch + K[j] + W[j]
- var Kih = K[j]
- var Kil = K[j + 1]
+Hmac.prototype._final = function () {
+ var h = this._alg(Buffer.concat(this._hash))
+ return this._alg(Buffer.concat([this._opad, h]))
+}
+module.exports = Hmac
- var chh = Ch(eh, fh, gh)
- var chl = Ch(el, fl, gl)
- var t1l = (hl + sigma1l) | 0
- var t1h = (hh + sigma1h + getCarry(t1l, hl)) | 0
- t1l = (t1l + chl) | 0
- t1h = (t1h + chh + getCarry(t1l, chl)) | 0
- t1l = (t1l + Kil) | 0
- t1h = (t1h + Kih + getCarry(t1l, Kil)) | 0
- t1l = (t1l + Wil) | 0
- t1h = (t1h + Wih + getCarry(t1l, Wil)) | 0
+/***/ }),
+/* 400 */
+/*!*******************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bs58check/index.js ***!
+ \*******************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- // t2 = sigma0 + maj
- var t2l = (sigma0l + majl) | 0
- var t2h = (sigma0h + majh + getCarry(t2l, sigma0l)) | 0
-
- hh = gh
- hl = gl
- gh = fh
- gl = fl
- fh = eh
- fl = el
- el = (dl + t1l) | 0
- eh = (dh + t1h + getCarry(el, dl)) | 0
- dh = ch
- dl = cl
- ch = bh
- cl = bl
- bh = ah
- bl = al
- al = (t1l + t2l) | 0
- ah = (t1h + t2h + getCarry(al, t1l)) | 0
- }
-
- this._al = (this._al + al) | 0
- this._bl = (this._bl + bl) | 0
- this._cl = (this._cl + cl) | 0
- this._dl = (this._dl + dl) | 0
- this._el = (this._el + el) | 0
- this._fl = (this._fl + fl) | 0
- this._gl = (this._gl + gl) | 0
- this._hl = (this._hl + hl) | 0
-
- this._ah = (this._ah + ah + getCarry(this._al, al)) | 0
- this._bh = (this._bh + bh + getCarry(this._bl, bl)) | 0
- this._ch = (this._ch + ch + getCarry(this._cl, cl)) | 0
- this._dh = (this._dh + dh + getCarry(this._dl, dl)) | 0
- this._eh = (this._eh + eh + getCarry(this._el, el)) | 0
- this._fh = (this._fh + fh + getCarry(this._fl, fl)) | 0
- this._gh = (this._gh + gh + getCarry(this._gl, gl)) | 0
- this._hh = (this._hh + hh + getCarry(this._hl, hl)) | 0
-}
-
-Sha512.prototype._hash = function () {
- var H = Buffer.allocUnsafe(64)
+"use strict";
- function writeInt64BE (h, l, offset) {
- H.writeInt32BE(h, offset)
- H.writeInt32BE(l, offset + 4)
- }
- writeInt64BE(this._ah, this._al, 0)
- writeInt64BE(this._bh, this._bl, 8)
- writeInt64BE(this._ch, this._cl, 16)
- writeInt64BE(this._dh, this._dl, 24)
- writeInt64BE(this._eh, this._el, 32)
- writeInt64BE(this._fh, this._fl, 40)
- writeInt64BE(this._gh, this._gl, 48)
- writeInt64BE(this._hh, this._hl, 56)
+var createHash = __webpack_require__(/*! create-hash */ 341);
+var bs58checkBase = __webpack_require__(/*! ./base */ 401);
- return H
+// SHA256(SHA256(buffer))
+function sha256x2(buffer) {
+ var tmp = createHash('sha256').update(buffer).digest();
+ return createHash('sha256').update(tmp).digest();
}
-module.exports = Sha512
-
+module.exports = bs58checkBase(sha256x2);
/***/ }),
-/* 398 */
-/*!*******************************************!*\
- !*** ./node_modules/cipher-base/index.js ***!
- \*******************************************/
+/* 401 */
+/*!******************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bs58check/base.js ***!
+ \******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-var Buffer = __webpack_require__(/*! safe-buffer */ 372).Buffer
-var Transform = __webpack_require__(/*! stream */ 399).Transform
-var StringDecoder = __webpack_require__(/*! string_decoder */ 386).StringDecoder
-var inherits = __webpack_require__(/*! inherits */ 132)
+"use strict";
-function CipherBase (hashMode) {
- Transform.call(this)
- this.hashMode = typeof hashMode === 'string'
- if (this.hashMode) {
- this[hashMode] = this._finalOrDigest
- } else {
- this.final = this._finalOrDigest
- }
- if (this._final) {
- this.__final = this._final
- this._final = null
- }
- this._decoder = null
- this._encoding = null
-}
-inherits(CipherBase, Transform)
-CipherBase.prototype.update = function (data, inputEnc, outputEnc) {
- if (typeof data === 'string') {
- data = Buffer.from(data, inputEnc)
- }
+var base58 = __webpack_require__(/*! bs58 */ 402);
+var Buffer = __webpack_require__(/*! safe-buffer */ 344).Buffer;
- var outData = this._update(data)
- if (this.hashMode) return this
+module.exports = function (checksumFn) {
+ // Encode a buffer as a base58-check encoded string
+ function encode(payload) {
+ var checksum = checksumFn(payload);
- if (outputEnc) {
- outData = this._toString(outData, outputEnc)
+ return base58.encode(Buffer.concat([
+ payload,
+ checksum],
+ payload.length + 4));
}
- return outData
-}
-
-CipherBase.prototype.setAutoPadding = function () {}
-CipherBase.prototype.getAuthTag = function () {
- throw new Error('trying to get auth tag in unsupported state')
-}
-
-CipherBase.prototype.setAuthTag = function () {
- throw new Error('trying to set auth tag in unsupported state')
-}
+ function decodeRaw(buffer) {
+ var payload = buffer.slice(0, -4);
+ var checksum = buffer.slice(-4);
+ var newChecksum = checksumFn(payload);
-CipherBase.prototype.setAAD = function () {
- throw new Error('trying to set aad in unsupported state')
-}
+ if (checksum[0] ^ newChecksum[0] |
+ checksum[1] ^ newChecksum[1] |
+ checksum[2] ^ newChecksum[2] |
+ checksum[3] ^ newChecksum[3]) return;
-CipherBase.prototype._transform = function (data, _, next) {
- var err
- try {
- if (this.hashMode) {
- this._update(data)
- } else {
- this.push(this._update(data))
- }
- } catch (e) {
- err = e
- } finally {
- next(err)
- }
-}
-CipherBase.prototype._flush = function (done) {
- var err
- try {
- this.push(this.__final())
- } catch (e) {
- err = e
+ return payload;
}
- done(err)
-}
-CipherBase.prototype._finalOrDigest = function (outputEnc) {
- var outData = this.__final() || Buffer.alloc(0)
- if (outputEnc) {
- outData = this._toString(outData, outputEnc, true)
+ // Decode a base58-check encoded string to a buffer, no result if checksum is wrong
+ function decodeUnsafe(string) {
+ var buffer = base58.decodeUnsafe(string);
+ if (!buffer) return;
+
+ return decodeRaw(buffer);
}
- return outData
-}
-CipherBase.prototype._toString = function (value, enc, fin) {
- if (!this._decoder) {
- this._decoder = new StringDecoder(enc)
- this._encoding = enc
+ function decode(string) {
+ var buffer = base58.decode(string);
+ var payload = decodeRaw(buffer, checksumFn);
+ if (!payload) throw new Error('Invalid checksum');
+ return payload;
}
- if (this._encoding !== enc) throw new Error('can\'t switch encodings')
+ return {
+ encode: encode,
+ decode: decode,
+ decodeUnsafe: decodeUnsafe };
- var out = this._decoder.write(value)
- if (fin) {
- out += this._decoder.end()
- }
+};
- return out
-}
+/***/ }),
+/* 402 */
+/*!**************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bs58/index.js ***!
+ \**************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
-module.exports = CipherBase
+var basex = __webpack_require__(/*! base-x */ 403);
+var ALPHABET = '123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz';
+module.exports = basex(ALPHABET);
/***/ }),
-/* 399 */
-/*!*************************************************!*\
- !*** ./node_modules/stream-browserify/index.js ***!
- \*************************************************/
+/* 403 */
+/*!********************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/base-x/src/index.js ***!
+ \********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-// Copyright Joyent, Inc. and other Node contributors.
-//
-// Permission is hereby granted, free of charge, to any person obtaining a
-// copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to permit
-// persons to whom the Software is furnished to do so, subject to the
-// following conditions:
-//
-// The above copyright notice and this permission notice shall be included
-// in all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-// USE OR OTHER DEALINGS IN THE SOFTWARE.
+"use strict";
-module.exports = Stream;
+// base-x encoding / decoding
+// Copyright (c) 2018 base-x contributors
+// Copyright (c) 2014-2018 The Bitcoin Core developers (base58.cpp)
+// Distributed under the MIT software license, see the accompanying
+// file LICENSE or http://www.opensource.org/licenses/mit-license.php.
+// @ts-ignore
+var _Buffer = __webpack_require__(/*! safe-buffer */ 344).Buffer;
+function base(ALPHABET) {
+ if (ALPHABET.length >= 255) {throw new TypeError('Alphabet too long');}
+ var BASE_MAP = new Uint8Array(256);
+ for (var j = 0; j < BASE_MAP.length; j++) {
+ BASE_MAP[j] = 255;
+ }
+ for (var i = 0; i < ALPHABET.length; i++) {
+ var x = ALPHABET.charAt(i);
+ var xc = x.charCodeAt(0);
+ if (BASE_MAP[xc] !== 255) {throw new TypeError(x + ' is ambiguous');}
+ BASE_MAP[xc] = i;
+ }
+ var BASE = ALPHABET.length;
+ var LEADER = ALPHABET.charAt(0);
+ var FACTOR = Math.log(BASE) / Math.log(256); // log(BASE) / log(256), rounded up
+ var iFACTOR = Math.log(256) / Math.log(BASE); // log(256) / log(BASE), rounded up
+ function encode(source) {
+ if (Array.isArray(source) || source instanceof Uint8Array) {source = _Buffer.from(source);}
+ if (!_Buffer.isBuffer(source)) {throw new TypeError('Expected Buffer');}
+ if (source.length === 0) {return '';}
+ // Skip & count leading zeroes.
+ var zeroes = 0;
+ var length = 0;
+ var pbegin = 0;
+ var pend = source.length;
+ while (pbegin !== pend && source[pbegin] === 0) {
+ pbegin++;
+ zeroes++;
+ }
+ // Allocate enough space in big-endian base58 representation.
+ var size = (pend - pbegin) * iFACTOR + 1 >>> 0;
+ var b58 = new Uint8Array(size);
+ // Process the bytes.
+ while (pbegin !== pend) {
+ var carry = source[pbegin];
+ // Apply "b58 = b58 * 256 + ch".
+ var i = 0;
+ for (var it1 = size - 1; (carry !== 0 || i < length) && it1 !== -1; it1--, i++) {
+ carry += 256 * b58[it1] >>> 0;
+ b58[it1] = carry % BASE >>> 0;
+ carry = carry / BASE >>> 0;
+ }
+ if (carry !== 0) {throw new Error('Non-zero carry');}
+ length = i;
+ pbegin++;
+ }
+ // Skip leading zeroes in base58 result.
+ var it2 = size - length;
+ while (it2 !== size && b58[it2] === 0) {
+ it2++;
+ }
+ // Translate the result into a string.
+ var str = LEADER.repeat(zeroes);
+ for (; it2 < size; ++it2) {str += ALPHABET.charAt(b58[it2]);}
+ return str;
+ }
+ function decodeUnsafe(source) {
+ if (typeof source !== 'string') {throw new TypeError('Expected String');}
+ if (source.length === 0) {return _Buffer.alloc(0);}
+ var psz = 0;
+ // Skip and count leading '1's.
+ var zeroes = 0;
+ var length = 0;
+ while (source[psz] === LEADER) {
+ zeroes++;
+ psz++;
+ }
+ // Allocate enough space in big-endian base256 representation.
+ var size = (source.length - psz) * FACTOR + 1 >>> 0; // log(58) / log(256), rounded up.
+ var b256 = new Uint8Array(size);
+ // Process the characters.
+ while (source[psz]) {
+ // Decode character
+ var carry = BASE_MAP[source.charCodeAt(psz)];
+ // Invalid character
+ if (carry === 255) {return;}
+ var i = 0;
+ for (var it3 = size - 1; (carry !== 0 || i < length) && it3 !== -1; it3--, i++) {
+ carry += BASE * b256[it3] >>> 0;
+ b256[it3] = carry % 256 >>> 0;
+ carry = carry / 256 >>> 0;
+ }
+ if (carry !== 0) {throw new Error('Non-zero carry');}
+ length = i;
+ psz++;
+ }
+ // Skip leading zeroes in b256.
+ var it4 = size - length;
+ while (it4 !== size && b256[it4] === 0) {
+ it4++;
+ }
+ var vch = _Buffer.allocUnsafe(zeroes + (size - it4));
+ vch.fill(0x00, 0, zeroes);
+ var j = zeroes;
+ while (it4 !== size) {
+ vch[j++] = b256[it4++];
+ }
+ return vch;
+ }
+ function decode(string) {
+ var buffer = decodeUnsafe(string);
+ if (buffer) {return buffer;}
+ throw new Error('Non-base' + BASE + ' character');
+ }
+ return {
+ encode: encode,
+ decodeUnsafe: decodeUnsafe,
+ decode: decode };
-var EE = __webpack_require__(/*! events */ 376).EventEmitter;
-var inherits = __webpack_require__(/*! inherits */ 132);
+}
+module.exports = base;
-inherits(Stream, EE);
-Stream.Readable = __webpack_require__(/*! readable-stream/readable.js */ 373);
-Stream.Writable = __webpack_require__(/*! readable-stream/writable.js */ 400);
-Stream.Duplex = __webpack_require__(/*! readable-stream/duplex.js */ 401);
-Stream.Transform = __webpack_require__(/*! readable-stream/transform.js */ 402);
-Stream.PassThrough = __webpack_require__(/*! readable-stream/passthrough.js */ 403);
+/***/ }),
+/* 404 */
+/*!*********************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/tiny-secp256k1/js.js ***!
+ \*********************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
-// Backwards-compat with node 0.4.x
-Stream.Stream = Stream;
+/* WEBPACK VAR INJECTION */(function(Buffer) {var BN = __webpack_require__(/*! bn.js */ 70);
+var EC = __webpack_require__(/*! elliptic */ 205).ec;
+var secp256k1 = new EC('secp256k1');
+var deterministicGenerateK = __webpack_require__(/*! ./rfc6979 */ 405);
+var ZERO32 = Buffer.alloc(32, 0);
+var EC_GROUP_ORDER = Buffer.from('fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141', 'hex');
+var EC_P = Buffer.from('fffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f', 'hex');
+var n = secp256k1.curve.n;
+var nDiv2 = n.shrn(1);
+var G = secp256k1.curve.g;
-// old-style streams. Note that the pipe method (the only relevant
-// part of this class) is overridden in the Readable class.
+var THROW_BAD_PRIVATE = 'Expected Private';
+var THROW_BAD_POINT = 'Expected Point';
+var THROW_BAD_TWEAK = 'Expected Tweak';
+var THROW_BAD_HASH = 'Expected Hash';
+var THROW_BAD_SIGNATURE = 'Expected Signature';
+var THROW_BAD_EXTRA_DATA = 'Expected Extra Data (32 bytes)';
-function Stream() {
- EE.call(this);
+function isScalar(x) {
+ return Buffer.isBuffer(x) && x.length === 32;
}
-Stream.prototype.pipe = function(dest, options) {
- var source = this;
+function isOrderScalar(x) {
+ if (!isScalar(x)) return false;
+ return x.compare(EC_GROUP_ORDER) < 0; // < G
+}
- function ondata(chunk) {
- if (dest.writable) {
- if (false === dest.write(chunk) && source.pause) {
- source.pause();
- }
- }
+function isPoint(p) {
+ if (!Buffer.isBuffer(p)) return false;
+ if (p.length < 33) return false;
+
+ var t = p[0];
+ var x = p.slice(1, 33);
+ if (x.compare(ZERO32) === 0) return false;
+ if (x.compare(EC_P) >= 0) return false;
+ if ((t === 0x02 || t === 0x03) && p.length === 33) {
+ try {decodeFrom(p);} catch (e) {return false;} // TODO: temporary
+ return true;
}
- source.on('data', ondata);
+ var y = p.slice(33);
+ if (y.compare(ZERO32) === 0) return false;
+ if (y.compare(EC_P) >= 0) return false;
+ if (t === 0x04 && p.length === 65) return true;
+ return false;
+}
- function ondrain() {
- if (source.readable && source.resume) {
- source.resume();
- }
- }
+function __isPointCompressed(p) {
+ return p[0] !== 0x04;
+}
- dest.on('drain', ondrain);
+function isPointCompressed(p) {
+ if (!isPoint(p)) return false;
+ return __isPointCompressed(p);
+}
- // If the 'end' option is not supplied, dest.end() will be called when
- // source gets the 'end' or 'close' events. Only dest.end() once.
- if (!dest._isStdio && (!options || options.end !== false)) {
- source.on('end', onend);
- source.on('close', onclose);
- }
+function isPrivate(x) {
+ if (!isScalar(x)) return false;
+ return x.compare(ZERO32) > 0 && // > 0
+ x.compare(EC_GROUP_ORDER) < 0; // < G
+}
- var didOnEnd = false;
- function onend() {
- if (didOnEnd) return;
- didOnEnd = true;
+function isSignature(value) {
+ var r = value.slice(0, 32);
+ var s = value.slice(32, 64);
+ return Buffer.isBuffer(value) && value.length === 64 &&
+ r.compare(EC_GROUP_ORDER) < 0 &&
+ s.compare(EC_GROUP_ORDER) < 0;
+}
- dest.end();
- }
+function assumeCompression(value, pubkey) {
+ if (value === undefined && pubkey !== undefined) return __isPointCompressed(pubkey);
+ if (value === undefined) return true;
+ return value;
+}
+function fromBuffer(d) {return new BN(d);}
+function toBuffer(d) {return d.toArrayLike(Buffer, 'be', 32);}
+function decodeFrom(P) {return secp256k1.curve.decodePoint(P);}
+function getEncoded(P, compressed) {return Buffer.from(P._encode(compressed));}
- function onclose() {
- if (didOnEnd) return;
- didOnEnd = true;
+function pointAdd(pA, pB, __compressed) {
+ if (!isPoint(pA)) throw new TypeError(THROW_BAD_POINT);
+ if (!isPoint(pB)) throw new TypeError(THROW_BAD_POINT);
- if (typeof dest.destroy === 'function') dest.destroy();
- }
+ var a = decodeFrom(pA);
+ var b = decodeFrom(pB);
+ var pp = a.add(b);
+ if (pp.isInfinity()) return null;
- // don't leave dangling pipes when there are errors.
- function onerror(er) {
- cleanup();
- if (EE.listenerCount(this, 'error') === 0) {
- throw er; // Unhandled stream error in pipe.
- }
- }
+ var compressed = assumeCompression(__compressed, pA);
+ return getEncoded(pp, compressed);
+}
- source.on('error', onerror);
- dest.on('error', onerror);
+function pointAddScalar(p, tweak, __compressed) {
+ if (!isPoint(p)) throw new TypeError(THROW_BAD_POINT);
+ if (!isOrderScalar(tweak)) throw new TypeError(THROW_BAD_TWEAK);
- // remove all the event listeners that were added.
- function cleanup() {
- source.removeListener('data', ondata);
- dest.removeListener('drain', ondrain);
+ var compressed = assumeCompression(__compressed, p);
+ var pp = decodeFrom(p);
+ if (tweak.compare(ZERO32) === 0) return getEncoded(pp, compressed);
- source.removeListener('end', onend);
- source.removeListener('close', onclose);
+ var tt = fromBuffer(tweak);
+ var qq = G.mul(tt);
+ var uu = pp.add(qq);
+ if (uu.isInfinity()) return null;
- source.removeListener('error', onerror);
- dest.removeListener('error', onerror);
+ return getEncoded(uu, compressed);
+}
- source.removeListener('end', cleanup);
- source.removeListener('close', cleanup);
+function pointCompress(p, __compressed) {
+ if (!isPoint(p)) throw new TypeError(THROW_BAD_POINT);
- dest.removeListener('close', cleanup);
- }
+ var pp = decodeFrom(p);
+ if (pp.isInfinity()) throw new TypeError(THROW_BAD_POINT);
- source.on('end', cleanup);
- source.on('close', cleanup);
+ var compressed = assumeCompression(__compressed, p);
- dest.on('close', cleanup);
+ return getEncoded(pp, compressed);
+}
- dest.emit('pipe', source);
+function pointFromScalar(d, __compressed) {
+ if (!isPrivate(d)) throw new TypeError(THROW_BAD_PRIVATE);
- // Allow for unix-like usage: A.pipe(B).pipe(C)
- return dest;
-};
+ var dd = fromBuffer(d);
+ var pp = G.mul(dd);
+ if (pp.isInfinity()) return null;
+ var compressed = assumeCompression(__compressed);
+ return getEncoded(pp, compressed);
+}
-/***/ }),
-/* 400 */
-/*!**********************************************************!*\
- !*** ./node_modules/readable-stream/writable-browser.js ***!
- \**********************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+function pointMultiply(p, tweak, __compressed) {
+ if (!isPoint(p)) throw new TypeError(THROW_BAD_POINT);
+ if (!isOrderScalar(tweak)) throw new TypeError(THROW_BAD_TWEAK);
-module.exports = __webpack_require__(/*! ./lib/_stream_writable.js */ 384);
+ var compressed = assumeCompression(__compressed, p);
+ var pp = decodeFrom(p);
+ var tt = fromBuffer(tweak);
+ var qq = pp.mul(tt);
+ if (qq.isInfinity()) return null;
+ return getEncoded(qq, compressed);
+}
-/***/ }),
-/* 401 */
-/*!********************************************************!*\
- !*** ./node_modules/readable-stream/duplex-browser.js ***!
- \********************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+function privateAdd(d, tweak) {
+ if (!isPrivate(d)) throw new TypeError(THROW_BAD_PRIVATE);
+ if (!isOrderScalar(tweak)) throw new TypeError(THROW_BAD_TWEAK);
-module.exports = __webpack_require__(/*! ./lib/_stream_duplex.js */ 383);
+ var dd = fromBuffer(d);
+ var tt = fromBuffer(tweak);
+ var dt = toBuffer(dd.add(tt).umod(n));
+ if (!isPrivate(dt)) return null;
+ return dt;
+}
-/***/ }),
-/* 402 */
-/*!***************************************************!*\
- !*** ./node_modules/readable-stream/transform.js ***!
- \***************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+function privateSub(d, tweak) {
+ if (!isPrivate(d)) throw new TypeError(THROW_BAD_PRIVATE);
+ if (!isOrderScalar(tweak)) throw new TypeError(THROW_BAD_TWEAK);
-module.exports = __webpack_require__(/*! ./readable */ 373).Transform
+ var dd = fromBuffer(d);
+ var tt = fromBuffer(tweak);
+ var dt = toBuffer(dd.sub(tt).umod(n));
+ if (!isPrivate(dt)) return null;
+ return dt;
+}
-/***/ }),
-/* 403 */
-/*!*****************************************************!*\
- !*** ./node_modules/readable-stream/passthrough.js ***!
- \*****************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+function sign(hash, x) {
+ return __sign(hash, x);
+}
-module.exports = __webpack_require__(/*! ./readable */ 373).PassThrough
+function signWithEntropy(hash, x, addData) {
+ return __sign(hash, x, addData);
+}
+function __sign(hash, x, addData) {
+ if (!isScalar(hash)) throw new TypeError(THROW_BAD_HASH);
+ if (!isPrivate(x)) throw new TypeError(THROW_BAD_PRIVATE);
+ if (addData !== undefined && !isScalar(addData)) throw new TypeError(THROW_BAD_EXTRA_DATA);
-/***/ }),
-/* 404 */
-/*!****************************************!*\
- !*** ./node_modules/pbkdf2/browser.js ***!
- \****************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ var d = fromBuffer(x);
+ var e = fromBuffer(hash);
-exports.pbkdf2 = __webpack_require__(/*! ./lib/async */ 405)
-exports.pbkdf2Sync = __webpack_require__(/*! ./lib/sync */ 408)
+ var r, s;
+ var checkSig = function checkSig(k) {
+ var kI = fromBuffer(k);
+ var Q = G.mul(kI);
+ if (Q.isInfinity()) return false;
-/***/ }),
-/* 405 */
-/*!******************************************!*\
- !*** ./node_modules/pbkdf2/lib/async.js ***!
- \******************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ r = Q.x.umod(n);
+ if (r.isZero() === 0) return false;
-/* WEBPACK VAR INJECTION */(function(__webpack_provided_global_dot_crypto, global, process) {var Buffer = __webpack_require__(/*! safe-buffer */ 372).Buffer
+ s = kI.
+ invm(n).
+ mul(e.add(d.mul(r))).
+ umod(n);
+ if (s.isZero() === 0) return false;
-var checkParameters = __webpack_require__(/*! ./precondition */ 406)
-var defaultEncoding = __webpack_require__(/*! ./default-encoding */ 407)
-var sync = __webpack_require__(/*! ./sync */ 408)
-var toBuffer = __webpack_require__(/*! ./to-buffer */ 410)
+ return true;
+ };
-var ZERO_BUF
-var subtle = __webpack_provided_global_dot_crypto && __webpack_provided_global_dot_crypto.subtle
-var toBrowser = {
- sha: 'SHA-1',
- 'sha-1': 'SHA-1',
- sha1: 'SHA-1',
- sha256: 'SHA-256',
- 'sha-256': 'SHA-256',
- sha384: 'SHA-384',
- 'sha-384': 'SHA-384',
- 'sha-512': 'SHA-512',
- sha512: 'SHA-512'
-}
-var checks = []
-function checkNative (algo) {
- if (global.process && !global.process.browser) {
- return Promise.resolve(false)
- }
- if (!subtle || !subtle.importKey || !subtle.deriveBits) {
- return Promise.resolve(false)
- }
- if (checks[algo] !== undefined) {
- return checks[algo]
+ deterministicGenerateK(hash, x, checkSig, isPrivate, addData);
+
+ // enforce low S values, see bip62: 'low s values in signatures'
+ if (s.cmp(nDiv2) > 0) {
+ s = n.sub(s);
}
- ZERO_BUF = ZERO_BUF || Buffer.alloc(8)
- var prom = browserPbkdf2(ZERO_BUF, ZERO_BUF, 10, 128, algo)
- .then(function () {
- return true
- }).catch(function () {
- return false
- })
- checks[algo] = prom
- return prom
-}
-function browserPbkdf2 (password, salt, iterations, length, algo) {
- return subtle.importKey(
- 'raw', password, { name: 'PBKDF2' }, false, ['deriveBits']
- ).then(function (key) {
- return subtle.deriveBits({
- name: 'PBKDF2',
- salt: salt,
- iterations: iterations,
- hash: {
- name: algo
- }
- }, key, length << 3)
- }).then(function (res) {
- return Buffer.from(res)
- })
+ var buffer = Buffer.allocUnsafe(64);
+ toBuffer(r).copy(buffer, 0);
+ toBuffer(s).copy(buffer, 32);
+ return buffer;
}
-function resolvePromise (promise, callback) {
- promise.then(function (out) {
- process.nextTick(function () {
- callback(null, out)
- })
- }, function (e) {
- process.nextTick(function () {
- callback(e)
- })
- })
-}
-module.exports = function (password, salt, iterations, keylen, digest, callback) {
- if (typeof digest === 'function') {
- callback = digest
- digest = undefined
- }
+function verify(hash, q, signature, strict) {
+ if (!isScalar(hash)) throw new TypeError(THROW_BAD_HASH);
+ if (!isPoint(q)) throw new TypeError(THROW_BAD_POINT);
- digest = digest || 'sha1'
- var algo = toBrowser[digest.toLowerCase()]
+ // 1.4.1 Enforce r and s are both integers in the interval [1, n − 1] (1, isSignature enforces '< n - 1')
+ if (!isSignature(signature)) throw new TypeError(THROW_BAD_SIGNATURE);
- if (!algo || typeof global.Promise !== 'function') {
- return process.nextTick(function () {
- var out
- try {
- out = sync(password, salt, iterations, keylen, digest)
- } catch (e) {
- return callback(e)
- }
- callback(null, out)
- })
- }
+ var Q = decodeFrom(q);
+ var r = fromBuffer(signature.slice(0, 32));
+ var s = fromBuffer(signature.slice(32, 64));
- checkParameters(iterations, keylen)
- password = toBuffer(password, defaultEncoding, 'Password')
- salt = toBuffer(salt, defaultEncoding, 'Salt')
- if (typeof callback !== 'function') throw new Error('No callback provided to pbkdf2')
+ if (strict && s.cmp(nDiv2) > 0) {
+ return false;
+ }
- resolvePromise(checkNative(algo).then(function (resp) {
- if (resp) return browserPbkdf2(password, salt, iterations, keylen, algo)
+ // 1.4.1 Enforce r and s are both integers in the interval [1, n − 1] (2, enforces '> 0')
+ if (r.gtn(0) <= 0 /* || r.compareTo(n) >= 0 */) return false;
+ if (s.gtn(0) <= 0 /* || s.compareTo(n) >= 0 */) return false;
- return sync(password, salt, iterations, keylen, digest)
- }), callback)
-}
+ // 1.4.2 H = Hash(M), already done by the user
+ // 1.4.3 e = H
+ var e = fromBuffer(hash);
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/crypto.js */ 207)["default"], __webpack_require__(/*! ./../../webpack/buildin/global.js */ 42), __webpack_require__(/*! ./../../node-libs-browser/mock/process.js */ 36)))
+ // Compute s^-1
+ var sInv = s.invm(n);
-/***/ }),
-/* 406 */
-/*!*************************************************!*\
- !*** ./node_modules/pbkdf2/lib/precondition.js ***!
- \*************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
+ // 1.4.4 Compute u1 = es^−1 mod n
+ // u2 = rs^−1 mod n
+ var u1 = e.mul(sInv).umod(n);
+ var u2 = r.mul(sInv).umod(n);
-var MAX_ALLOC = Math.pow(2, 30) - 1 // default in iojs
+ // 1.4.5 Compute R = (xR, yR)
+ // R = u1G + u2Q
+ var R = G.mulAdd(u1, Q, u2);
-module.exports = function (iterations, keylen) {
- if (typeof iterations !== 'number') {
- throw new TypeError('Iterations not a number')
- }
+ // 1.4.5 (cont.) Enforce R is not at infinity
+ if (R.isInfinity()) return false;
- if (iterations < 0) {
- throw new TypeError('Bad iterations')
- }
+ // 1.4.6 Convert the field element R.x to an integer
+ var xR = R.x;
- if (typeof keylen !== 'number') {
- throw new TypeError('Key length not a number')
- }
+ // 1.4.7 Set v = xR mod n
+ var v = xR.umod(n);
- if (keylen < 0 || keylen > MAX_ALLOC || keylen !== keylen) { /* eslint no-self-compare: 0 */
- throw new TypeError('Bad key length')
- }
+ // 1.4.8 If v = r, output "valid", and if v != r, output "invalid"
+ return v.eq(r);
}
+module.exports = {
+ isPoint: isPoint,
+ isPointCompressed: isPointCompressed,
+ isPrivate: isPrivate,
+ pointAdd: pointAdd,
+ pointAddScalar: pointAddScalar,
+ pointCompress: pointCompress,
+ pointFromScalar: pointFromScalar,
+ pointMultiply: pointMultiply,
+ privateAdd: privateAdd,
+ privateSub: privateSub,
+ sign: sign,
+ signWithEntropy: signWithEntropy,
+ verify: verify };
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
/***/ }),
-/* 407 */
-/*!*****************************************************!*\
- !*** ./node_modules/pbkdf2/lib/default-encoding.js ***!
- \*****************************************************/
+/* 405 */
+/*!**************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/tiny-secp256k1/rfc6979.js ***!
+ \**************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-/* WEBPACK VAR INJECTION */(function(process) {var defaultEncoding
-/* istanbul ignore next */
-if (process.browser) {
- defaultEncoding = 'utf-8'
-} else if (process.version) {
- var pVersionMajor = parseInt(process.version.split('.')[0].slice(1), 10)
-
- defaultEncoding = pVersionMajor >= 6 ? 'utf-8' : 'binary'
-} else {
- defaultEncoding = 'utf-8'
-}
-module.exports = defaultEncoding
+/* WEBPACK VAR INJECTION */(function(Buffer) {var createHmac = __webpack_require__(/*! create-hmac */ 398);
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../node-libs-browser/mock/process.js */ 36)))
+var ONE1 = Buffer.alloc(1, 1);
+var ZERO1 = Buffer.alloc(1, 0);
-/***/ }),
-/* 408 */
-/*!*************************************************!*\
- !*** ./node_modules/pbkdf2/lib/sync-browser.js ***!
- \*************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+// https://tools.ietf.org/html/rfc6979#section-3.2
+function deterministicGenerateK(hash, x, checkSig, isPrivate, extraEntropy) {
+ // Step A, ignored as hash already provided
+ // Step B
+ // Step C
+ var k = Buffer.alloc(32, 0);
+ var v = Buffer.alloc(32, 1);
-var md5 = __webpack_require__(/*! create-hash/md5 */ 409)
-var RIPEMD160 = __webpack_require__(/*! ripemd160 */ 389)
-var sha = __webpack_require__(/*! sha.js */ 390)
-var Buffer = __webpack_require__(/*! safe-buffer */ 372).Buffer
+ // Step D
+ k = createHmac('sha256', k).
+ update(v).
+ update(ZERO1).
+ update(x).
+ update(hash).
+ update(extraEntropy || '').
+ digest();
-var checkParameters = __webpack_require__(/*! ./precondition */ 406)
-var defaultEncoding = __webpack_require__(/*! ./default-encoding */ 407)
-var toBuffer = __webpack_require__(/*! ./to-buffer */ 410)
+ // Step E
+ v = createHmac('sha256', k).update(v).digest();
-var ZEROS = Buffer.alloc(128)
-var sizes = {
- md5: 16,
- sha1: 20,
- sha224: 28,
- sha256: 32,
- sha384: 48,
- sha512: 64,
- rmd160: 20,
- ripemd160: 20
-}
+ // Step F
+ k = createHmac('sha256', k).
+ update(v).
+ update(ONE1).
+ update(x).
+ update(hash).
+ update(extraEntropy || '').
+ digest();
-function Hmac (alg, key, saltLen) {
- var hash = getDigest(alg)
- var blocksize = (alg === 'sha512' || alg === 'sha384') ? 128 : 64
+ // Step G
+ v = createHmac('sha256', k).update(v).digest();
- if (key.length > blocksize) {
- key = hash(key)
- } else if (key.length < blocksize) {
- key = Buffer.concat([key, ZEROS], blocksize)
- }
+ // Step H1/H2a, ignored as tlen === qlen (256 bit)
+ // Step H2b
+ v = createHmac('sha256', k).update(v).digest();
- var ipad = Buffer.allocUnsafe(blocksize + sizes[alg])
- var opad = Buffer.allocUnsafe(blocksize + sizes[alg])
- for (var i = 0; i < blocksize; i++) {
- ipad[i] = key[i] ^ 0x36
- opad[i] = key[i] ^ 0x5C
- }
+ var T = v;
- var ipad1 = Buffer.allocUnsafe(blocksize + saltLen + 4)
- ipad.copy(ipad1, 0, 0, blocksize)
- this.ipad1 = ipad1
- this.ipad2 = ipad
- this.opad = opad
- this.alg = alg
- this.blocksize = blocksize
- this.hash = hash
- this.size = sizes[alg]
-}
+ // Step H3, repeat until T is within the interval [1, n - 1] and is suitable for ECDSA
+ while (!isPrivate(T) || !checkSig(T)) {
+ k = createHmac('sha256', k).
+ update(v).
+ update(ZERO1).
+ digest();
-Hmac.prototype.run = function (data, ipad) {
- data.copy(ipad, this.blocksize)
- var h = this.hash(ipad)
- h.copy(this.opad, this.blocksize)
- return this.hash(this.opad)
-}
+ v = createHmac('sha256', k).update(v).digest();
-function getDigest (alg) {
- function shaFunc (data) {
- return sha(alg).update(data).digest()
- }
- function rmd160Func (data) {
- return new RIPEMD160().update(data).digest()
+ // Step H1/H2a, again, ignored as tlen === qlen (256 bit)
+ // Step H2b again
+ v = createHmac('sha256', k).update(v).digest();
+ T = v;
}
- if (alg === 'rmd160' || alg === 'ripemd160') return rmd160Func
- if (alg === 'md5') return md5
- return shaFunc
+ return T;
}
-function pbkdf2 (password, salt, iterations, keylen, digest) {
- checkParameters(iterations, keylen)
- password = toBuffer(password, defaultEncoding, 'Password')
- salt = toBuffer(salt, defaultEncoding, 'Salt')
+module.exports = deterministicGenerateK;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
- digest = digest || 'sha1'
+/***/ }),
+/* 406 */
+/*!*******************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/typeforce/index.js ***!
+ \*******************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- var hmac = new Hmac(digest, password, salt.length)
+var ERRORS = __webpack_require__(/*! ./errors */ 407);
+var NATIVE = __webpack_require__(/*! ./native */ 408);
- var DK = Buffer.allocUnsafe(keylen)
- var block1 = Buffer.allocUnsafe(salt.length + 4)
- salt.copy(block1, 0, 0, salt.length)
+// short-hand
+var tfJSON = ERRORS.tfJSON;
+var TfTypeError = ERRORS.TfTypeError;
+var TfPropertyTypeError = ERRORS.TfPropertyTypeError;
+var tfSubError = ERRORS.tfSubError;
+var getValueTypeName = ERRORS.getValueTypeName;
- var destPos = 0
- var hLen = sizes[digest]
- var l = Math.ceil(keylen / hLen)
+var TYPES = {
+ arrayOf: function arrayOf(type, options) {
+ type = compile(type);
+ options = options || {};
- for (var i = 1; i <= l; i++) {
- block1.writeUInt32BE(i, salt.length)
+ function _arrayOf(array, strict) {
+ if (!NATIVE.Array(array)) return false;
+ if (NATIVE.Nil(array)) return false;
+ if (options.minLength !== undefined && array.length < options.minLength) return false;
+ if (options.maxLength !== undefined && array.length > options.maxLength) return false;
+ if (options.length !== undefined && array.length !== options.length) return false;
- var T = hmac.run(block1, hmac.ipad1)
- var U = T
+ return array.every(function (value, i) {
+ try {
+ return typeforce(type, value, strict);
+ } catch (e) {
+ throw tfSubError(e, i);
+ }
+ });
+ }
+ _arrayOf.toJSON = function () {
+ var str = '[' + tfJSON(type) + ']';
+ if (options.length !== undefined) {
+ str += '{' + options.length + '}';
+ } else if (options.minLength !== undefined || options.maxLength !== undefined) {
+ str += '{' + (
+ options.minLength === undefined ? 0 : options.minLength) + ',' + (
+ options.maxLength === undefined ? Infinity : options.maxLength) + '}';
+ }
+ return str;
+ };
- for (var j = 1; j < iterations; j++) {
- U = hmac.run(U, hmac.ipad2)
- for (var k = 0; k < hLen; k++) T[k] ^= U[k]
+ return _arrayOf;
+ },
+
+ maybe: function maybe(type) {
+ type = compile(type);
+
+ function _maybe(value, strict) {
+ return NATIVE.Nil(value) || type(value, strict, maybe);
}
+ _maybe.toJSON = function () {return '?' + tfJSON(type);};
- T.copy(DK, destPos)
- destPos += hLen
- }
+ return _maybe;
+ },
- return DK
-}
+ map: function map(propertyType, propertyKeyType) {
+ propertyType = compile(propertyType);
+ if (propertyKeyType) propertyKeyType = compile(propertyKeyType);
-module.exports = pbkdf2
+ function _map(value, strict) {
+ if (!NATIVE.Object(value)) return false;
+ if (NATIVE.Nil(value)) return false;
+ for (var propertyName in value) {
+ try {
+ if (propertyKeyType) {
+ typeforce(propertyKeyType, propertyName, strict);
+ }
+ } catch (e) {
+ throw tfSubError(e, propertyName, 'key');
+ }
-/***/ }),
-/* 409 */
-/*!*****************************************!*\
- !*** ./node_modules/create-hash/md5.js ***!
- \*****************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ try {
+ var propertyValue = value[propertyName];
+ typeforce(propertyType, propertyValue, strict);
+ } catch (e) {
+ throw tfSubError(e, propertyName);
+ }
+ }
-var MD5 = __webpack_require__(/*! md5.js */ 370)
+ return true;
+ }
-module.exports = function (buffer) {
- return new MD5().update(buffer).digest()
-}
+ if (propertyKeyType) {
+ _map.toJSON = function () {
+ return '{' + tfJSON(propertyKeyType) + ': ' + tfJSON(propertyType) + '}';
+ };
+ } else {
+ _map.toJSON = function () {return '{' + tfJSON(propertyType) + '}';};
+ }
+ return _map;
+ },
-/***/ }),
-/* 410 */
-/*!**********************************************!*\
- !*** ./node_modules/pbkdf2/lib/to-buffer.js ***!
- \**********************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ object: function object(uncompiled) {
+ var type = {};
-var Buffer = __webpack_require__(/*! safe-buffer */ 372).Buffer
+ for (var typePropertyName in uncompiled) {
+ type[typePropertyName] = compile(uncompiled[typePropertyName]);
+ }
-module.exports = function (thing, encoding, name) {
- if (Buffer.isBuffer(thing)) {
- return thing
- } else if (typeof thing === 'string') {
- return Buffer.from(thing, encoding)
- } else if (ArrayBuffer.isView(thing)) {
- return Buffer.from(thing.buffer)
- } else {
- throw new TypeError(name + ' must be a string, a Buffer, a typed array or a DataView')
- }
-}
-
-
-/***/ }),
-/* 411 */
-/*!*********************************************!*\
- !*** ./node_modules/randombytes/browser.js ***!
- \*********************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ function _object(value, strict) {
+ if (!NATIVE.Object(value)) return false;
+ if (NATIVE.Nil(value)) return false;
-"use strict";
-/* WEBPACK VAR INJECTION */(function(__webpack_provided_global_dot_crypto, global, process) {
+ var propertyName;
-// limit of Crypto.getRandomValues()
-// https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues
-var MAX_BYTES = 65536
+ try {
+ for (propertyName in type) {
+ var propertyType = type[propertyName];
+ var propertyValue = value[propertyName];
-// Node supports requesting up to this number of bytes
-// https://github.com/nodejs/node/blob/master/lib/internal/crypto/random.js#L48
-var MAX_UINT32 = 4294967295
+ typeforce(propertyType, propertyValue, strict);
+ }
+ } catch (e) {
+ throw tfSubError(e, propertyName);
+ }
-function oldBrowser () {
- throw new Error('Secure random number generation is not supported by this browser.\nUse Chrome, Firefox or Internet Explorer 11')
-}
+ if (strict) {
+ for (propertyName in value) {
+ if (type[propertyName]) continue;
-var Buffer = __webpack_require__(/*! safe-buffer */ 372).Buffer
-var crypto = __webpack_provided_global_dot_crypto || global.msCrypto
+ throw new TfPropertyTypeError(undefined, propertyName);
+ }
+ }
-if (crypto && crypto.getRandomValues) {
- module.exports = randomBytes
-} else {
- module.exports = oldBrowser
-}
+ return true;
+ }
+ _object.toJSON = function () {return tfJSON(type);};
-function randomBytes (size, cb) {
- // phantomjs needs to throw
- if (size > MAX_UINT32) throw new RangeError('requested too many random bytes')
+ return _object;
+ },
- var bytes = Buffer.allocUnsafe(size)
+ anyOf: function anyOf() {
+ var types = [].slice.call(arguments).map(compile);
- if (size > 0) { // getRandomValues fails on IE if size == 0
- if (size > MAX_BYTES) { // this is the max bytes crypto.getRandomValues
- // can do at once see https://developer.mozilla.org/en-US/docs/Web/API/window.crypto.getRandomValues
- for (var generated = 0; generated < size; generated += MAX_BYTES) {
- // buffer.slice automatically checks if the end is past the end of
- // the buffer so we don't have to here
- crypto.getRandomValues(bytes.slice(generated, generated + MAX_BYTES))
- }
- } else {
- crypto.getRandomValues(bytes)
+ function _anyOf(value, strict) {
+ return types.some(function (type) {
+ try {
+ return typeforce(type, value, strict);
+ } catch (e) {
+ return false;
+ }
+ });
}
- }
+ _anyOf.toJSON = function () {return types.map(tfJSON).join('|');};
- if (typeof cb === 'function') {
- return process.nextTick(function () {
- cb(null, bytes)
- })
- }
+ return _anyOf;
+ },
- return bytes
-}
+ allOf: function allOf() {
+ var types = [].slice.call(arguments).map(compile);
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/crypto.js */ 207)["default"], __webpack_require__(/*! ./../webpack/buildin/global.js */ 42), __webpack_require__(/*! ./../node-libs-browser/mock/process.js */ 36)))
+ function _allOf(value, strict) {
+ return types.every(function (type) {
+ try {
+ return typeforce(type, value, strict);
+ } catch (e) {
+ return false;
+ }
+ });
+ }
+ _allOf.toJSON = function () {return types.map(tfJSON).join(' & ');};
-/***/ }),
-/* 412 */
-/*!**********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip39/src/_wordlists.js ***!
- \**********************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ return _allOf;
+ },
-"use strict";
+ quacksLike: function quacksLike(type) {
+ function _quacksLike(value) {
+ return type === getValueTypeName(value);
+ }
+ _quacksLike.toJSON = function () {return type;};
-Object.defineProperty(exports, "__esModule", { value: true });
-// browserify by default only pulls in files that are hard coded in requires
-// In order of last to first in this file, the default wordlist will be chosen
-// based on what is present. (Bundles may remove wordlists they don't need)
-var wordlists = {};
-exports.wordlists = wordlists;
-var _default;
-exports._default = _default;
-try {
- exports._default = _default = __webpack_require__(/*! ./wordlists/czech.json */ 413);
- wordlists.czech = _default;
-}
-catch (err) {}
-try {
- exports._default = _default = __webpack_require__(/*! ./wordlists/chinese_simplified.json */ 414);
- wordlists.chinese_simplified = _default;
-}
-catch (err) {}
-try {
- exports._default = _default = __webpack_require__(/*! ./wordlists/chinese_traditional.json */ 415);
- wordlists.chinese_traditional = _default;
-}
-catch (err) {}
-try {
- exports._default = _default = __webpack_require__(/*! ./wordlists/korean.json */ 416);
- wordlists.korean = _default;
-}
-catch (err) {}
-try {
- exports._default = _default = __webpack_require__(/*! ./wordlists/french.json */ 417);
- wordlists.french = _default;
-}
-catch (err) {}
-try {
- exports._default = _default = __webpack_require__(/*! ./wordlists/italian.json */ 418);
- wordlists.italian = _default;
-}
-catch (err) {}
-try {
- exports._default = _default = __webpack_require__(/*! ./wordlists/spanish.json */ 419);
- wordlists.spanish = _default;
-}
-catch (err) {}
-try {
- exports._default = _default = __webpack_require__(/*! ./wordlists/japanese.json */ 420);
- wordlists.japanese = _default;
- wordlists.JA = _default;
-}
-catch (err) {}
-try {
- exports._default = _default = __webpack_require__(/*! ./wordlists/portuguese.json */ 421);
- wordlists.portuguese = _default;
-}
-catch (err) {}
-try {
- exports._default = _default = __webpack_require__(/*! ./wordlists/english.json */ 422);
- wordlists.english = _default;
- wordlists.EN = _default;
-}
-catch (err) {}
+ return _quacksLike;
+ },
-/***/ }),
-/* 413 */
-/*!*****************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip39/src/wordlists/czech.json ***!
- \*****************************************************************************************/
-/*! exports provided: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 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, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, default */
-/***/ (function(module) {
+ tuple: function tuple() {
+ var types = [].slice.call(arguments).map(compile);
-module.exports = JSON.parse("[\"abdikace\",\"abeceda\",\"adresa\",\"agrese\",\"akce\",\"aktovka\",\"alej\",\"alkohol\",\"amputace\",\"ananas\",\"andulka\",\"anekdota\",\"anketa\",\"antika\",\"anulovat\",\"archa\",\"arogance\",\"asfalt\",\"asistent\",\"aspirace\",\"astma\",\"astronom\",\"atlas\",\"atletika\",\"atol\",\"autobus\",\"azyl\",\"babka\",\"bachor\",\"bacil\",\"baculka\",\"badatel\",\"bageta\",\"bagr\",\"bahno\",\"bakterie\",\"balada\",\"baletka\",\"balkon\",\"balonek\",\"balvan\",\"balza\",\"bambus\",\"bankomat\",\"barbar\",\"baret\",\"barman\",\"baroko\",\"barva\",\"baterka\",\"batoh\",\"bavlna\",\"bazalka\",\"bazilika\",\"bazuka\",\"bedna\",\"beran\",\"beseda\",\"bestie\",\"beton\",\"bezinka\",\"bezmoc\",\"beztak\",\"bicykl\",\"bidlo\",\"biftek\",\"bikiny\",\"bilance\",\"biograf\",\"biolog\",\"bitva\",\"bizon\",\"blahobyt\",\"blatouch\",\"blecha\",\"bledule\",\"blesk\",\"blikat\",\"blizna\",\"blokovat\",\"bloudit\",\"blud\",\"bobek\",\"bobr\",\"bodlina\",\"bodnout\",\"bohatost\",\"bojkot\",\"bojovat\",\"bokorys\",\"bolest\",\"borec\",\"borovice\",\"bota\",\"boubel\",\"bouchat\",\"bouda\",\"boule\",\"bourat\",\"boxer\",\"bradavka\",\"brambora\",\"branka\",\"bratr\",\"brepta\",\"briketa\",\"brko\",\"brloh\",\"bronz\",\"broskev\",\"brunetka\",\"brusinka\",\"brzda\",\"brzy\",\"bublina\",\"bubnovat\",\"buchta\",\"buditel\",\"budka\",\"budova\",\"bufet\",\"bujarost\",\"bukvice\",\"buldok\",\"bulva\",\"bunda\",\"bunkr\",\"burza\",\"butik\",\"buvol\",\"buzola\",\"bydlet\",\"bylina\",\"bytovka\",\"bzukot\",\"capart\",\"carevna\",\"cedr\",\"cedule\",\"cejch\",\"cejn\",\"cela\",\"celer\",\"celkem\",\"celnice\",\"cenina\",\"cennost\",\"cenovka\",\"centrum\",\"cenzor\",\"cestopis\",\"cetka\",\"chalupa\",\"chapadlo\",\"charita\",\"chata\",\"chechtat\",\"chemie\",\"chichot\",\"chirurg\",\"chlad\",\"chleba\",\"chlubit\",\"chmel\",\"chmura\",\"chobot\",\"chochol\",\"chodba\",\"cholera\",\"chomout\",\"chopit\",\"choroba\",\"chov\",\"chrapot\",\"chrlit\",\"chrt\",\"chrup\",\"chtivost\",\"chudina\",\"chutnat\",\"chvat\",\"chvilka\",\"chvost\",\"chyba\",\"chystat\",\"chytit\",\"cibule\",\"cigareta\",\"cihelna\",\"cihla\",\"cinkot\",\"cirkus\",\"cisterna\",\"citace\",\"citrus\",\"cizinec\",\"cizost\",\"clona\",\"cokoliv\",\"couvat\",\"ctitel\",\"ctnost\",\"cudnost\",\"cuketa\",\"cukr\",\"cupot\",\"cvaknout\",\"cval\",\"cvik\",\"cvrkot\",\"cyklista\",\"daleko\",\"dareba\",\"datel\",\"datum\",\"dcera\",\"debata\",\"dechovka\",\"decibel\",\"deficit\",\"deflace\",\"dekl\",\"dekret\",\"demokrat\",\"deprese\",\"derby\",\"deska\",\"detektiv\",\"dikobraz\",\"diktovat\",\"dioda\",\"diplom\",\"disk\",\"displej\",\"divadlo\",\"divoch\",\"dlaha\",\"dlouho\",\"dluhopis\",\"dnes\",\"dobro\",\"dobytek\",\"docent\",\"dochutit\",\"dodnes\",\"dohled\",\"dohoda\",\"dohra\",\"dojem\",\"dojnice\",\"doklad\",\"dokola\",\"doktor\",\"dokument\",\"dolar\",\"doleva\",\"dolina\",\"doma\",\"dominant\",\"domluvit\",\"domov\",\"donutit\",\"dopad\",\"dopis\",\"doplnit\",\"doposud\",\"doprovod\",\"dopustit\",\"dorazit\",\"dorost\",\"dort\",\"dosah\",\"doslov\",\"dostatek\",\"dosud\",\"dosyta\",\"dotaz\",\"dotek\",\"dotknout\",\"doufat\",\"doutnat\",\"dovozce\",\"dozadu\",\"doznat\",\"dozorce\",\"drahota\",\"drak\",\"dramatik\",\"dravec\",\"draze\",\"drdol\",\"drobnost\",\"drogerie\",\"drozd\",\"drsnost\",\"drtit\",\"drzost\",\"duben\",\"duchovno\",\"dudek\",\"duha\",\"duhovka\",\"dusit\",\"dusno\",\"dutost\",\"dvojice\",\"dvorec\",\"dynamit\",\"ekolog\",\"ekonomie\",\"elektron\",\"elipsa\",\"email\",\"emise\",\"emoce\",\"empatie\",\"epizoda\",\"epocha\",\"epopej\",\"epos\",\"esej\",\"esence\",\"eskorta\",\"eskymo\",\"etiketa\",\"euforie\",\"evoluce\",\"exekuce\",\"exkurze\",\"expedice\",\"exploze\",\"export\",\"extrakt\",\"facka\",\"fajfka\",\"fakulta\",\"fanatik\",\"fantazie\",\"farmacie\",\"favorit\",\"fazole\",\"federace\",\"fejeton\",\"fenka\",\"fialka\",\"figurant\",\"filozof\",\"filtr\",\"finance\",\"finta\",\"fixace\",\"fjord\",\"flanel\",\"flirt\",\"flotila\",\"fond\",\"fosfor\",\"fotbal\",\"fotka\",\"foton\",\"frakce\",\"freska\",\"fronta\",\"fukar\",\"funkce\",\"fyzika\",\"galeje\",\"garant\",\"genetika\",\"geolog\",\"gilotina\",\"glazura\",\"glejt\",\"golem\",\"golfista\",\"gotika\",\"graf\",\"gramofon\",\"granule\",\"grep\",\"gril\",\"grog\",\"groteska\",\"guma\",\"hadice\",\"hadr\",\"hala\",\"halenka\",\"hanba\",\"hanopis\",\"harfa\",\"harpuna\",\"havran\",\"hebkost\",\"hejkal\",\"hejno\",\"hejtman\",\"hektar\",\"helma\",\"hematom\",\"herec\",\"herna\",\"heslo\",\"hezky\",\"historik\",\"hladovka\",\"hlasivky\",\"hlava\",\"hledat\",\"hlen\",\"hlodavec\",\"hloh\",\"hloupost\",\"hltat\",\"hlubina\",\"hluchota\",\"hmat\",\"hmota\",\"hmyz\",\"hnis\",\"hnojivo\",\"hnout\",\"hoblina\",\"hoboj\",\"hoch\",\"hodiny\",\"hodlat\",\"hodnota\",\"hodovat\",\"hojnost\",\"hokej\",\"holinka\",\"holka\",\"holub\",\"homole\",\"honitba\",\"honorace\",\"horal\",\"horda\",\"horizont\",\"horko\",\"horlivec\",\"hormon\",\"hornina\",\"horoskop\",\"horstvo\",\"hospoda\",\"hostina\",\"hotovost\",\"houba\",\"houf\",\"houpat\",\"houska\",\"hovor\",\"hradba\",\"hranice\",\"hravost\",\"hrazda\",\"hrbolek\",\"hrdina\",\"hrdlo\",\"hrdost\",\"hrnek\",\"hrobka\",\"hromada\",\"hrot\",\"hrouda\",\"hrozen\",\"hrstka\",\"hrubost\",\"hryzat\",\"hubenost\",\"hubnout\",\"hudba\",\"hukot\",\"humr\",\"husita\",\"hustota\",\"hvozd\",\"hybnost\",\"hydrant\",\"hygiena\",\"hymna\",\"hysterik\",\"idylka\",\"ihned\",\"ikona\",\"iluze\",\"imunita\",\"infekce\",\"inflace\",\"inkaso\",\"inovace\",\"inspekce\",\"internet\",\"invalida\",\"investor\",\"inzerce\",\"ironie\",\"jablko\",\"jachta\",\"jahoda\",\"jakmile\",\"jakost\",\"jalovec\",\"jantar\",\"jarmark\",\"jaro\",\"jasan\",\"jasno\",\"jatka\",\"javor\",\"jazyk\",\"jedinec\",\"jedle\",\"jednatel\",\"jehlan\",\"jekot\",\"jelen\",\"jelito\",\"jemnost\",\"jenom\",\"jepice\",\"jeseter\",\"jevit\",\"jezdec\",\"jezero\",\"jinak\",\"jindy\",\"jinoch\",\"jiskra\",\"jistota\",\"jitrnice\",\"jizva\",\"jmenovat\",\"jogurt\",\"jurta\",\"kabaret\",\"kabel\",\"kabinet\",\"kachna\",\"kadet\",\"kadidlo\",\"kahan\",\"kajak\",\"kajuta\",\"kakao\",\"kaktus\",\"kalamita\",\"kalhoty\",\"kalibr\",\"kalnost\",\"kamera\",\"kamkoliv\",\"kamna\",\"kanibal\",\"kanoe\",\"kantor\",\"kapalina\",\"kapela\",\"kapitola\",\"kapka\",\"kaple\",\"kapota\",\"kapr\",\"kapusta\",\"kapybara\",\"karamel\",\"karotka\",\"karton\",\"kasa\",\"katalog\",\"katedra\",\"kauce\",\"kauza\",\"kavalec\",\"kazajka\",\"kazeta\",\"kazivost\",\"kdekoliv\",\"kdesi\",\"kedluben\",\"kemp\",\"keramika\",\"kino\",\"klacek\",\"kladivo\",\"klam\",\"klapot\",\"klasika\",\"klaun\",\"klec\",\"klenba\",\"klepat\",\"klesnout\",\"klid\",\"klima\",\"klisna\",\"klobouk\",\"klokan\",\"klopa\",\"kloub\",\"klubovna\",\"klusat\",\"kluzkost\",\"kmen\",\"kmitat\",\"kmotr\",\"kniha\",\"knot\",\"koalice\",\"koberec\",\"kobka\",\"kobliha\",\"kobyla\",\"kocour\",\"kohout\",\"kojenec\",\"kokos\",\"koktejl\",\"kolaps\",\"koleda\",\"kolize\",\"kolo\",\"komando\",\"kometa\",\"komik\",\"komnata\",\"komora\",\"kompas\",\"komunita\",\"konat\",\"koncept\",\"kondice\",\"konec\",\"konfese\",\"kongres\",\"konina\",\"konkurs\",\"kontakt\",\"konzerva\",\"kopanec\",\"kopie\",\"kopnout\",\"koprovka\",\"korbel\",\"korektor\",\"kormidlo\",\"koroptev\",\"korpus\",\"koruna\",\"koryto\",\"korzet\",\"kosatec\",\"kostka\",\"kotel\",\"kotleta\",\"kotoul\",\"koukat\",\"koupelna\",\"kousek\",\"kouzlo\",\"kovboj\",\"koza\",\"kozoroh\",\"krabice\",\"krach\",\"krajina\",\"kralovat\",\"krasopis\",\"kravata\",\"kredit\",\"krejcar\",\"kresba\",\"kreveta\",\"kriket\",\"kritik\",\"krize\",\"krkavec\",\"krmelec\",\"krmivo\",\"krocan\",\"krok\",\"kronika\",\"kropit\",\"kroupa\",\"krovka\",\"krtek\",\"kruhadlo\",\"krupice\",\"krutost\",\"krvinka\",\"krychle\",\"krypta\",\"krystal\",\"kryt\",\"kudlanka\",\"kufr\",\"kujnost\",\"kukla\",\"kulajda\",\"kulich\",\"kulka\",\"kulomet\",\"kultura\",\"kuna\",\"kupodivu\",\"kurt\",\"kurzor\",\"kutil\",\"kvalita\",\"kvasinka\",\"kvestor\",\"kynolog\",\"kyselina\",\"kytara\",\"kytice\",\"kytka\",\"kytovec\",\"kyvadlo\",\"labrador\",\"lachtan\",\"ladnost\",\"laik\",\"lakomec\",\"lamela\",\"lampa\",\"lanovka\",\"lasice\",\"laso\",\"lastura\",\"latinka\",\"lavina\",\"lebka\",\"leckdy\",\"leden\",\"lednice\",\"ledovka\",\"ledvina\",\"legenda\",\"legie\",\"legrace\",\"lehce\",\"lehkost\",\"lehnout\",\"lektvar\",\"lenochod\",\"lentilka\",\"lepenka\",\"lepidlo\",\"letadlo\",\"letec\",\"letmo\",\"letokruh\",\"levhart\",\"levitace\",\"levobok\",\"libra\",\"lichotka\",\"lidojed\",\"lidskost\",\"lihovina\",\"lijavec\",\"lilek\",\"limetka\",\"linie\",\"linka\",\"linoleum\",\"listopad\",\"litina\",\"litovat\",\"lobista\",\"lodivod\",\"logika\",\"logoped\",\"lokalita\",\"loket\",\"lomcovat\",\"lopata\",\"lopuch\",\"lord\",\"losos\",\"lotr\",\"loudal\",\"louh\",\"louka\",\"louskat\",\"lovec\",\"lstivost\",\"lucerna\",\"lucifer\",\"lump\",\"lusk\",\"lustrace\",\"lvice\",\"lyra\",\"lyrika\",\"lysina\",\"madam\",\"madlo\",\"magistr\",\"mahagon\",\"majetek\",\"majitel\",\"majorita\",\"makak\",\"makovice\",\"makrela\",\"malba\",\"malina\",\"malovat\",\"malvice\",\"maminka\",\"mandle\",\"manko\",\"marnost\",\"masakr\",\"maskot\",\"masopust\",\"matice\",\"matrika\",\"maturita\",\"mazanec\",\"mazivo\",\"mazlit\",\"mazurka\",\"mdloba\",\"mechanik\",\"meditace\",\"medovina\",\"melasa\",\"meloun\",\"mentolka\",\"metla\",\"metoda\",\"metr\",\"mezera\",\"migrace\",\"mihnout\",\"mihule\",\"mikina\",\"mikrofon\",\"milenec\",\"milimetr\",\"milost\",\"mimika\",\"mincovna\",\"minibar\",\"minomet\",\"minulost\",\"miska\",\"mistr\",\"mixovat\",\"mladost\",\"mlha\",\"mlhovina\",\"mlok\",\"mlsat\",\"mluvit\",\"mnich\",\"mnohem\",\"mobil\",\"mocnost\",\"modelka\",\"modlitba\",\"mohyla\",\"mokro\",\"molekula\",\"momentka\",\"monarcha\",\"monokl\",\"monstrum\",\"montovat\",\"monzun\",\"mosaz\",\"moskyt\",\"most\",\"motivace\",\"motorka\",\"motyka\",\"moucha\",\"moudrost\",\"mozaika\",\"mozek\",\"mozol\",\"mramor\",\"mravenec\",\"mrkev\",\"mrtvola\",\"mrzet\",\"mrzutost\",\"mstitel\",\"mudrc\",\"muflon\",\"mulat\",\"mumie\",\"munice\",\"muset\",\"mutace\",\"muzeum\",\"muzikant\",\"myslivec\",\"mzda\",\"nabourat\",\"nachytat\",\"nadace\",\"nadbytek\",\"nadhoz\",\"nadobro\",\"nadpis\",\"nahlas\",\"nahnat\",\"nahodile\",\"nahradit\",\"naivita\",\"najednou\",\"najisto\",\"najmout\",\"naklonit\",\"nakonec\",\"nakrmit\",\"nalevo\",\"namazat\",\"namluvit\",\"nanometr\",\"naoko\",\"naopak\",\"naostro\",\"napadat\",\"napevno\",\"naplnit\",\"napnout\",\"naposled\",\"naprosto\",\"narodit\",\"naruby\",\"narychlo\",\"nasadit\",\"nasekat\",\"naslepo\",\"nastat\",\"natolik\",\"navenek\",\"navrch\",\"navzdory\",\"nazvat\",\"nebe\",\"nechat\",\"necky\",\"nedaleko\",\"nedbat\",\"neduh\",\"negace\",\"nehet\",\"nehoda\",\"nejen\",\"nejprve\",\"neklid\",\"nelibost\",\"nemilost\",\"nemoc\",\"neochota\",\"neonka\",\"nepokoj\",\"nerost\",\"nerv\",\"nesmysl\",\"nesoulad\",\"netvor\",\"neuron\",\"nevina\",\"nezvykle\",\"nicota\",\"nijak\",\"nikam\",\"nikdy\",\"nikl\",\"nikterak\",\"nitro\",\"nocleh\",\"nohavice\",\"nominace\",\"nora\",\"norek\",\"nositel\",\"nosnost\",\"nouze\",\"noviny\",\"novota\",\"nozdra\",\"nuda\",\"nudle\",\"nuget\",\"nutit\",\"nutnost\",\"nutrie\",\"nymfa\",\"obal\",\"obarvit\",\"obava\",\"obdiv\",\"obec\",\"obehnat\",\"obejmout\",\"obezita\",\"obhajoba\",\"obilnice\",\"objasnit\",\"objekt\",\"obklopit\",\"oblast\",\"oblek\",\"obliba\",\"obloha\",\"obluda\",\"obnos\",\"obohatit\",\"obojek\",\"obout\",\"obrazec\",\"obrna\",\"obruba\",\"obrys\",\"obsah\",\"obsluha\",\"obstarat\",\"obuv\",\"obvaz\",\"obvinit\",\"obvod\",\"obvykle\",\"obyvatel\",\"obzor\",\"ocas\",\"ocel\",\"ocenit\",\"ochladit\",\"ochota\",\"ochrana\",\"ocitnout\",\"odboj\",\"odbyt\",\"odchod\",\"odcizit\",\"odebrat\",\"odeslat\",\"odevzdat\",\"odezva\",\"odhadce\",\"odhodit\",\"odjet\",\"odjinud\",\"odkaz\",\"odkoupit\",\"odliv\",\"odluka\",\"odmlka\",\"odolnost\",\"odpad\",\"odpis\",\"odplout\",\"odpor\",\"odpustit\",\"odpykat\",\"odrazka\",\"odsoudit\",\"odstup\",\"odsun\",\"odtok\",\"odtud\",\"odvaha\",\"odveta\",\"odvolat\",\"odvracet\",\"odznak\",\"ofina\",\"ofsajd\",\"ohlas\",\"ohnisko\",\"ohrada\",\"ohrozit\",\"ohryzek\",\"okap\",\"okenice\",\"oklika\",\"okno\",\"okouzlit\",\"okovy\",\"okrasa\",\"okres\",\"okrsek\",\"okruh\",\"okupant\",\"okurka\",\"okusit\",\"olejnina\",\"olizovat\",\"omak\",\"omeleta\",\"omezit\",\"omladina\",\"omlouvat\",\"omluva\",\"omyl\",\"onehdy\",\"opakovat\",\"opasek\",\"operace\",\"opice\",\"opilost\",\"opisovat\",\"opora\",\"opozice\",\"opravdu\",\"oproti\",\"orbital\",\"orchestr\",\"orgie\",\"orlice\",\"orloj\",\"ortel\",\"osada\",\"oschnout\",\"osika\",\"osivo\",\"oslava\",\"oslepit\",\"oslnit\",\"oslovit\",\"osnova\",\"osoba\",\"osolit\",\"ospalec\",\"osten\",\"ostraha\",\"ostuda\",\"ostych\",\"osvojit\",\"oteplit\",\"otisk\",\"otop\",\"otrhat\",\"otrlost\",\"otrok\",\"otruby\",\"otvor\",\"ovanout\",\"ovar\",\"oves\",\"ovlivnit\",\"ovoce\",\"oxid\",\"ozdoba\",\"pachatel\",\"pacient\",\"padouch\",\"pahorek\",\"pakt\",\"palanda\",\"palec\",\"palivo\",\"paluba\",\"pamflet\",\"pamlsek\",\"panenka\",\"panika\",\"panna\",\"panovat\",\"panstvo\",\"pantofle\",\"paprika\",\"parketa\",\"parodie\",\"parta\",\"paruka\",\"paryba\",\"paseka\",\"pasivita\",\"pastelka\",\"patent\",\"patrona\",\"pavouk\",\"pazneht\",\"pazourek\",\"pecka\",\"pedagog\",\"pejsek\",\"peklo\",\"peloton\",\"penalta\",\"pendrek\",\"penze\",\"periskop\",\"pero\",\"pestrost\",\"petarda\",\"petice\",\"petrolej\",\"pevnina\",\"pexeso\",\"pianista\",\"piha\",\"pijavice\",\"pikle\",\"piknik\",\"pilina\",\"pilnost\",\"pilulka\",\"pinzeta\",\"pipeta\",\"pisatel\",\"pistole\",\"pitevna\",\"pivnice\",\"pivovar\",\"placenta\",\"plakat\",\"plamen\",\"planeta\",\"plastika\",\"platit\",\"plavidlo\",\"plaz\",\"plech\",\"plemeno\",\"plenta\",\"ples\",\"pletivo\",\"plevel\",\"plivat\",\"plnit\",\"plno\",\"plocha\",\"plodina\",\"plomba\",\"plout\",\"pluk\",\"plyn\",\"pobavit\",\"pobyt\",\"pochod\",\"pocit\",\"poctivec\",\"podat\",\"podcenit\",\"podepsat\",\"podhled\",\"podivit\",\"podklad\",\"podmanit\",\"podnik\",\"podoba\",\"podpora\",\"podraz\",\"podstata\",\"podvod\",\"podzim\",\"poezie\",\"pohanka\",\"pohnutka\",\"pohovor\",\"pohroma\",\"pohyb\",\"pointa\",\"pojistka\",\"pojmout\",\"pokazit\",\"pokles\",\"pokoj\",\"pokrok\",\"pokuta\",\"pokyn\",\"poledne\",\"polibek\",\"polknout\",\"poloha\",\"polynom\",\"pomalu\",\"pominout\",\"pomlka\",\"pomoc\",\"pomsta\",\"pomyslet\",\"ponechat\",\"ponorka\",\"ponurost\",\"popadat\",\"popel\",\"popisek\",\"poplach\",\"poprosit\",\"popsat\",\"popud\",\"poradce\",\"porce\",\"porod\",\"porucha\",\"poryv\",\"posadit\",\"posed\",\"posila\",\"poskok\",\"poslanec\",\"posoudit\",\"pospolu\",\"postava\",\"posudek\",\"posyp\",\"potah\",\"potkan\",\"potlesk\",\"potomek\",\"potrava\",\"potupa\",\"potvora\",\"poukaz\",\"pouto\",\"pouzdro\",\"povaha\",\"povidla\",\"povlak\",\"povoz\",\"povrch\",\"povstat\",\"povyk\",\"povzdech\",\"pozdrav\",\"pozemek\",\"poznatek\",\"pozor\",\"pozvat\",\"pracovat\",\"prahory\",\"praktika\",\"prales\",\"praotec\",\"praporek\",\"prase\",\"pravda\",\"princip\",\"prkno\",\"probudit\",\"procento\",\"prodej\",\"profese\",\"prohra\",\"projekt\",\"prolomit\",\"promile\",\"pronikat\",\"propad\",\"prorok\",\"prosba\",\"proton\",\"proutek\",\"provaz\",\"prskavka\",\"prsten\",\"prudkost\",\"prut\",\"prvek\",\"prvohory\",\"psanec\",\"psovod\",\"pstruh\",\"ptactvo\",\"puberta\",\"puch\",\"pudl\",\"pukavec\",\"puklina\",\"pukrle\",\"pult\",\"pumpa\",\"punc\",\"pupen\",\"pusa\",\"pusinka\",\"pustina\",\"putovat\",\"putyka\",\"pyramida\",\"pysk\",\"pytel\",\"racek\",\"rachot\",\"radiace\",\"radnice\",\"radon\",\"raft\",\"ragby\",\"raketa\",\"rakovina\",\"rameno\",\"rampouch\",\"rande\",\"rarach\",\"rarita\",\"rasovna\",\"rastr\",\"ratolest\",\"razance\",\"razidlo\",\"reagovat\",\"reakce\",\"recept\",\"redaktor\",\"referent\",\"reflex\",\"rejnok\",\"reklama\",\"rekord\",\"rekrut\",\"rektor\",\"reputace\",\"revize\",\"revma\",\"revolver\",\"rezerva\",\"riskovat\",\"riziko\",\"robotika\",\"rodokmen\",\"rohovka\",\"rokle\",\"rokoko\",\"romaneto\",\"ropovod\",\"ropucha\",\"rorejs\",\"rosol\",\"rostlina\",\"rotmistr\",\"rotoped\",\"rotunda\",\"roubenka\",\"roucho\",\"roup\",\"roura\",\"rovina\",\"rovnice\",\"rozbor\",\"rozchod\",\"rozdat\",\"rozeznat\",\"rozhodce\",\"rozinka\",\"rozjezd\",\"rozkaz\",\"rozloha\",\"rozmar\",\"rozpad\",\"rozruch\",\"rozsah\",\"roztok\",\"rozum\",\"rozvod\",\"rubrika\",\"ruchadlo\",\"rukavice\",\"rukopis\",\"ryba\",\"rybolov\",\"rychlost\",\"rydlo\",\"rypadlo\",\"rytina\",\"ryzost\",\"sadista\",\"sahat\",\"sako\",\"samec\",\"samizdat\",\"samota\",\"sanitka\",\"sardinka\",\"sasanka\",\"satelit\",\"sazba\",\"sazenice\",\"sbor\",\"schovat\",\"sebranka\",\"secese\",\"sedadlo\",\"sediment\",\"sedlo\",\"sehnat\",\"sejmout\",\"sekera\",\"sekta\",\"sekunda\",\"sekvoje\",\"semeno\",\"seno\",\"servis\",\"sesadit\",\"seshora\",\"seskok\",\"seslat\",\"sestra\",\"sesuv\",\"sesypat\",\"setba\",\"setina\",\"setkat\",\"setnout\",\"setrvat\",\"sever\",\"seznam\",\"shoda\",\"shrnout\",\"sifon\",\"silnice\",\"sirka\",\"sirotek\",\"sirup\",\"situace\",\"skafandr\",\"skalisko\",\"skanzen\",\"skaut\",\"skeptik\",\"skica\",\"skladba\",\"sklenice\",\"sklo\",\"skluz\",\"skoba\",\"skokan\",\"skoro\",\"skripta\",\"skrz\",\"skupina\",\"skvost\",\"skvrna\",\"slabika\",\"sladidlo\",\"slanina\",\"slast\",\"slavnost\",\"sledovat\",\"slepec\",\"sleva\",\"slezina\",\"slib\",\"slina\",\"sliznice\",\"slon\",\"sloupek\",\"slovo\",\"sluch\",\"sluha\",\"slunce\",\"slupka\",\"slza\",\"smaragd\",\"smetana\",\"smilstvo\",\"smlouva\",\"smog\",\"smrad\",\"smrk\",\"smrtka\",\"smutek\",\"smysl\",\"snad\",\"snaha\",\"snob\",\"sobota\",\"socha\",\"sodovka\",\"sokol\",\"sopka\",\"sotva\",\"souboj\",\"soucit\",\"soudce\",\"souhlas\",\"soulad\",\"soumrak\",\"souprava\",\"soused\",\"soutok\",\"souviset\",\"spalovna\",\"spasitel\",\"spis\",\"splav\",\"spodek\",\"spojenec\",\"spolu\",\"sponzor\",\"spornost\",\"spousta\",\"sprcha\",\"spustit\",\"sranda\",\"sraz\",\"srdce\",\"srna\",\"srnec\",\"srovnat\",\"srpen\",\"srst\",\"srub\",\"stanice\",\"starosta\",\"statika\",\"stavba\",\"stehno\",\"stezka\",\"stodola\",\"stolek\",\"stopa\",\"storno\",\"stoupat\",\"strach\",\"stres\",\"strhnout\",\"strom\",\"struna\",\"studna\",\"stupnice\",\"stvol\",\"styk\",\"subjekt\",\"subtropy\",\"suchar\",\"sudost\",\"sukno\",\"sundat\",\"sunout\",\"surikata\",\"surovina\",\"svah\",\"svalstvo\",\"svetr\",\"svatba\",\"svazek\",\"svisle\",\"svitek\",\"svoboda\",\"svodidlo\",\"svorka\",\"svrab\",\"sykavka\",\"sykot\",\"synek\",\"synovec\",\"sypat\",\"sypkost\",\"syrovost\",\"sysel\",\"sytost\",\"tabletka\",\"tabule\",\"tahoun\",\"tajemno\",\"tajfun\",\"tajga\",\"tajit\",\"tajnost\",\"taktika\",\"tamhle\",\"tampon\",\"tancovat\",\"tanec\",\"tanker\",\"tapeta\",\"tavenina\",\"tazatel\",\"technika\",\"tehdy\",\"tekutina\",\"telefon\",\"temnota\",\"tendence\",\"tenista\",\"tenor\",\"teplota\",\"tepna\",\"teprve\",\"terapie\",\"termoska\",\"textil\",\"ticho\",\"tiskopis\",\"titulek\",\"tkadlec\",\"tkanina\",\"tlapka\",\"tleskat\",\"tlukot\",\"tlupa\",\"tmel\",\"toaleta\",\"topinka\",\"topol\",\"torzo\",\"touha\",\"toulec\",\"tradice\",\"traktor\",\"tramp\",\"trasa\",\"traverza\",\"trefit\",\"trest\",\"trezor\",\"trhavina\",\"trhlina\",\"trochu\",\"trojice\",\"troska\",\"trouba\",\"trpce\",\"trpitel\",\"trpkost\",\"trubec\",\"truchlit\",\"truhlice\",\"trus\",\"trvat\",\"tudy\",\"tuhnout\",\"tuhost\",\"tundra\",\"turista\",\"turnaj\",\"tuzemsko\",\"tvaroh\",\"tvorba\",\"tvrdost\",\"tvrz\",\"tygr\",\"tykev\",\"ubohost\",\"uboze\",\"ubrat\",\"ubrousek\",\"ubrus\",\"ubytovna\",\"ucho\",\"uctivost\",\"udivit\",\"uhradit\",\"ujednat\",\"ujistit\",\"ujmout\",\"ukazatel\",\"uklidnit\",\"uklonit\",\"ukotvit\",\"ukrojit\",\"ulice\",\"ulita\",\"ulovit\",\"umyvadlo\",\"unavit\",\"uniforma\",\"uniknout\",\"upadnout\",\"uplatnit\",\"uplynout\",\"upoutat\",\"upravit\",\"uran\",\"urazit\",\"usednout\",\"usilovat\",\"usmrtit\",\"usnadnit\",\"usnout\",\"usoudit\",\"ustlat\",\"ustrnout\",\"utahovat\",\"utkat\",\"utlumit\",\"utonout\",\"utopenec\",\"utrousit\",\"uvalit\",\"uvolnit\",\"uvozovka\",\"uzdravit\",\"uzel\",\"uzenina\",\"uzlina\",\"uznat\",\"vagon\",\"valcha\",\"valoun\",\"vana\",\"vandal\",\"vanilka\",\"varan\",\"varhany\",\"varovat\",\"vcelku\",\"vchod\",\"vdova\",\"vedro\",\"vegetace\",\"vejce\",\"velbloud\",\"veletrh\",\"velitel\",\"velmoc\",\"velryba\",\"venkov\",\"veranda\",\"verze\",\"veselka\",\"veskrze\",\"vesnice\",\"vespodu\",\"vesta\",\"veterina\",\"veverka\",\"vibrace\",\"vichr\",\"videohra\",\"vidina\",\"vidle\",\"vila\",\"vinice\",\"viset\",\"vitalita\",\"vize\",\"vizitka\",\"vjezd\",\"vklad\",\"vkus\",\"vlajka\",\"vlak\",\"vlasec\",\"vlevo\",\"vlhkost\",\"vliv\",\"vlnovka\",\"vloupat\",\"vnucovat\",\"vnuk\",\"voda\",\"vodivost\",\"vodoznak\",\"vodstvo\",\"vojensky\",\"vojna\",\"vojsko\",\"volant\",\"volba\",\"volit\",\"volno\",\"voskovka\",\"vozidlo\",\"vozovna\",\"vpravo\",\"vrabec\",\"vracet\",\"vrah\",\"vrata\",\"vrba\",\"vrcholek\",\"vrhat\",\"vrstva\",\"vrtule\",\"vsadit\",\"vstoupit\",\"vstup\",\"vtip\",\"vybavit\",\"vybrat\",\"vychovat\",\"vydat\",\"vydra\",\"vyfotit\",\"vyhledat\",\"vyhnout\",\"vyhodit\",\"vyhradit\",\"vyhubit\",\"vyjasnit\",\"vyjet\",\"vyjmout\",\"vyklopit\",\"vykonat\",\"vylekat\",\"vymazat\",\"vymezit\",\"vymizet\",\"vymyslet\",\"vynechat\",\"vynikat\",\"vynutit\",\"vypadat\",\"vyplatit\",\"vypravit\",\"vypustit\",\"vyrazit\",\"vyrovnat\",\"vyrvat\",\"vyslovit\",\"vysoko\",\"vystavit\",\"vysunout\",\"vysypat\",\"vytasit\",\"vytesat\",\"vytratit\",\"vyvinout\",\"vyvolat\",\"vyvrhel\",\"vyzdobit\",\"vyznat\",\"vzadu\",\"vzbudit\",\"vzchopit\",\"vzdor\",\"vzduch\",\"vzdychat\",\"vzestup\",\"vzhledem\",\"vzkaz\",\"vzlykat\",\"vznik\",\"vzorek\",\"vzpoura\",\"vztah\",\"vztek\",\"xylofon\",\"zabrat\",\"zabydlet\",\"zachovat\",\"zadarmo\",\"zadusit\",\"zafoukat\",\"zahltit\",\"zahodit\",\"zahrada\",\"zahynout\",\"zajatec\",\"zajet\",\"zajistit\",\"zaklepat\",\"zakoupit\",\"zalepit\",\"zamezit\",\"zamotat\",\"zamyslet\",\"zanechat\",\"zanikat\",\"zaplatit\",\"zapojit\",\"zapsat\",\"zarazit\",\"zastavit\",\"zasunout\",\"zatajit\",\"zatemnit\",\"zatknout\",\"zaujmout\",\"zavalit\",\"zavelet\",\"zavinit\",\"zavolat\",\"zavrtat\",\"zazvonit\",\"zbavit\",\"zbrusu\",\"zbudovat\",\"zbytek\",\"zdaleka\",\"zdarma\",\"zdatnost\",\"zdivo\",\"zdobit\",\"zdroj\",\"zdvih\",\"zdymadlo\",\"zelenina\",\"zeman\",\"zemina\",\"zeptat\",\"zezadu\",\"zezdola\",\"zhatit\",\"zhltnout\",\"zhluboka\",\"zhotovit\",\"zhruba\",\"zima\",\"zimnice\",\"zjemnit\",\"zklamat\",\"zkoumat\",\"zkratka\",\"zkumavka\",\"zlato\",\"zlehka\",\"zloba\",\"zlom\",\"zlost\",\"zlozvyk\",\"zmapovat\",\"zmar\",\"zmatek\",\"zmije\",\"zmizet\",\"zmocnit\",\"zmodrat\",\"zmrzlina\",\"zmutovat\",\"znak\",\"znalost\",\"znamenat\",\"znovu\",\"zobrazit\",\"zotavit\",\"zoubek\",\"zoufale\",\"zplodit\",\"zpomalit\",\"zprava\",\"zprostit\",\"zprudka\",\"zprvu\",\"zrada\",\"zranit\",\"zrcadlo\",\"zrnitost\",\"zrno\",\"zrovna\",\"zrychlit\",\"zrzavost\",\"zticha\",\"ztratit\",\"zubovina\",\"zubr\",\"zvednout\",\"zvenku\",\"zvesela\",\"zvon\",\"zvrat\",\"zvukovod\",\"zvyk\"]");
+ function _tuple(values, strict) {
+ if (NATIVE.Nil(values)) return false;
+ if (NATIVE.Nil(values.length)) return false;
+ if (strict && values.length !== types.length) return false;
-/***/ }),
-/* 414 */
-/*!******************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip39/src/wordlists/chinese_simplified.json ***!
- \******************************************************************************************************/
-/*! exports provided: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 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, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, default */
-/***/ (function(module) {
+ return types.every(function (type, i) {
+ try {
+ return typeforce(type, values[i], strict);
+ } catch (e) {
+ throw tfSubError(e, i);
+ }
+ });
+ }
+ _tuple.toJSON = function () {return '(' + types.map(tfJSON).join(', ') + ')';};
-module.exports = JSON.parse("[\"的\",\"一\",\"是\",\"在\",\"不\",\"了\",\"有\",\"和\",\"人\",\"这\",\"中\",\"大\",\"为\",\"上\",\"个\",\"国\",\"我\",\"以\",\"要\",\"他\",\"时\",\"来\",\"用\",\"们\",\"生\",\"到\",\"作\",\"地\",\"于\",\"出\",\"就\",\"分\",\"对\",\"成\",\"会\",\"可\",\"主\",\"发\",\"年\",\"动\",\"同\",\"工\",\"也\",\"能\",\"下\",\"过\",\"子\",\"说\",\"产\",\"种\",\"面\",\"而\",\"方\",\"后\",\"多\",\"定\",\"行\",\"学\",\"法\",\"所\",\"民\",\"得\",\"经\",\"十\",\"三\",\"之\",\"进\",\"着\",\"等\",\"部\",\"度\",\"家\",\"电\",\"力\",\"里\",\"如\",\"水\",\"化\",\"高\",\"自\",\"二\",\"理\",\"起\",\"小\",\"物\",\"现\",\"实\",\"加\",\"量\",\"都\",\"两\",\"体\",\"制\",\"机\",\"当\",\"使\",\"点\",\"从\",\"业\",\"本\",\"去\",\"把\",\"性\",\"好\",\"应\",\"开\",\"它\",\"合\",\"还\",\"因\",\"由\",\"其\",\"些\",\"然\",\"前\",\"外\",\"天\",\"政\",\"四\",\"日\",\"那\",\"社\",\"义\",\"事\",\"平\",\"形\",\"相\",\"全\",\"表\",\"间\",\"样\",\"与\",\"关\",\"各\",\"重\",\"新\",\"线\",\"内\",\"数\",\"正\",\"心\",\"反\",\"你\",\"明\",\"看\",\"原\",\"又\",\"么\",\"利\",\"比\",\"或\",\"但\",\"质\",\"气\",\"第\",\"向\",\"道\",\"命\",\"此\",\"变\",\"条\",\"只\",\"没\",\"结\",\"解\",\"问\",\"意\",\"建\",\"月\",\"公\",\"无\",\"系\",\"军\",\"很\",\"情\",\"者\",\"最\",\"立\",\"代\",\"想\",\"已\",\"通\",\"并\",\"提\",\"直\",\"题\",\"党\",\"程\",\"展\",\"五\",\"果\",\"料\",\"象\",\"员\",\"革\",\"位\",\"入\",\"常\",\"文\",\"总\",\"次\",\"品\",\"式\",\"活\",\"设\",\"及\",\"管\",\"特\",\"件\",\"长\",\"求\",\"老\",\"头\",\"基\",\"资\",\"边\",\"流\",\"路\",\"级\",\"少\",\"图\",\"山\",\"统\",\"接\",\"知\",\"较\",\"将\",\"组\",\"见\",\"计\",\"别\",\"她\",\"手\",\"角\",\"期\",\"根\",\"论\",\"运\",\"农\",\"指\",\"几\",\"九\",\"区\",\"强\",\"放\",\"决\",\"西\",\"被\",\"干\",\"做\",\"必\",\"战\",\"先\",\"回\",\"则\",\"任\",\"取\",\"据\",\"处\",\"队\",\"南\",\"给\",\"色\",\"光\",\"门\",\"即\",\"保\",\"治\",\"北\",\"造\",\"百\",\"规\",\"热\",\"领\",\"七\",\"海\",\"口\",\"东\",\"导\",\"器\",\"压\",\"志\",\"世\",\"金\",\"增\",\"争\",\"济\",\"阶\",\"油\",\"思\",\"术\",\"极\",\"交\",\"受\",\"联\",\"什\",\"认\",\"六\",\"共\",\"权\",\"收\",\"证\",\"改\",\"清\",\"美\",\"再\",\"采\",\"转\",\"更\",\"单\",\"风\",\"切\",\"打\",\"白\",\"教\",\"速\",\"花\",\"带\",\"安\",\"场\",\"身\",\"车\",\"例\",\"真\",\"务\",\"具\",\"万\",\"每\",\"目\",\"至\",\"达\",\"走\",\"积\",\"示\",\"议\",\"声\",\"报\",\"斗\",\"完\",\"类\",\"八\",\"离\",\"华\",\"名\",\"确\",\"才\",\"科\",\"张\",\"信\",\"马\",\"节\",\"话\",\"米\",\"整\",\"空\",\"元\",\"况\",\"今\",\"集\",\"温\",\"传\",\"土\",\"许\",\"步\",\"群\",\"广\",\"石\",\"记\",\"需\",\"段\",\"研\",\"界\",\"拉\",\"林\",\"律\",\"叫\",\"且\",\"究\",\"观\",\"越\",\"织\",\"装\",\"影\",\"算\",\"低\",\"持\",\"音\",\"众\",\"书\",\"布\",\"复\",\"容\",\"儿\",\"须\",\"际\",\"商\",\"非\",\"验\",\"连\",\"断\",\"深\",\"难\",\"近\",\"矿\",\"千\",\"周\",\"委\",\"素\",\"技\",\"备\",\"半\",\"办\",\"青\",\"省\",\"列\",\"习\",\"响\",\"约\",\"支\",\"般\",\"史\",\"感\",\"劳\",\"便\",\"团\",\"往\",\"酸\",\"历\",\"市\",\"克\",\"何\",\"除\",\"消\",\"构\",\"府\",\"称\",\"太\",\"准\",\"精\",\"值\",\"号\",\"率\",\"族\",\"维\",\"划\",\"选\",\"标\",\"写\",\"存\",\"候\",\"毛\",\"亲\",\"快\",\"效\",\"斯\",\"院\",\"查\",\"江\",\"型\",\"眼\",\"王\",\"按\",\"格\",\"养\",\"易\",\"置\",\"派\",\"层\",\"片\",\"始\",\"却\",\"专\",\"状\",\"育\",\"厂\",\"京\",\"识\",\"适\",\"属\",\"圆\",\"包\",\"火\",\"住\",\"调\",\"满\",\"县\",\"局\",\"照\",\"参\",\"红\",\"细\",\"引\",\"听\",\"该\",\"铁\",\"价\",\"严\",\"首\",\"底\",\"液\",\"官\",\"德\",\"随\",\"病\",\"苏\",\"失\",\"尔\",\"死\",\"讲\",\"配\",\"女\",\"黄\",\"推\",\"显\",\"谈\",\"罪\",\"神\",\"艺\",\"呢\",\"席\",\"含\",\"企\",\"望\",\"密\",\"批\",\"营\",\"项\",\"防\",\"举\",\"球\",\"英\",\"氧\",\"势\",\"告\",\"李\",\"台\",\"落\",\"木\",\"帮\",\"轮\",\"破\",\"亚\",\"师\",\"围\",\"注\",\"远\",\"字\",\"材\",\"排\",\"供\",\"河\",\"态\",\"封\",\"另\",\"施\",\"减\",\"树\",\"溶\",\"怎\",\"止\",\"案\",\"言\",\"士\",\"均\",\"武\",\"固\",\"叶\",\"鱼\",\"波\",\"视\",\"仅\",\"费\",\"紧\",\"爱\",\"左\",\"章\",\"早\",\"朝\",\"害\",\"续\",\"轻\",\"服\",\"试\",\"食\",\"充\",\"兵\",\"源\",\"判\",\"护\",\"司\",\"足\",\"某\",\"练\",\"差\",\"致\",\"板\",\"田\",\"降\",\"黑\",\"犯\",\"负\",\"击\",\"范\",\"继\",\"兴\",\"似\",\"余\",\"坚\",\"曲\",\"输\",\"修\",\"故\",\"城\",\"夫\",\"够\",\"送\",\"笔\",\"船\",\"占\",\"右\",\"财\",\"吃\",\"富\",\"春\",\"职\",\"觉\",\"汉\",\"画\",\"功\",\"巴\",\"跟\",\"虽\",\"杂\",\"飞\",\"检\",\"吸\",\"助\",\"升\",\"阳\",\"互\",\"初\",\"创\",\"抗\",\"考\",\"投\",\"坏\",\"策\",\"古\",\"径\",\"换\",\"未\",\"跑\",\"留\",\"钢\",\"曾\",\"端\",\"责\",\"站\",\"简\",\"述\",\"钱\",\"副\",\"尽\",\"帝\",\"射\",\"草\",\"冲\",\"承\",\"独\",\"令\",\"限\",\"阿\",\"宣\",\"环\",\"双\",\"请\",\"超\",\"微\",\"让\",\"控\",\"州\",\"良\",\"轴\",\"找\",\"否\",\"纪\",\"益\",\"依\",\"优\",\"顶\",\"础\",\"载\",\"倒\",\"房\",\"突\",\"坐\",\"粉\",\"敌\",\"略\",\"客\",\"袁\",\"冷\",\"胜\",\"绝\",\"析\",\"块\",\"剂\",\"测\",\"丝\",\"协\",\"诉\",\"念\",\"陈\",\"仍\",\"罗\",\"盐\",\"友\",\"洋\",\"错\",\"苦\",\"夜\",\"刑\",\"移\",\"频\",\"逐\",\"靠\",\"混\",\"母\",\"短\",\"皮\",\"终\",\"聚\",\"汽\",\"村\",\"云\",\"哪\",\"既\",\"距\",\"卫\",\"停\",\"烈\",\"央\",\"察\",\"烧\",\"迅\",\"境\",\"若\",\"印\",\"洲\",\"刻\",\"括\",\"激\",\"孔\",\"搞\",\"甚\",\"室\",\"待\",\"核\",\"校\",\"散\",\"侵\",\"吧\",\"甲\",\"游\",\"久\",\"菜\",\"味\",\"旧\",\"模\",\"湖\",\"货\",\"损\",\"预\",\"阻\",\"毫\",\"普\",\"稳\",\"乙\",\"妈\",\"植\",\"息\",\"扩\",\"银\",\"语\",\"挥\",\"酒\",\"守\",\"拿\",\"序\",\"纸\",\"医\",\"缺\",\"雨\",\"吗\",\"针\",\"刘\",\"啊\",\"急\",\"唱\",\"误\",\"训\",\"愿\",\"审\",\"附\",\"获\",\"茶\",\"鲜\",\"粮\",\"斤\",\"孩\",\"脱\",\"硫\",\"肥\",\"善\",\"龙\",\"演\",\"父\",\"渐\",\"血\",\"欢\",\"械\",\"掌\",\"歌\",\"沙\",\"刚\",\"攻\",\"谓\",\"盾\",\"讨\",\"晚\",\"粒\",\"乱\",\"燃\",\"矛\",\"乎\",\"杀\",\"药\",\"宁\",\"鲁\",\"贵\",\"钟\",\"煤\",\"读\",\"班\",\"伯\",\"香\",\"介\",\"迫\",\"句\",\"丰\",\"培\",\"握\",\"兰\",\"担\",\"弦\",\"蛋\",\"沉\",\"假\",\"穿\",\"执\",\"答\",\"乐\",\"谁\",\"顺\",\"烟\",\"缩\",\"征\",\"脸\",\"喜\",\"松\",\"脚\",\"困\",\"异\",\"免\",\"背\",\"星\",\"福\",\"买\",\"染\",\"井\",\"概\",\"慢\",\"怕\",\"磁\",\"倍\",\"祖\",\"皇\",\"促\",\"静\",\"补\",\"评\",\"翻\",\"肉\",\"践\",\"尼\",\"衣\",\"宽\",\"扬\",\"棉\",\"希\",\"伤\",\"操\",\"垂\",\"秋\",\"宜\",\"氢\",\"套\",\"督\",\"振\",\"架\",\"亮\",\"末\",\"宪\",\"庆\",\"编\",\"牛\",\"触\",\"映\",\"雷\",\"销\",\"诗\",\"座\",\"居\",\"抓\",\"裂\",\"胞\",\"呼\",\"娘\",\"景\",\"威\",\"绿\",\"晶\",\"厚\",\"盟\",\"衡\",\"鸡\",\"孙\",\"延\",\"危\",\"胶\",\"屋\",\"乡\",\"临\",\"陆\",\"顾\",\"掉\",\"呀\",\"灯\",\"岁\",\"措\",\"束\",\"耐\",\"剧\",\"玉\",\"赵\",\"跳\",\"哥\",\"季\",\"课\",\"凯\",\"胡\",\"额\",\"款\",\"绍\",\"卷\",\"齐\",\"伟\",\"蒸\",\"殖\",\"永\",\"宗\",\"苗\",\"川\",\"炉\",\"岩\",\"弱\",\"零\",\"杨\",\"奏\",\"沿\",\"露\",\"杆\",\"探\",\"滑\",\"镇\",\"饭\",\"浓\",\"航\",\"怀\",\"赶\",\"库\",\"夺\",\"伊\",\"灵\",\"税\",\"途\",\"灭\",\"赛\",\"归\",\"召\",\"鼓\",\"播\",\"盘\",\"裁\",\"险\",\"康\",\"唯\",\"录\",\"菌\",\"纯\",\"借\",\"糖\",\"盖\",\"横\",\"符\",\"私\",\"努\",\"堂\",\"域\",\"枪\",\"润\",\"幅\",\"哈\",\"竟\",\"熟\",\"虫\",\"泽\",\"脑\",\"壤\",\"碳\",\"欧\",\"遍\",\"侧\",\"寨\",\"敢\",\"彻\",\"虑\",\"斜\",\"薄\",\"庭\",\"纳\",\"弹\",\"饲\",\"伸\",\"折\",\"麦\",\"湿\",\"暗\",\"荷\",\"瓦\",\"塞\",\"床\",\"筑\",\"恶\",\"户\",\"访\",\"塔\",\"奇\",\"透\",\"梁\",\"刀\",\"旋\",\"迹\",\"卡\",\"氯\",\"遇\",\"份\",\"毒\",\"泥\",\"退\",\"洗\",\"摆\",\"灰\",\"彩\",\"卖\",\"耗\",\"夏\",\"择\",\"忙\",\"铜\",\"献\",\"硬\",\"予\",\"繁\",\"圈\",\"雪\",\"函\",\"亦\",\"抽\",\"篇\",\"阵\",\"阴\",\"丁\",\"尺\",\"追\",\"堆\",\"雄\",\"迎\",\"泛\",\"爸\",\"楼\",\"避\",\"谋\",\"吨\",\"野\",\"猪\",\"旗\",\"累\",\"偏\",\"典\",\"馆\",\"索\",\"秦\",\"脂\",\"潮\",\"爷\",\"豆\",\"忽\",\"托\",\"惊\",\"塑\",\"遗\",\"愈\",\"朱\",\"替\",\"纤\",\"粗\",\"倾\",\"尚\",\"痛\",\"楚\",\"谢\",\"奋\",\"购\",\"磨\",\"君\",\"池\",\"旁\",\"碎\",\"骨\",\"监\",\"捕\",\"弟\",\"暴\",\"割\",\"贯\",\"殊\",\"释\",\"词\",\"亡\",\"壁\",\"顿\",\"宝\",\"午\",\"尘\",\"闻\",\"揭\",\"炮\",\"残\",\"冬\",\"桥\",\"妇\",\"警\",\"综\",\"招\",\"吴\",\"付\",\"浮\",\"遭\",\"徐\",\"您\",\"摇\",\"谷\",\"赞\",\"箱\",\"隔\",\"订\",\"男\",\"吹\",\"园\",\"纷\",\"唐\",\"败\",\"宋\",\"玻\",\"巨\",\"耕\",\"坦\",\"荣\",\"闭\",\"湾\",\"键\",\"凡\",\"驻\",\"锅\",\"救\",\"恩\",\"剥\",\"凝\",\"碱\",\"齿\",\"截\",\"炼\",\"麻\",\"纺\",\"禁\",\"废\",\"盛\",\"版\",\"缓\",\"净\",\"睛\",\"昌\",\"婚\",\"涉\",\"筒\",\"嘴\",\"插\",\"岸\",\"朗\",\"庄\",\"街\",\"藏\",\"姑\",\"贸\",\"腐\",\"奴\",\"啦\",\"惯\",\"乘\",\"伙\",\"恢\",\"匀\",\"纱\",\"扎\",\"辩\",\"耳\",\"彪\",\"臣\",\"亿\",\"璃\",\"抵\",\"脉\",\"秀\",\"萨\",\"俄\",\"网\",\"舞\",\"店\",\"喷\",\"纵\",\"寸\",\"汗\",\"挂\",\"洪\",\"贺\",\"闪\",\"柬\",\"爆\",\"烯\",\"津\",\"稻\",\"墙\",\"软\",\"勇\",\"像\",\"滚\",\"厘\",\"蒙\",\"芳\",\"肯\",\"坡\",\"柱\",\"荡\",\"腿\",\"仪\",\"旅\",\"尾\",\"轧\",\"冰\",\"贡\",\"登\",\"黎\",\"削\",\"钻\",\"勒\",\"逃\",\"障\",\"氨\",\"郭\",\"峰\",\"币\",\"港\",\"伏\",\"轨\",\"亩\",\"毕\",\"擦\",\"莫\",\"刺\",\"浪\",\"秘\",\"援\",\"株\",\"健\",\"售\",\"股\",\"岛\",\"甘\",\"泡\",\"睡\",\"童\",\"铸\",\"汤\",\"阀\",\"休\",\"汇\",\"舍\",\"牧\",\"绕\",\"炸\",\"哲\",\"磷\",\"绩\",\"朋\",\"淡\",\"尖\",\"启\",\"陷\",\"柴\",\"呈\",\"徒\",\"颜\",\"泪\",\"稍\",\"忘\",\"泵\",\"蓝\",\"拖\",\"洞\",\"授\",\"镜\",\"辛\",\"壮\",\"锋\",\"贫\",\"虚\",\"弯\",\"摩\",\"泰\",\"幼\",\"廷\",\"尊\",\"窗\",\"纲\",\"弄\",\"隶\",\"疑\",\"氏\",\"宫\",\"姐\",\"震\",\"瑞\",\"怪\",\"尤\",\"琴\",\"循\",\"描\",\"膜\",\"违\",\"夹\",\"腰\",\"缘\",\"珠\",\"穷\",\"森\",\"枝\",\"竹\",\"沟\",\"催\",\"绳\",\"忆\",\"邦\",\"剩\",\"幸\",\"浆\",\"栏\",\"拥\",\"牙\",\"贮\",\"礼\",\"滤\",\"钠\",\"纹\",\"罢\",\"拍\",\"咱\",\"喊\",\"袖\",\"埃\",\"勤\",\"罚\",\"焦\",\"潜\",\"伍\",\"墨\",\"欲\",\"缝\",\"姓\",\"刊\",\"饱\",\"仿\",\"奖\",\"铝\",\"鬼\",\"丽\",\"跨\",\"默\",\"挖\",\"链\",\"扫\",\"喝\",\"袋\",\"炭\",\"污\",\"幕\",\"诸\",\"弧\",\"励\",\"梅\",\"奶\",\"洁\",\"灾\",\"舟\",\"鉴\",\"苯\",\"讼\",\"抱\",\"毁\",\"懂\",\"寒\",\"智\",\"埔\",\"寄\",\"届\",\"跃\",\"渡\",\"挑\",\"丹\",\"艰\",\"贝\",\"碰\",\"拔\",\"爹\",\"戴\",\"码\",\"梦\",\"芽\",\"熔\",\"赤\",\"渔\",\"哭\",\"敬\",\"颗\",\"奔\",\"铅\",\"仲\",\"虎\",\"稀\",\"妹\",\"乏\",\"珍\",\"申\",\"桌\",\"遵\",\"允\",\"隆\",\"螺\",\"仓\",\"魏\",\"锐\",\"晓\",\"氮\",\"兼\",\"隐\",\"碍\",\"赫\",\"拨\",\"忠\",\"肃\",\"缸\",\"牵\",\"抢\",\"博\",\"巧\",\"壳\",\"兄\",\"杜\",\"讯\",\"诚\",\"碧\",\"祥\",\"柯\",\"页\",\"巡\",\"矩\",\"悲\",\"灌\",\"龄\",\"伦\",\"票\",\"寻\",\"桂\",\"铺\",\"圣\",\"恐\",\"恰\",\"郑\",\"趣\",\"抬\",\"荒\",\"腾\",\"贴\",\"柔\",\"滴\",\"猛\",\"阔\",\"辆\",\"妻\",\"填\",\"撤\",\"储\",\"签\",\"闹\",\"扰\",\"紫\",\"砂\",\"递\",\"戏\",\"吊\",\"陶\",\"伐\",\"喂\",\"疗\",\"瓶\",\"婆\",\"抚\",\"臂\",\"摸\",\"忍\",\"虾\",\"蜡\",\"邻\",\"胸\",\"巩\",\"挤\",\"偶\",\"弃\",\"槽\",\"劲\",\"乳\",\"邓\",\"吉\",\"仁\",\"烂\",\"砖\",\"租\",\"乌\",\"舰\",\"伴\",\"瓜\",\"浅\",\"丙\",\"暂\",\"燥\",\"橡\",\"柳\",\"迷\",\"暖\",\"牌\",\"秧\",\"胆\",\"详\",\"簧\",\"踏\",\"瓷\",\"谱\",\"呆\",\"宾\",\"糊\",\"洛\",\"辉\",\"愤\",\"竞\",\"隙\",\"怒\",\"粘\",\"乃\",\"绪\",\"肩\",\"籍\",\"敏\",\"涂\",\"熙\",\"皆\",\"侦\",\"悬\",\"掘\",\"享\",\"纠\",\"醒\",\"狂\",\"锁\",\"淀\",\"恨\",\"牲\",\"霸\",\"爬\",\"赏\",\"逆\",\"玩\",\"陵\",\"祝\",\"秒\",\"浙\",\"貌\",\"役\",\"彼\",\"悉\",\"鸭\",\"趋\",\"凤\",\"晨\",\"畜\",\"辈\",\"秩\",\"卵\",\"署\",\"梯\",\"炎\",\"滩\",\"棋\",\"驱\",\"筛\",\"峡\",\"冒\",\"啥\",\"寿\",\"译\",\"浸\",\"泉\",\"帽\",\"迟\",\"硅\",\"疆\",\"贷\",\"漏\",\"稿\",\"冠\",\"嫩\",\"胁\",\"芯\",\"牢\",\"叛\",\"蚀\",\"奥\",\"鸣\",\"岭\",\"羊\",\"凭\",\"串\",\"塘\",\"绘\",\"酵\",\"融\",\"盆\",\"锡\",\"庙\",\"筹\",\"冻\",\"辅\",\"摄\",\"袭\",\"筋\",\"拒\",\"僚\",\"旱\",\"钾\",\"鸟\",\"漆\",\"沈\",\"眉\",\"疏\",\"添\",\"棒\",\"穗\",\"硝\",\"韩\",\"逼\",\"扭\",\"侨\",\"凉\",\"挺\",\"碗\",\"栽\",\"炒\",\"杯\",\"患\",\"馏\",\"劝\",\"豪\",\"辽\",\"勃\",\"鸿\",\"旦\",\"吏\",\"拜\",\"狗\",\"埋\",\"辊\",\"掩\",\"饮\",\"搬\",\"骂\",\"辞\",\"勾\",\"扣\",\"估\",\"蒋\",\"绒\",\"雾\",\"丈\",\"朵\",\"姆\",\"拟\",\"宇\",\"辑\",\"陕\",\"雕\",\"偿\",\"蓄\",\"崇\",\"剪\",\"倡\",\"厅\",\"咬\",\"驶\",\"薯\",\"刷\",\"斥\",\"番\",\"赋\",\"奉\",\"佛\",\"浇\",\"漫\",\"曼\",\"扇\",\"钙\",\"桃\",\"扶\",\"仔\",\"返\",\"俗\",\"亏\",\"腔\",\"鞋\",\"棱\",\"覆\",\"框\",\"悄\",\"叔\",\"撞\",\"骗\",\"勘\",\"旺\",\"沸\",\"孤\",\"吐\",\"孟\",\"渠\",\"屈\",\"疾\",\"妙\",\"惜\",\"仰\",\"狠\",\"胀\",\"谐\",\"抛\",\"霉\",\"桑\",\"岗\",\"嘛\",\"衰\",\"盗\",\"渗\",\"脏\",\"赖\",\"涌\",\"甜\",\"曹\",\"阅\",\"肌\",\"哩\",\"厉\",\"烃\",\"纬\",\"毅\",\"昨\",\"伪\",\"症\",\"煮\",\"叹\",\"钉\",\"搭\",\"茎\",\"笼\",\"酷\",\"偷\",\"弓\",\"锥\",\"恒\",\"杰\",\"坑\",\"鼻\",\"翼\",\"纶\",\"叙\",\"狱\",\"逮\",\"罐\",\"络\",\"棚\",\"抑\",\"膨\",\"蔬\",\"寺\",\"骤\",\"穆\",\"冶\",\"枯\",\"册\",\"尸\",\"凸\",\"绅\",\"坯\",\"牺\",\"焰\",\"轰\",\"欣\",\"晋\",\"瘦\",\"御\",\"锭\",\"锦\",\"丧\",\"旬\",\"锻\",\"垄\",\"搜\",\"扑\",\"邀\",\"亭\",\"酯\",\"迈\",\"舒\",\"脆\",\"酶\",\"闲\",\"忧\",\"酚\",\"顽\",\"羽\",\"涨\",\"卸\",\"仗\",\"陪\",\"辟\",\"惩\",\"杭\",\"姚\",\"肚\",\"捉\",\"飘\",\"漂\",\"昆\",\"欺\",\"吾\",\"郎\",\"烷\",\"汁\",\"呵\",\"饰\",\"萧\",\"雅\",\"邮\",\"迁\",\"燕\",\"撒\",\"姻\",\"赴\",\"宴\",\"烦\",\"债\",\"帐\",\"斑\",\"铃\",\"旨\",\"醇\",\"董\",\"饼\",\"雏\",\"姿\",\"拌\",\"傅\",\"腹\",\"妥\",\"揉\",\"贤\",\"拆\",\"歪\",\"葡\",\"胺\",\"丢\",\"浩\",\"徽\",\"昂\",\"垫\",\"挡\",\"览\",\"贪\",\"慰\",\"缴\",\"汪\",\"慌\",\"冯\",\"诺\",\"姜\",\"谊\",\"凶\",\"劣\",\"诬\",\"耀\",\"昏\",\"躺\",\"盈\",\"骑\",\"乔\",\"溪\",\"丛\",\"卢\",\"抹\",\"闷\",\"咨\",\"刮\",\"驾\",\"缆\",\"悟\",\"摘\",\"铒\",\"掷\",\"颇\",\"幻\",\"柄\",\"惠\",\"惨\",\"佳\",\"仇\",\"腊\",\"窝\",\"涤\",\"剑\",\"瞧\",\"堡\",\"泼\",\"葱\",\"罩\",\"霍\",\"捞\",\"胎\",\"苍\",\"滨\",\"俩\",\"捅\",\"湘\",\"砍\",\"霞\",\"邵\",\"萄\",\"疯\",\"淮\",\"遂\",\"熊\",\"粪\",\"烘\",\"宿\",\"档\",\"戈\",\"驳\",\"嫂\",\"裕\",\"徙\",\"箭\",\"捐\",\"肠\",\"撑\",\"晒\",\"辨\",\"殿\",\"莲\",\"摊\",\"搅\",\"酱\",\"屏\",\"疫\",\"哀\",\"蔡\",\"堵\",\"沫\",\"皱\",\"畅\",\"叠\",\"阁\",\"莱\",\"敲\",\"辖\",\"钩\",\"痕\",\"坝\",\"巷\",\"饿\",\"祸\",\"丘\",\"玄\",\"溜\",\"曰\",\"逻\",\"彭\",\"尝\",\"卿\",\"妨\",\"艇\",\"吞\",\"韦\",\"怨\",\"矮\",\"歇\"]");
+ return _tuple;
+ },
-/***/ }),
-/* 415 */
-/*!*******************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip39/src/wordlists/chinese_traditional.json ***!
- \*******************************************************************************************************/
-/*! exports provided: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 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, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, default */
-/***/ (function(module) {
+ value: function value(expected) {
+ function _value(actual) {
+ return actual === expected;
+ }
+ _value.toJSON = function () {return expected;};
-module.exports = JSON.parse("[\"的\",\"一\",\"是\",\"在\",\"不\",\"了\",\"有\",\"和\",\"人\",\"這\",\"中\",\"大\",\"為\",\"上\",\"個\",\"國\",\"我\",\"以\",\"要\",\"他\",\"時\",\"來\",\"用\",\"們\",\"生\",\"到\",\"作\",\"地\",\"於\",\"出\",\"就\",\"分\",\"對\",\"成\",\"會\",\"可\",\"主\",\"發\",\"年\",\"動\",\"同\",\"工\",\"也\",\"能\",\"下\",\"過\",\"子\",\"說\",\"產\",\"種\",\"面\",\"而\",\"方\",\"後\",\"多\",\"定\",\"行\",\"學\",\"法\",\"所\",\"民\",\"得\",\"經\",\"十\",\"三\",\"之\",\"進\",\"著\",\"等\",\"部\",\"度\",\"家\",\"電\",\"力\",\"裡\",\"如\",\"水\",\"化\",\"高\",\"自\",\"二\",\"理\",\"起\",\"小\",\"物\",\"現\",\"實\",\"加\",\"量\",\"都\",\"兩\",\"體\",\"制\",\"機\",\"當\",\"使\",\"點\",\"從\",\"業\",\"本\",\"去\",\"把\",\"性\",\"好\",\"應\",\"開\",\"它\",\"合\",\"還\",\"因\",\"由\",\"其\",\"些\",\"然\",\"前\",\"外\",\"天\",\"政\",\"四\",\"日\",\"那\",\"社\",\"義\",\"事\",\"平\",\"形\",\"相\",\"全\",\"表\",\"間\",\"樣\",\"與\",\"關\",\"各\",\"重\",\"新\",\"線\",\"內\",\"數\",\"正\",\"心\",\"反\",\"你\",\"明\",\"看\",\"原\",\"又\",\"麼\",\"利\",\"比\",\"或\",\"但\",\"質\",\"氣\",\"第\",\"向\",\"道\",\"命\",\"此\",\"變\",\"條\",\"只\",\"沒\",\"結\",\"解\",\"問\",\"意\",\"建\",\"月\",\"公\",\"無\",\"系\",\"軍\",\"很\",\"情\",\"者\",\"最\",\"立\",\"代\",\"想\",\"已\",\"通\",\"並\",\"提\",\"直\",\"題\",\"黨\",\"程\",\"展\",\"五\",\"果\",\"料\",\"象\",\"員\",\"革\",\"位\",\"入\",\"常\",\"文\",\"總\",\"次\",\"品\",\"式\",\"活\",\"設\",\"及\",\"管\",\"特\",\"件\",\"長\",\"求\",\"老\",\"頭\",\"基\",\"資\",\"邊\",\"流\",\"路\",\"級\",\"少\",\"圖\",\"山\",\"統\",\"接\",\"知\",\"較\",\"將\",\"組\",\"見\",\"計\",\"別\",\"她\",\"手\",\"角\",\"期\",\"根\",\"論\",\"運\",\"農\",\"指\",\"幾\",\"九\",\"區\",\"強\",\"放\",\"決\",\"西\",\"被\",\"幹\",\"做\",\"必\",\"戰\",\"先\",\"回\",\"則\",\"任\",\"取\",\"據\",\"處\",\"隊\",\"南\",\"給\",\"色\",\"光\",\"門\",\"即\",\"保\",\"治\",\"北\",\"造\",\"百\",\"規\",\"熱\",\"領\",\"七\",\"海\",\"口\",\"東\",\"導\",\"器\",\"壓\",\"志\",\"世\",\"金\",\"增\",\"爭\",\"濟\",\"階\",\"油\",\"思\",\"術\",\"極\",\"交\",\"受\",\"聯\",\"什\",\"認\",\"六\",\"共\",\"權\",\"收\",\"證\",\"改\",\"清\",\"美\",\"再\",\"採\",\"轉\",\"更\",\"單\",\"風\",\"切\",\"打\",\"白\",\"教\",\"速\",\"花\",\"帶\",\"安\",\"場\",\"身\",\"車\",\"例\",\"真\",\"務\",\"具\",\"萬\",\"每\",\"目\",\"至\",\"達\",\"走\",\"積\",\"示\",\"議\",\"聲\",\"報\",\"鬥\",\"完\",\"類\",\"八\",\"離\",\"華\",\"名\",\"確\",\"才\",\"科\",\"張\",\"信\",\"馬\",\"節\",\"話\",\"米\",\"整\",\"空\",\"元\",\"況\",\"今\",\"集\",\"溫\",\"傳\",\"土\",\"許\",\"步\",\"群\",\"廣\",\"石\",\"記\",\"需\",\"段\",\"研\",\"界\",\"拉\",\"林\",\"律\",\"叫\",\"且\",\"究\",\"觀\",\"越\",\"織\",\"裝\",\"影\",\"算\",\"低\",\"持\",\"音\",\"眾\",\"書\",\"布\",\"复\",\"容\",\"兒\",\"須\",\"際\",\"商\",\"非\",\"驗\",\"連\",\"斷\",\"深\",\"難\",\"近\",\"礦\",\"千\",\"週\",\"委\",\"素\",\"技\",\"備\",\"半\",\"辦\",\"青\",\"省\",\"列\",\"習\",\"響\",\"約\",\"支\",\"般\",\"史\",\"感\",\"勞\",\"便\",\"團\",\"往\",\"酸\",\"歷\",\"市\",\"克\",\"何\",\"除\",\"消\",\"構\",\"府\",\"稱\",\"太\",\"準\",\"精\",\"值\",\"號\",\"率\",\"族\",\"維\",\"劃\",\"選\",\"標\",\"寫\",\"存\",\"候\",\"毛\",\"親\",\"快\",\"效\",\"斯\",\"院\",\"查\",\"江\",\"型\",\"眼\",\"王\",\"按\",\"格\",\"養\",\"易\",\"置\",\"派\",\"層\",\"片\",\"始\",\"卻\",\"專\",\"狀\",\"育\",\"廠\",\"京\",\"識\",\"適\",\"屬\",\"圓\",\"包\",\"火\",\"住\",\"調\",\"滿\",\"縣\",\"局\",\"照\",\"參\",\"紅\",\"細\",\"引\",\"聽\",\"該\",\"鐵\",\"價\",\"嚴\",\"首\",\"底\",\"液\",\"官\",\"德\",\"隨\",\"病\",\"蘇\",\"失\",\"爾\",\"死\",\"講\",\"配\",\"女\",\"黃\",\"推\",\"顯\",\"談\",\"罪\",\"神\",\"藝\",\"呢\",\"席\",\"含\",\"企\",\"望\",\"密\",\"批\",\"營\",\"項\",\"防\",\"舉\",\"球\",\"英\",\"氧\",\"勢\",\"告\",\"李\",\"台\",\"落\",\"木\",\"幫\",\"輪\",\"破\",\"亞\",\"師\",\"圍\",\"注\",\"遠\",\"字\",\"材\",\"排\",\"供\",\"河\",\"態\",\"封\",\"另\",\"施\",\"減\",\"樹\",\"溶\",\"怎\",\"止\",\"案\",\"言\",\"士\",\"均\",\"武\",\"固\",\"葉\",\"魚\",\"波\",\"視\",\"僅\",\"費\",\"緊\",\"愛\",\"左\",\"章\",\"早\",\"朝\",\"害\",\"續\",\"輕\",\"服\",\"試\",\"食\",\"充\",\"兵\",\"源\",\"判\",\"護\",\"司\",\"足\",\"某\",\"練\",\"差\",\"致\",\"板\",\"田\",\"降\",\"黑\",\"犯\",\"負\",\"擊\",\"范\",\"繼\",\"興\",\"似\",\"餘\",\"堅\",\"曲\",\"輸\",\"修\",\"故\",\"城\",\"夫\",\"夠\",\"送\",\"筆\",\"船\",\"佔\",\"右\",\"財\",\"吃\",\"富\",\"春\",\"職\",\"覺\",\"漢\",\"畫\",\"功\",\"巴\",\"跟\",\"雖\",\"雜\",\"飛\",\"檢\",\"吸\",\"助\",\"昇\",\"陽\",\"互\",\"初\",\"創\",\"抗\",\"考\",\"投\",\"壞\",\"策\",\"古\",\"徑\",\"換\",\"未\",\"跑\",\"留\",\"鋼\",\"曾\",\"端\",\"責\",\"站\",\"簡\",\"述\",\"錢\",\"副\",\"盡\",\"帝\",\"射\",\"草\",\"衝\",\"承\",\"獨\",\"令\",\"限\",\"阿\",\"宣\",\"環\",\"雙\",\"請\",\"超\",\"微\",\"讓\",\"控\",\"州\",\"良\",\"軸\",\"找\",\"否\",\"紀\",\"益\",\"依\",\"優\",\"頂\",\"礎\",\"載\",\"倒\",\"房\",\"突\",\"坐\",\"粉\",\"敵\",\"略\",\"客\",\"袁\",\"冷\",\"勝\",\"絕\",\"析\",\"塊\",\"劑\",\"測\",\"絲\",\"協\",\"訴\",\"念\",\"陳\",\"仍\",\"羅\",\"鹽\",\"友\",\"洋\",\"錯\",\"苦\",\"夜\",\"刑\",\"移\",\"頻\",\"逐\",\"靠\",\"混\",\"母\",\"短\",\"皮\",\"終\",\"聚\",\"汽\",\"村\",\"雲\",\"哪\",\"既\",\"距\",\"衛\",\"停\",\"烈\",\"央\",\"察\",\"燒\",\"迅\",\"境\",\"若\",\"印\",\"洲\",\"刻\",\"括\",\"激\",\"孔\",\"搞\",\"甚\",\"室\",\"待\",\"核\",\"校\",\"散\",\"侵\",\"吧\",\"甲\",\"遊\",\"久\",\"菜\",\"味\",\"舊\",\"模\",\"湖\",\"貨\",\"損\",\"預\",\"阻\",\"毫\",\"普\",\"穩\",\"乙\",\"媽\",\"植\",\"息\",\"擴\",\"銀\",\"語\",\"揮\",\"酒\",\"守\",\"拿\",\"序\",\"紙\",\"醫\",\"缺\",\"雨\",\"嗎\",\"針\",\"劉\",\"啊\",\"急\",\"唱\",\"誤\",\"訓\",\"願\",\"審\",\"附\",\"獲\",\"茶\",\"鮮\",\"糧\",\"斤\",\"孩\",\"脫\",\"硫\",\"肥\",\"善\",\"龍\",\"演\",\"父\",\"漸\",\"血\",\"歡\",\"械\",\"掌\",\"歌\",\"沙\",\"剛\",\"攻\",\"謂\",\"盾\",\"討\",\"晚\",\"粒\",\"亂\",\"燃\",\"矛\",\"乎\",\"殺\",\"藥\",\"寧\",\"魯\",\"貴\",\"鐘\",\"煤\",\"讀\",\"班\",\"伯\",\"香\",\"介\",\"迫\",\"句\",\"豐\",\"培\",\"握\",\"蘭\",\"擔\",\"弦\",\"蛋\",\"沉\",\"假\",\"穿\",\"執\",\"答\",\"樂\",\"誰\",\"順\",\"煙\",\"縮\",\"徵\",\"臉\",\"喜\",\"松\",\"腳\",\"困\",\"異\",\"免\",\"背\",\"星\",\"福\",\"買\",\"染\",\"井\",\"概\",\"慢\",\"怕\",\"磁\",\"倍\",\"祖\",\"皇\",\"促\",\"靜\",\"補\",\"評\",\"翻\",\"肉\",\"踐\",\"尼\",\"衣\",\"寬\",\"揚\",\"棉\",\"希\",\"傷\",\"操\",\"垂\",\"秋\",\"宜\",\"氫\",\"套\",\"督\",\"振\",\"架\",\"亮\",\"末\",\"憲\",\"慶\",\"編\",\"牛\",\"觸\",\"映\",\"雷\",\"銷\",\"詩\",\"座\",\"居\",\"抓\",\"裂\",\"胞\",\"呼\",\"娘\",\"景\",\"威\",\"綠\",\"晶\",\"厚\",\"盟\",\"衡\",\"雞\",\"孫\",\"延\",\"危\",\"膠\",\"屋\",\"鄉\",\"臨\",\"陸\",\"顧\",\"掉\",\"呀\",\"燈\",\"歲\",\"措\",\"束\",\"耐\",\"劇\",\"玉\",\"趙\",\"跳\",\"哥\",\"季\",\"課\",\"凱\",\"胡\",\"額\",\"款\",\"紹\",\"卷\",\"齊\",\"偉\",\"蒸\",\"殖\",\"永\",\"宗\",\"苗\",\"川\",\"爐\",\"岩\",\"弱\",\"零\",\"楊\",\"奏\",\"沿\",\"露\",\"桿\",\"探\",\"滑\",\"鎮\",\"飯\",\"濃\",\"航\",\"懷\",\"趕\",\"庫\",\"奪\",\"伊\",\"靈\",\"稅\",\"途\",\"滅\",\"賽\",\"歸\",\"召\",\"鼓\",\"播\",\"盤\",\"裁\",\"險\",\"康\",\"唯\",\"錄\",\"菌\",\"純\",\"借\",\"糖\",\"蓋\",\"橫\",\"符\",\"私\",\"努\",\"堂\",\"域\",\"槍\",\"潤\",\"幅\",\"哈\",\"竟\",\"熟\",\"蟲\",\"澤\",\"腦\",\"壤\",\"碳\",\"歐\",\"遍\",\"側\",\"寨\",\"敢\",\"徹\",\"慮\",\"斜\",\"薄\",\"庭\",\"納\",\"彈\",\"飼\",\"伸\",\"折\",\"麥\",\"濕\",\"暗\",\"荷\",\"瓦\",\"塞\",\"床\",\"築\",\"惡\",\"戶\",\"訪\",\"塔\",\"奇\",\"透\",\"梁\",\"刀\",\"旋\",\"跡\",\"卡\",\"氯\",\"遇\",\"份\",\"毒\",\"泥\",\"退\",\"洗\",\"擺\",\"灰\",\"彩\",\"賣\",\"耗\",\"夏\",\"擇\",\"忙\",\"銅\",\"獻\",\"硬\",\"予\",\"繁\",\"圈\",\"雪\",\"函\",\"亦\",\"抽\",\"篇\",\"陣\",\"陰\",\"丁\",\"尺\",\"追\",\"堆\",\"雄\",\"迎\",\"泛\",\"爸\",\"樓\",\"避\",\"謀\",\"噸\",\"野\",\"豬\",\"旗\",\"累\",\"偏\",\"典\",\"館\",\"索\",\"秦\",\"脂\",\"潮\",\"爺\",\"豆\",\"忽\",\"托\",\"驚\",\"塑\",\"遺\",\"愈\",\"朱\",\"替\",\"纖\",\"粗\",\"傾\",\"尚\",\"痛\",\"楚\",\"謝\",\"奮\",\"購\",\"磨\",\"君\",\"池\",\"旁\",\"碎\",\"骨\",\"監\",\"捕\",\"弟\",\"暴\",\"割\",\"貫\",\"殊\",\"釋\",\"詞\",\"亡\",\"壁\",\"頓\",\"寶\",\"午\",\"塵\",\"聞\",\"揭\",\"炮\",\"殘\",\"冬\",\"橋\",\"婦\",\"警\",\"綜\",\"招\",\"吳\",\"付\",\"浮\",\"遭\",\"徐\",\"您\",\"搖\",\"谷\",\"贊\",\"箱\",\"隔\",\"訂\",\"男\",\"吹\",\"園\",\"紛\",\"唐\",\"敗\",\"宋\",\"玻\",\"巨\",\"耕\",\"坦\",\"榮\",\"閉\",\"灣\",\"鍵\",\"凡\",\"駐\",\"鍋\",\"救\",\"恩\",\"剝\",\"凝\",\"鹼\",\"齒\",\"截\",\"煉\",\"麻\",\"紡\",\"禁\",\"廢\",\"盛\",\"版\",\"緩\",\"淨\",\"睛\",\"昌\",\"婚\",\"涉\",\"筒\",\"嘴\",\"插\",\"岸\",\"朗\",\"莊\",\"街\",\"藏\",\"姑\",\"貿\",\"腐\",\"奴\",\"啦\",\"慣\",\"乘\",\"夥\",\"恢\",\"勻\",\"紗\",\"扎\",\"辯\",\"耳\",\"彪\",\"臣\",\"億\",\"璃\",\"抵\",\"脈\",\"秀\",\"薩\",\"俄\",\"網\",\"舞\",\"店\",\"噴\",\"縱\",\"寸\",\"汗\",\"掛\",\"洪\",\"賀\",\"閃\",\"柬\",\"爆\",\"烯\",\"津\",\"稻\",\"牆\",\"軟\",\"勇\",\"像\",\"滾\",\"厘\",\"蒙\",\"芳\",\"肯\",\"坡\",\"柱\",\"盪\",\"腿\",\"儀\",\"旅\",\"尾\",\"軋\",\"冰\",\"貢\",\"登\",\"黎\",\"削\",\"鑽\",\"勒\",\"逃\",\"障\",\"氨\",\"郭\",\"峰\",\"幣\",\"港\",\"伏\",\"軌\",\"畝\",\"畢\",\"擦\",\"莫\",\"刺\",\"浪\",\"秘\",\"援\",\"株\",\"健\",\"售\",\"股\",\"島\",\"甘\",\"泡\",\"睡\",\"童\",\"鑄\",\"湯\",\"閥\",\"休\",\"匯\",\"舍\",\"牧\",\"繞\",\"炸\",\"哲\",\"磷\",\"績\",\"朋\",\"淡\",\"尖\",\"啟\",\"陷\",\"柴\",\"呈\",\"徒\",\"顏\",\"淚\",\"稍\",\"忘\",\"泵\",\"藍\",\"拖\",\"洞\",\"授\",\"鏡\",\"辛\",\"壯\",\"鋒\",\"貧\",\"虛\",\"彎\",\"摩\",\"泰\",\"幼\",\"廷\",\"尊\",\"窗\",\"綱\",\"弄\",\"隸\",\"疑\",\"氏\",\"宮\",\"姐\",\"震\",\"瑞\",\"怪\",\"尤\",\"琴\",\"循\",\"描\",\"膜\",\"違\",\"夾\",\"腰\",\"緣\",\"珠\",\"窮\",\"森\",\"枝\",\"竹\",\"溝\",\"催\",\"繩\",\"憶\",\"邦\",\"剩\",\"幸\",\"漿\",\"欄\",\"擁\",\"牙\",\"貯\",\"禮\",\"濾\",\"鈉\",\"紋\",\"罷\",\"拍\",\"咱\",\"喊\",\"袖\",\"埃\",\"勤\",\"罰\",\"焦\",\"潛\",\"伍\",\"墨\",\"欲\",\"縫\",\"姓\",\"刊\",\"飽\",\"仿\",\"獎\",\"鋁\",\"鬼\",\"麗\",\"跨\",\"默\",\"挖\",\"鏈\",\"掃\",\"喝\",\"袋\",\"炭\",\"污\",\"幕\",\"諸\",\"弧\",\"勵\",\"梅\",\"奶\",\"潔\",\"災\",\"舟\",\"鑑\",\"苯\",\"訟\",\"抱\",\"毀\",\"懂\",\"寒\",\"智\",\"埔\",\"寄\",\"屆\",\"躍\",\"渡\",\"挑\",\"丹\",\"艱\",\"貝\",\"碰\",\"拔\",\"爹\",\"戴\",\"碼\",\"夢\",\"芽\",\"熔\",\"赤\",\"漁\",\"哭\",\"敬\",\"顆\",\"奔\",\"鉛\",\"仲\",\"虎\",\"稀\",\"妹\",\"乏\",\"珍\",\"申\",\"桌\",\"遵\",\"允\",\"隆\",\"螺\",\"倉\",\"魏\",\"銳\",\"曉\",\"氮\",\"兼\",\"隱\",\"礙\",\"赫\",\"撥\",\"忠\",\"肅\",\"缸\",\"牽\",\"搶\",\"博\",\"巧\",\"殼\",\"兄\",\"杜\",\"訊\",\"誠\",\"碧\",\"祥\",\"柯\",\"頁\",\"巡\",\"矩\",\"悲\",\"灌\",\"齡\",\"倫\",\"票\",\"尋\",\"桂\",\"鋪\",\"聖\",\"恐\",\"恰\",\"鄭\",\"趣\",\"抬\",\"荒\",\"騰\",\"貼\",\"柔\",\"滴\",\"猛\",\"闊\",\"輛\",\"妻\",\"填\",\"撤\",\"儲\",\"簽\",\"鬧\",\"擾\",\"紫\",\"砂\",\"遞\",\"戲\",\"吊\",\"陶\",\"伐\",\"餵\",\"療\",\"瓶\",\"婆\",\"撫\",\"臂\",\"摸\",\"忍\",\"蝦\",\"蠟\",\"鄰\",\"胸\",\"鞏\",\"擠\",\"偶\",\"棄\",\"槽\",\"勁\",\"乳\",\"鄧\",\"吉\",\"仁\",\"爛\",\"磚\",\"租\",\"烏\",\"艦\",\"伴\",\"瓜\",\"淺\",\"丙\",\"暫\",\"燥\",\"橡\",\"柳\",\"迷\",\"暖\",\"牌\",\"秧\",\"膽\",\"詳\",\"簧\",\"踏\",\"瓷\",\"譜\",\"呆\",\"賓\",\"糊\",\"洛\",\"輝\",\"憤\",\"競\",\"隙\",\"怒\",\"粘\",\"乃\",\"緒\",\"肩\",\"籍\",\"敏\",\"塗\",\"熙\",\"皆\",\"偵\",\"懸\",\"掘\",\"享\",\"糾\",\"醒\",\"狂\",\"鎖\",\"淀\",\"恨\",\"牲\",\"霸\",\"爬\",\"賞\",\"逆\",\"玩\",\"陵\",\"祝\",\"秒\",\"浙\",\"貌\",\"役\",\"彼\",\"悉\",\"鴨\",\"趨\",\"鳳\",\"晨\",\"畜\",\"輩\",\"秩\",\"卵\",\"署\",\"梯\",\"炎\",\"灘\",\"棋\",\"驅\",\"篩\",\"峽\",\"冒\",\"啥\",\"壽\",\"譯\",\"浸\",\"泉\",\"帽\",\"遲\",\"矽\",\"疆\",\"貸\",\"漏\",\"稿\",\"冠\",\"嫩\",\"脅\",\"芯\",\"牢\",\"叛\",\"蝕\",\"奧\",\"鳴\",\"嶺\",\"羊\",\"憑\",\"串\",\"塘\",\"繪\",\"酵\",\"融\",\"盆\",\"錫\",\"廟\",\"籌\",\"凍\",\"輔\",\"攝\",\"襲\",\"筋\",\"拒\",\"僚\",\"旱\",\"鉀\",\"鳥\",\"漆\",\"沈\",\"眉\",\"疏\",\"添\",\"棒\",\"穗\",\"硝\",\"韓\",\"逼\",\"扭\",\"僑\",\"涼\",\"挺\",\"碗\",\"栽\",\"炒\",\"杯\",\"患\",\"餾\",\"勸\",\"豪\",\"遼\",\"勃\",\"鴻\",\"旦\",\"吏\",\"拜\",\"狗\",\"埋\",\"輥\",\"掩\",\"飲\",\"搬\",\"罵\",\"辭\",\"勾\",\"扣\",\"估\",\"蔣\",\"絨\",\"霧\",\"丈\",\"朵\",\"姆\",\"擬\",\"宇\",\"輯\",\"陝\",\"雕\",\"償\",\"蓄\",\"崇\",\"剪\",\"倡\",\"廳\",\"咬\",\"駛\",\"薯\",\"刷\",\"斥\",\"番\",\"賦\",\"奉\",\"佛\",\"澆\",\"漫\",\"曼\",\"扇\",\"鈣\",\"桃\",\"扶\",\"仔\",\"返\",\"俗\",\"虧\",\"腔\",\"鞋\",\"棱\",\"覆\",\"框\",\"悄\",\"叔\",\"撞\",\"騙\",\"勘\",\"旺\",\"沸\",\"孤\",\"吐\",\"孟\",\"渠\",\"屈\",\"疾\",\"妙\",\"惜\",\"仰\",\"狠\",\"脹\",\"諧\",\"拋\",\"黴\",\"桑\",\"崗\",\"嘛\",\"衰\",\"盜\",\"滲\",\"臟\",\"賴\",\"湧\",\"甜\",\"曹\",\"閱\",\"肌\",\"哩\",\"厲\",\"烴\",\"緯\",\"毅\",\"昨\",\"偽\",\"症\",\"煮\",\"嘆\",\"釘\",\"搭\",\"莖\",\"籠\",\"酷\",\"偷\",\"弓\",\"錐\",\"恆\",\"傑\",\"坑\",\"鼻\",\"翼\",\"綸\",\"敘\",\"獄\",\"逮\",\"罐\",\"絡\",\"棚\",\"抑\",\"膨\",\"蔬\",\"寺\",\"驟\",\"穆\",\"冶\",\"枯\",\"冊\",\"屍\",\"凸\",\"紳\",\"坯\",\"犧\",\"焰\",\"轟\",\"欣\",\"晉\",\"瘦\",\"禦\",\"錠\",\"錦\",\"喪\",\"旬\",\"鍛\",\"壟\",\"搜\",\"撲\",\"邀\",\"亭\",\"酯\",\"邁\",\"舒\",\"脆\",\"酶\",\"閒\",\"憂\",\"酚\",\"頑\",\"羽\",\"漲\",\"卸\",\"仗\",\"陪\",\"闢\",\"懲\",\"杭\",\"姚\",\"肚\",\"捉\",\"飄\",\"漂\",\"昆\",\"欺\",\"吾\",\"郎\",\"烷\",\"汁\",\"呵\",\"飾\",\"蕭\",\"雅\",\"郵\",\"遷\",\"燕\",\"撒\",\"姻\",\"赴\",\"宴\",\"煩\",\"債\",\"帳\",\"斑\",\"鈴\",\"旨\",\"醇\",\"董\",\"餅\",\"雛\",\"姿\",\"拌\",\"傅\",\"腹\",\"妥\",\"揉\",\"賢\",\"拆\",\"歪\",\"葡\",\"胺\",\"丟\",\"浩\",\"徽\",\"昂\",\"墊\",\"擋\",\"覽\",\"貪\",\"慰\",\"繳\",\"汪\",\"慌\",\"馮\",\"諾\",\"姜\",\"誼\",\"兇\",\"劣\",\"誣\",\"耀\",\"昏\",\"躺\",\"盈\",\"騎\",\"喬\",\"溪\",\"叢\",\"盧\",\"抹\",\"悶\",\"諮\",\"刮\",\"駕\",\"纜\",\"悟\",\"摘\",\"鉺\",\"擲\",\"頗\",\"幻\",\"柄\",\"惠\",\"慘\",\"佳\",\"仇\",\"臘\",\"窩\",\"滌\",\"劍\",\"瞧\",\"堡\",\"潑\",\"蔥\",\"罩\",\"霍\",\"撈\",\"胎\",\"蒼\",\"濱\",\"倆\",\"捅\",\"湘\",\"砍\",\"霞\",\"邵\",\"萄\",\"瘋\",\"淮\",\"遂\",\"熊\",\"糞\",\"烘\",\"宿\",\"檔\",\"戈\",\"駁\",\"嫂\",\"裕\",\"徙\",\"箭\",\"捐\",\"腸\",\"撐\",\"曬\",\"辨\",\"殿\",\"蓮\",\"攤\",\"攪\",\"醬\",\"屏\",\"疫\",\"哀\",\"蔡\",\"堵\",\"沫\",\"皺\",\"暢\",\"疊\",\"閣\",\"萊\",\"敲\",\"轄\",\"鉤\",\"痕\",\"壩\",\"巷\",\"餓\",\"禍\",\"丘\",\"玄\",\"溜\",\"曰\",\"邏\",\"彭\",\"嘗\",\"卿\",\"妨\",\"艇\",\"吞\",\"韋\",\"怨\",\"矮\",\"歇\"]");
+ return _value;
+ } };
-/***/ }),
-/* 416 */
-/*!******************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip39/src/wordlists/korean.json ***!
- \******************************************************************************************/
-/*! exports provided: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 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, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, default */
-/***/ (function(module) {
-module.exports = JSON.parse("[\"가격\",\"가끔\",\"가난\",\"가능\",\"가득\",\"가르침\",\"가뭄\",\"가방\",\"가상\",\"가슴\",\"가운데\",\"가을\",\"가이드\",\"가입\",\"가장\",\"가정\",\"가족\",\"가죽\",\"각오\",\"각자\",\"간격\",\"간부\",\"간섭\",\"간장\",\"간접\",\"간판\",\"갈등\",\"갈비\",\"갈색\",\"갈증\",\"감각\",\"감기\",\"감소\",\"감수성\",\"감자\",\"감정\",\"갑자기\",\"강남\",\"강당\",\"강도\",\"강력히\",\"강변\",\"강북\",\"강사\",\"강수량\",\"강아지\",\"강원도\",\"강의\",\"강제\",\"강조\",\"같이\",\"개구리\",\"개나리\",\"개방\",\"개별\",\"개선\",\"개성\",\"개인\",\"객관적\",\"거실\",\"거액\",\"거울\",\"거짓\",\"거품\",\"걱정\",\"건강\",\"건물\",\"건설\",\"건조\",\"건축\",\"걸음\",\"검사\",\"검토\",\"게시판\",\"게임\",\"겨울\",\"견해\",\"결과\",\"결국\",\"결론\",\"결석\",\"결승\",\"결심\",\"결정\",\"결혼\",\"경계\",\"경고\",\"경기\",\"경력\",\"경복궁\",\"경비\",\"경상도\",\"경영\",\"경우\",\"경쟁\",\"경제\",\"경주\",\"경찰\",\"경치\",\"경향\",\"경험\",\"계곡\",\"계단\",\"계란\",\"계산\",\"계속\",\"계약\",\"계절\",\"계층\",\"계획\",\"고객\",\"고구려\",\"고궁\",\"고급\",\"고등학생\",\"고무신\",\"고민\",\"고양이\",\"고장\",\"고전\",\"고집\",\"고춧가루\",\"고통\",\"고향\",\"곡식\",\"골목\",\"골짜기\",\"골프\",\"공간\",\"공개\",\"공격\",\"공군\",\"공급\",\"공기\",\"공동\",\"공무원\",\"공부\",\"공사\",\"공식\",\"공업\",\"공연\",\"공원\",\"공장\",\"공짜\",\"공책\",\"공통\",\"공포\",\"공항\",\"공휴일\",\"과목\",\"과일\",\"과장\",\"과정\",\"과학\",\"관객\",\"관계\",\"관광\",\"관념\",\"관람\",\"관련\",\"관리\",\"관습\",\"관심\",\"관점\",\"관찰\",\"광경\",\"광고\",\"광장\",\"광주\",\"괴로움\",\"굉장히\",\"교과서\",\"교문\",\"교복\",\"교실\",\"교양\",\"교육\",\"교장\",\"교직\",\"교통\",\"교환\",\"교훈\",\"구경\",\"구름\",\"구멍\",\"구별\",\"구분\",\"구석\",\"구성\",\"구속\",\"구역\",\"구입\",\"구청\",\"구체적\",\"국가\",\"국기\",\"국내\",\"국립\",\"국물\",\"국민\",\"국수\",\"국어\",\"국왕\",\"국적\",\"국제\",\"국회\",\"군대\",\"군사\",\"군인\",\"궁극적\",\"권리\",\"권위\",\"권투\",\"귀국\",\"귀신\",\"규정\",\"규칙\",\"균형\",\"그날\",\"그냥\",\"그늘\",\"그러나\",\"그룹\",\"그릇\",\"그림\",\"그제서야\",\"그토록\",\"극복\",\"극히\",\"근거\",\"근교\",\"근래\",\"근로\",\"근무\",\"근본\",\"근원\",\"근육\",\"근처\",\"글씨\",\"글자\",\"금강산\",\"금고\",\"금년\",\"금메달\",\"금액\",\"금연\",\"금요일\",\"금지\",\"긍정적\",\"기간\",\"기관\",\"기념\",\"기능\",\"기독교\",\"기둥\",\"기록\",\"기름\",\"기법\",\"기본\",\"기분\",\"기쁨\",\"기숙사\",\"기술\",\"기억\",\"기업\",\"기온\",\"기운\",\"기원\",\"기적\",\"기준\",\"기침\",\"기혼\",\"기획\",\"긴급\",\"긴장\",\"길이\",\"김밥\",\"김치\",\"김포공항\",\"깍두기\",\"깜빡\",\"깨달음\",\"깨소금\",\"껍질\",\"꼭대기\",\"꽃잎\",\"나들이\",\"나란히\",\"나머지\",\"나물\",\"나침반\",\"나흘\",\"낙엽\",\"난방\",\"날개\",\"날씨\",\"날짜\",\"남녀\",\"남대문\",\"남매\",\"남산\",\"남자\",\"남편\",\"남학생\",\"낭비\",\"낱말\",\"내년\",\"내용\",\"내일\",\"냄비\",\"냄새\",\"냇물\",\"냉동\",\"냉면\",\"냉방\",\"냉장고\",\"넥타이\",\"넷째\",\"노동\",\"노란색\",\"노력\",\"노인\",\"녹음\",\"녹차\",\"녹화\",\"논리\",\"논문\",\"논쟁\",\"놀이\",\"농구\",\"농담\",\"농민\",\"농부\",\"농업\",\"농장\",\"농촌\",\"높이\",\"눈동자\",\"눈물\",\"눈썹\",\"뉴욕\",\"느낌\",\"늑대\",\"능동적\",\"능력\",\"다방\",\"다양성\",\"다음\",\"다이어트\",\"다행\",\"단계\",\"단골\",\"단독\",\"단맛\",\"단순\",\"단어\",\"단위\",\"단점\",\"단체\",\"단추\",\"단편\",\"단풍\",\"달걀\",\"달러\",\"달력\",\"달리\",\"닭고기\",\"담당\",\"담배\",\"담요\",\"담임\",\"답변\",\"답장\",\"당근\",\"당분간\",\"당연히\",\"당장\",\"대규모\",\"대낮\",\"대단히\",\"대답\",\"대도시\",\"대략\",\"대량\",\"대륙\",\"대문\",\"대부분\",\"대신\",\"대응\",\"대장\",\"대전\",\"대접\",\"대중\",\"대책\",\"대출\",\"대충\",\"대통령\",\"대학\",\"대한민국\",\"대합실\",\"대형\",\"덩어리\",\"데이트\",\"도대체\",\"도덕\",\"도둑\",\"도망\",\"도서관\",\"도심\",\"도움\",\"도입\",\"도자기\",\"도저히\",\"도전\",\"도중\",\"도착\",\"독감\",\"독립\",\"독서\",\"독일\",\"독창적\",\"동화책\",\"뒷모습\",\"뒷산\",\"딸아이\",\"마누라\",\"마늘\",\"마당\",\"마라톤\",\"마련\",\"마무리\",\"마사지\",\"마약\",\"마요네즈\",\"마을\",\"마음\",\"마이크\",\"마중\",\"마지막\",\"마찬가지\",\"마찰\",\"마흔\",\"막걸리\",\"막내\",\"막상\",\"만남\",\"만두\",\"만세\",\"만약\",\"만일\",\"만점\",\"만족\",\"만화\",\"많이\",\"말기\",\"말씀\",\"말투\",\"맘대로\",\"망원경\",\"매년\",\"매달\",\"매력\",\"매번\",\"매스컴\",\"매일\",\"매장\",\"맥주\",\"먹이\",\"먼저\",\"먼지\",\"멀리\",\"메일\",\"며느리\",\"며칠\",\"면담\",\"멸치\",\"명단\",\"명령\",\"명예\",\"명의\",\"명절\",\"명칭\",\"명함\",\"모금\",\"모니터\",\"모델\",\"모든\",\"모범\",\"모습\",\"모양\",\"모임\",\"모조리\",\"모집\",\"모퉁이\",\"목걸이\",\"목록\",\"목사\",\"목소리\",\"목숨\",\"목적\",\"목표\",\"몰래\",\"몸매\",\"몸무게\",\"몸살\",\"몸속\",\"몸짓\",\"몸통\",\"몹시\",\"무관심\",\"무궁화\",\"무더위\",\"무덤\",\"무릎\",\"무슨\",\"무엇\",\"무역\",\"무용\",\"무조건\",\"무지개\",\"무척\",\"문구\",\"문득\",\"문법\",\"문서\",\"문제\",\"문학\",\"문화\",\"물가\",\"물건\",\"물결\",\"물고기\",\"물론\",\"물리학\",\"물음\",\"물질\",\"물체\",\"미국\",\"미디어\",\"미사일\",\"미술\",\"미역\",\"미용실\",\"미움\",\"미인\",\"미팅\",\"미혼\",\"민간\",\"민족\",\"민주\",\"믿음\",\"밀가루\",\"밀리미터\",\"밑바닥\",\"바가지\",\"바구니\",\"바나나\",\"바늘\",\"바닥\",\"바닷가\",\"바람\",\"바이러스\",\"바탕\",\"박물관\",\"박사\",\"박수\",\"반대\",\"반드시\",\"반말\",\"반발\",\"반성\",\"반응\",\"반장\",\"반죽\",\"반지\",\"반찬\",\"받침\",\"발가락\",\"발걸음\",\"발견\",\"발달\",\"발레\",\"발목\",\"발바닥\",\"발생\",\"발음\",\"발자국\",\"발전\",\"발톱\",\"발표\",\"밤하늘\",\"밥그릇\",\"밥맛\",\"밥상\",\"밥솥\",\"방금\",\"방면\",\"방문\",\"방바닥\",\"방법\",\"방송\",\"방식\",\"방안\",\"방울\",\"방지\",\"방학\",\"방해\",\"방향\",\"배경\",\"배꼽\",\"배달\",\"배드민턴\",\"백두산\",\"백색\",\"백성\",\"백인\",\"백제\",\"백화점\",\"버릇\",\"버섯\",\"버튼\",\"번개\",\"번역\",\"번지\",\"번호\",\"벌금\",\"벌레\",\"벌써\",\"범위\",\"범인\",\"범죄\",\"법률\",\"법원\",\"법적\",\"법칙\",\"베이징\",\"벨트\",\"변경\",\"변동\",\"변명\",\"변신\",\"변호사\",\"변화\",\"별도\",\"별명\",\"별일\",\"병실\",\"병아리\",\"병원\",\"보관\",\"보너스\",\"보라색\",\"보람\",\"보름\",\"보상\",\"보안\",\"보자기\",\"보장\",\"보전\",\"보존\",\"보통\",\"보편적\",\"보험\",\"복도\",\"복사\",\"복숭아\",\"복습\",\"볶음\",\"본격적\",\"본래\",\"본부\",\"본사\",\"본성\",\"본인\",\"본질\",\"볼펜\",\"봉사\",\"봉지\",\"봉투\",\"부근\",\"부끄러움\",\"부담\",\"부동산\",\"부문\",\"부분\",\"부산\",\"부상\",\"부엌\",\"부인\",\"부작용\",\"부장\",\"부정\",\"부족\",\"부지런히\",\"부친\",\"부탁\",\"부품\",\"부회장\",\"북부\",\"북한\",\"분노\",\"분량\",\"분리\",\"분명\",\"분석\",\"분야\",\"분위기\",\"분필\",\"분홍색\",\"불고기\",\"불과\",\"불교\",\"불꽃\",\"불만\",\"불법\",\"불빛\",\"불안\",\"불이익\",\"불행\",\"브랜드\",\"비극\",\"비난\",\"비닐\",\"비둘기\",\"비디오\",\"비로소\",\"비만\",\"비명\",\"비밀\",\"비바람\",\"비빔밥\",\"비상\",\"비용\",\"비율\",\"비중\",\"비타민\",\"비판\",\"빌딩\",\"빗물\",\"빗방울\",\"빗줄기\",\"빛깔\",\"빨간색\",\"빨래\",\"빨리\",\"사건\",\"사계절\",\"사나이\",\"사냥\",\"사람\",\"사랑\",\"사립\",\"사모님\",\"사물\",\"사방\",\"사상\",\"사생활\",\"사설\",\"사슴\",\"사실\",\"사업\",\"사용\",\"사월\",\"사장\",\"사전\",\"사진\",\"사촌\",\"사춘기\",\"사탕\",\"사투리\",\"사흘\",\"산길\",\"산부인과\",\"산업\",\"산책\",\"살림\",\"살인\",\"살짝\",\"삼계탕\",\"삼국\",\"삼십\",\"삼월\",\"삼촌\",\"상관\",\"상금\",\"상대\",\"상류\",\"상반기\",\"상상\",\"상식\",\"상업\",\"상인\",\"상자\",\"상점\",\"상처\",\"상추\",\"상태\",\"상표\",\"상품\",\"상황\",\"새벽\",\"색깔\",\"색연필\",\"생각\",\"생명\",\"생물\",\"생방송\",\"생산\",\"생선\",\"생신\",\"생일\",\"생활\",\"서랍\",\"서른\",\"서명\",\"서민\",\"서비스\",\"서양\",\"서울\",\"서적\",\"서점\",\"서쪽\",\"서클\",\"석사\",\"석유\",\"선거\",\"선물\",\"선배\",\"선생\",\"선수\",\"선원\",\"선장\",\"선전\",\"선택\",\"선풍기\",\"설거지\",\"설날\",\"설렁탕\",\"설명\",\"설문\",\"설사\",\"설악산\",\"설치\",\"설탕\",\"섭씨\",\"성공\",\"성당\",\"성명\",\"성별\",\"성인\",\"성장\",\"성적\",\"성질\",\"성함\",\"세금\",\"세미나\",\"세상\",\"세월\",\"세종대왕\",\"세탁\",\"센터\",\"센티미터\",\"셋째\",\"소규모\",\"소극적\",\"소금\",\"소나기\",\"소년\",\"소득\",\"소망\",\"소문\",\"소설\",\"소속\",\"소아과\",\"소용\",\"소원\",\"소음\",\"소중히\",\"소지품\",\"소질\",\"소풍\",\"소형\",\"속담\",\"속도\",\"속옷\",\"손가락\",\"손길\",\"손녀\",\"손님\",\"손등\",\"손목\",\"손뼉\",\"손실\",\"손질\",\"손톱\",\"손해\",\"솔직히\",\"솜씨\",\"송아지\",\"송이\",\"송편\",\"쇠고기\",\"쇼핑\",\"수건\",\"수년\",\"수단\",\"수돗물\",\"수동적\",\"수면\",\"수명\",\"수박\",\"수상\",\"수석\",\"수술\",\"수시로\",\"수업\",\"수염\",\"수영\",\"수입\",\"수준\",\"수집\",\"수출\",\"수컷\",\"수필\",\"수학\",\"수험생\",\"수화기\",\"숙녀\",\"숙소\",\"숙제\",\"순간\",\"순서\",\"순수\",\"순식간\",\"순위\",\"숟가락\",\"술병\",\"술집\",\"숫자\",\"스님\",\"스물\",\"스스로\",\"스승\",\"스웨터\",\"스위치\",\"스케이트\",\"스튜디오\",\"스트레스\",\"스포츠\",\"슬쩍\",\"슬픔\",\"습관\",\"습기\",\"승객\",\"승리\",\"승부\",\"승용차\",\"승진\",\"시각\",\"시간\",\"시골\",\"시금치\",\"시나리오\",\"시댁\",\"시리즈\",\"시멘트\",\"시민\",\"시부모\",\"시선\",\"시설\",\"시스템\",\"시아버지\",\"시어머니\",\"시월\",\"시인\",\"시일\",\"시작\",\"시장\",\"시절\",\"시점\",\"시중\",\"시즌\",\"시집\",\"시청\",\"시합\",\"시험\",\"식구\",\"식기\",\"식당\",\"식량\",\"식료품\",\"식물\",\"식빵\",\"식사\",\"식생활\",\"식초\",\"식탁\",\"식품\",\"신고\",\"신규\",\"신념\",\"신문\",\"신발\",\"신비\",\"신사\",\"신세\",\"신용\",\"신제품\",\"신청\",\"신체\",\"신화\",\"실감\",\"실내\",\"실력\",\"실례\",\"실망\",\"실수\",\"실습\",\"실시\",\"실장\",\"실정\",\"실질적\",\"실천\",\"실체\",\"실컷\",\"실태\",\"실패\",\"실험\",\"실현\",\"심리\",\"심부름\",\"심사\",\"심장\",\"심정\",\"심판\",\"쌍둥이\",\"씨름\",\"씨앗\",\"아가씨\",\"아나운서\",\"아드님\",\"아들\",\"아쉬움\",\"아스팔트\",\"아시아\",\"아울러\",\"아저씨\",\"아줌마\",\"아직\",\"아침\",\"아파트\",\"아프리카\",\"아픔\",\"아홉\",\"아흔\",\"악기\",\"악몽\",\"악수\",\"안개\",\"안경\",\"안과\",\"안내\",\"안녕\",\"안동\",\"안방\",\"안부\",\"안주\",\"알루미늄\",\"알코올\",\"암시\",\"암컷\",\"압력\",\"앞날\",\"앞문\",\"애인\",\"애정\",\"액수\",\"앨범\",\"야간\",\"야단\",\"야옹\",\"약간\",\"약국\",\"약속\",\"약수\",\"약점\",\"약품\",\"약혼녀\",\"양념\",\"양력\",\"양말\",\"양배추\",\"양주\",\"양파\",\"어둠\",\"어려움\",\"어른\",\"어젯밤\",\"어쨌든\",\"어쩌다가\",\"어쩐지\",\"언니\",\"언덕\",\"언론\",\"언어\",\"얼굴\",\"얼른\",\"얼음\",\"얼핏\",\"엄마\",\"업무\",\"업종\",\"업체\",\"엉덩이\",\"엉망\",\"엉터리\",\"엊그제\",\"에너지\",\"에어컨\",\"엔진\",\"여건\",\"여고생\",\"여관\",\"여군\",\"여권\",\"여대생\",\"여덟\",\"여동생\",\"여든\",\"여론\",\"여름\",\"여섯\",\"여성\",\"여왕\",\"여인\",\"여전히\",\"여직원\",\"여학생\",\"여행\",\"역사\",\"역시\",\"역할\",\"연결\",\"연구\",\"연극\",\"연기\",\"연락\",\"연설\",\"연세\",\"연속\",\"연습\",\"연애\",\"연예인\",\"연인\",\"연장\",\"연주\",\"연출\",\"연필\",\"연합\",\"연휴\",\"열기\",\"열매\",\"열쇠\",\"열심히\",\"열정\",\"열차\",\"열흘\",\"염려\",\"엽서\",\"영국\",\"영남\",\"영상\",\"영양\",\"영역\",\"영웅\",\"영원히\",\"영하\",\"영향\",\"영혼\",\"영화\",\"옆구리\",\"옆방\",\"옆집\",\"예감\",\"예금\",\"예방\",\"예산\",\"예상\",\"예선\",\"예술\",\"예습\",\"예식장\",\"예약\",\"예전\",\"예절\",\"예정\",\"예컨대\",\"옛날\",\"오늘\",\"오락\",\"오랫동안\",\"오렌지\",\"오로지\",\"오른발\",\"오븐\",\"오십\",\"오염\",\"오월\",\"오전\",\"오직\",\"오징어\",\"오페라\",\"오피스텔\",\"오히려\",\"옥상\",\"옥수수\",\"온갖\",\"온라인\",\"온몸\",\"온종일\",\"온통\",\"올가을\",\"올림픽\",\"올해\",\"옷차림\",\"와이셔츠\",\"와인\",\"완성\",\"완전\",\"왕비\",\"왕자\",\"왜냐하면\",\"왠지\",\"외갓집\",\"외국\",\"외로움\",\"외삼촌\",\"외출\",\"외침\",\"외할머니\",\"왼발\",\"왼손\",\"왼쪽\",\"요금\",\"요일\",\"요즘\",\"요청\",\"용기\",\"용서\",\"용어\",\"우산\",\"우선\",\"우승\",\"우연히\",\"우정\",\"우체국\",\"우편\",\"운동\",\"운명\",\"운반\",\"운전\",\"운행\",\"울산\",\"울음\",\"움직임\",\"웃어른\",\"웃음\",\"워낙\",\"원고\",\"원래\",\"원서\",\"원숭이\",\"원인\",\"원장\",\"원피스\",\"월급\",\"월드컵\",\"월세\",\"월요일\",\"웨이터\",\"위반\",\"위법\",\"위성\",\"위원\",\"위험\",\"위협\",\"윗사람\",\"유난히\",\"유럽\",\"유명\",\"유물\",\"유산\",\"유적\",\"유치원\",\"유학\",\"유행\",\"유형\",\"육군\",\"육상\",\"육십\",\"육체\",\"은행\",\"음력\",\"음료\",\"음반\",\"음성\",\"음식\",\"음악\",\"음주\",\"의견\",\"의논\",\"의문\",\"의복\",\"의식\",\"의심\",\"의외로\",\"의욕\",\"의원\",\"의학\",\"이것\",\"이곳\",\"이념\",\"이놈\",\"이달\",\"이대로\",\"이동\",\"이렇게\",\"이력서\",\"이론적\",\"이름\",\"이민\",\"이발소\",\"이별\",\"이불\",\"이빨\",\"이상\",\"이성\",\"이슬\",\"이야기\",\"이용\",\"이웃\",\"이월\",\"이윽고\",\"이익\",\"이전\",\"이중\",\"이튿날\",\"이틀\",\"이혼\",\"인간\",\"인격\",\"인공\",\"인구\",\"인근\",\"인기\",\"인도\",\"인류\",\"인물\",\"인생\",\"인쇄\",\"인연\",\"인원\",\"인재\",\"인종\",\"인천\",\"인체\",\"인터넷\",\"인하\",\"인형\",\"일곱\",\"일기\",\"일단\",\"일대\",\"일등\",\"일반\",\"일본\",\"일부\",\"일상\",\"일생\",\"일손\",\"일요일\",\"일월\",\"일정\",\"일종\",\"일주일\",\"일찍\",\"일체\",\"일치\",\"일행\",\"일회용\",\"임금\",\"임무\",\"입대\",\"입력\",\"입맛\",\"입사\",\"입술\",\"입시\",\"입원\",\"입장\",\"입학\",\"자가용\",\"자격\",\"자극\",\"자동\",\"자랑\",\"자부심\",\"자식\",\"자신\",\"자연\",\"자원\",\"자율\",\"자전거\",\"자정\",\"자존심\",\"자판\",\"작가\",\"작년\",\"작성\",\"작업\",\"작용\",\"작은딸\",\"작품\",\"잔디\",\"잔뜩\",\"잔치\",\"잘못\",\"잠깐\",\"잠수함\",\"잠시\",\"잠옷\",\"잠자리\",\"잡지\",\"장관\",\"장군\",\"장기간\",\"장래\",\"장례\",\"장르\",\"장마\",\"장면\",\"장모\",\"장미\",\"장비\",\"장사\",\"장소\",\"장식\",\"장애인\",\"장인\",\"장점\",\"장차\",\"장학금\",\"재능\",\"재빨리\",\"재산\",\"재생\",\"재작년\",\"재정\",\"재채기\",\"재판\",\"재학\",\"재활용\",\"저것\",\"저고리\",\"저곳\",\"저녁\",\"저런\",\"저렇게\",\"저번\",\"저울\",\"저절로\",\"저축\",\"적극\",\"적당히\",\"적성\",\"적용\",\"적응\",\"전개\",\"전공\",\"전기\",\"전달\",\"전라도\",\"전망\",\"전문\",\"전반\",\"전부\",\"전세\",\"전시\",\"전용\",\"전자\",\"전쟁\",\"전주\",\"전철\",\"전체\",\"전통\",\"전혀\",\"전후\",\"절대\",\"절망\",\"절반\",\"절약\",\"절차\",\"점검\",\"점수\",\"점심\",\"점원\",\"점점\",\"점차\",\"접근\",\"접시\",\"접촉\",\"젓가락\",\"정거장\",\"정도\",\"정류장\",\"정리\",\"정말\",\"정면\",\"정문\",\"정반대\",\"정보\",\"정부\",\"정비\",\"정상\",\"정성\",\"정오\",\"정원\",\"정장\",\"정지\",\"정치\",\"정확히\",\"제공\",\"제과점\",\"제대로\",\"제목\",\"제발\",\"제법\",\"제삿날\",\"제안\",\"제일\",\"제작\",\"제주도\",\"제출\",\"제품\",\"제한\",\"조각\",\"조건\",\"조금\",\"조깅\",\"조명\",\"조미료\",\"조상\",\"조선\",\"조용히\",\"조절\",\"조정\",\"조직\",\"존댓말\",\"존재\",\"졸업\",\"졸음\",\"종교\",\"종로\",\"종류\",\"종소리\",\"종업원\",\"종종\",\"종합\",\"좌석\",\"죄인\",\"주관적\",\"주름\",\"주말\",\"주머니\",\"주먹\",\"주문\",\"주민\",\"주방\",\"주변\",\"주식\",\"주인\",\"주일\",\"주장\",\"주전자\",\"주택\",\"준비\",\"줄거리\",\"줄기\",\"줄무늬\",\"중간\",\"중계방송\",\"중국\",\"중년\",\"중단\",\"중독\",\"중반\",\"중부\",\"중세\",\"중소기업\",\"중순\",\"중앙\",\"중요\",\"중학교\",\"즉석\",\"즉시\",\"즐거움\",\"증가\",\"증거\",\"증권\",\"증상\",\"증세\",\"지각\",\"지갑\",\"지경\",\"지극히\",\"지금\",\"지급\",\"지능\",\"지름길\",\"지리산\",\"지방\",\"지붕\",\"지식\",\"지역\",\"지우개\",\"지원\",\"지적\",\"지점\",\"지진\",\"지출\",\"직선\",\"직업\",\"직원\",\"직장\",\"진급\",\"진동\",\"진로\",\"진료\",\"진리\",\"진짜\",\"진찰\",\"진출\",\"진통\",\"진행\",\"질문\",\"질병\",\"질서\",\"짐작\",\"집단\",\"집안\",\"집중\",\"짜증\",\"찌꺼기\",\"차남\",\"차라리\",\"차량\",\"차림\",\"차별\",\"차선\",\"차츰\",\"착각\",\"찬물\",\"찬성\",\"참가\",\"참기름\",\"참새\",\"참석\",\"참여\",\"참외\",\"참조\",\"찻잔\",\"창가\",\"창고\",\"창구\",\"창문\",\"창밖\",\"창작\",\"창조\",\"채널\",\"채점\",\"책가방\",\"책방\",\"책상\",\"책임\",\"챔피언\",\"처벌\",\"처음\",\"천국\",\"천둥\",\"천장\",\"천재\",\"천천히\",\"철도\",\"철저히\",\"철학\",\"첫날\",\"첫째\",\"청년\",\"청바지\",\"청소\",\"청춘\",\"체계\",\"체력\",\"체온\",\"체육\",\"체중\",\"체험\",\"초등학생\",\"초반\",\"초밥\",\"초상화\",\"초순\",\"초여름\",\"초원\",\"초저녁\",\"초점\",\"초청\",\"초콜릿\",\"촛불\",\"총각\",\"총리\",\"총장\",\"촬영\",\"최근\",\"최상\",\"최선\",\"최신\",\"최악\",\"최종\",\"추석\",\"추억\",\"추진\",\"추천\",\"추측\",\"축구\",\"축소\",\"축제\",\"축하\",\"출근\",\"출발\",\"출산\",\"출신\",\"출연\",\"출입\",\"출장\",\"출판\",\"충격\",\"충고\",\"충돌\",\"충분히\",\"충청도\",\"취업\",\"취직\",\"취향\",\"치약\",\"친구\",\"친척\",\"칠십\",\"칠월\",\"칠판\",\"침대\",\"침묵\",\"침실\",\"칫솔\",\"칭찬\",\"카메라\",\"카운터\",\"칼국수\",\"캐릭터\",\"캠퍼스\",\"캠페인\",\"커튼\",\"컨디션\",\"컬러\",\"컴퓨터\",\"코끼리\",\"코미디\",\"콘서트\",\"콜라\",\"콤플렉스\",\"콩나물\",\"쾌감\",\"쿠데타\",\"크림\",\"큰길\",\"큰딸\",\"큰소리\",\"큰아들\",\"큰어머니\",\"큰일\",\"큰절\",\"클래식\",\"클럽\",\"킬로\",\"타입\",\"타자기\",\"탁구\",\"탁자\",\"탄생\",\"태권도\",\"태양\",\"태풍\",\"택시\",\"탤런트\",\"터널\",\"터미널\",\"테니스\",\"테스트\",\"테이블\",\"텔레비전\",\"토론\",\"토마토\",\"토요일\",\"통계\",\"통과\",\"통로\",\"통신\",\"통역\",\"통일\",\"통장\",\"통제\",\"통증\",\"통합\",\"통화\",\"퇴근\",\"퇴원\",\"퇴직금\",\"튀김\",\"트럭\",\"특급\",\"특별\",\"특성\",\"특수\",\"특징\",\"특히\",\"튼튼히\",\"티셔츠\",\"파란색\",\"파일\",\"파출소\",\"판결\",\"판단\",\"판매\",\"판사\",\"팔십\",\"팔월\",\"팝송\",\"패션\",\"팩스\",\"팩시밀리\",\"팬티\",\"퍼센트\",\"페인트\",\"편견\",\"편의\",\"편지\",\"편히\",\"평가\",\"평균\",\"평생\",\"평소\",\"평양\",\"평일\",\"평화\",\"포스터\",\"포인트\",\"포장\",\"포함\",\"표면\",\"표정\",\"표준\",\"표현\",\"품목\",\"품질\",\"풍경\",\"풍속\",\"풍습\",\"프랑스\",\"프린터\",\"플라스틱\",\"피곤\",\"피망\",\"피아노\",\"필름\",\"필수\",\"필요\",\"필자\",\"필통\",\"핑계\",\"하느님\",\"하늘\",\"하드웨어\",\"하룻밤\",\"하반기\",\"하숙집\",\"하순\",\"하여튼\",\"하지만\",\"하천\",\"하품\",\"하필\",\"학과\",\"학교\",\"학급\",\"학기\",\"학년\",\"학력\",\"학번\",\"학부모\",\"학비\",\"학생\",\"학술\",\"학습\",\"학용품\",\"학원\",\"학위\",\"학자\",\"학점\",\"한계\",\"한글\",\"한꺼번에\",\"한낮\",\"한눈\",\"한동안\",\"한때\",\"한라산\",\"한마디\",\"한문\",\"한번\",\"한복\",\"한식\",\"한여름\",\"한쪽\",\"할머니\",\"할아버지\",\"할인\",\"함께\",\"함부로\",\"합격\",\"합리적\",\"항공\",\"항구\",\"항상\",\"항의\",\"해결\",\"해군\",\"해답\",\"해당\",\"해물\",\"해석\",\"해설\",\"해수욕장\",\"해안\",\"핵심\",\"핸드백\",\"햄버거\",\"햇볕\",\"햇살\",\"행동\",\"행복\",\"행사\",\"행운\",\"행위\",\"향기\",\"향상\",\"향수\",\"허락\",\"허용\",\"헬기\",\"현관\",\"현금\",\"현대\",\"현상\",\"현실\",\"현장\",\"현재\",\"현지\",\"혈액\",\"협력\",\"형부\",\"형사\",\"형수\",\"형식\",\"형제\",\"형태\",\"형편\",\"혜택\",\"호기심\",\"호남\",\"호랑이\",\"호박\",\"호텔\",\"호흡\",\"혹시\",\"홀로\",\"홈페이지\",\"홍보\",\"홍수\",\"홍차\",\"화면\",\"화분\",\"화살\",\"화요일\",\"화장\",\"화학\",\"확보\",\"확인\",\"확장\",\"확정\",\"환갑\",\"환경\",\"환영\",\"환율\",\"환자\",\"활기\",\"활동\",\"활발히\",\"활용\",\"활짝\",\"회견\",\"회관\",\"회복\",\"회색\",\"회원\",\"회장\",\"회전\",\"횟수\",\"횡단보도\",\"효율적\",\"후반\",\"후춧가루\",\"훈련\",\"훨씬\",\"휴식\",\"휴일\",\"흉내\",\"흐름\",\"흑백\",\"흑인\",\"흔적\",\"흔히\",\"흥미\",\"흥분\",\"희곡\",\"희망\",\"희생\",\"흰색\",\"힘껏\"]");
+// TODO: deprecate
+TYPES.oneOf = TYPES.anyOf;
-/***/ }),
-/* 417 */
-/*!******************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip39/src/wordlists/french.json ***!
- \******************************************************************************************/
-/*! exports provided: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 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, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, default */
-/***/ (function(module) {
+function compile(type) {
+ if (NATIVE.String(type)) {
+ if (type[0] === '?') return TYPES.maybe(type.slice(1));
-module.exports = JSON.parse("[\"abaisser\",\"abandon\",\"abdiquer\",\"abeille\",\"abolir\",\"aborder\",\"aboutir\",\"aboyer\",\"abrasif\",\"abreuver\",\"abriter\",\"abroger\",\"abrupt\",\"absence\",\"absolu\",\"absurde\",\"abusif\",\"abyssal\",\"académie\",\"acajou\",\"acarien\",\"accabler\",\"accepter\",\"acclamer\",\"accolade\",\"accroche\",\"accuser\",\"acerbe\",\"achat\",\"acheter\",\"aciduler\",\"acier\",\"acompte\",\"acquérir\",\"acronyme\",\"acteur\",\"actif\",\"actuel\",\"adepte\",\"adéquat\",\"adhésif\",\"adjectif\",\"adjuger\",\"admettre\",\"admirer\",\"adopter\",\"adorer\",\"adoucir\",\"adresse\",\"adroit\",\"adulte\",\"adverbe\",\"aérer\",\"aéronef\",\"affaire\",\"affecter\",\"affiche\",\"affreux\",\"affubler\",\"agacer\",\"agencer\",\"agile\",\"agiter\",\"agrafer\",\"agréable\",\"agrume\",\"aider\",\"aiguille\",\"ailier\",\"aimable\",\"aisance\",\"ajouter\",\"ajuster\",\"alarmer\",\"alchimie\",\"alerte\",\"algèbre\",\"algue\",\"aliéner\",\"aliment\",\"alléger\",\"alliage\",\"allouer\",\"allumer\",\"alourdir\",\"alpaga\",\"altesse\",\"alvéole\",\"amateur\",\"ambigu\",\"ambre\",\"aménager\",\"amertume\",\"amidon\",\"amiral\",\"amorcer\",\"amour\",\"amovible\",\"amphibie\",\"ampleur\",\"amusant\",\"analyse\",\"anaphore\",\"anarchie\",\"anatomie\",\"ancien\",\"anéantir\",\"angle\",\"angoisse\",\"anguleux\",\"animal\",\"annexer\",\"annonce\",\"annuel\",\"anodin\",\"anomalie\",\"anonyme\",\"anormal\",\"antenne\",\"antidote\",\"anxieux\",\"apaiser\",\"apéritif\",\"aplanir\",\"apologie\",\"appareil\",\"appeler\",\"apporter\",\"appuyer\",\"aquarium\",\"aqueduc\",\"arbitre\",\"arbuste\",\"ardeur\",\"ardoise\",\"argent\",\"arlequin\",\"armature\",\"armement\",\"armoire\",\"armure\",\"arpenter\",\"arracher\",\"arriver\",\"arroser\",\"arsenic\",\"artériel\",\"article\",\"aspect\",\"asphalte\",\"aspirer\",\"assaut\",\"asservir\",\"assiette\",\"associer\",\"assurer\",\"asticot\",\"astre\",\"astuce\",\"atelier\",\"atome\",\"atrium\",\"atroce\",\"attaque\",\"attentif\",\"attirer\",\"attraper\",\"aubaine\",\"auberge\",\"audace\",\"audible\",\"augurer\",\"aurore\",\"automne\",\"autruche\",\"avaler\",\"avancer\",\"avarice\",\"avenir\",\"averse\",\"aveugle\",\"aviateur\",\"avide\",\"avion\",\"aviser\",\"avoine\",\"avouer\",\"avril\",\"axial\",\"axiome\",\"badge\",\"bafouer\",\"bagage\",\"baguette\",\"baignade\",\"balancer\",\"balcon\",\"baleine\",\"balisage\",\"bambin\",\"bancaire\",\"bandage\",\"banlieue\",\"bannière\",\"banquier\",\"barbier\",\"baril\",\"baron\",\"barque\",\"barrage\",\"bassin\",\"bastion\",\"bataille\",\"bateau\",\"batterie\",\"baudrier\",\"bavarder\",\"belette\",\"bélier\",\"belote\",\"bénéfice\",\"berceau\",\"berger\",\"berline\",\"bermuda\",\"besace\",\"besogne\",\"bétail\",\"beurre\",\"biberon\",\"bicycle\",\"bidule\",\"bijou\",\"bilan\",\"bilingue\",\"billard\",\"binaire\",\"biologie\",\"biopsie\",\"biotype\",\"biscuit\",\"bison\",\"bistouri\",\"bitume\",\"bizarre\",\"blafard\",\"blague\",\"blanchir\",\"blessant\",\"blinder\",\"blond\",\"bloquer\",\"blouson\",\"bobard\",\"bobine\",\"boire\",\"boiser\",\"bolide\",\"bonbon\",\"bondir\",\"bonheur\",\"bonifier\",\"bonus\",\"bordure\",\"borne\",\"botte\",\"boucle\",\"boueux\",\"bougie\",\"boulon\",\"bouquin\",\"bourse\",\"boussole\",\"boutique\",\"boxeur\",\"branche\",\"brasier\",\"brave\",\"brebis\",\"brèche\",\"breuvage\",\"bricoler\",\"brigade\",\"brillant\",\"brioche\",\"brique\",\"brochure\",\"broder\",\"bronzer\",\"brousse\",\"broyeur\",\"brume\",\"brusque\",\"brutal\",\"bruyant\",\"buffle\",\"buisson\",\"bulletin\",\"bureau\",\"burin\",\"bustier\",\"butiner\",\"butoir\",\"buvable\",\"buvette\",\"cabanon\",\"cabine\",\"cachette\",\"cadeau\",\"cadre\",\"caféine\",\"caillou\",\"caisson\",\"calculer\",\"calepin\",\"calibre\",\"calmer\",\"calomnie\",\"calvaire\",\"camarade\",\"caméra\",\"camion\",\"campagne\",\"canal\",\"caneton\",\"canon\",\"cantine\",\"canular\",\"capable\",\"caporal\",\"caprice\",\"capsule\",\"capter\",\"capuche\",\"carabine\",\"carbone\",\"caresser\",\"caribou\",\"carnage\",\"carotte\",\"carreau\",\"carton\",\"cascade\",\"casier\",\"casque\",\"cassure\",\"causer\",\"caution\",\"cavalier\",\"caverne\",\"caviar\",\"cédille\",\"ceinture\",\"céleste\",\"cellule\",\"cendrier\",\"censurer\",\"central\",\"cercle\",\"cérébral\",\"cerise\",\"cerner\",\"cerveau\",\"cesser\",\"chagrin\",\"chaise\",\"chaleur\",\"chambre\",\"chance\",\"chapitre\",\"charbon\",\"chasseur\",\"chaton\",\"chausson\",\"chavirer\",\"chemise\",\"chenille\",\"chéquier\",\"chercher\",\"cheval\",\"chien\",\"chiffre\",\"chignon\",\"chimère\",\"chiot\",\"chlorure\",\"chocolat\",\"choisir\",\"chose\",\"chouette\",\"chrome\",\"chute\",\"cigare\",\"cigogne\",\"cimenter\",\"cinéma\",\"cintrer\",\"circuler\",\"cirer\",\"cirque\",\"citerne\",\"citoyen\",\"citron\",\"civil\",\"clairon\",\"clameur\",\"claquer\",\"classe\",\"clavier\",\"client\",\"cligner\",\"climat\",\"clivage\",\"cloche\",\"clonage\",\"cloporte\",\"cobalt\",\"cobra\",\"cocasse\",\"cocotier\",\"coder\",\"codifier\",\"coffre\",\"cogner\",\"cohésion\",\"coiffer\",\"coincer\",\"colère\",\"colibri\",\"colline\",\"colmater\",\"colonel\",\"combat\",\"comédie\",\"commande\",\"compact\",\"concert\",\"conduire\",\"confier\",\"congeler\",\"connoter\",\"consonne\",\"contact\",\"convexe\",\"copain\",\"copie\",\"corail\",\"corbeau\",\"cordage\",\"corniche\",\"corpus\",\"correct\",\"cortège\",\"cosmique\",\"costume\",\"coton\",\"coude\",\"coupure\",\"courage\",\"couteau\",\"couvrir\",\"coyote\",\"crabe\",\"crainte\",\"cravate\",\"crayon\",\"créature\",\"créditer\",\"crémeux\",\"creuser\",\"crevette\",\"cribler\",\"crier\",\"cristal\",\"critère\",\"croire\",\"croquer\",\"crotale\",\"crucial\",\"cruel\",\"crypter\",\"cubique\",\"cueillir\",\"cuillère\",\"cuisine\",\"cuivre\",\"culminer\",\"cultiver\",\"cumuler\",\"cupide\",\"curatif\",\"curseur\",\"cyanure\",\"cycle\",\"cylindre\",\"cynique\",\"daigner\",\"damier\",\"danger\",\"danseur\",\"dauphin\",\"débattre\",\"débiter\",\"déborder\",\"débrider\",\"débutant\",\"décaler\",\"décembre\",\"déchirer\",\"décider\",\"déclarer\",\"décorer\",\"décrire\",\"décupler\",\"dédale\",\"déductif\",\"déesse\",\"défensif\",\"défiler\",\"défrayer\",\"dégager\",\"dégivrer\",\"déglutir\",\"dégrafer\",\"déjeuner\",\"délice\",\"déloger\",\"demander\",\"demeurer\",\"démolir\",\"dénicher\",\"dénouer\",\"dentelle\",\"dénuder\",\"départ\",\"dépenser\",\"déphaser\",\"déplacer\",\"déposer\",\"déranger\",\"dérober\",\"désastre\",\"descente\",\"désert\",\"désigner\",\"désobéir\",\"dessiner\",\"destrier\",\"détacher\",\"détester\",\"détourer\",\"détresse\",\"devancer\",\"devenir\",\"deviner\",\"devoir\",\"diable\",\"dialogue\",\"diamant\",\"dicter\",\"différer\",\"digérer\",\"digital\",\"digne\",\"diluer\",\"dimanche\",\"diminuer\",\"dioxyde\",\"directif\",\"diriger\",\"discuter\",\"disposer\",\"dissiper\",\"distance\",\"divertir\",\"diviser\",\"docile\",\"docteur\",\"dogme\",\"doigt\",\"domaine\",\"domicile\",\"dompter\",\"donateur\",\"donjon\",\"donner\",\"dopamine\",\"dortoir\",\"dorure\",\"dosage\",\"doseur\",\"dossier\",\"dotation\",\"douanier\",\"double\",\"douceur\",\"douter\",\"doyen\",\"dragon\",\"draper\",\"dresser\",\"dribbler\",\"droiture\",\"duperie\",\"duplexe\",\"durable\",\"durcir\",\"dynastie\",\"éblouir\",\"écarter\",\"écharpe\",\"échelle\",\"éclairer\",\"éclipse\",\"éclore\",\"écluse\",\"école\",\"économie\",\"écorce\",\"écouter\",\"écraser\",\"écrémer\",\"écrivain\",\"écrou\",\"écume\",\"écureuil\",\"édifier\",\"éduquer\",\"effacer\",\"effectif\",\"effigie\",\"effort\",\"effrayer\",\"effusion\",\"égaliser\",\"égarer\",\"éjecter\",\"élaborer\",\"élargir\",\"électron\",\"élégant\",\"éléphant\",\"élève\",\"éligible\",\"élitisme\",\"éloge\",\"élucider\",\"éluder\",\"emballer\",\"embellir\",\"embryon\",\"émeraude\",\"émission\",\"emmener\",\"émotion\",\"émouvoir\",\"empereur\",\"employer\",\"emporter\",\"emprise\",\"émulsion\",\"encadrer\",\"enchère\",\"enclave\",\"encoche\",\"endiguer\",\"endosser\",\"endroit\",\"enduire\",\"énergie\",\"enfance\",\"enfermer\",\"enfouir\",\"engager\",\"engin\",\"englober\",\"énigme\",\"enjamber\",\"enjeu\",\"enlever\",\"ennemi\",\"ennuyeux\",\"enrichir\",\"enrobage\",\"enseigne\",\"entasser\",\"entendre\",\"entier\",\"entourer\",\"entraver\",\"énumérer\",\"envahir\",\"enviable\",\"envoyer\",\"enzyme\",\"éolien\",\"épaissir\",\"épargne\",\"épatant\",\"épaule\",\"épicerie\",\"épidémie\",\"épier\",\"épilogue\",\"épine\",\"épisode\",\"épitaphe\",\"époque\",\"épreuve\",\"éprouver\",\"épuisant\",\"équerre\",\"équipe\",\"ériger\",\"érosion\",\"erreur\",\"éruption\",\"escalier\",\"espadon\",\"espèce\",\"espiègle\",\"espoir\",\"esprit\",\"esquiver\",\"essayer\",\"essence\",\"essieu\",\"essorer\",\"estime\",\"estomac\",\"estrade\",\"étagère\",\"étaler\",\"étanche\",\"étatique\",\"éteindre\",\"étendoir\",\"éternel\",\"éthanol\",\"éthique\",\"ethnie\",\"étirer\",\"étoffer\",\"étoile\",\"étonnant\",\"étourdir\",\"étrange\",\"étroit\",\"étude\",\"euphorie\",\"évaluer\",\"évasion\",\"éventail\",\"évidence\",\"éviter\",\"évolutif\",\"évoquer\",\"exact\",\"exagérer\",\"exaucer\",\"exceller\",\"excitant\",\"exclusif\",\"excuse\",\"exécuter\",\"exemple\",\"exercer\",\"exhaler\",\"exhorter\",\"exigence\",\"exiler\",\"exister\",\"exotique\",\"expédier\",\"explorer\",\"exposer\",\"exprimer\",\"exquis\",\"extensif\",\"extraire\",\"exulter\",\"fable\",\"fabuleux\",\"facette\",\"facile\",\"facture\",\"faiblir\",\"falaise\",\"fameux\",\"famille\",\"farceur\",\"farfelu\",\"farine\",\"farouche\",\"fasciner\",\"fatal\",\"fatigue\",\"faucon\",\"fautif\",\"faveur\",\"favori\",\"fébrile\",\"féconder\",\"fédérer\",\"félin\",\"femme\",\"fémur\",\"fendoir\",\"féodal\",\"fermer\",\"féroce\",\"ferveur\",\"festival\",\"feuille\",\"feutre\",\"février\",\"fiasco\",\"ficeler\",\"fictif\",\"fidèle\",\"figure\",\"filature\",\"filetage\",\"filière\",\"filleul\",\"filmer\",\"filou\",\"filtrer\",\"financer\",\"finir\",\"fiole\",\"firme\",\"fissure\",\"fixer\",\"flairer\",\"flamme\",\"flasque\",\"flatteur\",\"fléau\",\"flèche\",\"fleur\",\"flexion\",\"flocon\",\"flore\",\"fluctuer\",\"fluide\",\"fluvial\",\"folie\",\"fonderie\",\"fongible\",\"fontaine\",\"forcer\",\"forgeron\",\"formuler\",\"fortune\",\"fossile\",\"foudre\",\"fougère\",\"fouiller\",\"foulure\",\"fourmi\",\"fragile\",\"fraise\",\"franchir\",\"frapper\",\"frayeur\",\"frégate\",\"freiner\",\"frelon\",\"frémir\",\"frénésie\",\"frère\",\"friable\",\"friction\",\"frisson\",\"frivole\",\"froid\",\"fromage\",\"frontal\",\"frotter\",\"fruit\",\"fugitif\",\"fuite\",\"fureur\",\"furieux\",\"furtif\",\"fusion\",\"futur\",\"gagner\",\"galaxie\",\"galerie\",\"gambader\",\"garantir\",\"gardien\",\"garnir\",\"garrigue\",\"gazelle\",\"gazon\",\"géant\",\"gélatine\",\"gélule\",\"gendarme\",\"général\",\"génie\",\"genou\",\"gentil\",\"géologie\",\"géomètre\",\"géranium\",\"germe\",\"gestuel\",\"geyser\",\"gibier\",\"gicler\",\"girafe\",\"givre\",\"glace\",\"glaive\",\"glisser\",\"globe\",\"gloire\",\"glorieux\",\"golfeur\",\"gomme\",\"gonfler\",\"gorge\",\"gorille\",\"goudron\",\"gouffre\",\"goulot\",\"goupille\",\"gourmand\",\"goutte\",\"graduel\",\"graffiti\",\"graine\",\"grand\",\"grappin\",\"gratuit\",\"gravir\",\"grenat\",\"griffure\",\"griller\",\"grimper\",\"grogner\",\"gronder\",\"grotte\",\"groupe\",\"gruger\",\"grutier\",\"gruyère\",\"guépard\",\"guerrier\",\"guide\",\"guimauve\",\"guitare\",\"gustatif\",\"gymnaste\",\"gyrostat\",\"habitude\",\"hachoir\",\"halte\",\"hameau\",\"hangar\",\"hanneton\",\"haricot\",\"harmonie\",\"harpon\",\"hasard\",\"hélium\",\"hématome\",\"herbe\",\"hérisson\",\"hermine\",\"héron\",\"hésiter\",\"heureux\",\"hiberner\",\"hibou\",\"hilarant\",\"histoire\",\"hiver\",\"homard\",\"hommage\",\"homogène\",\"honneur\",\"honorer\",\"honteux\",\"horde\",\"horizon\",\"horloge\",\"hormone\",\"horrible\",\"houleux\",\"housse\",\"hublot\",\"huileux\",\"humain\",\"humble\",\"humide\",\"humour\",\"hurler\",\"hydromel\",\"hygiène\",\"hymne\",\"hypnose\",\"idylle\",\"ignorer\",\"iguane\",\"illicite\",\"illusion\",\"image\",\"imbiber\",\"imiter\",\"immense\",\"immobile\",\"immuable\",\"impact\",\"impérial\",\"implorer\",\"imposer\",\"imprimer\",\"imputer\",\"incarner\",\"incendie\",\"incident\",\"incliner\",\"incolore\",\"indexer\",\"indice\",\"inductif\",\"inédit\",\"ineptie\",\"inexact\",\"infini\",\"infliger\",\"informer\",\"infusion\",\"ingérer\",\"inhaler\",\"inhiber\",\"injecter\",\"injure\",\"innocent\",\"inoculer\",\"inonder\",\"inscrire\",\"insecte\",\"insigne\",\"insolite\",\"inspirer\",\"instinct\",\"insulter\",\"intact\",\"intense\",\"intime\",\"intrigue\",\"intuitif\",\"inutile\",\"invasion\",\"inventer\",\"inviter\",\"invoquer\",\"ironique\",\"irradier\",\"irréel\",\"irriter\",\"isoler\",\"ivoire\",\"ivresse\",\"jaguar\",\"jaillir\",\"jambe\",\"janvier\",\"jardin\",\"jauger\",\"jaune\",\"javelot\",\"jetable\",\"jeton\",\"jeudi\",\"jeunesse\",\"joindre\",\"joncher\",\"jongler\",\"joueur\",\"jouissif\",\"journal\",\"jovial\",\"joyau\",\"joyeux\",\"jubiler\",\"jugement\",\"junior\",\"jupon\",\"juriste\",\"justice\",\"juteux\",\"juvénile\",\"kayak\",\"kimono\",\"kiosque\",\"label\",\"labial\",\"labourer\",\"lacérer\",\"lactose\",\"lagune\",\"laine\",\"laisser\",\"laitier\",\"lambeau\",\"lamelle\",\"lampe\",\"lanceur\",\"langage\",\"lanterne\",\"lapin\",\"largeur\",\"larme\",\"laurier\",\"lavabo\",\"lavoir\",\"lecture\",\"légal\",\"léger\",\"légume\",\"lessive\",\"lettre\",\"levier\",\"lexique\",\"lézard\",\"liasse\",\"libérer\",\"libre\",\"licence\",\"licorne\",\"liège\",\"lièvre\",\"ligature\",\"ligoter\",\"ligue\",\"limer\",\"limite\",\"limonade\",\"limpide\",\"linéaire\",\"lingot\",\"lionceau\",\"liquide\",\"lisière\",\"lister\",\"lithium\",\"litige\",\"littoral\",\"livreur\",\"logique\",\"lointain\",\"loisir\",\"lombric\",\"loterie\",\"louer\",\"lourd\",\"loutre\",\"louve\",\"loyal\",\"lubie\",\"lucide\",\"lucratif\",\"lueur\",\"lugubre\",\"luisant\",\"lumière\",\"lunaire\",\"lundi\",\"luron\",\"lutter\",\"luxueux\",\"machine\",\"magasin\",\"magenta\",\"magique\",\"maigre\",\"maillon\",\"maintien\",\"mairie\",\"maison\",\"majorer\",\"malaxer\",\"maléfice\",\"malheur\",\"malice\",\"mallette\",\"mammouth\",\"mandater\",\"maniable\",\"manquant\",\"manteau\",\"manuel\",\"marathon\",\"marbre\",\"marchand\",\"mardi\",\"maritime\",\"marqueur\",\"marron\",\"marteler\",\"mascotte\",\"massif\",\"matériel\",\"matière\",\"matraque\",\"maudire\",\"maussade\",\"mauve\",\"maximal\",\"méchant\",\"méconnu\",\"médaille\",\"médecin\",\"méditer\",\"méduse\",\"meilleur\",\"mélange\",\"mélodie\",\"membre\",\"mémoire\",\"menacer\",\"mener\",\"menhir\",\"mensonge\",\"mentor\",\"mercredi\",\"mérite\",\"merle\",\"messager\",\"mesure\",\"métal\",\"météore\",\"méthode\",\"métier\",\"meuble\",\"miauler\",\"microbe\",\"miette\",\"mignon\",\"migrer\",\"milieu\",\"million\",\"mimique\",\"mince\",\"minéral\",\"minimal\",\"minorer\",\"minute\",\"miracle\",\"miroiter\",\"missile\",\"mixte\",\"mobile\",\"moderne\",\"moelleux\",\"mondial\",\"moniteur\",\"monnaie\",\"monotone\",\"monstre\",\"montagne\",\"monument\",\"moqueur\",\"morceau\",\"morsure\",\"mortier\",\"moteur\",\"motif\",\"mouche\",\"moufle\",\"moulin\",\"mousson\",\"mouton\",\"mouvant\",\"multiple\",\"munition\",\"muraille\",\"murène\",\"murmure\",\"muscle\",\"muséum\",\"musicien\",\"mutation\",\"muter\",\"mutuel\",\"myriade\",\"myrtille\",\"mystère\",\"mythique\",\"nageur\",\"nappe\",\"narquois\",\"narrer\",\"natation\",\"nation\",\"nature\",\"naufrage\",\"nautique\",\"navire\",\"nébuleux\",\"nectar\",\"néfaste\",\"négation\",\"négliger\",\"négocier\",\"neige\",\"nerveux\",\"nettoyer\",\"neurone\",\"neutron\",\"neveu\",\"niche\",\"nickel\",\"nitrate\",\"niveau\",\"noble\",\"nocif\",\"nocturne\",\"noirceur\",\"noisette\",\"nomade\",\"nombreux\",\"nommer\",\"normatif\",\"notable\",\"notifier\",\"notoire\",\"nourrir\",\"nouveau\",\"novateur\",\"novembre\",\"novice\",\"nuage\",\"nuancer\",\"nuire\",\"nuisible\",\"numéro\",\"nuptial\",\"nuque\",\"nutritif\",\"obéir\",\"objectif\",\"obliger\",\"obscur\",\"observer\",\"obstacle\",\"obtenir\",\"obturer\",\"occasion\",\"occuper\",\"océan\",\"octobre\",\"octroyer\",\"octupler\",\"oculaire\",\"odeur\",\"odorant\",\"offenser\",\"officier\",\"offrir\",\"ogive\",\"oiseau\",\"oisillon\",\"olfactif\",\"olivier\",\"ombrage\",\"omettre\",\"onctueux\",\"onduler\",\"onéreux\",\"onirique\",\"opale\",\"opaque\",\"opérer\",\"opinion\",\"opportun\",\"opprimer\",\"opter\",\"optique\",\"orageux\",\"orange\",\"orbite\",\"ordonner\",\"oreille\",\"organe\",\"orgueil\",\"orifice\",\"ornement\",\"orque\",\"ortie\",\"osciller\",\"osmose\",\"ossature\",\"otarie\",\"ouragan\",\"ourson\",\"outil\",\"outrager\",\"ouvrage\",\"ovation\",\"oxyde\",\"oxygène\",\"ozone\",\"paisible\",\"palace\",\"palmarès\",\"palourde\",\"palper\",\"panache\",\"panda\",\"pangolin\",\"paniquer\",\"panneau\",\"panorama\",\"pantalon\",\"papaye\",\"papier\",\"papoter\",\"papyrus\",\"paradoxe\",\"parcelle\",\"paresse\",\"parfumer\",\"parler\",\"parole\",\"parrain\",\"parsemer\",\"partager\",\"parure\",\"parvenir\",\"passion\",\"pastèque\",\"paternel\",\"patience\",\"patron\",\"pavillon\",\"pavoiser\",\"payer\",\"paysage\",\"peigne\",\"peintre\",\"pelage\",\"pélican\",\"pelle\",\"pelouse\",\"peluche\",\"pendule\",\"pénétrer\",\"pénible\",\"pensif\",\"pénurie\",\"pépite\",\"péplum\",\"perdrix\",\"perforer\",\"période\",\"permuter\",\"perplexe\",\"persil\",\"perte\",\"peser\",\"pétale\",\"petit\",\"pétrir\",\"peuple\",\"pharaon\",\"phobie\",\"phoque\",\"photon\",\"phrase\",\"physique\",\"piano\",\"pictural\",\"pièce\",\"pierre\",\"pieuvre\",\"pilote\",\"pinceau\",\"pipette\",\"piquer\",\"pirogue\",\"piscine\",\"piston\",\"pivoter\",\"pixel\",\"pizza\",\"placard\",\"plafond\",\"plaisir\",\"planer\",\"plaque\",\"plastron\",\"plateau\",\"pleurer\",\"plexus\",\"pliage\",\"plomb\",\"plonger\",\"pluie\",\"plumage\",\"pochette\",\"poésie\",\"poète\",\"pointe\",\"poirier\",\"poisson\",\"poivre\",\"polaire\",\"policier\",\"pollen\",\"polygone\",\"pommade\",\"pompier\",\"ponctuel\",\"pondérer\",\"poney\",\"portique\",\"position\",\"posséder\",\"posture\",\"potager\",\"poteau\",\"potion\",\"pouce\",\"poulain\",\"poumon\",\"pourpre\",\"poussin\",\"pouvoir\",\"prairie\",\"pratique\",\"précieux\",\"prédire\",\"préfixe\",\"prélude\",\"prénom\",\"présence\",\"prétexte\",\"prévoir\",\"primitif\",\"prince\",\"prison\",\"priver\",\"problème\",\"procéder\",\"prodige\",\"profond\",\"progrès\",\"proie\",\"projeter\",\"prologue\",\"promener\",\"propre\",\"prospère\",\"protéger\",\"prouesse\",\"proverbe\",\"prudence\",\"pruneau\",\"psychose\",\"public\",\"puceron\",\"puiser\",\"pulpe\",\"pulsar\",\"punaise\",\"punitif\",\"pupitre\",\"purifier\",\"puzzle\",\"pyramide\",\"quasar\",\"querelle\",\"question\",\"quiétude\",\"quitter\",\"quotient\",\"racine\",\"raconter\",\"radieux\",\"ragondin\",\"raideur\",\"raisin\",\"ralentir\",\"rallonge\",\"ramasser\",\"rapide\",\"rasage\",\"ratisser\",\"ravager\",\"ravin\",\"rayonner\",\"réactif\",\"réagir\",\"réaliser\",\"réanimer\",\"recevoir\",\"réciter\",\"réclamer\",\"récolter\",\"recruter\",\"reculer\",\"recycler\",\"rédiger\",\"redouter\",\"refaire\",\"réflexe\",\"réformer\",\"refrain\",\"refuge\",\"régalien\",\"région\",\"réglage\",\"régulier\",\"réitérer\",\"rejeter\",\"rejouer\",\"relatif\",\"relever\",\"relief\",\"remarque\",\"remède\",\"remise\",\"remonter\",\"remplir\",\"remuer\",\"renard\",\"renfort\",\"renifler\",\"renoncer\",\"rentrer\",\"renvoi\",\"replier\",\"reporter\",\"reprise\",\"reptile\",\"requin\",\"réserve\",\"résineux\",\"résoudre\",\"respect\",\"rester\",\"résultat\",\"rétablir\",\"retenir\",\"réticule\",\"retomber\",\"retracer\",\"réunion\",\"réussir\",\"revanche\",\"revivre\",\"révolte\",\"révulsif\",\"richesse\",\"rideau\",\"rieur\",\"rigide\",\"rigoler\",\"rincer\",\"riposter\",\"risible\",\"risque\",\"rituel\",\"rival\",\"rivière\",\"rocheux\",\"romance\",\"rompre\",\"ronce\",\"rondin\",\"roseau\",\"rosier\",\"rotatif\",\"rotor\",\"rotule\",\"rouge\",\"rouille\",\"rouleau\",\"routine\",\"royaume\",\"ruban\",\"rubis\",\"ruche\",\"ruelle\",\"rugueux\",\"ruiner\",\"ruisseau\",\"ruser\",\"rustique\",\"rythme\",\"sabler\",\"saboter\",\"sabre\",\"sacoche\",\"safari\",\"sagesse\",\"saisir\",\"salade\",\"salive\",\"salon\",\"saluer\",\"samedi\",\"sanction\",\"sanglier\",\"sarcasme\",\"sardine\",\"saturer\",\"saugrenu\",\"saumon\",\"sauter\",\"sauvage\",\"savant\",\"savonner\",\"scalpel\",\"scandale\",\"scélérat\",\"scénario\",\"sceptre\",\"schéma\",\"science\",\"scinder\",\"score\",\"scrutin\",\"sculpter\",\"séance\",\"sécable\",\"sécher\",\"secouer\",\"sécréter\",\"sédatif\",\"séduire\",\"seigneur\",\"séjour\",\"sélectif\",\"semaine\",\"sembler\",\"semence\",\"séminal\",\"sénateur\",\"sensible\",\"sentence\",\"séparer\",\"séquence\",\"serein\",\"sergent\",\"sérieux\",\"serrure\",\"sérum\",\"service\",\"sésame\",\"sévir\",\"sevrage\",\"sextuple\",\"sidéral\",\"siècle\",\"siéger\",\"siffler\",\"sigle\",\"signal\",\"silence\",\"silicium\",\"simple\",\"sincère\",\"sinistre\",\"siphon\",\"sirop\",\"sismique\",\"situer\",\"skier\",\"social\",\"socle\",\"sodium\",\"soigneux\",\"soldat\",\"soleil\",\"solitude\",\"soluble\",\"sombre\",\"sommeil\",\"somnoler\",\"sonde\",\"songeur\",\"sonnette\",\"sonore\",\"sorcier\",\"sortir\",\"sosie\",\"sottise\",\"soucieux\",\"soudure\",\"souffle\",\"soulever\",\"soupape\",\"source\",\"soutirer\",\"souvenir\",\"spacieux\",\"spatial\",\"spécial\",\"sphère\",\"spiral\",\"stable\",\"station\",\"sternum\",\"stimulus\",\"stipuler\",\"strict\",\"studieux\",\"stupeur\",\"styliste\",\"sublime\",\"substrat\",\"subtil\",\"subvenir\",\"succès\",\"sucre\",\"suffixe\",\"suggérer\",\"suiveur\",\"sulfate\",\"superbe\",\"supplier\",\"surface\",\"suricate\",\"surmener\",\"surprise\",\"sursaut\",\"survie\",\"suspect\",\"syllabe\",\"symbole\",\"symétrie\",\"synapse\",\"syntaxe\",\"système\",\"tabac\",\"tablier\",\"tactile\",\"tailler\",\"talent\",\"talisman\",\"talonner\",\"tambour\",\"tamiser\",\"tangible\",\"tapis\",\"taquiner\",\"tarder\",\"tarif\",\"tartine\",\"tasse\",\"tatami\",\"tatouage\",\"taupe\",\"taureau\",\"taxer\",\"témoin\",\"temporel\",\"tenaille\",\"tendre\",\"teneur\",\"tenir\",\"tension\",\"terminer\",\"terne\",\"terrible\",\"tétine\",\"texte\",\"thème\",\"théorie\",\"thérapie\",\"thorax\",\"tibia\",\"tiède\",\"timide\",\"tirelire\",\"tiroir\",\"tissu\",\"titane\",\"titre\",\"tituber\",\"toboggan\",\"tolérant\",\"tomate\",\"tonique\",\"tonneau\",\"toponyme\",\"torche\",\"tordre\",\"tornade\",\"torpille\",\"torrent\",\"torse\",\"tortue\",\"totem\",\"toucher\",\"tournage\",\"tousser\",\"toxine\",\"traction\",\"trafic\",\"tragique\",\"trahir\",\"train\",\"trancher\",\"travail\",\"trèfle\",\"tremper\",\"trésor\",\"treuil\",\"triage\",\"tribunal\",\"tricoter\",\"trilogie\",\"triomphe\",\"tripler\",\"triturer\",\"trivial\",\"trombone\",\"tronc\",\"tropical\",\"troupeau\",\"tuile\",\"tulipe\",\"tumulte\",\"tunnel\",\"turbine\",\"tuteur\",\"tutoyer\",\"tuyau\",\"tympan\",\"typhon\",\"typique\",\"tyran\",\"ubuesque\",\"ultime\",\"ultrason\",\"unanime\",\"unifier\",\"union\",\"unique\",\"unitaire\",\"univers\",\"uranium\",\"urbain\",\"urticant\",\"usage\",\"usine\",\"usuel\",\"usure\",\"utile\",\"utopie\",\"vacarme\",\"vaccin\",\"vagabond\",\"vague\",\"vaillant\",\"vaincre\",\"vaisseau\",\"valable\",\"valise\",\"vallon\",\"valve\",\"vampire\",\"vanille\",\"vapeur\",\"varier\",\"vaseux\",\"vassal\",\"vaste\",\"vecteur\",\"vedette\",\"végétal\",\"véhicule\",\"veinard\",\"véloce\",\"vendredi\",\"vénérer\",\"venger\",\"venimeux\",\"ventouse\",\"verdure\",\"vérin\",\"vernir\",\"verrou\",\"verser\",\"vertu\",\"veston\",\"vétéran\",\"vétuste\",\"vexant\",\"vexer\",\"viaduc\",\"viande\",\"victoire\",\"vidange\",\"vidéo\",\"vignette\",\"vigueur\",\"vilain\",\"village\",\"vinaigre\",\"violon\",\"vipère\",\"virement\",\"virtuose\",\"virus\",\"visage\",\"viseur\",\"vision\",\"visqueux\",\"visuel\",\"vital\",\"vitesse\",\"viticole\",\"vitrine\",\"vivace\",\"vivipare\",\"vocation\",\"voguer\",\"voile\",\"voisin\",\"voiture\",\"volaille\",\"volcan\",\"voltiger\",\"volume\",\"vorace\",\"vortex\",\"voter\",\"vouloir\",\"voyage\",\"voyelle\",\"wagon\",\"xénon\",\"yacht\",\"zèbre\",\"zénith\",\"zeste\",\"zoologie\"]");
+ return NATIVE[type] || TYPES.quacksLike(type);
+ } else if (type && NATIVE.Object(type)) {
+ if (NATIVE.Array(type)) {
+ if (type.length !== 1) throw new TypeError('Expected compile() parameter of type Array of length 1');
+ return TYPES.arrayOf(type[0]);
+ }
-/***/ }),
-/* 418 */
-/*!*******************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip39/src/wordlists/italian.json ***!
- \*******************************************************************************************/
-/*! exports provided: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 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, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, default */
-/***/ (function(module) {
+ return TYPES.object(type);
+ } else if (NATIVE.Function(type)) {
+ return type;
+ }
-module.exports = JSON.parse("[\"abaco\",\"abbaglio\",\"abbinato\",\"abete\",\"abisso\",\"abolire\",\"abrasivo\",\"abrogato\",\"accadere\",\"accenno\",\"accusato\",\"acetone\",\"achille\",\"acido\",\"acqua\",\"acre\",\"acrilico\",\"acrobata\",\"acuto\",\"adagio\",\"addebito\",\"addome\",\"adeguato\",\"aderire\",\"adipe\",\"adottare\",\"adulare\",\"affabile\",\"affetto\",\"affisso\",\"affranto\",\"aforisma\",\"afoso\",\"africano\",\"agave\",\"agente\",\"agevole\",\"aggancio\",\"agire\",\"agitare\",\"agonismo\",\"agricolo\",\"agrumeto\",\"aguzzo\",\"alabarda\",\"alato\",\"albatro\",\"alberato\",\"albo\",\"albume\",\"alce\",\"alcolico\",\"alettone\",\"alfa\",\"algebra\",\"aliante\",\"alibi\",\"alimento\",\"allagato\",\"allegro\",\"allievo\",\"allodola\",\"allusivo\",\"almeno\",\"alogeno\",\"alpaca\",\"alpestre\",\"altalena\",\"alterno\",\"alticcio\",\"altrove\",\"alunno\",\"alveolo\",\"alzare\",\"amalgama\",\"amanita\",\"amarena\",\"ambito\",\"ambrato\",\"ameba\",\"america\",\"ametista\",\"amico\",\"ammasso\",\"ammenda\",\"ammirare\",\"ammonito\",\"amore\",\"ampio\",\"ampliare\",\"amuleto\",\"anacardo\",\"anagrafe\",\"analista\",\"anarchia\",\"anatra\",\"anca\",\"ancella\",\"ancora\",\"andare\",\"andrea\",\"anello\",\"angelo\",\"angolare\",\"angusto\",\"anima\",\"annegare\",\"annidato\",\"anno\",\"annuncio\",\"anonimo\",\"anticipo\",\"anzi\",\"apatico\",\"apertura\",\"apode\",\"apparire\",\"appetito\",\"appoggio\",\"approdo\",\"appunto\",\"aprile\",\"arabica\",\"arachide\",\"aragosta\",\"araldica\",\"arancio\",\"aratura\",\"arazzo\",\"arbitro\",\"archivio\",\"ardito\",\"arenile\",\"argento\",\"argine\",\"arguto\",\"aria\",\"armonia\",\"arnese\",\"arredato\",\"arringa\",\"arrosto\",\"arsenico\",\"arso\",\"artefice\",\"arzillo\",\"asciutto\",\"ascolto\",\"asepsi\",\"asettico\",\"asfalto\",\"asino\",\"asola\",\"aspirato\",\"aspro\",\"assaggio\",\"asse\",\"assoluto\",\"assurdo\",\"asta\",\"astenuto\",\"astice\",\"astratto\",\"atavico\",\"ateismo\",\"atomico\",\"atono\",\"attesa\",\"attivare\",\"attorno\",\"attrito\",\"attuale\",\"ausilio\",\"austria\",\"autista\",\"autonomo\",\"autunno\",\"avanzato\",\"avere\",\"avvenire\",\"avviso\",\"avvolgere\",\"azione\",\"azoto\",\"azzimo\",\"azzurro\",\"babele\",\"baccano\",\"bacino\",\"baco\",\"badessa\",\"badilata\",\"bagnato\",\"baita\",\"balcone\",\"baldo\",\"balena\",\"ballata\",\"balzano\",\"bambino\",\"bandire\",\"baraonda\",\"barbaro\",\"barca\",\"baritono\",\"barlume\",\"barocco\",\"basilico\",\"basso\",\"batosta\",\"battuto\",\"baule\",\"bava\",\"bavosa\",\"becco\",\"beffa\",\"belgio\",\"belva\",\"benda\",\"benevole\",\"benigno\",\"benzina\",\"bere\",\"berlina\",\"beta\",\"bibita\",\"bici\",\"bidone\",\"bifido\",\"biga\",\"bilancia\",\"bimbo\",\"binocolo\",\"biologo\",\"bipede\",\"bipolare\",\"birbante\",\"birra\",\"biscotto\",\"bisesto\",\"bisnonno\",\"bisonte\",\"bisturi\",\"bizzarro\",\"blando\",\"blatta\",\"bollito\",\"bonifico\",\"bordo\",\"bosco\",\"botanico\",\"bottino\",\"bozzolo\",\"braccio\",\"bradipo\",\"brama\",\"branca\",\"bravura\",\"bretella\",\"brevetto\",\"brezza\",\"briglia\",\"brillante\",\"brindare\",\"broccolo\",\"brodo\",\"bronzina\",\"brullo\",\"bruno\",\"bubbone\",\"buca\",\"budino\",\"buffone\",\"buio\",\"bulbo\",\"buono\",\"burlone\",\"burrasca\",\"bussola\",\"busta\",\"cadetto\",\"caduco\",\"calamaro\",\"calcolo\",\"calesse\",\"calibro\",\"calmo\",\"caloria\",\"cambusa\",\"camerata\",\"camicia\",\"cammino\",\"camola\",\"campale\",\"canapa\",\"candela\",\"cane\",\"canino\",\"canotto\",\"cantina\",\"capace\",\"capello\",\"capitolo\",\"capogiro\",\"cappero\",\"capra\",\"capsula\",\"carapace\",\"carcassa\",\"cardo\",\"carisma\",\"carovana\",\"carretto\",\"cartolina\",\"casaccio\",\"cascata\",\"caserma\",\"caso\",\"cassone\",\"castello\",\"casuale\",\"catasta\",\"catena\",\"catrame\",\"cauto\",\"cavillo\",\"cedibile\",\"cedrata\",\"cefalo\",\"celebre\",\"cellulare\",\"cena\",\"cenone\",\"centesimo\",\"ceramica\",\"cercare\",\"certo\",\"cerume\",\"cervello\",\"cesoia\",\"cespo\",\"ceto\",\"chela\",\"chiaro\",\"chicca\",\"chiedere\",\"chimera\",\"china\",\"chirurgo\",\"chitarra\",\"ciao\",\"ciclismo\",\"cifrare\",\"cigno\",\"cilindro\",\"ciottolo\",\"circa\",\"cirrosi\",\"citrico\",\"cittadino\",\"ciuffo\",\"civetta\",\"civile\",\"classico\",\"clinica\",\"cloro\",\"cocco\",\"codardo\",\"codice\",\"coerente\",\"cognome\",\"collare\",\"colmato\",\"colore\",\"colposo\",\"coltivato\",\"colza\",\"coma\",\"cometa\",\"commando\",\"comodo\",\"computer\",\"comune\",\"conciso\",\"condurre\",\"conferma\",\"congelare\",\"coniuge\",\"connesso\",\"conoscere\",\"consumo\",\"continuo\",\"convegno\",\"coperto\",\"copione\",\"coppia\",\"copricapo\",\"corazza\",\"cordata\",\"coricato\",\"cornice\",\"corolla\",\"corpo\",\"corredo\",\"corsia\",\"cortese\",\"cosmico\",\"costante\",\"cottura\",\"covato\",\"cratere\",\"cravatta\",\"creato\",\"credere\",\"cremoso\",\"crescita\",\"creta\",\"criceto\",\"crinale\",\"crisi\",\"critico\",\"croce\",\"cronaca\",\"crostata\",\"cruciale\",\"crusca\",\"cucire\",\"cuculo\",\"cugino\",\"cullato\",\"cupola\",\"curatore\",\"cursore\",\"curvo\",\"cuscino\",\"custode\",\"dado\",\"daino\",\"dalmata\",\"damerino\",\"daniela\",\"dannoso\",\"danzare\",\"datato\",\"davanti\",\"davvero\",\"debutto\",\"decennio\",\"deciso\",\"declino\",\"decollo\",\"decreto\",\"dedicato\",\"definito\",\"deforme\",\"degno\",\"delegare\",\"delfino\",\"delirio\",\"delta\",\"demenza\",\"denotato\",\"dentro\",\"deposito\",\"derapata\",\"derivare\",\"deroga\",\"descritto\",\"deserto\",\"desiderio\",\"desumere\",\"detersivo\",\"devoto\",\"diametro\",\"dicembre\",\"diedro\",\"difeso\",\"diffuso\",\"digerire\",\"digitale\",\"diluvio\",\"dinamico\",\"dinnanzi\",\"dipinto\",\"diploma\",\"dipolo\",\"diradare\",\"dire\",\"dirotto\",\"dirupo\",\"disagio\",\"discreto\",\"disfare\",\"disgelo\",\"disposto\",\"distanza\",\"disumano\",\"dito\",\"divano\",\"divelto\",\"dividere\",\"divorato\",\"doblone\",\"docente\",\"doganale\",\"dogma\",\"dolce\",\"domato\",\"domenica\",\"dominare\",\"dondolo\",\"dono\",\"dormire\",\"dote\",\"dottore\",\"dovuto\",\"dozzina\",\"drago\",\"druido\",\"dubbio\",\"dubitare\",\"ducale\",\"duna\",\"duomo\",\"duplice\",\"duraturo\",\"ebano\",\"eccesso\",\"ecco\",\"eclissi\",\"economia\",\"edera\",\"edicola\",\"edile\",\"editoria\",\"educare\",\"egemonia\",\"egli\",\"egoismo\",\"egregio\",\"elaborato\",\"elargire\",\"elegante\",\"elencato\",\"eletto\",\"elevare\",\"elfico\",\"elica\",\"elmo\",\"elsa\",\"eluso\",\"emanato\",\"emblema\",\"emesso\",\"emiro\",\"emotivo\",\"emozione\",\"empirico\",\"emulo\",\"endemico\",\"enduro\",\"energia\",\"enfasi\",\"enoteca\",\"entrare\",\"enzima\",\"epatite\",\"epilogo\",\"episodio\",\"epocale\",\"eppure\",\"equatore\",\"erario\",\"erba\",\"erboso\",\"erede\",\"eremita\",\"erigere\",\"ermetico\",\"eroe\",\"erosivo\",\"errante\",\"esagono\",\"esame\",\"esanime\",\"esaudire\",\"esca\",\"esempio\",\"esercito\",\"esibito\",\"esigente\",\"esistere\",\"esito\",\"esofago\",\"esortato\",\"esoso\",\"espanso\",\"espresso\",\"essenza\",\"esso\",\"esteso\",\"estimare\",\"estonia\",\"estroso\",\"esultare\",\"etilico\",\"etnico\",\"etrusco\",\"etto\",\"euclideo\",\"europa\",\"evaso\",\"evidenza\",\"evitato\",\"evoluto\",\"evviva\",\"fabbrica\",\"faccenda\",\"fachiro\",\"falco\",\"famiglia\",\"fanale\",\"fanfara\",\"fango\",\"fantasma\",\"fare\",\"farfalla\",\"farinoso\",\"farmaco\",\"fascia\",\"fastoso\",\"fasullo\",\"faticare\",\"fato\",\"favoloso\",\"febbre\",\"fecola\",\"fede\",\"fegato\",\"felpa\",\"feltro\",\"femmina\",\"fendere\",\"fenomeno\",\"fermento\",\"ferro\",\"fertile\",\"fessura\",\"festivo\",\"fetta\",\"feudo\",\"fiaba\",\"fiducia\",\"fifa\",\"figurato\",\"filo\",\"finanza\",\"finestra\",\"finire\",\"fiore\",\"fiscale\",\"fisico\",\"fiume\",\"flacone\",\"flamenco\",\"flebo\",\"flemma\",\"florido\",\"fluente\",\"fluoro\",\"fobico\",\"focaccia\",\"focoso\",\"foderato\",\"foglio\",\"folata\",\"folclore\",\"folgore\",\"fondente\",\"fonetico\",\"fonia\",\"fontana\",\"forbito\",\"forchetta\",\"foresta\",\"formica\",\"fornaio\",\"foro\",\"fortezza\",\"forzare\",\"fosfato\",\"fosso\",\"fracasso\",\"frana\",\"frassino\",\"fratello\",\"freccetta\",\"frenata\",\"fresco\",\"frigo\",\"frollino\",\"fronde\",\"frugale\",\"frutta\",\"fucilata\",\"fucsia\",\"fuggente\",\"fulmine\",\"fulvo\",\"fumante\",\"fumetto\",\"fumoso\",\"fune\",\"funzione\",\"fuoco\",\"furbo\",\"furgone\",\"furore\",\"fuso\",\"futile\",\"gabbiano\",\"gaffe\",\"galateo\",\"gallina\",\"galoppo\",\"gambero\",\"gamma\",\"garanzia\",\"garbo\",\"garofano\",\"garzone\",\"gasdotto\",\"gasolio\",\"gastrico\",\"gatto\",\"gaudio\",\"gazebo\",\"gazzella\",\"geco\",\"gelatina\",\"gelso\",\"gemello\",\"gemmato\",\"gene\",\"genitore\",\"gennaio\",\"genotipo\",\"gergo\",\"ghepardo\",\"ghiaccio\",\"ghisa\",\"giallo\",\"gilda\",\"ginepro\",\"giocare\",\"gioiello\",\"giorno\",\"giove\",\"girato\",\"girone\",\"gittata\",\"giudizio\",\"giurato\",\"giusto\",\"globulo\",\"glutine\",\"gnomo\",\"gobba\",\"golf\",\"gomito\",\"gommone\",\"gonfio\",\"gonna\",\"governo\",\"gracile\",\"grado\",\"grafico\",\"grammo\",\"grande\",\"grattare\",\"gravoso\",\"grazia\",\"greca\",\"gregge\",\"grifone\",\"grigio\",\"grinza\",\"grotta\",\"gruppo\",\"guadagno\",\"guaio\",\"guanto\",\"guardare\",\"gufo\",\"guidare\",\"ibernato\",\"icona\",\"identico\",\"idillio\",\"idolo\",\"idra\",\"idrico\",\"idrogeno\",\"igiene\",\"ignaro\",\"ignorato\",\"ilare\",\"illeso\",\"illogico\",\"illudere\",\"imballo\",\"imbevuto\",\"imbocco\",\"imbuto\",\"immane\",\"immerso\",\"immolato\",\"impacco\",\"impeto\",\"impiego\",\"importo\",\"impronta\",\"inalare\",\"inarcare\",\"inattivo\",\"incanto\",\"incendio\",\"inchino\",\"incisivo\",\"incluso\",\"incontro\",\"incrocio\",\"incubo\",\"indagine\",\"india\",\"indole\",\"inedito\",\"infatti\",\"infilare\",\"inflitto\",\"ingaggio\",\"ingegno\",\"inglese\",\"ingordo\",\"ingrosso\",\"innesco\",\"inodore\",\"inoltrare\",\"inondato\",\"insano\",\"insetto\",\"insieme\",\"insonnia\",\"insulina\",\"intasato\",\"intero\",\"intonaco\",\"intuito\",\"inumidire\",\"invalido\",\"invece\",\"invito\",\"iperbole\",\"ipnotico\",\"ipotesi\",\"ippica\",\"iride\",\"irlanda\",\"ironico\",\"irrigato\",\"irrorare\",\"isolato\",\"isotopo\",\"isterico\",\"istituto\",\"istrice\",\"italia\",\"iterare\",\"labbro\",\"labirinto\",\"lacca\",\"lacerato\",\"lacrima\",\"lacuna\",\"laddove\",\"lago\",\"lampo\",\"lancetta\",\"lanterna\",\"lardoso\",\"larga\",\"laringe\",\"lastra\",\"latenza\",\"latino\",\"lattuga\",\"lavagna\",\"lavoro\",\"legale\",\"leggero\",\"lembo\",\"lentezza\",\"lenza\",\"leone\",\"lepre\",\"lesivo\",\"lessato\",\"lesto\",\"letterale\",\"leva\",\"levigato\",\"libero\",\"lido\",\"lievito\",\"lilla\",\"limatura\",\"limitare\",\"limpido\",\"lineare\",\"lingua\",\"liquido\",\"lira\",\"lirica\",\"lisca\",\"lite\",\"litigio\",\"livrea\",\"locanda\",\"lode\",\"logica\",\"lombare\",\"londra\",\"longevo\",\"loquace\",\"lorenzo\",\"loto\",\"lotteria\",\"luce\",\"lucidato\",\"lumaca\",\"luminoso\",\"lungo\",\"lupo\",\"luppolo\",\"lusinga\",\"lusso\",\"lutto\",\"macabro\",\"macchina\",\"macero\",\"macinato\",\"madama\",\"magico\",\"maglia\",\"magnete\",\"magro\",\"maiolica\",\"malafede\",\"malgrado\",\"malinteso\",\"malsano\",\"malto\",\"malumore\",\"mana\",\"mancia\",\"mandorla\",\"mangiare\",\"manifesto\",\"mannaro\",\"manovra\",\"mansarda\",\"mantide\",\"manubrio\",\"mappa\",\"maratona\",\"marcire\",\"maretta\",\"marmo\",\"marsupio\",\"maschera\",\"massaia\",\"mastino\",\"materasso\",\"matricola\",\"mattone\",\"maturo\",\"mazurca\",\"meandro\",\"meccanico\",\"mecenate\",\"medesimo\",\"meditare\",\"mega\",\"melassa\",\"melis\",\"melodia\",\"meninge\",\"meno\",\"mensola\",\"mercurio\",\"merenda\",\"merlo\",\"meschino\",\"mese\",\"messere\",\"mestolo\",\"metallo\",\"metodo\",\"mettere\",\"miagolare\",\"mica\",\"micelio\",\"michele\",\"microbo\",\"midollo\",\"miele\",\"migliore\",\"milano\",\"milite\",\"mimosa\",\"minerale\",\"mini\",\"minore\",\"mirino\",\"mirtillo\",\"miscela\",\"missiva\",\"misto\",\"misurare\",\"mitezza\",\"mitigare\",\"mitra\",\"mittente\",\"mnemonico\",\"modello\",\"modifica\",\"modulo\",\"mogano\",\"mogio\",\"mole\",\"molosso\",\"monastero\",\"monco\",\"mondina\",\"monetario\",\"monile\",\"monotono\",\"monsone\",\"montato\",\"monviso\",\"mora\",\"mordere\",\"morsicato\",\"mostro\",\"motivato\",\"motosega\",\"motto\",\"movenza\",\"movimento\",\"mozzo\",\"mucca\",\"mucosa\",\"muffa\",\"mughetto\",\"mugnaio\",\"mulatto\",\"mulinello\",\"multiplo\",\"mummia\",\"munto\",\"muovere\",\"murale\",\"musa\",\"muscolo\",\"musica\",\"mutevole\",\"muto\",\"nababbo\",\"nafta\",\"nanometro\",\"narciso\",\"narice\",\"narrato\",\"nascere\",\"nastrare\",\"naturale\",\"nautica\",\"naviglio\",\"nebulosa\",\"necrosi\",\"negativo\",\"negozio\",\"nemmeno\",\"neofita\",\"neretto\",\"nervo\",\"nessuno\",\"nettuno\",\"neutrale\",\"neve\",\"nevrotico\",\"nicchia\",\"ninfa\",\"nitido\",\"nobile\",\"nocivo\",\"nodo\",\"nome\",\"nomina\",\"nordico\",\"normale\",\"norvegese\",\"nostrano\",\"notare\",\"notizia\",\"notturno\",\"novella\",\"nucleo\",\"nulla\",\"numero\",\"nuovo\",\"nutrire\",\"nuvola\",\"nuziale\",\"oasi\",\"obbedire\",\"obbligo\",\"obelisco\",\"oblio\",\"obolo\",\"obsoleto\",\"occasione\",\"occhio\",\"occidente\",\"occorrere\",\"occultare\",\"ocra\",\"oculato\",\"odierno\",\"odorare\",\"offerta\",\"offrire\",\"offuscato\",\"oggetto\",\"oggi\",\"ognuno\",\"olandese\",\"olfatto\",\"oliato\",\"oliva\",\"ologramma\",\"oltre\",\"omaggio\",\"ombelico\",\"ombra\",\"omega\",\"omissione\",\"ondoso\",\"onere\",\"onice\",\"onnivoro\",\"onorevole\",\"onta\",\"operato\",\"opinione\",\"opposto\",\"oracolo\",\"orafo\",\"ordine\",\"orecchino\",\"orefice\",\"orfano\",\"organico\",\"origine\",\"orizzonte\",\"orma\",\"ormeggio\",\"ornativo\",\"orologio\",\"orrendo\",\"orribile\",\"ortensia\",\"ortica\",\"orzata\",\"orzo\",\"osare\",\"oscurare\",\"osmosi\",\"ospedale\",\"ospite\",\"ossa\",\"ossidare\",\"ostacolo\",\"oste\",\"otite\",\"otre\",\"ottagono\",\"ottimo\",\"ottobre\",\"ovale\",\"ovest\",\"ovino\",\"oviparo\",\"ovocito\",\"ovunque\",\"ovviare\",\"ozio\",\"pacchetto\",\"pace\",\"pacifico\",\"padella\",\"padrone\",\"paese\",\"paga\",\"pagina\",\"palazzina\",\"palesare\",\"pallido\",\"palo\",\"palude\",\"pandoro\",\"pannello\",\"paolo\",\"paonazzo\",\"paprica\",\"parabola\",\"parcella\",\"parere\",\"pargolo\",\"pari\",\"parlato\",\"parola\",\"partire\",\"parvenza\",\"parziale\",\"passivo\",\"pasticca\",\"patacca\",\"patologia\",\"pattume\",\"pavone\",\"peccato\",\"pedalare\",\"pedonale\",\"peggio\",\"peloso\",\"penare\",\"pendice\",\"penisola\",\"pennuto\",\"penombra\",\"pensare\",\"pentola\",\"pepe\",\"pepita\",\"perbene\",\"percorso\",\"perdonato\",\"perforare\",\"pergamena\",\"periodo\",\"permesso\",\"perno\",\"perplesso\",\"persuaso\",\"pertugio\",\"pervaso\",\"pesatore\",\"pesista\",\"peso\",\"pestifero\",\"petalo\",\"pettine\",\"petulante\",\"pezzo\",\"piacere\",\"pianta\",\"piattino\",\"piccino\",\"picozza\",\"piega\",\"pietra\",\"piffero\",\"pigiama\",\"pigolio\",\"pigro\",\"pila\",\"pilifero\",\"pillola\",\"pilota\",\"pimpante\",\"pineta\",\"pinna\",\"pinolo\",\"pioggia\",\"piombo\",\"piramide\",\"piretico\",\"pirite\",\"pirolisi\",\"pitone\",\"pizzico\",\"placebo\",\"planare\",\"plasma\",\"platano\",\"plenario\",\"pochezza\",\"poderoso\",\"podismo\",\"poesia\",\"poggiare\",\"polenta\",\"poligono\",\"pollice\",\"polmonite\",\"polpetta\",\"polso\",\"poltrona\",\"polvere\",\"pomice\",\"pomodoro\",\"ponte\",\"popoloso\",\"porfido\",\"poroso\",\"porpora\",\"porre\",\"portata\",\"posa\",\"positivo\",\"possesso\",\"postulato\",\"potassio\",\"potere\",\"pranzo\",\"prassi\",\"pratica\",\"precluso\",\"predica\",\"prefisso\",\"pregiato\",\"prelievo\",\"premere\",\"prenotare\",\"preparato\",\"presenza\",\"pretesto\",\"prevalso\",\"prima\",\"principe\",\"privato\",\"problema\",\"procura\",\"produrre\",\"profumo\",\"progetto\",\"prolunga\",\"promessa\",\"pronome\",\"proposta\",\"proroga\",\"proteso\",\"prova\",\"prudente\",\"prugna\",\"prurito\",\"psiche\",\"pubblico\",\"pudica\",\"pugilato\",\"pugno\",\"pulce\",\"pulito\",\"pulsante\",\"puntare\",\"pupazzo\",\"pupilla\",\"puro\",\"quadro\",\"qualcosa\",\"quasi\",\"querela\",\"quota\",\"raccolto\",\"raddoppio\",\"radicale\",\"radunato\",\"raffica\",\"ragazzo\",\"ragione\",\"ragno\",\"ramarro\",\"ramingo\",\"ramo\",\"randagio\",\"rantolare\",\"rapato\",\"rapina\",\"rappreso\",\"rasatura\",\"raschiato\",\"rasente\",\"rassegna\",\"rastrello\",\"rata\",\"ravveduto\",\"reale\",\"recepire\",\"recinto\",\"recluta\",\"recondito\",\"recupero\",\"reddito\",\"redimere\",\"regalato\",\"registro\",\"regola\",\"regresso\",\"relazione\",\"remare\",\"remoto\",\"renna\",\"replica\",\"reprimere\",\"reputare\",\"resa\",\"residente\",\"responso\",\"restauro\",\"rete\",\"retina\",\"retorica\",\"rettifica\",\"revocato\",\"riassunto\",\"ribadire\",\"ribelle\",\"ribrezzo\",\"ricarica\",\"ricco\",\"ricevere\",\"riciclato\",\"ricordo\",\"ricreduto\",\"ridicolo\",\"ridurre\",\"rifasare\",\"riflesso\",\"riforma\",\"rifugio\",\"rigare\",\"rigettato\",\"righello\",\"rilassato\",\"rilevato\",\"rimanere\",\"rimbalzo\",\"rimedio\",\"rimorchio\",\"rinascita\",\"rincaro\",\"rinforzo\",\"rinnovo\",\"rinomato\",\"rinsavito\",\"rintocco\",\"rinuncia\",\"rinvenire\",\"riparato\",\"ripetuto\",\"ripieno\",\"riportare\",\"ripresa\",\"ripulire\",\"risata\",\"rischio\",\"riserva\",\"risibile\",\"riso\",\"rispetto\",\"ristoro\",\"risultato\",\"risvolto\",\"ritardo\",\"ritegno\",\"ritmico\",\"ritrovo\",\"riunione\",\"riva\",\"riverso\",\"rivincita\",\"rivolto\",\"rizoma\",\"roba\",\"robotico\",\"robusto\",\"roccia\",\"roco\",\"rodaggio\",\"rodere\",\"roditore\",\"rogito\",\"rollio\",\"romantico\",\"rompere\",\"ronzio\",\"rosolare\",\"rospo\",\"rotante\",\"rotondo\",\"rotula\",\"rovescio\",\"rubizzo\",\"rubrica\",\"ruga\",\"rullino\",\"rumine\",\"rumoroso\",\"ruolo\",\"rupe\",\"russare\",\"rustico\",\"sabato\",\"sabbiare\",\"sabotato\",\"sagoma\",\"salasso\",\"saldatura\",\"salgemma\",\"salivare\",\"salmone\",\"salone\",\"saltare\",\"saluto\",\"salvo\",\"sapere\",\"sapido\",\"saporito\",\"saraceno\",\"sarcasmo\",\"sarto\",\"sassoso\",\"satellite\",\"satira\",\"satollo\",\"saturno\",\"savana\",\"savio\",\"saziato\",\"sbadiglio\",\"sbalzo\",\"sbancato\",\"sbarra\",\"sbattere\",\"sbavare\",\"sbendare\",\"sbirciare\",\"sbloccato\",\"sbocciato\",\"sbrinare\",\"sbruffone\",\"sbuffare\",\"scabroso\",\"scadenza\",\"scala\",\"scambiare\",\"scandalo\",\"scapola\",\"scarso\",\"scatenare\",\"scavato\",\"scelto\",\"scenico\",\"scettro\",\"scheda\",\"schiena\",\"sciarpa\",\"scienza\",\"scindere\",\"scippo\",\"sciroppo\",\"scivolo\",\"sclerare\",\"scodella\",\"scolpito\",\"scomparto\",\"sconforto\",\"scoprire\",\"scorta\",\"scossone\",\"scozzese\",\"scriba\",\"scrollare\",\"scrutinio\",\"scuderia\",\"scultore\",\"scuola\",\"scuro\",\"scusare\",\"sdebitare\",\"sdoganare\",\"seccatura\",\"secondo\",\"sedano\",\"seggiola\",\"segnalato\",\"segregato\",\"seguito\",\"selciato\",\"selettivo\",\"sella\",\"selvaggio\",\"semaforo\",\"sembrare\",\"seme\",\"seminato\",\"sempre\",\"senso\",\"sentire\",\"sepolto\",\"sequenza\",\"serata\",\"serbato\",\"sereno\",\"serio\",\"serpente\",\"serraglio\",\"servire\",\"sestina\",\"setola\",\"settimana\",\"sfacelo\",\"sfaldare\",\"sfamato\",\"sfarzoso\",\"sfaticato\",\"sfera\",\"sfida\",\"sfilato\",\"sfinge\",\"sfocato\",\"sfoderare\",\"sfogo\",\"sfoltire\",\"sforzato\",\"sfratto\",\"sfruttato\",\"sfuggito\",\"sfumare\",\"sfuso\",\"sgabello\",\"sgarbato\",\"sgonfiare\",\"sgorbio\",\"sgrassato\",\"sguardo\",\"sibilo\",\"siccome\",\"sierra\",\"sigla\",\"signore\",\"silenzio\",\"sillaba\",\"simbolo\",\"simpatico\",\"simulato\",\"sinfonia\",\"singolo\",\"sinistro\",\"sino\",\"sintesi\",\"sinusoide\",\"sipario\",\"sisma\",\"sistole\",\"situato\",\"slitta\",\"slogatura\",\"sloveno\",\"smarrito\",\"smemorato\",\"smentito\",\"smeraldo\",\"smilzo\",\"smontare\",\"smottato\",\"smussato\",\"snellire\",\"snervato\",\"snodo\",\"sobbalzo\",\"sobrio\",\"soccorso\",\"sociale\",\"sodale\",\"soffitto\",\"sogno\",\"soldato\",\"solenne\",\"solido\",\"sollazzo\",\"solo\",\"solubile\",\"solvente\",\"somatico\",\"somma\",\"sonda\",\"sonetto\",\"sonnifero\",\"sopire\",\"soppeso\",\"sopra\",\"sorgere\",\"sorpasso\",\"sorriso\",\"sorso\",\"sorteggio\",\"sorvolato\",\"sospiro\",\"sosta\",\"sottile\",\"spada\",\"spalla\",\"spargere\",\"spatola\",\"spavento\",\"spazzola\",\"specie\",\"spedire\",\"spegnere\",\"spelatura\",\"speranza\",\"spessore\",\"spettrale\",\"spezzato\",\"spia\",\"spigoloso\",\"spillato\",\"spinoso\",\"spirale\",\"splendido\",\"sportivo\",\"sposo\",\"spranga\",\"sprecare\",\"spronato\",\"spruzzo\",\"spuntino\",\"squillo\",\"sradicare\",\"srotolato\",\"stabile\",\"stacco\",\"staffa\",\"stagnare\",\"stampato\",\"stantio\",\"starnuto\",\"stasera\",\"statuto\",\"stelo\",\"steppa\",\"sterzo\",\"stiletto\",\"stima\",\"stirpe\",\"stivale\",\"stizzoso\",\"stonato\",\"storico\",\"strappo\",\"stregato\",\"stridulo\",\"strozzare\",\"strutto\",\"stuccare\",\"stufo\",\"stupendo\",\"subentro\",\"succoso\",\"sudore\",\"suggerito\",\"sugo\",\"sultano\",\"suonare\",\"superbo\",\"supporto\",\"surgelato\",\"surrogato\",\"sussurro\",\"sutura\",\"svagare\",\"svedese\",\"sveglio\",\"svelare\",\"svenuto\",\"svezia\",\"sviluppo\",\"svista\",\"svizzera\",\"svolta\",\"svuotare\",\"tabacco\",\"tabulato\",\"tacciare\",\"taciturno\",\"tale\",\"talismano\",\"tampone\",\"tannino\",\"tara\",\"tardivo\",\"targato\",\"tariffa\",\"tarpare\",\"tartaruga\",\"tasto\",\"tattico\",\"taverna\",\"tavolata\",\"tazza\",\"teca\",\"tecnico\",\"telefono\",\"temerario\",\"tempo\",\"temuto\",\"tendone\",\"tenero\",\"tensione\",\"tentacolo\",\"teorema\",\"terme\",\"terrazzo\",\"terzetto\",\"tesi\",\"tesserato\",\"testato\",\"tetro\",\"tettoia\",\"tifare\",\"tigella\",\"timbro\",\"tinto\",\"tipico\",\"tipografo\",\"tiraggio\",\"tiro\",\"titanio\",\"titolo\",\"titubante\",\"tizio\",\"tizzone\",\"toccare\",\"tollerare\",\"tolto\",\"tombola\",\"tomo\",\"tonfo\",\"tonsilla\",\"topazio\",\"topologia\",\"toppa\",\"torba\",\"tornare\",\"torrone\",\"tortora\",\"toscano\",\"tossire\",\"tostatura\",\"totano\",\"trabocco\",\"trachea\",\"trafila\",\"tragedia\",\"tralcio\",\"tramonto\",\"transito\",\"trapano\",\"trarre\",\"trasloco\",\"trattato\",\"trave\",\"treccia\",\"tremolio\",\"trespolo\",\"tributo\",\"tricheco\",\"trifoglio\",\"trillo\",\"trincea\",\"trio\",\"tristezza\",\"triturato\",\"trivella\",\"tromba\",\"trono\",\"troppo\",\"trottola\",\"trovare\",\"truccato\",\"tubatura\",\"tuffato\",\"tulipano\",\"tumulto\",\"tunisia\",\"turbare\",\"turchino\",\"tuta\",\"tutela\",\"ubicato\",\"uccello\",\"uccisore\",\"udire\",\"uditivo\",\"uffa\",\"ufficio\",\"uguale\",\"ulisse\",\"ultimato\",\"umano\",\"umile\",\"umorismo\",\"uncinetto\",\"ungere\",\"ungherese\",\"unicorno\",\"unificato\",\"unisono\",\"unitario\",\"unte\",\"uovo\",\"upupa\",\"uragano\",\"urgenza\",\"urlo\",\"usanza\",\"usato\",\"uscito\",\"usignolo\",\"usuraio\",\"utensile\",\"utilizzo\",\"utopia\",\"vacante\",\"vaccinato\",\"vagabondo\",\"vagliato\",\"valanga\",\"valgo\",\"valico\",\"valletta\",\"valoroso\",\"valutare\",\"valvola\",\"vampata\",\"vangare\",\"vanitoso\",\"vano\",\"vantaggio\",\"vanvera\",\"vapore\",\"varano\",\"varcato\",\"variante\",\"vasca\",\"vedetta\",\"vedova\",\"veduto\",\"vegetale\",\"veicolo\",\"velcro\",\"velina\",\"velluto\",\"veloce\",\"venato\",\"vendemmia\",\"vento\",\"verace\",\"verbale\",\"vergogna\",\"verifica\",\"vero\",\"verruca\",\"verticale\",\"vescica\",\"vessillo\",\"vestale\",\"veterano\",\"vetrina\",\"vetusto\",\"viandante\",\"vibrante\",\"vicenda\",\"vichingo\",\"vicinanza\",\"vidimare\",\"vigilia\",\"vigneto\",\"vigore\",\"vile\",\"villano\",\"vimini\",\"vincitore\",\"viola\",\"vipera\",\"virgola\",\"virologo\",\"virulento\",\"viscoso\",\"visione\",\"vispo\",\"vissuto\",\"visura\",\"vita\",\"vitello\",\"vittima\",\"vivanda\",\"vivido\",\"viziare\",\"voce\",\"voga\",\"volatile\",\"volere\",\"volpe\",\"voragine\",\"vulcano\",\"zampogna\",\"zanna\",\"zappato\",\"zattera\",\"zavorra\",\"zefiro\",\"zelante\",\"zelo\",\"zenzero\",\"zerbino\",\"zibetto\",\"zinco\",\"zircone\",\"zitto\",\"zolla\",\"zotico\",\"zucchero\",\"zufolo\",\"zulu\",\"zuppa\"]");
+ return TYPES.value(type);
+}
-/***/ }),
-/* 419 */
-/*!*******************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip39/src/wordlists/spanish.json ***!
- \*******************************************************************************************/
-/*! exports provided: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 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, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, default */
-/***/ (function(module) {
+function typeforce(type, value, strict, surrogate) {
+ if (NATIVE.Function(type)) {
+ if (type(value, strict)) return true;
-module.exports = JSON.parse("[\"ábaco\",\"abdomen\",\"abeja\",\"abierto\",\"abogado\",\"abono\",\"aborto\",\"abrazo\",\"abrir\",\"abuelo\",\"abuso\",\"acabar\",\"academia\",\"acceso\",\"acción\",\"aceite\",\"acelga\",\"acento\",\"aceptar\",\"ácido\",\"aclarar\",\"acné\",\"acoger\",\"acoso\",\"activo\",\"acto\",\"actriz\",\"actuar\",\"acudir\",\"acuerdo\",\"acusar\",\"adicto\",\"admitir\",\"adoptar\",\"adorno\",\"aduana\",\"adulto\",\"aéreo\",\"afectar\",\"afición\",\"afinar\",\"afirmar\",\"ágil\",\"agitar\",\"agonía\",\"agosto\",\"agotar\",\"agregar\",\"agrio\",\"agua\",\"agudo\",\"águila\",\"aguja\",\"ahogo\",\"ahorro\",\"aire\",\"aislar\",\"ajedrez\",\"ajeno\",\"ajuste\",\"alacrán\",\"alambre\",\"alarma\",\"alba\",\"álbum\",\"alcalde\",\"aldea\",\"alegre\",\"alejar\",\"alerta\",\"aleta\",\"alfiler\",\"alga\",\"algodón\",\"aliado\",\"aliento\",\"alivio\",\"alma\",\"almeja\",\"almíbar\",\"altar\",\"alteza\",\"altivo\",\"alto\",\"altura\",\"alumno\",\"alzar\",\"amable\",\"amante\",\"amapola\",\"amargo\",\"amasar\",\"ámbar\",\"ámbito\",\"ameno\",\"amigo\",\"amistad\",\"amor\",\"amparo\",\"amplio\",\"ancho\",\"anciano\",\"ancla\",\"andar\",\"andén\",\"anemia\",\"ángulo\",\"anillo\",\"ánimo\",\"anís\",\"anotar\",\"antena\",\"antiguo\",\"antojo\",\"anual\",\"anular\",\"anuncio\",\"añadir\",\"añejo\",\"año\",\"apagar\",\"aparato\",\"apetito\",\"apio\",\"aplicar\",\"apodo\",\"aporte\",\"apoyo\",\"aprender\",\"aprobar\",\"apuesta\",\"apuro\",\"arado\",\"araña\",\"arar\",\"árbitro\",\"árbol\",\"arbusto\",\"archivo\",\"arco\",\"arder\",\"ardilla\",\"arduo\",\"área\",\"árido\",\"aries\",\"armonía\",\"arnés\",\"aroma\",\"arpa\",\"arpón\",\"arreglo\",\"arroz\",\"arruga\",\"arte\",\"artista\",\"asa\",\"asado\",\"asalto\",\"ascenso\",\"asegurar\",\"aseo\",\"asesor\",\"asiento\",\"asilo\",\"asistir\",\"asno\",\"asombro\",\"áspero\",\"astilla\",\"astro\",\"astuto\",\"asumir\",\"asunto\",\"atajo\",\"ataque\",\"atar\",\"atento\",\"ateo\",\"ático\",\"atleta\",\"átomo\",\"atraer\",\"atroz\",\"atún\",\"audaz\",\"audio\",\"auge\",\"aula\",\"aumento\",\"ausente\",\"autor\",\"aval\",\"avance\",\"avaro\",\"ave\",\"avellana\",\"avena\",\"avestruz\",\"avión\",\"aviso\",\"ayer\",\"ayuda\",\"ayuno\",\"azafrán\",\"azar\",\"azote\",\"azúcar\",\"azufre\",\"azul\",\"baba\",\"babor\",\"bache\",\"bahía\",\"baile\",\"bajar\",\"balanza\",\"balcón\",\"balde\",\"bambú\",\"banco\",\"banda\",\"baño\",\"barba\",\"barco\",\"barniz\",\"barro\",\"báscula\",\"bastón\",\"basura\",\"batalla\",\"batería\",\"batir\",\"batuta\",\"baúl\",\"bazar\",\"bebé\",\"bebida\",\"bello\",\"besar\",\"beso\",\"bestia\",\"bicho\",\"bien\",\"bingo\",\"blanco\",\"bloque\",\"blusa\",\"boa\",\"bobina\",\"bobo\",\"boca\",\"bocina\",\"boda\",\"bodega\",\"boina\",\"bola\",\"bolero\",\"bolsa\",\"bomba\",\"bondad\",\"bonito\",\"bono\",\"bonsái\",\"borde\",\"borrar\",\"bosque\",\"bote\",\"botín\",\"bóveda\",\"bozal\",\"bravo\",\"brazo\",\"brecha\",\"breve\",\"brillo\",\"brinco\",\"brisa\",\"broca\",\"broma\",\"bronce\",\"brote\",\"bruja\",\"brusco\",\"bruto\",\"buceo\",\"bucle\",\"bueno\",\"buey\",\"bufanda\",\"bufón\",\"búho\",\"buitre\",\"bulto\",\"burbuja\",\"burla\",\"burro\",\"buscar\",\"butaca\",\"buzón\",\"caballo\",\"cabeza\",\"cabina\",\"cabra\",\"cacao\",\"cadáver\",\"cadena\",\"caer\",\"café\",\"caída\",\"caimán\",\"caja\",\"cajón\",\"cal\",\"calamar\",\"calcio\",\"caldo\",\"calidad\",\"calle\",\"calma\",\"calor\",\"calvo\",\"cama\",\"cambio\",\"camello\",\"camino\",\"campo\",\"cáncer\",\"candil\",\"canela\",\"canguro\",\"canica\",\"canto\",\"caña\",\"cañón\",\"caoba\",\"caos\",\"capaz\",\"capitán\",\"capote\",\"captar\",\"capucha\",\"cara\",\"carbón\",\"cárcel\",\"careta\",\"carga\",\"cariño\",\"carne\",\"carpeta\",\"carro\",\"carta\",\"casa\",\"casco\",\"casero\",\"caspa\",\"castor\",\"catorce\",\"catre\",\"caudal\",\"causa\",\"cazo\",\"cebolla\",\"ceder\",\"cedro\",\"celda\",\"célebre\",\"celoso\",\"célula\",\"cemento\",\"ceniza\",\"centro\",\"cerca\",\"cerdo\",\"cereza\",\"cero\",\"cerrar\",\"certeza\",\"césped\",\"cetro\",\"chacal\",\"chaleco\",\"champú\",\"chancla\",\"chapa\",\"charla\",\"chico\",\"chiste\",\"chivo\",\"choque\",\"choza\",\"chuleta\",\"chupar\",\"ciclón\",\"ciego\",\"cielo\",\"cien\",\"cierto\",\"cifra\",\"cigarro\",\"cima\",\"cinco\",\"cine\",\"cinta\",\"ciprés\",\"circo\",\"ciruela\",\"cisne\",\"cita\",\"ciudad\",\"clamor\",\"clan\",\"claro\",\"clase\",\"clave\",\"cliente\",\"clima\",\"clínica\",\"cobre\",\"cocción\",\"cochino\",\"cocina\",\"coco\",\"código\",\"codo\",\"cofre\",\"coger\",\"cohete\",\"cojín\",\"cojo\",\"cola\",\"colcha\",\"colegio\",\"colgar\",\"colina\",\"collar\",\"colmo\",\"columna\",\"combate\",\"comer\",\"comida\",\"cómodo\",\"compra\",\"conde\",\"conejo\",\"conga\",\"conocer\",\"consejo\",\"contar\",\"copa\",\"copia\",\"corazón\",\"corbata\",\"corcho\",\"cordón\",\"corona\",\"correr\",\"coser\",\"cosmos\",\"costa\",\"cráneo\",\"cráter\",\"crear\",\"crecer\",\"creído\",\"crema\",\"cría\",\"crimen\",\"cripta\",\"crisis\",\"cromo\",\"crónica\",\"croqueta\",\"crudo\",\"cruz\",\"cuadro\",\"cuarto\",\"cuatro\",\"cubo\",\"cubrir\",\"cuchara\",\"cuello\",\"cuento\",\"cuerda\",\"cuesta\",\"cueva\",\"cuidar\",\"culebra\",\"culpa\",\"culto\",\"cumbre\",\"cumplir\",\"cuna\",\"cuneta\",\"cuota\",\"cupón\",\"cúpula\",\"curar\",\"curioso\",\"curso\",\"curva\",\"cutis\",\"dama\",\"danza\",\"dar\",\"dardo\",\"dátil\",\"deber\",\"débil\",\"década\",\"decir\",\"dedo\",\"defensa\",\"definir\",\"dejar\",\"delfín\",\"delgado\",\"delito\",\"demora\",\"denso\",\"dental\",\"deporte\",\"derecho\",\"derrota\",\"desayuno\",\"deseo\",\"desfile\",\"desnudo\",\"destino\",\"desvío\",\"detalle\",\"detener\",\"deuda\",\"día\",\"diablo\",\"diadema\",\"diamante\",\"diana\",\"diario\",\"dibujo\",\"dictar\",\"diente\",\"dieta\",\"diez\",\"difícil\",\"digno\",\"dilema\",\"diluir\",\"dinero\",\"directo\",\"dirigir\",\"disco\",\"diseño\",\"disfraz\",\"diva\",\"divino\",\"doble\",\"doce\",\"dolor\",\"domingo\",\"don\",\"donar\",\"dorado\",\"dormir\",\"dorso\",\"dos\",\"dosis\",\"dragón\",\"droga\",\"ducha\",\"duda\",\"duelo\",\"dueño\",\"dulce\",\"dúo\",\"duque\",\"durar\",\"dureza\",\"duro\",\"ébano\",\"ebrio\",\"echar\",\"eco\",\"ecuador\",\"edad\",\"edición\",\"edificio\",\"editor\",\"educar\",\"efecto\",\"eficaz\",\"eje\",\"ejemplo\",\"elefante\",\"elegir\",\"elemento\",\"elevar\",\"elipse\",\"élite\",\"elixir\",\"elogio\",\"eludir\",\"embudo\",\"emitir\",\"emoción\",\"empate\",\"empeño\",\"empleo\",\"empresa\",\"enano\",\"encargo\",\"enchufe\",\"encía\",\"enemigo\",\"enero\",\"enfado\",\"enfermo\",\"engaño\",\"enigma\",\"enlace\",\"enorme\",\"enredo\",\"ensayo\",\"enseñar\",\"entero\",\"entrar\",\"envase\",\"envío\",\"época\",\"equipo\",\"erizo\",\"escala\",\"escena\",\"escolar\",\"escribir\",\"escudo\",\"esencia\",\"esfera\",\"esfuerzo\",\"espada\",\"espejo\",\"espía\",\"esposa\",\"espuma\",\"esquí\",\"estar\",\"este\",\"estilo\",\"estufa\",\"etapa\",\"eterno\",\"ética\",\"etnia\",\"evadir\",\"evaluar\",\"evento\",\"evitar\",\"exacto\",\"examen\",\"exceso\",\"excusa\",\"exento\",\"exigir\",\"exilio\",\"existir\",\"éxito\",\"experto\",\"explicar\",\"exponer\",\"extremo\",\"fábrica\",\"fábula\",\"fachada\",\"fácil\",\"factor\",\"faena\",\"faja\",\"falda\",\"fallo\",\"falso\",\"faltar\",\"fama\",\"familia\",\"famoso\",\"faraón\",\"farmacia\",\"farol\",\"farsa\",\"fase\",\"fatiga\",\"fauna\",\"favor\",\"fax\",\"febrero\",\"fecha\",\"feliz\",\"feo\",\"feria\",\"feroz\",\"fértil\",\"fervor\",\"festín\",\"fiable\",\"fianza\",\"fiar\",\"fibra\",\"ficción\",\"ficha\",\"fideo\",\"fiebre\",\"fiel\",\"fiera\",\"fiesta\",\"figura\",\"fijar\",\"fijo\",\"fila\",\"filete\",\"filial\",\"filtro\",\"fin\",\"finca\",\"fingir\",\"finito\",\"firma\",\"flaco\",\"flauta\",\"flecha\",\"flor\",\"flota\",\"fluir\",\"flujo\",\"flúor\",\"fobia\",\"foca\",\"fogata\",\"fogón\",\"folio\",\"folleto\",\"fondo\",\"forma\",\"forro\",\"fortuna\",\"forzar\",\"fosa\",\"foto\",\"fracaso\",\"frágil\",\"franja\",\"frase\",\"fraude\",\"freír\",\"freno\",\"fresa\",\"frío\",\"frito\",\"fruta\",\"fuego\",\"fuente\",\"fuerza\",\"fuga\",\"fumar\",\"función\",\"funda\",\"furgón\",\"furia\",\"fusil\",\"fútbol\",\"futuro\",\"gacela\",\"gafas\",\"gaita\",\"gajo\",\"gala\",\"galería\",\"gallo\",\"gamba\",\"ganar\",\"gancho\",\"ganga\",\"ganso\",\"garaje\",\"garza\",\"gasolina\",\"gastar\",\"gato\",\"gavilán\",\"gemelo\",\"gemir\",\"gen\",\"género\",\"genio\",\"gente\",\"geranio\",\"gerente\",\"germen\",\"gesto\",\"gigante\",\"gimnasio\",\"girar\",\"giro\",\"glaciar\",\"globo\",\"gloria\",\"gol\",\"golfo\",\"goloso\",\"golpe\",\"goma\",\"gordo\",\"gorila\",\"gorra\",\"gota\",\"goteo\",\"gozar\",\"grada\",\"gráfico\",\"grano\",\"grasa\",\"gratis\",\"grave\",\"grieta\",\"grillo\",\"gripe\",\"gris\",\"grito\",\"grosor\",\"grúa\",\"grueso\",\"grumo\",\"grupo\",\"guante\",\"guapo\",\"guardia\",\"guerra\",\"guía\",\"guiño\",\"guion\",\"guiso\",\"guitarra\",\"gusano\",\"gustar\",\"haber\",\"hábil\",\"hablar\",\"hacer\",\"hacha\",\"hada\",\"hallar\",\"hamaca\",\"harina\",\"haz\",\"hazaña\",\"hebilla\",\"hebra\",\"hecho\",\"helado\",\"helio\",\"hembra\",\"herir\",\"hermano\",\"héroe\",\"hervir\",\"hielo\",\"hierro\",\"hígado\",\"higiene\",\"hijo\",\"himno\",\"historia\",\"hocico\",\"hogar\",\"hoguera\",\"hoja\",\"hombre\",\"hongo\",\"honor\",\"honra\",\"hora\",\"hormiga\",\"horno\",\"hostil\",\"hoyo\",\"hueco\",\"huelga\",\"huerta\",\"hueso\",\"huevo\",\"huida\",\"huir\",\"humano\",\"húmedo\",\"humilde\",\"humo\",\"hundir\",\"huracán\",\"hurto\",\"icono\",\"ideal\",\"idioma\",\"ídolo\",\"iglesia\",\"iglú\",\"igual\",\"ilegal\",\"ilusión\",\"imagen\",\"imán\",\"imitar\",\"impar\",\"imperio\",\"imponer\",\"impulso\",\"incapaz\",\"índice\",\"inerte\",\"infiel\",\"informe\",\"ingenio\",\"inicio\",\"inmenso\",\"inmune\",\"innato\",\"insecto\",\"instante\",\"interés\",\"íntimo\",\"intuir\",\"inútil\",\"invierno\",\"ira\",\"iris\",\"ironía\",\"isla\",\"islote\",\"jabalí\",\"jabón\",\"jamón\",\"jarabe\",\"jardín\",\"jarra\",\"jaula\",\"jazmín\",\"jefe\",\"jeringa\",\"jinete\",\"jornada\",\"joroba\",\"joven\",\"joya\",\"juerga\",\"jueves\",\"juez\",\"jugador\",\"jugo\",\"juguete\",\"juicio\",\"junco\",\"jungla\",\"junio\",\"juntar\",\"júpiter\",\"jurar\",\"justo\",\"juvenil\",\"juzgar\",\"kilo\",\"koala\",\"labio\",\"lacio\",\"lacra\",\"lado\",\"ladrón\",\"lagarto\",\"lágrima\",\"laguna\",\"laico\",\"lamer\",\"lámina\",\"lámpara\",\"lana\",\"lancha\",\"langosta\",\"lanza\",\"lápiz\",\"largo\",\"larva\",\"lástima\",\"lata\",\"látex\",\"latir\",\"laurel\",\"lavar\",\"lazo\",\"leal\",\"lección\",\"leche\",\"lector\",\"leer\",\"legión\",\"legumbre\",\"lejano\",\"lengua\",\"lento\",\"leña\",\"león\",\"leopardo\",\"lesión\",\"letal\",\"letra\",\"leve\",\"leyenda\",\"libertad\",\"libro\",\"licor\",\"líder\",\"lidiar\",\"lienzo\",\"liga\",\"ligero\",\"lima\",\"límite\",\"limón\",\"limpio\",\"lince\",\"lindo\",\"línea\",\"lingote\",\"lino\",\"linterna\",\"líquido\",\"liso\",\"lista\",\"litera\",\"litio\",\"litro\",\"llaga\",\"llama\",\"llanto\",\"llave\",\"llegar\",\"llenar\",\"llevar\",\"llorar\",\"llover\",\"lluvia\",\"lobo\",\"loción\",\"loco\",\"locura\",\"lógica\",\"logro\",\"lombriz\",\"lomo\",\"lonja\",\"lote\",\"lucha\",\"lucir\",\"lugar\",\"lujo\",\"luna\",\"lunes\",\"lupa\",\"lustro\",\"luto\",\"luz\",\"maceta\",\"macho\",\"madera\",\"madre\",\"maduro\",\"maestro\",\"mafia\",\"magia\",\"mago\",\"maíz\",\"maldad\",\"maleta\",\"malla\",\"malo\",\"mamá\",\"mambo\",\"mamut\",\"manco\",\"mando\",\"manejar\",\"manga\",\"maniquí\",\"manjar\",\"mano\",\"manso\",\"manta\",\"mañana\",\"mapa\",\"máquina\",\"mar\",\"marco\",\"marea\",\"marfil\",\"margen\",\"marido\",\"mármol\",\"marrón\",\"martes\",\"marzo\",\"masa\",\"máscara\",\"masivo\",\"matar\",\"materia\",\"matiz\",\"matriz\",\"máximo\",\"mayor\",\"mazorca\",\"mecha\",\"medalla\",\"medio\",\"médula\",\"mejilla\",\"mejor\",\"melena\",\"melón\",\"memoria\",\"menor\",\"mensaje\",\"mente\",\"menú\",\"mercado\",\"merengue\",\"mérito\",\"mes\",\"mesón\",\"meta\",\"meter\",\"método\",\"metro\",\"mezcla\",\"miedo\",\"miel\",\"miembro\",\"miga\",\"mil\",\"milagro\",\"militar\",\"millón\",\"mimo\",\"mina\",\"minero\",\"mínimo\",\"minuto\",\"miope\",\"mirar\",\"misa\",\"miseria\",\"misil\",\"mismo\",\"mitad\",\"mito\",\"mochila\",\"moción\",\"moda\",\"modelo\",\"moho\",\"mojar\",\"molde\",\"moler\",\"molino\",\"momento\",\"momia\",\"monarca\",\"moneda\",\"monja\",\"monto\",\"moño\",\"morada\",\"morder\",\"moreno\",\"morir\",\"morro\",\"morsa\",\"mortal\",\"mosca\",\"mostrar\",\"motivo\",\"mover\",\"móvil\",\"mozo\",\"mucho\",\"mudar\",\"mueble\",\"muela\",\"muerte\",\"muestra\",\"mugre\",\"mujer\",\"mula\",\"muleta\",\"multa\",\"mundo\",\"muñeca\",\"mural\",\"muro\",\"músculo\",\"museo\",\"musgo\",\"música\",\"muslo\",\"nácar\",\"nación\",\"nadar\",\"naipe\",\"naranja\",\"nariz\",\"narrar\",\"nasal\",\"natal\",\"nativo\",\"natural\",\"náusea\",\"naval\",\"nave\",\"navidad\",\"necio\",\"néctar\",\"negar\",\"negocio\",\"negro\",\"neón\",\"nervio\",\"neto\",\"neutro\",\"nevar\",\"nevera\",\"nicho\",\"nido\",\"niebla\",\"nieto\",\"niñez\",\"niño\",\"nítido\",\"nivel\",\"nobleza\",\"noche\",\"nómina\",\"noria\",\"norma\",\"norte\",\"nota\",\"noticia\",\"novato\",\"novela\",\"novio\",\"nube\",\"nuca\",\"núcleo\",\"nudillo\",\"nudo\",\"nuera\",\"nueve\",\"nuez\",\"nulo\",\"número\",\"nutria\",\"oasis\",\"obeso\",\"obispo\",\"objeto\",\"obra\",\"obrero\",\"observar\",\"obtener\",\"obvio\",\"oca\",\"ocaso\",\"océano\",\"ochenta\",\"ocho\",\"ocio\",\"ocre\",\"octavo\",\"octubre\",\"oculto\",\"ocupar\",\"ocurrir\",\"odiar\",\"odio\",\"odisea\",\"oeste\",\"ofensa\",\"oferta\",\"oficio\",\"ofrecer\",\"ogro\",\"oído\",\"oír\",\"ojo\",\"ola\",\"oleada\",\"olfato\",\"olivo\",\"olla\",\"olmo\",\"olor\",\"olvido\",\"ombligo\",\"onda\",\"onza\",\"opaco\",\"opción\",\"ópera\",\"opinar\",\"oponer\",\"optar\",\"óptica\",\"opuesto\",\"oración\",\"orador\",\"oral\",\"órbita\",\"orca\",\"orden\",\"oreja\",\"órgano\",\"orgía\",\"orgullo\",\"oriente\",\"origen\",\"orilla\",\"oro\",\"orquesta\",\"oruga\",\"osadía\",\"oscuro\",\"osezno\",\"oso\",\"ostra\",\"otoño\",\"otro\",\"oveja\",\"óvulo\",\"óxido\",\"oxígeno\",\"oyente\",\"ozono\",\"pacto\",\"padre\",\"paella\",\"página\",\"pago\",\"país\",\"pájaro\",\"palabra\",\"palco\",\"paleta\",\"pálido\",\"palma\",\"paloma\",\"palpar\",\"pan\",\"panal\",\"pánico\",\"pantera\",\"pañuelo\",\"papá\",\"papel\",\"papilla\",\"paquete\",\"parar\",\"parcela\",\"pared\",\"parir\",\"paro\",\"párpado\",\"parque\",\"párrafo\",\"parte\",\"pasar\",\"paseo\",\"pasión\",\"paso\",\"pasta\",\"pata\",\"patio\",\"patria\",\"pausa\",\"pauta\",\"pavo\",\"payaso\",\"peatón\",\"pecado\",\"pecera\",\"pecho\",\"pedal\",\"pedir\",\"pegar\",\"peine\",\"pelar\",\"peldaño\",\"pelea\",\"peligro\",\"pellejo\",\"pelo\",\"peluca\",\"pena\",\"pensar\",\"peñón\",\"peón\",\"peor\",\"pepino\",\"pequeño\",\"pera\",\"percha\",\"perder\",\"pereza\",\"perfil\",\"perico\",\"perla\",\"permiso\",\"perro\",\"persona\",\"pesa\",\"pesca\",\"pésimo\",\"pestaña\",\"pétalo\",\"petróleo\",\"pez\",\"pezuña\",\"picar\",\"pichón\",\"pie\",\"piedra\",\"pierna\",\"pieza\",\"pijama\",\"pilar\",\"piloto\",\"pimienta\",\"pino\",\"pintor\",\"pinza\",\"piña\",\"piojo\",\"pipa\",\"pirata\",\"pisar\",\"piscina\",\"piso\",\"pista\",\"pitón\",\"pizca\",\"placa\",\"plan\",\"plata\",\"playa\",\"plaza\",\"pleito\",\"pleno\",\"plomo\",\"pluma\",\"plural\",\"pobre\",\"poco\",\"poder\",\"podio\",\"poema\",\"poesía\",\"poeta\",\"polen\",\"policía\",\"pollo\",\"polvo\",\"pomada\",\"pomelo\",\"pomo\",\"pompa\",\"poner\",\"porción\",\"portal\",\"posada\",\"poseer\",\"posible\",\"poste\",\"potencia\",\"potro\",\"pozo\",\"prado\",\"precoz\",\"pregunta\",\"premio\",\"prensa\",\"preso\",\"previo\",\"primo\",\"príncipe\",\"prisión\",\"privar\",\"proa\",\"probar\",\"proceso\",\"producto\",\"proeza\",\"profesor\",\"programa\",\"prole\",\"promesa\",\"pronto\",\"propio\",\"próximo\",\"prueba\",\"público\",\"puchero\",\"pudor\",\"pueblo\",\"puerta\",\"puesto\",\"pulga\",\"pulir\",\"pulmón\",\"pulpo\",\"pulso\",\"puma\",\"punto\",\"puñal\",\"puño\",\"pupa\",\"pupila\",\"puré\",\"quedar\",\"queja\",\"quemar\",\"querer\",\"queso\",\"quieto\",\"química\",\"quince\",\"quitar\",\"rábano\",\"rabia\",\"rabo\",\"ración\",\"radical\",\"raíz\",\"rama\",\"rampa\",\"rancho\",\"rango\",\"rapaz\",\"rápido\",\"rapto\",\"rasgo\",\"raspa\",\"rato\",\"rayo\",\"raza\",\"razón\",\"reacción\",\"realidad\",\"rebaño\",\"rebote\",\"recaer\",\"receta\",\"rechazo\",\"recoger\",\"recreo\",\"recto\",\"recurso\",\"red\",\"redondo\",\"reducir\",\"reflejo\",\"reforma\",\"refrán\",\"refugio\",\"regalo\",\"regir\",\"regla\",\"regreso\",\"rehén\",\"reino\",\"reír\",\"reja\",\"relato\",\"relevo\",\"relieve\",\"relleno\",\"reloj\",\"remar\",\"remedio\",\"remo\",\"rencor\",\"rendir\",\"renta\",\"reparto\",\"repetir\",\"reposo\",\"reptil\",\"res\",\"rescate\",\"resina\",\"respeto\",\"resto\",\"resumen\",\"retiro\",\"retorno\",\"retrato\",\"reunir\",\"revés\",\"revista\",\"rey\",\"rezar\",\"rico\",\"riego\",\"rienda\",\"riesgo\",\"rifa\",\"rígido\",\"rigor\",\"rincón\",\"riñón\",\"río\",\"riqueza\",\"risa\",\"ritmo\",\"rito\",\"rizo\",\"roble\",\"roce\",\"rociar\",\"rodar\",\"rodeo\",\"rodilla\",\"roer\",\"rojizo\",\"rojo\",\"romero\",\"romper\",\"ron\",\"ronco\",\"ronda\",\"ropa\",\"ropero\",\"rosa\",\"rosca\",\"rostro\",\"rotar\",\"rubí\",\"rubor\",\"rudo\",\"rueda\",\"rugir\",\"ruido\",\"ruina\",\"ruleta\",\"rulo\",\"rumbo\",\"rumor\",\"ruptura\",\"ruta\",\"rutina\",\"sábado\",\"saber\",\"sabio\",\"sable\",\"sacar\",\"sagaz\",\"sagrado\",\"sala\",\"saldo\",\"salero\",\"salir\",\"salmón\",\"salón\",\"salsa\",\"salto\",\"salud\",\"salvar\",\"samba\",\"sanción\",\"sandía\",\"sanear\",\"sangre\",\"sanidad\",\"sano\",\"santo\",\"sapo\",\"saque\",\"sardina\",\"sartén\",\"sastre\",\"satán\",\"sauna\",\"saxofón\",\"sección\",\"seco\",\"secreto\",\"secta\",\"sed\",\"seguir\",\"seis\",\"sello\",\"selva\",\"semana\",\"semilla\",\"senda\",\"sensor\",\"señal\",\"señor\",\"separar\",\"sepia\",\"sequía\",\"ser\",\"serie\",\"sermón\",\"servir\",\"sesenta\",\"sesión\",\"seta\",\"setenta\",\"severo\",\"sexo\",\"sexto\",\"sidra\",\"siesta\",\"siete\",\"siglo\",\"signo\",\"sílaba\",\"silbar\",\"silencio\",\"silla\",\"símbolo\",\"simio\",\"sirena\",\"sistema\",\"sitio\",\"situar\",\"sobre\",\"socio\",\"sodio\",\"sol\",\"solapa\",\"soldado\",\"soledad\",\"sólido\",\"soltar\",\"solución\",\"sombra\",\"sondeo\",\"sonido\",\"sonoro\",\"sonrisa\",\"sopa\",\"soplar\",\"soporte\",\"sordo\",\"sorpresa\",\"sorteo\",\"sostén\",\"sótano\",\"suave\",\"subir\",\"suceso\",\"sudor\",\"suegra\",\"suelo\",\"sueño\",\"suerte\",\"sufrir\",\"sujeto\",\"sultán\",\"sumar\",\"superar\",\"suplir\",\"suponer\",\"supremo\",\"sur\",\"surco\",\"sureño\",\"surgir\",\"susto\",\"sutil\",\"tabaco\",\"tabique\",\"tabla\",\"tabú\",\"taco\",\"tacto\",\"tajo\",\"talar\",\"talco\",\"talento\",\"talla\",\"talón\",\"tamaño\",\"tambor\",\"tango\",\"tanque\",\"tapa\",\"tapete\",\"tapia\",\"tapón\",\"taquilla\",\"tarde\",\"tarea\",\"tarifa\",\"tarjeta\",\"tarot\",\"tarro\",\"tarta\",\"tatuaje\",\"tauro\",\"taza\",\"tazón\",\"teatro\",\"techo\",\"tecla\",\"técnica\",\"tejado\",\"tejer\",\"tejido\",\"tela\",\"teléfono\",\"tema\",\"temor\",\"templo\",\"tenaz\",\"tender\",\"tener\",\"tenis\",\"tenso\",\"teoría\",\"terapia\",\"terco\",\"término\",\"ternura\",\"terror\",\"tesis\",\"tesoro\",\"testigo\",\"tetera\",\"texto\",\"tez\",\"tibio\",\"tiburón\",\"tiempo\",\"tienda\",\"tierra\",\"tieso\",\"tigre\",\"tijera\",\"tilde\",\"timbre\",\"tímido\",\"timo\",\"tinta\",\"tío\",\"típico\",\"tipo\",\"tira\",\"tirón\",\"titán\",\"títere\",\"título\",\"tiza\",\"toalla\",\"tobillo\",\"tocar\",\"tocino\",\"todo\",\"toga\",\"toldo\",\"tomar\",\"tono\",\"tonto\",\"topar\",\"tope\",\"toque\",\"tórax\",\"torero\",\"tormenta\",\"torneo\",\"toro\",\"torpedo\",\"torre\",\"torso\",\"tortuga\",\"tos\",\"tosco\",\"toser\",\"tóxico\",\"trabajo\",\"tractor\",\"traer\",\"tráfico\",\"trago\",\"traje\",\"tramo\",\"trance\",\"trato\",\"trauma\",\"trazar\",\"trébol\",\"tregua\",\"treinta\",\"tren\",\"trepar\",\"tres\",\"tribu\",\"trigo\",\"tripa\",\"triste\",\"triunfo\",\"trofeo\",\"trompa\",\"tronco\",\"tropa\",\"trote\",\"trozo\",\"truco\",\"trueno\",\"trufa\",\"tubería\",\"tubo\",\"tuerto\",\"tumba\",\"tumor\",\"túnel\",\"túnica\",\"turbina\",\"turismo\",\"turno\",\"tutor\",\"ubicar\",\"úlcera\",\"umbral\",\"unidad\",\"unir\",\"universo\",\"uno\",\"untar\",\"uña\",\"urbano\",\"urbe\",\"urgente\",\"urna\",\"usar\",\"usuario\",\"útil\",\"utopía\",\"uva\",\"vaca\",\"vacío\",\"vacuna\",\"vagar\",\"vago\",\"vaina\",\"vajilla\",\"vale\",\"válido\",\"valle\",\"valor\",\"válvula\",\"vampiro\",\"vara\",\"variar\",\"varón\",\"vaso\",\"vecino\",\"vector\",\"vehículo\",\"veinte\",\"vejez\",\"vela\",\"velero\",\"veloz\",\"vena\",\"vencer\",\"venda\",\"veneno\",\"vengar\",\"venir\",\"venta\",\"venus\",\"ver\",\"verano\",\"verbo\",\"verde\",\"vereda\",\"verja\",\"verso\",\"verter\",\"vía\",\"viaje\",\"vibrar\",\"vicio\",\"víctima\",\"vida\",\"vídeo\",\"vidrio\",\"viejo\",\"viernes\",\"vigor\",\"vil\",\"villa\",\"vinagre\",\"vino\",\"viñedo\",\"violín\",\"viral\",\"virgo\",\"virtud\",\"visor\",\"víspera\",\"vista\",\"vitamina\",\"viudo\",\"vivaz\",\"vivero\",\"vivir\",\"vivo\",\"volcán\",\"volumen\",\"volver\",\"voraz\",\"votar\",\"voto\",\"voz\",\"vuelo\",\"vulgar\",\"yacer\",\"yate\",\"yegua\",\"yema\",\"yerno\",\"yeso\",\"yodo\",\"yoga\",\"yogur\",\"zafiro\",\"zanja\",\"zapato\",\"zarza\",\"zona\",\"zorro\",\"zumo\",\"zurdo\"]");
+ throw new TfTypeError(surrogate || type, value);
+ }
-/***/ }),
-/* 420 */
-/*!********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip39/src/wordlists/japanese.json ***!
- \********************************************************************************************/
-/*! exports provided: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 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, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, default */
-/***/ (function(module) {
+ // JIT
+ return typeforce(compile(type), value, strict);
+}
-module.exports = JSON.parse("[\"あいこくしん\",\"あいさつ\",\"あいだ\",\"あおぞら\",\"あかちゃん\",\"あきる\",\"あけがた\",\"あける\",\"あこがれる\",\"あさい\",\"あさひ\",\"あしあと\",\"あじわう\",\"あずかる\",\"あずき\",\"あそぶ\",\"あたえる\",\"あたためる\",\"あたりまえ\",\"あたる\",\"あつい\",\"あつかう\",\"あっしゅく\",\"あつまり\",\"あつめる\",\"あてな\",\"あてはまる\",\"あひる\",\"あぶら\",\"あぶる\",\"あふれる\",\"あまい\",\"あまど\",\"あまやかす\",\"あまり\",\"あみもの\",\"あめりか\",\"あやまる\",\"あゆむ\",\"あらいぐま\",\"あらし\",\"あらすじ\",\"あらためる\",\"あらゆる\",\"あらわす\",\"ありがとう\",\"あわせる\",\"あわてる\",\"あんい\",\"あんがい\",\"あんこ\",\"あんぜん\",\"あんてい\",\"あんない\",\"あんまり\",\"いいだす\",\"いおん\",\"いがい\",\"いがく\",\"いきおい\",\"いきなり\",\"いきもの\",\"いきる\",\"いくじ\",\"いくぶん\",\"いけばな\",\"いけん\",\"いこう\",\"いこく\",\"いこつ\",\"いさましい\",\"いさん\",\"いしき\",\"いじゅう\",\"いじょう\",\"いじわる\",\"いずみ\",\"いずれ\",\"いせい\",\"いせえび\",\"いせかい\",\"いせき\",\"いぜん\",\"いそうろう\",\"いそがしい\",\"いだい\",\"いだく\",\"いたずら\",\"いたみ\",\"いたりあ\",\"いちおう\",\"いちじ\",\"いちど\",\"いちば\",\"いちぶ\",\"いちりゅう\",\"いつか\",\"いっしゅん\",\"いっせい\",\"いっそう\",\"いったん\",\"いっち\",\"いってい\",\"いっぽう\",\"いてざ\",\"いてん\",\"いどう\",\"いとこ\",\"いない\",\"いなか\",\"いねむり\",\"いのち\",\"いのる\",\"いはつ\",\"いばる\",\"いはん\",\"いびき\",\"いひん\",\"いふく\",\"いへん\",\"いほう\",\"いみん\",\"いもうと\",\"いもたれ\",\"いもり\",\"いやがる\",\"いやす\",\"いよかん\",\"いよく\",\"いらい\",\"いらすと\",\"いりぐち\",\"いりょう\",\"いれい\",\"いれもの\",\"いれる\",\"いろえんぴつ\",\"いわい\",\"いわう\",\"いわかん\",\"いわば\",\"いわゆる\",\"いんげんまめ\",\"いんさつ\",\"いんしょう\",\"いんよう\",\"うえき\",\"うえる\",\"うおざ\",\"うがい\",\"うかぶ\",\"うかべる\",\"うきわ\",\"うくらいな\",\"うくれれ\",\"うけたまわる\",\"うけつけ\",\"うけとる\",\"うけもつ\",\"うける\",\"うごかす\",\"うごく\",\"うこん\",\"うさぎ\",\"うしなう\",\"うしろがみ\",\"うすい\",\"うすぎ\",\"うすぐらい\",\"うすめる\",\"うせつ\",\"うちあわせ\",\"うちがわ\",\"うちき\",\"うちゅう\",\"うっかり\",\"うつくしい\",\"うったえる\",\"うつる\",\"うどん\",\"うなぎ\",\"うなじ\",\"うなずく\",\"うなる\",\"うねる\",\"うのう\",\"うぶげ\",\"うぶごえ\",\"うまれる\",\"うめる\",\"うもう\",\"うやまう\",\"うよく\",\"うらがえす\",\"うらぐち\",\"うらない\",\"うりあげ\",\"うりきれ\",\"うるさい\",\"うれしい\",\"うれゆき\",\"うれる\",\"うろこ\",\"うわき\",\"うわさ\",\"うんこう\",\"うんちん\",\"うんてん\",\"うんどう\",\"えいえん\",\"えいが\",\"えいきょう\",\"えいご\",\"えいせい\",\"えいぶん\",\"えいよう\",\"えいわ\",\"えおり\",\"えがお\",\"えがく\",\"えきたい\",\"えくせる\",\"えしゃく\",\"えすて\",\"えつらん\",\"えのぐ\",\"えほうまき\",\"えほん\",\"えまき\",\"えもじ\",\"えもの\",\"えらい\",\"えらぶ\",\"えりあ\",\"えんえん\",\"えんかい\",\"えんぎ\",\"えんげき\",\"えんしゅう\",\"えんぜつ\",\"えんそく\",\"えんちょう\",\"えんとつ\",\"おいかける\",\"おいこす\",\"おいしい\",\"おいつく\",\"おうえん\",\"おうさま\",\"おうじ\",\"おうせつ\",\"おうたい\",\"おうふく\",\"おうべい\",\"おうよう\",\"おえる\",\"おおい\",\"おおう\",\"おおどおり\",\"おおや\",\"おおよそ\",\"おかえり\",\"おかず\",\"おがむ\",\"おかわり\",\"おぎなう\",\"おきる\",\"おくさま\",\"おくじょう\",\"おくりがな\",\"おくる\",\"おくれる\",\"おこす\",\"おこなう\",\"おこる\",\"おさえる\",\"おさない\",\"おさめる\",\"おしいれ\",\"おしえる\",\"おじぎ\",\"おじさん\",\"おしゃれ\",\"おそらく\",\"おそわる\",\"おたがい\",\"おたく\",\"おだやか\",\"おちつく\",\"おっと\",\"おつり\",\"おでかけ\",\"おとしもの\",\"おとなしい\",\"おどり\",\"おどろかす\",\"おばさん\",\"おまいり\",\"おめでとう\",\"おもいで\",\"おもう\",\"おもたい\",\"おもちゃ\",\"おやつ\",\"おやゆび\",\"およぼす\",\"おらんだ\",\"おろす\",\"おんがく\",\"おんけい\",\"おんしゃ\",\"おんせん\",\"おんだん\",\"おんちゅう\",\"おんどけい\",\"かあつ\",\"かいが\",\"がいき\",\"がいけん\",\"がいこう\",\"かいさつ\",\"かいしゃ\",\"かいすいよく\",\"かいぜん\",\"かいぞうど\",\"かいつう\",\"かいてん\",\"かいとう\",\"かいふく\",\"がいへき\",\"かいほう\",\"かいよう\",\"がいらい\",\"かいわ\",\"かえる\",\"かおり\",\"かかえる\",\"かがく\",\"かがし\",\"かがみ\",\"かくご\",\"かくとく\",\"かざる\",\"がぞう\",\"かたい\",\"かたち\",\"がちょう\",\"がっきゅう\",\"がっこう\",\"がっさん\",\"がっしょう\",\"かなざわし\",\"かのう\",\"がはく\",\"かぶか\",\"かほう\",\"かほご\",\"かまう\",\"かまぼこ\",\"かめれおん\",\"かゆい\",\"かようび\",\"からい\",\"かるい\",\"かろう\",\"かわく\",\"かわら\",\"がんか\",\"かんけい\",\"かんこう\",\"かんしゃ\",\"かんそう\",\"かんたん\",\"かんち\",\"がんばる\",\"きあい\",\"きあつ\",\"きいろ\",\"ぎいん\",\"きうい\",\"きうん\",\"きえる\",\"きおう\",\"きおく\",\"きおち\",\"きおん\",\"きかい\",\"きかく\",\"きかんしゃ\",\"ききて\",\"きくばり\",\"きくらげ\",\"きけんせい\",\"きこう\",\"きこえる\",\"きこく\",\"きさい\",\"きさく\",\"きさま\",\"きさらぎ\",\"ぎじかがく\",\"ぎしき\",\"ぎじたいけん\",\"ぎじにってい\",\"ぎじゅつしゃ\",\"きすう\",\"きせい\",\"きせき\",\"きせつ\",\"きそう\",\"きぞく\",\"きぞん\",\"きたえる\",\"きちょう\",\"きつえん\",\"ぎっちり\",\"きつつき\",\"きつね\",\"きてい\",\"きどう\",\"きどく\",\"きない\",\"きなが\",\"きなこ\",\"きぬごし\",\"きねん\",\"きのう\",\"きのした\",\"きはく\",\"きびしい\",\"きひん\",\"きふく\",\"きぶん\",\"きぼう\",\"きほん\",\"きまる\",\"きみつ\",\"きむずかしい\",\"きめる\",\"きもだめし\",\"きもち\",\"きもの\",\"きゃく\",\"きやく\",\"ぎゅうにく\",\"きよう\",\"きょうりゅう\",\"きらい\",\"きらく\",\"きりん\",\"きれい\",\"きれつ\",\"きろく\",\"ぎろん\",\"きわめる\",\"ぎんいろ\",\"きんかくじ\",\"きんじょ\",\"きんようび\",\"ぐあい\",\"くいず\",\"くうかん\",\"くうき\",\"くうぐん\",\"くうこう\",\"ぐうせい\",\"くうそう\",\"ぐうたら\",\"くうふく\",\"くうぼ\",\"くかん\",\"くきょう\",\"くげん\",\"ぐこう\",\"くさい\",\"くさき\",\"くさばな\",\"くさる\",\"くしゃみ\",\"くしょう\",\"くすのき\",\"くすりゆび\",\"くせげ\",\"くせん\",\"ぐたいてき\",\"くださる\",\"くたびれる\",\"くちこみ\",\"くちさき\",\"くつした\",\"ぐっすり\",\"くつろぐ\",\"くとうてん\",\"くどく\",\"くなん\",\"くねくね\",\"くのう\",\"くふう\",\"くみあわせ\",\"くみたてる\",\"くめる\",\"くやくしょ\",\"くらす\",\"くらべる\",\"くるま\",\"くれる\",\"くろう\",\"くわしい\",\"ぐんかん\",\"ぐんしょく\",\"ぐんたい\",\"ぐんて\",\"けあな\",\"けいかく\",\"けいけん\",\"けいこ\",\"けいさつ\",\"げいじゅつ\",\"けいたい\",\"げいのうじん\",\"けいれき\",\"けいろ\",\"けおとす\",\"けおりもの\",\"げきか\",\"げきげん\",\"げきだん\",\"げきちん\",\"げきとつ\",\"げきは\",\"げきやく\",\"げこう\",\"げこくじょう\",\"げざい\",\"けさき\",\"げざん\",\"けしき\",\"けしごむ\",\"けしょう\",\"げすと\",\"けたば\",\"けちゃっぷ\",\"けちらす\",\"けつあつ\",\"けつい\",\"けつえき\",\"けっこん\",\"けつじょ\",\"けっせき\",\"けってい\",\"けつまつ\",\"げつようび\",\"げつれい\",\"けつろん\",\"げどく\",\"けとばす\",\"けとる\",\"けなげ\",\"けなす\",\"けなみ\",\"けぬき\",\"げねつ\",\"けねん\",\"けはい\",\"げひん\",\"けぶかい\",\"げぼく\",\"けまり\",\"けみかる\",\"けむし\",\"けむり\",\"けもの\",\"けらい\",\"けろけろ\",\"けわしい\",\"けんい\",\"けんえつ\",\"けんお\",\"けんか\",\"げんき\",\"けんげん\",\"けんこう\",\"けんさく\",\"けんしゅう\",\"けんすう\",\"げんそう\",\"けんちく\",\"けんてい\",\"けんとう\",\"けんない\",\"けんにん\",\"げんぶつ\",\"けんま\",\"けんみん\",\"けんめい\",\"けんらん\",\"けんり\",\"こあくま\",\"こいぬ\",\"こいびと\",\"ごうい\",\"こうえん\",\"こうおん\",\"こうかん\",\"ごうきゅう\",\"ごうけい\",\"こうこう\",\"こうさい\",\"こうじ\",\"こうすい\",\"ごうせい\",\"こうそく\",\"こうたい\",\"こうちゃ\",\"こうつう\",\"こうてい\",\"こうどう\",\"こうない\",\"こうはい\",\"ごうほう\",\"ごうまん\",\"こうもく\",\"こうりつ\",\"こえる\",\"こおり\",\"ごかい\",\"ごがつ\",\"ごかん\",\"こくご\",\"こくさい\",\"こくとう\",\"こくない\",\"こくはく\",\"こぐま\",\"こけい\",\"こける\",\"ここのか\",\"こころ\",\"こさめ\",\"こしつ\",\"こすう\",\"こせい\",\"こせき\",\"こぜん\",\"こそだて\",\"こたい\",\"こたえる\",\"こたつ\",\"こちょう\",\"こっか\",\"こつこつ\",\"こつばん\",\"こつぶ\",\"こてい\",\"こてん\",\"ことがら\",\"ことし\",\"ことば\",\"ことり\",\"こなごな\",\"こねこね\",\"このまま\",\"このみ\",\"このよ\",\"ごはん\",\"こひつじ\",\"こふう\",\"こふん\",\"こぼれる\",\"ごまあぶら\",\"こまかい\",\"ごますり\",\"こまつな\",\"こまる\",\"こむぎこ\",\"こもじ\",\"こもち\",\"こもの\",\"こもん\",\"こやく\",\"こやま\",\"こゆう\",\"こゆび\",\"こよい\",\"こよう\",\"こりる\",\"これくしょん\",\"ころっけ\",\"こわもて\",\"こわれる\",\"こんいん\",\"こんかい\",\"こんき\",\"こんしゅう\",\"こんすい\",\"こんだて\",\"こんとん\",\"こんなん\",\"こんびに\",\"こんぽん\",\"こんまけ\",\"こんや\",\"こんれい\",\"こんわく\",\"ざいえき\",\"さいかい\",\"さいきん\",\"ざいげん\",\"ざいこ\",\"さいしょ\",\"さいせい\",\"ざいたく\",\"ざいちゅう\",\"さいてき\",\"ざいりょう\",\"さうな\",\"さかいし\",\"さがす\",\"さかな\",\"さかみち\",\"さがる\",\"さぎょう\",\"さくし\",\"さくひん\",\"さくら\",\"さこく\",\"さこつ\",\"さずかる\",\"ざせき\",\"さたん\",\"さつえい\",\"ざつおん\",\"ざっか\",\"ざつがく\",\"さっきょく\",\"ざっし\",\"さつじん\",\"ざっそう\",\"さつたば\",\"さつまいも\",\"さてい\",\"さといも\",\"さとう\",\"さとおや\",\"さとし\",\"さとる\",\"さのう\",\"さばく\",\"さびしい\",\"さべつ\",\"さほう\",\"さほど\",\"さます\",\"さみしい\",\"さみだれ\",\"さむけ\",\"さめる\",\"さやえんどう\",\"さゆう\",\"さよう\",\"さよく\",\"さらだ\",\"ざるそば\",\"さわやか\",\"さわる\",\"さんいん\",\"さんか\",\"さんきゃく\",\"さんこう\",\"さんさい\",\"ざんしょ\",\"さんすう\",\"さんせい\",\"さんそ\",\"さんち\",\"さんま\",\"さんみ\",\"さんらん\",\"しあい\",\"しあげ\",\"しあさって\",\"しあわせ\",\"しいく\",\"しいん\",\"しうち\",\"しえい\",\"しおけ\",\"しかい\",\"しかく\",\"じかん\",\"しごと\",\"しすう\",\"じだい\",\"したうけ\",\"したぎ\",\"したて\",\"したみ\",\"しちょう\",\"しちりん\",\"しっかり\",\"しつじ\",\"しつもん\",\"してい\",\"してき\",\"してつ\",\"じてん\",\"じどう\",\"しなぎれ\",\"しなもの\",\"しなん\",\"しねま\",\"しねん\",\"しのぐ\",\"しのぶ\",\"しはい\",\"しばかり\",\"しはつ\",\"しはらい\",\"しはん\",\"しひょう\",\"しふく\",\"じぶん\",\"しへい\",\"しほう\",\"しほん\",\"しまう\",\"しまる\",\"しみん\",\"しむける\",\"じむしょ\",\"しめい\",\"しめる\",\"しもん\",\"しゃいん\",\"しゃうん\",\"しゃおん\",\"じゃがいも\",\"しやくしょ\",\"しゃくほう\",\"しゃけん\",\"しゃこ\",\"しゃざい\",\"しゃしん\",\"しゃせん\",\"しゃそう\",\"しゃたい\",\"しゃちょう\",\"しゃっきん\",\"じゃま\",\"しゃりん\",\"しゃれい\",\"じゆう\",\"じゅうしょ\",\"しゅくはく\",\"じゅしん\",\"しゅっせき\",\"しゅみ\",\"しゅらば\",\"じゅんばん\",\"しょうかい\",\"しょくたく\",\"しょっけん\",\"しょどう\",\"しょもつ\",\"しらせる\",\"しらべる\",\"しんか\",\"しんこう\",\"じんじゃ\",\"しんせいじ\",\"しんちく\",\"しんりん\",\"すあげ\",\"すあし\",\"すあな\",\"ずあん\",\"すいえい\",\"すいか\",\"すいとう\",\"ずいぶん\",\"すいようび\",\"すうがく\",\"すうじつ\",\"すうせん\",\"すおどり\",\"すきま\",\"すくう\",\"すくない\",\"すける\",\"すごい\",\"すこし\",\"ずさん\",\"すずしい\",\"すすむ\",\"すすめる\",\"すっかり\",\"ずっしり\",\"ずっと\",\"すてき\",\"すてる\",\"すねる\",\"すのこ\",\"すはだ\",\"すばらしい\",\"ずひょう\",\"ずぶぬれ\",\"すぶり\",\"すふれ\",\"すべて\",\"すべる\",\"ずほう\",\"すぼん\",\"すまい\",\"すめし\",\"すもう\",\"すやき\",\"すらすら\",\"するめ\",\"すれちがう\",\"すろっと\",\"すわる\",\"すんぜん\",\"すんぽう\",\"せあぶら\",\"せいかつ\",\"せいげん\",\"せいじ\",\"せいよう\",\"せおう\",\"せかいかん\",\"せきにん\",\"せきむ\",\"せきゆ\",\"せきらんうん\",\"せけん\",\"せこう\",\"せすじ\",\"せたい\",\"せたけ\",\"せっかく\",\"せっきゃく\",\"ぜっく\",\"せっけん\",\"せっこつ\",\"せっさたくま\",\"せつぞく\",\"せつだん\",\"せつでん\",\"せっぱん\",\"せつび\",\"せつぶん\",\"せつめい\",\"せつりつ\",\"せなか\",\"せのび\",\"せはば\",\"せびろ\",\"せぼね\",\"せまい\",\"せまる\",\"せめる\",\"せもたれ\",\"せりふ\",\"ぜんあく\",\"せんい\",\"せんえい\",\"せんか\",\"せんきょ\",\"せんく\",\"せんげん\",\"ぜんご\",\"せんさい\",\"せんしゅ\",\"せんすい\",\"せんせい\",\"せんぞ\",\"せんたく\",\"せんちょう\",\"せんてい\",\"せんとう\",\"せんぬき\",\"せんねん\",\"せんぱい\",\"ぜんぶ\",\"ぜんぽう\",\"せんむ\",\"せんめんじょ\",\"せんもん\",\"せんやく\",\"せんゆう\",\"せんよう\",\"ぜんら\",\"ぜんりゃく\",\"せんれい\",\"せんろ\",\"そあく\",\"そいとげる\",\"そいね\",\"そうがんきょう\",\"そうき\",\"そうご\",\"そうしん\",\"そうだん\",\"そうなん\",\"そうび\",\"そうめん\",\"そうり\",\"そえもの\",\"そえん\",\"そがい\",\"そげき\",\"そこう\",\"そこそこ\",\"そざい\",\"そしな\",\"そせい\",\"そせん\",\"そそぐ\",\"そだてる\",\"そつう\",\"そつえん\",\"そっかん\",\"そつぎょう\",\"そっけつ\",\"そっこう\",\"そっせん\",\"そっと\",\"そとがわ\",\"そとづら\",\"そなえる\",\"そなた\",\"そふぼ\",\"そぼく\",\"そぼろ\",\"そまつ\",\"そまる\",\"そむく\",\"そむりえ\",\"そめる\",\"そもそも\",\"そよかぜ\",\"そらまめ\",\"そろう\",\"そんかい\",\"そんけい\",\"そんざい\",\"そんしつ\",\"そんぞく\",\"そんちょう\",\"ぞんび\",\"ぞんぶん\",\"そんみん\",\"たあい\",\"たいいん\",\"たいうん\",\"たいえき\",\"たいおう\",\"だいがく\",\"たいき\",\"たいぐう\",\"たいけん\",\"たいこ\",\"たいざい\",\"だいじょうぶ\",\"だいすき\",\"たいせつ\",\"たいそう\",\"だいたい\",\"たいちょう\",\"たいてい\",\"だいどころ\",\"たいない\",\"たいねつ\",\"たいのう\",\"たいはん\",\"だいひょう\",\"たいふう\",\"たいへん\",\"たいほ\",\"たいまつばな\",\"たいみんぐ\",\"たいむ\",\"たいめん\",\"たいやき\",\"たいよう\",\"たいら\",\"たいりょく\",\"たいる\",\"たいわん\",\"たうえ\",\"たえる\",\"たおす\",\"たおる\",\"たおれる\",\"たかい\",\"たかね\",\"たきび\",\"たくさん\",\"たこく\",\"たこやき\",\"たさい\",\"たしざん\",\"だじゃれ\",\"たすける\",\"たずさわる\",\"たそがれ\",\"たたかう\",\"たたく\",\"ただしい\",\"たたみ\",\"たちばな\",\"だっかい\",\"だっきゃく\",\"だっこ\",\"だっしゅつ\",\"だったい\",\"たてる\",\"たとえる\",\"たなばた\",\"たにん\",\"たぬき\",\"たのしみ\",\"たはつ\",\"たぶん\",\"たべる\",\"たぼう\",\"たまご\",\"たまる\",\"だむる\",\"ためいき\",\"ためす\",\"ためる\",\"たもつ\",\"たやすい\",\"たよる\",\"たらす\",\"たりきほんがん\",\"たりょう\",\"たりる\",\"たると\",\"たれる\",\"たれんと\",\"たろっと\",\"たわむれる\",\"だんあつ\",\"たんい\",\"たんおん\",\"たんか\",\"たんき\",\"たんけん\",\"たんご\",\"たんさん\",\"たんじょうび\",\"だんせい\",\"たんそく\",\"たんたい\",\"だんち\",\"たんてい\",\"たんとう\",\"だんな\",\"たんにん\",\"だんねつ\",\"たんのう\",\"たんぴん\",\"だんぼう\",\"たんまつ\",\"たんめい\",\"だんれつ\",\"だんろ\",\"だんわ\",\"ちあい\",\"ちあん\",\"ちいき\",\"ちいさい\",\"ちえん\",\"ちかい\",\"ちから\",\"ちきゅう\",\"ちきん\",\"ちけいず\",\"ちけん\",\"ちこく\",\"ちさい\",\"ちしき\",\"ちしりょう\",\"ちせい\",\"ちそう\",\"ちたい\",\"ちたん\",\"ちちおや\",\"ちつじょ\",\"ちてき\",\"ちてん\",\"ちぬき\",\"ちぬり\",\"ちのう\",\"ちひょう\",\"ちへいせん\",\"ちほう\",\"ちまた\",\"ちみつ\",\"ちみどろ\",\"ちめいど\",\"ちゃんこなべ\",\"ちゅうい\",\"ちゆりょく\",\"ちょうし\",\"ちょさくけん\",\"ちらし\",\"ちらみ\",\"ちりがみ\",\"ちりょう\",\"ちるど\",\"ちわわ\",\"ちんたい\",\"ちんもく\",\"ついか\",\"ついたち\",\"つうか\",\"つうじょう\",\"つうはん\",\"つうわ\",\"つかう\",\"つかれる\",\"つくね\",\"つくる\",\"つけね\",\"つける\",\"つごう\",\"つたえる\",\"つづく\",\"つつじ\",\"つつむ\",\"つとめる\",\"つながる\",\"つなみ\",\"つねづね\",\"つのる\",\"つぶす\",\"つまらない\",\"つまる\",\"つみき\",\"つめたい\",\"つもり\",\"つもる\",\"つよい\",\"つるぼ\",\"つるみく\",\"つわもの\",\"つわり\",\"てあし\",\"てあて\",\"てあみ\",\"ていおん\",\"ていか\",\"ていき\",\"ていけい\",\"ていこく\",\"ていさつ\",\"ていし\",\"ていせい\",\"ていたい\",\"ていど\",\"ていねい\",\"ていひょう\",\"ていへん\",\"ていぼう\",\"てうち\",\"ておくれ\",\"てきとう\",\"てくび\",\"でこぼこ\",\"てさぎょう\",\"てさげ\",\"てすり\",\"てそう\",\"てちがい\",\"てちょう\",\"てつがく\",\"てつづき\",\"でっぱ\",\"てつぼう\",\"てつや\",\"でぬかえ\",\"てぬき\",\"てぬぐい\",\"てのひら\",\"てはい\",\"てぶくろ\",\"てふだ\",\"てほどき\",\"てほん\",\"てまえ\",\"てまきずし\",\"てみじか\",\"てみやげ\",\"てらす\",\"てれび\",\"てわけ\",\"てわたし\",\"でんあつ\",\"てんいん\",\"てんかい\",\"てんき\",\"てんぐ\",\"てんけん\",\"てんごく\",\"てんさい\",\"てんし\",\"てんすう\",\"でんち\",\"てんてき\",\"てんとう\",\"てんない\",\"てんぷら\",\"てんぼうだい\",\"てんめつ\",\"てんらんかい\",\"でんりょく\",\"でんわ\",\"どあい\",\"といれ\",\"どうかん\",\"とうきゅう\",\"どうぐ\",\"とうし\",\"とうむぎ\",\"とおい\",\"とおか\",\"とおく\",\"とおす\",\"とおる\",\"とかい\",\"とかす\",\"ときおり\",\"ときどき\",\"とくい\",\"とくしゅう\",\"とくてん\",\"とくに\",\"とくべつ\",\"とけい\",\"とける\",\"とこや\",\"とさか\",\"としょかん\",\"とそう\",\"とたん\",\"とちゅう\",\"とっきゅう\",\"とっくん\",\"とつぜん\",\"とつにゅう\",\"とどける\",\"ととのえる\",\"とない\",\"となえる\",\"となり\",\"とのさま\",\"とばす\",\"どぶがわ\",\"とほう\",\"とまる\",\"とめる\",\"ともだち\",\"ともる\",\"どようび\",\"とらえる\",\"とんかつ\",\"どんぶり\",\"ないかく\",\"ないこう\",\"ないしょ\",\"ないす\",\"ないせん\",\"ないそう\",\"なおす\",\"ながい\",\"なくす\",\"なげる\",\"なこうど\",\"なさけ\",\"なたでここ\",\"なっとう\",\"なつやすみ\",\"ななおし\",\"なにごと\",\"なにもの\",\"なにわ\",\"なのか\",\"なふだ\",\"なまいき\",\"なまえ\",\"なまみ\",\"なみだ\",\"なめらか\",\"なめる\",\"なやむ\",\"ならう\",\"ならび\",\"ならぶ\",\"なれる\",\"なわとび\",\"なわばり\",\"にあう\",\"にいがた\",\"にうけ\",\"におい\",\"にかい\",\"にがて\",\"にきび\",\"にくしみ\",\"にくまん\",\"にげる\",\"にさんかたんそ\",\"にしき\",\"にせもの\",\"にちじょう\",\"にちようび\",\"にっか\",\"にっき\",\"にっけい\",\"にっこう\",\"にっさん\",\"にっしょく\",\"にっすう\",\"にっせき\",\"にってい\",\"になう\",\"にほん\",\"にまめ\",\"にもつ\",\"にやり\",\"にゅういん\",\"にりんしゃ\",\"にわとり\",\"にんい\",\"にんか\",\"にんき\",\"にんげん\",\"にんしき\",\"にんずう\",\"にんそう\",\"にんたい\",\"にんち\",\"にんてい\",\"にんにく\",\"にんぷ\",\"にんまり\",\"にんむ\",\"にんめい\",\"にんよう\",\"ぬいくぎ\",\"ぬかす\",\"ぬぐいとる\",\"ぬぐう\",\"ぬくもり\",\"ぬすむ\",\"ぬまえび\",\"ぬめり\",\"ぬらす\",\"ぬんちゃく\",\"ねあげ\",\"ねいき\",\"ねいる\",\"ねいろ\",\"ねぐせ\",\"ねくたい\",\"ねくら\",\"ねこぜ\",\"ねこむ\",\"ねさげ\",\"ねすごす\",\"ねそべる\",\"ねだん\",\"ねつい\",\"ねっしん\",\"ねつぞう\",\"ねったいぎょ\",\"ねぶそく\",\"ねふだ\",\"ねぼう\",\"ねほりはほり\",\"ねまき\",\"ねまわし\",\"ねみみ\",\"ねむい\",\"ねむたい\",\"ねもと\",\"ねらう\",\"ねわざ\",\"ねんいり\",\"ねんおし\",\"ねんかん\",\"ねんきん\",\"ねんぐ\",\"ねんざ\",\"ねんし\",\"ねんちゃく\",\"ねんど\",\"ねんぴ\",\"ねんぶつ\",\"ねんまつ\",\"ねんりょう\",\"ねんれい\",\"のいず\",\"のおづま\",\"のがす\",\"のきなみ\",\"のこぎり\",\"のこす\",\"のこる\",\"のせる\",\"のぞく\",\"のぞむ\",\"のたまう\",\"のちほど\",\"のっく\",\"のばす\",\"のはら\",\"のべる\",\"のぼる\",\"のみもの\",\"のやま\",\"のらいぬ\",\"のらねこ\",\"のりもの\",\"のりゆき\",\"のれん\",\"のんき\",\"ばあい\",\"はあく\",\"ばあさん\",\"ばいか\",\"ばいく\",\"はいけん\",\"はいご\",\"はいしん\",\"はいすい\",\"はいせん\",\"はいそう\",\"はいち\",\"ばいばい\",\"はいれつ\",\"はえる\",\"はおる\",\"はかい\",\"ばかり\",\"はかる\",\"はくしゅ\",\"はけん\",\"はこぶ\",\"はさみ\",\"はさん\",\"はしご\",\"ばしょ\",\"はしる\",\"はせる\",\"ぱそこん\",\"はそん\",\"はたん\",\"はちみつ\",\"はつおん\",\"はっかく\",\"はづき\",\"はっきり\",\"はっくつ\",\"はっけん\",\"はっこう\",\"はっさん\",\"はっしん\",\"はったつ\",\"はっちゅう\",\"はってん\",\"はっぴょう\",\"はっぽう\",\"はなす\",\"はなび\",\"はにかむ\",\"はぶらし\",\"はみがき\",\"はむかう\",\"はめつ\",\"はやい\",\"はやし\",\"はらう\",\"はろうぃん\",\"はわい\",\"はんい\",\"はんえい\",\"はんおん\",\"はんかく\",\"はんきょう\",\"ばんぐみ\",\"はんこ\",\"はんしゃ\",\"はんすう\",\"はんだん\",\"ぱんち\",\"ぱんつ\",\"はんてい\",\"はんとし\",\"はんのう\",\"はんぱ\",\"はんぶん\",\"はんぺん\",\"はんぼうき\",\"はんめい\",\"はんらん\",\"はんろん\",\"ひいき\",\"ひうん\",\"ひえる\",\"ひかく\",\"ひかり\",\"ひかる\",\"ひかん\",\"ひくい\",\"ひけつ\",\"ひこうき\",\"ひこく\",\"ひさい\",\"ひさしぶり\",\"ひさん\",\"びじゅつかん\",\"ひしょ\",\"ひそか\",\"ひそむ\",\"ひたむき\",\"ひだり\",\"ひたる\",\"ひつぎ\",\"ひっこし\",\"ひっし\",\"ひつじゅひん\",\"ひっす\",\"ひつぜん\",\"ぴったり\",\"ぴっちり\",\"ひつよう\",\"ひてい\",\"ひとごみ\",\"ひなまつり\",\"ひなん\",\"ひねる\",\"ひはん\",\"ひびく\",\"ひひょう\",\"ひほう\",\"ひまわり\",\"ひまん\",\"ひみつ\",\"ひめい\",\"ひめじし\",\"ひやけ\",\"ひやす\",\"ひよう\",\"びょうき\",\"ひらがな\",\"ひらく\",\"ひりつ\",\"ひりょう\",\"ひるま\",\"ひるやすみ\",\"ひれい\",\"ひろい\",\"ひろう\",\"ひろき\",\"ひろゆき\",\"ひんかく\",\"ひんけつ\",\"ひんこん\",\"ひんしゅ\",\"ひんそう\",\"ぴんち\",\"ひんぱん\",\"びんぼう\",\"ふあん\",\"ふいうち\",\"ふうけい\",\"ふうせん\",\"ぷうたろう\",\"ふうとう\",\"ふうふ\",\"ふえる\",\"ふおん\",\"ふかい\",\"ふきん\",\"ふくざつ\",\"ふくぶくろ\",\"ふこう\",\"ふさい\",\"ふしぎ\",\"ふじみ\",\"ふすま\",\"ふせい\",\"ふせぐ\",\"ふそく\",\"ぶたにく\",\"ふたん\",\"ふちょう\",\"ふつう\",\"ふつか\",\"ふっかつ\",\"ふっき\",\"ふっこく\",\"ぶどう\",\"ふとる\",\"ふとん\",\"ふのう\",\"ふはい\",\"ふひょう\",\"ふへん\",\"ふまん\",\"ふみん\",\"ふめつ\",\"ふめん\",\"ふよう\",\"ふりこ\",\"ふりる\",\"ふるい\",\"ふんいき\",\"ぶんがく\",\"ぶんぐ\",\"ふんしつ\",\"ぶんせき\",\"ふんそう\",\"ぶんぽう\",\"へいあん\",\"へいおん\",\"へいがい\",\"へいき\",\"へいげん\",\"へいこう\",\"へいさ\",\"へいしゃ\",\"へいせつ\",\"へいそ\",\"へいたく\",\"へいてん\",\"へいねつ\",\"へいわ\",\"へきが\",\"へこむ\",\"べにいろ\",\"べにしょうが\",\"へらす\",\"へんかん\",\"べんきょう\",\"べんごし\",\"へんさい\",\"へんたい\",\"べんり\",\"ほあん\",\"ほいく\",\"ぼうぎょ\",\"ほうこく\",\"ほうそう\",\"ほうほう\",\"ほうもん\",\"ほうりつ\",\"ほえる\",\"ほおん\",\"ほかん\",\"ほきょう\",\"ぼきん\",\"ほくろ\",\"ほけつ\",\"ほけん\",\"ほこう\",\"ほこる\",\"ほしい\",\"ほしつ\",\"ほしゅ\",\"ほしょう\",\"ほせい\",\"ほそい\",\"ほそく\",\"ほたて\",\"ほたる\",\"ぽちぶくろ\",\"ほっきょく\",\"ほっさ\",\"ほったん\",\"ほとんど\",\"ほめる\",\"ほんい\",\"ほんき\",\"ほんけ\",\"ほんしつ\",\"ほんやく\",\"まいにち\",\"まかい\",\"まかせる\",\"まがる\",\"まける\",\"まこと\",\"まさつ\",\"まじめ\",\"ますく\",\"まぜる\",\"まつり\",\"まとめ\",\"まなぶ\",\"まぬけ\",\"まねく\",\"まほう\",\"まもる\",\"まゆげ\",\"まよう\",\"まろやか\",\"まわす\",\"まわり\",\"まわる\",\"まんが\",\"まんきつ\",\"まんぞく\",\"まんなか\",\"みいら\",\"みうち\",\"みえる\",\"みがく\",\"みかた\",\"みかん\",\"みけん\",\"みこん\",\"みじかい\",\"みすい\",\"みすえる\",\"みせる\",\"みっか\",\"みつかる\",\"みつける\",\"みてい\",\"みとめる\",\"みなと\",\"みなみかさい\",\"みねらる\",\"みのう\",\"みのがす\",\"みほん\",\"みもと\",\"みやげ\",\"みらい\",\"みりょく\",\"みわく\",\"みんか\",\"みんぞく\",\"むいか\",\"むえき\",\"むえん\",\"むかい\",\"むかう\",\"むかえ\",\"むかし\",\"むぎちゃ\",\"むける\",\"むげん\",\"むさぼる\",\"むしあつい\",\"むしば\",\"むじゅん\",\"むしろ\",\"むすう\",\"むすこ\",\"むすぶ\",\"むすめ\",\"むせる\",\"むせん\",\"むちゅう\",\"むなしい\",\"むのう\",\"むやみ\",\"むよう\",\"むらさき\",\"むりょう\",\"むろん\",\"めいあん\",\"めいうん\",\"めいえん\",\"めいかく\",\"めいきょく\",\"めいさい\",\"めいし\",\"めいそう\",\"めいぶつ\",\"めいれい\",\"めいわく\",\"めぐまれる\",\"めざす\",\"めした\",\"めずらしい\",\"めだつ\",\"めまい\",\"めやす\",\"めんきょ\",\"めんせき\",\"めんどう\",\"もうしあげる\",\"もうどうけん\",\"もえる\",\"もくし\",\"もくてき\",\"もくようび\",\"もちろん\",\"もどる\",\"もらう\",\"もんく\",\"もんだい\",\"やおや\",\"やける\",\"やさい\",\"やさしい\",\"やすい\",\"やすたろう\",\"やすみ\",\"やせる\",\"やそう\",\"やたい\",\"やちん\",\"やっと\",\"やっぱり\",\"やぶる\",\"やめる\",\"ややこしい\",\"やよい\",\"やわらかい\",\"ゆうき\",\"ゆうびんきょく\",\"ゆうべ\",\"ゆうめい\",\"ゆけつ\",\"ゆしゅつ\",\"ゆせん\",\"ゆそう\",\"ゆたか\",\"ゆちゃく\",\"ゆでる\",\"ゆにゅう\",\"ゆびわ\",\"ゆらい\",\"ゆれる\",\"ようい\",\"ようか\",\"ようきゅう\",\"ようじ\",\"ようす\",\"ようちえん\",\"よかぜ\",\"よかん\",\"よきん\",\"よくせい\",\"よくぼう\",\"よけい\",\"よごれる\",\"よさん\",\"よしゅう\",\"よそう\",\"よそく\",\"よっか\",\"よてい\",\"よどがわく\",\"よねつ\",\"よやく\",\"よゆう\",\"よろこぶ\",\"よろしい\",\"らいう\",\"らくがき\",\"らくご\",\"らくさつ\",\"らくだ\",\"らしんばん\",\"らせん\",\"らぞく\",\"らたい\",\"らっか\",\"られつ\",\"りえき\",\"りかい\",\"りきさく\",\"りきせつ\",\"りくぐん\",\"りくつ\",\"りけん\",\"りこう\",\"りせい\",\"りそう\",\"りそく\",\"りてん\",\"りねん\",\"りゆう\",\"りゅうがく\",\"りよう\",\"りょうり\",\"りょかん\",\"りょくちゃ\",\"りょこう\",\"りりく\",\"りれき\",\"りろん\",\"りんご\",\"るいけい\",\"るいさい\",\"るいじ\",\"るいせき\",\"るすばん\",\"るりがわら\",\"れいかん\",\"れいぎ\",\"れいせい\",\"れいぞうこ\",\"れいとう\",\"れいぼう\",\"れきし\",\"れきだい\",\"れんあい\",\"れんけい\",\"れんこん\",\"れんさい\",\"れんしゅう\",\"れんぞく\",\"れんらく\",\"ろうか\",\"ろうご\",\"ろうじん\",\"ろうそく\",\"ろくが\",\"ろこつ\",\"ろじうら\",\"ろしゅつ\",\"ろせん\",\"ろてん\",\"ろめん\",\"ろれつ\",\"ろんぎ\",\"ろんぱ\",\"ろんぶん\",\"ろんり\",\"わかす\",\"わかめ\",\"わかやま\",\"わかれる\",\"わしつ\",\"わじまし\",\"わすれもの\",\"わらう\",\"われる\"]");
+// assign types to typeforce function
+for (var typeName in NATIVE) {
+ typeforce[typeName] = NATIVE[typeName];
+}
-/***/ }),
-/* 421 */
-/*!**********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip39/src/wordlists/portuguese.json ***!
- \**********************************************************************************************/
-/*! exports provided: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 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, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, default */
-/***/ (function(module) {
+for (typeName in TYPES) {
+ typeforce[typeName] = TYPES[typeName];
+}
-module.exports = JSON.parse("[\"abacate\",\"abaixo\",\"abalar\",\"abater\",\"abduzir\",\"abelha\",\"aberto\",\"abismo\",\"abotoar\",\"abranger\",\"abreviar\",\"abrigar\",\"abrupto\",\"absinto\",\"absoluto\",\"absurdo\",\"abutre\",\"acabado\",\"acalmar\",\"acampar\",\"acanhar\",\"acaso\",\"aceitar\",\"acelerar\",\"acenar\",\"acervo\",\"acessar\",\"acetona\",\"achatar\",\"acidez\",\"acima\",\"acionado\",\"acirrar\",\"aclamar\",\"aclive\",\"acolhida\",\"acomodar\",\"acoplar\",\"acordar\",\"acumular\",\"acusador\",\"adaptar\",\"adega\",\"adentro\",\"adepto\",\"adequar\",\"aderente\",\"adesivo\",\"adeus\",\"adiante\",\"aditivo\",\"adjetivo\",\"adjunto\",\"admirar\",\"adorar\",\"adquirir\",\"adubo\",\"adverso\",\"advogado\",\"aeronave\",\"afastar\",\"aferir\",\"afetivo\",\"afinador\",\"afivelar\",\"aflito\",\"afluente\",\"afrontar\",\"agachar\",\"agarrar\",\"agasalho\",\"agenciar\",\"agilizar\",\"agiota\",\"agitado\",\"agora\",\"agradar\",\"agreste\",\"agrupar\",\"aguardar\",\"agulha\",\"ajoelhar\",\"ajudar\",\"ajustar\",\"alameda\",\"alarme\",\"alastrar\",\"alavanca\",\"albergue\",\"albino\",\"alcatra\",\"aldeia\",\"alecrim\",\"alegria\",\"alertar\",\"alface\",\"alfinete\",\"algum\",\"alheio\",\"aliar\",\"alicate\",\"alienar\",\"alinhar\",\"aliviar\",\"almofada\",\"alocar\",\"alpiste\",\"alterar\",\"altitude\",\"alucinar\",\"alugar\",\"aluno\",\"alusivo\",\"alvo\",\"amaciar\",\"amador\",\"amarelo\",\"amassar\",\"ambas\",\"ambiente\",\"ameixa\",\"amenizar\",\"amido\",\"amistoso\",\"amizade\",\"amolador\",\"amontoar\",\"amoroso\",\"amostra\",\"amparar\",\"ampliar\",\"ampola\",\"anagrama\",\"analisar\",\"anarquia\",\"anatomia\",\"andaime\",\"anel\",\"anexo\",\"angular\",\"animar\",\"anjo\",\"anomalia\",\"anotado\",\"ansioso\",\"anterior\",\"anuidade\",\"anunciar\",\"anzol\",\"apagador\",\"apalpar\",\"apanhado\",\"apego\",\"apelido\",\"apertada\",\"apesar\",\"apetite\",\"apito\",\"aplauso\",\"aplicada\",\"apoio\",\"apontar\",\"aposta\",\"aprendiz\",\"aprovar\",\"aquecer\",\"arame\",\"aranha\",\"arara\",\"arcada\",\"ardente\",\"areia\",\"arejar\",\"arenito\",\"aresta\",\"argiloso\",\"argola\",\"arma\",\"arquivo\",\"arraial\",\"arrebate\",\"arriscar\",\"arroba\",\"arrumar\",\"arsenal\",\"arterial\",\"artigo\",\"arvoredo\",\"asfaltar\",\"asilado\",\"aspirar\",\"assador\",\"assinar\",\"assoalho\",\"assunto\",\"astral\",\"atacado\",\"atadura\",\"atalho\",\"atarefar\",\"atear\",\"atender\",\"aterro\",\"ateu\",\"atingir\",\"atirador\",\"ativo\",\"atoleiro\",\"atracar\",\"atrevido\",\"atriz\",\"atual\",\"atum\",\"auditor\",\"aumentar\",\"aura\",\"aurora\",\"autismo\",\"autoria\",\"autuar\",\"avaliar\",\"avante\",\"avaria\",\"avental\",\"avesso\",\"aviador\",\"avisar\",\"avulso\",\"axila\",\"azarar\",\"azedo\",\"azeite\",\"azulejo\",\"babar\",\"babosa\",\"bacalhau\",\"bacharel\",\"bacia\",\"bagagem\",\"baiano\",\"bailar\",\"baioneta\",\"bairro\",\"baixista\",\"bajular\",\"baleia\",\"baliza\",\"balsa\",\"banal\",\"bandeira\",\"banho\",\"banir\",\"banquete\",\"barato\",\"barbado\",\"baronesa\",\"barraca\",\"barulho\",\"baseado\",\"bastante\",\"batata\",\"batedor\",\"batida\",\"batom\",\"batucar\",\"baunilha\",\"beber\",\"beijo\",\"beirada\",\"beisebol\",\"beldade\",\"beleza\",\"belga\",\"beliscar\",\"bendito\",\"bengala\",\"benzer\",\"berimbau\",\"berlinda\",\"berro\",\"besouro\",\"bexiga\",\"bezerro\",\"bico\",\"bicudo\",\"bienal\",\"bifocal\",\"bifurcar\",\"bigorna\",\"bilhete\",\"bimestre\",\"bimotor\",\"biologia\",\"biombo\",\"biosfera\",\"bipolar\",\"birrento\",\"biscoito\",\"bisneto\",\"bispo\",\"bissexto\",\"bitola\",\"bizarro\",\"blindado\",\"bloco\",\"bloquear\",\"boato\",\"bobagem\",\"bocado\",\"bocejo\",\"bochecha\",\"boicotar\",\"bolada\",\"boletim\",\"bolha\",\"bolo\",\"bombeiro\",\"bonde\",\"boneco\",\"bonita\",\"borbulha\",\"borda\",\"boreal\",\"borracha\",\"bovino\",\"boxeador\",\"branco\",\"brasa\",\"braveza\",\"breu\",\"briga\",\"brilho\",\"brincar\",\"broa\",\"brochura\",\"bronzear\",\"broto\",\"bruxo\",\"bucha\",\"budismo\",\"bufar\",\"bule\",\"buraco\",\"busca\",\"busto\",\"buzina\",\"cabana\",\"cabelo\",\"cabide\",\"cabo\",\"cabrito\",\"cacau\",\"cacetada\",\"cachorro\",\"cacique\",\"cadastro\",\"cadeado\",\"cafezal\",\"caiaque\",\"caipira\",\"caixote\",\"cajado\",\"caju\",\"calafrio\",\"calcular\",\"caldeira\",\"calibrar\",\"calmante\",\"calota\",\"camada\",\"cambista\",\"camisa\",\"camomila\",\"campanha\",\"camuflar\",\"canavial\",\"cancelar\",\"caneta\",\"canguru\",\"canhoto\",\"canivete\",\"canoa\",\"cansado\",\"cantar\",\"canudo\",\"capacho\",\"capela\",\"capinar\",\"capotar\",\"capricho\",\"captador\",\"capuz\",\"caracol\",\"carbono\",\"cardeal\",\"careca\",\"carimbar\",\"carneiro\",\"carpete\",\"carreira\",\"cartaz\",\"carvalho\",\"casaco\",\"casca\",\"casebre\",\"castelo\",\"casulo\",\"catarata\",\"cativar\",\"caule\",\"causador\",\"cautelar\",\"cavalo\",\"caverna\",\"cebola\",\"cedilha\",\"cegonha\",\"celebrar\",\"celular\",\"cenoura\",\"censo\",\"centeio\",\"cercar\",\"cerrado\",\"certeiro\",\"cerveja\",\"cetim\",\"cevada\",\"chacota\",\"chaleira\",\"chamado\",\"chapada\",\"charme\",\"chatice\",\"chave\",\"chefe\",\"chegada\",\"cheiro\",\"cheque\",\"chicote\",\"chifre\",\"chinelo\",\"chocalho\",\"chover\",\"chumbo\",\"chutar\",\"chuva\",\"cicatriz\",\"ciclone\",\"cidade\",\"cidreira\",\"ciente\",\"cigana\",\"cimento\",\"cinto\",\"cinza\",\"ciranda\",\"circuito\",\"cirurgia\",\"citar\",\"clareza\",\"clero\",\"clicar\",\"clone\",\"clube\",\"coado\",\"coagir\",\"cobaia\",\"cobertor\",\"cobrar\",\"cocada\",\"coelho\",\"coentro\",\"coeso\",\"cogumelo\",\"coibir\",\"coifa\",\"coiote\",\"colar\",\"coleira\",\"colher\",\"colidir\",\"colmeia\",\"colono\",\"coluna\",\"comando\",\"combinar\",\"comentar\",\"comitiva\",\"comover\",\"complexo\",\"comum\",\"concha\",\"condor\",\"conectar\",\"confuso\",\"congelar\",\"conhecer\",\"conjugar\",\"consumir\",\"contrato\",\"convite\",\"cooperar\",\"copeiro\",\"copiador\",\"copo\",\"coquetel\",\"coragem\",\"cordial\",\"corneta\",\"coronha\",\"corporal\",\"correio\",\"cortejo\",\"coruja\",\"corvo\",\"cosseno\",\"costela\",\"cotonete\",\"couro\",\"couve\",\"covil\",\"cozinha\",\"cratera\",\"cravo\",\"creche\",\"credor\",\"creme\",\"crer\",\"crespo\",\"criada\",\"criminal\",\"crioulo\",\"crise\",\"criticar\",\"crosta\",\"crua\",\"cruzeiro\",\"cubano\",\"cueca\",\"cuidado\",\"cujo\",\"culatra\",\"culminar\",\"culpar\",\"cultura\",\"cumprir\",\"cunhado\",\"cupido\",\"curativo\",\"curral\",\"cursar\",\"curto\",\"cuspir\",\"custear\",\"cutelo\",\"damasco\",\"datar\",\"debater\",\"debitar\",\"deboche\",\"debulhar\",\"decalque\",\"decimal\",\"declive\",\"decote\",\"decretar\",\"dedal\",\"dedicado\",\"deduzir\",\"defesa\",\"defumar\",\"degelo\",\"degrau\",\"degustar\",\"deitado\",\"deixar\",\"delator\",\"delegado\",\"delinear\",\"delonga\",\"demanda\",\"demitir\",\"demolido\",\"dentista\",\"depenado\",\"depilar\",\"depois\",\"depressa\",\"depurar\",\"deriva\",\"derramar\",\"desafio\",\"desbotar\",\"descanso\",\"desenho\",\"desfiado\",\"desgaste\",\"desigual\",\"deslize\",\"desmamar\",\"desova\",\"despesa\",\"destaque\",\"desviar\",\"detalhar\",\"detentor\",\"detonar\",\"detrito\",\"deusa\",\"dever\",\"devido\",\"devotado\",\"dezena\",\"diagrama\",\"dialeto\",\"didata\",\"difuso\",\"digitar\",\"dilatado\",\"diluente\",\"diminuir\",\"dinastia\",\"dinheiro\",\"diocese\",\"direto\",\"discreta\",\"disfarce\",\"disparo\",\"disquete\",\"dissipar\",\"distante\",\"ditador\",\"diurno\",\"diverso\",\"divisor\",\"divulgar\",\"dizer\",\"dobrador\",\"dolorido\",\"domador\",\"dominado\",\"donativo\",\"donzela\",\"dormente\",\"dorsal\",\"dosagem\",\"dourado\",\"doutor\",\"drenagem\",\"drible\",\"drogaria\",\"duelar\",\"duende\",\"dueto\",\"duplo\",\"duquesa\",\"durante\",\"duvidoso\",\"eclodir\",\"ecoar\",\"ecologia\",\"edificar\",\"edital\",\"educado\",\"efeito\",\"efetivar\",\"ejetar\",\"elaborar\",\"eleger\",\"eleitor\",\"elenco\",\"elevador\",\"eliminar\",\"elogiar\",\"embargo\",\"embolado\",\"embrulho\",\"embutido\",\"emenda\",\"emergir\",\"emissor\",\"empatia\",\"empenho\",\"empinado\",\"empolgar\",\"emprego\",\"empurrar\",\"emulador\",\"encaixe\",\"encenado\",\"enchente\",\"encontro\",\"endeusar\",\"endossar\",\"enfaixar\",\"enfeite\",\"enfim\",\"engajado\",\"engenho\",\"englobar\",\"engomado\",\"engraxar\",\"enguia\",\"enjoar\",\"enlatar\",\"enquanto\",\"enraizar\",\"enrolado\",\"enrugar\",\"ensaio\",\"enseada\",\"ensino\",\"ensopado\",\"entanto\",\"enteado\",\"entidade\",\"entortar\",\"entrada\",\"entulho\",\"envergar\",\"enviado\",\"envolver\",\"enxame\",\"enxerto\",\"enxofre\",\"enxuto\",\"epiderme\",\"equipar\",\"ereto\",\"erguido\",\"errata\",\"erva\",\"ervilha\",\"esbanjar\",\"esbelto\",\"escama\",\"escola\",\"escrita\",\"escuta\",\"esfinge\",\"esfolar\",\"esfregar\",\"esfumado\",\"esgrima\",\"esmalte\",\"espanto\",\"espelho\",\"espiga\",\"esponja\",\"espreita\",\"espumar\",\"esquerda\",\"estaca\",\"esteira\",\"esticar\",\"estofado\",\"estrela\",\"estudo\",\"esvaziar\",\"etanol\",\"etiqueta\",\"euforia\",\"europeu\",\"evacuar\",\"evaporar\",\"evasivo\",\"eventual\",\"evidente\",\"evoluir\",\"exagero\",\"exalar\",\"examinar\",\"exato\",\"exausto\",\"excesso\",\"excitar\",\"exclamar\",\"executar\",\"exemplo\",\"exibir\",\"exigente\",\"exonerar\",\"expandir\",\"expelir\",\"expirar\",\"explanar\",\"exposto\",\"expresso\",\"expulsar\",\"externo\",\"extinto\",\"extrato\",\"fabricar\",\"fabuloso\",\"faceta\",\"facial\",\"fada\",\"fadiga\",\"faixa\",\"falar\",\"falta\",\"familiar\",\"fandango\",\"fanfarra\",\"fantoche\",\"fardado\",\"farelo\",\"farinha\",\"farofa\",\"farpa\",\"fartura\",\"fatia\",\"fator\",\"favorita\",\"faxina\",\"fazenda\",\"fechado\",\"feijoada\",\"feirante\",\"felino\",\"feminino\",\"fenda\",\"feno\",\"fera\",\"feriado\",\"ferrugem\",\"ferver\",\"festejar\",\"fetal\",\"feudal\",\"fiapo\",\"fibrose\",\"ficar\",\"ficheiro\",\"figurado\",\"fileira\",\"filho\",\"filme\",\"filtrar\",\"firmeza\",\"fisgada\",\"fissura\",\"fita\",\"fivela\",\"fixador\",\"fixo\",\"flacidez\",\"flamingo\",\"flanela\",\"flechada\",\"flora\",\"flutuar\",\"fluxo\",\"focal\",\"focinho\",\"fofocar\",\"fogo\",\"foguete\",\"foice\",\"folgado\",\"folheto\",\"forjar\",\"formiga\",\"forno\",\"forte\",\"fosco\",\"fossa\",\"fragata\",\"fralda\",\"frango\",\"frasco\",\"fraterno\",\"freira\",\"frente\",\"fretar\",\"frieza\",\"friso\",\"fritura\",\"fronha\",\"frustrar\",\"fruteira\",\"fugir\",\"fulano\",\"fuligem\",\"fundar\",\"fungo\",\"funil\",\"furador\",\"furioso\",\"futebol\",\"gabarito\",\"gabinete\",\"gado\",\"gaiato\",\"gaiola\",\"gaivota\",\"galega\",\"galho\",\"galinha\",\"galocha\",\"ganhar\",\"garagem\",\"garfo\",\"gargalo\",\"garimpo\",\"garoupa\",\"garrafa\",\"gasoduto\",\"gasto\",\"gata\",\"gatilho\",\"gaveta\",\"gazela\",\"gelado\",\"geleia\",\"gelo\",\"gemada\",\"gemer\",\"gemido\",\"generoso\",\"gengiva\",\"genial\",\"genoma\",\"genro\",\"geologia\",\"gerador\",\"germinar\",\"gesso\",\"gestor\",\"ginasta\",\"gincana\",\"gingado\",\"girafa\",\"girino\",\"glacial\",\"glicose\",\"global\",\"glorioso\",\"goela\",\"goiaba\",\"golfe\",\"golpear\",\"gordura\",\"gorjeta\",\"gorro\",\"gostoso\",\"goteira\",\"governar\",\"gracejo\",\"gradual\",\"grafite\",\"gralha\",\"grampo\",\"granada\",\"gratuito\",\"graveto\",\"graxa\",\"grego\",\"grelhar\",\"greve\",\"grilo\",\"grisalho\",\"gritaria\",\"grosso\",\"grotesco\",\"grudado\",\"grunhido\",\"gruta\",\"guache\",\"guarani\",\"guaxinim\",\"guerrear\",\"guiar\",\"guincho\",\"guisado\",\"gula\",\"guloso\",\"guru\",\"habitar\",\"harmonia\",\"haste\",\"haver\",\"hectare\",\"herdar\",\"heresia\",\"hesitar\",\"hiato\",\"hibernar\",\"hidratar\",\"hiena\",\"hino\",\"hipismo\",\"hipnose\",\"hipoteca\",\"hoje\",\"holofote\",\"homem\",\"honesto\",\"honrado\",\"hormonal\",\"hospedar\",\"humorado\",\"iate\",\"ideia\",\"idoso\",\"ignorado\",\"igreja\",\"iguana\",\"ileso\",\"ilha\",\"iludido\",\"iluminar\",\"ilustrar\",\"imagem\",\"imediato\",\"imenso\",\"imersivo\",\"iminente\",\"imitador\",\"imortal\",\"impacto\",\"impedir\",\"implante\",\"impor\",\"imprensa\",\"impune\",\"imunizar\",\"inalador\",\"inapto\",\"inativo\",\"incenso\",\"inchar\",\"incidir\",\"incluir\",\"incolor\",\"indeciso\",\"indireto\",\"indutor\",\"ineficaz\",\"inerente\",\"infantil\",\"infestar\",\"infinito\",\"inflamar\",\"informal\",\"infrator\",\"ingerir\",\"inibido\",\"inicial\",\"inimigo\",\"injetar\",\"inocente\",\"inodoro\",\"inovador\",\"inox\",\"inquieto\",\"inscrito\",\"inseto\",\"insistir\",\"inspetor\",\"instalar\",\"insulto\",\"intacto\",\"integral\",\"intimar\",\"intocado\",\"intriga\",\"invasor\",\"inverno\",\"invicto\",\"invocar\",\"iogurte\",\"iraniano\",\"ironizar\",\"irreal\",\"irritado\",\"isca\",\"isento\",\"isolado\",\"isqueiro\",\"italiano\",\"janeiro\",\"jangada\",\"janta\",\"jararaca\",\"jardim\",\"jarro\",\"jasmim\",\"jato\",\"javali\",\"jazida\",\"jejum\",\"joaninha\",\"joelhada\",\"jogador\",\"joia\",\"jornal\",\"jorrar\",\"jovem\",\"juba\",\"judeu\",\"judoca\",\"juiz\",\"julgador\",\"julho\",\"jurado\",\"jurista\",\"juro\",\"justa\",\"labareda\",\"laboral\",\"lacre\",\"lactante\",\"ladrilho\",\"lagarta\",\"lagoa\",\"laje\",\"lamber\",\"lamentar\",\"laminar\",\"lampejo\",\"lanche\",\"lapidar\",\"lapso\",\"laranja\",\"lareira\",\"largura\",\"lasanha\",\"lastro\",\"lateral\",\"latido\",\"lavanda\",\"lavoura\",\"lavrador\",\"laxante\",\"lazer\",\"lealdade\",\"lebre\",\"legado\",\"legendar\",\"legista\",\"leigo\",\"leiloar\",\"leitura\",\"lembrete\",\"leme\",\"lenhador\",\"lentilha\",\"leoa\",\"lesma\",\"leste\",\"letivo\",\"letreiro\",\"levar\",\"leveza\",\"levitar\",\"liberal\",\"libido\",\"liderar\",\"ligar\",\"ligeiro\",\"limitar\",\"limoeiro\",\"limpador\",\"linda\",\"linear\",\"linhagem\",\"liquidez\",\"listagem\",\"lisura\",\"litoral\",\"livro\",\"lixa\",\"lixeira\",\"locador\",\"locutor\",\"lojista\",\"lombo\",\"lona\",\"longe\",\"lontra\",\"lorde\",\"lotado\",\"loteria\",\"loucura\",\"lousa\",\"louvar\",\"luar\",\"lucidez\",\"lucro\",\"luneta\",\"lustre\",\"lutador\",\"luva\",\"macaco\",\"macete\",\"machado\",\"macio\",\"madeira\",\"madrinha\",\"magnata\",\"magreza\",\"maior\",\"mais\",\"malandro\",\"malha\",\"malote\",\"maluco\",\"mamilo\",\"mamoeiro\",\"mamute\",\"manada\",\"mancha\",\"mandato\",\"manequim\",\"manhoso\",\"manivela\",\"manobrar\",\"mansa\",\"manter\",\"manusear\",\"mapeado\",\"maquinar\",\"marcador\",\"maresia\",\"marfim\",\"margem\",\"marinho\",\"marmita\",\"maroto\",\"marquise\",\"marreco\",\"martelo\",\"marujo\",\"mascote\",\"masmorra\",\"massagem\",\"mastigar\",\"matagal\",\"materno\",\"matinal\",\"matutar\",\"maxilar\",\"medalha\",\"medida\",\"medusa\",\"megafone\",\"meiga\",\"melancia\",\"melhor\",\"membro\",\"memorial\",\"menino\",\"menos\",\"mensagem\",\"mental\",\"merecer\",\"mergulho\",\"mesada\",\"mesclar\",\"mesmo\",\"mesquita\",\"mestre\",\"metade\",\"meteoro\",\"metragem\",\"mexer\",\"mexicano\",\"micro\",\"migalha\",\"migrar\",\"milagre\",\"milenar\",\"milhar\",\"mimado\",\"minerar\",\"minhoca\",\"ministro\",\"minoria\",\"miolo\",\"mirante\",\"mirtilo\",\"misturar\",\"mocidade\",\"moderno\",\"modular\",\"moeda\",\"moer\",\"moinho\",\"moita\",\"moldura\",\"moleza\",\"molho\",\"molinete\",\"molusco\",\"montanha\",\"moqueca\",\"morango\",\"morcego\",\"mordomo\",\"morena\",\"mosaico\",\"mosquete\",\"mostarda\",\"motel\",\"motim\",\"moto\",\"motriz\",\"muda\",\"muito\",\"mulata\",\"mulher\",\"multar\",\"mundial\",\"munido\",\"muralha\",\"murcho\",\"muscular\",\"museu\",\"musical\",\"nacional\",\"nadador\",\"naja\",\"namoro\",\"narina\",\"narrado\",\"nascer\",\"nativa\",\"natureza\",\"navalha\",\"navegar\",\"navio\",\"neblina\",\"nebuloso\",\"negativa\",\"negociar\",\"negrito\",\"nervoso\",\"neta\",\"neural\",\"nevasca\",\"nevoeiro\",\"ninar\",\"ninho\",\"nitidez\",\"nivelar\",\"nobreza\",\"noite\",\"noiva\",\"nomear\",\"nominal\",\"nordeste\",\"nortear\",\"notar\",\"noticiar\",\"noturno\",\"novelo\",\"novilho\",\"novo\",\"nublado\",\"nudez\",\"numeral\",\"nupcial\",\"nutrir\",\"nuvem\",\"obcecado\",\"obedecer\",\"objetivo\",\"obrigado\",\"obscuro\",\"obstetra\",\"obter\",\"obturar\",\"ocidente\",\"ocioso\",\"ocorrer\",\"oculista\",\"ocupado\",\"ofegante\",\"ofensiva\",\"oferenda\",\"oficina\",\"ofuscado\",\"ogiva\",\"olaria\",\"oleoso\",\"olhar\",\"oliveira\",\"ombro\",\"omelete\",\"omisso\",\"omitir\",\"ondulado\",\"oneroso\",\"ontem\",\"opcional\",\"operador\",\"oponente\",\"oportuno\",\"oposto\",\"orar\",\"orbitar\",\"ordem\",\"ordinal\",\"orfanato\",\"orgasmo\",\"orgulho\",\"oriental\",\"origem\",\"oriundo\",\"orla\",\"ortodoxo\",\"orvalho\",\"oscilar\",\"ossada\",\"osso\",\"ostentar\",\"otimismo\",\"ousadia\",\"outono\",\"outubro\",\"ouvido\",\"ovelha\",\"ovular\",\"oxidar\",\"oxigenar\",\"pacato\",\"paciente\",\"pacote\",\"pactuar\",\"padaria\",\"padrinho\",\"pagar\",\"pagode\",\"painel\",\"pairar\",\"paisagem\",\"palavra\",\"palestra\",\"palheta\",\"palito\",\"palmada\",\"palpitar\",\"pancada\",\"panela\",\"panfleto\",\"panqueca\",\"pantanal\",\"papagaio\",\"papelada\",\"papiro\",\"parafina\",\"parcial\",\"pardal\",\"parede\",\"partida\",\"pasmo\",\"passado\",\"pastel\",\"patamar\",\"patente\",\"patinar\",\"patrono\",\"paulada\",\"pausar\",\"peculiar\",\"pedalar\",\"pedestre\",\"pediatra\",\"pedra\",\"pegada\",\"peitoral\",\"peixe\",\"pele\",\"pelicano\",\"penca\",\"pendurar\",\"peneira\",\"penhasco\",\"pensador\",\"pente\",\"perceber\",\"perfeito\",\"pergunta\",\"perito\",\"permitir\",\"perna\",\"perplexo\",\"persiana\",\"pertence\",\"peruca\",\"pescado\",\"pesquisa\",\"pessoa\",\"petiscar\",\"piada\",\"picado\",\"piedade\",\"pigmento\",\"pilastra\",\"pilhado\",\"pilotar\",\"pimenta\",\"pincel\",\"pinguim\",\"pinha\",\"pinote\",\"pintar\",\"pioneiro\",\"pipoca\",\"piquete\",\"piranha\",\"pires\",\"pirueta\",\"piscar\",\"pistola\",\"pitanga\",\"pivete\",\"planta\",\"plaqueta\",\"platina\",\"plebeu\",\"plumagem\",\"pluvial\",\"pneu\",\"poda\",\"poeira\",\"poetisa\",\"polegada\",\"policiar\",\"poluente\",\"polvilho\",\"pomar\",\"pomba\",\"ponderar\",\"pontaria\",\"populoso\",\"porta\",\"possuir\",\"postal\",\"pote\",\"poupar\",\"pouso\",\"povoar\",\"praia\",\"prancha\",\"prato\",\"praxe\",\"prece\",\"predador\",\"prefeito\",\"premiar\",\"prensar\",\"preparar\",\"presilha\",\"pretexto\",\"prevenir\",\"prezar\",\"primata\",\"princesa\",\"prisma\",\"privado\",\"processo\",\"produto\",\"profeta\",\"proibido\",\"projeto\",\"prometer\",\"propagar\",\"prosa\",\"protetor\",\"provador\",\"publicar\",\"pudim\",\"pular\",\"pulmonar\",\"pulseira\",\"punhal\",\"punir\",\"pupilo\",\"pureza\",\"puxador\",\"quadra\",\"quantia\",\"quarto\",\"quase\",\"quebrar\",\"queda\",\"queijo\",\"quente\",\"querido\",\"quimono\",\"quina\",\"quiosque\",\"rabanada\",\"rabisco\",\"rachar\",\"racionar\",\"radial\",\"raiar\",\"rainha\",\"raio\",\"raiva\",\"rajada\",\"ralado\",\"ramal\",\"ranger\",\"ranhura\",\"rapadura\",\"rapel\",\"rapidez\",\"raposa\",\"raquete\",\"raridade\",\"rasante\",\"rascunho\",\"rasgar\",\"raspador\",\"rasteira\",\"rasurar\",\"ratazana\",\"ratoeira\",\"realeza\",\"reanimar\",\"reaver\",\"rebaixar\",\"rebelde\",\"rebolar\",\"recado\",\"recente\",\"recheio\",\"recibo\",\"recordar\",\"recrutar\",\"recuar\",\"rede\",\"redimir\",\"redonda\",\"reduzida\",\"reenvio\",\"refinar\",\"refletir\",\"refogar\",\"refresco\",\"refugiar\",\"regalia\",\"regime\",\"regra\",\"reinado\",\"reitor\",\"rejeitar\",\"relativo\",\"remador\",\"remendo\",\"remorso\",\"renovado\",\"reparo\",\"repelir\",\"repleto\",\"repolho\",\"represa\",\"repudiar\",\"requerer\",\"resenha\",\"resfriar\",\"resgatar\",\"residir\",\"resolver\",\"respeito\",\"ressaca\",\"restante\",\"resumir\",\"retalho\",\"reter\",\"retirar\",\"retomada\",\"retratar\",\"revelar\",\"revisor\",\"revolta\",\"riacho\",\"rica\",\"rigidez\",\"rigoroso\",\"rimar\",\"ringue\",\"risada\",\"risco\",\"risonho\",\"robalo\",\"rochedo\",\"rodada\",\"rodeio\",\"rodovia\",\"roedor\",\"roleta\",\"romano\",\"roncar\",\"rosado\",\"roseira\",\"rosto\",\"rota\",\"roteiro\",\"rotina\",\"rotular\",\"rouco\",\"roupa\",\"roxo\",\"rubro\",\"rugido\",\"rugoso\",\"ruivo\",\"rumo\",\"rupestre\",\"russo\",\"sabor\",\"saciar\",\"sacola\",\"sacudir\",\"sadio\",\"safira\",\"saga\",\"sagrada\",\"saibro\",\"salada\",\"saleiro\",\"salgado\",\"saliva\",\"salpicar\",\"salsicha\",\"saltar\",\"salvador\",\"sambar\",\"samurai\",\"sanar\",\"sanfona\",\"sangue\",\"sanidade\",\"sapato\",\"sarda\",\"sargento\",\"sarjeta\",\"saturar\",\"saudade\",\"saxofone\",\"sazonal\",\"secar\",\"secular\",\"seda\",\"sedento\",\"sediado\",\"sedoso\",\"sedutor\",\"segmento\",\"segredo\",\"segundo\",\"seiva\",\"seleto\",\"selvagem\",\"semanal\",\"semente\",\"senador\",\"senhor\",\"sensual\",\"sentado\",\"separado\",\"sereia\",\"seringa\",\"serra\",\"servo\",\"setembro\",\"setor\",\"sigilo\",\"silhueta\",\"silicone\",\"simetria\",\"simpatia\",\"simular\",\"sinal\",\"sincero\",\"singular\",\"sinopse\",\"sintonia\",\"sirene\",\"siri\",\"situado\",\"soberano\",\"sobra\",\"socorro\",\"sogro\",\"soja\",\"solda\",\"soletrar\",\"solteiro\",\"sombrio\",\"sonata\",\"sondar\",\"sonegar\",\"sonhador\",\"sono\",\"soprano\",\"soquete\",\"sorrir\",\"sorteio\",\"sossego\",\"sotaque\",\"soterrar\",\"sovado\",\"sozinho\",\"suavizar\",\"subida\",\"submerso\",\"subsolo\",\"subtrair\",\"sucata\",\"sucesso\",\"suco\",\"sudeste\",\"sufixo\",\"sugador\",\"sugerir\",\"sujeito\",\"sulfato\",\"sumir\",\"suor\",\"superior\",\"suplicar\",\"suposto\",\"suprimir\",\"surdina\",\"surfista\",\"surpresa\",\"surreal\",\"surtir\",\"suspiro\",\"sustento\",\"tabela\",\"tablete\",\"tabuada\",\"tacho\",\"tagarela\",\"talher\",\"talo\",\"talvez\",\"tamanho\",\"tamborim\",\"tampa\",\"tangente\",\"tanto\",\"tapar\",\"tapioca\",\"tardio\",\"tarefa\",\"tarja\",\"tarraxa\",\"tatuagem\",\"taurino\",\"taxativo\",\"taxista\",\"teatral\",\"tecer\",\"tecido\",\"teclado\",\"tedioso\",\"teia\",\"teimar\",\"telefone\",\"telhado\",\"tempero\",\"tenente\",\"tensor\",\"tentar\",\"termal\",\"terno\",\"terreno\",\"tese\",\"tesoura\",\"testado\",\"teto\",\"textura\",\"texugo\",\"tiara\",\"tigela\",\"tijolo\",\"timbrar\",\"timidez\",\"tingido\",\"tinteiro\",\"tiragem\",\"titular\",\"toalha\",\"tocha\",\"tolerar\",\"tolice\",\"tomada\",\"tomilho\",\"tonel\",\"tontura\",\"topete\",\"tora\",\"torcido\",\"torneio\",\"torque\",\"torrada\",\"torto\",\"tostar\",\"touca\",\"toupeira\",\"toxina\",\"trabalho\",\"tracejar\",\"tradutor\",\"trafegar\",\"trajeto\",\"trama\",\"trancar\",\"trapo\",\"traseiro\",\"tratador\",\"travar\",\"treino\",\"tremer\",\"trepidar\",\"trevo\",\"triagem\",\"tribo\",\"triciclo\",\"tridente\",\"trilogia\",\"trindade\",\"triplo\",\"triturar\",\"triunfal\",\"trocar\",\"trombeta\",\"trova\",\"trunfo\",\"truque\",\"tubular\",\"tucano\",\"tudo\",\"tulipa\",\"tupi\",\"turbo\",\"turma\",\"turquesa\",\"tutelar\",\"tutorial\",\"uivar\",\"umbigo\",\"unha\",\"unidade\",\"uniforme\",\"urologia\",\"urso\",\"urtiga\",\"urubu\",\"usado\",\"usina\",\"usufruir\",\"vacina\",\"vadiar\",\"vagaroso\",\"vaidoso\",\"vala\",\"valente\",\"validade\",\"valores\",\"vantagem\",\"vaqueiro\",\"varanda\",\"vareta\",\"varrer\",\"vascular\",\"vasilha\",\"vassoura\",\"vazar\",\"vazio\",\"veado\",\"vedar\",\"vegetar\",\"veicular\",\"veleiro\",\"velhice\",\"veludo\",\"vencedor\",\"vendaval\",\"venerar\",\"ventre\",\"verbal\",\"verdade\",\"vereador\",\"vergonha\",\"vermelho\",\"verniz\",\"versar\",\"vertente\",\"vespa\",\"vestido\",\"vetorial\",\"viaduto\",\"viagem\",\"viajar\",\"viatura\",\"vibrador\",\"videira\",\"vidraria\",\"viela\",\"viga\",\"vigente\",\"vigiar\",\"vigorar\",\"vilarejo\",\"vinco\",\"vinheta\",\"vinil\",\"violeta\",\"virada\",\"virtude\",\"visitar\",\"visto\",\"vitral\",\"viveiro\",\"vizinho\",\"voador\",\"voar\",\"vogal\",\"volante\",\"voleibol\",\"voltagem\",\"volumoso\",\"vontade\",\"vulto\",\"vuvuzela\",\"xadrez\",\"xarope\",\"xeque\",\"xeretar\",\"xerife\",\"xingar\",\"zangado\",\"zarpar\",\"zebu\",\"zelador\",\"zombar\",\"zoologia\",\"zumbido\"]");
+var EXTRA = __webpack_require__(/*! ./extra */ 409);
+for (typeName in EXTRA) {
+ typeforce[typeName] = EXTRA[typeName];
+}
-/***/ }),
-/* 422 */
-/*!*******************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip39/src/wordlists/english.json ***!
- \*******************************************************************************************/
-/*! exports provided: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 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, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, default */
-/***/ (function(module) {
+typeforce.compile = compile;
+typeforce.TfTypeError = TfTypeError;
+typeforce.TfPropertyTypeError = TfPropertyTypeError;
-module.exports = JSON.parse("[\"abandon\",\"ability\",\"able\",\"about\",\"above\",\"absent\",\"absorb\",\"abstract\",\"absurd\",\"abuse\",\"access\",\"accident\",\"account\",\"accuse\",\"achieve\",\"acid\",\"acoustic\",\"acquire\",\"across\",\"act\",\"action\",\"actor\",\"actress\",\"actual\",\"adapt\",\"add\",\"addict\",\"address\",\"adjust\",\"admit\",\"adult\",\"advance\",\"advice\",\"aerobic\",\"affair\",\"afford\",\"afraid\",\"again\",\"age\",\"agent\",\"agree\",\"ahead\",\"aim\",\"air\",\"airport\",\"aisle\",\"alarm\",\"album\",\"alcohol\",\"alert\",\"alien\",\"all\",\"alley\",\"allow\",\"almost\",\"alone\",\"alpha\",\"already\",\"also\",\"alter\",\"always\",\"amateur\",\"amazing\",\"among\",\"amount\",\"amused\",\"analyst\",\"anchor\",\"ancient\",\"anger\",\"angle\",\"angry\",\"animal\",\"ankle\",\"announce\",\"annual\",\"another\",\"answer\",\"antenna\",\"antique\",\"anxiety\",\"any\",\"apart\",\"apology\",\"appear\",\"apple\",\"approve\",\"april\",\"arch\",\"arctic\",\"area\",\"arena\",\"argue\",\"arm\",\"armed\",\"armor\",\"army\",\"around\",\"arrange\",\"arrest\",\"arrive\",\"arrow\",\"art\",\"artefact\",\"artist\",\"artwork\",\"ask\",\"aspect\",\"assault\",\"asset\",\"assist\",\"assume\",\"asthma\",\"athlete\",\"atom\",\"attack\",\"attend\",\"attitude\",\"attract\",\"auction\",\"audit\",\"august\",\"aunt\",\"author\",\"auto\",\"autumn\",\"average\",\"avocado\",\"avoid\",\"awake\",\"aware\",\"away\",\"awesome\",\"awful\",\"awkward\",\"axis\",\"baby\",\"bachelor\",\"bacon\",\"badge\",\"bag\",\"balance\",\"balcony\",\"ball\",\"bamboo\",\"banana\",\"banner\",\"bar\",\"barely\",\"bargain\",\"barrel\",\"base\",\"basic\",\"basket\",\"battle\",\"beach\",\"bean\",\"beauty\",\"because\",\"become\",\"beef\",\"before\",\"begin\",\"behave\",\"behind\",\"believe\",\"below\",\"belt\",\"bench\",\"benefit\",\"best\",\"betray\",\"better\",\"between\",\"beyond\",\"bicycle\",\"bid\",\"bike\",\"bind\",\"biology\",\"bird\",\"birth\",\"bitter\",\"black\",\"blade\",\"blame\",\"blanket\",\"blast\",\"bleak\",\"bless\",\"blind\",\"blood\",\"blossom\",\"blouse\",\"blue\",\"blur\",\"blush\",\"board\",\"boat\",\"body\",\"boil\",\"bomb\",\"bone\",\"bonus\",\"book\",\"boost\",\"border\",\"boring\",\"borrow\",\"boss\",\"bottom\",\"bounce\",\"box\",\"boy\",\"bracket\",\"brain\",\"brand\",\"brass\",\"brave\",\"bread\",\"breeze\",\"brick\",\"bridge\",\"brief\",\"bright\",\"bring\",\"brisk\",\"broccoli\",\"broken\",\"bronze\",\"broom\",\"brother\",\"brown\",\"brush\",\"bubble\",\"buddy\",\"budget\",\"buffalo\",\"build\",\"bulb\",\"bulk\",\"bullet\",\"bundle\",\"bunker\",\"burden\",\"burger\",\"burst\",\"bus\",\"business\",\"busy\",\"butter\",\"buyer\",\"buzz\",\"cabbage\",\"cabin\",\"cable\",\"cactus\",\"cage\",\"cake\",\"call\",\"calm\",\"camera\",\"camp\",\"can\",\"canal\",\"cancel\",\"candy\",\"cannon\",\"canoe\",\"canvas\",\"canyon\",\"capable\",\"capital\",\"captain\",\"car\",\"carbon\",\"card\",\"cargo\",\"carpet\",\"carry\",\"cart\",\"case\",\"cash\",\"casino\",\"castle\",\"casual\",\"cat\",\"catalog\",\"catch\",\"category\",\"cattle\",\"caught\",\"cause\",\"caution\",\"cave\",\"ceiling\",\"celery\",\"cement\",\"census\",\"century\",\"cereal\",\"certain\",\"chair\",\"chalk\",\"champion\",\"change\",\"chaos\",\"chapter\",\"charge\",\"chase\",\"chat\",\"cheap\",\"check\",\"cheese\",\"chef\",\"cherry\",\"chest\",\"chicken\",\"chief\",\"child\",\"chimney\",\"choice\",\"choose\",\"chronic\",\"chuckle\",\"chunk\",\"churn\",\"cigar\",\"cinnamon\",\"circle\",\"citizen\",\"city\",\"civil\",\"claim\",\"clap\",\"clarify\",\"claw\",\"clay\",\"clean\",\"clerk\",\"clever\",\"click\",\"client\",\"cliff\",\"climb\",\"clinic\",\"clip\",\"clock\",\"clog\",\"close\",\"cloth\",\"cloud\",\"clown\",\"club\",\"clump\",\"cluster\",\"clutch\",\"coach\",\"coast\",\"coconut\",\"code\",\"coffee\",\"coil\",\"coin\",\"collect\",\"color\",\"column\",\"combine\",\"come\",\"comfort\",\"comic\",\"common\",\"company\",\"concert\",\"conduct\",\"confirm\",\"congress\",\"connect\",\"consider\",\"control\",\"convince\",\"cook\",\"cool\",\"copper\",\"copy\",\"coral\",\"core\",\"corn\",\"correct\",\"cost\",\"cotton\",\"couch\",\"country\",\"couple\",\"course\",\"cousin\",\"cover\",\"coyote\",\"crack\",\"cradle\",\"craft\",\"cram\",\"crane\",\"crash\",\"crater\",\"crawl\",\"crazy\",\"cream\",\"credit\",\"creek\",\"crew\",\"cricket\",\"crime\",\"crisp\",\"critic\",\"crop\",\"cross\",\"crouch\",\"crowd\",\"crucial\",\"cruel\",\"cruise\",\"crumble\",\"crunch\",\"crush\",\"cry\",\"crystal\",\"cube\",\"culture\",\"cup\",\"cupboard\",\"curious\",\"current\",\"curtain\",\"curve\",\"cushion\",\"custom\",\"cute\",\"cycle\",\"dad\",\"damage\",\"damp\",\"dance\",\"danger\",\"daring\",\"dash\",\"daughter\",\"dawn\",\"day\",\"deal\",\"debate\",\"debris\",\"decade\",\"december\",\"decide\",\"decline\",\"decorate\",\"decrease\",\"deer\",\"defense\",\"define\",\"defy\",\"degree\",\"delay\",\"deliver\",\"demand\",\"demise\",\"denial\",\"dentist\",\"deny\",\"depart\",\"depend\",\"deposit\",\"depth\",\"deputy\",\"derive\",\"describe\",\"desert\",\"design\",\"desk\",\"despair\",\"destroy\",\"detail\",\"detect\",\"develop\",\"device\",\"devote\",\"diagram\",\"dial\",\"diamond\",\"diary\",\"dice\",\"diesel\",\"diet\",\"differ\",\"digital\",\"dignity\",\"dilemma\",\"dinner\",\"dinosaur\",\"direct\",\"dirt\",\"disagree\",\"discover\",\"disease\",\"dish\",\"dismiss\",\"disorder\",\"display\",\"distance\",\"divert\",\"divide\",\"divorce\",\"dizzy\",\"doctor\",\"document\",\"dog\",\"doll\",\"dolphin\",\"domain\",\"donate\",\"donkey\",\"donor\",\"door\",\"dose\",\"double\",\"dove\",\"draft\",\"dragon\",\"drama\",\"drastic\",\"draw\",\"dream\",\"dress\",\"drift\",\"drill\",\"drink\",\"drip\",\"drive\",\"drop\",\"drum\",\"dry\",\"duck\",\"dumb\",\"dune\",\"during\",\"dust\",\"dutch\",\"duty\",\"dwarf\",\"dynamic\",\"eager\",\"eagle\",\"early\",\"earn\",\"earth\",\"easily\",\"east\",\"easy\",\"echo\",\"ecology\",\"economy\",\"edge\",\"edit\",\"educate\",\"effort\",\"egg\",\"eight\",\"either\",\"elbow\",\"elder\",\"electric\",\"elegant\",\"element\",\"elephant\",\"elevator\",\"elite\",\"else\",\"embark\",\"embody\",\"embrace\",\"emerge\",\"emotion\",\"employ\",\"empower\",\"empty\",\"enable\",\"enact\",\"end\",\"endless\",\"endorse\",\"enemy\",\"energy\",\"enforce\",\"engage\",\"engine\",\"enhance\",\"enjoy\",\"enlist\",\"enough\",\"enrich\",\"enroll\",\"ensure\",\"enter\",\"entire\",\"entry\",\"envelope\",\"episode\",\"equal\",\"equip\",\"era\",\"erase\",\"erode\",\"erosion\",\"error\",\"erupt\",\"escape\",\"essay\",\"essence\",\"estate\",\"eternal\",\"ethics\",\"evidence\",\"evil\",\"evoke\",\"evolve\",\"exact\",\"example\",\"excess\",\"exchange\",\"excite\",\"exclude\",\"excuse\",\"execute\",\"exercise\",\"exhaust\",\"exhibit\",\"exile\",\"exist\",\"exit\",\"exotic\",\"expand\",\"expect\",\"expire\",\"explain\",\"expose\",\"express\",\"extend\",\"extra\",\"eye\",\"eyebrow\",\"fabric\",\"face\",\"faculty\",\"fade\",\"faint\",\"faith\",\"fall\",\"false\",\"fame\",\"family\",\"famous\",\"fan\",\"fancy\",\"fantasy\",\"farm\",\"fashion\",\"fat\",\"fatal\",\"father\",\"fatigue\",\"fault\",\"favorite\",\"feature\",\"february\",\"federal\",\"fee\",\"feed\",\"feel\",\"female\",\"fence\",\"festival\",\"fetch\",\"fever\",\"few\",\"fiber\",\"fiction\",\"field\",\"figure\",\"file\",\"film\",\"filter\",\"final\",\"find\",\"fine\",\"finger\",\"finish\",\"fire\",\"firm\",\"first\",\"fiscal\",\"fish\",\"fit\",\"fitness\",\"fix\",\"flag\",\"flame\",\"flash\",\"flat\",\"flavor\",\"flee\",\"flight\",\"flip\",\"float\",\"flock\",\"floor\",\"flower\",\"fluid\",\"flush\",\"fly\",\"foam\",\"focus\",\"fog\",\"foil\",\"fold\",\"follow\",\"food\",\"foot\",\"force\",\"forest\",\"forget\",\"fork\",\"fortune\",\"forum\",\"forward\",\"fossil\",\"foster\",\"found\",\"fox\",\"fragile\",\"frame\",\"frequent\",\"fresh\",\"friend\",\"fringe\",\"frog\",\"front\",\"frost\",\"frown\",\"frozen\",\"fruit\",\"fuel\",\"fun\",\"funny\",\"furnace\",\"fury\",\"future\",\"gadget\",\"gain\",\"galaxy\",\"gallery\",\"game\",\"gap\",\"garage\",\"garbage\",\"garden\",\"garlic\",\"garment\",\"gas\",\"gasp\",\"gate\",\"gather\",\"gauge\",\"gaze\",\"general\",\"genius\",\"genre\",\"gentle\",\"genuine\",\"gesture\",\"ghost\",\"giant\",\"gift\",\"giggle\",\"ginger\",\"giraffe\",\"girl\",\"give\",\"glad\",\"glance\",\"glare\",\"glass\",\"glide\",\"glimpse\",\"globe\",\"gloom\",\"glory\",\"glove\",\"glow\",\"glue\",\"goat\",\"goddess\",\"gold\",\"good\",\"goose\",\"gorilla\",\"gospel\",\"gossip\",\"govern\",\"gown\",\"grab\",\"grace\",\"grain\",\"grant\",\"grape\",\"grass\",\"gravity\",\"great\",\"green\",\"grid\",\"grief\",\"grit\",\"grocery\",\"group\",\"grow\",\"grunt\",\"guard\",\"guess\",\"guide\",\"guilt\",\"guitar\",\"gun\",\"gym\",\"habit\",\"hair\",\"half\",\"hammer\",\"hamster\",\"hand\",\"happy\",\"harbor\",\"hard\",\"harsh\",\"harvest\",\"hat\",\"have\",\"hawk\",\"hazard\",\"head\",\"health\",\"heart\",\"heavy\",\"hedgehog\",\"height\",\"hello\",\"helmet\",\"help\",\"hen\",\"hero\",\"hidden\",\"high\",\"hill\",\"hint\",\"hip\",\"hire\",\"history\",\"hobby\",\"hockey\",\"hold\",\"hole\",\"holiday\",\"hollow\",\"home\",\"honey\",\"hood\",\"hope\",\"horn\",\"horror\",\"horse\",\"hospital\",\"host\",\"hotel\",\"hour\",\"hover\",\"hub\",\"huge\",\"human\",\"humble\",\"humor\",\"hundred\",\"hungry\",\"hunt\",\"hurdle\",\"hurry\",\"hurt\",\"husband\",\"hybrid\",\"ice\",\"icon\",\"idea\",\"identify\",\"idle\",\"ignore\",\"ill\",\"illegal\",\"illness\",\"image\",\"imitate\",\"immense\",\"immune\",\"impact\",\"impose\",\"improve\",\"impulse\",\"inch\",\"include\",\"income\",\"increase\",\"index\",\"indicate\",\"indoor\",\"industry\",\"infant\",\"inflict\",\"inform\",\"inhale\",\"inherit\",\"initial\",\"inject\",\"injury\",\"inmate\",\"inner\",\"innocent\",\"input\",\"inquiry\",\"insane\",\"insect\",\"inside\",\"inspire\",\"install\",\"intact\",\"interest\",\"into\",\"invest\",\"invite\",\"involve\",\"iron\",\"island\",\"isolate\",\"issue\",\"item\",\"ivory\",\"jacket\",\"jaguar\",\"jar\",\"jazz\",\"jealous\",\"jeans\",\"jelly\",\"jewel\",\"job\",\"join\",\"joke\",\"journey\",\"joy\",\"judge\",\"juice\",\"jump\",\"jungle\",\"junior\",\"junk\",\"just\",\"kangaroo\",\"keen\",\"keep\",\"ketchup\",\"key\",\"kick\",\"kid\",\"kidney\",\"kind\",\"kingdom\",\"kiss\",\"kit\",\"kitchen\",\"kite\",\"kitten\",\"kiwi\",\"knee\",\"knife\",\"knock\",\"know\",\"lab\",\"label\",\"labor\",\"ladder\",\"lady\",\"lake\",\"lamp\",\"language\",\"laptop\",\"large\",\"later\",\"latin\",\"laugh\",\"laundry\",\"lava\",\"law\",\"lawn\",\"lawsuit\",\"layer\",\"lazy\",\"leader\",\"leaf\",\"learn\",\"leave\",\"lecture\",\"left\",\"leg\",\"legal\",\"legend\",\"leisure\",\"lemon\",\"lend\",\"length\",\"lens\",\"leopard\",\"lesson\",\"letter\",\"level\",\"liar\",\"liberty\",\"library\",\"license\",\"life\",\"lift\",\"light\",\"like\",\"limb\",\"limit\",\"link\",\"lion\",\"liquid\",\"list\",\"little\",\"live\",\"lizard\",\"load\",\"loan\",\"lobster\",\"local\",\"lock\",\"logic\",\"lonely\",\"long\",\"loop\",\"lottery\",\"loud\",\"lounge\",\"love\",\"loyal\",\"lucky\",\"luggage\",\"lumber\",\"lunar\",\"lunch\",\"luxury\",\"lyrics\",\"machine\",\"mad\",\"magic\",\"magnet\",\"maid\",\"mail\",\"main\",\"major\",\"make\",\"mammal\",\"man\",\"manage\",\"mandate\",\"mango\",\"mansion\",\"manual\",\"maple\",\"marble\",\"march\",\"margin\",\"marine\",\"market\",\"marriage\",\"mask\",\"mass\",\"master\",\"match\",\"material\",\"math\",\"matrix\",\"matter\",\"maximum\",\"maze\",\"meadow\",\"mean\",\"measure\",\"meat\",\"mechanic\",\"medal\",\"media\",\"melody\",\"melt\",\"member\",\"memory\",\"mention\",\"menu\",\"mercy\",\"merge\",\"merit\",\"merry\",\"mesh\",\"message\",\"metal\",\"method\",\"middle\",\"midnight\",\"milk\",\"million\",\"mimic\",\"mind\",\"minimum\",\"minor\",\"minute\",\"miracle\",\"mirror\",\"misery\",\"miss\",\"mistake\",\"mix\",\"mixed\",\"mixture\",\"mobile\",\"model\",\"modify\",\"mom\",\"moment\",\"monitor\",\"monkey\",\"monster\",\"month\",\"moon\",\"moral\",\"more\",\"morning\",\"mosquito\",\"mother\",\"motion\",\"motor\",\"mountain\",\"mouse\",\"move\",\"movie\",\"much\",\"muffin\",\"mule\",\"multiply\",\"muscle\",\"museum\",\"mushroom\",\"music\",\"must\",\"mutual\",\"myself\",\"mystery\",\"myth\",\"naive\",\"name\",\"napkin\",\"narrow\",\"nasty\",\"nation\",\"nature\",\"near\",\"neck\",\"need\",\"negative\",\"neglect\",\"neither\",\"nephew\",\"nerve\",\"nest\",\"net\",\"network\",\"neutral\",\"never\",\"news\",\"next\",\"nice\",\"night\",\"noble\",\"noise\",\"nominee\",\"noodle\",\"normal\",\"north\",\"nose\",\"notable\",\"note\",\"nothing\",\"notice\",\"novel\",\"now\",\"nuclear\",\"number\",\"nurse\",\"nut\",\"oak\",\"obey\",\"object\",\"oblige\",\"obscure\",\"observe\",\"obtain\",\"obvious\",\"occur\",\"ocean\",\"october\",\"odor\",\"off\",\"offer\",\"office\",\"often\",\"oil\",\"okay\",\"old\",\"olive\",\"olympic\",\"omit\",\"once\",\"one\",\"onion\",\"online\",\"only\",\"open\",\"opera\",\"opinion\",\"oppose\",\"option\",\"orange\",\"orbit\",\"orchard\",\"order\",\"ordinary\",\"organ\",\"orient\",\"original\",\"orphan\",\"ostrich\",\"other\",\"outdoor\",\"outer\",\"output\",\"outside\",\"oval\",\"oven\",\"over\",\"own\",\"owner\",\"oxygen\",\"oyster\",\"ozone\",\"pact\",\"paddle\",\"page\",\"pair\",\"palace\",\"palm\",\"panda\",\"panel\",\"panic\",\"panther\",\"paper\",\"parade\",\"parent\",\"park\",\"parrot\",\"party\",\"pass\",\"patch\",\"path\",\"patient\",\"patrol\",\"pattern\",\"pause\",\"pave\",\"payment\",\"peace\",\"peanut\",\"pear\",\"peasant\",\"pelican\",\"pen\",\"penalty\",\"pencil\",\"people\",\"pepper\",\"perfect\",\"permit\",\"person\",\"pet\",\"phone\",\"photo\",\"phrase\",\"physical\",\"piano\",\"picnic\",\"picture\",\"piece\",\"pig\",\"pigeon\",\"pill\",\"pilot\",\"pink\",\"pioneer\",\"pipe\",\"pistol\",\"pitch\",\"pizza\",\"place\",\"planet\",\"plastic\",\"plate\",\"play\",\"please\",\"pledge\",\"pluck\",\"plug\",\"plunge\",\"poem\",\"poet\",\"point\",\"polar\",\"pole\",\"police\",\"pond\",\"pony\",\"pool\",\"popular\",\"portion\",\"position\",\"possible\",\"post\",\"potato\",\"pottery\",\"poverty\",\"powder\",\"power\",\"practice\",\"praise\",\"predict\",\"prefer\",\"prepare\",\"present\",\"pretty\",\"prevent\",\"price\",\"pride\",\"primary\",\"print\",\"priority\",\"prison\",\"private\",\"prize\",\"problem\",\"process\",\"produce\",\"profit\",\"program\",\"project\",\"promote\",\"proof\",\"property\",\"prosper\",\"protect\",\"proud\",\"provide\",\"public\",\"pudding\",\"pull\",\"pulp\",\"pulse\",\"pumpkin\",\"punch\",\"pupil\",\"puppy\",\"purchase\",\"purity\",\"purpose\",\"purse\",\"push\",\"put\",\"puzzle\",\"pyramid\",\"quality\",\"quantum\",\"quarter\",\"question\",\"quick\",\"quit\",\"quiz\",\"quote\",\"rabbit\",\"raccoon\",\"race\",\"rack\",\"radar\",\"radio\",\"rail\",\"rain\",\"raise\",\"rally\",\"ramp\",\"ranch\",\"random\",\"range\",\"rapid\",\"rare\",\"rate\",\"rather\",\"raven\",\"raw\",\"razor\",\"ready\",\"real\",\"reason\",\"rebel\",\"rebuild\",\"recall\",\"receive\",\"recipe\",\"record\",\"recycle\",\"reduce\",\"reflect\",\"reform\",\"refuse\",\"region\",\"regret\",\"regular\",\"reject\",\"relax\",\"release\",\"relief\",\"rely\",\"remain\",\"remember\",\"remind\",\"remove\",\"render\",\"renew\",\"rent\",\"reopen\",\"repair\",\"repeat\",\"replace\",\"report\",\"require\",\"rescue\",\"resemble\",\"resist\",\"resource\",\"response\",\"result\",\"retire\",\"retreat\",\"return\",\"reunion\",\"reveal\",\"review\",\"reward\",\"rhythm\",\"rib\",\"ribbon\",\"rice\",\"rich\",\"ride\",\"ridge\",\"rifle\",\"right\",\"rigid\",\"ring\",\"riot\",\"ripple\",\"risk\",\"ritual\",\"rival\",\"river\",\"road\",\"roast\",\"robot\",\"robust\",\"rocket\",\"romance\",\"roof\",\"rookie\",\"room\",\"rose\",\"rotate\",\"rough\",\"round\",\"route\",\"royal\",\"rubber\",\"rude\",\"rug\",\"rule\",\"run\",\"runway\",\"rural\",\"sad\",\"saddle\",\"sadness\",\"safe\",\"sail\",\"salad\",\"salmon\",\"salon\",\"salt\",\"salute\",\"same\",\"sample\",\"sand\",\"satisfy\",\"satoshi\",\"sauce\",\"sausage\",\"save\",\"say\",\"scale\",\"scan\",\"scare\",\"scatter\",\"scene\",\"scheme\",\"school\",\"science\",\"scissors\",\"scorpion\",\"scout\",\"scrap\",\"screen\",\"script\",\"scrub\",\"sea\",\"search\",\"season\",\"seat\",\"second\",\"secret\",\"section\",\"security\",\"seed\",\"seek\",\"segment\",\"select\",\"sell\",\"seminar\",\"senior\",\"sense\",\"sentence\",\"series\",\"service\",\"session\",\"settle\",\"setup\",\"seven\",\"shadow\",\"shaft\",\"shallow\",\"share\",\"shed\",\"shell\",\"sheriff\",\"shield\",\"shift\",\"shine\",\"ship\",\"shiver\",\"shock\",\"shoe\",\"shoot\",\"shop\",\"short\",\"shoulder\",\"shove\",\"shrimp\",\"shrug\",\"shuffle\",\"shy\",\"sibling\",\"sick\",\"side\",\"siege\",\"sight\",\"sign\",\"silent\",\"silk\",\"silly\",\"silver\",\"similar\",\"simple\",\"since\",\"sing\",\"siren\",\"sister\",\"situate\",\"six\",\"size\",\"skate\",\"sketch\",\"ski\",\"skill\",\"skin\",\"skirt\",\"skull\",\"slab\",\"slam\",\"sleep\",\"slender\",\"slice\",\"slide\",\"slight\",\"slim\",\"slogan\",\"slot\",\"slow\",\"slush\",\"small\",\"smart\",\"smile\",\"smoke\",\"smooth\",\"snack\",\"snake\",\"snap\",\"sniff\",\"snow\",\"soap\",\"soccer\",\"social\",\"sock\",\"soda\",\"soft\",\"solar\",\"soldier\",\"solid\",\"solution\",\"solve\",\"someone\",\"song\",\"soon\",\"sorry\",\"sort\",\"soul\",\"sound\",\"soup\",\"source\",\"south\",\"space\",\"spare\",\"spatial\",\"spawn\",\"speak\",\"special\",\"speed\",\"spell\",\"spend\",\"sphere\",\"spice\",\"spider\",\"spike\",\"spin\",\"spirit\",\"split\",\"spoil\",\"sponsor\",\"spoon\",\"sport\",\"spot\",\"spray\",\"spread\",\"spring\",\"spy\",\"square\",\"squeeze\",\"squirrel\",\"stable\",\"stadium\",\"staff\",\"stage\",\"stairs\",\"stamp\",\"stand\",\"start\",\"state\",\"stay\",\"steak\",\"steel\",\"stem\",\"step\",\"stereo\",\"stick\",\"still\",\"sting\",\"stock\",\"stomach\",\"stone\",\"stool\",\"story\",\"stove\",\"strategy\",\"street\",\"strike\",\"strong\",\"struggle\",\"student\",\"stuff\",\"stumble\",\"style\",\"subject\",\"submit\",\"subway\",\"success\",\"such\",\"sudden\",\"suffer\",\"sugar\",\"suggest\",\"suit\",\"summer\",\"sun\",\"sunny\",\"sunset\",\"super\",\"supply\",\"supreme\",\"sure\",\"surface\",\"surge\",\"surprise\",\"surround\",\"survey\",\"suspect\",\"sustain\",\"swallow\",\"swamp\",\"swap\",\"swarm\",\"swear\",\"sweet\",\"swift\",\"swim\",\"swing\",\"switch\",\"sword\",\"symbol\",\"symptom\",\"syrup\",\"system\",\"table\",\"tackle\",\"tag\",\"tail\",\"talent\",\"talk\",\"tank\",\"tape\",\"target\",\"task\",\"taste\",\"tattoo\",\"taxi\",\"teach\",\"team\",\"tell\",\"ten\",\"tenant\",\"tennis\",\"tent\",\"term\",\"test\",\"text\",\"thank\",\"that\",\"theme\",\"then\",\"theory\",\"there\",\"they\",\"thing\",\"this\",\"thought\",\"three\",\"thrive\",\"throw\",\"thumb\",\"thunder\",\"ticket\",\"tide\",\"tiger\",\"tilt\",\"timber\",\"time\",\"tiny\",\"tip\",\"tired\",\"tissue\",\"title\",\"toast\",\"tobacco\",\"today\",\"toddler\",\"toe\",\"together\",\"toilet\",\"token\",\"tomato\",\"tomorrow\",\"tone\",\"tongue\",\"tonight\",\"tool\",\"tooth\",\"top\",\"topic\",\"topple\",\"torch\",\"tornado\",\"tortoise\",\"toss\",\"total\",\"tourist\",\"toward\",\"tower\",\"town\",\"toy\",\"track\",\"trade\",\"traffic\",\"tragic\",\"train\",\"transfer\",\"trap\",\"trash\",\"travel\",\"tray\",\"treat\",\"tree\",\"trend\",\"trial\",\"tribe\",\"trick\",\"trigger\",\"trim\",\"trip\",\"trophy\",\"trouble\",\"truck\",\"true\",\"truly\",\"trumpet\",\"trust\",\"truth\",\"try\",\"tube\",\"tuition\",\"tumble\",\"tuna\",\"tunnel\",\"turkey\",\"turn\",\"turtle\",\"twelve\",\"twenty\",\"twice\",\"twin\",\"twist\",\"two\",\"type\",\"typical\",\"ugly\",\"umbrella\",\"unable\",\"unaware\",\"uncle\",\"uncover\",\"under\",\"undo\",\"unfair\",\"unfold\",\"unhappy\",\"uniform\",\"unique\",\"unit\",\"universe\",\"unknown\",\"unlock\",\"until\",\"unusual\",\"unveil\",\"update\",\"upgrade\",\"uphold\",\"upon\",\"upper\",\"upset\",\"urban\",\"urge\",\"usage\",\"use\",\"used\",\"useful\",\"useless\",\"usual\",\"utility\",\"vacant\",\"vacuum\",\"vague\",\"valid\",\"valley\",\"valve\",\"van\",\"vanish\",\"vapor\",\"various\",\"vast\",\"vault\",\"vehicle\",\"velvet\",\"vendor\",\"venture\",\"venue\",\"verb\",\"verify\",\"version\",\"very\",\"vessel\",\"veteran\",\"viable\",\"vibrant\",\"vicious\",\"victory\",\"video\",\"view\",\"village\",\"vintage\",\"violin\",\"virtual\",\"virus\",\"visa\",\"visit\",\"visual\",\"vital\",\"vivid\",\"vocal\",\"voice\",\"void\",\"volcano\",\"volume\",\"vote\",\"voyage\",\"wage\",\"wagon\",\"wait\",\"walk\",\"wall\",\"walnut\",\"want\",\"warfare\",\"warm\",\"warrior\",\"wash\",\"wasp\",\"waste\",\"water\",\"wave\",\"way\",\"wealth\",\"weapon\",\"wear\",\"weasel\",\"weather\",\"web\",\"wedding\",\"weekend\",\"weird\",\"welcome\",\"west\",\"wet\",\"whale\",\"what\",\"wheat\",\"wheel\",\"when\",\"where\",\"whip\",\"whisper\",\"wide\",\"width\",\"wife\",\"wild\",\"will\",\"win\",\"window\",\"wine\",\"wing\",\"wink\",\"winner\",\"winter\",\"wire\",\"wisdom\",\"wise\",\"wish\",\"witness\",\"wolf\",\"woman\",\"wonder\",\"wood\",\"wool\",\"word\",\"work\",\"world\",\"worry\",\"worth\",\"wrap\",\"wreck\",\"wrestle\",\"wrist\",\"write\",\"wrong\",\"yard\",\"year\",\"yellow\",\"you\",\"young\",\"youth\",\"zebra\",\"zero\",\"zone\",\"zoo\"]");
+module.exports = typeforce;
/***/ }),
-/* 423 */
-/*!*****************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip32/src/index.js ***!
- \*****************************************************************************/
+/* 407 */
+/*!********************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/typeforce/errors.js ***!
+ \********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-"use strict";
+var native = __webpack_require__(/*! ./native */ 408);
-Object.defineProperty(exports, "__esModule", { value: true });
-var bip32_1 = __webpack_require__(/*! ./bip32 */ 424);
-exports.fromSeed = bip32_1.fromSeed;
-exports.fromBase58 = bip32_1.fromBase58;
-exports.fromPublicKey = bip32_1.fromPublicKey;
-exports.fromPrivateKey = bip32_1.fromPrivateKey;
+function getTypeName(fn) {
+ return fn.name || fn.toString().match(/function (.*?)\s*\(/)[1];
+}
-/***/ }),
-/* 424 */
-/*!*****************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip32/src/bip32.js ***!
- \*****************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+function getValueTypeName(value) {
+ return native.Nil(value) ? '' : getTypeName(value.constructor);
+}
-"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}
-Object.defineProperty(exports, "__esModule", { value: true });
-var crypto = __webpack_require__(/*! ./crypto */ 425);
-var bs58check = __webpack_require__(/*! bs58check */ 428);
-var ecc = __webpack_require__(/*! tiny-secp256k1 */ 432);
-var typeforce = __webpack_require__(/*! typeforce */ 434);
-var wif = __webpack_require__(/*! wif */ 438);
-var UINT256_TYPE = typeforce.BufferN(32);
-var NETWORK_TYPE = typeforce.compile({
- wif: typeforce.UInt8,
- bip32: {
- public: typeforce.UInt32,
- private: typeforce.UInt32 } });
+function getValue(value) {
+ if (native.Function(value)) return '';
+ if (native.String(value)) return JSON.stringify(value);
+ if (value && native.Object(value)) return '';
+ return value;
+}
+function captureStackTrace(e, t) {
+ if (Error.captureStackTrace) {
+ Error.captureStackTrace(e, t);
+ }
+}
-var BITCOIN = {
- messagePrefix: '\x18Bitcoin Signed Message:\n',
- bech32: 'bc',
- bip32: {
- public: 0x0488b21e,
- private: 0x0488ade4 },
+function tfJSON(type) {
+ if (native.Function(type)) return type.toJSON ? type.toJSON() : getTypeName(type);
+ if (native.Array(type)) return 'Array';
+ if (type && native.Object(type)) return 'Object';
- pubKeyHash: 0x00,
- scriptHash: 0x05,
- wif: 0x80 };
+ return type !== undefined ? type : '';
+}
-var HIGHEST_BIT = 0x80000000;
-var UINT31_MAX = Math.pow(2, 31) - 1;
-function BIP32Path(value) {
- return typeforce.String(value) && value.match(/^(m\/)?(\d+'?\/)*\d+'?$/) !== null;
+function tfErrorString(type, value, valueTypeName) {
+ var valueJson = getValue(value);
+
+ return 'Expected ' + tfJSON(type) + ', got' + (
+ valueTypeName !== '' ? ' ' + valueTypeName : '') + (
+ valueJson !== '' ? ' ' + valueJson : '');
}
-function UInt31(value) {
- return typeforce.UInt32(value) && value <= UINT31_MAX;
-}var
-BIP32 = /*#__PURE__*/function () {
- function BIP32(__D, __Q, chainCode, network) {var __DEPTH = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : 0;var __INDEX = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : 0;var __PARENT_FINGERPRINT = arguments.length > 6 && arguments[6] !== undefined ? arguments[6] : 0x00000000;_classCallCheck(this, BIP32);
- this.__D = __D;
- this.__Q = __Q;
- this.chainCode = chainCode;
- this.network = network;
- this.__DEPTH = __DEPTH;
- this.__INDEX = __INDEX;
- this.__PARENT_FINGERPRINT = __PARENT_FINGERPRINT;
- typeforce(NETWORK_TYPE, network);
- this.lowR = false;
- }_createClass(BIP32, [{ key: "isNeutered",
+function TfTypeError(type, value, valueTypeName) {
+ valueTypeName = valueTypeName || getValueTypeName(value);
+ this.message = tfErrorString(type, value, valueTypeName);
+ captureStackTrace(this, TfTypeError);
+ this.__type = type;
+ this.__value = value;
+ this.__valueTypeName = valueTypeName;
+}
+TfTypeError.prototype = Object.create(Error.prototype);
+TfTypeError.prototype.constructor = TfTypeError;
+function tfPropertyErrorString(type, label, name, value, valueTypeName) {
+ var description = '" of type ';
+ if (label === 'key') description = '" with key type ';
+ return tfErrorString('property "' + tfJSON(name) + description + tfJSON(type), value, valueTypeName);
+}
+function TfPropertyTypeError(type, property, label, value, valueTypeName) {
+ if (type) {
+ valueTypeName = valueTypeName || getValueTypeName(value);
+ this.message = tfPropertyErrorString(type, label, property, value, valueTypeName);
+ } else {
+ this.message = 'Unexpected property "' + property + '"';
+ }
+ captureStackTrace(this, TfTypeError);
+ this.__label = label;
+ this.__property = property;
+ this.__type = type;
+ this.__value = value;
+ this.__valueTypeName = valueTypeName;
+}
+TfPropertyTypeError.prototype = Object.create(Error.prototype);
+TfPropertyTypeError.prototype.constructor = TfTypeError;
+function tfCustomError(expected, actual) {
+ return new TfTypeError(expected, {}, actual);
+}
+function tfSubError(e, property, label) {
+ // sub child?
+ if (e instanceof TfPropertyTypeError) {
+ property = property + '.' + e.__property;
+ e = new TfPropertyTypeError(
+ e.__type, property, e.__label, e.__value, e.__valueTypeName);
+ // child?
+ } else if (e instanceof TfTypeError) {
+ e = new TfPropertyTypeError(
+ e.__type, property, label, e.__value, e.__valueTypeName);
+ }
+ captureStackTrace(e);
+ return e;
+}
+module.exports = {
+ TfTypeError: TfTypeError,
+ TfPropertyTypeError: TfPropertyTypeError,
+ tfCustomError: tfCustomError,
+ tfSubError: tfSubError,
+ tfJSON: tfJSON,
+ getValueTypeName: getValueTypeName };
+/***/ }),
+/* 408 */
+/*!********************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/typeforce/native.js ***!
+ \********************************************************/
+/*! no static exports found */
+/***/ (function(module, exports) {
+var types = {
+ Array: function (_Array) {function Array(_x) {return _Array.apply(this, arguments);}Array.toString = function () {return _Array.toString();};return Array;}(function (value) {return value !== null && value !== undefined && value.constructor === Array;}),
+ Boolean: function Boolean(value) {return typeof value === 'boolean';},
+ Function: function Function(value) {return typeof value === 'function';},
+ Nil: function Nil(value) {return value === undefined || value === null;},
+ Number: function Number(value) {return typeof value === 'number';},
+ Object: function Object(value) {return typeof value === 'object';},
+ String: function String(value) {return typeof value === 'string';},
+ '': function _() {return true;} };
+// TODO: deprecate
+types.Null = types.Nil;
+for (var typeName in types) {
+ types[typeName].toJSON = function (t) {
+ return t;
+ }.bind(null, typeName);
+}
+module.exports = types;
+/***/ }),
+/* 409 */
+/*!*******************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/typeforce/extra.js ***!
+ \*******************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+/* WEBPACK VAR INJECTION */(function(Buffer) {var NATIVE = __webpack_require__(/*! ./native */ 408);
+var ERRORS = __webpack_require__(/*! ./errors */ 407);
+function _Buffer(value) {
+ return Buffer.isBuffer(value);
+}
- // Private === not neutered
- // Public === neutered
- value: function isNeutered() {
- return this.__D === undefined;
- } }, { key: "neutered", value: function neutered()
- {
- return fromPublicKeyLocal(this.publicKey, this.chainCode, this.network, this.depth, this.index, this.parentFingerprint);
- } }, { key: "toBase58", value: function toBase58()
- {
- var network = this.network;
- var version = !this.isNeutered() ?
- network.bip32.private :
- network.bip32.public;
- var buffer = Buffer.allocUnsafe(78);
- // 4 bytes: version bytes
- buffer.writeUInt32BE(version, 0);
- // 1 byte: depth: 0x00 for master nodes, 0x01 for level-1 descendants, ....
- buffer.writeUInt8(this.depth, 4);
- // 4 bytes: the fingerprint of the parent's key (0x00000000 if master key)
- buffer.writeUInt32BE(this.parentFingerprint, 5);
- // 4 bytes: child number. This is the number i in xi = xpar/i, with xi the key being serialized.
- // This is encoded in big endian. (0x00000000 if master key)
- buffer.writeUInt32BE(this.index, 9);
- // 32 bytes: the chain code
- this.chainCode.copy(buffer, 13);
- // 33 bytes: the public key or private key data
- if (!this.isNeutered()) {
- // 0x00 + k for private keys
- buffer.writeUInt8(0, 45);
- this.privateKey.copy(buffer, 46);
- // 33 bytes: the public key
- } else
- {
- // X9.62 encoding for public keys
- this.publicKey.copy(buffer, 45);
- }
- return bs58check.encode(buffer);
- } }, { key: "toWIF", value: function toWIF()
- {
- if (!this.privateKey)
- throw new TypeError('Missing private key');
- return wif.encode(this.network.wif, this.privateKey, true);
- }
- // https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki#child-key-derivation-ckd-functions
- }, { key: "derive", value: function derive(index) {
- typeforce(typeforce.UInt32, index);
- var isHardened = index >= HIGHEST_BIT;
- var data = Buffer.allocUnsafe(37);
- // Hardened child
- if (isHardened) {
- if (this.isNeutered())
- throw new TypeError('Missing private key for hardened child key');
- // data = 0x00 || ser256(kpar) || ser32(index)
- data[0] = 0x00;
- this.privateKey.copy(data, 1);
- data.writeUInt32BE(index, 33);
- // Normal child
- } else
- {
- // data = serP(point(kpar)) || ser32(index)
- // = serP(Kpar) || ser32(index)
- this.publicKey.copy(data, 0);
- data.writeUInt32BE(index, 33);
- }
- var I = crypto.hmacSHA512(this.chainCode, data);
- var IL = I.slice(0, 32);
- var IR = I.slice(32);
- // if parse256(IL) >= n, proceed with the next value for i
- if (!ecc.isPrivate(IL))
- return this.derive(index + 1);
- // Private parent key -> private child key
- var hd;
- if (!this.isNeutered()) {
- // ki = parse256(IL) + kpar (mod n)
- var ki = ecc.privateAdd(this.privateKey, IL);
- // In case ki == 0, proceed with the next value for i
- if (ki == null)
- return this.derive(index + 1);
- hd = fromPrivateKeyLocal(ki, IR, this.network, this.depth + 1, index, this.fingerprint.readUInt32BE(0));
- // Public parent key -> public child key
- } else
- {
- // Ki = point(parse256(IL)) + Kpar
- // = G*IL + Kpar
- var Ki = ecc.pointAddScalar(this.publicKey, IL, true);
- // In case Ki is the point at infinity, proceed with the next value for i
- if (Ki === null)
- return this.derive(index + 1);
- hd = fromPublicKeyLocal(Ki, IR, this.network, this.depth + 1, index, this.fingerprint.readUInt32BE(0));
- }
- return hd;
- } }, { key: "deriveHardened", value: function deriveHardened(
- index) {
- typeforce(UInt31, index);
- // Only derives hardened private keys by default
- return this.derive(index + HIGHEST_BIT);
- } }, { key: "derivePath", value: function derivePath(
- path) {
- typeforce(BIP32Path, path);
- var splitPath = path.split('/');
- if (splitPath[0] === 'm') {
- if (this.parentFingerprint)
- throw new TypeError('Expected master, got child');
- splitPath = splitPath.slice(1);
- }
- return splitPath.reduce(function (prevHd, indexStr) {
- var index;
- if (indexStr.slice(-1) === "'") {
- index = parseInt(indexStr.slice(0, -1), 10);
- return prevHd.deriveHardened(index);
- } else
- {
- index = parseInt(indexStr, 10);
- return prevHd.derive(index);
- }
- }, this);
- } }, { key: "sign", value: function sign(
- hash, lowR) {
- if (!this.privateKey)
- throw new Error('Missing private key');
- if (lowR === undefined)
- lowR = this.lowR;
- if (lowR === false) {
- return ecc.sign(hash, this.privateKey);
- } else
- {
- var sig = ecc.sign(hash, this.privateKey);
- var extraData = Buffer.alloc(32, 0);
- var counter = 0;
- // if first try is lowR, skip the loop
- // for second try and on, add extra entropy counting up
- while (sig[0] > 0x7f) {
- counter++;
- extraData.writeUIntLE(counter, 0, 6);
- sig = ecc.signWithEntropy(hash, this.privateKey, extraData);
- }
- return sig;
- }
- } }, { key: "verify", value: function verify(
- hash, signature) {
- return ecc.verify(hash, this.publicKey, signature);
- } }, { key: "depth", get: function get() {return this.__DEPTH;} }, { key: "index", get: function get() {return this.__INDEX;} }, { key: "parentFingerprint", get: function get() {return this.__PARENT_FINGERPRINT;} }, { key: "publicKey", get: function get() {if (this.__Q === undefined) this.__Q = ecc.pointFromScalar(this.__D, true);return this.__Q;} }, { key: "privateKey", get: function get() {return this.__D;} }, { key: "identifier", get: function get() {return crypto.hash160(this.publicKey);} }, { key: "fingerprint", get: function get() {return this.identifier.slice(0, 4);} }, { key: "compressed", get: function get() {return true;} }]);return BIP32;}();
-
-function fromBase58(inString, network) {
- var buffer = bs58check.decode(inString);
- if (buffer.length !== 78)
- throw new TypeError('Invalid buffer length');
- network = network || BITCOIN;
- // 4 bytes: version bytes
- var version = buffer.readUInt32BE(0);
- if (version !== network.bip32.private && version !== network.bip32.public)
- throw new TypeError('Invalid network version');
- // 1 byte: depth: 0x00 for master nodes, 0x01 for level-1 descendants, ...
- var depth = buffer[4];
- // 4 bytes: the fingerprint of the parent's key (0x00000000 if master key)
- var parentFingerprint = buffer.readUInt32BE(5);
- if (depth === 0) {
- if (parentFingerprint !== 0x00000000)
- throw new TypeError('Invalid parent fingerprint');
- }
- // 4 bytes: child number. This is the number i in xi = xpar/i, with xi the key being serialized.
- // This is encoded in MSB order. (0x00000000 if master key)
- var index = buffer.readUInt32BE(9);
- if (depth === 0 && index !== 0)
- throw new TypeError('Invalid index');
- // 32 bytes: the chain code
- var chainCode = buffer.slice(13, 45);
- var hd;
- // 33 bytes: private key data (0x00 + k)
- if (version === network.bip32.private) {
- if (buffer.readUInt8(45) !== 0x00)
- throw new TypeError('Invalid private key');
- var k = buffer.slice(46, 78);
- hd = fromPrivateKeyLocal(k, chainCode, network, depth, index, parentFingerprint);
- // 33 bytes: public key data (0x02 + X or 0x03 + X)
- } else
- {
- var X = buffer.slice(45, 78);
- hd = fromPublicKeyLocal(X, chainCode, network, depth, index, parentFingerprint);
- }
- return hd;
-}
-exports.fromBase58 = fromBase58;
-function fromPrivateKey(privateKey, chainCode, network) {
- return fromPrivateKeyLocal(privateKey, chainCode, network);
-}
-exports.fromPrivateKey = fromPrivateKey;
-function fromPrivateKeyLocal(privateKey, chainCode, network, depth, index, parentFingerprint) {
- typeforce({
- privateKey: UINT256_TYPE,
- chainCode: UINT256_TYPE },
- { privateKey: privateKey, chainCode: chainCode });
- network = network || BITCOIN;
- if (!ecc.isPrivate(privateKey))
- throw new TypeError('Private key not in range [1, n)');
- return new BIP32(privateKey, undefined, chainCode, network, depth, index, parentFingerprint);
-}
-function fromPublicKey(publicKey, chainCode, network) {
- return fromPublicKeyLocal(publicKey, chainCode, network);
-}
-exports.fromPublicKey = fromPublicKey;
-function fromPublicKeyLocal(publicKey, chainCode, network, depth, index, parentFingerprint) {
- typeforce({
- publicKey: typeforce.BufferN(33),
- chainCode: UINT256_TYPE },
- { publicKey: publicKey, chainCode: chainCode });
- network = network || BITCOIN;
- // verify the X coordinate is a point on the curve
- if (!ecc.isPoint(publicKey))
- throw new TypeError('Point is not on the curve');
- return new BIP32(undefined, publicKey, chainCode, network, depth, index, parentFingerprint);
-}
-function fromSeed(seed, network) {
- typeforce(typeforce.Buffer, seed);
- if (seed.length < 16)
- throw new TypeError('Seed should be at least 128 bits');
- if (seed.length > 64)
- throw new TypeError('Seed should be at most 512 bits');
- network = network || BITCOIN;
- var I = crypto.hmacSHA512(Buffer.from('Bitcoin seed', 'utf8'), seed);
- var IL = I.slice(0, 32);
- var IR = I.slice(32);
- return fromPrivateKey(IL, IR, network);
-}
-exports.fromSeed = fromSeed;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
-
-/***/ }),
-/* 425 */
-/*!******************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip32/src/crypto.js ***!
- \******************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-Object.defineProperty(exports, "__esModule", { value: true });
-var createHash = __webpack_require__(/*! create-hash */ 369);
-var createHmac = __webpack_require__(/*! create-hmac */ 426);
-function hash160(buffer) {
- var sha256Hash = createHash('sha256').
- update(buffer).
- digest();
- try {
- return createHash('rmd160').
- update(sha256Hash).
- digest();
- }
- catch (err) {
- return createHash('ripemd160').
- update(sha256Hash).
- digest();
- }
-}
-exports.hash160 = hash160;
-function hmacSHA512(key, data) {
- return createHmac('sha512', key).
- update(data).
- digest();
+function Hex(value) {
+ return typeof value === 'string' && /^([0-9a-f]{2})+$/i.test(value);
}
-exports.hmacSHA512 = hmacSHA512;
-
-/***/ }),
-/* 426 */
-/*!*********************************************!*\
- !*** ./node_modules/create-hmac/browser.js ***!
- \*********************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var inherits = __webpack_require__(/*! inherits */ 132)
-var Legacy = __webpack_require__(/*! ./legacy */ 427)
-var Base = __webpack_require__(/*! cipher-base */ 398)
-var Buffer = __webpack_require__(/*! safe-buffer */ 372).Buffer
-var md5 = __webpack_require__(/*! create-hash/md5 */ 409)
-var RIPEMD160 = __webpack_require__(/*! ripemd160 */ 389)
-var sha = __webpack_require__(/*! sha.js */ 390)
+function _LengthN(type, length) {
+ var name = type.toJSON();
-var ZEROS = Buffer.alloc(128)
+ function Length(value) {
+ if (!type(value)) return false;
+ if (value.length === length) return true;
-function Hmac (alg, key) {
- Base.call(this, 'digest')
- if (typeof key === 'string') {
- key = Buffer.from(key)
+ throw ERRORS.tfCustomError(name + '(Length: ' + length + ')', name + '(Length: ' + value.length + ')');
}
+ Length.toJSON = function () {return name;};
- var blocksize = (alg === 'sha512' || alg === 'sha384') ? 128 : 64
-
- this._alg = alg
- this._key = key
- if (key.length > blocksize) {
- var hash = alg === 'rmd160' ? new RIPEMD160() : sha(alg)
- key = hash.update(key).digest()
- } else if (key.length < blocksize) {
- key = Buffer.concat([key, ZEROS], blocksize)
- }
+ return Length;
+}
- var ipad = this._ipad = Buffer.allocUnsafe(blocksize)
- var opad = this._opad = Buffer.allocUnsafe(blocksize)
+var _ArrayN = _LengthN.bind(null, NATIVE.Array);
+var _BufferN = _LengthN.bind(null, _Buffer);
+var _HexN = _LengthN.bind(null, Hex);
+var _StringN = _LengthN.bind(null, NATIVE.String);
- for (var i = 0; i < blocksize; i++) {
- ipad[i] = key[i] ^ 0x36
- opad[i] = key[i] ^ 0x5C
+function Range(a, b, f) {
+ f = f || NATIVE.Number;
+ function _range(value, strict) {
+ return f(value, strict) && value > a && value < b;
}
- this._hash = alg === 'rmd160' ? new RIPEMD160() : sha(alg)
- this._hash.update(ipad)
+ _range.toJSON = function () {
+ return "".concat(f.toJSON(), " between [").concat(a, ", ").concat(b, "]");
+ };
+ return _range;
}
-inherits(Hmac, Base)
+var INT53_MAX = Math.pow(2, 53) - 1;
-Hmac.prototype._update = function (data) {
- this._hash.update(data)
+function Finite(value) {
+ return typeof value === 'number' && isFinite(value);
}
-
-Hmac.prototype._final = function () {
- var h = this._hash.digest()
- var hash = this._alg === 'rmd160' ? new RIPEMD160() : sha(this._alg)
- return hash.update(this._opad).update(h).digest()
+function Int8(value) {return value << 24 >> 24 === value;}
+function Int16(value) {return value << 16 >> 16 === value;}
+function Int32(value) {return (value | 0) === value;}
+function Int53(value) {
+ return typeof value === 'number' &&
+ value >= -INT53_MAX &&
+ value <= INT53_MAX &&
+ Math.floor(value) === value;
+}
+function UInt8(value) {return (value & 0xff) === value;}
+function UInt16(value) {return (value & 0xffff) === value;}
+function UInt32(value) {return value >>> 0 === value;}
+function UInt53(value) {
+ return typeof value === 'number' &&
+ value >= 0 &&
+ value <= INT53_MAX &&
+ Math.floor(value) === value;
}
-module.exports = function createHmac (alg, key) {
- alg = alg.toLowerCase()
- if (alg === 'rmd160' || alg === 'ripemd160') {
- return new Hmac('rmd160', key)
- }
- if (alg === 'md5') {
- return new Legacy(md5, key)
- }
- return new Hmac(alg, key)
+var types = {
+ ArrayN: _ArrayN,
+ Buffer: _Buffer,
+ BufferN: _BufferN,
+ Finite: Finite,
+ Hex: Hex,
+ HexN: _HexN,
+ Int8: Int8,
+ Int16: Int16,
+ Int32: Int32,
+ Int53: Int53,
+ Range: Range,
+ StringN: _StringN,
+ UInt8: UInt8,
+ UInt16: UInt16,
+ UInt32: UInt32,
+ UInt53: UInt53 };
+
+
+for (var typeName in types) {
+ types[typeName].toJSON = function (t) {
+ return t;
+ }.bind(null, typeName);
}
+module.exports = types;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
/***/ }),
-/* 427 */
-/*!********************************************!*\
- !*** ./node_modules/create-hmac/legacy.js ***!
- \********************************************/
+/* 410 */
+/*!*************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/wif/index.js ***!
+ \*************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-"use strict";
-
-var inherits = __webpack_require__(/*! inherits */ 132)
-var Buffer = __webpack_require__(/*! safe-buffer */ 372).Buffer
+/* WEBPACK VAR INJECTION */(function(Buffer) {var bs58check = __webpack_require__(/*! bs58check */ 400);
-var Base = __webpack_require__(/*! cipher-base */ 398)
+function decodeRaw(buffer, version) {
+ // check version only if defined
+ if (version !== undefined && buffer[0] !== version) throw new Error('Invalid network version');
-var ZEROS = Buffer.alloc(128)
-var blocksize = 64
+ // uncompressed
+ if (buffer.length === 33) {
+ return {
+ version: buffer[0],
+ privateKey: buffer.slice(1, 33),
+ compressed: false };
-function Hmac (alg, key) {
- Base.call(this, 'digest')
- if (typeof key === 'string') {
- key = Buffer.from(key)
}
- this._alg = alg
- this._key = key
-
- if (key.length > blocksize) {
- key = alg(key)
- } else if (key.length < blocksize) {
- key = Buffer.concat([key, ZEROS], blocksize)
- }
+ // invalid length
+ if (buffer.length !== 34) throw new Error('Invalid WIF length');
- var ipad = this._ipad = Buffer.allocUnsafe(blocksize)
- var opad = this._opad = Buffer.allocUnsafe(blocksize)
+ // invalid compression flag
+ if (buffer[33] !== 0x01) throw new Error('Invalid compression flag');
- for (var i = 0; i < blocksize; i++) {
- ipad[i] = key[i] ^ 0x36
- opad[i] = key[i] ^ 0x5C
- }
+ return {
+ version: buffer[0],
+ privateKey: buffer.slice(1, 33),
+ compressed: true };
- this._hash = [ipad]
}
-inherits(Hmac, Base)
+function encodeRaw(version, privateKey, compressed) {
+ var result = new Buffer(compressed ? 34 : 33);
-Hmac.prototype._update = function (data) {
- this._hash.push(data)
-}
+ result.writeUInt8(version, 0);
+ privateKey.copy(result, 1);
-Hmac.prototype._final = function () {
- var h = this._alg(Buffer.concat(this._hash))
- return this._alg(Buffer.concat([this._opad, h]))
-}
-module.exports = Hmac
+ if (compressed) {
+ result[33] = 0x01;
+ }
+ return result;
+}
-/***/ }),
-/* 428 */
-/*!*****************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bs58check/index.js ***!
- \*****************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+function decode(string, version) {
+ return decodeRaw(bs58check.decode(string), version);
+}
-"use strict";
+function encode(version, privateKey, compressed) {
+ if (typeof version === 'number') return bs58check.encode(encodeRaw(version, privateKey, compressed));
+ return bs58check.encode(
+ encodeRaw(
+ version.version,
+ version.privateKey,
+ version.compressed));
-var createHash = __webpack_require__(/*! create-hash */ 369);
-var bs58checkBase = __webpack_require__(/*! ./base */ 429);
-// SHA256(SHA256(buffer))
-function sha256x2(buffer) {
- var tmp = createHash('sha256').update(buffer).digest();
- return createHash('sha256').update(tmp).digest();
}
-module.exports = bs58checkBase(sha256x2);
+module.exports = {
+ decode: decode,
+ decodeRaw: decodeRaw,
+ encode: encode,
+ encodeRaw: encodeRaw };
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
/***/ }),
-/* 429 */
-/*!****************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bs58check/base.js ***!
- \****************************************************************************/
+/* 411 */
+/*!******************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/ethereumjs-util/dist/index.js ***!
+ \******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
+var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
+ if (k2 === undefined) k2 = k;
+ Object.defineProperty(o, k2, { enumerable: true, get: function get() {return m[k];} });
+} : function (o, m, k, k2) {
+ if (k2 === undefined) k2 = k;
+ o[k2] = m[k];
+});
+var __exportStar = this && this.__exportStar || function (m, exports) {
+ for (var p in m) {if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);}
+};
+Object.defineProperty(exports, "__esModule", { value: true });
+exports.secp256k1 = exports.rlp = exports.BN = void 0;
+var secp256k1 = __webpack_require__(/*! ./secp256k1v3-adapter */ 412);
+exports.secp256k1 = secp256k1;
+var ethjsUtil = __webpack_require__(/*! ethjs-util */ 420);
+var BN = __webpack_require__(/*! bn.js */ 70);
+exports.BN = BN;
+var rlp = __webpack_require__(/*! rlp */ 423);
+exports.rlp = rlp;
+Object.assign(exports, ethjsUtil);
+/**
+ * Constants
+ */
+__exportStar(__webpack_require__(/*! ./constants */ 424), exports);
+/**
+ * Public-key cryptography (secp256k1) and addresses
+ */
+__exportStar(__webpack_require__(/*! ./account */ 425), exports);
+/**
+ * Hash functions
+ */
+__exportStar(__webpack_require__(/*! ./hash */ 431), exports);
+/**
+ * ECDSA signature
+ */
+__exportStar(__webpack_require__(/*! ./signature */ 440), exports);
+/**
+ * Utilities for manipulating Buffers, byte arrays, etc.
+ */
+__exportStar(__webpack_require__(/*! ./bytes */ 430), exports);
+/**
+ * Function for definining properties on an object
+ */
+__exportStar(__webpack_require__(/*! ./object */ 441), exports);
-var base58 = __webpack_require__(/*! bs58 */ 430);
-var Buffer = __webpack_require__(/*! safe-buffer */ 372).Buffer;
-
-module.exports = function (checksumFn) {
- // Encode a buffer as a base58-check encoded string
- function encode(payload) {
- var checksum = checksumFn(payload);
-
- return base58.encode(Buffer.concat([
- payload,
- checksum],
- payload.length + 4));
- }
-
- function decodeRaw(buffer) {
- var payload = buffer.slice(0, -4);
- var checksum = buffer.slice(-4);
- var newChecksum = checksumFn(payload);
-
- if (checksum[0] ^ newChecksum[0] |
- checksum[1] ^ newChecksum[1] |
- checksum[2] ^ newChecksum[2] |
- checksum[3] ^ newChecksum[3]) return;
+/***/ }),
+/* 412 */
+/*!********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/ethereumjs-util/dist/secp256k1v3-adapter.js ***!
+ \********************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- return payload;
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+Object.defineProperty(exports, "__esModule", { value: true });
+exports.ecdhUnsafe = exports.ecdh = exports.recover = exports.verify = exports.sign = exports.signatureImportLax = exports.signatureImport = exports.signatureExport = exports.signatureNormalize = exports.publicKeyCombine = exports.publicKeyTweakMul = exports.publicKeyTweakAdd = exports.publicKeyVerify = exports.publicKeyConvert = exports.publicKeyCreate = exports.privateKeyTweakMul = exports.privateKeyTweakAdd = exports.privateKeyModInverse = exports.privateKeyNegate = exports.privateKeyImport = exports.privateKeyExport = exports.privateKeyVerify = void 0;
+var secp256k1 = __webpack_require__(/*! ethereum-cryptography/secp256k1 */ 413);
+var secp256k1v3 = __webpack_require__(/*! ./secp256k1v3-lib/index */ 418);
+var der = __webpack_require__(/*! ./secp256k1v3-lib/der */ 419);
+/**
+ * Verify an ECDSA privateKey
+ * @method privateKeyVerify
+ * @param {Buffer} privateKey
+ * @return {boolean}
+ */
+exports.privateKeyVerify = function (privateKey) {
+ // secp256k1 v4 version throws when privateKey length is not 32
+ if (privateKey.length !== 32) {
+ return false;
}
-
- // Decode a base58-check encoded string to a buffer, no result if checksum is wrong
- function decodeUnsafe(string) {
- var buffer = base58.decodeUnsafe(string);
- if (!buffer) return;
-
- return decodeRaw(buffer);
+ return secp256k1.privateKeyVerify(Uint8Array.from(privateKey));
+};
+/**
+ * Export a privateKey in DER format
+ * @method privateKeyExport
+ * @param {Buffer} privateKey
+ * @param {boolean} compressed
+ * @return {boolean}
+ */
+exports.privateKeyExport = function (privateKey, compressed) {
+ // secp256k1 v4 version throws when privateKey length is not 32
+ if (privateKey.length !== 32) {
+ throw new RangeError('private key length is invalid');
}
-
- function decode(string) {
- var buffer = base58.decode(string);
- var payload = decodeRaw(buffer, checksumFn);
- if (!payload) throw new Error('Invalid checksum');
- return payload;
+ var publicKey = secp256k1v3.privateKeyExport(privateKey, compressed);
+ return der.privateKeyExport(privateKey, publicKey, compressed);
+};
+/**
+ * Import a privateKey in DER format
+ * @method privateKeyImport
+ * @param {Buffer} privateKey
+ * @return {Buffer}
+ */
+exports.privateKeyImport = function (privateKey) {
+ // privateKeyImport method is not part of secp256k1 v4 package
+ // this implementation is based on v3
+ privateKey = der.privateKeyImport(privateKey);
+ if (privateKey !== null && privateKey.length === 32 && exports.privateKeyVerify(privateKey)) {
+ return privateKey;
}
-
- return {
- encode: encode,
- decode: decode,
- decodeUnsafe: decodeUnsafe };
-
+ throw new Error("couldn't import from DER format");
};
-
-/***/ }),
-/* 430 */
-/*!************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bs58/index.js ***!
- \************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-var basex = __webpack_require__(/*! base-x */ 431);
-var ALPHABET = '123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz';
-
-module.exports = basex(ALPHABET);
-
-/***/ }),
-/* 431 */
-/*!******************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/base-x/src/index.js ***!
- \******************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// base-x encoding / decoding
-// Copyright (c) 2018 base-x contributors
-// Copyright (c) 2014-2018 The Bitcoin Core developers (base58.cpp)
-// Distributed under the MIT software license, see the accompanying
-// file LICENSE or http://www.opensource.org/licenses/mit-license.php.
-// @ts-ignore
-var _Buffer = __webpack_require__(/*! safe-buffer */ 372).Buffer;
-function base(ALPHABET) {
- if (ALPHABET.length >= 255) {throw new TypeError('Alphabet too long');}
- var BASE_MAP = new Uint8Array(256);
- for (var j = 0; j < BASE_MAP.length; j++) {
- BASE_MAP[j] = 255;
+/**
+ * Negate a privateKey by subtracting it from the order of the curve's base point
+ * @method privateKeyNegate
+ * @param {Buffer} privateKey
+ * @return {Buffer}
+ */
+exports.privateKeyNegate = function (privateKey) {
+ return Buffer.from(secp256k1.privateKeyNegate(Uint8Array.from(privateKey)));
+};
+/**
+ * Compute the inverse of a privateKey (modulo the order of the curve's base point).
+ * @method privateKeyModInverse
+ * @param {Buffer} privateKey
+ * @return {Buffer}
+ */
+exports.privateKeyModInverse = function (privateKey) {
+ if (privateKey.length !== 32) {
+ throw new Error('private key length is invalid');
}
- for (var i = 0; i < ALPHABET.length; i++) {
- var x = ALPHABET.charAt(i);
- var xc = x.charCodeAt(0);
- if (BASE_MAP[xc] !== 255) {throw new TypeError(x + ' is ambiguous');}
- BASE_MAP[xc] = i;
+ return Buffer.from(secp256k1v3.privateKeyModInverse(Uint8Array.from(privateKey)));
+};
+/**
+ * Tweak a privateKey by adding tweak to it.
+ * @method privateKeyTweakAdd
+ * @param {Buffer} privateKey
+ * @param {Buffer} tweak
+ * @return {Buffer}
+ */
+exports.privateKeyTweakAdd = function (privateKey, tweak) {
+ return Buffer.from(secp256k1.privateKeyTweakAdd(Uint8Array.from(privateKey), tweak));
+};
+/**
+ * Tweak a privateKey by multiplying it by a tweak.
+ * @method privateKeyTweakMul
+ * @param {Buffer} privateKey
+ * @param {Buffer} tweak
+ * @return {Buffer}
+ */
+exports.privateKeyTweakMul = function (privateKey, tweak) {
+ return Buffer.from(secp256k1.privateKeyTweakMul(Uint8Array.from(privateKey), Uint8Array.from(tweak)));
+};
+/**
+ * Compute the public key for a privateKey.
+ * @method publicKeyCreate
+ * @param {Buffer} privateKey
+ * @param {boolean} compressed
+ * @return {Buffer}
+ */
+exports.publicKeyCreate = function (privateKey, compressed) {
+ return Buffer.from(secp256k1.publicKeyCreate(Uint8Array.from(privateKey), compressed));
+};
+/**
+ * Convert a publicKey to compressed or uncompressed form.
+ * @method publicKeyConvert
+ * @param {Buffer} publicKey
+ * @param {boolean} compressed
+ * @return {Buffer}
+ */
+exports.publicKeyConvert = function (publicKey, compressed) {
+ return Buffer.from(secp256k1.publicKeyConvert(Uint8Array.from(publicKey), compressed));
+};
+/**
+ * Verify an ECDSA publicKey.
+ * @method publicKeyVerify
+ * @param {Buffer} publicKey
+ * @return {boolean}
+ */
+exports.publicKeyVerify = function (publicKey) {
+ // secp256k1 v4 version throws when publicKey length is not 33 or 65
+ if (publicKey.length !== 33 && publicKey.length !== 65) {
+ return false;
}
- var BASE = ALPHABET.length;
- var LEADER = ALPHABET.charAt(0);
- var FACTOR = Math.log(BASE) / Math.log(256); // log(BASE) / log(256), rounded up
- var iFACTOR = Math.log(256) / Math.log(BASE); // log(256) / log(BASE), rounded up
- function encode(source) {
- if (Array.isArray(source) || source instanceof Uint8Array) {source = _Buffer.from(source);}
- if (!_Buffer.isBuffer(source)) {throw new TypeError('Expected Buffer');}
- if (source.length === 0) {return '';}
- // Skip & count leading zeroes.
- var zeroes = 0;
- var length = 0;
- var pbegin = 0;
- var pend = source.length;
- while (pbegin !== pend && source[pbegin] === 0) {
- pbegin++;
- zeroes++;
- }
- // Allocate enough space in big-endian base58 representation.
- var size = (pend - pbegin) * iFACTOR + 1 >>> 0;
- var b58 = new Uint8Array(size);
- // Process the bytes.
- while (pbegin !== pend) {
- var carry = source[pbegin];
- // Apply "b58 = b58 * 256 + ch".
- var i = 0;
- for (var it1 = size - 1; (carry !== 0 || i < length) && it1 !== -1; it1--, i++) {
- carry += 256 * b58[it1] >>> 0;
- b58[it1] = carry % BASE >>> 0;
- carry = carry / BASE >>> 0;
- }
- if (carry !== 0) {throw new Error('Non-zero carry');}
- length = i;
- pbegin++;
- }
- // Skip leading zeroes in base58 result.
- var it2 = size - length;
- while (it2 !== size && b58[it2] === 0) {
- it2++;
- }
- // Translate the result into a string.
- var str = LEADER.repeat(zeroes);
- for (; it2 < size; ++it2) {str += ALPHABET.charAt(b58[it2]);}
- return str;
+ return secp256k1.publicKeyVerify(Uint8Array.from(publicKey));
+};
+/**
+ * Tweak a publicKey by adding tweak times the generator to it.
+ * @method publicKeyTweakAdd
+ * @param {Buffer} publicKey
+ * @param {Buffer} tweak
+ * @param {boolean} compressed
+ * @return {Buffer}
+ */
+exports.publicKeyTweakAdd = function (publicKey, tweak, compressed) {
+ return Buffer.from(secp256k1.publicKeyTweakAdd(Uint8Array.from(publicKey), Uint8Array.from(tweak), compressed));
+};
+/**
+ * Tweak a publicKey by multiplying it by a tweak value
+ * @method publicKeyTweakMul
+ * @param {Buffer} publicKey
+ * @param {Buffer} tweak
+ * @param {boolean} compressed
+ * @return {Buffer}
+ */
+exports.publicKeyTweakMul = function (publicKey, tweak, compressed) {
+ return Buffer.from(secp256k1.publicKeyTweakMul(Uint8Array.from(publicKey), Uint8Array.from(tweak), compressed));
+};
+/**
+ * Add a given publicKeys together.
+ * @method publicKeyCombine
+ * @param {Array} publicKeys
+ * @param {boolean} compressed
+ * @return {Buffer}
+ */
+exports.publicKeyCombine = function (publicKeys, compressed) {
+ var keys = [];
+ publicKeys.forEach(function (publicKey) {
+ keys.push(Uint8Array.from(publicKey));
+ });
+ return Buffer.from(secp256k1.publicKeyCombine(keys, compressed));
+};
+/**
+ * Convert a signature to a normalized lower-S form.
+ * @method signatureNormalize
+ * @param {Buffer} signature
+ * @return {Buffer}
+ */
+exports.signatureNormalize = function (signature) {
+ return Buffer.from(secp256k1.signatureNormalize(Uint8Array.from(signature)));
+};
+/**
+ * Serialize an ECDSA signature in DER format.
+ * @method signatureExport
+ * @param {Buffer} signature
+ * @return {Buffer}
+ */
+exports.signatureExport = function (signature) {
+ return Buffer.from(secp256k1.signatureExport(Uint8Array.from(signature)));
+};
+/**
+ * Parse a DER ECDSA signature (follow by [BIP66](https://github.com/bitcoin/bips/blob/master/bip-0066.mediawiki)).
+ * @method signatureImport
+ * @param {Buffer} signature
+ * @return {Buffer}
+ */
+exports.signatureImport = function (signature) {
+ return Buffer.from(secp256k1.signatureImport(Uint8Array.from(signature)));
+};
+/**
+ * Parse a DER ECDSA signature (not follow by [BIP66](https://github.com/bitcoin/bips/blob/master/bip-0066.mediawiki)).
+ * @method signatureImportLax
+ * @param {Buffer} signature
+ * @return {Buffer}
+ */
+exports.signatureImportLax = function (signature) {
+ // signatureImportLax method is not part of secp256k1 v4 package
+ // this implementation is based on v3
+ // ensure that signature is greater than 0
+ if (signature.length === 0) {
+ throw new RangeError('signature length is invalid');
}
- function decodeUnsafe(source) {
- if (typeof source !== 'string') {throw new TypeError('Expected String');}
- if (source.length === 0) {return _Buffer.alloc(0);}
- var psz = 0;
- // Skip and count leading '1's.
- var zeroes = 0;
- var length = 0;
- while (source[psz] === LEADER) {
- zeroes++;
- psz++;
+ var sigObj = der.signatureImportLax(signature);
+ if (sigObj === null) {
+ throw new Error("couldn't parse DER signature");
+ }
+ return secp256k1v3.signatureImport(sigObj);
+};
+/**
+ * Create an ECDSA signature. Always return low-S signature.
+ * @method sign
+ * @param {Buffer} message
+ * @param {Buffer} privateKey
+ * @param {Object} options
+ * @return {Buffer}
+ */
+exports.sign = function (message, privateKey, options) {
+ if (options === null) {
+ throw new TypeError('options should be an Object');
+ }
+ var signOptions = undefined;
+ if (options) {
+ signOptions = {};
+ if (options.data === null) {
+ // validate option.data length
+ throw new TypeError('options.data should be a Buffer');
}
- // Allocate enough space in big-endian base256 representation.
- var size = (source.length - psz) * FACTOR + 1 >>> 0; // log(58) / log(256), rounded up.
- var b256 = new Uint8Array(size);
- // Process the characters.
- while (source[psz]) {
- // Decode character
- var carry = BASE_MAP[source.charCodeAt(psz)];
- // Invalid character
- if (carry === 255) {return;}
- var i = 0;
- for (var it3 = size - 1; (carry !== 0 || i < length) && it3 !== -1; it3--, i++) {
- carry += BASE * b256[it3] >>> 0;
- b256[it3] = carry % 256 >>> 0;
- carry = carry / 256 >>> 0;
+ if (options.data) {
+ if (options.data.length != 32) {
+ throw new RangeError('options.data length is invalid');
}
- if (carry !== 0) {throw new Error('Non-zero carry');}
- length = i;
- psz++;
+ signOptions.data = new Uint8Array(options.data);
}
- // Skip leading zeroes in b256.
- var it4 = size - length;
- while (it4 !== size && b256[it4] === 0) {
- it4++;
+ if (options.noncefn === null) {
+ throw new TypeError('options.noncefn should be a Function');
}
- var vch = _Buffer.allocUnsafe(zeroes + (size - it4));
- vch.fill(0x00, 0, zeroes);
- var j = zeroes;
- while (it4 !== size) {
- vch[j++] = b256[it4++];
+ if (options.noncefn) {
+ // convert option.noncefn function signature
+ signOptions.noncefn = function (message, privateKey, algo, data, attempt) {
+ var bufferAlgo = algo != null ? Buffer.from(algo) : null;
+ var bufferData = data != null ? Buffer.from(data) : null;
+ var buffer = Buffer.from('');
+ if (options.noncefn) {
+ buffer = options.noncefn(Buffer.from(message), Buffer.from(privateKey), bufferAlgo, bufferData, attempt);
+ }
+ return new Uint8Array(buffer);
+ };
}
- return vch;
- }
- function decode(string) {
- var buffer = decodeUnsafe(string);
- if (buffer) {return buffer;}
- throw new Error('Non-base' + BASE + ' character');
}
+ var sig = secp256k1.ecdsaSign(Uint8Array.from(message), Uint8Array.from(privateKey), signOptions);
return {
- encode: encode,
- decodeUnsafe: decodeUnsafe,
- decode: decode };
+ signature: Buffer.from(sig.signature),
+ recovery: sig.recid };
-}
-module.exports = base;
+};
+/**
+ * Verify an ECDSA signature.
+ * @method verify
+ * @param {Buffer} message
+ * @param {Buffer} signature
+ * @param {Buffer} publicKey
+ * @return {boolean}
+ */
+exports.verify = function (message, signature, publicKey) {
+ return secp256k1.ecdsaVerify(Uint8Array.from(signature), Uint8Array.from(message), publicKey);
+};
+/**
+ * Recover an ECDSA public key from a signature.
+ * @method recover
+ * @param {Buffer} message
+ * @param {Buffer} signature
+ * @param {Number} recid
+ * @param {boolean} compressed
+ * @return {Buffer}
+ */
+exports.recover = function (message, signature, recid, compressed) {
+ return Buffer.from(secp256k1.ecdsaRecover(Uint8Array.from(signature), recid, Uint8Array.from(message), compressed));
+};
+/**
+ * Compute an EC Diffie-Hellman secret and applied sha256 to compressed public key.
+ * @method ecdh
+ * @param {Buffer} publicKey
+ * @param {Buffer} privateKey
+ * @return {Buffer}
+ */
+exports.ecdh = function (publicKey, privateKey) {
+ // note: secp256k1 v3 doesn't allow optional parameter
+ return Buffer.from(secp256k1.ecdh(Uint8Array.from(publicKey), Uint8Array.from(privateKey), {}));
+};
+exports.ecdhUnsafe = function (publicKey, privateKey, compressed) {
+ // ecdhUnsafe method is not part of secp256k1 v4 package
+ // this implementation is based on v3
+ // ensure valid publicKey length
+ if (publicKey.length !== 33 && publicKey.length !== 65) {
+ throw new RangeError('public key length is invalid');
+ }
+ // ensure valid privateKey length
+ if (privateKey.length !== 32) {
+ throw new RangeError('private key length is invalid');
+ }
+ return Buffer.from(secp256k1v3.ecdhUnsafe(Uint8Array.from(publicKey), Uint8Array.from(privateKey), compressed));
+};
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
/***/ }),
-/* 432 */
-/*!*******************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/tiny-secp256k1/js.js ***!
- \*******************************************************************************/
+/* 413 */
+/*!***********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/ethereum-cryptography/secp256k1.js ***!
+ \***********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-/* WEBPACK VAR INJECTION */(function(Buffer) {var BN = __webpack_require__(/*! bn.js */ 75);
-var EC = __webpack_require__(/*! elliptic */ 210).ec;
-var secp256k1 = new EC('secp256k1');
-var deterministicGenerateK = __webpack_require__(/*! ./rfc6979 */ 433);
-
-var ZERO32 = Buffer.alloc(32, 0);
-var EC_GROUP_ORDER = Buffer.from('fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141', 'hex');
-var EC_P = Buffer.from('fffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f', 'hex');
-
-var n = secp256k1.curve.n;
-var nDiv2 = n.shrn(1);
-var G = secp256k1.curve.g;
+"use strict";
-var THROW_BAD_PRIVATE = 'Expected Private';
-var THROW_BAD_POINT = 'Expected Point';
-var THROW_BAD_TWEAK = 'Expected Tweak';
-var THROW_BAD_HASH = 'Expected Hash';
-var THROW_BAD_SIGNATURE = 'Expected Signature';
-var THROW_BAD_EXTRA_DATA = 'Expected Extra Data (32 bytes)';
+var __awaiter = this && this.__awaiter || function (thisArg, _arguments, P, generator) {
+ function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}
+ return new (P || (P = Promise))(function (resolve, reject) {
+ function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}
+ function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}
+ function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
+ });
+};
+var __generator = this && this.__generator || function (thisArg, body) {
+ var _ = { label: 0, sent: function sent() {if (t[0] & 1) throw t[1];return t[1];}, trys: [], ops: [] },f,y,t,g;
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () {return this;}), g;
+ function verb(n) {return function (v) {return step([n, v]);};}
+ function step(op) {
+ if (f) throw new TypeError("Generator is already executing.");
+ while (_) {try {
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
+ if (y = 0, t) op = [op[0] & 2, t.value];
+ switch (op[0]) {
+ case 0:case 1:t = op;break;
+ case 4:_.label++;return { value: op[1], done: false };
+ case 5:_.label++;y = op[1];op = [0];continue;
+ case 7:op = _.ops.pop();_.trys.pop();continue;
+ default:
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {_ = 0;continue;}
+ if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) {_.label = op[1];break;}
+ if (op[0] === 6 && _.label < t[1]) {_.label = t[1];t = op;break;}
+ if (t && _.label < t[2]) {_.label = t[2];_.ops.push(op);break;}
+ if (t[2]) _.ops.pop();
+ _.trys.pop();continue;}
-function isScalar(x) {
- return Buffer.isBuffer(x) && x.length === 32;
+ op = body.call(thisArg, _);
+ } catch (e) {op = [6, e];y = 0;} finally {f = t = 0;}}
+ if (op[0] & 5) throw op[1];return { value: op[0] ? op[1] : void 0, done: true };
+ }
+};
+function __export(m) {
+ for (var p in m) {if (!exports.hasOwnProperty(p)) exports[p] = m[p];}
}
+Object.defineProperty(exports, "__esModule", { value: true });
+var secp256k1_1 = __webpack_require__(/*! secp256k1 */ 414);
+var random_1 = __webpack_require__(/*! ./random */ 417);
+var SECP256K1_PRIVATE_KEY_SIZE = 32;
+function createPrivateKey() {
+ return __awaiter(this, void 0, void 0, function () {
+ var pk;
+ return __generator(this, function (_a) {
+ switch (_a.label) {
+ case 0:
+ if (false) {}
+ return [4 /*yield*/, random_1.getRandomBytes(SECP256K1_PRIVATE_KEY_SIZE)];
+ case 1:
+ pk = _a.sent();
+ if (secp256k1_1.privateKeyVerify(pk)) {
+ return [2 /*return*/, pk];
+ }
+ return [3 /*break*/, 0];
+ case 2:return [2 /*return*/];}
-function isOrderScalar(x) {
- if (!isScalar(x)) return false;
- return x.compare(EC_GROUP_ORDER) < 0; // < G
+ });
+ });
}
+exports.createPrivateKey = createPrivateKey;
+function createPrivateKeySync() {
+ while (true) {
+ var pk = random_1.getRandomBytesSync(SECP256K1_PRIVATE_KEY_SIZE);
+ if (secp256k1_1.privateKeyVerify(pk)) {
+ return pk;
+ }
+ }
+}
+exports.createPrivateKeySync = createPrivateKeySync;
+__export(__webpack_require__(/*! secp256k1 */ 414));
-function isPoint(p) {
- if (!Buffer.isBuffer(p)) return false;
- if (p.length < 33) return false;
-
- var t = p[0];
- var x = p.slice(1, 33);
- if (x.compare(ZERO32) === 0) return false;
- if (x.compare(EC_P) >= 0) return false;
- if ((t === 0x02 || t === 0x03) && p.length === 33) {
- try {decodeFrom(p);} catch (e) {return false;} // TODO: temporary
- return true;
- }
+/***/ }),
+/* 414 */
+/*!**********************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/secp256k1/elliptic.js ***!
+ \**********************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- var y = p.slice(33);
- if (y.compare(ZERO32) === 0) return false;
- if (y.compare(EC_P) >= 0) return false;
- if (t === 0x04 && p.length === 65) return true;
- return false;
-}
+module.exports = __webpack_require__(/*! ./lib */ 415)(__webpack_require__(/*! ./lib/elliptic */ 416));
-function __isPointCompressed(p) {
- return p[0] !== 0x04;
+/***/ }),
+/* 415 */
+/*!***********************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/secp256k1/lib/index.js ***!
+ \***********************************************************/
+/*! no static exports found */
+/***/ (function(module, exports) {
+
+function _createForOfIteratorHelper(o, allowArrayLike) {var it;if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) {if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {if (it) o = it;var i = 0;var F = function F() {};return { s: F, n: function n() {if (i >= o.length) return { done: true };return { done: false, value: o[i++] };}, e: function e(_e) {throw _e;}, f: F };}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}var normalCompletion = true,didErr = false,err;return { s: function s() {it = o[Symbol.iterator]();}, n: function n() {var step = it.next();normalCompletion = step.done;return step;}, e: function e(_e2) {didErr = true;err = _e2;}, f: function f() {try {if (!normalCompletion && it.return != null) it.return();} finally {if (didErr) throw err;}} };}function _unsupportedIterableToArray(o, minLen) {if (!o) return;if (typeof o === "string") return _arrayLikeToArray(o, minLen);var n = Object.prototype.toString.call(o).slice(8, -1);if (n === "Object" && o.constructor) n = o.constructor.name;if (n === "Map" || n === "Set") return Array.from(o);if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);}function _arrayLikeToArray(arr, len) {if (len == null || len > arr.length) len = arr.length;for (var i = 0, arr2 = new Array(len); i < len; i++) {arr2[i] = arr[i];}return arr2;}var errors = {
+ IMPOSSIBLE_CASE: 'Impossible case. Please create issue.',
+ TWEAK_ADD:
+ 'The tweak was out of range or the resulted private key is invalid',
+ TWEAK_MUL: 'The tweak was out of range or equal to zero',
+ CONTEXT_RANDOMIZE_UNKNOW: 'Unknow error on context randomization',
+ SECKEY_INVALID: 'Private Key is invalid',
+ PUBKEY_PARSE: 'Public Key could not be parsed',
+ PUBKEY_SERIALIZE: 'Public Key serialization error',
+ PUBKEY_COMBINE: 'The sum of the public keys is not valid',
+ SIG_PARSE: 'Signature could not be parsed',
+ SIGN: 'The nonce generation function failed, or the private key was invalid',
+ RECOVER: 'Public key could not be recover',
+ ECDH: 'Scalar was invalid (zero or overflow)' };
+
+
+function assert(cond, msg) {
+ if (!cond) throw new Error(msg);
}
-function isPointCompressed(p) {
- if (!isPoint(p)) return false;
- return __isPointCompressed(p);
+function isUint8Array(name, value, length) {
+ assert(value instanceof Uint8Array, "Expected ".concat(name, " to be an Uint8Array"));
+
+ if (length !== undefined) {
+ if (Array.isArray(length)) {
+ var numbers = length.join(', ');
+ var msg = "Expected ".concat(name, " to be an Uint8Array with length [").concat(numbers, "]");
+ assert(length.includes(value.length), msg);
+ } else {
+ var _msg = "Expected ".concat(name, " to be an Uint8Array with length ").concat(length);
+ assert(value.length === length, _msg);
+ }
+ }
}
-function isPrivate(x) {
- if (!isScalar(x)) return false;
- return x.compare(ZERO32) > 0 && // > 0
- x.compare(EC_GROUP_ORDER) < 0; // < G
+function isCompressed(value) {
+ assert(toTypeString(value) === 'Boolean', 'Expected compressed to be a Boolean');
}
-function isSignature(value) {
- var r = value.slice(0, 32);
- var s = value.slice(32, 64);
- return Buffer.isBuffer(value) && value.length === 64 &&
- r.compare(EC_GROUP_ORDER) < 0 &&
- s.compare(EC_GROUP_ORDER) < 0;
+function getAssertedOutput() {var output = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : function (len) {return new Uint8Array(len);};var length = arguments.length > 1 ? arguments[1] : undefined;
+ if (typeof output === 'function') output = output(length);
+ isUint8Array('output', output, length);
+ return output;
}
-function assumeCompression(value, pubkey) {
- if (value === undefined && pubkey !== undefined) return __isPointCompressed(pubkey);
- if (value === undefined) return true;
- return value;
+function toTypeString(value) {
+ return Object.prototype.toString.call(value).slice(8, -1);
}
-function fromBuffer(d) {return new BN(d);}
-function toBuffer(d) {return d.toArrayLike(Buffer, 'be', 32);}
-function decodeFrom(P) {return secp256k1.curve.decodePoint(P);}
-function getEncoded(P, compressed) {return Buffer.from(P._encode(compressed));}
+module.exports = function (secp256k1) {
+ return {
+ contextRandomize: function contextRandomize(seed) {
+ assert(
+ seed === null || seed instanceof Uint8Array,
+ 'Expected seed to be an Uint8Array or null');
-function pointAdd(pA, pB, __compressed) {
- if (!isPoint(pA)) throw new TypeError(THROW_BAD_POINT);
- if (!isPoint(pB)) throw new TypeError(THROW_BAD_POINT);
+ if (seed !== null) isUint8Array('seed', seed, 32);
- var a = decodeFrom(pA);
- var b = decodeFrom(pB);
- var pp = a.add(b);
- if (pp.isInfinity()) return null;
+ switch (secp256k1.contextRandomize(seed)) {
+ case 1:
+ throw new Error(errors.CONTEXT_RANDOMIZE_UNKNOW);}
- var compressed = assumeCompression(__compressed, pA);
- return getEncoded(pp, compressed);
-}
+ },
-function pointAddScalar(p, tweak, __compressed) {
- if (!isPoint(p)) throw new TypeError(THROW_BAD_POINT);
- if (!isOrderScalar(tweak)) throw new TypeError(THROW_BAD_TWEAK);
+ privateKeyVerify: function privateKeyVerify(seckey) {
+ isUint8Array('private key', seckey, 32);
- var compressed = assumeCompression(__compressed, p);
- var pp = decodeFrom(p);
- if (tweak.compare(ZERO32) === 0) return getEncoded(pp, compressed);
+ return secp256k1.privateKeyVerify(seckey) === 0;
+ },
- var tt = fromBuffer(tweak);
- var qq = G.mul(tt);
- var uu = pp.add(qq);
- if (uu.isInfinity()) return null;
+ privateKeyNegate: function privateKeyNegate(seckey) {
+ isUint8Array('private key', seckey, 32);
- return getEncoded(uu, compressed);
-}
+ switch (secp256k1.privateKeyNegate(seckey)) {
+ case 0:
+ return seckey;
+ case 1:
+ throw new Error(errors.IMPOSSIBLE_CASE);}
-function pointCompress(p, __compressed) {
- if (!isPoint(p)) throw new TypeError(THROW_BAD_POINT);
+ },
- var pp = decodeFrom(p);
- if (pp.isInfinity()) throw new TypeError(THROW_BAD_POINT);
+ privateKeyTweakAdd: function privateKeyTweakAdd(seckey, tweak) {
+ isUint8Array('private key', seckey, 32);
+ isUint8Array('tweak', tweak, 32);
- var compressed = assumeCompression(__compressed, p);
+ switch (secp256k1.privateKeyTweakAdd(seckey, tweak)) {
+ case 0:
+ return seckey;
+ case 1:
+ throw new Error(errors.TWEAK_ADD);}
- return getEncoded(pp, compressed);
-}
+ },
-function pointFromScalar(d, __compressed) {
- if (!isPrivate(d)) throw new TypeError(THROW_BAD_PRIVATE);
+ privateKeyTweakMul: function privateKeyTweakMul(seckey, tweak) {
+ isUint8Array('private key', seckey, 32);
+ isUint8Array('tweak', tweak, 32);
- var dd = fromBuffer(d);
- var pp = G.mul(dd);
- if (pp.isInfinity()) return null;
+ switch (secp256k1.privateKeyTweakMul(seckey, tweak)) {
+ case 0:
+ return seckey;
+ case 1:
+ throw new Error(errors.TWEAK_MUL);}
- var compressed = assumeCompression(__compressed);
- return getEncoded(pp, compressed);
-}
+ },
-function pointMultiply(p, tweak, __compressed) {
- if (!isPoint(p)) throw new TypeError(THROW_BAD_POINT);
- if (!isOrderScalar(tweak)) throw new TypeError(THROW_BAD_TWEAK);
+ publicKeyVerify: function publicKeyVerify(pubkey) {
+ isUint8Array('public key', pubkey, [33, 65]);
- var compressed = assumeCompression(__compressed, p);
- var pp = decodeFrom(p);
- var tt = fromBuffer(tweak);
- var qq = pp.mul(tt);
- if (qq.isInfinity()) return null;
+ return secp256k1.publicKeyVerify(pubkey) === 0;
+ },
- return getEncoded(qq, compressed);
-}
+ publicKeyCreate: function publicKeyCreate(seckey) {var compressed = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;var output = arguments.length > 2 ? arguments[2] : undefined;
+ isUint8Array('private key', seckey, 32);
+ isCompressed(compressed);
+ output = getAssertedOutput(output, compressed ? 33 : 65);
-function privateAdd(d, tweak) {
- if (!isPrivate(d)) throw new TypeError(THROW_BAD_PRIVATE);
- if (!isOrderScalar(tweak)) throw new TypeError(THROW_BAD_TWEAK);
+ switch (secp256k1.publicKeyCreate(output, seckey)) {
+ case 0:
+ return output;
+ case 1:
+ throw new Error(errors.SECKEY_INVALID);
+ case 2:
+ throw new Error(errors.PUBKEY_SERIALIZE);}
- var dd = fromBuffer(d);
- var tt = fromBuffer(tweak);
- var dt = toBuffer(dd.add(tt).umod(n));
- if (!isPrivate(dt)) return null;
+ },
- return dt;
-}
+ publicKeyConvert: function publicKeyConvert(pubkey) {var compressed = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;var output = arguments.length > 2 ? arguments[2] : undefined;
+ isUint8Array('public key', pubkey, [33, 65]);
+ isCompressed(compressed);
+ output = getAssertedOutput(output, compressed ? 33 : 65);
-function privateSub(d, tweak) {
- if (!isPrivate(d)) throw new TypeError(THROW_BAD_PRIVATE);
- if (!isOrderScalar(tweak)) throw new TypeError(THROW_BAD_TWEAK);
+ switch (secp256k1.publicKeyConvert(output, pubkey)) {
+ case 0:
+ return output;
+ case 1:
+ throw new Error(errors.PUBKEY_PARSE);
+ case 2:
+ throw new Error(errors.PUBKEY_SERIALIZE);}
- var dd = fromBuffer(d);
- var tt = fromBuffer(tweak);
- var dt = toBuffer(dd.sub(tt).umod(n));
- if (!isPrivate(dt)) return null;
+ },
- return dt;
-}
+ publicKeyNegate: function publicKeyNegate(pubkey) {var compressed = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;var output = arguments.length > 2 ? arguments[2] : undefined;
+ isUint8Array('public key', pubkey, [33, 65]);
+ isCompressed(compressed);
+ output = getAssertedOutput(output, compressed ? 33 : 65);
-function sign(hash, x) {
- return __sign(hash, x);
-}
+ switch (secp256k1.publicKeyNegate(output, pubkey)) {
+ case 0:
+ return output;
+ case 1:
+ throw new Error(errors.PUBKEY_PARSE);
+ case 2:
+ throw new Error(errors.IMPOSSIBLE_CASE);
+ case 3:
+ throw new Error(errors.PUBKEY_SERIALIZE);}
-function signWithEntropy(hash, x, addData) {
- return __sign(hash, x, addData);
-}
+ },
-function __sign(hash, x, addData) {
- if (!isScalar(hash)) throw new TypeError(THROW_BAD_HASH);
- if (!isPrivate(x)) throw new TypeError(THROW_BAD_PRIVATE);
- if (addData !== undefined && !isScalar(addData)) throw new TypeError(THROW_BAD_EXTRA_DATA);
+ publicKeyCombine: function publicKeyCombine(pubkeys) {var compressed = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;var output = arguments.length > 2 ? arguments[2] : undefined;
+ assert(Array.isArray(pubkeys), 'Expected public keys to be an Array');
+ assert(pubkeys.length > 0, 'Expected public keys array will have more than zero items');var _iterator = _createForOfIteratorHelper(
+ pubkeys),_step;try {for (_iterator.s(); !(_step = _iterator.n()).done;) {var pubkey = _step.value;
+ isUint8Array('public key', pubkey, [33, 65]);
+ }} catch (err) {_iterator.e(err);} finally {_iterator.f();}
+ isCompressed(compressed);
+ output = getAssertedOutput(output, compressed ? 33 : 65);
- var d = fromBuffer(x);
- var e = fromBuffer(hash);
+ switch (secp256k1.publicKeyCombine(output, pubkeys)) {
+ case 0:
+ return output;
+ case 1:
+ throw new Error(errors.PUBKEY_PARSE);
+ case 2:
+ throw new Error(errors.PUBKEY_COMBINE);
+ case 3:
+ throw new Error(errors.PUBKEY_SERIALIZE);}
- var r, s;
- var checkSig = function checkSig(k) {
- var kI = fromBuffer(k);
- var Q = G.mul(kI);
+ },
- if (Q.isInfinity()) return false;
+ publicKeyTweakAdd: function publicKeyTweakAdd(pubkey, tweak) {var compressed = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;var output = arguments.length > 3 ? arguments[3] : undefined;
+ isUint8Array('public key', pubkey, [33, 65]);
+ isUint8Array('tweak', tweak, 32);
+ isCompressed(compressed);
+ output = getAssertedOutput(output, compressed ? 33 : 65);
- r = Q.x.umod(n);
- if (r.isZero() === 0) return false;
+ switch (secp256k1.publicKeyTweakAdd(output, pubkey, tweak)) {
+ case 0:
+ return output;
+ case 1:
+ throw new Error(errors.PUBKEY_PARSE);
+ case 2:
+ throw new Error(errors.TWEAK_ADD);}
- s = kI.
- invm(n).
- mul(e.add(d.mul(r))).
- umod(n);
- if (s.isZero() === 0) return false;
+ },
- return true;
- };
+ publicKeyTweakMul: function publicKeyTweakMul(pubkey, tweak) {var compressed = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;var output = arguments.length > 3 ? arguments[3] : undefined;
+ isUint8Array('public key', pubkey, [33, 65]);
+ isUint8Array('tweak', tweak, 32);
+ isCompressed(compressed);
+ output = getAssertedOutput(output, compressed ? 33 : 65);
- deterministicGenerateK(hash, x, checkSig, isPrivate, addData);
+ switch (secp256k1.publicKeyTweakMul(output, pubkey, tweak)) {
+ case 0:
+ return output;
+ case 1:
+ throw new Error(errors.PUBKEY_PARSE);
+ case 2:
+ throw new Error(errors.TWEAK_MUL);}
- // enforce low S values, see bip62: 'low s values in signatures'
- if (s.cmp(nDiv2) > 0) {
- s = n.sub(s);
- }
+ },
- var buffer = Buffer.allocUnsafe(64);
- toBuffer(r).copy(buffer, 0);
- toBuffer(s).copy(buffer, 32);
- return buffer;
-}
+ signatureNormalize: function signatureNormalize(sig) {
+ isUint8Array('signature', sig, 64);
-function verify(hash, q, signature, strict) {
- if (!isScalar(hash)) throw new TypeError(THROW_BAD_HASH);
- if (!isPoint(q)) throw new TypeError(THROW_BAD_POINT);
+ switch (secp256k1.signatureNormalize(sig)) {
+ case 0:
+ return sig;
+ case 1:
+ throw new Error(errors.SIG_PARSE);}
- // 1.4.1 Enforce r and s are both integers in the interval [1, n − 1] (1, isSignature enforces '< n - 1')
- if (!isSignature(signature)) throw new TypeError(THROW_BAD_SIGNATURE);
+ },
- var Q = decodeFrom(q);
- var r = fromBuffer(signature.slice(0, 32));
- var s = fromBuffer(signature.slice(32, 64));
+ signatureExport: function signatureExport(sig, output) {
+ isUint8Array('signature', sig, 64);
+ output = getAssertedOutput(output, 72);
- if (strict && s.cmp(nDiv2) > 0) {
- return false;
- }
+ var obj = { output: output, outputlen: 72 };
+ switch (secp256k1.signatureExport(obj, sig)) {
+ case 0:
+ return output.slice(0, obj.outputlen);
+ case 1:
+ throw new Error(errors.SIG_PARSE);
+ case 2:
+ throw new Error(errors.IMPOSSIBLE_CASE);}
- // 1.4.1 Enforce r and s are both integers in the interval [1, n − 1] (2, enforces '> 0')
- if (r.gtn(0) <= 0 /* || r.compareTo(n) >= 0 */) return false;
- if (s.gtn(0) <= 0 /* || s.compareTo(n) >= 0 */) return false;
+ },
- // 1.4.2 H = Hash(M), already done by the user
- // 1.4.3 e = H
- var e = fromBuffer(hash);
+ signatureImport: function signatureImport(sig, output) {
+ isUint8Array('signature', sig);
+ output = getAssertedOutput(output, 64);
- // Compute s^-1
- var sInv = s.invm(n);
+ switch (secp256k1.signatureImport(output, sig)) {
+ case 0:
+ return output;
+ case 1:
+ throw new Error(errors.SIG_PARSE);
+ case 2:
+ throw new Error(errors.IMPOSSIBLE_CASE);}
- // 1.4.4 Compute u1 = es^−1 mod n
- // u2 = rs^−1 mod n
- var u1 = e.mul(sInv).umod(n);
- var u2 = r.mul(sInv).umod(n);
+ },
- // 1.4.5 Compute R = (xR, yR)
- // R = u1G + u2Q
- var R = G.mulAdd(u1, Q, u2);
+ ecdsaSign: function ecdsaSign(msg32, seckey) {var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};var output = arguments.length > 3 ? arguments[3] : undefined;
+ isUint8Array('message', msg32, 32);
+ isUint8Array('private key', seckey, 32);
+ assert(toTypeString(options) === 'Object', 'Expected options to be an Object');
+ if (options.data !== undefined) isUint8Array('options.data', options.data);
+ if (options.noncefn !== undefined) assert(toTypeString(options.noncefn) === 'Function', 'Expected options.noncefn to be a Function');
+ output = getAssertedOutput(output, 64);
- // 1.4.5 (cont.) Enforce R is not at infinity
- if (R.isInfinity()) return false;
+ var obj = { signature: output, recid: null };
+ switch (secp256k1.ecdsaSign(obj, msg32, seckey, options.data, options.noncefn)) {
+ case 0:
+ return obj;
+ case 1:
+ throw new Error(errors.SIGN);
+ case 2:
+ throw new Error(errors.IMPOSSIBLE_CASE);}
- // 1.4.6 Convert the field element R.x to an integer
- var xR = R.x;
+ },
- // 1.4.7 Set v = xR mod n
- var v = xR.umod(n);
+ ecdsaVerify: function ecdsaVerify(sig, msg32, pubkey) {
+ isUint8Array('signature', sig, 64);
+ isUint8Array('message', msg32, 32);
+ isUint8Array('public key', pubkey, [33, 65]);
- // 1.4.8 If v = r, output "valid", and if v != r, output "invalid"
- return v.eq(r);
-}
+ switch (secp256k1.ecdsaVerify(sig, msg32, pubkey)) {
+ case 0:
+ return true;
+ case 3:
+ return false;
+ case 1:
+ throw new Error(errors.SIG_PARSE);
+ case 2:
+ throw new Error(errors.PUBKEY_PARSE);}
-module.exports = {
- isPoint: isPoint,
- isPointCompressed: isPointCompressed,
- isPrivate: isPrivate,
- pointAdd: pointAdd,
- pointAddScalar: pointAddScalar,
- pointCompress: pointCompress,
- pointFromScalar: pointFromScalar,
- pointMultiply: pointMultiply,
- privateAdd: privateAdd,
- privateSub: privateSub,
- sign: sign,
- signWithEntropy: signWithEntropy,
- verify: verify };
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+ },
-/***/ }),
-/* 433 */
-/*!************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/tiny-secp256k1/rfc6979.js ***!
- \************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ ecdsaRecover: function ecdsaRecover(sig, recid, msg32) {var compressed = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : true;var output = arguments.length > 4 ? arguments[4] : undefined;
+ isUint8Array('signature', sig, 64);
+ assert(
+ toTypeString(recid) === 'Number' &&
+ recid >= 0 &&
+ recid <= 3,
+ 'Expected recovery id to be a Number within interval [0, 3]');
-/* WEBPACK VAR INJECTION */(function(Buffer) {var createHmac = __webpack_require__(/*! create-hmac */ 426);
+ isUint8Array('message', msg32, 32);
+ isCompressed(compressed);
+ output = getAssertedOutput(output, compressed ? 33 : 65);
-var ONE1 = Buffer.alloc(1, 1);
-var ZERO1 = Buffer.alloc(1, 0);
+ switch (secp256k1.ecdsaRecover(output, sig, recid, msg32)) {
+ case 0:
+ return output;
+ case 1:
+ throw new Error(errors.SIG_PARSE);
+ case 2:
+ throw new Error(errors.RECOVER);
+ case 3:
+ throw new Error(errors.IMPOSSIBLE_CASE);}
-// https://tools.ietf.org/html/rfc6979#section-3.2
-function deterministicGenerateK(hash, x, checkSig, isPrivate, extraEntropy) {
- // Step A, ignored as hash already provided
- // Step B
- // Step C
- var k = Buffer.alloc(32, 0);
- var v = Buffer.alloc(32, 1);
+ },
- // Step D
- k = createHmac('sha256', k).
- update(v).
- update(ZERO1).
- update(x).
- update(hash).
- update(extraEntropy || '').
- digest();
+ ecdh: function ecdh(pubkey, seckey) {var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};var output = arguments.length > 3 ? arguments[3] : undefined;
+ isUint8Array('public key', pubkey, [33, 65]);
+ isUint8Array('private key', seckey, 32);
+ assert(toTypeString(options) === 'Object', 'Expected options to be an Object');
+ if (options.data !== undefined) isUint8Array('options.data', options.data);
+ if (options.hashfn !== undefined) {
+ assert(toTypeString(options.hashfn) === 'Function', 'Expected options.hashfn to be a Function');
+ if (options.xbuf !== undefined) isUint8Array('options.xbuf', options.xbuf, 32);
+ if (options.ybuf !== undefined) isUint8Array('options.ybuf', options.ybuf, 32);
+ isUint8Array('output', output);
+ } else {
+ output = getAssertedOutput(output, 32);
+ }
- // Step E
- v = createHmac('sha256', k).update(v).digest();
+ switch (secp256k1.ecdh(output, pubkey, seckey, options.data, options.hashfn, options.xbuf, options.ybuf)) {
+ case 0:
+ return output;
+ case 1:
+ throw new Error(errors.PUBKEY_PARSE);
+ case 2:
+ throw new Error(errors.ECDH);}
- // Step F
- k = createHmac('sha256', k).
- update(v).
- update(ONE1).
- update(x).
- update(hash).
- update(extraEntropy || '').
- digest();
+ } };
- // Step G
- v = createHmac('sha256', k).update(v).digest();
+};
- // Step H1/H2a, ignored as tlen === qlen (256 bit)
- // Step H2b
- v = createHmac('sha256', k).update(v).digest();
+/***/ }),
+/* 416 */
+/*!**************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/secp256k1/lib/elliptic.js ***!
+ \**************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- var T = v;
+var EC = __webpack_require__(/*! elliptic */ 205).ec;
- // Step H3, repeat until T is within the interval [1, n - 1] and is suitable for ECDSA
- while (!isPrivate(T) || !checkSig(T)) {
- k = createHmac('sha256', k).
- update(v).
- update(ZERO1).
- digest();
+var ec = new EC('secp256k1');
+var ecparams = ec.curve;
- v = createHmac('sha256', k).update(v).digest();
+// Hack, we can not use bn.js@5, while elliptic uses bn.js@4
+// See https://github.com/indutny/elliptic/issues/191#issuecomment-569888758
+var BN = ecparams.n.constructor;
- // Step H1/H2a, again, ignored as tlen === qlen (256 bit)
- // Step H2b again
- v = createHmac('sha256', k).update(v).digest();
- T = v;
- }
+function loadCompressedPublicKey(first, xbuf) {
+ var x = new BN(xbuf);
- return T;
-}
+ // overflow
+ if (x.cmp(ecparams.p) >= 0) return null;
+ x = x.toRed(ecparams.red);
-module.exports = deterministicGenerateK;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+ // compute corresponding Y
+ var y = x.redSqr().redIMul(x).redIAdd(ecparams.b).redSqrt();
+ if (first === 0x03 !== y.isOdd()) y = y.redNeg();
-/***/ }),
-/* 434 */
-/*!*****************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/typeforce/index.js ***!
- \*****************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ return ec.keyPair({ pub: { x: x, y: y } });
+}
-var ERRORS = __webpack_require__(/*! ./errors */ 435);
-var NATIVE = __webpack_require__(/*! ./native */ 436);
+function loadUncompressedPublicKey(first, xbuf, ybuf) {
+ var x = new BN(xbuf);
+ var y = new BN(ybuf);
-// short-hand
-var tfJSON = ERRORS.tfJSON;
-var TfTypeError = ERRORS.TfTypeError;
-var TfPropertyTypeError = ERRORS.TfPropertyTypeError;
-var tfSubError = ERRORS.tfSubError;
-var getValueTypeName = ERRORS.getValueTypeName;
+ // overflow
+ if (x.cmp(ecparams.p) >= 0 || y.cmp(ecparams.p) >= 0) return null;
-var TYPES = {
- arrayOf: function arrayOf(type, options) {
- type = compile(type);
- options = options || {};
+ x = x.toRed(ecparams.red);
+ y = y.toRed(ecparams.red);
- function _arrayOf(array, strict) {
- if (!NATIVE.Array(array)) return false;
- if (NATIVE.Nil(array)) return false;
- if (options.minLength !== undefined && array.length < options.minLength) return false;
- if (options.maxLength !== undefined && array.length > options.maxLength) return false;
- if (options.length !== undefined && array.length !== options.length) return false;
+ // is odd flag
+ if ((first === 0x06 || first === 0x07) && y.isOdd() !== (first === 0x07)) return null;
- return array.every(function (value, i) {
- try {
- return typeforce(type, value, strict);
- } catch (e) {
- throw tfSubError(e, i);
- }
- });
- }
- _arrayOf.toJSON = function () {
- var str = '[' + tfJSON(type) + ']';
- if (options.length !== undefined) {
- str += '{' + options.length + '}';
- } else if (options.minLength !== undefined || options.maxLength !== undefined) {
- str += '{' + (
- options.minLength === undefined ? 0 : options.minLength) + ',' + (
- options.maxLength === undefined ? Infinity : options.maxLength) + '}';
- }
- return str;
- };
+ // x*x*x + b = y*y
+ var x3 = x.redSqr().redIMul(x);
+ if (!y.redSqr().redISub(x3.redIAdd(ecparams.b)).isZero()) return null;
- return _arrayOf;
- },
+ return ec.keyPair({ pub: { x: x, y: y } });
+}
- maybe: function maybe(type) {
- type = compile(type);
+function loadPublicKey(pubkey) {
+ // length should be validated in interface
+ var first = pubkey[0];
+ switch (first) {
+ case 0x02:
+ case 0x03:
+ if (pubkey.length !== 33) return null;
+ return loadCompressedPublicKey(first, pubkey.subarray(1, 33));
+ case 0x04:
+ case 0x06:
+ case 0x07:
+ if (pubkey.length !== 65) return null;
+ return loadUncompressedPublicKey(first, pubkey.subarray(1, 33), pubkey.subarray(33, 65));
+ default:
+ return null;}
- function _maybe(value, strict) {
- return NATIVE.Nil(value) || type(value, strict, maybe);
- }
- _maybe.toJSON = function () {return '?' + tfJSON(type);};
+}
- return _maybe;
- },
+function savePublicKey(output, point) {
+ var pubkey = point.encode(null, output.length === 33);
+ // Loop should be faster because we do not need create extra Uint8Array
+ // output.set(new Uint8Array(pubkey))
+ for (var i = 0; i < output.length; ++i) {output[i] = pubkey[i];}
+}
- map: function map(propertyType, propertyKeyType) {
- propertyType = compile(propertyType);
- if (propertyKeyType) propertyKeyType = compile(propertyKeyType);
+module.exports = {
+ contextRandomize: function contextRandomize() {
+ return 0;
+ },
- function _map(value, strict) {
- if (!NATIVE.Object(value)) return false;
- if (NATIVE.Nil(value)) return false;
+ privateKeyVerify: function privateKeyVerify(seckey) {
+ var bn = new BN(seckey);
+ return bn.cmp(ecparams.n) < 0 && !bn.isZero() ? 0 : 1;
+ },
- for (var propertyName in value) {
- try {
- if (propertyKeyType) {
- typeforce(propertyKeyType, propertyName, strict);
- }
- } catch (e) {
- throw tfSubError(e, propertyName, 'key');
- }
+ privateKeyNegate: function privateKeyNegate(seckey) {
+ var bn = new BN(seckey);
+ var negate = ecparams.n.sub(bn).umod(ecparams.n).toArrayLike(Uint8Array, 'be', 32);
+ seckey.set(negate);
+ return 0;
+ },
- try {
- var propertyValue = value[propertyName];
- typeforce(propertyType, propertyValue, strict);
- } catch (e) {
- throw tfSubError(e, propertyName);
- }
- }
+ privateKeyTweakAdd: function privateKeyTweakAdd(seckey, tweak) {
+ var bn = new BN(tweak);
+ if (bn.cmp(ecparams.n) >= 0) return 1;
- return true;
- }
+ bn.iadd(new BN(seckey));
+ if (bn.cmp(ecparams.n) >= 0) bn.isub(ecparams.n);
+ if (bn.isZero()) return 1;
- if (propertyKeyType) {
- _map.toJSON = function () {
- return '{' + tfJSON(propertyKeyType) + ': ' + tfJSON(propertyType) + '}';
- };
- } else {
- _map.toJSON = function () {return '{' + tfJSON(propertyType) + '}';};
- }
+ var tweaked = bn.toArrayLike(Uint8Array, 'be', 32);
+ seckey.set(tweaked);
- return _map;
+ return 0;
},
- object: function object(uncompiled) {
- var type = {};
-
- for (var typePropertyName in uncompiled) {
- type[typePropertyName] = compile(uncompiled[typePropertyName]);
- }
-
- function _object(value, strict) {
- if (!NATIVE.Object(value)) return false;
- if (NATIVE.Nil(value)) return false;
+ privateKeyTweakMul: function privateKeyTweakMul(seckey, tweak) {
+ var bn = new BN(tweak);
+ if (bn.cmp(ecparams.n) >= 0 || bn.isZero()) return 1;
- var propertyName;
+ bn.imul(new BN(seckey));
+ if (bn.cmp(ecparams.n) >= 0) bn = bn.umod(ecparams.n);
- try {
- for (propertyName in type) {
- var propertyType = type[propertyName];
- var propertyValue = value[propertyName];
+ var tweaked = bn.toArrayLike(Uint8Array, 'be', 32);
+ seckey.set(tweaked);
- typeforce(propertyType, propertyValue, strict);
- }
- } catch (e) {
- throw tfSubError(e, propertyName);
- }
+ return 0;
+ },
- if (strict) {
- for (propertyName in value) {
- if (type[propertyName]) continue;
+ publicKeyVerify: function publicKeyVerify(pubkey) {
+ var pair = loadPublicKey(pubkey);
+ return pair === null ? 1 : 0;
+ },
- throw new TfPropertyTypeError(undefined, propertyName);
- }
- }
+ publicKeyCreate: function publicKeyCreate(output, seckey) {
+ var bn = new BN(seckey);
+ if (bn.cmp(ecparams.n) >= 0 || bn.isZero()) return 1;
- return true;
- }
- _object.toJSON = function () {return tfJSON(type);};
+ var point = ec.keyFromPrivate(seckey).getPublic();
+ savePublicKey(output, point);
- return _object;
+ return 0;
},
- anyOf: function anyOf() {
- var types = [].slice.call(arguments).map(compile);
+ publicKeyConvert: function publicKeyConvert(output, pubkey) {
+ var pair = loadPublicKey(pubkey);
+ if (pair === null) return 1;
- function _anyOf(value, strict) {
- return types.some(function (type) {
- try {
- return typeforce(type, value, strict);
- } catch (e) {
- return false;
- }
- });
- }
- _anyOf.toJSON = function () {return types.map(tfJSON).join('|');};
+ var point = pair.getPublic();
+ savePublicKey(output, point);
- return _anyOf;
+ return 0;
},
- allOf: function allOf() {
- var types = [].slice.call(arguments).map(compile);
+ publicKeyNegate: function publicKeyNegate(output, pubkey) {
+ var pair = loadPublicKey(pubkey);
+ if (pair === null) return 1;
- function _allOf(value, strict) {
- return types.every(function (type) {
- try {
- return typeforce(type, value, strict);
- } catch (e) {
- return false;
- }
- });
- }
- _allOf.toJSON = function () {return types.map(tfJSON).join(' & ');};
+ var point = pair.getPublic();
+ point.y = point.y.redNeg();
+ savePublicKey(output, point);
- return _allOf;
+ return 0;
},
- quacksLike: function quacksLike(type) {
- function _quacksLike(value) {
- return type === getValueTypeName(value);
+ publicKeyCombine: function publicKeyCombine(output, pubkeys) {
+ var pairs = new Array(pubkeys.length);
+ for (var i = 0; i < pubkeys.length; ++i) {
+ pairs[i] = loadPublicKey(pubkeys[i]);
+ if (pairs[i] === null) return 1;
}
- _quacksLike.toJSON = function () {return type;};
- return _quacksLike;
+ var point = pairs[0].getPublic();
+ for (var _i = 1; _i < pairs.length; ++_i) {point = point.add(pairs[_i].pub);}
+ if (point.isInfinity()) return 2;
+
+ savePublicKey(output, point);
+
+ return 0;
},
- tuple: function tuple() {
- var types = [].slice.call(arguments).map(compile);
+ publicKeyTweakAdd: function publicKeyTweakAdd(output, pubkey, tweak) {
+ var pair = loadPublicKey(pubkey);
+ if (pair === null) return 1;
- function _tuple(values, strict) {
- if (NATIVE.Nil(values)) return false;
- if (NATIVE.Nil(values.length)) return false;
- if (strict && values.length !== types.length) return false;
+ tweak = new BN(tweak);
+ if (tweak.cmp(ecparams.n) >= 0) return 2;
- return types.every(function (type, i) {
- try {
- return typeforce(type, values[i], strict);
- } catch (e) {
- throw tfSubError(e, i);
- }
- });
- }
- _tuple.toJSON = function () {return '(' + types.map(tfJSON).join(', ') + ')';};
+ var point = pair.getPublic().add(ecparams.g.mul(tweak));
+ if (point.isInfinity()) return 2;
- return _tuple;
+ savePublicKey(output, point);
+
+ return 0;
},
- value: function value(expected) {
- function _value(actual) {
- return actual === expected;
- }
- _value.toJSON = function () {return expected;};
+ publicKeyTweakMul: function publicKeyTweakMul(output, pubkey, tweak) {
+ var pair = loadPublicKey(pubkey);
+ if (pair === null) return 1;
- return _value;
- } };
+ tweak = new BN(tweak);
+ if (tweak.cmp(ecparams.n) >= 0 || tweak.isZero()) return 2;
+ var point = pair.getPublic().mul(tweak);
+ savePublicKey(output, point);
-// TODO: deprecate
-TYPES.oneOf = TYPES.anyOf;
+ return 0;
+ },
-function compile(type) {
- if (NATIVE.String(type)) {
- if (type[0] === '?') return TYPES.maybe(type.slice(1));
+ signatureNormalize: function signatureNormalize(sig) {
+ var r = new BN(sig.subarray(0, 32));
+ var s = new BN(sig.subarray(32, 64));
+ if (r.cmp(ecparams.n) >= 0 || s.cmp(ecparams.n) >= 0) return 1;
- return NATIVE[type] || TYPES.quacksLike(type);
- } else if (type && NATIVE.Object(type)) {
- if (NATIVE.Array(type)) {
- if (type.length !== 1) throw new TypeError('Expected compile() parameter of type Array of length 1');
- return TYPES.arrayOf(type[0]);
+ if (s.cmp(ec.nh) === 1) {
+ sig.set(ecparams.n.sub(s).toArrayLike(Uint8Array, 'be', 32), 32);
}
- return TYPES.object(type);
- } else if (NATIVE.Function(type)) {
- return type;
- }
+ return 0;
+ },
- return TYPES.value(type);
-}
+ // Copied 1-to-1 from https://github.com/bitcoinjs/bip66/blob/master/index.js
+ // Adapted for Uint8Array instead Buffer
+ signatureExport: function signatureExport(obj, sig) {
+ var sigR = sig.subarray(0, 32);
+ var sigS = sig.subarray(32, 64);
+ if (new BN(sigR).cmp(ecparams.n) >= 0) return 1;
+ if (new BN(sigS).cmp(ecparams.n) >= 0) return 1;var
-function typeforce(type, value, strict, surrogate) {
- if (NATIVE.Function(type)) {
- if (type(value, strict)) return true;
+ output = obj.output;
- throw new TfTypeError(surrogate || type, value);
- }
+ // Prepare R
+ var r = output.subarray(4, 4 + 33);
+ r[0] = 0x00;
+ r.set(sigR, 1);
- // JIT
- return typeforce(compile(type), value, strict);
-}
+ var lenR = 33;
+ var posR = 0;
+ for (; lenR > 1 && r[posR] === 0x00 && !(r[posR + 1] & 0x80); --lenR, ++posR) {;}
-// assign types to typeforce function
-for (var typeName in NATIVE) {
- typeforce[typeName] = NATIVE[typeName];
-}
+ r = r.subarray(posR);
+ if (r[0] & 0x80) return 1;
+ if (lenR > 1 && r[0] === 0x00 && !(r[1] & 0x80)) return 1;
-for (typeName in TYPES) {
- typeforce[typeName] = TYPES[typeName];
-}
+ // Prepare S
+ var s = output.subarray(6 + 33, 6 + 33 + 33);
+ s[0] = 0x00;
+ s.set(sigS, 1);
-var EXTRA = __webpack_require__(/*! ./extra */ 437);
-for (typeName in EXTRA) {
- typeforce[typeName] = EXTRA[typeName];
-}
+ var lenS = 33;
+ var posS = 0;
+ for (; lenS > 1 && s[posS] === 0x00 && !(s[posS + 1] & 0x80); --lenS, ++posS) {;}
-typeforce.compile = compile;
-typeforce.TfTypeError = TfTypeError;
-typeforce.TfPropertyTypeError = TfPropertyTypeError;
+ s = s.subarray(posS);
+ if (s[0] & 0x80) return 1;
+ if (lenS > 1 && s[0] === 0x00 && !(s[1] & 0x80)) return 1;
-module.exports = typeforce;
+ // Set output length for return
+ obj.outputlen = 6 + lenR + lenS;
-/***/ }),
-/* 435 */
-/*!******************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/typeforce/errors.js ***!
- \******************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ // Output in specified format
+ // 0x30 [total-length] 0x02 [R-length] [R] 0x02 [S-length] [S]
+ output[0] = 0x30;
+ output[1] = obj.outputlen - 2;
+ output[2] = 0x02;
+ output[3] = r.length;
+ output.set(r, 4);
+ output[4 + lenR] = 0x02;
+ output[5 + lenR] = s.length;
+ output.set(s, 6 + lenR);
-var native = __webpack_require__(/*! ./native */ 436);
+ return 0;
+ },
-function getTypeName(fn) {
- return fn.name || fn.toString().match(/function (.*?)\s*\(/)[1];
-}
+ // Copied 1-to-1 from https://github.com/bitcoinjs/bip66/blob/master/index.js
+ // Adapted for Uint8Array instead Buffer
+ signatureImport: function signatureImport(output, sig) {
+ if (sig.length < 8) return 1;
+ if (sig.length > 72) return 1;
+ if (sig[0] !== 0x30) return 1;
+ if (sig[1] !== sig.length - 2) return 1;
+ if (sig[2] !== 0x02) return 1;
-function getValueTypeName(value) {
- return native.Nil(value) ? '' : getTypeName(value.constructor);
-}
+ var lenR = sig[3];
+ if (lenR === 0) return 1;
+ if (5 + lenR >= sig.length) return 1;
+ if (sig[4 + lenR] !== 0x02) return 1;
-function getValue(value) {
- if (native.Function(value)) return '';
- if (native.String(value)) return JSON.stringify(value);
- if (value && native.Object(value)) return '';
- return value;
-}
+ var lenS = sig[5 + lenR];
+ if (lenS === 0) return 1;
+ if (6 + lenR + lenS !== sig.length) return 1;
-function captureStackTrace(e, t) {
- if (Error.captureStackTrace) {
- Error.captureStackTrace(e, t);
- }
-}
+ if (sig[4] & 0x80) return 1;
+ if (lenR > 1 && sig[4] === 0x00 && !(sig[5] & 0x80)) return 1;
-function tfJSON(type) {
- if (native.Function(type)) return type.toJSON ? type.toJSON() : getTypeName(type);
- if (native.Array(type)) return 'Array';
- if (type && native.Object(type)) return 'Object';
+ if (sig[lenR + 6] & 0x80) return 1;
+ if (lenS > 1 && sig[lenR + 6] === 0x00 && !(sig[lenR + 7] & 0x80)) return 1;
- return type !== undefined ? type : '';
-}
+ var sigR = sig.subarray(4, 4 + lenR);
+ if (sigR.length === 33 && sigR[0] === 0x00) sigR = sigR.subarray(1);
+ if (sigR.length > 32) return 1;
-function tfErrorString(type, value, valueTypeName) {
- var valueJson = getValue(value);
+ var sigS = sig.subarray(6 + lenR);
+ if (sigS.length === 33 && sigS[0] === 0x00) sigS = sigS.slice(1);
+ if (sigS.length > 32) throw new Error('S length is too long');
- return 'Expected ' + tfJSON(type) + ', got' + (
- valueTypeName !== '' ? ' ' + valueTypeName : '') + (
- valueJson !== '' ? ' ' + valueJson : '');
-}
+ var r = new BN(sigR);
+ if (r.cmp(ecparams.n) >= 0) r = new BN(0);
-function TfTypeError(type, value, valueTypeName) {
- valueTypeName = valueTypeName || getValueTypeName(value);
- this.message = tfErrorString(type, value, valueTypeName);
+ var s = new BN(sig.subarray(6 + lenR));
+ if (s.cmp(ecparams.n) >= 0) s = new BN(0);
- captureStackTrace(this, TfTypeError);
- this.__type = type;
- this.__value = value;
- this.__valueTypeName = valueTypeName;
-}
+ output.set(r.toArrayLike(Uint8Array, 'be', 32), 0);
+ output.set(s.toArrayLike(Uint8Array, 'be', 32), 32);
-TfTypeError.prototype = Object.create(Error.prototype);
-TfTypeError.prototype.constructor = TfTypeError;
+ return 0;
+ },
-function tfPropertyErrorString(type, label, name, value, valueTypeName) {
- var description = '" of type ';
- if (label === 'key') description = '" with key type ';
+ ecdsaSign: function ecdsaSign(obj, message, seckey, data, noncefn) {
+ if (noncefn) {
+ var _noncefn = noncefn;
+ noncefn = function noncefn(counter) {
+ var nonce = _noncefn(message, seckey, null, data, counter);
- return tfErrorString('property "' + tfJSON(name) + description + tfJSON(type), value, valueTypeName);
-}
+ var isValid = nonce instanceof Uint8Array && nonce.length === 32;
+ if (!isValid) throw new Error('This is the way');
-function TfPropertyTypeError(type, property, label, value, valueTypeName) {
- if (type) {
- valueTypeName = valueTypeName || getValueTypeName(value);
- this.message = tfPropertyErrorString(type, label, property, value, valueTypeName);
- } else {
- this.message = 'Unexpected property "' + property + '"';
- }
+ return new BN(nonce);
+ };
+ }
- captureStackTrace(this, TfTypeError);
- this.__label = label;
- this.__property = property;
- this.__type = type;
- this.__value = value;
- this.__valueTypeName = valueTypeName;
-}
-
-TfPropertyTypeError.prototype = Object.create(Error.prototype);
-TfPropertyTypeError.prototype.constructor = TfTypeError;
-
-function tfCustomError(expected, actual) {
- return new TfTypeError(expected, {}, actual);
-}
-
-function tfSubError(e, property, label) {
- // sub child?
- if (e instanceof TfPropertyTypeError) {
- property = property + '.' + e.__property;
-
- e = new TfPropertyTypeError(
- e.__type, property, e.__label, e.__value, e.__valueTypeName);
-
-
- // child?
- } else if (e instanceof TfTypeError) {
- e = new TfPropertyTypeError(
- e.__type, property, label, e.__value, e.__valueTypeName);
-
- }
-
- captureStackTrace(e);
- return e;
-}
-
-module.exports = {
- TfTypeError: TfTypeError,
- TfPropertyTypeError: TfPropertyTypeError,
- tfCustomError: tfCustomError,
- tfSubError: tfSubError,
- tfJSON: tfJSON,
- getValueTypeName: getValueTypeName };
-
-/***/ }),
-/* 436 */
-/*!******************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/typeforce/native.js ***!
- \******************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-var types = {
- Array: function (_Array) {function Array(_x) {return _Array.apply(this, arguments);}Array.toString = function () {return _Array.toString();};return Array;}(function (value) {return value !== null && value !== undefined && value.constructor === Array;}),
- Boolean: function Boolean(value) {return typeof value === 'boolean';},
- Function: function Function(value) {return typeof value === 'function';},
- Nil: function Nil(value) {return value === undefined || value === null;},
- Number: function Number(value) {return typeof value === 'number';},
- Object: function Object(value) {return typeof value === 'object';},
- String: function String(value) {return typeof value === 'string';},
- '': function _() {return true;} };
-
-
-// TODO: deprecate
-types.Null = types.Nil;
-
-for (var typeName in types) {
- types[typeName].toJSON = function (t) {
- return t;
- }.bind(null, typeName);
-}
-
-module.exports = types;
-
-/***/ }),
-/* 437 */
-/*!*****************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/typeforce/extra.js ***!
- \*****************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-/* WEBPACK VAR INJECTION */(function(Buffer) {var NATIVE = __webpack_require__(/*! ./native */ 436);
-var ERRORS = __webpack_require__(/*! ./errors */ 435);
-
-function _Buffer(value) {
- return Buffer.isBuffer(value);
-}
-
-function Hex(value) {
- return typeof value === 'string' && /^([0-9a-f]{2})+$/i.test(value);
-}
-
-function _LengthN(type, length) {
- var name = type.toJSON();
-
- function Length(value) {
- if (!type(value)) return false;
- if (value.length === length) return true;
-
- throw ERRORS.tfCustomError(name + '(Length: ' + length + ')', name + '(Length: ' + value.length + ')');
- }
- Length.toJSON = function () {return name;};
-
- return Length;
-}
-
-var _ArrayN = _LengthN.bind(null, NATIVE.Array);
-var _BufferN = _LengthN.bind(null, _Buffer);
-var _HexN = _LengthN.bind(null, Hex);
-var _StringN = _LengthN.bind(null, NATIVE.String);
-
-function Range(a, b, f) {
- f = f || NATIVE.Number;
- function _range(value, strict) {
- return f(value, strict) && value > a && value < b;
- }
- _range.toJSON = function () {
- return "".concat(f.toJSON(), " between [").concat(a, ", ").concat(b, "]");
- };
- return _range;
-}
-
-var INT53_MAX = Math.pow(2, 53) - 1;
-
-function Finite(value) {
- return typeof value === 'number' && isFinite(value);
-}
-function Int8(value) {return value << 24 >> 24 === value;}
-function Int16(value) {return value << 16 >> 16 === value;}
-function Int32(value) {return (value | 0) === value;}
-function Int53(value) {
- return typeof value === 'number' &&
- value >= -INT53_MAX &&
- value <= INT53_MAX &&
- Math.floor(value) === value;
-}
-function UInt8(value) {return (value & 0xff) === value;}
-function UInt16(value) {return (value & 0xffff) === value;}
-function UInt32(value) {return value >>> 0 === value;}
-function UInt53(value) {
- return typeof value === 'number' &&
- value >= 0 &&
- value <= INT53_MAX &&
- Math.floor(value) === value;
-}
-
-var types = {
- ArrayN: _ArrayN,
- Buffer: _Buffer,
- BufferN: _BufferN,
- Finite: Finite,
- Hex: Hex,
- HexN: _HexN,
- Int8: Int8,
- Int16: Int16,
- Int32: Int32,
- Int53: Int53,
- Range: Range,
- StringN: _StringN,
- UInt8: UInt8,
- UInt16: UInt16,
- UInt32: UInt32,
- UInt53: UInt53 };
+ var d = new BN(seckey);
+ if (d.cmp(ecparams.n) >= 0 || d.isZero()) return 1;
+ var sig;
+ try {
+ sig = ec.sign(message, seckey, { canonical: true, k: noncefn, pers: data });
+ } catch (err) {
+ return 1;
+ }
-for (var typeName in types) {
- types[typeName].toJSON = function (t) {
- return t;
- }.bind(null, typeName);
-}
+ obj.signature.set(sig.r.toArrayLike(Uint8Array, 'be', 32), 0);
+ obj.signature.set(sig.s.toArrayLike(Uint8Array, 'be', 32), 32);
+ obj.recid = sig.recoveryParam;
-module.exports = types;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+ return 0;
+ },
-/***/ }),
-/* 438 */
-/*!***********************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/wif/index.js ***!
- \***********************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ ecdsaVerify: function ecdsaVerify(sig, msg32, pubkey) {
+ var sigObj = { r: sig.subarray(0, 32), s: sig.subarray(32, 64) };
-/* WEBPACK VAR INJECTION */(function(Buffer) {var bs58check = __webpack_require__(/*! bs58check */ 428);
+ var sigr = new BN(sigObj.r);
+ var sigs = new BN(sigObj.s);
+ if (sigr.cmp(ecparams.n) >= 0 || sigs.cmp(ecparams.n) >= 0) return 1;
+ if (sigs.cmp(ec.nh) === 1 || sigr.isZero() || sigs.isZero()) return 3;
-function decodeRaw(buffer, version) {
- // check version only if defined
- if (version !== undefined && buffer[0] !== version) throw new Error('Invalid network version');
+ var pair = loadPublicKey(pubkey);
+ if (pair === null) return 2;
- // uncompressed
- if (buffer.length === 33) {
- return {
- version: buffer[0],
- privateKey: buffer.slice(1, 33),
- compressed: false };
+ var point = pair.getPublic();
+ var isValid = ec.verify(msg32, sigObj, point);
+ return isValid ? 0 : 3;
+ },
- }
+ ecdsaRecover: function ecdsaRecover(output, sig, recid, msg32) {
+ var sigObj = { r: sig.slice(0, 32), s: sig.slice(32, 64) };
- // invalid length
- if (buffer.length !== 34) throw new Error('Invalid WIF length');
+ var sigr = new BN(sigObj.r);
+ var sigs = new BN(sigObj.s);
+ if (sigr.cmp(ecparams.n) >= 0 || sigs.cmp(ecparams.n) >= 0) return 1;
- // invalid compression flag
- if (buffer[33] !== 0x01) throw new Error('Invalid compression flag');
+ if (sigr.isZero() || sigs.isZero()) return 2;
- return {
- version: buffer[0],
- privateKey: buffer.slice(1, 33),
- compressed: true };
+ // Can throw `throw new Error('Unable to find sencond key candinate');`
+ var point;
+ try {
+ point = ec.recoverPubKey(msg32, sigObj, recid);
+ } catch (err) {
+ return 2;
+ }
-}
+ savePublicKey(output, point);
-function encodeRaw(version, privateKey, compressed) {
- var result = new Buffer(compressed ? 34 : 33);
+ return 0;
+ },
- result.writeUInt8(version, 0);
- privateKey.copy(result, 1);
+ ecdh: function ecdh(output, pubkey, seckey, data, hashfn, xbuf, ybuf) {
+ var pair = loadPublicKey(pubkey);
+ if (pair === null) return 1;
- if (compressed) {
- result[33] = 0x01;
- }
+ var scalar = new BN(seckey);
+ if (scalar.cmp(ecparams.n) >= 0 || scalar.isZero()) return 2;
- return result;
-}
+ var point = pair.getPublic().mul(scalar);
-function decode(string, version) {
- return decodeRaw(bs58check.decode(string), version);
-}
+ if (hashfn === undefined) {
+ var _data = point.encode(null, true);
+ var sha256 = ec.hash().update(_data).digest();
+ for (var i = 0; i < 32; ++i) {output[i] = sha256[i];}
+ } else {
+ if (!xbuf) xbuf = new Uint8Array(32);
+ var x = point.getX().toArray('be', 32);
+ for (var _i2 = 0; _i2 < 32; ++_i2) {xbuf[_i2] = x[_i2];}
-function encode(version, privateKey, compressed) {
- if (typeof version === 'number') return bs58check.encode(encodeRaw(version, privateKey, compressed));
+ if (!ybuf) ybuf = new Uint8Array(32);
+ var y = point.getY().toArray('be', 32);
+ for (var _i3 = 0; _i3 < 32; ++_i3) {ybuf[_i3] = y[_i3];}
- return bs58check.encode(
- encodeRaw(
- version.version,
- version.privateKey,
- version.compressed));
+ var hash = hashfn(xbuf, ybuf, data);
+ var isValid = hash instanceof Uint8Array && hash.length === output.length;
+ if (!isValid) return 2;
-}
+ output.set(hash);
+ }
-module.exports = {
- decode: decode,
- decodeRaw: decodeRaw,
- encode: encode,
- encodeRaw: encodeRaw };
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+ return 0;
+ } };
/***/ }),
-/* 439 */
-/*!****************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/ethereumjs-util/dist/index.js ***!
- \****************************************************************************************/
+/* 417 */
+/*!********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/ethereum-cryptography/random.js ***!
+ \********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
- if (k2 === undefined) k2 = k;
- Object.defineProperty(o, k2, { enumerable: true, get: function get() {return m[k];} });
-} : function (o, m, k, k2) {
- if (k2 === undefined) k2 = k;
- o[k2] = m[k];
-});
-var __exportStar = this && this.__exportStar || function (m, exports) {
- for (var p in m) {if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);}
-};
Object.defineProperty(exports, "__esModule", { value: true });
-exports.secp256k1 = exports.rlp = exports.BN = void 0;
-var secp256k1 = __webpack_require__(/*! ./secp256k1v3-adapter */ 440);
-exports.secp256k1 = secp256k1;
-var ethjsUtil = __webpack_require__(/*! ethjs-util */ 448);
-var BN = __webpack_require__(/*! bn.js */ 75);
-exports.BN = BN;
-var rlp = __webpack_require__(/*! rlp */ 451);
-exports.rlp = rlp;
-Object.assign(exports, ethjsUtil);
-/**
- * Constants
- */
-__exportStar(__webpack_require__(/*! ./constants */ 452), exports);
-/**
- * Public-key cryptography (secp256k1) and addresses
- */
-__exportStar(__webpack_require__(/*! ./account */ 453), exports);
-/**
- * Hash functions
- */
-__exportStar(__webpack_require__(/*! ./hash */ 459), exports);
-/**
- * ECDSA signature
- */
-__exportStar(__webpack_require__(/*! ./signature */ 468), exports);
-/**
- * Utilities for manipulating Buffers, byte arrays, etc.
- */
-__exportStar(__webpack_require__(/*! ./bytes */ 458), exports);
-/**
- * Function for definining properties on an object
- */
-__exportStar(__webpack_require__(/*! ./object */ 469), exports);
+var randombytes = __webpack_require__(/*! randombytes */ 383);
+function getRandomBytes(bytes) {
+ return new Promise(function (resolve, reject) {
+ randombytes(bytes, function (err, resp) {
+ if (err) {
+ reject(err);
+ return;
+ }
+ resolve(resp);
+ });
+ });
+}
+exports.getRandomBytes = getRandomBytes;
+function getRandomBytesSync(bytes) {
+ return randombytes(bytes);
+}
+exports.getRandomBytesSync = getRandomBytesSync;
/***/ }),
-/* 440 */
-/*!******************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/ethereumjs-util/dist/secp256k1v3-adapter.js ***!
- \******************************************************************************************************/
+/* 418 */
+/*!**********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/ethereumjs-util/dist/secp256k1v3-lib/index.js ***!
+ \**********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
/* WEBPACK VAR INJECTION */(function(Buffer) {
+// This file is imported from secp256k1 v3
+// https://github.com/cryptocoinjs/secp256k1-node/blob/master/LICENSE
Object.defineProperty(exports, "__esModule", { value: true });
-exports.ecdhUnsafe = exports.ecdh = exports.recover = exports.verify = exports.sign = exports.signatureImportLax = exports.signatureImport = exports.signatureExport = exports.signatureNormalize = exports.publicKeyCombine = exports.publicKeyTweakMul = exports.publicKeyTweakAdd = exports.publicKeyVerify = exports.publicKeyConvert = exports.publicKeyCreate = exports.privateKeyTweakMul = exports.privateKeyTweakAdd = exports.privateKeyModInverse = exports.privateKeyNegate = exports.privateKeyImport = exports.privateKeyExport = exports.privateKeyVerify = void 0;
-var secp256k1 = __webpack_require__(/*! ethereum-cryptography/secp256k1 */ 441);
-var secp256k1v3 = __webpack_require__(/*! ./secp256k1v3-lib/index */ 446);
-var der = __webpack_require__(/*! ./secp256k1v3-lib/der */ 447);
-/**
- * Verify an ECDSA privateKey
- * @method privateKeyVerify
- * @param {Buffer} privateKey
- * @return {boolean}
- */
-exports.privateKeyVerify = function (privateKey) {
- // secp256k1 v4 version throws when privateKey length is not 32
- if (privateKey.length !== 32) {
- return false;
- }
- return secp256k1.privateKeyVerify(Uint8Array.from(privateKey));
-};
-/**
- * Export a privateKey in DER format
- * @method privateKeyExport
- * @param {Buffer} privateKey
- * @param {boolean} compressed
- * @return {boolean}
- */
+var BN = __webpack_require__(/*! bn.js */ 70);
+var EC = __webpack_require__(/*! elliptic */ 205).ec;
+var ec = new EC('secp256k1');
+var ecparams = ec.curve;
exports.privateKeyExport = function (privateKey, compressed) {
- // secp256k1 v4 version throws when privateKey length is not 32
- if (privateKey.length !== 32) {
- throw new RangeError('private key length is invalid');
- }
- var publicKey = secp256k1v3.privateKeyExport(privateKey, compressed);
- return der.privateKeyExport(privateKey, publicKey, compressed);
-};
-/**
- * Import a privateKey in DER format
- * @method privateKeyImport
- * @param {Buffer} privateKey
- * @return {Buffer}
- */
-exports.privateKeyImport = function (privateKey) {
- // privateKeyImport method is not part of secp256k1 v4 package
- // this implementation is based on v3
- privateKey = der.privateKeyImport(privateKey);
- if (privateKey !== null && privateKey.length === 32 && exports.privateKeyVerify(privateKey)) {
- return privateKey;
+ if (compressed === void 0) {compressed = true;}
+ var d = new BN(privateKey);
+ if (d.ucmp(ecparams.n) >= 0) {
+ throw new Error("couldn't export to DER format");
}
- throw new Error("couldn't import from DER format");
-};
-/**
- * Negate a privateKey by subtracting it from the order of the curve's base point
- * @method privateKeyNegate
- * @param {Buffer} privateKey
- * @return {Buffer}
- */
-exports.privateKeyNegate = function (privateKey) {
- return Buffer.from(secp256k1.privateKeyNegate(Uint8Array.from(privateKey)));
+ var point = ec.g.mul(d);
+ return toPublicKey(point.getX(), point.getY(), compressed);
};
-/**
- * Compute the inverse of a privateKey (modulo the order of the curve's base point).
- * @method privateKeyModInverse
- * @param {Buffer} privateKey
- * @return {Buffer}
- */
exports.privateKeyModInverse = function (privateKey) {
- if (privateKey.length !== 32) {
- throw new Error('private key length is invalid');
+ var bn = new BN(privateKey);
+ if (bn.ucmp(ecparams.n) >= 0 || bn.isZero()) {
+ throw new Error('private key range is invalid');
}
- return Buffer.from(secp256k1v3.privateKeyModInverse(Uint8Array.from(privateKey)));
-};
-/**
- * Tweak a privateKey by adding tweak to it.
- * @method privateKeyTweakAdd
- * @param {Buffer} privateKey
- * @param {Buffer} tweak
- * @return {Buffer}
- */
-exports.privateKeyTweakAdd = function (privateKey, tweak) {
- return Buffer.from(secp256k1.privateKeyTweakAdd(Uint8Array.from(privateKey), tweak));
-};
-/**
- * Tweak a privateKey by multiplying it by a tweak.
- * @method privateKeyTweakMul
- * @param {Buffer} privateKey
- * @param {Buffer} tweak
- * @return {Buffer}
- */
-exports.privateKeyTweakMul = function (privateKey, tweak) {
- return Buffer.from(secp256k1.privateKeyTweakMul(Uint8Array.from(privateKey), Uint8Array.from(tweak)));
-};
-/**
- * Compute the public key for a privateKey.
- * @method publicKeyCreate
- * @param {Buffer} privateKey
- * @param {boolean} compressed
- * @return {Buffer}
- */
-exports.publicKeyCreate = function (privateKey, compressed) {
- return Buffer.from(secp256k1.publicKeyCreate(Uint8Array.from(privateKey), compressed));
-};
-/**
- * Convert a publicKey to compressed or uncompressed form.
- * @method publicKeyConvert
- * @param {Buffer} publicKey
- * @param {boolean} compressed
- * @return {Buffer}
- */
-exports.publicKeyConvert = function (publicKey, compressed) {
- return Buffer.from(secp256k1.publicKeyConvert(Uint8Array.from(publicKey), compressed));
+ return bn.invm(ecparams.n).toArrayLike(Buffer, 'be', 32);
};
-/**
- * Verify an ECDSA publicKey.
- * @method publicKeyVerify
- * @param {Buffer} publicKey
- * @return {boolean}
- */
-exports.publicKeyVerify = function (publicKey) {
- // secp256k1 v4 version throws when publicKey length is not 33 or 65
- if (publicKey.length !== 33 && publicKey.length !== 65) {
- return false;
+exports.signatureImport = function (sigObj) {
+ var r = new BN(sigObj.r);
+ if (r.ucmp(ecparams.n) >= 0) {
+ r = new BN(0);
}
- return secp256k1.publicKeyVerify(Uint8Array.from(publicKey));
+ var s = new BN(sigObj.s);
+ if (s.ucmp(ecparams.n) >= 0) {
+ s = new BN(0);
+ }
+ return Buffer.concat([r.toArrayLike(Buffer, 'be', 32), s.toArrayLike(Buffer, 'be', 32)]);
};
-/**
- * Tweak a publicKey by adding tweak times the generator to it.
- * @method publicKeyTweakAdd
- * @param {Buffer} publicKey
- * @param {Buffer} tweak
- * @param {boolean} compressed
- * @return {Buffer}
- */
-exports.publicKeyTweakAdd = function (publicKey, tweak, compressed) {
- return Buffer.from(secp256k1.publicKeyTweakAdd(Uint8Array.from(publicKey), Uint8Array.from(tweak), compressed));
+exports.ecdhUnsafe = function (publicKey, privateKey, compressed) {
+ if (compressed === void 0) {compressed = true;}
+ var point = ec.keyFromPublic(publicKey);
+ var scalar = new BN(privateKey);
+ if (scalar.ucmp(ecparams.n) >= 0 || scalar.isZero()) {
+ throw new Error('scalar was invalid (zero or overflow)');
+ }
+ var shared = point.pub.mul(scalar);
+ return toPublicKey(shared.getX(), shared.getY(), compressed);
};
-/**
- * Tweak a publicKey by multiplying it by a tweak value
- * @method publicKeyTweakMul
- * @param {Buffer} publicKey
- * @param {Buffer} tweak
- * @param {boolean} compressed
- * @return {Buffer}
- */
-exports.publicKeyTweakMul = function (publicKey, tweak, compressed) {
- return Buffer.from(secp256k1.publicKeyTweakMul(Uint8Array.from(publicKey), Uint8Array.from(tweak), compressed));
+var toPublicKey = function toPublicKey(x, y, compressed) {
+ var publicKey;
+ if (compressed) {
+ publicKey = Buffer.alloc(33);
+ publicKey[0] = y.isOdd() ? 0x03 : 0x02;
+ x.toArrayLike(Buffer, 'be', 32).copy(publicKey, 1);
+ } else
+ {
+ publicKey = Buffer.alloc(65);
+ publicKey[0] = 0x04;
+ x.toArrayLike(Buffer, 'be', 32).copy(publicKey, 1);
+ y.toArrayLike(Buffer, 'be', 32).copy(publicKey, 33);
+ }
+ return publicKey;
};
-/**
- * Add a given publicKeys together.
- * @method publicKeyCombine
- * @param {Array} publicKeys
- * @param {boolean} compressed
- * @return {Buffer}
- */
-exports.publicKeyCombine = function (publicKeys, compressed) {
- var keys = [];
- publicKeys.forEach(function (publicKey) {
- keys.push(Uint8Array.from(publicKey));
- });
- return Buffer.from(secp256k1.publicKeyCombine(keys, compressed));
-};
-/**
- * Convert a signature to a normalized lower-S form.
- * @method signatureNormalize
- * @param {Buffer} signature
- * @return {Buffer}
- */
-exports.signatureNormalize = function (signature) {
- return Buffer.from(secp256k1.signatureNormalize(Uint8Array.from(signature)));
-};
-/**
- * Serialize an ECDSA signature in DER format.
- * @method signatureExport
- * @param {Buffer} signature
- * @return {Buffer}
- */
-exports.signatureExport = function (signature) {
- return Buffer.from(secp256k1.signatureExport(Uint8Array.from(signature)));
-};
-/**
- * Parse a DER ECDSA signature (follow by [BIP66](https://github.com/bitcoin/bips/blob/master/bip-0066.mediawiki)).
- * @method signatureImport
- * @param {Buffer} signature
- * @return {Buffer}
- */
-exports.signatureImport = function (signature) {
- return Buffer.from(secp256k1.signatureImport(Uint8Array.from(signature)));
-};
-/**
- * Parse a DER ECDSA signature (not follow by [BIP66](https://github.com/bitcoin/bips/blob/master/bip-0066.mediawiki)).
- * @method signatureImportLax
- * @param {Buffer} signature
- * @return {Buffer}
- */
-exports.signatureImportLax = function (signature) {
- // signatureImportLax method is not part of secp256k1 v4 package
- // this implementation is based on v3
- // ensure that signature is greater than 0
- if (signature.length === 0) {
- throw new RangeError('signature length is invalid');
- }
- var sigObj = der.signatureImportLax(signature);
- if (sigObj === null) {
- throw new Error("couldn't parse DER signature");
- }
- return secp256k1v3.signatureImport(sigObj);
-};
-/**
- * Create an ECDSA signature. Always return low-S signature.
- * @method sign
- * @param {Buffer} message
- * @param {Buffer} privateKey
- * @param {Object} options
- * @return {Buffer}
- */
-exports.sign = function (message, privateKey, options) {
- if (options === null) {
- throw new TypeError('options should be an Object');
- }
- var signOptions = undefined;
- if (options) {
- signOptions = {};
- if (options.data === null) {
- // validate option.data length
- throw new TypeError('options.data should be a Buffer');
- }
- if (options.data) {
- if (options.data.length != 32) {
- throw new RangeError('options.data length is invalid');
- }
- signOptions.data = new Uint8Array(options.data);
- }
- if (options.noncefn === null) {
- throw new TypeError('options.noncefn should be a Function');
- }
- if (options.noncefn) {
- // convert option.noncefn function signature
- signOptions.noncefn = function (message, privateKey, algo, data, attempt) {
- var bufferAlgo = algo != null ? Buffer.from(algo) : null;
- var bufferData = data != null ? Buffer.from(data) : null;
- var buffer = Buffer.from('');
- if (options.noncefn) {
- buffer = options.noncefn(Buffer.from(message), Buffer.from(privateKey), bufferAlgo, bufferData, attempt);
- }
- return new Uint8Array(buffer);
- };
- }
- }
- var sig = secp256k1.ecdsaSign(Uint8Array.from(message), Uint8Array.from(privateKey), signOptions);
- return {
- signature: Buffer.from(sig.signature),
- recovery: sig.recid };
-
-};
-/**
- * Verify an ECDSA signature.
- * @method verify
- * @param {Buffer} message
- * @param {Buffer} signature
- * @param {Buffer} publicKey
- * @return {boolean}
- */
-exports.verify = function (message, signature, publicKey) {
- return secp256k1.ecdsaVerify(Uint8Array.from(signature), Uint8Array.from(message), publicKey);
-};
-/**
- * Recover an ECDSA public key from a signature.
- * @method recover
- * @param {Buffer} message
- * @param {Buffer} signature
- * @param {Number} recid
- * @param {boolean} compressed
- * @return {Buffer}
- */
-exports.recover = function (message, signature, recid, compressed) {
- return Buffer.from(secp256k1.ecdsaRecover(Uint8Array.from(signature), recid, Uint8Array.from(message), compressed));
-};
-/**
- * Compute an EC Diffie-Hellman secret and applied sha256 to compressed public key.
- * @method ecdh
- * @param {Buffer} publicKey
- * @param {Buffer} privateKey
- * @return {Buffer}
- */
-exports.ecdh = function (publicKey, privateKey) {
- // note: secp256k1 v3 doesn't allow optional parameter
- return Buffer.from(secp256k1.ecdh(Uint8Array.from(publicKey), Uint8Array.from(privateKey), {}));
-};
-exports.ecdhUnsafe = function (publicKey, privateKey, compressed) {
- // ecdhUnsafe method is not part of secp256k1 v4 package
- // this implementation is based on v3
- // ensure valid publicKey length
- if (publicKey.length !== 33 && publicKey.length !== 65) {
- throw new RangeError('public key length is invalid');
- }
- // ensure valid privateKey length
- if (privateKey.length !== 32) {
- throw new RangeError('private key length is invalid');
- }
- return Buffer.from(secp256k1v3.ecdhUnsafe(Uint8Array.from(publicKey), Uint8Array.from(privateKey), compressed));
-};
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
-
-/***/ }),
-/* 441 */
-/*!*********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/ethereum-cryptography/secp256k1.js ***!
- \*********************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var __awaiter = this && this.__awaiter || function (thisArg, _arguments, P, generator) {
- function adopt(value) {return value instanceof P ? value : new P(function (resolve) {resolve(value);});}
- return new (P || (P = Promise))(function (resolve, reject) {
- function fulfilled(value) {try {step(generator.next(value));} catch (e) {reject(e);}}
- function rejected(value) {try {step(generator["throw"](value));} catch (e) {reject(e);}}
- function step(result) {result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);}
- step((generator = generator.apply(thisArg, _arguments || [])).next());
- });
-};
-var __generator = this && this.__generator || function (thisArg, body) {
- var _ = { label: 0, sent: function sent() {if (t[0] & 1) throw t[1];return t[1];}, trys: [], ops: [] },f,y,t,g;
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () {return this;}), g;
- function verb(n) {return function (v) {return step([n, v]);};}
- function step(op) {
- if (f) throw new TypeError("Generator is already executing.");
- while (_) {try {
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
- if (y = 0, t) op = [op[0] & 2, t.value];
- switch (op[0]) {
- case 0:case 1:t = op;break;
- case 4:_.label++;return { value: op[1], done: false };
- case 5:_.label++;y = op[1];op = [0];continue;
- case 7:op = _.ops.pop();_.trys.pop();continue;
- default:
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {_ = 0;continue;}
- if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) {_.label = op[1];break;}
- if (op[0] === 6 && _.label < t[1]) {_.label = t[1];t = op;break;}
- if (t && _.label < t[2]) {_.label = t[2];_.ops.push(op);break;}
- if (t[2]) _.ops.pop();
- _.trys.pop();continue;}
-
- op = body.call(thisArg, _);
- } catch (e) {op = [6, e];y = 0;} finally {f = t = 0;}}
- if (op[0] & 5) throw op[1];return { value: op[0] ? op[1] : void 0, done: true };
- }
-};
-function __export(m) {
- for (var p in m) {if (!exports.hasOwnProperty(p)) exports[p] = m[p];}
-}
-Object.defineProperty(exports, "__esModule", { value: true });
-var secp256k1_1 = __webpack_require__(/*! secp256k1 */ 442);
-var random_1 = __webpack_require__(/*! ./random */ 445);
-var SECP256K1_PRIVATE_KEY_SIZE = 32;
-function createPrivateKey() {
- return __awaiter(this, void 0, void 0, function () {
- var pk;
- return __generator(this, function (_a) {
- switch (_a.label) {
- case 0:
- if (false) {}
- return [4 /*yield*/, random_1.getRandomBytes(SECP256K1_PRIVATE_KEY_SIZE)];
- case 1:
- pk = _a.sent();
- if (secp256k1_1.privateKeyVerify(pk)) {
- return [2 /*return*/, pk];
- }
- return [3 /*break*/, 0];
- case 2:return [2 /*return*/];}
-
- });
- });
-}
-exports.createPrivateKey = createPrivateKey;
-function createPrivateKeySync() {
- while (true) {
- var pk = random_1.getRandomBytesSync(SECP256K1_PRIVATE_KEY_SIZE);
- if (secp256k1_1.privateKeyVerify(pk)) {
- return pk;
- }
- }
-}
-exports.createPrivateKeySync = createPrivateKeySync;
-__export(__webpack_require__(/*! secp256k1 */ 442));
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
/***/ }),
-/* 442 */
+/* 419 */
/*!********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/secp256k1/elliptic.js ***!
+ !*** D:/fone/bitcooo/node_modules/ethereumjs-util/dist/secp256k1v3-lib/der.js ***!
\********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-module.exports = __webpack_require__(/*! ./lib */ 443)(__webpack_require__(/*! ./lib/elliptic */ 444));
-
-/***/ }),
-/* 443 */
-/*!*********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/secp256k1/lib/index.js ***!
- \*********************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-function _createForOfIteratorHelper(o, allowArrayLike) {var it;if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) {if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {if (it) o = it;var i = 0;var F = function F() {};return { s: F, n: function n() {if (i >= o.length) return { done: true };return { done: false, value: o[i++] };}, e: function e(_e) {throw _e;}, f: F };}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}var normalCompletion = true,didErr = false,err;return { s: function s() {it = o[Symbol.iterator]();}, n: function n() {var step = it.next();normalCompletion = step.done;return step;}, e: function e(_e2) {didErr = true;err = _e2;}, f: function f() {try {if (!normalCompletion && it.return != null) it.return();} finally {if (didErr) throw err;}} };}function _unsupportedIterableToArray(o, minLen) {if (!o) return;if (typeof o === "string") return _arrayLikeToArray(o, minLen);var n = Object.prototype.toString.call(o).slice(8, -1);if (n === "Object" && o.constructor) n = o.constructor.name;if (n === "Map" || n === "Set") return Array.from(o);if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);}function _arrayLikeToArray(arr, len) {if (len == null || len > arr.length) len = arr.length;for (var i = 0, arr2 = new Array(len); i < len; i++) {arr2[i] = arr[i];}return arr2;}var errors = {
- IMPOSSIBLE_CASE: 'Impossible case. Please create issue.',
- TWEAK_ADD:
- 'The tweak was out of range or the resulted private key is invalid',
- TWEAK_MUL: 'The tweak was out of range or equal to zero',
- CONTEXT_RANDOMIZE_UNKNOW: 'Unknow error on context randomization',
- SECKEY_INVALID: 'Private Key is invalid',
- PUBKEY_PARSE: 'Public Key could not be parsed',
- PUBKEY_SERIALIZE: 'Public Key serialization error',
- PUBKEY_COMBINE: 'The sum of the public keys is not valid',
- SIG_PARSE: 'Signature could not be parsed',
- SIGN: 'The nonce generation function failed, or the private key was invalid',
- RECOVER: 'Public key could not be recover',
- ECDH: 'Scalar was invalid (zero or overflow)' };
-
-
-function assert(cond, msg) {
- if (!cond) throw new Error(msg);
-}
-
-function isUint8Array(name, value, length) {
- assert(value instanceof Uint8Array, "Expected ".concat(name, " to be an Uint8Array"));
-
- if (length !== undefined) {
- if (Array.isArray(length)) {
- var numbers = length.join(', ');
- var msg = "Expected ".concat(name, " to be an Uint8Array with length [").concat(numbers, "]");
- assert(length.includes(value.length), msg);
- } else {
- var _msg = "Expected ".concat(name, " to be an Uint8Array with length ").concat(length);
- assert(value.length === length, _msg);
- }
- }
-}
-
-function isCompressed(value) {
- assert(toTypeString(value) === 'Boolean', 'Expected compressed to be a Boolean');
-}
-
-function getAssertedOutput() {var output = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : function (len) {return new Uint8Array(len);};var length = arguments.length > 1 ? arguments[1] : undefined;
- if (typeof output === 'function') output = output(length);
- isUint8Array('output', output, length);
- return output;
-}
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+// This file is imported from secp256k1 v3
+// https://github.com/cryptocoinjs/secp256k1-node/blob/master/LICENSE
+Object.defineProperty(exports, "__esModule", { value: true });
+var EC_PRIVKEY_EXPORT_DER_COMPRESSED = Buffer.from([
+// begin
+0x30,
+0x81,
+0xd3,
+0x02,
+0x01,
+0x01,
+0x04,
+0x20,
+// private key
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+// middle
+0xa0,
+0x81,
+0x85,
+0x30,
+0x81,
+0x82,
+0x02,
+0x01,
+0x01,
+0x30,
+0x2c,
+0x06,
+0x07,
+0x2a,
+0x86,
+0x48,
+0xce,
+0x3d,
+0x01,
+0x01,
+0x02,
+0x21,
+0x00,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xfe,
+0xff,
+0xff,
+0xfc,
+0x2f,
+0x30,
+0x06,
+0x04,
+0x01,
+0x00,
+0x04,
+0x01,
+0x07,
+0x04,
+0x21,
+0x02,
+0x79,
+0xbe,
+0x66,
+0x7e,
+0xf9,
+0xdc,
+0xbb,
+0xac,
+0x55,
+0xa0,
+0x62,
+0x95,
+0xce,
+0x87,
+0x0b,
+0x07,
+0x02,
+0x9b,
+0xfc,
+0xdb,
+0x2d,
+0xce,
+0x28,
+0xd9,
+0x59,
+0xf2,
+0x81,
+0x5b,
+0x16,
+0xf8,
+0x17,
+0x98,
+0x02,
+0x21,
+0x00,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xfe,
+0xba,
+0xae,
+0xdc,
+0xe6,
+0xaf,
+0x48,
+0xa0,
+0x3b,
+0xbf,
+0xd2,
+0x5e,
+0x8c,
+0xd0,
+0x36,
+0x41,
+0x41,
+0x02,
+0x01,
+0x01,
+0xa1,
+0x24,
+0x03,
+0x22,
+0x00,
+// public key
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00]);
-function toTypeString(value) {
- return Object.prototype.toString.call(value).slice(8, -1);
-}
-
-module.exports = function (secp256k1) {
- return {
- contextRandomize: function contextRandomize(seed) {
- assert(
- seed === null || seed instanceof Uint8Array,
- 'Expected seed to be an Uint8Array or null');
-
- if (seed !== null) isUint8Array('seed', seed, 32);
-
- switch (secp256k1.contextRandomize(seed)) {
- case 1:
- throw new Error(errors.CONTEXT_RANDOMIZE_UNKNOW);}
+var EC_PRIVKEY_EXPORT_DER_UNCOMPRESSED = Buffer.from([
+// begin
+0x30,
+0x82,
+0x01,
+0x13,
+0x02,
+0x01,
+0x01,
+0x04,
+0x20,
+// private key
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+// middle
+0xa0,
+0x81,
+0xa5,
+0x30,
+0x81,
+0xa2,
+0x02,
+0x01,
+0x01,
+0x30,
+0x2c,
+0x06,
+0x07,
+0x2a,
+0x86,
+0x48,
+0xce,
+0x3d,
+0x01,
+0x01,
+0x02,
+0x21,
+0x00,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xfe,
+0xff,
+0xff,
+0xfc,
+0x2f,
+0x30,
+0x06,
+0x04,
+0x01,
+0x00,
+0x04,
+0x01,
+0x07,
+0x04,
+0x41,
+0x04,
+0x79,
+0xbe,
+0x66,
+0x7e,
+0xf9,
+0xdc,
+0xbb,
+0xac,
+0x55,
+0xa0,
+0x62,
+0x95,
+0xce,
+0x87,
+0x0b,
+0x07,
+0x02,
+0x9b,
+0xfc,
+0xdb,
+0x2d,
+0xce,
+0x28,
+0xd9,
+0x59,
+0xf2,
+0x81,
+0x5b,
+0x16,
+0xf8,
+0x17,
+0x98,
+0x48,
+0x3a,
+0xda,
+0x77,
+0x26,
+0xa3,
+0xc4,
+0x65,
+0x5d,
+0xa4,
+0xfb,
+0xfc,
+0x0e,
+0x11,
+0x08,
+0xa8,
+0xfd,
+0x17,
+0xb4,
+0x48,
+0xa6,
+0x85,
+0x54,
+0x19,
+0x9c,
+0x47,
+0xd0,
+0x8f,
+0xfb,
+0x10,
+0xd4,
+0xb8,
+0x02,
+0x21,
+0x00,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xff,
+0xfe,
+0xba,
+0xae,
+0xdc,
+0xe6,
+0xaf,
+0x48,
+0xa0,
+0x3b,
+0xbf,
+0xd2,
+0x5e,
+0x8c,
+0xd0,
+0x36,
+0x41,
+0x41,
+0x02,
+0x01,
+0x01,
+0xa1,
+0x44,
+0x03,
+0x42,
+0x00,
+// public key
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00,
+0x00]);
- },
+exports.privateKeyExport = function (privateKey, publicKey, compressed) {
+ if (compressed === void 0) {compressed = true;}
+ var result = Buffer.from(compressed ? EC_PRIVKEY_EXPORT_DER_COMPRESSED : EC_PRIVKEY_EXPORT_DER_UNCOMPRESSED);
+ privateKey.copy(result, compressed ? 8 : 9);
+ publicKey.copy(result, compressed ? 181 : 214);
+ return result;
+};
+exports.privateKeyImport = function (privateKey) {
+ var length = privateKey.length;
+ // sequence header
+ var index = 0;
+ if (length < index + 1 || privateKey[index] !== 0x30)
+ return null;
+ index += 1;
+ // sequence length constructor
+ if (length < index + 1 || !(privateKey[index] & 0x80))
+ return null;
+ var lenb = privateKey[index] & 0x7f;
+ index += 1;
+ if (lenb < 1 || lenb > 2)
+ return null;
+ if (length < index + lenb)
+ return null;
+ // sequence length
+ var len = privateKey[index + lenb - 1] | (lenb > 1 ? privateKey[index + lenb - 2] << 8 : 0);
+ index += lenb;
+ if (length < index + len)
+ return null;
+ // sequence element 0: version number (=1)
+ if (length < index + 3 ||
+ privateKey[index] !== 0x02 ||
+ privateKey[index + 1] !== 0x01 ||
+ privateKey[index + 2] !== 0x01) {
+ return null;
+ }
+ index += 3;
+ // sequence element 1: octet string, up to 32 bytes
+ if (length < index + 2 ||
+ privateKey[index] !== 0x04 ||
+ privateKey[index + 1] > 0x20 ||
+ length < index + 2 + privateKey[index + 1]) {
+ return null;
+ }
+ return privateKey.slice(index + 2, index + 2 + privateKey[index + 1]);
+};
+exports.signatureImportLax = function (signature) {
+ var r = Buffer.alloc(32, 0);
+ var s = Buffer.alloc(32, 0);
+ var length = signature.length;
+ var index = 0;
+ // sequence tag byte
+ if (signature[index++] !== 0x30) {
+ return null;
+ }
+ // sequence length byte
+ var lenbyte = signature[index++];
+ if (lenbyte & 0x80) {
+ index += lenbyte - 0x80;
+ if (index > length) {
+ return null;
+ }
+ }
+ // sequence tag byte for r
+ if (signature[index++] !== 0x02) {
+ return null;
+ }
+ // length for r
+ var rlen = signature[index++];
+ if (rlen & 0x80) {
+ lenbyte = rlen - 0x80;
+ if (index + lenbyte > length) {
+ return null;
+ }
+ for (; lenbyte > 0 && signature[index] === 0x00; index += 1, lenbyte -= 1) {
+ ;}
+ for (rlen = 0; lenbyte > 0; index += 1, lenbyte -= 1) {
+ rlen = (rlen << 8) + signature[index];}
+ }
+ if (rlen > length - index) {
+ return null;
+ }
+ var rindex = index;
+ index += rlen;
+ // sequence tag byte for s
+ if (signature[index++] !== 0x02) {
+ return null;
+ }
+ // length for s
+ var slen = signature[index++];
+ if (slen & 0x80) {
+ lenbyte = slen - 0x80;
+ if (index + lenbyte > length) {
+ return null;
+ }
+ for (; lenbyte > 0 && signature[index] === 0x00; index += 1, lenbyte -= 1) {
+ ;}
+ for (slen = 0; lenbyte > 0; index += 1, lenbyte -= 1) {
+ slen = (slen << 8) + signature[index];}
+ }
+ if (slen > length - index) {
+ return null;
+ }
+ var sindex = index;
+ index += slen;
+ // ignore leading zeros in r
+ for (; rlen > 0 && signature[rindex] === 0x00; rlen -= 1, rindex += 1) {
+ ;}
+ // copy r value
+ if (rlen > 32) {
+ return null;
+ }
+ var rvalue = signature.slice(rindex, rindex + rlen);
+ rvalue.copy(r, 32 - rvalue.length);
+ // ignore leading zeros in s
+ for (; slen > 0 && signature[sindex] === 0x00; slen -= 1, sindex += 1) {
+ ;}
+ // copy s value
+ if (slen > 32) {
+ return null;
+ }
+ var svalue = signature.slice(sindex, sindex + slen);
+ svalue.copy(s, 32 - svalue.length);
+ return { r: r, s: s };
+};
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
- privateKeyVerify: function privateKeyVerify(seckey) {
- isUint8Array('private key', seckey, 32);
+/***/ }),
+/* 420 */
+/*!************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/ethjs-util/lib/index.js ***!
+ \************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- return secp256k1.privateKeyVerify(seckey) === 0;
- },
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
- privateKeyNegate: function privateKeyNegate(seckey) {
- isUint8Array('private key', seckey, 32);
+var isHexPrefixed = __webpack_require__(/*! is-hex-prefixed */ 421);
+var stripHexPrefix = __webpack_require__(/*! strip-hex-prefix */ 422);
- switch (secp256k1.privateKeyNegate(seckey)) {
- case 0:
- return seckey;
- case 1:
- throw new Error(errors.IMPOSSIBLE_CASE);}
+/**
+ * Pads a `String` to have an even length
+ * @param {String} value
+ * @return {String} output
+ */
+function padToEven(value) {
+ var a = value; // eslint-disable-line
- },
+ if (typeof a !== 'string') {
+ throw new Error('[ethjs-util] while padding to even, value must be string, is currently ' + typeof a + ', while padToEven.');
+ }
- privateKeyTweakAdd: function privateKeyTweakAdd(seckey, tweak) {
- isUint8Array('private key', seckey, 32);
- isUint8Array('tweak', tweak, 32);
+ if (a.length % 2) {
+ a = '0' + a;
+ }
- switch (secp256k1.privateKeyTweakAdd(seckey, tweak)) {
- case 0:
- return seckey;
- case 1:
- throw new Error(errors.TWEAK_ADD);}
+ return a;
+}
- },
+/**
+ * Converts a `Number` into a hex `String`
+ * @param {Number} i
+ * @return {String}
+ */
+function intToHex(i) {
+ var hex = i.toString(16); // eslint-disable-line
- privateKeyTweakMul: function privateKeyTweakMul(seckey, tweak) {
- isUint8Array('private key', seckey, 32);
- isUint8Array('tweak', tweak, 32);
+ return '0x' + hex;
+}
- switch (secp256k1.privateKeyTweakMul(seckey, tweak)) {
- case 0:
- return seckey;
- case 1:
- throw new Error(errors.TWEAK_MUL);}
+/**
+ * Converts an `Number` to a `Buffer`
+ * @param {Number} i
+ * @return {Buffer}
+ */
+function intToBuffer(i) {
+ var hex = intToHex(i);
- },
+ return new Buffer(padToEven(hex.slice(2)), 'hex');
+}
- publicKeyVerify: function publicKeyVerify(pubkey) {
- isUint8Array('public key', pubkey, [33, 65]);
+/**
+ * Get the binary size of a string
+ * @param {String} str
+ * @return {Number}
+ */
+function getBinarySize(str) {
+ if (typeof str !== 'string') {
+ throw new Error('[ethjs-util] while getting binary size, method getBinarySize requires input \'str\' to be type String, got \'' + typeof str + '\'.');
+ }
- return secp256k1.publicKeyVerify(pubkey) === 0;
- },
+ return Buffer.byteLength(str, 'utf8');
+}
- publicKeyCreate: function publicKeyCreate(seckey) {var compressed = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;var output = arguments.length > 2 ? arguments[2] : undefined;
- isUint8Array('private key', seckey, 32);
- isCompressed(compressed);
- output = getAssertedOutput(output, compressed ? 33 : 65);
-
- switch (secp256k1.publicKeyCreate(output, seckey)) {
- case 0:
- return output;
- case 1:
- throw new Error(errors.SECKEY_INVALID);
- case 2:
- throw new Error(errors.PUBKEY_SERIALIZE);}
-
- },
-
- publicKeyConvert: function publicKeyConvert(pubkey) {var compressed = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;var output = arguments.length > 2 ? arguments[2] : undefined;
- isUint8Array('public key', pubkey, [33, 65]);
- isCompressed(compressed);
- output = getAssertedOutput(output, compressed ? 33 : 65);
-
- switch (secp256k1.publicKeyConvert(output, pubkey)) {
- case 0:
- return output;
- case 1:
- throw new Error(errors.PUBKEY_PARSE);
- case 2:
- throw new Error(errors.PUBKEY_SERIALIZE);}
-
- },
-
- publicKeyNegate: function publicKeyNegate(pubkey) {var compressed = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;var output = arguments.length > 2 ? arguments[2] : undefined;
- isUint8Array('public key', pubkey, [33, 65]);
- isCompressed(compressed);
- output = getAssertedOutput(output, compressed ? 33 : 65);
-
- switch (secp256k1.publicKeyNegate(output, pubkey)) {
- case 0:
- return output;
- case 1:
- throw new Error(errors.PUBKEY_PARSE);
- case 2:
- throw new Error(errors.IMPOSSIBLE_CASE);
- case 3:
- throw new Error(errors.PUBKEY_SERIALIZE);}
-
- },
-
- publicKeyCombine: function publicKeyCombine(pubkeys) {var compressed = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;var output = arguments.length > 2 ? arguments[2] : undefined;
- assert(Array.isArray(pubkeys), 'Expected public keys to be an Array');
- assert(pubkeys.length > 0, 'Expected public keys array will have more than zero items');var _iterator = _createForOfIteratorHelper(
- pubkeys),_step;try {for (_iterator.s(); !(_step = _iterator.n()).done;) {var pubkey = _step.value;
- isUint8Array('public key', pubkey, [33, 65]);
- }} catch (err) {_iterator.e(err);} finally {_iterator.f();}
- isCompressed(compressed);
- output = getAssertedOutput(output, compressed ? 33 : 65);
-
- switch (secp256k1.publicKeyCombine(output, pubkeys)) {
- case 0:
- return output;
- case 1:
- throw new Error(errors.PUBKEY_PARSE);
- case 2:
- throw new Error(errors.PUBKEY_COMBINE);
- case 3:
- throw new Error(errors.PUBKEY_SERIALIZE);}
-
- },
-
- publicKeyTweakAdd: function publicKeyTweakAdd(pubkey, tweak) {var compressed = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;var output = arguments.length > 3 ? arguments[3] : undefined;
- isUint8Array('public key', pubkey, [33, 65]);
- isUint8Array('tweak', tweak, 32);
- isCompressed(compressed);
- output = getAssertedOutput(output, compressed ? 33 : 65);
-
- switch (secp256k1.publicKeyTweakAdd(output, pubkey, tweak)) {
- case 0:
- return output;
- case 1:
- throw new Error(errors.PUBKEY_PARSE);
- case 2:
- throw new Error(errors.TWEAK_ADD);}
-
- },
-
- publicKeyTweakMul: function publicKeyTweakMul(pubkey, tweak) {var compressed = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;var output = arguments.length > 3 ? arguments[3] : undefined;
- isUint8Array('public key', pubkey, [33, 65]);
- isUint8Array('tweak', tweak, 32);
- isCompressed(compressed);
- output = getAssertedOutput(output, compressed ? 33 : 65);
-
- switch (secp256k1.publicKeyTweakMul(output, pubkey, tweak)) {
- case 0:
- return output;
- case 1:
- throw new Error(errors.PUBKEY_PARSE);
- case 2:
- throw new Error(errors.TWEAK_MUL);}
-
- },
-
- signatureNormalize: function signatureNormalize(sig) {
- isUint8Array('signature', sig, 64);
+/**
+ * Returns TRUE if the first specified array contains all elements
+ * from the second one. FALSE otherwise.
+ *
+ * @param {array} superset
+ * @param {array} subset
+ *
+ * @returns {boolean}
+ */
+function arrayContainsArray(superset, subset, some) {
+ if (Array.isArray(superset) !== true) {
+ throw new Error('[ethjs-util] method arrayContainsArray requires input \'superset\' to be an array got type \'' + typeof superset + '\'');
+ }
+ if (Array.isArray(subset) !== true) {
+ throw new Error('[ethjs-util] method arrayContainsArray requires input \'subset\' to be an array got type \'' + typeof subset + '\'');
+ }
- switch (secp256k1.signatureNormalize(sig)) {
- case 0:
- return sig;
- case 1:
- throw new Error(errors.SIG_PARSE);}
+ return subset[Boolean(some) && 'some' || 'every'](function (value) {
+ return superset.indexOf(value) >= 0;
+ });
+}
- },
+/**
+ * Should be called to get utf8 from it's hex representation
+ *
+ * @method toUtf8
+ * @param {String} string in hex
+ * @returns {String} ascii string representation of hex value
+ */
+function toUtf8(hex) {
+ var bufferValue = new Buffer(padToEven(stripHexPrefix(hex).replace(/^0+|0+$/g, '')), 'hex');
- signatureExport: function signatureExport(sig, output) {
- isUint8Array('signature', sig, 64);
- output = getAssertedOutput(output, 72);
+ return bufferValue.toString('utf8');
+}
- var obj = { output: output, outputlen: 72 };
- switch (secp256k1.signatureExport(obj, sig)) {
- case 0:
- return output.slice(0, obj.outputlen);
- case 1:
- throw new Error(errors.SIG_PARSE);
- case 2:
- throw new Error(errors.IMPOSSIBLE_CASE);}
+/**
+ * Should be called to get ascii from it's hex representation
+ *
+ * @method toAscii
+ * @param {String} string in hex
+ * @returns {String} ascii string representation of hex value
+ */
+function toAscii(hex) {
+ var str = ''; // eslint-disable-line
+ var i = 0,
+ l = hex.length; // eslint-disable-line
- },
+ if (hex.substring(0, 2) === '0x') {
+ i = 2;
+ }
- signatureImport: function signatureImport(sig, output) {
- isUint8Array('signature', sig);
- output = getAssertedOutput(output, 64);
+ for (; i < l; i += 2) {
+ var code = parseInt(hex.substr(i, 2), 16);
+ str += String.fromCharCode(code);
+ }
- switch (secp256k1.signatureImport(output, sig)) {
- case 0:
- return output;
- case 1:
- throw new Error(errors.SIG_PARSE);
- case 2:
- throw new Error(errors.IMPOSSIBLE_CASE);}
+ return str;
+}
- },
+/**
+ * Should be called to get hex representation (prefixed by 0x) of utf8 string
+ *
+ * @method fromUtf8
+ * @param {String} string
+ * @param {Number} optional padding
+ * @returns {String} hex representation of input string
+ */
+function fromUtf8(stringValue) {
+ var str = new Buffer(stringValue, 'utf8');
- ecdsaSign: function ecdsaSign(msg32, seckey) {var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};var output = arguments.length > 3 ? arguments[3] : undefined;
- isUint8Array('message', msg32, 32);
- isUint8Array('private key', seckey, 32);
- assert(toTypeString(options) === 'Object', 'Expected options to be an Object');
- if (options.data !== undefined) isUint8Array('options.data', options.data);
- if (options.noncefn !== undefined) assert(toTypeString(options.noncefn) === 'Function', 'Expected options.noncefn to be a Function');
- output = getAssertedOutput(output, 64);
+ return '0x' + padToEven(str.toString('hex')).replace(/^0+|0+$/g, '');
+}
- var obj = { signature: output, recid: null };
- switch (secp256k1.ecdsaSign(obj, msg32, seckey, options.data, options.noncefn)) {
- case 0:
- return obj;
- case 1:
- throw new Error(errors.SIGN);
- case 2:
- throw new Error(errors.IMPOSSIBLE_CASE);}
+/**
+ * Should be called to get hex representation (prefixed by 0x) of ascii string
+ *
+ * @method fromAscii
+ * @param {String} string
+ * @param {Number} optional padding
+ * @returns {String} hex representation of input string
+ */
+function fromAscii(stringValue) {
+ var hex = ''; // eslint-disable-line
+ for (var i = 0; i < stringValue.length; i++) {
+ // eslint-disable-line
+ var code = stringValue.charCodeAt(i);
+ var n = code.toString(16);
+ hex += n.length < 2 ? '0' + n : n;
+ }
- },
+ return '0x' + hex;
+}
- ecdsaVerify: function ecdsaVerify(sig, msg32, pubkey) {
- isUint8Array('signature', sig, 64);
- isUint8Array('message', msg32, 32);
- isUint8Array('public key', pubkey, [33, 65]);
+/**
+ * getKeys([{a: 1, b: 2}, {a: 3, b: 4}], 'a') => [1, 3]
+ *
+ * @method getKeys get specific key from inner object array of objects
+ * @param {String} params
+ * @param {String} key
+ * @param {Boolean} allowEmpty
+ * @returns {Array} output just a simple array of output keys
+ */
+function getKeys(params, key, allowEmpty) {
+ if (!Array.isArray(params)) {
+ throw new Error('[ethjs-util] method getKeys expecting type Array as \'params\' input, got \'' + typeof params + '\'');
+ }
+ if (typeof key !== 'string') {
+ throw new Error('[ethjs-util] method getKeys expecting type String for input \'key\' got \'' + typeof key + '\'.');
+ }
- switch (secp256k1.ecdsaVerify(sig, msg32, pubkey)) {
- case 0:
- return true;
- case 3:
- return false;
- case 1:
- throw new Error(errors.SIG_PARSE);
- case 2:
- throw new Error(errors.PUBKEY_PARSE);}
+ var result = []; // eslint-disable-line
- },
+ for (var i = 0; i < params.length; i++) {
+ // eslint-disable-line
+ var value = params[i][key]; // eslint-disable-line
+ if (allowEmpty && !value) {
+ value = '';
+ } else if (typeof value !== 'string') {
+ throw new Error('invalid abi');
+ }
+ result.push(value);
+ }
- ecdsaRecover: function ecdsaRecover(sig, recid, msg32) {var compressed = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : true;var output = arguments.length > 4 ? arguments[4] : undefined;
- isUint8Array('signature', sig, 64);
- assert(
- toTypeString(recid) === 'Number' &&
- recid >= 0 &&
- recid <= 3,
- 'Expected recovery id to be a Number within interval [0, 3]');
+ return result;
+}
- isUint8Array('message', msg32, 32);
- isCompressed(compressed);
- output = getAssertedOutput(output, compressed ? 33 : 65);
+/**
+ * Is the string a hex string.
+ *
+ * @method check if string is hex string of specific length
+ * @param {String} value
+ * @param {Number} length
+ * @returns {Boolean} output the string is a hex string
+ */
+function isHexString(value, length) {
+ if (typeof value !== 'string' || !value.match(/^0x[0-9A-Fa-f]*$/)) {
+ return false;
+ }
- switch (secp256k1.ecdsaRecover(output, sig, recid, msg32)) {
- case 0:
- return output;
- case 1:
- throw new Error(errors.SIG_PARSE);
- case 2:
- throw new Error(errors.RECOVER);
- case 3:
- throw new Error(errors.IMPOSSIBLE_CASE);}
+ if (length && value.length !== 2 + 2 * length) {
+ return false;
+ }
- },
+ return true;
+}
- ecdh: function ecdh(pubkey, seckey) {var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};var output = arguments.length > 3 ? arguments[3] : undefined;
- isUint8Array('public key', pubkey, [33, 65]);
- isUint8Array('private key', seckey, 32);
- assert(toTypeString(options) === 'Object', 'Expected options to be an Object');
- if (options.data !== undefined) isUint8Array('options.data', options.data);
- if (options.hashfn !== undefined) {
- assert(toTypeString(options.hashfn) === 'Function', 'Expected options.hashfn to be a Function');
- if (options.xbuf !== undefined) isUint8Array('options.xbuf', options.xbuf, 32);
- if (options.ybuf !== undefined) isUint8Array('options.ybuf', options.ybuf, 32);
- isUint8Array('output', output);
- } else {
- output = getAssertedOutput(output, 32);
- }
+module.exports = {
+ arrayContainsArray: arrayContainsArray,
+ intToBuffer: intToBuffer,
+ getBinarySize: getBinarySize,
+ isHexPrefixed: isHexPrefixed,
+ stripHexPrefix: stripHexPrefix,
+ padToEven: padToEven,
+ intToHex: intToHex,
+ fromAscii: fromAscii,
+ fromUtf8: fromUtf8,
+ toAscii: toAscii,
+ toUtf8: toUtf8,
+ getKeys: getKeys,
+ isHexString: isHexString };
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
- switch (secp256k1.ecdh(output, pubkey, seckey, options.data, options.hashfn, options.xbuf, options.ybuf)) {
- case 0:
- return output;
- case 1:
- throw new Error(errors.PUBKEY_PARSE);
- case 2:
- throw new Error(errors.ECDH);}
+/***/ }),
+/* 421 */
+/*!*****************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/is-hex-prefixed/src/index.js ***!
+ \*****************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports) {
- } };
+/**
+ * Returns a `Boolean` on whether or not the a `String` starts with '0x'
+ * @param {String} str the string input value
+ * @return {Boolean} a boolean if it is or is not hex prefixed
+ * @throws if the str input is not a string
+ */
+module.exports = function isHexPrefixed(str) {
+ if (typeof str !== 'string') {
+ throw new Error("[is-hex-prefixed] value must be type 'string', is currently type " + typeof str + ", while checking isHexPrefixed.");
+ }
+ return str.slice(0, 2) === '0x';
};
/***/ }),
-/* 444 */
-/*!************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/secp256k1/lib/elliptic.js ***!
- \************************************************************************************/
+/* 422 */
+/*!******************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/strip-hex-prefix/src/index.js ***!
+ \******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-var EC = __webpack_require__(/*! elliptic */ 210).ec;
-
-var ec = new EC('secp256k1');
-var ecparams = ec.curve;
-
-// Hack, we can not use bn.js@5, while elliptic uses bn.js@4
-// See https://github.com/indutny/elliptic/issues/191#issuecomment-569888758
-var BN = ecparams.n.constructor;
+var isHexPrefixed = __webpack_require__(/*! is-hex-prefixed */ 421);
-function loadCompressedPublicKey(first, xbuf) {
- var x = new BN(xbuf);
+/**
+ * Removes '0x' from a given `String` is present
+ * @param {String} str the string value
+ * @return {String|Optional} a string by pass if necessary
+ */
+module.exports = function stripHexPrefix(str) {
+ if (typeof str !== 'string') {
+ return str;
+ }
- // overflow
- if (x.cmp(ecparams.p) >= 0) return null;
- x = x.toRed(ecparams.red);
+ return isHexPrefixed(str) ? str.slice(2) : str;
+};
- // compute corresponding Y
- var y = x.redSqr().redIMul(x).redIAdd(ecparams.b).redSqrt();
- if (first === 0x03 !== y.isOdd()) y = y.redNeg();
+/***/ }),
+/* 423 */
+/*!**************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/rlp/dist.browser/index.js ***!
+ \**************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- return ec.keyPair({ pub: { x: x, y: y } });
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+var __importDefault = this && this.__importDefault || function (mod) {
+ return mod && mod.__esModule ? mod : { "default": mod };
+};
+Object.defineProperty(exports, "__esModule", { value: true });
+exports.getLength = exports.decode = exports.encode = void 0;
+var bn_js_1 = __importDefault(__webpack_require__(/*! bn.js */ 70));
+/**
+ * RLP Encoding based on: https://github.com/ethereum/wiki/wiki/%5BEnglish%5D-RLP
+ * This function takes in a data, convert it to buffer if not, and a length for recursion
+ * @param input - will be converted to buffer
+ * @returns returns buffer of encoded data
+ **/
+function encode(input) {
+ if (Array.isArray(input)) {
+ var output = [];
+ for (var i = 0; i < input.length; i++) {
+ output.push(encode(input[i]));
+ }
+ var buf = Buffer.concat(output);
+ return Buffer.concat([encodeLength(buf.length, 192), buf]);
+ } else
+ {
+ var inputBuf = toBuffer(input);
+ return inputBuf.length === 1 && inputBuf[0] < 128 ?
+ inputBuf :
+ Buffer.concat([encodeLength(inputBuf.length, 128), inputBuf]);
+ }
}
-
-function loadUncompressedPublicKey(first, xbuf, ybuf) {
- var x = new BN(xbuf);
- var y = new BN(ybuf);
-
- // overflow
- if (x.cmp(ecparams.p) >= 0 || y.cmp(ecparams.p) >= 0) return null;
-
- x = x.toRed(ecparams.red);
- y = y.toRed(ecparams.red);
-
- // is odd flag
- if ((first === 0x06 || first === 0x07) && y.isOdd() !== (first === 0x07)) return null;
-
- // x*x*x + b = y*y
- var x3 = x.redSqr().redIMul(x);
- if (!y.redSqr().redISub(x3.redIAdd(ecparams.b)).isZero()) return null;
-
- return ec.keyPair({ pub: { x: x, y: y } });
+exports.encode = encode;
+/**
+ * Parse integers. Check if there is no leading zeros
+ * @param v The value to parse
+ * @param base The base to parse the integer into
+ */
+function safeParseInt(v, base) {
+ if (v[0] === '0' && v[1] === '0') {
+ throw new Error('invalid RLP: extra zeros');
+ }
+ return parseInt(v, base);
}
-
-function loadPublicKey(pubkey) {
- // length should be validated in interface
- var first = pubkey[0];
- switch (first) {
- case 0x02:
- case 0x03:
- if (pubkey.length !== 33) return null;
- return loadCompressedPublicKey(first, pubkey.subarray(1, 33));
- case 0x04:
- case 0x06:
- case 0x07:
- if (pubkey.length !== 65) return null;
- return loadUncompressedPublicKey(first, pubkey.subarray(1, 33), pubkey.subarray(33, 65));
- default:
- return null;}
-
+function encodeLength(len, offset) {
+ if (len < 56) {
+ return Buffer.from([len + offset]);
+ } else
+ {
+ var hexLength = intToHex(len);
+ var lLength = hexLength.length / 2;
+ var firstByte = intToHex(offset + 55 + lLength);
+ return Buffer.from(firstByte + hexLength, 'hex');
+ }
}
-
-function savePublicKey(output, point) {
- var pubkey = point.encode(null, output.length === 33);
- // Loop should be faster because we do not need create extra Uint8Array
- // output.set(new Uint8Array(pubkey))
- for (var i = 0; i < output.length; ++i) {output[i] = pubkey[i];}
+function decode(input, stream) {
+ if (stream === void 0) {stream = false;}
+ if (!input || input.length === 0) {
+ return Buffer.from([]);
+ }
+ var inputBuffer = toBuffer(input);
+ var decoded = _decode(inputBuffer);
+ if (stream) {
+ return decoded;
+ }
+ if (decoded.remainder.length !== 0) {
+ throw new Error('invalid remainder');
+ }
+ return decoded.data;
}
+exports.decode = decode;
+/**
+ * Get the length of the RLP input
+ * @param input
+ * @returns The length of the input or an empty Buffer if no input
+ */
+function getLength(input) {
+ if (!input || input.length === 0) {
+ return Buffer.from([]);
+ }
+ var inputBuffer = toBuffer(input);
+ var firstByte = inputBuffer[0];
+ if (firstByte <= 0x7f) {
+ return inputBuffer.length;
+ } else
+ if (firstByte <= 0xb7) {
+ return firstByte - 0x7f;
+ } else
+ if (firstByte <= 0xbf) {
+ return firstByte - 0xb6;
+ } else
+ if (firstByte <= 0xf7) {
+ // a list between 0-55 bytes long
+ return firstByte - 0xbf;
+ } else
+ {
+ // a list over 55 bytes long
+ var llength = firstByte - 0xf6;
+ var length_1 = safeParseInt(inputBuffer.slice(1, llength).toString('hex'), 16);
+ return llength + length_1;
+ }
+}
+exports.getLength = getLength;
+/** Decode an input with RLP */
+function _decode(input) {
+ var length, llength, data, innerRemainder, d;
+ var decoded = [];
+ var firstByte = input[0];
+ if (firstByte <= 0x7f) {
+ // a single byte whose value is in the [0x00, 0x7f] range, that byte is its own RLP encoding.
+ return {
+ data: input.slice(0, 1),
+ remainder: input.slice(1) };
-module.exports = {
- contextRandomize: function contextRandomize() {
- return 0;
- },
-
- privateKeyVerify: function privateKeyVerify(seckey) {
- var bn = new BN(seckey);
- return bn.cmp(ecparams.n) < 0 && !bn.isZero() ? 0 : 1;
- },
-
- privateKeyNegate: function privateKeyNegate(seckey) {
- var bn = new BN(seckey);
- var negate = ecparams.n.sub(bn).umod(ecparams.n).toArrayLike(Uint8Array, 'be', 32);
- seckey.set(negate);
- return 0;
- },
-
- privateKeyTweakAdd: function privateKeyTweakAdd(seckey, tweak) {
- var bn = new BN(tweak);
- if (bn.cmp(ecparams.n) >= 0) return 1;
-
- bn.iadd(new BN(seckey));
- if (bn.cmp(ecparams.n) >= 0) bn.isub(ecparams.n);
- if (bn.isZero()) return 1;
+ } else
+ if (firstByte <= 0xb7) {
+ // string is 0-55 bytes long. A single byte with value 0x80 plus the length of the string followed by the string
+ // The range of the first byte is [0x80, 0xb7]
+ length = firstByte - 0x7f;
+ // set 0x80 null to 0
+ if (firstByte === 0x80) {
+ data = Buffer.from([]);
+ } else
+ {
+ data = input.slice(1, length);
+ }
+ if (length === 2 && data[0] < 0x80) {
+ throw new Error('invalid rlp encoding: byte must be less 0x80');
+ }
+ return {
+ data: data,
+ remainder: input.slice(length) };
- var tweaked = bn.toArrayLike(Uint8Array, 'be', 32);
- seckey.set(tweaked);
+ } else
+ if (firstByte <= 0xbf) {
+ // string is greater than 55 bytes long. A single byte with the value (0xb7 plus the length of the length),
+ // followed by the length, followed by the string
+ llength = firstByte - 0xb6;
+ if (input.length - 1 < llength) {
+ throw new Error('invalid RLP: not enough bytes for string length');
+ }
+ length = safeParseInt(input.slice(1, llength).toString('hex'), 16);
+ if (length <= 55) {
+ throw new Error('invalid RLP: expected string length to be greater than 55');
+ }
+ data = input.slice(llength, length + llength);
+ if (data.length < length) {
+ throw new Error('invalid RLP: not enough bytes for string');
+ }
+ return {
+ data: data,
+ remainder: input.slice(length + llength) };
- return 0;
- },
+ } else
+ if (firstByte <= 0xf7) {
+ // a list between 0-55 bytes long
+ length = firstByte - 0xbf;
+ innerRemainder = input.slice(1, length);
+ while (innerRemainder.length) {
+ d = _decode(innerRemainder);
+ decoded.push(d.data);
+ innerRemainder = d.remainder;
+ }
+ return {
+ data: decoded,
+ remainder: input.slice(length) };
- privateKeyTweakMul: function privateKeyTweakMul(seckey, tweak) {
- var bn = new BN(tweak);
- if (bn.cmp(ecparams.n) >= 0 || bn.isZero()) return 1;
+ } else
+ {
+ // a list over 55 bytes long
+ llength = firstByte - 0xf6;
+ length = safeParseInt(input.slice(1, llength).toString('hex'), 16);
+ var totalLength = llength + length;
+ if (totalLength > input.length) {
+ throw new Error('invalid rlp: total length is larger than the data');
+ }
+ innerRemainder = input.slice(llength, totalLength);
+ if (innerRemainder.length === 0) {
+ throw new Error('invalid rlp, List has a invalid length');
+ }
+ while (innerRemainder.length) {
+ d = _decode(innerRemainder);
+ decoded.push(d.data);
+ innerRemainder = d.remainder;
+ }
+ return {
+ data: decoded,
+ remainder: input.slice(totalLength) };
- bn.imul(new BN(seckey));
- if (bn.cmp(ecparams.n) >= 0) bn = bn.umod(ecparams.n);
+ }
+}
+/** Check if a string is prefixed by 0x */
+function isHexPrefixed(str) {
+ return str.slice(0, 2) === '0x';
+}
+/** Removes 0x from a given String */
+function stripHexPrefix(str) {
+ if (typeof str !== 'string') {
+ return str;
+ }
+ return isHexPrefixed(str) ? str.slice(2) : str;
+}
+/** Transform an integer into its hexadecimal value */
+function intToHex(integer) {
+ if (integer < 0) {
+ throw new Error('Invalid integer as argument, must be unsigned!');
+ }
+ var hex = integer.toString(16);
+ return hex.length % 2 ? "0" + hex : hex;
+}
+/** Pad a string to be even */
+function padToEven(a) {
+ return a.length % 2 ? "0" + a : a;
+}
+/** Transform an integer into a Buffer */
+function intToBuffer(integer) {
+ var hex = intToHex(integer);
+ return Buffer.from(hex, 'hex');
+}
+/** Transform anything into a Buffer */
+function toBuffer(v) {
+ if (!Buffer.isBuffer(v)) {
+ if (typeof v === 'string') {
+ if (isHexPrefixed(v)) {
+ return Buffer.from(padToEven(stripHexPrefix(v)), 'hex');
+ } else
+ {
+ return Buffer.from(v);
+ }
+ } else
+ if (typeof v === 'number' || typeof v === 'bigint') {
+ if (!v) {
+ return Buffer.from([]);
+ } else
+ {
+ return intToBuffer(v);
+ }
+ } else
+ if (v === null || v === undefined) {
+ return Buffer.from([]);
+ } else
+ if (v instanceof Uint8Array) {
+ return Buffer.from(v);
+ } else
+ if (bn_js_1.default.isBN(v)) {
+ // converts a BN to a Buffer
+ return Buffer.from(v.toArray());
+ } else
+ {
+ throw new Error('invalid type');
+ }
+ }
+ return v;
+}
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
- var tweaked = bn.toArrayLike(Uint8Array, 'be', 32);
- seckey.set(tweaked);
+/***/ }),
+/* 424 */
+/*!**********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/ethereumjs-util/dist/constants.js ***!
+ \**********************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- return 0;
- },
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+Object.defineProperty(exports, "__esModule", { value: true });
+exports.KECCAK256_RLP = exports.KECCAK256_RLP_S = exports.KECCAK256_RLP_ARRAY = exports.KECCAK256_RLP_ARRAY_S = exports.KECCAK256_NULL = exports.KECCAK256_NULL_S = exports.TWO_POW256 = exports.MAX_INTEGER = void 0;
+var BN = __webpack_require__(/*! bn.js */ 70);
+/**
+ * The max integer that this VM can handle
+ */
+exports.MAX_INTEGER = new BN('ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff', 16);
+/**
+ * 2^256
+ */
+exports.TWO_POW256 = new BN('10000000000000000000000000000000000000000000000000000000000000000', 16);
+/**
+ * Keccak-256 hash of null
+ */
+exports.KECCAK256_NULL_S = 'c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470';
+/**
+ * Keccak-256 hash of null
+ */
+exports.KECCAK256_NULL = Buffer.from(exports.KECCAK256_NULL_S, 'hex');
+/**
+ * Keccak-256 of an RLP of an empty array
+ */
+exports.KECCAK256_RLP_ARRAY_S = '1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347';
+/**
+ * Keccak-256 of an RLP of an empty array
+ */
+exports.KECCAK256_RLP_ARRAY = Buffer.from(exports.KECCAK256_RLP_ARRAY_S, 'hex');
+/**
+ * Keccak-256 hash of the RLP of null
+ */
+exports.KECCAK256_RLP_S = '56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421';
+/**
+ * Keccak-256 hash of the RLP of null
+ */
+exports.KECCAK256_RLP = Buffer.from(exports.KECCAK256_RLP_S, 'hex');
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
- publicKeyVerify: function publicKeyVerify(pubkey) {
- var pair = loadPublicKey(pubkey);
- return pair === null ? 1 : 0;
- },
+/***/ }),
+/* 425 */
+/*!********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/ethereumjs-util/dist/account.js ***!
+ \********************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- publicKeyCreate: function publicKeyCreate(output, seckey) {
- var bn = new BN(seckey);
- if (bn.cmp(ecparams.n) >= 0 || bn.isZero()) return 1;
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+Object.defineProperty(exports, "__esModule", { value: true });
+exports.importPublic = exports.privateToPublic = exports.privateToAddress = exports.publicToAddress = exports.pubToAddress = exports.isValidPublic = exports.isValidPrivate = exports.isPrecompiled = exports.generateAddress2 = exports.generateAddress = exports.isValidChecksumAddress = exports.toChecksumAddress = exports.isZeroAddress = exports.isValidAddress = exports.zeroAddress = void 0;
+var assert = __webpack_require__(/*! assert */ 426);
+var ethjsUtil = __webpack_require__(/*! ethjs-util */ 420);
+var secp256k1 = __webpack_require__(/*! ./secp256k1v3-adapter */ 412);
+var BN = __webpack_require__(/*! bn.js */ 70);
+var bytes_1 = __webpack_require__(/*! ./bytes */ 430);
+var hash_1 = __webpack_require__(/*! ./hash */ 431);
+/**
+ * Returns a zero address.
+ */
+exports.zeroAddress = function () {
+ var addressLength = 20;
+ var addr = bytes_1.zeros(addressLength);
+ return bytes_1.bufferToHex(addr);
+};
+/**
+ * Checks if the address is a valid. Accepts checksummed addresses too.
+ */
+exports.isValidAddress = function (address) {
+ return /^0x[0-9a-fA-F]{40}$/.test(address);
+};
+/**
+ * Checks if a given address is a zero address.
+ */
+exports.isZeroAddress = function (address) {
+ var zeroAddr = exports.zeroAddress();
+ return zeroAddr === bytes_1.addHexPrefix(address);
+};
+/**
+ * Returns a checksummed address.
+ *
+ * If a eip1191ChainId is provided, the chainId will be included in the checksum calculation. This
+ * has the effect of checksummed addresses for one chain having invalid checksums for others.
+ * For more details, consult EIP-1191.
+ *
+ * WARNING: Checksums with and without the chainId will differ. As of 2019-06-26, the most commonly
+ * used variation in Ethereum was without the chainId. This may change in the future.
+ */
+exports.toChecksumAddress = function (address, eip1191ChainId) {
+ address = ethjsUtil.stripHexPrefix(address).toLowerCase();
+ var prefix = eip1191ChainId !== undefined ? eip1191ChainId.toString() + '0x' : '';
+ var hash = hash_1.keccak(prefix + address).toString('hex');
+ var ret = '0x';
+ for (var i = 0; i < address.length; i++) {
+ if (parseInt(hash[i], 16) >= 8) {
+ ret += address[i].toUpperCase();
+ } else
+ {
+ ret += address[i];
+ }
+ }
+ return ret;
+};
+/**
+ * Checks if the address is a valid checksummed address.
+ *
+ * See toChecksumAddress' documentation for details about the eip1191ChainId parameter.
+ */
+exports.isValidChecksumAddress = function (address, eip1191ChainId) {
+ return exports.isValidAddress(address) && exports.toChecksumAddress(address, eip1191ChainId) === address;
+};
+/**
+ * Generates an address of a newly created contract.
+ * @param from The address which is creating this new address
+ * @param nonce The nonce of the from account
+ */
+exports.generateAddress = function (from, nonce) {
+ from = bytes_1.toBuffer(from);
+ var nonceBN = new BN(nonce);
+ if (nonceBN.isZero()) {
+ // in RLP we want to encode null in the case of zero nonce
+ // read the RLP documentation for an answer if you dare
+ return hash_1.rlphash([from, null]).slice(-20);
+ }
+ // Only take the lower 160bits of the hash
+ return hash_1.rlphash([from, Buffer.from(nonceBN.toArray())]).slice(-20);
+};
+/**
+ * Generates an address for a contract created using CREATE2.
+ * @param from The address which is creating this new address
+ * @param salt A salt
+ * @param initCode The init code of the contract being created
+ */
+exports.generateAddress2 = function (from, salt, initCode) {
+ var fromBuf = bytes_1.toBuffer(from);
+ var saltBuf = bytes_1.toBuffer(salt);
+ var initCodeBuf = bytes_1.toBuffer(initCode);
+ assert(fromBuf.length === 20);
+ assert(saltBuf.length === 32);
+ var address = hash_1.keccak256(Buffer.concat([Buffer.from('ff', 'hex'), fromBuf, saltBuf, hash_1.keccak256(initCodeBuf)]));
+ return address.slice(-20);
+};
+/**
+ * Returns true if the supplied address belongs to a precompiled account (Byzantium).
+ */
+exports.isPrecompiled = function (address) {
+ var a = bytes_1.unpad(address);
+ return a.length === 1 && a[0] >= 1 && a[0] <= 8;
+};
+/**
+ * Checks if the private key satisfies the rules of the curve secp256k1.
+ */
+exports.isValidPrivate = function (privateKey) {
+ return secp256k1.privateKeyVerify(privateKey);
+};
+/**
+ * Checks if the public key satisfies the rules of the curve secp256k1
+ * and the requirements of Ethereum.
+ * @param publicKey The two points of an uncompressed key, unless sanitize is enabled
+ * @param sanitize Accept public keys in other formats
+ */
+exports.isValidPublic = function (publicKey, sanitize) {
+ if (sanitize === void 0) {sanitize = false;}
+ if (publicKey.length === 64) {
+ // Convert to SEC1 for secp256k1
+ return secp256k1.publicKeyVerify(Buffer.concat([Buffer.from([4]), publicKey]));
+ }
+ if (!sanitize) {
+ return false;
+ }
+ return secp256k1.publicKeyVerify(publicKey);
+};
+/**
+ * Returns the ethereum address of a given public key.
+ * Accepts "Ethereum public keys" and SEC1 encoded keys.
+ * @param pubKey The two points of an uncompressed key, unless sanitize is enabled
+ * @param sanitize Accept public keys in other formats
+ */
+exports.pubToAddress = function (pubKey, sanitize) {
+ if (sanitize === void 0) {sanitize = false;}
+ pubKey = bytes_1.toBuffer(pubKey);
+ if (sanitize && pubKey.length !== 64) {
+ pubKey = secp256k1.publicKeyConvert(pubKey, false).slice(1);
+ }
+ assert(pubKey.length === 64);
+ // Only take the lower 160bits of the hash
+ return hash_1.keccak(pubKey).slice(-20);
+};
+exports.publicToAddress = exports.pubToAddress;
+/**
+ * Returns the ethereum address of a given private key.
+ * @param privateKey A private key must be 256 bits wide
+ */
+exports.privateToAddress = function (privateKey) {
+ return exports.publicToAddress(exports.privateToPublic(privateKey));
+};
+/**
+ * Returns the ethereum public key of a given private key.
+ * @param privateKey A private key must be 256 bits wide
+ */
+exports.privateToPublic = function (privateKey) {
+ privateKey = bytes_1.toBuffer(privateKey);
+ // skip the type flag and use the X, Y points
+ return secp256k1.publicKeyCreate(privateKey, false).slice(1);
+};
+/**
+ * Converts a public key to the Ethereum format.
+ */
+exports.importPublic = function (publicKey) {
+ publicKey = bytes_1.toBuffer(publicKey);
+ if (publicKey.length !== 64) {
+ publicKey = secp256k1.publicKeyConvert(publicKey, false).slice(1);
+ }
+ return publicKey;
+};
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
- var point = ec.keyFromPrivate(seckey).getPublic();
- savePublicKey(output, point);
+/***/ }),
+/* 426 */
+/*!***************************************!*\
+ !*** ./node_modules/assert/assert.js ***!
+ \***************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- return 0;
- },
+"use strict";
+/* WEBPACK VAR INJECTION */(function(global) {
- publicKeyConvert: function publicKeyConvert(output, pubkey) {
- var pair = loadPublicKey(pubkey);
- if (pair === null) return 1;
+var objectAssign = __webpack_require__(/*! object-assign */ 427);
- var point = pair.getPublic();
- savePublicKey(output, point);
+// compare and isBuffer taken from https://github.com/feross/buffer/blob/680e9e5e488f22aac27599a57dc844a6315928dd/index.js
+// original notice:
+/*!
+ * The buffer module from node.js, for the browser.
+ *
+ * @author Feross Aboukhadijeh
+ * @license MIT
+ */
+function compare(a, b) {
+ if (a === b) {
return 0;
- },
-
- publicKeyNegate: function publicKeyNegate(output, pubkey) {
- var pair = loadPublicKey(pubkey);
- if (pair === null) return 1;
-
- var point = pair.getPublic();
- point.y = point.y.redNeg();
- savePublicKey(output, point);
+ }
- return 0;
- },
+ var x = a.length;
+ var y = b.length;
- publicKeyCombine: function publicKeyCombine(output, pubkeys) {
- var pairs = new Array(pubkeys.length);
- for (var i = 0; i < pubkeys.length; ++i) {
- pairs[i] = loadPublicKey(pubkeys[i]);
- if (pairs[i] === null) return 1;
+ for (var i = 0, len = Math.min(x, y); i < len; ++i) {
+ if (a[i] !== b[i]) {
+ x = a[i];
+ y = b[i];
+ break;
}
+ }
- var point = pairs[0].getPublic();
- for (var _i = 1; _i < pairs.length; ++_i) {point = point.add(pairs[_i].pub);}
- if (point.isInfinity()) return 2;
-
- savePublicKey(output, point);
-
- return 0;
- },
-
- publicKeyTweakAdd: function publicKeyTweakAdd(output, pubkey, tweak) {
- var pair = loadPublicKey(pubkey);
- if (pair === null) return 1;
-
- tweak = new BN(tweak);
- if (tweak.cmp(ecparams.n) >= 0) return 2;
+ if (x < y) {
+ return -1;
+ }
+ if (y < x) {
+ return 1;
+ }
+ return 0;
+}
+function isBuffer(b) {
+ if (global.Buffer && typeof global.Buffer.isBuffer === 'function') {
+ return global.Buffer.isBuffer(b);
+ }
+ return !!(b != null && b._isBuffer);
+}
- var point = pair.getPublic().add(ecparams.g.mul(tweak));
- if (point.isInfinity()) return 2;
+// based on node assert, original notice:
+// NB: The URL to the CommonJS spec is kept just for tradition.
+// node-assert has evolved a lot since then, both in API and behavior.
- savePublicKey(output, point);
-
- return 0;
- },
+// http://wiki.commonjs.org/wiki/Unit_Testing/1.0
+//
+// THIS IS NOT TESTED NOR LIKELY TO WORK OUTSIDE V8!
+//
+// Originally from narwhal.js (http://narwhaljs.org)
+// Copyright (c) 2009 Thomas Robinson <280north.com>
+//
+// Permission is hereby granted, free of charge, to any person obtaining a copy
+// of this software and associated documentation files (the 'Software'), to
+// deal in the Software without restriction, including without limitation the
+// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+// sell copies of the Software, and to permit persons to whom the Software is
+// furnished to do so, subject to the following conditions:
+//
+// The above copyright notice and this permission notice shall be included in
+// all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+// AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- publicKeyTweakMul: function publicKeyTweakMul(output, pubkey, tweak) {
- var pair = loadPublicKey(pubkey);
- if (pair === null) return 1;
+var util = __webpack_require__(/*! util/ */ 428);
+var hasOwn = Object.prototype.hasOwnProperty;
+var pSlice = Array.prototype.slice;
+var functionsHaveNames = (function () {
+ return function foo() {}.name === 'foo';
+}());
+function pToString (obj) {
+ return Object.prototype.toString.call(obj);
+}
+function isView(arrbuf) {
+ if (isBuffer(arrbuf)) {
+ return false;
+ }
+ if (typeof global.ArrayBuffer !== 'function') {
+ return false;
+ }
+ if (typeof ArrayBuffer.isView === 'function') {
+ return ArrayBuffer.isView(arrbuf);
+ }
+ if (!arrbuf) {
+ return false;
+ }
+ if (arrbuf instanceof DataView) {
+ return true;
+ }
+ if (arrbuf.buffer && arrbuf.buffer instanceof ArrayBuffer) {
+ return true;
+ }
+ return false;
+}
+// 1. The assert module provides functions that throw
+// AssertionError's when particular conditions are not met. The
+// assert module must conform to the following interface.
- tweak = new BN(tweak);
- if (tweak.cmp(ecparams.n) >= 0 || tweak.isZero()) return 2;
+var assert = module.exports = ok;
- var point = pair.getPublic().mul(tweak);
- savePublicKey(output, point);
+// 2. The AssertionError is defined in assert.
+// new assert.AssertionError({ message: message,
+// actual: actual,
+// expected: expected })
- return 0;
- },
+var regex = /\s*function\s+([^\(\s]*)\s*/;
+// based on https://github.com/ljharb/function.prototype.name/blob/adeeeec8bfcc6068b187d7d9fb3d5bb1d3a30899/implementation.js
+function getName(func) {
+ if (!util.isFunction(func)) {
+ return;
+ }
+ if (functionsHaveNames) {
+ return func.name;
+ }
+ var str = func.toString();
+ var match = str.match(regex);
+ return match && match[1];
+}
+assert.AssertionError = function AssertionError(options) {
+ this.name = 'AssertionError';
+ this.actual = options.actual;
+ this.expected = options.expected;
+ this.operator = options.operator;
+ if (options.message) {
+ this.message = options.message;
+ this.generatedMessage = false;
+ } else {
+ this.message = getMessage(this);
+ this.generatedMessage = true;
+ }
+ var stackStartFunction = options.stackStartFunction || fail;
+ if (Error.captureStackTrace) {
+ Error.captureStackTrace(this, stackStartFunction);
+ } else {
+ // non v8 browsers so we can have a stacktrace
+ var err = new Error();
+ if (err.stack) {
+ var out = err.stack;
- signatureNormalize: function signatureNormalize(sig) {
- var r = new BN(sig.subarray(0, 32));
- var s = new BN(sig.subarray(32, 64));
- if (r.cmp(ecparams.n) >= 0 || s.cmp(ecparams.n) >= 0) return 1;
+ // try to strip useless frames
+ var fn_name = getName(stackStartFunction);
+ var idx = out.indexOf('\n' + fn_name);
+ if (idx >= 0) {
+ // once we have located the function frame
+ // we need to strip out everything before it (and its line)
+ var next_line = out.indexOf('\n', idx + 1);
+ out = out.substring(next_line + 1);
+ }
- if (s.cmp(ec.nh) === 1) {
- sig.set(ecparams.n.sub(s).toArrayLike(Uint8Array, 'be', 32), 32);
+ this.stack = out;
}
+ }
+};
- return 0;
- },
-
- // Copied 1-to-1 from https://github.com/bitcoinjs/bip66/blob/master/index.js
- // Adapted for Uint8Array instead Buffer
- signatureExport: function signatureExport(obj, sig) {
- var sigR = sig.subarray(0, 32);
- var sigS = sig.subarray(32, 64);
- if (new BN(sigR).cmp(ecparams.n) >= 0) return 1;
- if (new BN(sigS).cmp(ecparams.n) >= 0) return 1;var
+// assert.AssertionError instanceof Error
+util.inherits(assert.AssertionError, Error);
- output = obj.output;
+function truncate(s, n) {
+ if (typeof s === 'string') {
+ return s.length < n ? s : s.slice(0, n);
+ } else {
+ return s;
+ }
+}
+function inspect(something) {
+ if (functionsHaveNames || !util.isFunction(something)) {
+ return util.inspect(something);
+ }
+ var rawname = getName(something);
+ var name = rawname ? ': ' + rawname : '';
+ return '[Function' + name + ']';
+}
+function getMessage(self) {
+ return truncate(inspect(self.actual), 128) + ' ' +
+ self.operator + ' ' +
+ truncate(inspect(self.expected), 128);
+}
- // Prepare R
- var r = output.subarray(4, 4 + 33);
- r[0] = 0x00;
- r.set(sigR, 1);
+// At present only the three keys mentioned above are used and
+// understood by the spec. Implementations or sub modules can pass
+// other keys to the AssertionError's constructor - they will be
+// ignored.
- var lenR = 33;
- var posR = 0;
- for (; lenR > 1 && r[posR] === 0x00 && !(r[posR + 1] & 0x80); --lenR, ++posR) {;}
+// 3. All of the following functions must throw an AssertionError
+// when a corresponding condition is not met, with a message that
+// may be undefined if not provided. All assertion methods provide
+// both the actual and expected values to the assertion error for
+// display purposes.
- r = r.subarray(posR);
- if (r[0] & 0x80) return 1;
- if (lenR > 1 && r[0] === 0x00 && !(r[1] & 0x80)) return 1;
+function fail(actual, expected, message, operator, stackStartFunction) {
+ throw new assert.AssertionError({
+ message: message,
+ actual: actual,
+ expected: expected,
+ operator: operator,
+ stackStartFunction: stackStartFunction
+ });
+}
- // Prepare S
- var s = output.subarray(6 + 33, 6 + 33 + 33);
- s[0] = 0x00;
- s.set(sigS, 1);
+// EXTENSION! allows for well behaved errors defined elsewhere.
+assert.fail = fail;
- var lenS = 33;
- var posS = 0;
- for (; lenS > 1 && s[posS] === 0x00 && !(s[posS + 1] & 0x80); --lenS, ++posS) {;}
+// 4. Pure assertion tests whether a value is truthy, as determined
+// by !!guard.
+// assert.ok(guard, message_opt);
+// This statement is equivalent to assert.equal(true, !!guard,
+// message_opt);. To test strictly for the value true, use
+// assert.strictEqual(true, guard, message_opt);.
- s = s.subarray(posS);
- if (s[0] & 0x80) return 1;
- if (lenS > 1 && s[0] === 0x00 && !(s[1] & 0x80)) return 1;
+function ok(value, message) {
+ if (!value) fail(value, true, message, '==', assert.ok);
+}
+assert.ok = ok;
- // Set output length for return
- obj.outputlen = 6 + lenR + lenS;
+// 5. The equality assertion tests shallow, coercive equality with
+// ==.
+// assert.equal(actual, expected, message_opt);
- // Output in specified format
- // 0x30 [total-length] 0x02 [R-length] [R] 0x02 [S-length] [S]
- output[0] = 0x30;
- output[1] = obj.outputlen - 2;
- output[2] = 0x02;
- output[3] = r.length;
- output.set(r, 4);
- output[4 + lenR] = 0x02;
- output[5 + lenR] = s.length;
- output.set(s, 6 + lenR);
+assert.equal = function equal(actual, expected, message) {
+ if (actual != expected) fail(actual, expected, message, '==', assert.equal);
+};
- return 0;
- },
+// 6. The non-equality assertion tests for whether two objects are not equal
+// with != assert.notEqual(actual, expected, message_opt);
- // Copied 1-to-1 from https://github.com/bitcoinjs/bip66/blob/master/index.js
- // Adapted for Uint8Array instead Buffer
- signatureImport: function signatureImport(output, sig) {
- if (sig.length < 8) return 1;
- if (sig.length > 72) return 1;
- if (sig[0] !== 0x30) return 1;
- if (sig[1] !== sig.length - 2) return 1;
- if (sig[2] !== 0x02) return 1;
+assert.notEqual = function notEqual(actual, expected, message) {
+ if (actual == expected) {
+ fail(actual, expected, message, '!=', assert.notEqual);
+ }
+};
- var lenR = sig[3];
- if (lenR === 0) return 1;
- if (5 + lenR >= sig.length) return 1;
- if (sig[4 + lenR] !== 0x02) return 1;
+// 7. The equivalence assertion tests a deep equality relation.
+// assert.deepEqual(actual, expected, message_opt);
- var lenS = sig[5 + lenR];
- if (lenS === 0) return 1;
- if (6 + lenR + lenS !== sig.length) return 1;
+assert.deepEqual = function deepEqual(actual, expected, message) {
+ if (!_deepEqual(actual, expected, false)) {
+ fail(actual, expected, message, 'deepEqual', assert.deepEqual);
+ }
+};
- if (sig[4] & 0x80) return 1;
- if (lenR > 1 && sig[4] === 0x00 && !(sig[5] & 0x80)) return 1;
+assert.deepStrictEqual = function deepStrictEqual(actual, expected, message) {
+ if (!_deepEqual(actual, expected, true)) {
+ fail(actual, expected, message, 'deepStrictEqual', assert.deepStrictEqual);
+ }
+};
- if (sig[lenR + 6] & 0x80) return 1;
- if (lenS > 1 && sig[lenR + 6] === 0x00 && !(sig[lenR + 7] & 0x80)) return 1;
+function _deepEqual(actual, expected, strict, memos) {
+ // 7.1. All identical values are equivalent, as determined by ===.
+ if (actual === expected) {
+ return true;
+ } else if (isBuffer(actual) && isBuffer(expected)) {
+ return compare(actual, expected) === 0;
- var sigR = sig.subarray(4, 4 + lenR);
- if (sigR.length === 33 && sigR[0] === 0x00) sigR = sigR.subarray(1);
- if (sigR.length > 32) return 1;
+ // 7.2. If the expected value is a Date object, the actual value is
+ // equivalent if it is also a Date object that refers to the same time.
+ } else if (util.isDate(actual) && util.isDate(expected)) {
+ return actual.getTime() === expected.getTime();
- var sigS = sig.subarray(6 + lenR);
- if (sigS.length === 33 && sigS[0] === 0x00) sigS = sigS.slice(1);
- if (sigS.length > 32) throw new Error('S length is too long');
+ // 7.3 If the expected value is a RegExp object, the actual value is
+ // equivalent if it is also a RegExp object with the same source and
+ // properties (`global`, `multiline`, `lastIndex`, `ignoreCase`).
+ } else if (util.isRegExp(actual) && util.isRegExp(expected)) {
+ return actual.source === expected.source &&
+ actual.global === expected.global &&
+ actual.multiline === expected.multiline &&
+ actual.lastIndex === expected.lastIndex &&
+ actual.ignoreCase === expected.ignoreCase;
- var r = new BN(sigR);
- if (r.cmp(ecparams.n) >= 0) r = new BN(0);
+ // 7.4. Other pairs that do not both pass typeof value == 'object',
+ // equivalence is determined by ==.
+ } else if ((actual === null || typeof actual !== 'object') &&
+ (expected === null || typeof expected !== 'object')) {
+ return strict ? actual === expected : actual == expected;
- var s = new BN(sig.subarray(6 + lenR));
- if (s.cmp(ecparams.n) >= 0) s = new BN(0);
+ // If both values are instances of typed arrays, wrap their underlying
+ // ArrayBuffers in a Buffer each to increase performance
+ // This optimization requires the arrays to have the same type as checked by
+ // Object.prototype.toString (aka pToString). Never perform binary
+ // comparisons for Float*Arrays, though, since e.g. +0 === -0 but their
+ // bit patterns are not identical.
+ } else if (isView(actual) && isView(expected) &&
+ pToString(actual) === pToString(expected) &&
+ !(actual instanceof Float32Array ||
+ actual instanceof Float64Array)) {
+ return compare(new Uint8Array(actual.buffer),
+ new Uint8Array(expected.buffer)) === 0;
- output.set(r.toArrayLike(Uint8Array, 'be', 32), 0);
- output.set(s.toArrayLike(Uint8Array, 'be', 32), 32);
+ // 7.5 For all other Object pairs, including Array objects, equivalence is
+ // determined by having the same number of owned properties (as verified
+ // with Object.prototype.hasOwnProperty.call), the same set of keys
+ // (although not necessarily the same order), equivalent values for every
+ // corresponding key, and an identical 'prototype' property. Note: this
+ // accounts for both named and indexed properties on Arrays.
+ } else if (isBuffer(actual) !== isBuffer(expected)) {
+ return false;
+ } else {
+ memos = memos || {actual: [], expected: []};
- return 0;
- },
+ var actualIndex = memos.actual.indexOf(actual);
+ if (actualIndex !== -1) {
+ if (actualIndex === memos.expected.indexOf(expected)) {
+ return true;
+ }
+ }
- ecdsaSign: function ecdsaSign(obj, message, seckey, data, noncefn) {
- if (noncefn) {
- var _noncefn = noncefn;
- noncefn = function noncefn(counter) {
- var nonce = _noncefn(message, seckey, null, data, counter);
+ memos.actual.push(actual);
+ memos.expected.push(expected);
- var isValid = nonce instanceof Uint8Array && nonce.length === 32;
- if (!isValid) throw new Error('This is the way');
+ return objEquiv(actual, expected, strict, memos);
+ }
+}
- return new BN(nonce);
- };
- }
+function isArguments(object) {
+ return Object.prototype.toString.call(object) == '[object Arguments]';
+}
- var d = new BN(seckey);
- if (d.cmp(ecparams.n) >= 0 || d.isZero()) return 1;
+function objEquiv(a, b, strict, actualVisitedObjects) {
+ if (a === null || a === undefined || b === null || b === undefined)
+ return false;
+ // if one is a primitive, the other must be same
+ if (util.isPrimitive(a) || util.isPrimitive(b))
+ return a === b;
+ if (strict && Object.getPrototypeOf(a) !== Object.getPrototypeOf(b))
+ return false;
+ var aIsArgs = isArguments(a);
+ var bIsArgs = isArguments(b);
+ if ((aIsArgs && !bIsArgs) || (!aIsArgs && bIsArgs))
+ return false;
+ if (aIsArgs) {
+ a = pSlice.call(a);
+ b = pSlice.call(b);
+ return _deepEqual(a, b, strict);
+ }
+ var ka = objectKeys(a);
+ var kb = objectKeys(b);
+ var key, i;
+ // having the same number of owned properties (keys incorporates
+ // hasOwnProperty)
+ if (ka.length !== kb.length)
+ return false;
+ //the same set of keys (although not necessarily the same order),
+ ka.sort();
+ kb.sort();
+ //~~~cheap key test
+ for (i = ka.length - 1; i >= 0; i--) {
+ if (ka[i] !== kb[i])
+ return false;
+ }
+ //equivalent values for every corresponding key, and
+ //~~~possibly expensive deep test
+ for (i = ka.length - 1; i >= 0; i--) {
+ key = ka[i];
+ if (!_deepEqual(a[key], b[key], strict, actualVisitedObjects))
+ return false;
+ }
+ return true;
+}
- var sig;
- try {
- sig = ec.sign(message, seckey, { canonical: true, k: noncefn, pers: data });
- } catch (err) {
- return 1;
- }
+// 8. The non-equivalence assertion tests for any deep inequality.
+// assert.notDeepEqual(actual, expected, message_opt);
- obj.signature.set(sig.r.toArrayLike(Uint8Array, 'be', 32), 0);
- obj.signature.set(sig.s.toArrayLike(Uint8Array, 'be', 32), 32);
- obj.recid = sig.recoveryParam;
+assert.notDeepEqual = function notDeepEqual(actual, expected, message) {
+ if (_deepEqual(actual, expected, false)) {
+ fail(actual, expected, message, 'notDeepEqual', assert.notDeepEqual);
+ }
+};
- return 0;
- },
+assert.notDeepStrictEqual = notDeepStrictEqual;
+function notDeepStrictEqual(actual, expected, message) {
+ if (_deepEqual(actual, expected, true)) {
+ fail(actual, expected, message, 'notDeepStrictEqual', notDeepStrictEqual);
+ }
+}
- ecdsaVerify: function ecdsaVerify(sig, msg32, pubkey) {
- var sigObj = { r: sig.subarray(0, 32), s: sig.subarray(32, 64) };
- var sigr = new BN(sigObj.r);
- var sigs = new BN(sigObj.s);
- if (sigr.cmp(ecparams.n) >= 0 || sigs.cmp(ecparams.n) >= 0) return 1;
- if (sigs.cmp(ec.nh) === 1 || sigr.isZero() || sigs.isZero()) return 3;
+// 9. The strict equality assertion tests strict equality, as determined by ===.
+// assert.strictEqual(actual, expected, message_opt);
- var pair = loadPublicKey(pubkey);
- if (pair === null) return 2;
+assert.strictEqual = function strictEqual(actual, expected, message) {
+ if (actual !== expected) {
+ fail(actual, expected, message, '===', assert.strictEqual);
+ }
+};
- var point = pair.getPublic();
- var isValid = ec.verify(msg32, sigObj, point);
- return isValid ? 0 : 3;
- },
+// 10. The strict non-equality assertion tests for strict inequality, as
+// determined by !==. assert.notStrictEqual(actual, expected, message_opt);
- ecdsaRecover: function ecdsaRecover(output, sig, recid, msg32) {
- var sigObj = { r: sig.slice(0, 32), s: sig.slice(32, 64) };
+assert.notStrictEqual = function notStrictEqual(actual, expected, message) {
+ if (actual === expected) {
+ fail(actual, expected, message, '!==', assert.notStrictEqual);
+ }
+};
- var sigr = new BN(sigObj.r);
- var sigs = new BN(sigObj.s);
- if (sigr.cmp(ecparams.n) >= 0 || sigs.cmp(ecparams.n) >= 0) return 1;
+function expectedException(actual, expected) {
+ if (!actual || !expected) {
+ return false;
+ }
- if (sigr.isZero() || sigs.isZero()) return 2;
+ if (Object.prototype.toString.call(expected) == '[object RegExp]') {
+ return expected.test(actual);
+ }
- // Can throw `throw new Error('Unable to find sencond key candinate');`
- var point;
- try {
- point = ec.recoverPubKey(msg32, sigObj, recid);
- } catch (err) {
- return 2;
+ try {
+ if (actual instanceof expected) {
+ return true;
}
+ } catch (e) {
+ // Ignore. The instanceof check doesn't work for arrow functions.
+ }
- savePublicKey(output, point);
-
- return 0;
- },
+ if (Error.isPrototypeOf(expected)) {
+ return false;
+ }
- ecdh: function ecdh(output, pubkey, seckey, data, hashfn, xbuf, ybuf) {
- var pair = loadPublicKey(pubkey);
- if (pair === null) return 1;
+ return expected.call({}, actual) === true;
+}
- var scalar = new BN(seckey);
- if (scalar.cmp(ecparams.n) >= 0 || scalar.isZero()) return 2;
+function _tryBlock(block) {
+ var error;
+ try {
+ block();
+ } catch (e) {
+ error = e;
+ }
+ return error;
+}
- var point = pair.getPublic().mul(scalar);
+function _throws(shouldThrow, block, expected, message) {
+ var actual;
- if (hashfn === undefined) {
- var _data = point.encode(null, true);
- var sha256 = ec.hash().update(_data).digest();
- for (var i = 0; i < 32; ++i) {output[i] = sha256[i];}
- } else {
- if (!xbuf) xbuf = new Uint8Array(32);
- var x = point.getX().toArray('be', 32);
- for (var _i2 = 0; _i2 < 32; ++_i2) {xbuf[_i2] = x[_i2];}
+ if (typeof block !== 'function') {
+ throw new TypeError('"block" argument must be a function');
+ }
- if (!ybuf) ybuf = new Uint8Array(32);
- var y = point.getY().toArray('be', 32);
- for (var _i3 = 0; _i3 < 32; ++_i3) {ybuf[_i3] = y[_i3];}
+ if (typeof expected === 'string') {
+ message = expected;
+ expected = null;
+ }
- var hash = hashfn(xbuf, ybuf, data);
+ actual = _tryBlock(block);
- var isValid = hash instanceof Uint8Array && hash.length === output.length;
- if (!isValid) return 2;
+ message = (expected && expected.name ? ' (' + expected.name + ').' : '.') +
+ (message ? ' ' + message : '.');
- output.set(hash);
- }
+ if (shouldThrow && !actual) {
+ fail(actual, expected, 'Missing expected exception' + message);
+ }
- return 0;
- } };
+ var userProvidedMessage = typeof message === 'string';
+ var isUnwantedException = !shouldThrow && util.isError(actual);
+ var isUnexpectedException = !shouldThrow && actual && !expected;
+
+ if ((isUnwantedException &&
+ userProvidedMessage &&
+ expectedException(actual, expected)) ||
+ isUnexpectedException) {
+ fail(actual, expected, 'Got unwanted exception' + message);
+ }
+
+ if ((shouldThrow && actual && expected &&
+ !expectedException(actual, expected)) || (!shouldThrow && actual)) {
+ throw actual;
+ }
+}
+
+// 11. Expected to throw an error:
+// assert.throws(block, Error_opt, message_opt);
+
+assert.throws = function(block, /*optional*/error, /*optional*/message) {
+ _throws(true, block, error, message);
+};
+
+// EXTENSION! This is annoying to write outside this module.
+assert.doesNotThrow = function(block, /*optional*/error, /*optional*/message) {
+ _throws(false, block, error, message);
+};
+
+assert.ifError = function(err) { if (err) throw err; };
+
+// Expose a strict only variant of assert
+function strict(value, message) {
+ if (!value) fail(value, true, message, '==', strict);
+}
+assert.strict = objectAssign(strict, assert, {
+ equal: assert.strictEqual,
+ deepEqual: assert.deepStrictEqual,
+ notEqual: assert.notStrictEqual,
+ notDeepEqual: assert.notDeepStrictEqual
+});
+assert.strict.strict = assert.strict;
+
+var objectKeys = Object.keys || function (obj) {
+ var keys = [];
+ for (var key in obj) {
+ if (hasOwn.call(obj, key)) keys.push(key);
+ }
+ return keys;
+};
+
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../webpack/buildin/global.js */ 37)))
/***/ }),
-/* 445 */
-/*!******************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/ethereum-cryptography/random.js ***!
- \******************************************************************************************/
+/* 427 */
+/*!*********************************************!*\
+ !*** ./node_modules/object-assign/index.js ***!
+ \*********************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
+/*
+object-assign
+(c) Sindre Sorhus
+@license MIT
+*/
-Object.defineProperty(exports, "__esModule", { value: true });
-var randombytes = __webpack_require__(/*! randombytes */ 411);
-function getRandomBytes(bytes) {
- return new Promise(function (resolve, reject) {
- randombytes(bytes, function (err, resp) {
- if (err) {
- reject(err);
- return;
- }
- resolve(resp);
- });
- });
+
+/* eslint-disable no-unused-vars */
+var getOwnPropertySymbols = Object.getOwnPropertySymbols;
+var hasOwnProperty = Object.prototype.hasOwnProperty;
+var propIsEnumerable = Object.prototype.propertyIsEnumerable;
+
+function toObject(val) {
+ if (val === null || val === undefined) {
+ throw new TypeError('Object.assign cannot be called with null or undefined');
+ }
+
+ return Object(val);
}
-exports.getRandomBytes = getRandomBytes;
-function getRandomBytesSync(bytes) {
- return randombytes(bytes);
+
+function shouldUseNative() {
+ try {
+ if (!Object.assign) {
+ return false;
+ }
+
+ // Detect buggy property enumeration order in older V8 versions.
+
+ // https://bugs.chromium.org/p/v8/issues/detail?id=4118
+ var test1 = new String('abc'); // eslint-disable-line no-new-wrappers
+ test1[5] = 'de';
+ if (Object.getOwnPropertyNames(test1)[0] === '5') {
+ return false;
+ }
+
+ // https://bugs.chromium.org/p/v8/issues/detail?id=3056
+ var test2 = {};
+ for (var i = 0; i < 10; i++) {
+ test2['_' + String.fromCharCode(i)] = i;
+ }
+ var order2 = Object.getOwnPropertyNames(test2).map(function (n) {
+ return test2[n];
+ });
+ if (order2.join('') !== '0123456789') {
+ return false;
+ }
+
+ // https://bugs.chromium.org/p/v8/issues/detail?id=3056
+ var test3 = {};
+ 'abcdefghijklmnopqrst'.split('').forEach(function (letter) {
+ test3[letter] = letter;
+ });
+ if (Object.keys(Object.assign({}, test3)).join('') !==
+ 'abcdefghijklmnopqrst') {
+ return false;
+ }
+
+ return true;
+ } catch (err) {
+ // We don't expect any of the above to throw, but better to be safe.
+ return false;
+ }
}
-exports.getRandomBytesSync = getRandomBytesSync;
+
+module.exports = shouldUseNative() ? Object.assign : function (target, source) {
+ var from;
+ var to = toObject(target);
+ var symbols;
+
+ for (var s = 1; s < arguments.length; s++) {
+ from = Object(arguments[s]);
+
+ for (var key in from) {
+ if (hasOwnProperty.call(from, key)) {
+ to[key] = from[key];
+ }
+ }
+
+ if (getOwnPropertySymbols) {
+ symbols = getOwnPropertySymbols(from);
+ for (var i = 0; i < symbols.length; i++) {
+ if (propIsEnumerable.call(from, symbols[i])) {
+ to[symbols[i]] = from[symbols[i]];
+ }
+ }
+ }
+ }
+
+ return to;
+};
+
/***/ }),
-/* 446 */
-/*!********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/ethereumjs-util/dist/secp256k1v3-lib/index.js ***!
- \********************************************************************************************************/
+/* 428 */
+/*!***********************************!*\
+ !*** ./node_modules/util/util.js ***!
+ \***********************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
-// This file is imported from secp256k1 v3
-// https://github.com/cryptocoinjs/secp256k1-node/blob/master/LICENSE
-Object.defineProperty(exports, "__esModule", { value: true });
-var BN = __webpack_require__(/*! bn.js */ 75);
-var EC = __webpack_require__(/*! elliptic */ 210).ec;
-var ec = new EC('secp256k1');
-var ecparams = ec.curve;
-exports.privateKeyExport = function (privateKey, compressed) {
- if (compressed === void 0) {compressed = true;}
- var d = new BN(privateKey);
- if (d.ucmp(ecparams.n) >= 0) {
- throw new Error("couldn't export to DER format");
+/* WEBPACK VAR INJECTION */(function(process) {// Copyright Joyent, Inc. and other Node contributors.
+//
+// Permission is hereby granted, free of charge, to any person obtaining a
+// copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to permit
+// persons to whom the Software is furnished to do so, subject to the
+// following conditions:
+//
+// The above copyright notice and this permission notice shall be included
+// in all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
+// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
+// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
+// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
+// USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+var getOwnPropertyDescriptors = Object.getOwnPropertyDescriptors ||
+ function getOwnPropertyDescriptors(obj) {
+ var keys = Object.keys(obj);
+ var descriptors = {};
+ for (var i = 0; i < keys.length; i++) {
+ descriptors[keys[i]] = Object.getOwnPropertyDescriptor(obj, keys[i]);
+ }
+ return descriptors;
+ };
+
+var formatRegExp = /%[sdj%]/g;
+exports.format = function(f) {
+ if (!isString(f)) {
+ var objects = [];
+ for (var i = 0; i < arguments.length; i++) {
+ objects.push(inspect(arguments[i]));
+ }
+ return objects.join(' ');
}
- var point = ec.g.mul(d);
- return toPublicKey(point.getX(), point.getY(), compressed);
-};
-exports.privateKeyModInverse = function (privateKey) {
- var bn = new BN(privateKey);
- if (bn.ucmp(ecparams.n) >= 0 || bn.isZero()) {
- throw new Error('private key range is invalid');
+
+ var i = 1;
+ var args = arguments;
+ var len = args.length;
+ var str = String(f).replace(formatRegExp, function(x) {
+ if (x === '%%') return '%';
+ if (i >= len) return x;
+ switch (x) {
+ case '%s': return String(args[i++]);
+ case '%d': return Number(args[i++]);
+ case '%j':
+ try {
+ return JSON.stringify(args[i++]);
+ } catch (_) {
+ return '[Circular]';
+ }
+ default:
+ return x;
+ }
+ });
+ for (var x = args[i]; i < len; x = args[++i]) {
+ if (isNull(x) || !isObject(x)) {
+ str += ' ' + x;
+ } else {
+ str += ' ' + inspect(x);
+ }
}
- return bn.invm(ecparams.n).toArrayLike(Buffer, 'be', 32);
+ return str;
};
-exports.signatureImport = function (sigObj) {
- var r = new BN(sigObj.r);
- if (r.ucmp(ecparams.n) >= 0) {
- r = new BN(0);
+
+
+// Mark that a method should not be used.
+// Returns a modified function which warns once by default.
+// If --no-deprecation is set, then it is a no-op.
+exports.deprecate = function(fn, msg) {
+ if (typeof process !== 'undefined' && process.noDeprecation === true) {
+ return fn;
}
- var s = new BN(sigObj.s);
- if (s.ucmp(ecparams.n) >= 0) {
- s = new BN(0);
+
+ // Allow for deprecating things in the process of starting up.
+ if (typeof process === 'undefined') {
+ return function() {
+ return exports.deprecate(fn, msg).apply(this, arguments);
+ };
}
- return Buffer.concat([r.toArrayLike(Buffer, 'be', 32), s.toArrayLike(Buffer, 'be', 32)]);
+
+ var warned = false;
+ function deprecated() {
+ if (!warned) {
+ if (process.throwDeprecation) {
+ throw new Error(msg);
+ } else if (process.traceDeprecation) {
+ console.trace(msg);
+ } else {
+ console.error(msg);
+ }
+ warned = true;
+ }
+ return fn.apply(this, arguments);
+ }
+
+ return deprecated;
};
-exports.ecdhUnsafe = function (publicKey, privateKey, compressed) {
- if (compressed === void 0) {compressed = true;}
- var point = ec.keyFromPublic(publicKey);
- var scalar = new BN(privateKey);
- if (scalar.ucmp(ecparams.n) >= 0 || scalar.isZero()) {
- throw new Error('scalar was invalid (zero or overflow)');
+
+
+var debugs = {};
+var debugEnviron;
+exports.debuglog = function(set) {
+ if (isUndefined(debugEnviron))
+ debugEnviron = Object({"NODE_ENV":"development","VUE_APP_NAME":"BITCOOO","VUE_APP_PLATFORM":"app-plus","BASE_URL":"/"}).NODE_DEBUG || '';
+ set = set.toUpperCase();
+ if (!debugs[set]) {
+ if (new RegExp('\\b' + set + '\\b', 'i').test(debugEnviron)) {
+ var pid = process.pid;
+ debugs[set] = function() {
+ var msg = exports.format.apply(exports, arguments);
+ console.error('%s %d: %s', set, pid, msg);
+ };
+ } else {
+ debugs[set] = function() {};
+ }
}
- var shared = point.pub.mul(scalar);
- return toPublicKey(shared.getX(), shared.getY(), compressed);
+ return debugs[set];
};
-var toPublicKey = function toPublicKey(x, y, compressed) {
- var publicKey;
- if (compressed) {
- publicKey = Buffer.alloc(33);
- publicKey[0] = y.isOdd() ? 0x03 : 0x02;
- x.toArrayLike(Buffer, 'be', 32).copy(publicKey, 1);
- } else
- {
- publicKey = Buffer.alloc(65);
- publicKey[0] = 0x04;
- x.toArrayLike(Buffer, 'be', 32).copy(publicKey, 1);
- y.toArrayLike(Buffer, 'be', 32).copy(publicKey, 33);
+
+
+/**
+ * Echos the value of a value. Trys to print the value out
+ * in the best way possible given the different types.
+ *
+ * @param {Object} obj The object to print out.
+ * @param {Object} opts Optional options object that alters the output.
+ */
+/* legacy: obj, showHidden, depth, colors*/
+function inspect(obj, opts) {
+ // default options
+ var ctx = {
+ seen: [],
+ stylize: stylizeNoColor
+ };
+ // legacy...
+ if (arguments.length >= 3) ctx.depth = arguments[2];
+ if (arguments.length >= 4) ctx.colors = arguments[3];
+ if (isBoolean(opts)) {
+ // legacy...
+ ctx.showHidden = opts;
+ } else if (opts) {
+ // got an "options" object
+ exports._extend(ctx, opts);
}
- return publicKey;
+ // set default options
+ if (isUndefined(ctx.showHidden)) ctx.showHidden = false;
+ if (isUndefined(ctx.depth)) ctx.depth = 2;
+ if (isUndefined(ctx.colors)) ctx.colors = false;
+ if (isUndefined(ctx.customInspect)) ctx.customInspect = true;
+ if (ctx.colors) ctx.stylize = stylizeWithColor;
+ return formatValue(ctx, obj, ctx.depth);
+}
+exports.inspect = inspect;
+
+
+// http://en.wikipedia.org/wiki/ANSI_escape_code#graphics
+inspect.colors = {
+ 'bold' : [1, 22],
+ 'italic' : [3, 23],
+ 'underline' : [4, 24],
+ 'inverse' : [7, 27],
+ 'white' : [37, 39],
+ 'grey' : [90, 39],
+ 'black' : [30, 39],
+ 'blue' : [34, 39],
+ 'cyan' : [36, 39],
+ 'green' : [32, 39],
+ 'magenta' : [35, 39],
+ 'red' : [31, 39],
+ 'yellow' : [33, 39]
};
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
-/***/ }),
-/* 447 */
-/*!******************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/ethereumjs-util/dist/secp256k1v3-lib/der.js ***!
- \******************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+// Don't use 'blue' not visible on cmd.exe
+inspect.styles = {
+ 'special': 'cyan',
+ 'number': 'yellow',
+ 'boolean': 'yellow',
+ 'undefined': 'grey',
+ 'null': 'bold',
+ 'string': 'green',
+ 'date': 'magenta',
+ // "name": intentionally not styling
+ 'regexp': 'red'
+};
-"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
-// This file is imported from secp256k1 v3
-// https://github.com/cryptocoinjs/secp256k1-node/blob/master/LICENSE
-Object.defineProperty(exports, "__esModule", { value: true });
-var EC_PRIVKEY_EXPORT_DER_COMPRESSED = Buffer.from([
-// begin
-0x30,
-0x81,
-0xd3,
-0x02,
-0x01,
-0x01,
-0x04,
-0x20,
-// private key
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-// middle
-0xa0,
-0x81,
-0x85,
-0x30,
-0x81,
-0x82,
-0x02,
-0x01,
-0x01,
-0x30,
-0x2c,
-0x06,
-0x07,
-0x2a,
-0x86,
-0x48,
-0xce,
-0x3d,
-0x01,
-0x01,
-0x02,
-0x21,
-0x00,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xfe,
-0xff,
-0xff,
-0xfc,
-0x2f,
-0x30,
-0x06,
-0x04,
-0x01,
-0x00,
-0x04,
-0x01,
-0x07,
-0x04,
-0x21,
-0x02,
-0x79,
-0xbe,
-0x66,
-0x7e,
-0xf9,
-0xdc,
-0xbb,
-0xac,
-0x55,
-0xa0,
-0x62,
-0x95,
-0xce,
-0x87,
-0x0b,
-0x07,
-0x02,
-0x9b,
-0xfc,
-0xdb,
-0x2d,
-0xce,
-0x28,
-0xd9,
-0x59,
-0xf2,
-0x81,
-0x5b,
-0x16,
-0xf8,
-0x17,
-0x98,
-0x02,
-0x21,
-0x00,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xfe,
-0xba,
-0xae,
-0xdc,
-0xe6,
-0xaf,
-0x48,
-0xa0,
-0x3b,
-0xbf,
-0xd2,
-0x5e,
-0x8c,
-0xd0,
-0x36,
-0x41,
-0x41,
-0x02,
-0x01,
-0x01,
-0xa1,
-0x24,
-0x03,
-0x22,
-0x00,
-// public key
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00]);
-var EC_PRIVKEY_EXPORT_DER_UNCOMPRESSED = Buffer.from([
-// begin
-0x30,
-0x82,
-0x01,
-0x13,
-0x02,
-0x01,
-0x01,
-0x04,
-0x20,
-// private key
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-// middle
-0xa0,
-0x81,
-0xa5,
-0x30,
-0x81,
-0xa2,
-0x02,
-0x01,
-0x01,
-0x30,
-0x2c,
-0x06,
-0x07,
-0x2a,
-0x86,
-0x48,
-0xce,
-0x3d,
-0x01,
-0x01,
-0x02,
-0x21,
-0x00,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xfe,
-0xff,
-0xff,
-0xfc,
-0x2f,
-0x30,
-0x06,
-0x04,
-0x01,
-0x00,
-0x04,
-0x01,
-0x07,
-0x04,
-0x41,
-0x04,
-0x79,
-0xbe,
-0x66,
-0x7e,
-0xf9,
-0xdc,
-0xbb,
-0xac,
-0x55,
-0xa0,
-0x62,
-0x95,
-0xce,
-0x87,
-0x0b,
-0x07,
-0x02,
-0x9b,
-0xfc,
-0xdb,
-0x2d,
-0xce,
-0x28,
-0xd9,
-0x59,
-0xf2,
-0x81,
-0x5b,
-0x16,
-0xf8,
-0x17,
-0x98,
-0x48,
-0x3a,
-0xda,
-0x77,
-0x26,
-0xa3,
-0xc4,
-0x65,
-0x5d,
-0xa4,
-0xfb,
-0xfc,
-0x0e,
-0x11,
-0x08,
-0xa8,
-0xfd,
-0x17,
-0xb4,
-0x48,
-0xa6,
-0x85,
-0x54,
-0x19,
-0x9c,
-0x47,
-0xd0,
-0x8f,
-0xfb,
-0x10,
-0xd4,
-0xb8,
-0x02,
-0x21,
-0x00,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xff,
-0xfe,
-0xba,
-0xae,
-0xdc,
-0xe6,
-0xaf,
-0x48,
-0xa0,
-0x3b,
-0xbf,
-0xd2,
-0x5e,
-0x8c,
-0xd0,
-0x36,
-0x41,
-0x41,
-0x02,
-0x01,
-0x01,
-0xa1,
-0x44,
-0x03,
-0x42,
-0x00,
-// public key
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00,
-0x00]);
+function stylizeWithColor(str, styleType) {
+ var style = inspect.styles[styleType];
-exports.privateKeyExport = function (privateKey, publicKey, compressed) {
- if (compressed === void 0) {compressed = true;}
- var result = Buffer.from(compressed ? EC_PRIVKEY_EXPORT_DER_COMPRESSED : EC_PRIVKEY_EXPORT_DER_UNCOMPRESSED);
- privateKey.copy(result, compressed ? 8 : 9);
- publicKey.copy(result, compressed ? 181 : 214);
- return result;
-};
-exports.privateKeyImport = function (privateKey) {
- var length = privateKey.length;
- // sequence header
- var index = 0;
- if (length < index + 1 || privateKey[index] !== 0x30)
- return null;
- index += 1;
- // sequence length constructor
- if (length < index + 1 || !(privateKey[index] & 0x80))
- return null;
- var lenb = privateKey[index] & 0x7f;
- index += 1;
- if (lenb < 1 || lenb > 2)
- return null;
- if (length < index + lenb)
- return null;
- // sequence length
- var len = privateKey[index + lenb - 1] | (lenb > 1 ? privateKey[index + lenb - 2] << 8 : 0);
- index += lenb;
- if (length < index + len)
- return null;
- // sequence element 0: version number (=1)
- if (length < index + 3 ||
- privateKey[index] !== 0x02 ||
- privateKey[index + 1] !== 0x01 ||
- privateKey[index + 2] !== 0x01) {
- return null;
- }
- index += 3;
- // sequence element 1: octet string, up to 32 bytes
- if (length < index + 2 ||
- privateKey[index] !== 0x04 ||
- privateKey[index + 1] > 0x20 ||
- length < index + 2 + privateKey[index + 1]) {
- return null;
- }
- return privateKey.slice(index + 2, index + 2 + privateKey[index + 1]);
-};
-exports.signatureImportLax = function (signature) {
- var r = Buffer.alloc(32, 0);
- var s = Buffer.alloc(32, 0);
- var length = signature.length;
- var index = 0;
- // sequence tag byte
- if (signature[index++] !== 0x30) {
- return null;
+ if (style) {
+ return '\u001b[' + inspect.colors[style][0] + 'm' + str +
+ '\u001b[' + inspect.colors[style][1] + 'm';
+ } else {
+ return str;
}
- // sequence length byte
- var lenbyte = signature[index++];
- if (lenbyte & 0x80) {
- index += lenbyte - 0x80;
- if (index > length) {
- return null;
+}
+
+
+function stylizeNoColor(str, styleType) {
+ return str;
+}
+
+
+function arrayToHash(array) {
+ var hash = {};
+
+ array.forEach(function(val, idx) {
+ hash[val] = true;
+ });
+
+ return hash;
+}
+
+
+function formatValue(ctx, value, recurseTimes) {
+ // Provide a hook for user-specified inspect functions.
+ // Check that value is an object with an inspect function on it
+ if (ctx.customInspect &&
+ value &&
+ isFunction(value.inspect) &&
+ // Filter out the util module, it's inspect function is special
+ value.inspect !== exports.inspect &&
+ // Also filter out any prototype objects using the circular check.
+ !(value.constructor && value.constructor.prototype === value)) {
+ var ret = value.inspect(recurseTimes, ctx);
+ if (!isString(ret)) {
+ ret = formatValue(ctx, ret, recurseTimes);
}
+ return ret;
}
- // sequence tag byte for r
- if (signature[index++] !== 0x02) {
- return null;
- }
- // length for r
- var rlen = signature[index++];
- if (rlen & 0x80) {
- lenbyte = rlen - 0x80;
- if (index + lenbyte > length) {
- return null;
- }
- for (; lenbyte > 0 && signature[index] === 0x00; index += 1, lenbyte -= 1) {
- ;}
- for (rlen = 0; lenbyte > 0; index += 1, lenbyte -= 1) {
- rlen = (rlen << 8) + signature[index];}
+
+ // Primitive types cannot have properties
+ var primitive = formatPrimitive(ctx, value);
+ if (primitive) {
+ return primitive;
}
- if (rlen > length - index) {
- return null;
+
+ // Look up the keys of the object.
+ var keys = Object.keys(value);
+ var visibleKeys = arrayToHash(keys);
+
+ if (ctx.showHidden) {
+ keys = Object.getOwnPropertyNames(value);
}
- var rindex = index;
- index += rlen;
- // sequence tag byte for s
- if (signature[index++] !== 0x02) {
- return null;
+
+ // IE doesn't make error fields non-enumerable
+ // http://msdn.microsoft.com/en-us/library/ie/dww52sbt(v=vs.94).aspx
+ if (isError(value)
+ && (keys.indexOf('message') >= 0 || keys.indexOf('description') >= 0)) {
+ return formatError(value);
}
- // length for s
- var slen = signature[index++];
- if (slen & 0x80) {
- lenbyte = slen - 0x80;
- if (index + lenbyte > length) {
- return null;
+
+ // Some type of object without properties can be shortcutted.
+ if (keys.length === 0) {
+ if (isFunction(value)) {
+ var name = value.name ? ': ' + value.name : '';
+ return ctx.stylize('[Function' + name + ']', 'special');
+ }
+ if (isRegExp(value)) {
+ return ctx.stylize(RegExp.prototype.toString.call(value), 'regexp');
+ }
+ if (isDate(value)) {
+ return ctx.stylize(Date.prototype.toString.call(value), 'date');
+ }
+ if (isError(value)) {
+ return formatError(value);
}
- for (; lenbyte > 0 && signature[index] === 0x00; index += 1, lenbyte -= 1) {
- ;}
- for (slen = 0; lenbyte > 0; index += 1, lenbyte -= 1) {
- slen = (slen << 8) + signature[index];}
- }
- if (slen > length - index) {
- return null;
}
- var sindex = index;
- index += slen;
- // ignore leading zeros in r
- for (; rlen > 0 && signature[rindex] === 0x00; rlen -= 1, rindex += 1) {
- ;}
- // copy r value
- if (rlen > 32) {
- return null;
+
+ var base = '', array = false, braces = ['{', '}'];
+
+ // Make Array say that they are Array
+ if (isArray(value)) {
+ array = true;
+ braces = ['[', ']'];
}
- var rvalue = signature.slice(rindex, rindex + rlen);
- rvalue.copy(r, 32 - rvalue.length);
- // ignore leading zeros in s
- for (; slen > 0 && signature[sindex] === 0x00; slen -= 1, sindex += 1) {
- ;}
- // copy s value
- if (slen > 32) {
- return null;
+
+ // Make functions say that they are functions
+ if (isFunction(value)) {
+ var n = value.name ? ': ' + value.name : '';
+ base = ' [Function' + n + ']';
}
- var svalue = signature.slice(sindex, sindex + slen);
- svalue.copy(s, 32 - svalue.length);
- return { r: r, s: s };
-};
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
-/***/ }),
-/* 448 */
-/*!**********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/ethjs-util/lib/index.js ***!
- \**********************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ // Make RegExps say that they are RegExps
+ if (isRegExp(value)) {
+ base = ' ' + RegExp.prototype.toString.call(value);
+ }
-"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
+ // Make dates with properties first say the date
+ if (isDate(value)) {
+ base = ' ' + Date.prototype.toUTCString.call(value);
+ }
-var isHexPrefixed = __webpack_require__(/*! is-hex-prefixed */ 449);
-var stripHexPrefix = __webpack_require__(/*! strip-hex-prefix */ 450);
+ // Make error with message first say the error
+ if (isError(value)) {
+ base = ' ' + formatError(value);
+ }
-/**
- * Pads a `String` to have an even length
- * @param {String} value
- * @return {String} output
- */
-function padToEven(value) {
- var a = value; // eslint-disable-line
+ if (keys.length === 0 && (!array || value.length == 0)) {
+ return braces[0] + base + braces[1];
+ }
- if (typeof a !== 'string') {
- throw new Error('[ethjs-util] while padding to even, value must be string, is currently ' + typeof a + ', while padToEven.');
+ if (recurseTimes < 0) {
+ if (isRegExp(value)) {
+ return ctx.stylize(RegExp.prototype.toString.call(value), 'regexp');
+ } else {
+ return ctx.stylize('[Object]', 'special');
+ }
}
- if (a.length % 2) {
- a = '0' + a;
+ ctx.seen.push(value);
+
+ var output;
+ if (array) {
+ output = formatArray(ctx, value, recurseTimes, visibleKeys, keys);
+ } else {
+ output = keys.map(function(key) {
+ return formatProperty(ctx, value, recurseTimes, visibleKeys, key, array);
+ });
}
- return a;
+ ctx.seen.pop();
+
+ return reduceToSingleString(output, base, braces);
}
-/**
- * Converts a `Number` into a hex `String`
- * @param {Number} i
- * @return {String}
- */
-function intToHex(i) {
- var hex = i.toString(16); // eslint-disable-line
- return '0x' + hex;
+function formatPrimitive(ctx, value) {
+ if (isUndefined(value))
+ return ctx.stylize('undefined', 'undefined');
+ if (isString(value)) {
+ var simple = '\'' + JSON.stringify(value).replace(/^"|"$/g, '')
+ .replace(/'/g, "\\'")
+ .replace(/\\"/g, '"') + '\'';
+ return ctx.stylize(simple, 'string');
+ }
+ if (isNumber(value))
+ return ctx.stylize('' + value, 'number');
+ if (isBoolean(value))
+ return ctx.stylize('' + value, 'boolean');
+ // For some reason typeof null is "object", so special case here.
+ if (isNull(value))
+ return ctx.stylize('null', 'null');
}
-/**
- * Converts an `Number` to a `Buffer`
- * @param {Number} i
- * @return {Buffer}
- */
-function intToBuffer(i) {
- var hex = intToHex(i);
- return new Buffer(padToEven(hex.slice(2)), 'hex');
+function formatError(value) {
+ return '[' + Error.prototype.toString.call(value) + ']';
}
-/**
- * Get the binary size of a string
- * @param {String} str
- * @return {Number}
- */
-function getBinarySize(str) {
- if (typeof str !== 'string') {
- throw new Error('[ethjs-util] while getting binary size, method getBinarySize requires input \'str\' to be type String, got \'' + typeof str + '\'.');
- }
- return Buffer.byteLength(str, 'utf8');
+function formatArray(ctx, value, recurseTimes, visibleKeys, keys) {
+ var output = [];
+ for (var i = 0, l = value.length; i < l; ++i) {
+ if (hasOwnProperty(value, String(i))) {
+ output.push(formatProperty(ctx, value, recurseTimes, visibleKeys,
+ String(i), true));
+ } else {
+ output.push('');
+ }
+ }
+ keys.forEach(function(key) {
+ if (!key.match(/^\d+$/)) {
+ output.push(formatProperty(ctx, value, recurseTimes, visibleKeys,
+ key, true));
+ }
+ });
+ return output;
}
-/**
- * Returns TRUE if the first specified array contains all elements
- * from the second one. FALSE otherwise.
- *
- * @param {array} superset
- * @param {array} subset
- *
- * @returns {boolean}
- */
-function arrayContainsArray(superset, subset, some) {
- if (Array.isArray(superset) !== true) {
- throw new Error('[ethjs-util] method arrayContainsArray requires input \'superset\' to be an array got type \'' + typeof superset + '\'');
+
+function formatProperty(ctx, value, recurseTimes, visibleKeys, key, array) {
+ var name, str, desc;
+ desc = Object.getOwnPropertyDescriptor(value, key) || { value: value[key] };
+ if (desc.get) {
+ if (desc.set) {
+ str = ctx.stylize('[Getter/Setter]', 'special');
+ } else {
+ str = ctx.stylize('[Getter]', 'special');
+ }
+ } else {
+ if (desc.set) {
+ str = ctx.stylize('[Setter]', 'special');
+ }
}
- if (Array.isArray(subset) !== true) {
- throw new Error('[ethjs-util] method arrayContainsArray requires input \'subset\' to be an array got type \'' + typeof subset + '\'');
+ if (!hasOwnProperty(visibleKeys, key)) {
+ name = '[' + key + ']';
+ }
+ if (!str) {
+ if (ctx.seen.indexOf(desc.value) < 0) {
+ if (isNull(recurseTimes)) {
+ str = formatValue(ctx, desc.value, null);
+ } else {
+ str = formatValue(ctx, desc.value, recurseTimes - 1);
+ }
+ if (str.indexOf('\n') > -1) {
+ if (array) {
+ str = str.split('\n').map(function(line) {
+ return ' ' + line;
+ }).join('\n').substr(2);
+ } else {
+ str = '\n' + str.split('\n').map(function(line) {
+ return ' ' + line;
+ }).join('\n');
+ }
+ }
+ } else {
+ str = ctx.stylize('[Circular]', 'special');
+ }
+ }
+ if (isUndefined(name)) {
+ if (array && key.match(/^\d+$/)) {
+ return str;
+ }
+ name = JSON.stringify('' + key);
+ if (name.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)) {
+ name = name.substr(1, name.length - 2);
+ name = ctx.stylize(name, 'name');
+ } else {
+ name = name.replace(/'/g, "\\'")
+ .replace(/\\"/g, '"')
+ .replace(/(^"|"$)/g, "'");
+ name = ctx.stylize(name, 'string');
+ }
}
- return subset[Boolean(some) && 'some' || 'every'](function (value) {
- return superset.indexOf(value) >= 0;
- });
+ return name + ': ' + str;
}
-/**
- * Should be called to get utf8 from it's hex representation
- *
- * @method toUtf8
- * @param {String} string in hex
- * @returns {String} ascii string representation of hex value
- */
-function toUtf8(hex) {
- var bufferValue = new Buffer(padToEven(stripHexPrefix(hex).replace(/^0+|0+$/g, '')), 'hex');
-
- return bufferValue.toString('utf8');
-}
-/**
- * Should be called to get ascii from it's hex representation
- *
- * @method toAscii
- * @param {String} string in hex
- * @returns {String} ascii string representation of hex value
- */
-function toAscii(hex) {
- var str = ''; // eslint-disable-line
- var i = 0,
- l = hex.length; // eslint-disable-line
+function reduceToSingleString(output, base, braces) {
+ var numLinesEst = 0;
+ var length = output.reduce(function(prev, cur) {
+ numLinesEst++;
+ if (cur.indexOf('\n') >= 0) numLinesEst++;
+ return prev + cur.replace(/\u001b\[\d\d?m/g, '').length + 1;
+ }, 0);
- if (hex.substring(0, 2) === '0x') {
- i = 2;
+ if (length > 60) {
+ return braces[0] +
+ (base === '' ? '' : base + '\n ') +
+ ' ' +
+ output.join(',\n ') +
+ ' ' +
+ braces[1];
}
- for (; i < l; i += 2) {
- var code = parseInt(hex.substr(i, 2), 16);
- str += String.fromCharCode(code);
- }
+ return braces[0] + base + ' ' + output.join(', ') + ' ' + braces[1];
+}
- return str;
+
+// NOTE: These type checking functions intentionally don't use `instanceof`
+// because it is fragile and can be easily faked with `Object.create()`.
+function isArray(ar) {
+ return Array.isArray(ar);
}
+exports.isArray = isArray;
-/**
- * Should be called to get hex representation (prefixed by 0x) of utf8 string
- *
- * @method fromUtf8
- * @param {String} string
- * @param {Number} optional padding
- * @returns {String} hex representation of input string
- */
-function fromUtf8(stringValue) {
- var str = new Buffer(stringValue, 'utf8');
+function isBoolean(arg) {
+ return typeof arg === 'boolean';
+}
+exports.isBoolean = isBoolean;
- return '0x' + padToEven(str.toString('hex')).replace(/^0+|0+$/g, '');
+function isNull(arg) {
+ return arg === null;
}
+exports.isNull = isNull;
-/**
- * Should be called to get hex representation (prefixed by 0x) of ascii string
- *
- * @method fromAscii
- * @param {String} string
- * @param {Number} optional padding
- * @returns {String} hex representation of input string
- */
-function fromAscii(stringValue) {
- var hex = ''; // eslint-disable-line
- for (var i = 0; i < stringValue.length; i++) {
- // eslint-disable-line
- var code = stringValue.charCodeAt(i);
- var n = code.toString(16);
- hex += n.length < 2 ? '0' + n : n;
- }
+function isNullOrUndefined(arg) {
+ return arg == null;
+}
+exports.isNullOrUndefined = isNullOrUndefined;
- return '0x' + hex;
+function isNumber(arg) {
+ return typeof arg === 'number';
}
+exports.isNumber = isNumber;
-/**
- * getKeys([{a: 1, b: 2}, {a: 3, b: 4}], 'a') => [1, 3]
- *
- * @method getKeys get specific key from inner object array of objects
- * @param {String} params
- * @param {String} key
- * @param {Boolean} allowEmpty
- * @returns {Array} output just a simple array of output keys
- */
-function getKeys(params, key, allowEmpty) {
- if (!Array.isArray(params)) {
- throw new Error('[ethjs-util] method getKeys expecting type Array as \'params\' input, got \'' + typeof params + '\'');
- }
- if (typeof key !== 'string') {
- throw new Error('[ethjs-util] method getKeys expecting type String for input \'key\' got \'' + typeof key + '\'.');
- }
+function isString(arg) {
+ return typeof arg === 'string';
+}
+exports.isString = isString;
- var result = []; // eslint-disable-line
+function isSymbol(arg) {
+ return typeof arg === 'symbol';
+}
+exports.isSymbol = isSymbol;
- for (var i = 0; i < params.length; i++) {
- // eslint-disable-line
- var value = params[i][key]; // eslint-disable-line
- if (allowEmpty && !value) {
- value = '';
- } else if (typeof value !== 'string') {
- throw new Error('invalid abi');
- }
- result.push(value);
- }
+function isUndefined(arg) {
+ return arg === void 0;
+}
+exports.isUndefined = isUndefined;
- return result;
+function isRegExp(re) {
+ return isObject(re) && objectToString(re) === '[object RegExp]';
}
+exports.isRegExp = isRegExp;
-/**
- * Is the string a hex string.
- *
- * @method check if string is hex string of specific length
- * @param {String} value
- * @param {Number} length
- * @returns {Boolean} output the string is a hex string
- */
-function isHexString(value, length) {
- if (typeof value !== 'string' || !value.match(/^0x[0-9A-Fa-f]*$/)) {
- return false;
- }
+function isObject(arg) {
+ return typeof arg === 'object' && arg !== null;
+}
+exports.isObject = isObject;
- if (length && value.length !== 2 + 2 * length) {
- return false;
- }
+function isDate(d) {
+ return isObject(d) && objectToString(d) === '[object Date]';
+}
+exports.isDate = isDate;
- return true;
+function isError(e) {
+ return isObject(e) &&
+ (objectToString(e) === '[object Error]' || e instanceof Error);
}
+exports.isError = isError;
-module.exports = {
- arrayContainsArray: arrayContainsArray,
- intToBuffer: intToBuffer,
- getBinarySize: getBinarySize,
- isHexPrefixed: isHexPrefixed,
- stripHexPrefix: stripHexPrefix,
- padToEven: padToEven,
- intToHex: intToHex,
- fromAscii: fromAscii,
- fromUtf8: fromUtf8,
- toAscii: toAscii,
- toUtf8: toUtf8,
- getKeys: getKeys,
- isHexString: isHexString };
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+function isFunction(arg) {
+ return typeof arg === 'function';
+}
+exports.isFunction = isFunction;
-/***/ }),
-/* 449 */
-/*!***************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/is-hex-prefixed/src/index.js ***!
- \***************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
+function isPrimitive(arg) {
+ return arg === null ||
+ typeof arg === 'boolean' ||
+ typeof arg === 'number' ||
+ typeof arg === 'string' ||
+ typeof arg === 'symbol' || // ES6 symbol
+ typeof arg === 'undefined';
+}
+exports.isPrimitive = isPrimitive;
-/**
- * Returns a `Boolean` on whether or not the a `String` starts with '0x'
- * @param {String} str the string input value
- * @return {Boolean} a boolean if it is or is not hex prefixed
- * @throws if the str input is not a string
- */
-module.exports = function isHexPrefixed(str) {
- if (typeof str !== 'string') {
- throw new Error("[is-hex-prefixed] value must be type 'string', is currently type " + typeof str + ", while checking isHexPrefixed.");
- }
+exports.isBuffer = __webpack_require__(/*! ./support/isBuffer */ 429);
- return str.slice(0, 2) === '0x';
-};
+function objectToString(o) {
+ return Object.prototype.toString.call(o);
+}
-/***/ }),
-/* 450 */
-/*!****************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/strip-hex-prefix/src/index.js ***!
- \****************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-var isHexPrefixed = __webpack_require__(/*! is-hex-prefixed */ 449);
+function pad(n) {
+ return n < 10 ? '0' + n.toString(10) : n.toString(10);
+}
-/**
- * Removes '0x' from a given `String` is present
- * @param {String} str the string value
- * @return {String|Optional} a string by pass if necessary
- */
-module.exports = function stripHexPrefix(str) {
- if (typeof str !== 'string') {
- return str;
- }
- return isHexPrefixed(str) ? str.slice(2) : str;
-};
+var months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep',
+ 'Oct', 'Nov', 'Dec'];
-/***/ }),
-/* 451 */
-/*!************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/rlp/dist.browser/index.js ***!
- \************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+// 26 Feb 16:19:34
+function timestamp() {
+ var d = new Date();
+ var time = [pad(d.getHours()),
+ pad(d.getMinutes()),
+ pad(d.getSeconds())].join(':');
+ return [d.getDate(), months[d.getMonth()], time].join(' ');
+}
-"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
-var __importDefault = this && this.__importDefault || function (mod) {
- return mod && mod.__esModule ? mod : { "default": mod };
+
+// log is just a thin wrapper to console.log that prepends a timestamp
+exports.log = function() {
+ console.log('%s - %s', timestamp(), exports.format.apply(exports, arguments));
};
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.getLength = exports.decode = exports.encode = void 0;
-var bn_js_1 = __importDefault(__webpack_require__(/*! bn.js */ 75));
+
+
/**
- * RLP Encoding based on: https://github.com/ethereum/wiki/wiki/%5BEnglish%5D-RLP
- * This function takes in a data, convert it to buffer if not, and a length for recursion
- * @param input - will be converted to buffer
- * @returns returns buffer of encoded data
- **/
-function encode(input) {
- if (Array.isArray(input)) {
- var output = [];
- for (var i = 0; i < input.length; i++) {
- output.push(encode(input[i]));
- }
- var buf = Buffer.concat(output);
- return Buffer.concat([encodeLength(buf.length, 192), buf]);
- } else
- {
- var inputBuf = toBuffer(input);
- return inputBuf.length === 1 && inputBuf[0] < 128 ?
- inputBuf :
- Buffer.concat([encodeLength(inputBuf.length, 128), inputBuf]);
+ * Inherit the prototype methods from one constructor into another.
+ *
+ * The Function.prototype.inherits from lang.js rewritten as a standalone
+ * function (not on Function.prototype). NOTE: If this file is to be loaded
+ * during bootstrapping this function needs to be rewritten using some native
+ * functions as prototype setup using normal JavaScript does not work as
+ * expected during bootstrapping (see mirror.js in r114903).
+ *
+ * @param {function} ctor Constructor function which needs to inherit the
+ * prototype.
+ * @param {function} superCtor Constructor function to inherit prototype from.
+ */
+exports.inherits = __webpack_require__(/*! inherits */ 127);
+
+exports._extend = function(origin, add) {
+ // Don't do anything if add isn't an object
+ if (!add || !isObject(add)) return origin;
+
+ var keys = Object.keys(add);
+ var i = keys.length;
+ while (i--) {
+ origin[keys[i]] = add[keys[i]];
}
+ return origin;
+};
+
+function hasOwnProperty(obj, prop) {
+ return Object.prototype.hasOwnProperty.call(obj, prop);
}
-exports.encode = encode;
-/**
- * Parse integers. Check if there is no leading zeros
- * @param v The value to parse
- * @param base The base to parse the integer into
- */
-function safeParseInt(v, base) {
- if (v[0] === '0' && v[1] === '0') {
- throw new Error('invalid RLP: extra zeros');
+
+var kCustomPromisifiedSymbol = typeof Symbol !== 'undefined' ? Symbol('util.promisify.custom') : undefined;
+
+exports.promisify = function promisify(original) {
+ if (typeof original !== 'function')
+ throw new TypeError('The "original" argument must be of type Function');
+
+ if (kCustomPromisifiedSymbol && original[kCustomPromisifiedSymbol]) {
+ var fn = original[kCustomPromisifiedSymbol];
+ if (typeof fn !== 'function') {
+ throw new TypeError('The "util.promisify.custom" argument must be of type Function');
+ }
+ Object.defineProperty(fn, kCustomPromisifiedSymbol, {
+ value: fn, enumerable: false, writable: false, configurable: true
+ });
+ return fn;
}
- return parseInt(v, base);
-}
-function encodeLength(len, offset) {
- if (len < 56) {
- return Buffer.from([len + offset]);
- } else
- {
- var hexLength = intToHex(len);
- var lLength = hexLength.length / 2;
- var firstByte = intToHex(offset + 55 + lLength);
- return Buffer.from(firstByte + hexLength, 'hex');
+
+ function fn() {
+ var promiseResolve, promiseReject;
+ var promise = new Promise(function (resolve, reject) {
+ promiseResolve = resolve;
+ promiseReject = reject;
+ });
+
+ var args = [];
+ for (var i = 0; i < arguments.length; i++) {
+ args.push(arguments[i]);
+ }
+ args.push(function (err, value) {
+ if (err) {
+ promiseReject(err);
+ } else {
+ promiseResolve(value);
+ }
+ });
+
+ try {
+ original.apply(this, args);
+ } catch (err) {
+ promiseReject(err);
+ }
+
+ return promise;
}
+
+ Object.setPrototypeOf(fn, Object.getPrototypeOf(original));
+
+ if (kCustomPromisifiedSymbol) Object.defineProperty(fn, kCustomPromisifiedSymbol, {
+ value: fn, enumerable: false, writable: false, configurable: true
+ });
+ return Object.defineProperties(
+ fn,
+ getOwnPropertyDescriptors(original)
+ );
}
-function decode(input, stream) {
- if (stream === void 0) {stream = false;}
- if (!input || input.length === 0) {
- return Buffer.from([]);
- }
- var inputBuffer = toBuffer(input);
- var decoded = _decode(inputBuffer);
- if (stream) {
- return decoded;
- }
- if (decoded.remainder.length !== 0) {
- throw new Error('invalid remainder');
+
+exports.promisify.custom = kCustomPromisifiedSymbol
+
+function callbackifyOnRejected(reason, cb) {
+ // `!reason` guard inspired by bluebird (Ref: https://goo.gl/t5IS6M).
+ // Because `null` is a special error value in callbacks which means "no error
+ // occurred", we error-wrap so the callback consumer can distinguish between
+ // "the promise rejected with null" or "the promise fulfilled with undefined".
+ if (!reason) {
+ var newReason = new Error('Promise was rejected with a falsy value');
+ newReason.reason = reason;
+ reason = newReason;
}
- return decoded.data;
+ return cb(reason);
}
-exports.decode = decode;
-/**
- * Get the length of the RLP input
- * @param input
- * @returns The length of the input or an empty Buffer if no input
- */
-function getLength(input) {
- if (!input || input.length === 0) {
- return Buffer.from([]);
- }
- var inputBuffer = toBuffer(input);
- var firstByte = inputBuffer[0];
- if (firstByte <= 0x7f) {
- return inputBuffer.length;
- } else
- if (firstByte <= 0xb7) {
- return firstByte - 0x7f;
- } else
- if (firstByte <= 0xbf) {
- return firstByte - 0xb6;
- } else
- if (firstByte <= 0xf7) {
- // a list between 0-55 bytes long
- return firstByte - 0xbf;
- } else
- {
- // a list over 55 bytes long
- var llength = firstByte - 0xf6;
- var length_1 = safeParseInt(inputBuffer.slice(1, llength).toString('hex'), 16);
- return llength + length_1;
+
+function callbackify(original) {
+ if (typeof original !== 'function') {
+ throw new TypeError('The "original" argument must be of type Function');
}
-}
-exports.getLength = getLength;
-/** Decode an input with RLP */
-function _decode(input) {
- var length, llength, data, innerRemainder, d;
- var decoded = [];
- var firstByte = input[0];
- if (firstByte <= 0x7f) {
- // a single byte whose value is in the [0x00, 0x7f] range, that byte is its own RLP encoding.
- return {
- data: input.slice(0, 1),
- remainder: input.slice(1) };
- } else
- if (firstByte <= 0xb7) {
- // string is 0-55 bytes long. A single byte with value 0x80 plus the length of the string followed by the string
- // The range of the first byte is [0x80, 0xb7]
- length = firstByte - 0x7f;
- // set 0x80 null to 0
- if (firstByte === 0x80) {
- data = Buffer.from([]);
- } else
- {
- data = input.slice(1, length);
- }
- if (length === 2 && data[0] < 0x80) {
- throw new Error('invalid rlp encoding: byte must be less 0x80');
+ // We DO NOT return the promise as it gives the user a false sense that
+ // the promise is actually somehow related to the callback's execution
+ // and that the callback throwing will reject the promise.
+ function callbackified() {
+ var args = [];
+ for (var i = 0; i < arguments.length; i++) {
+ args.push(arguments[i]);
}
- return {
- data: data,
- remainder: input.slice(length) };
- } else
- if (firstByte <= 0xbf) {
- // string is greater than 55 bytes long. A single byte with the value (0xb7 plus the length of the length),
- // followed by the length, followed by the string
- llength = firstByte - 0xb6;
- if (input.length - 1 < llength) {
- throw new Error('invalid RLP: not enough bytes for string length');
- }
- length = safeParseInt(input.slice(1, llength).toString('hex'), 16);
- if (length <= 55) {
- throw new Error('invalid RLP: expected string length to be greater than 55');
- }
- data = input.slice(llength, length + llength);
- if (data.length < length) {
- throw new Error('invalid RLP: not enough bytes for string');
+ var maybeCb = args.pop();
+ if (typeof maybeCb !== 'function') {
+ throw new TypeError('The last argument must be of type Function');
}
- return {
- data: data,
- remainder: input.slice(length + llength) };
+ var self = this;
+ var cb = function() {
+ return maybeCb.apply(self, arguments);
+ };
+ // In true node style we process the callback on `nextTick` with all the
+ // implications (stack, `uncaughtException`, `async_hooks`)
+ original.apply(this, args)
+ .then(function(ret) { process.nextTick(cb, null, ret) },
+ function(rej) { process.nextTick(callbackifyOnRejected, rej, cb) });
+ }
- } else
- if (firstByte <= 0xf7) {
- // a list between 0-55 bytes long
- length = firstByte - 0xbf;
- innerRemainder = input.slice(1, length);
- while (innerRemainder.length) {
- d = _decode(innerRemainder);
- decoded.push(d.data);
- innerRemainder = d.remainder;
- }
- return {
- data: decoded,
- remainder: input.slice(length) };
+ Object.setPrototypeOf(callbackified, Object.getPrototypeOf(original));
+ Object.defineProperties(callbackified,
+ getOwnPropertyDescriptors(original));
+ return callbackified;
+}
+exports.callbackify = callbackify;
+
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../node-libs-browser/mock/process.js */ 31)))
+
+/***/ }),
+/* 429 */
+/*!******************************************************!*\
+ !*** ./node_modules/util/support/isBufferBrowser.js ***!
+ \******************************************************/
+/*! no static exports found */
+/***/ (function(module, exports) {
+
+module.exports = function isBuffer(arg) {
+ return arg && typeof arg === 'object'
+ && typeof arg.copy === 'function'
+ && typeof arg.fill === 'function'
+ && typeof arg.readUInt8 === 'function';
+}
+
+/***/ }),
+/* 430 */
+/*!******************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/ethereumjs-util/dist/bytes.js ***!
+ \******************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+Object.defineProperty(exports, "__esModule", { value: true });
+exports.baToJSON = exports.addHexPrefix = exports.toUnsigned = exports.fromSigned = exports.bufferToHex = exports.bufferToInt = exports.toBuffer = exports.stripZeros = exports.unpad = exports.setLengthRight = exports.setLength = exports.setLengthLeft = exports.zeros = void 0;
+var ethjsUtil = __webpack_require__(/*! ethjs-util */ 420);
+var BN = __webpack_require__(/*! bn.js */ 70);
+/**
+ * Returns a buffer filled with 0s.
+ * @param bytes the number of bytes the buffer should be
+ */
+exports.zeros = function (bytes) {
+ return Buffer.allocUnsafe(bytes).fill(0);
+};
+/**
+ * Left Pads an `Array` or `Buffer` with leading zeros till it has `length` bytes.
+ * Or it truncates the beginning if it exceeds.
+ * @param msg the value to pad (Buffer|Array)
+ * @param length the number of bytes the output should be
+ * @param right whether to start padding form the left or right
+ * @return (Buffer|Array)
+ */
+exports.setLengthLeft = function (msg, length, right) {
+ if (right === void 0) {right = false;}
+ var buf = exports.zeros(length);
+ msg = exports.toBuffer(msg);
+ if (right) {
+ if (msg.length < length) {
+ msg.copy(buf);
+ return buf;
+ }
+ return msg.slice(0, length);
} else
{
- // a list over 55 bytes long
- llength = firstByte - 0xf6;
- length = safeParseInt(input.slice(1, llength).toString('hex'), 16);
- var totalLength = llength + length;
- if (totalLength > input.length) {
- throw new Error('invalid rlp: total length is larger than the data');
- }
- innerRemainder = input.slice(llength, totalLength);
- if (innerRemainder.length === 0) {
- throw new Error('invalid rlp, List has a invalid length');
- }
- while (innerRemainder.length) {
- d = _decode(innerRemainder);
- decoded.push(d.data);
- innerRemainder = d.remainder;
+ if (msg.length < length) {
+ msg.copy(buf, length - msg.length);
+ return buf;
}
- return {
- data: decoded,
- remainder: input.slice(totalLength) };
-
- }
-}
-/** Check if a string is prefixed by 0x */
-function isHexPrefixed(str) {
- return str.slice(0, 2) === '0x';
-}
-/** Removes 0x from a given String */
-function stripHexPrefix(str) {
- if (typeof str !== 'string') {
- return str;
+ return msg.slice(-length);
}
- return isHexPrefixed(str) ? str.slice(2) : str;
-}
-/** Transform an integer into its hexadecimal value */
-function intToHex(integer) {
- if (integer < 0) {
- throw new Error('Invalid integer as argument, must be unsigned!');
+};
+exports.setLength = exports.setLengthLeft;
+/**
+ * Right Pads an `Array` or `Buffer` with leading zeros till it has `length` bytes.
+ * Or it truncates the beginning if it exceeds.
+ * @param msg the value to pad (Buffer|Array)
+ * @param length the number of bytes the output should be
+ * @return (Buffer|Array)
+ */
+exports.setLengthRight = function (msg, length) {
+ return exports.setLength(msg, length, true);
+};
+/**
+ * Trims leading zeros from a `Buffer` or an `Array`.
+ * @param a (Buffer|Array|String)
+ * @return (Buffer|Array|String)
+ */
+exports.unpad = function (a) {
+ a = ethjsUtil.stripHexPrefix(a);
+ var first = a[0];
+ while (a.length > 0 && first.toString() === '0') {
+ a = a.slice(1);
+ first = a[0];
}
- var hex = integer.toString(16);
- return hex.length % 2 ? "0" + hex : hex;
-}
-/** Pad a string to be even */
-function padToEven(a) {
- return a.length % 2 ? "0" + a : a;
-}
-/** Transform an integer into a Buffer */
-function intToBuffer(integer) {
- var hex = intToHex(integer);
- return Buffer.from(hex, 'hex');
-}
-/** Transform anything into a Buffer */
-function toBuffer(v) {
+ return a;
+};
+exports.stripZeros = exports.unpad;
+/**
+ * Attempts to turn a value into a `Buffer`. As input it supports `Buffer`, `String`, `Number`, null/undefined, `BN` and other objects with a `toArray()` method.
+ * @param v the value
+ */
+exports.toBuffer = function (v) {
if (!Buffer.isBuffer(v)) {
+ if (Array.isArray(v)) {
+ v = Buffer.from(v);
+ } else
if (typeof v === 'string') {
- if (isHexPrefixed(v)) {
- return Buffer.from(padToEven(stripHexPrefix(v)), 'hex');
+ if (ethjsUtil.isHexString(v)) {
+ v = Buffer.from(ethjsUtil.padToEven(ethjsUtil.stripHexPrefix(v)), 'hex');
} else
{
- return Buffer.from(v);
+ throw new Error("Cannot convert string to buffer. toBuffer only supports 0x-prefixed hex strings and this string was given: " + v);
}
} else
- if (typeof v === 'number' || typeof v === 'bigint') {
- if (!v) {
- return Buffer.from([]);
- } else
- {
- return intToBuffer(v);
- }
+ if (typeof v === 'number') {
+ v = ethjsUtil.intToBuffer(v);
} else
if (v === null || v === undefined) {
- return Buffer.from([]);
+ v = Buffer.allocUnsafe(0);
} else
- if (v instanceof Uint8Array) {
- return Buffer.from(v);
+ if (BN.isBN(v)) {
+ v = v.toArrayLike(Buffer);
} else
- if (bn_js_1.default.isBN(v)) {
+ if (v.toArray) {
// converts a BN to a Buffer
- return Buffer.from(v.toArray());
+ v = Buffer.from(v.toArray());
} else
{
throw new Error('invalid type');
}
}
return v;
-}
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
-
-/***/ }),
-/* 452 */
-/*!********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/ethereumjs-util/dist/constants.js ***!
- \********************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.KECCAK256_RLP = exports.KECCAK256_RLP_S = exports.KECCAK256_RLP_ARRAY = exports.KECCAK256_RLP_ARRAY_S = exports.KECCAK256_NULL = exports.KECCAK256_NULL_S = exports.TWO_POW256 = exports.MAX_INTEGER = void 0;
-var BN = __webpack_require__(/*! bn.js */ 75);
+};
/**
- * The max integer that this VM can handle
- */
-exports.MAX_INTEGER = new BN('ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff', 16);
+ * Converts a `Buffer` to a `Number`.
+ * @param buf `Buffer` object to convert
+ * @throws If the input number exceeds 53 bits.
+ */
+exports.bufferToInt = function (buf) {
+ return new BN(exports.toBuffer(buf)).toNumber();
+};
/**
- * 2^256
- */
-exports.TWO_POW256 = new BN('10000000000000000000000000000000000000000000000000000000000000000', 16);
+ * Converts a `Buffer` into a `0x`-prefixed hex `String`.
+ * @param buf `Buffer` object to convert
+ */
+exports.bufferToHex = function (buf) {
+ buf = exports.toBuffer(buf);
+ return '0x' + buf.toString('hex');
+};
/**
- * Keccak-256 hash of null
- */
-exports.KECCAK256_NULL_S = 'c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470';
+ * Interprets a `Buffer` as a signed integer and returns a `BN`. Assumes 256-bit numbers.
+ * @param num Signed integer value
+ */
+exports.fromSigned = function (num) {
+ return new BN(num).fromTwos(256);
+};
/**
- * Keccak-256 hash of null
- */
-exports.KECCAK256_NULL = Buffer.from(exports.KECCAK256_NULL_S, 'hex');
+ * Converts a `BN` to an unsigned integer and returns it as a `Buffer`. Assumes 256-bit numbers.
+ * @param num
+ */
+exports.toUnsigned = function (num) {
+ return Buffer.from(num.toTwos(256).toArray());
+};
/**
- * Keccak-256 of an RLP of an empty array
- */
-exports.KECCAK256_RLP_ARRAY_S = '1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347';
-/**
- * Keccak-256 of an RLP of an empty array
- */
-exports.KECCAK256_RLP_ARRAY = Buffer.from(exports.KECCAK256_RLP_ARRAY_S, 'hex');
-/**
- * Keccak-256 hash of the RLP of null
- */
-exports.KECCAK256_RLP_S = '56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421';
+ * Adds "0x" to a given `String` if it does not already start with "0x".
+ */
+exports.addHexPrefix = function (str) {
+ if (typeof str !== 'string') {
+ return str;
+ }
+ return ethjsUtil.isHexPrefixed(str) ? str : '0x' + str;
+};
/**
- * Keccak-256 hash of the RLP of null
- */
-exports.KECCAK256_RLP = Buffer.from(exports.KECCAK256_RLP_S, 'hex');
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+ * Converts a `Buffer` or `Array` to JSON.
+ * @param ba (Buffer|Array)
+ * @return (Array|String|null)
+ */
+exports.baToJSON = function (ba) {
+ if (Buffer.isBuffer(ba)) {
+ return "0x" + ba.toString('hex');
+ } else
+ if (ba instanceof Array) {
+ var array = [];
+ for (var i = 0; i < ba.length; i++) {
+ array.push(exports.baToJSON(ba[i]));
+ }
+ return array;
+ }
+};
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
/***/ }),
-/* 453 */
-/*!******************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/ethereumjs-util/dist/account.js ***!
- \******************************************************************************************/
+/* 431 */
+/*!*****************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/ethereumjs-util/dist/hash.js ***!
+ \*****************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
/* WEBPACK VAR INJECTION */(function(Buffer) {
Object.defineProperty(exports, "__esModule", { value: true });
-exports.importPublic = exports.privateToPublic = exports.privateToAddress = exports.publicToAddress = exports.pubToAddress = exports.isValidPublic = exports.isValidPrivate = exports.isPrecompiled = exports.generateAddress2 = exports.generateAddress = exports.isValidChecksumAddress = exports.toChecksumAddress = exports.isZeroAddress = exports.isValidAddress = exports.zeroAddress = void 0;
-var assert = __webpack_require__(/*! assert */ 454);
-var ethjsUtil = __webpack_require__(/*! ethjs-util */ 448);
-var secp256k1 = __webpack_require__(/*! ./secp256k1v3-adapter */ 440);
-var BN = __webpack_require__(/*! bn.js */ 75);
-var bytes_1 = __webpack_require__(/*! ./bytes */ 458);
-var hash_1 = __webpack_require__(/*! ./hash */ 459);
-/**
- * Returns a zero address.
- */
-exports.zeroAddress = function () {
- var addressLength = 20;
- var addr = bytes_1.zeros(addressLength);
- return bytes_1.bufferToHex(addr);
-};
-/**
- * Checks if the address is a valid. Accepts checksummed addresses too.
- */
-exports.isValidAddress = function (address) {
- return /^0x[0-9a-fA-F]{40}$/.test(address);
-};
-/**
- * Checks if a given address is a zero address.
- */
-exports.isZeroAddress = function (address) {
- var zeroAddr = exports.zeroAddress();
- return zeroAddr === bytes_1.addHexPrefix(address);
-};
-/**
- * Returns a checksummed address.
- *
- * If a eip1191ChainId is provided, the chainId will be included in the checksum calculation. This
- * has the effect of checksummed addresses for one chain having invalid checksums for others.
- * For more details, consult EIP-1191.
- *
- * WARNING: Checksums with and without the chainId will differ. As of 2019-06-26, the most commonly
- * used variation in Ethereum was without the chainId. This may change in the future.
- */
-exports.toChecksumAddress = function (address, eip1191ChainId) {
- address = ethjsUtil.stripHexPrefix(address).toLowerCase();
- var prefix = eip1191ChainId !== undefined ? eip1191ChainId.toString() + '0x' : '';
- var hash = hash_1.keccak(prefix + address).toString('hex');
- var ret = '0x';
- for (var i = 0; i < address.length; i++) {
- if (parseInt(hash[i], 16) >= 8) {
- ret += address[i].toUpperCase();
- } else
- {
- ret += address[i];
- }
- }
- return ret;
-};
-/**
- * Checks if the address is a valid checksummed address.
- *
- * See toChecksumAddress' documentation for details about the eip1191ChainId parameter.
- */
-exports.isValidChecksumAddress = function (address, eip1191ChainId) {
- return exports.isValidAddress(address) && exports.toChecksumAddress(address, eip1191ChainId) === address;
-};
+exports.rlphash = exports.ripemd160 = exports.sha256 = exports.keccak256 = exports.keccak = void 0;
+var _a = __webpack_require__(/*! ethereum-cryptography/keccak */ 432),keccak224 = _a.keccak224,keccak384 = _a.keccak384,k256 = _a.keccak256,keccak512 = _a.keccak512;
+var createHash = __webpack_require__(/*! create-hash */ 341);
+var ethjsUtil = __webpack_require__(/*! ethjs-util */ 420);
+var rlp = __webpack_require__(/*! rlp */ 423);
+var bytes_1 = __webpack_require__(/*! ./bytes */ 430);
/**
- * Generates an address of a newly created contract.
- * @param from The address which is creating this new address
- * @param nonce The nonce of the from account
- */
-exports.generateAddress = function (from, nonce) {
- from = bytes_1.toBuffer(from);
- var nonceBN = new BN(nonce);
- if (nonceBN.isZero()) {
- // in RLP we want to encode null in the case of zero nonce
- // read the RLP documentation for an answer if you dare
- return hash_1.rlphash([from, null]).slice(-20);
+ * Creates Keccak hash of the input
+ * @param a The input data (Buffer|Array|String|Number) If the string is a 0x-prefixed hex value
+ * it's interpreted as hexadecimal, otherwise as utf8.
+ * @param bits The Keccak width
+ */
+exports.keccak = function (a, bits) {
+ if (bits === void 0) {bits = 256;}
+ if (typeof a === 'string' && !ethjsUtil.isHexString(a)) {
+ a = Buffer.from(a, 'utf8');
+ } else
+ {
+ a = bytes_1.toBuffer(a);
}
- // Only take the lower 160bits of the hash
- return hash_1.rlphash([from, Buffer.from(nonceBN.toArray())]).slice(-20);
-};
-/**
- * Generates an address for a contract created using CREATE2.
- * @param from The address which is creating this new address
- * @param salt A salt
- * @param initCode The init code of the contract being created
- */
-exports.generateAddress2 = function (from, salt, initCode) {
- var fromBuf = bytes_1.toBuffer(from);
- var saltBuf = bytes_1.toBuffer(salt);
- var initCodeBuf = bytes_1.toBuffer(initCode);
- assert(fromBuf.length === 20);
- assert(saltBuf.length === 32);
- var address = hash_1.keccak256(Buffer.concat([Buffer.from('ff', 'hex'), fromBuf, saltBuf, hash_1.keccak256(initCodeBuf)]));
- return address.slice(-20);
-};
-/**
- * Returns true if the supplied address belongs to a precompiled account (Byzantium).
- */
-exports.isPrecompiled = function (address) {
- var a = bytes_1.unpad(address);
- return a.length === 1 && a[0] >= 1 && a[0] <= 8;
+ if (!bits)
+ bits = 256;
+ switch (bits) {
+ case 224:{
+ return keccak224(a);
+ }
+ case 256:{
+ return k256(a);
+ }
+ case 384:{
+ return keccak384(a);
+ }
+ case 512:{
+ return keccak512(a);
+ }
+ default:{
+ throw new Error("Invald algorithm: keccak" + bits);
+ }}
+
};
/**
- * Checks if the private key satisfies the rules of the curve secp256k1.
+ * Creates Keccak-256 hash of the input, alias for keccak(a, 256).
+ * @param a The input data (Buffer|Array|String|Number)
*/
-exports.isValidPrivate = function (privateKey) {
- return secp256k1.privateKeyVerify(privateKey);
+exports.keccak256 = function (a) {
+ return exports.keccak(a);
};
/**
- * Checks if the public key satisfies the rules of the curve secp256k1
- * and the requirements of Ethereum.
- * @param publicKey The two points of an uncompressed key, unless sanitize is enabled
- * @param sanitize Accept public keys in other formats
+ * Creates SHA256 hash of the input.
+ * @param a The input data (Buffer|Array|String|Number)
*/
-exports.isValidPublic = function (publicKey, sanitize) {
- if (sanitize === void 0) {sanitize = false;}
- if (publicKey.length === 64) {
- // Convert to SEC1 for secp256k1
- return secp256k1.publicKeyVerify(Buffer.concat([Buffer.from([4]), publicKey]));
- }
- if (!sanitize) {
- return false;
- }
- return secp256k1.publicKeyVerify(publicKey);
+exports.sha256 = function (a) {
+ a = bytes_1.toBuffer(a);
+ return createHash('sha256').
+ update(a).
+ digest();
};
/**
- * Returns the ethereum address of a given public key.
- * Accepts "Ethereum public keys" and SEC1 encoded keys.
- * @param pubKey The two points of an uncompressed key, unless sanitize is enabled
- * @param sanitize Accept public keys in other formats
+ * Creates RIPEMD160 hash of the input.
+ * @param a The input data (Buffer|Array|String|Number)
+ * @param padded Whether it should be padded to 256 bits or not
*/
-exports.pubToAddress = function (pubKey, sanitize) {
- if (sanitize === void 0) {sanitize = false;}
- pubKey = bytes_1.toBuffer(pubKey);
- if (sanitize && pubKey.length !== 64) {
- pubKey = secp256k1.publicKeyConvert(pubKey, false).slice(1);
+exports.ripemd160 = function (a, padded) {
+ a = bytes_1.toBuffer(a);
+ var hash = createHash('rmd160').
+ update(a).
+ digest();
+ if (padded === true) {
+ return bytes_1.setLength(hash, 32);
+ } else
+ {
+ return hash;
}
- assert(pubKey.length === 64);
- // Only take the lower 160bits of the hash
- return hash_1.keccak(pubKey).slice(-20);
-};
-exports.publicToAddress = exports.pubToAddress;
-/**
- * Returns the ethereum address of a given private key.
- * @param privateKey A private key must be 256 bits wide
- */
-exports.privateToAddress = function (privateKey) {
- return exports.publicToAddress(exports.privateToPublic(privateKey));
-};
-/**
- * Returns the ethereum public key of a given private key.
- * @param privateKey A private key must be 256 bits wide
- */
-exports.privateToPublic = function (privateKey) {
- privateKey = bytes_1.toBuffer(privateKey);
- // skip the type flag and use the X, Y points
- return secp256k1.publicKeyCreate(privateKey, false).slice(1);
};
/**
- * Converts a public key to the Ethereum format.
+ * Creates SHA-3 hash of the RLP encoded version of the input.
+ * @param a The input data
*/
-exports.importPublic = function (publicKey) {
- publicKey = bytes_1.toBuffer(publicKey);
- if (publicKey.length !== 64) {
- publicKey = secp256k1.publicKeyConvert(publicKey, false).slice(1);
- }
- return publicKey;
+exports.rlphash = function (a) {
+ return exports.keccak(rlp.encode(a));
};
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
/***/ }),
-/* 454 */
-/*!***************************************!*\
- !*** ./node_modules/assert/assert.js ***!
- \***************************************/
+/* 432 */
+/*!********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/ethereum-cryptography/keccak.js ***!
+ \********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-/* WEBPACK VAR INJECTION */(function(global) {
-
-var objectAssign = __webpack_require__(/*! object-assign */ 455);
-// compare and isBuffer taken from https://github.com/feross/buffer/blob/680e9e5e488f22aac27599a57dc844a6315928dd/index.js
-// original notice:
+Object.defineProperty(exports, "__esModule", { value: true });
+var hash_utils_1 = __webpack_require__(/*! ./hash-utils */ 433);
+var createKeccakHash = __webpack_require__(/*! keccak */ 434);
+exports.keccak224 = hash_utils_1.createHashFunction(function () {
+ return createKeccakHash("keccak224");
+});
+exports.keccak256 = hash_utils_1.createHashFunction(function () {
+ return createKeccakHash("keccak256");
+});
+exports.keccak384 = hash_utils_1.createHashFunction(function () {
+ return createKeccakHash("keccak384");
+});
+exports.keccak512 = hash_utils_1.createHashFunction(function () {
+ return createKeccakHash("keccak512");
+});
-/*!
- * The buffer module from node.js, for the browser.
- *
- * @author Feross Aboukhadijeh
- * @license MIT
- */
-function compare(a, b) {
- if (a === b) {
- return 0;
- }
+/***/ }),
+/* 433 */
+/*!************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/ethereum-cryptography/hash-utils.js ***!
+ \************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- var x = a.length;
- var y = b.length;
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+Object.defineProperty(exports, "__esModule", { value: true });
+function createHashFunction(hashConstructor) {
+ return function (msg) {
+ var hash = hashConstructor();
+ hash.update(msg);
+ return Buffer.from(hash.digest());
+ };
+}
+exports.createHashFunction = createHashFunction;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
- for (var i = 0, len = Math.min(x, y); i < len; ++i) {
- if (a[i] !== b[i]) {
- x = a[i];
- y = b[i];
- break;
- }
- }
+/***/ }),
+/* 434 */
+/*!*************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/keccak/js.js ***!
+ \*************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- if (x < y) {
- return -1;
- }
- if (y < x) {
- return 1;
- }
- return 0;
-}
-function isBuffer(b) {
- if (global.Buffer && typeof global.Buffer.isBuffer === 'function') {
- return global.Buffer.isBuffer(b);
- }
- return !!(b != null && b._isBuffer);
-}
+module.exports = __webpack_require__(/*! ./lib/api */ 435)(__webpack_require__(/*! ./lib/keccak */ 438));
-// based on node assert, original notice:
-// NB: The URL to the CommonJS spec is kept just for tradition.
-// node-assert has evolved a lot since then, both in API and behavior.
+/***/ }),
+/* 435 */
+/*!************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/keccak/lib/api/index.js ***!
+ \************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
-// http://wiki.commonjs.org/wiki/Unit_Testing/1.0
-//
-// THIS IS NOT TESTED NOR LIKELY TO WORK OUTSIDE V8!
-//
-// Originally from narwhal.js (http://narwhaljs.org)
-// Copyright (c) 2009 Thomas Robinson <280north.com>
-//
-// Permission is hereby granted, free of charge, to any person obtaining a copy
-// of this software and associated documentation files (the 'Software'), to
-// deal in the Software without restriction, including without limitation the
-// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
-// sell copies of the Software, and to permit persons to whom the Software is
-// furnished to do so, subject to the following conditions:
-//
-// The above copyright notice and this permission notice shall be included in
-// all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-// AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
-// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+var createKeccak = __webpack_require__(/*! ./keccak */ 436);
+var createShake = __webpack_require__(/*! ./shake */ 437);
-var util = __webpack_require__(/*! util/ */ 456);
-var hasOwn = Object.prototype.hasOwnProperty;
-var pSlice = Array.prototype.slice;
-var functionsHaveNames = (function () {
- return function foo() {}.name === 'foo';
-}());
-function pToString (obj) {
- return Object.prototype.toString.call(obj);
-}
-function isView(arrbuf) {
- if (isBuffer(arrbuf)) {
- return false;
- }
- if (typeof global.ArrayBuffer !== 'function') {
- return false;
- }
- if (typeof ArrayBuffer.isView === 'function') {
- return ArrayBuffer.isView(arrbuf);
- }
- if (!arrbuf) {
- return false;
- }
- if (arrbuf instanceof DataView) {
- return true;
- }
- if (arrbuf.buffer && arrbuf.buffer instanceof ArrayBuffer) {
- return true;
- }
- return false;
-}
-// 1. The assert module provides functions that throw
-// AssertionError's when particular conditions are not met. The
-// assert module must conform to the following interface.
+module.exports = function (KeccakState) {
+ var Keccak = createKeccak(KeccakState);
+ var Shake = createShake(KeccakState);
-var assert = module.exports = ok;
+ return function (algorithm, options) {
+ var hash = typeof algorithm === 'string' ? algorithm.toLowerCase() : algorithm;
+ switch (hash) {
+ case 'keccak224':return new Keccak(1152, 448, null, 224, options);
+ case 'keccak256':return new Keccak(1088, 512, null, 256, options);
+ case 'keccak384':return new Keccak(832, 768, null, 384, options);
+ case 'keccak512':return new Keccak(576, 1024, null, 512, options);
-// 2. The AssertionError is defined in assert.
-// new assert.AssertionError({ message: message,
-// actual: actual,
-// expected: expected })
+ case 'sha3-224':return new Keccak(1152, 448, 0x06, 224, options);
+ case 'sha3-256':return new Keccak(1088, 512, 0x06, 256, options);
+ case 'sha3-384':return new Keccak(832, 768, 0x06, 384, options);
+ case 'sha3-512':return new Keccak(576, 1024, 0x06, 512, options);
-var regex = /\s*function\s+([^\(\s]*)\s*/;
-// based on https://github.com/ljharb/function.prototype.name/blob/adeeeec8bfcc6068b187d7d9fb3d5bb1d3a30899/implementation.js
-function getName(func) {
- if (!util.isFunction(func)) {
- return;
- }
- if (functionsHaveNames) {
- return func.name;
- }
- var str = func.toString();
- var match = str.match(regex);
- return match && match[1];
-}
-assert.AssertionError = function AssertionError(options) {
- this.name = 'AssertionError';
- this.actual = options.actual;
- this.expected = options.expected;
- this.operator = options.operator;
- if (options.message) {
- this.message = options.message;
- this.generatedMessage = false;
- } else {
- this.message = getMessage(this);
- this.generatedMessage = true;
- }
- var stackStartFunction = options.stackStartFunction || fail;
- if (Error.captureStackTrace) {
- Error.captureStackTrace(this, stackStartFunction);
- } else {
- // non v8 browsers so we can have a stacktrace
- var err = new Error();
- if (err.stack) {
- var out = err.stack;
+ case 'shake128':return new Shake(1344, 256, 0x1f, options);
+ case 'shake256':return new Shake(1088, 512, 0x1f, options);
- // try to strip useless frames
- var fn_name = getName(stackStartFunction);
- var idx = out.indexOf('\n' + fn_name);
- if (idx >= 0) {
- // once we have located the function frame
- // we need to strip out everything before it (and its line)
- var next_line = out.indexOf('\n', idx + 1);
- out = out.substring(next_line + 1);
- }
+ default:throw new Error('Invald algorithm: ' + algorithm);}
- this.stack = out;
- }
- }
+ };
};
-// assert.AssertionError instanceof Error
-util.inherits(assert.AssertionError, Error);
-
-function truncate(s, n) {
- if (typeof s === 'string') {
- return s.length < n ? s : s.slice(0, n);
- } else {
- return s;
- }
-}
-function inspect(something) {
- if (functionsHaveNames || !util.isFunction(something)) {
- return util.inspect(something);
- }
- var rawname = getName(something);
- var name = rawname ? ': ' + rawname : '';
- return '[Function' + name + ']';
-}
-function getMessage(self) {
- return truncate(inspect(self.actual), 128) + ' ' +
- self.operator + ' ' +
- truncate(inspect(self.expected), 128);
-}
+/***/ }),
+/* 436 */
+/*!*************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/keccak/lib/api/keccak.js ***!
+ \*************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
-// At present only the three keys mentioned above are used and
-// understood by the spec. Implementations or sub modules can pass
-// other keys to the AssertionError's constructor - they will be
-// ignored.
+/* WEBPACK VAR INJECTION */(function(Buffer) {function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var _require = __webpack_require__(/*! readable-stream */ 345),Transform = _require.Transform;
-// 3. All of the following functions must throw an AssertionError
-// when a corresponding condition is not met, with a message that
-// may be undefined if not provided. All assertion methods provide
-// both the actual and expected values to the assertion error for
-// display purposes.
+module.exports = function (KeccakState) {return /*#__PURE__*/function (_Transform) {"use strict";_inherits(Keccak, _Transform);var _super = _createSuper(Keccak);
+ function Keccak(rate, capacity, delimitedSuffix, hashBitLength, options) {var _this;_classCallCheck(this, Keccak);
+ _this = _super.call(this, options);
-function fail(actual, expected, message, operator, stackStartFunction) {
- throw new assert.AssertionError({
- message: message,
- actual: actual,
- expected: expected,
- operator: operator,
- stackStartFunction: stackStartFunction
- });
-}
+ _this._rate = rate;
+ _this._capacity = capacity;
+ _this._delimitedSuffix = delimitedSuffix;
+ _this._hashBitLength = hashBitLength;
+ _this._options = options;
-// EXTENSION! allows for well behaved errors defined elsewhere.
-assert.fail = fail;
-
-// 4. Pure assertion tests whether a value is truthy, as determined
-// by !!guard.
-// assert.ok(guard, message_opt);
-// This statement is equivalent to assert.equal(true, !!guard,
-// message_opt);. To test strictly for the value true, use
-// assert.strictEqual(true, guard, message_opt);.
-
-function ok(value, message) {
- if (!value) fail(value, true, message, '==', assert.ok);
-}
-assert.ok = ok;
-
-// 5. The equality assertion tests shallow, coercive equality with
-// ==.
-// assert.equal(actual, expected, message_opt);
-
-assert.equal = function equal(actual, expected, message) {
- if (actual != expected) fail(actual, expected, message, '==', assert.equal);
-};
-
-// 6. The non-equality assertion tests for whether two objects are not equal
-// with != assert.notEqual(actual, expected, message_opt);
+ _this._state = new KeccakState();
+ _this._state.initialize(rate, capacity);
+ _this._finalized = false;return _this;
+ }_createClass(Keccak, [{ key: "_transform", value: function _transform(
-assert.notEqual = function notEqual(actual, expected, message) {
- if (actual == expected) {
- fail(actual, expected, message, '!=', assert.notEqual);
- }
-};
+ chunk, encoding, callback) {
+ var error = null;
+ try {
+ this.update(chunk, encoding);
+ } catch (err) {
+ error = err;
+ }
-// 7. The equivalence assertion tests a deep equality relation.
-// assert.deepEqual(actual, expected, message_opt);
+ callback(error);
+ } }, { key: "_flush", value: function _flush(
-assert.deepEqual = function deepEqual(actual, expected, message) {
- if (!_deepEqual(actual, expected, false)) {
- fail(actual, expected, message, 'deepEqual', assert.deepEqual);
- }
-};
+ callback) {
+ var error = null;
+ try {
+ this.push(this.digest());
+ } catch (err) {
+ error = err;
+ }
-assert.deepStrictEqual = function deepStrictEqual(actual, expected, message) {
- if (!_deepEqual(actual, expected, true)) {
- fail(actual, expected, message, 'deepStrictEqual', assert.deepStrictEqual);
- }
-};
+ callback(error);
+ } }, { key: "update", value: function update(
-function _deepEqual(actual, expected, strict, memos) {
- // 7.1. All identical values are equivalent, as determined by ===.
- if (actual === expected) {
- return true;
- } else if (isBuffer(actual) && isBuffer(expected)) {
- return compare(actual, expected) === 0;
+ data, encoding) {
+ if (!Buffer.isBuffer(data) && typeof data !== 'string') throw new TypeError('Data must be a string or a buffer');
+ if (this._finalized) throw new Error('Digest already called');
+ if (!Buffer.isBuffer(data)) data = Buffer.from(data, encoding);
- // 7.2. If the expected value is a Date object, the actual value is
- // equivalent if it is also a Date object that refers to the same time.
- } else if (util.isDate(actual) && util.isDate(expected)) {
- return actual.getTime() === expected.getTime();
+ this._state.absorb(data);
- // 7.3 If the expected value is a RegExp object, the actual value is
- // equivalent if it is also a RegExp object with the same source and
- // properties (`global`, `multiline`, `lastIndex`, `ignoreCase`).
- } else if (util.isRegExp(actual) && util.isRegExp(expected)) {
- return actual.source === expected.source &&
- actual.global === expected.global &&
- actual.multiline === expected.multiline &&
- actual.lastIndex === expected.lastIndex &&
- actual.ignoreCase === expected.ignoreCase;
+ return this;
+ } }, { key: "digest", value: function digest(
- // 7.4. Other pairs that do not both pass typeof value == 'object',
- // equivalence is determined by ==.
- } else if ((actual === null || typeof actual !== 'object') &&
- (expected === null || typeof expected !== 'object')) {
- return strict ? actual === expected : actual == expected;
+ encoding) {
+ if (this._finalized) throw new Error('Digest already called');
+ this._finalized = true;
- // If both values are instances of typed arrays, wrap their underlying
- // ArrayBuffers in a Buffer each to increase performance
- // This optimization requires the arrays to have the same type as checked by
- // Object.prototype.toString (aka pToString). Never perform binary
- // comparisons for Float*Arrays, though, since e.g. +0 === -0 but their
- // bit patterns are not identical.
- } else if (isView(actual) && isView(expected) &&
- pToString(actual) === pToString(expected) &&
- !(actual instanceof Float32Array ||
- actual instanceof Float64Array)) {
- return compare(new Uint8Array(actual.buffer),
- new Uint8Array(expected.buffer)) === 0;
+ if (this._delimitedSuffix) this._state.absorbLastFewBits(this._delimitedSuffix);
+ var digest = this._state.squeeze(this._hashBitLength / 8);
+ if (encoding !== undefined) digest = digest.toString(encoding);
- // 7.5 For all other Object pairs, including Array objects, equivalence is
- // determined by having the same number of owned properties (as verified
- // with Object.prototype.hasOwnProperty.call), the same set of keys
- // (although not necessarily the same order), equivalent values for every
- // corresponding key, and an identical 'prototype' property. Note: this
- // accounts for both named and indexed properties on Arrays.
- } else if (isBuffer(actual) !== isBuffer(expected)) {
- return false;
- } else {
- memos = memos || {actual: [], expected: []};
+ this._resetState();
- var actualIndex = memos.actual.indexOf(actual);
- if (actualIndex !== -1) {
- if (actualIndex === memos.expected.indexOf(expected)) {
- return true;
+ return digest;
}
- }
-
- memos.actual.push(actual);
- memos.expected.push(expected);
- return objEquiv(actual, expected, strict, memos);
- }
-}
+ // remove result from memory
+ }, { key: "_resetState", value: function _resetState() {
+ this._state.initialize(this._rate, this._capacity);
+ return this;
+ }
-function isArguments(object) {
- return Object.prototype.toString.call(object) == '[object Arguments]';
-}
+ // because sometimes we need hash right now and little later
+ }, { key: "_clone", value: function _clone() {
+ var clone = new Keccak(this._rate, this._capacity, this._delimitedSuffix, this._hashBitLength, this._options);
+ this._state.copy(clone._state);
+ clone._finalized = this._finalized;
-function objEquiv(a, b, strict, actualVisitedObjects) {
- if (a === null || a === undefined || b === null || b === undefined)
- return false;
- // if one is a primitive, the other must be same
- if (util.isPrimitive(a) || util.isPrimitive(b))
- return a === b;
- if (strict && Object.getPrototypeOf(a) !== Object.getPrototypeOf(b))
- return false;
- var aIsArgs = isArguments(a);
- var bIsArgs = isArguments(b);
- if ((aIsArgs && !bIsArgs) || (!aIsArgs && bIsArgs))
- return false;
- if (aIsArgs) {
- a = pSlice.call(a);
- b = pSlice.call(b);
- return _deepEqual(a, b, strict);
- }
- var ka = objectKeys(a);
- var kb = objectKeys(b);
- var key, i;
- // having the same number of owned properties (keys incorporates
- // hasOwnProperty)
- if (ka.length !== kb.length)
- return false;
- //the same set of keys (although not necessarily the same order),
- ka.sort();
- kb.sort();
- //~~~cheap key test
- for (i = ka.length - 1; i >= 0; i--) {
- if (ka[i] !== kb[i])
- return false;
- }
- //equivalent values for every corresponding key, and
- //~~~possibly expensive deep test
- for (i = ka.length - 1; i >= 0; i--) {
- key = ka[i];
- if (!_deepEqual(a[key], b[key], strict, actualVisitedObjects))
- return false;
- }
- return true;
-}
+ return clone;
+ } }]);return Keccak;}(Transform);};
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
-// 8. The non-equivalence assertion tests for any deep inequality.
-// assert.notDeepEqual(actual, expected, message_opt);
+/***/ }),
+/* 437 */
+/*!************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/keccak/lib/api/shake.js ***!
+ \************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
-assert.notDeepEqual = function notDeepEqual(actual, expected, message) {
- if (_deepEqual(actual, expected, false)) {
- fail(actual, expected, message, 'notDeepEqual', assert.notDeepEqual);
- }
-};
+/* WEBPACK VAR INJECTION */(function(Buffer) {function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var _require = __webpack_require__(/*! readable-stream */ 345),Transform = _require.Transform;
-assert.notDeepStrictEqual = notDeepStrictEqual;
-function notDeepStrictEqual(actual, expected, message) {
- if (_deepEqual(actual, expected, true)) {
- fail(actual, expected, message, 'notDeepStrictEqual', notDeepStrictEqual);
- }
-}
+module.exports = function (KeccakState) {return /*#__PURE__*/function (_Transform) {"use strict";_inherits(Shake, _Transform);var _super = _createSuper(Shake);
+ function Shake(rate, capacity, delimitedSuffix, options) {var _this;_classCallCheck(this, Shake);
+ _this = _super.call(this, options);
+ _this._rate = rate;
+ _this._capacity = capacity;
+ _this._delimitedSuffix = delimitedSuffix;
+ _this._options = options;
-// 9. The strict equality assertion tests strict equality, as determined by ===.
-// assert.strictEqual(actual, expected, message_opt);
+ _this._state = new KeccakState();
+ _this._state.initialize(rate, capacity);
+ _this._finalized = false;return _this;
+ }_createClass(Shake, [{ key: "_transform", value: function _transform(
-assert.strictEqual = function strictEqual(actual, expected, message) {
- if (actual !== expected) {
- fail(actual, expected, message, '===', assert.strictEqual);
- }
-};
+ chunk, encoding, callback) {
+ var error = null;
+ try {
+ this.update(chunk, encoding);
+ } catch (err) {
+ error = err;
+ }
-// 10. The strict non-equality assertion tests for strict inequality, as
-// determined by !==. assert.notStrictEqual(actual, expected, message_opt);
+ callback(error);
+ } }, { key: "_flush", value: function _flush()
-assert.notStrictEqual = function notStrictEqual(actual, expected, message) {
- if (actual === expected) {
- fail(actual, expected, message, '!==', assert.notStrictEqual);
- }
-};
+ {} }, { key: "_read", value: function _read(
-function expectedException(actual, expected) {
- if (!actual || !expected) {
- return false;
- }
+ size) {
+ this.push(this.squeeze(size));
+ } }, { key: "update", value: function update(
- if (Object.prototype.toString.call(expected) == '[object RegExp]') {
- return expected.test(actual);
- }
+ data, encoding) {
+ if (!Buffer.isBuffer(data) && typeof data !== 'string') throw new TypeError('Data must be a string or a buffer');
+ if (this._finalized) throw new Error('Squeeze already called');
+ if (!Buffer.isBuffer(data)) data = Buffer.from(data, encoding);
- try {
- if (actual instanceof expected) {
- return true;
- }
- } catch (e) {
- // Ignore. The instanceof check doesn't work for arrow functions.
- }
+ this._state.absorb(data);
- if (Error.isPrototypeOf(expected)) {
- return false;
- }
+ return this;
+ } }, { key: "squeeze", value: function squeeze(
- return expected.call({}, actual) === true;
-}
+ dataByteLength, encoding) {
+ if (!this._finalized) {
+ this._finalized = true;
+ this._state.absorbLastFewBits(this._delimitedSuffix);
+ }
-function _tryBlock(block) {
- var error;
- try {
- block();
- } catch (e) {
- error = e;
- }
- return error;
-}
+ var data = this._state.squeeze(dataByteLength);
+ if (encoding !== undefined) data = data.toString(encoding);
-function _throws(shouldThrow, block, expected, message) {
- var actual;
+ return data;
+ } }, { key: "_resetState", value: function _resetState()
- if (typeof block !== 'function') {
- throw new TypeError('"block" argument must be a function');
- }
+ {
+ this._state.initialize(this._rate, this._capacity);
+ return this;
+ } }, { key: "_clone", value: function _clone()
- if (typeof expected === 'string') {
- message = expected;
- expected = null;
- }
+ {
+ var clone = new Shake(this._rate, this._capacity, this._delimitedSuffix, this._options);
+ this._state.copy(clone._state);
+ clone._finalized = this._finalized;
- actual = _tryBlock(block);
+ return clone;
+ } }]);return Shake;}(Transform);};
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
- message = (expected && expected.name ? ' (' + expected.name + ').' : '.') +
- (message ? ' ' + message : '.');
+/***/ }),
+/* 438 */
+/*!*********************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/keccak/lib/keccak.js ***!
+ \*********************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- if (shouldThrow && !actual) {
- fail(actual, expected, 'Missing expected exception' + message);
- }
+/* WEBPACK VAR INJECTION */(function(Buffer) {var keccakState = __webpack_require__(/*! ./keccak-state-unroll */ 439);
- var userProvidedMessage = typeof message === 'string';
- var isUnwantedException = !shouldThrow && util.isError(actual);
- var isUnexpectedException = !shouldThrow && actual && !expected;
+function Keccak() {
+ // much faster than `new Array(50)`
+ this.state = [
+ 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0];
- if ((isUnwantedException &&
- userProvidedMessage &&
- expectedException(actual, expected)) ||
- isUnexpectedException) {
- fail(actual, expected, 'Got unwanted exception' + message);
- }
- if ((shouldThrow && actual && expected &&
- !expectedException(actual, expected)) || (!shouldThrow && actual)) {
- throw actual;
- }
+ this.blockSize = null;
+ this.count = 0;
+ this.squeezing = false;
}
-// 11. Expected to throw an error:
-// assert.throws(block, Error_opt, message_opt);
-
-assert.throws = function(block, /*optional*/error, /*optional*/message) {
- _throws(true, block, error, message);
+Keccak.prototype.initialize = function (rate, capacity) {
+ for (var i = 0; i < 50; ++i) {this.state[i] = 0;}
+ this.blockSize = rate / 8;
+ this.count = 0;
+ this.squeezing = false;
};
-// EXTENSION! This is annoying to write outside this module.
-assert.doesNotThrow = function(block, /*optional*/error, /*optional*/message) {
- _throws(false, block, error, message);
+Keccak.prototype.absorb = function (data) {
+ for (var i = 0; i < data.length; ++i) {
+ this.state[~~(this.count / 4)] ^= data[i] << 8 * (this.count % 4);
+ this.count += 1;
+ if (this.count === this.blockSize) {
+ keccakState.p1600(this.state);
+ this.count = 0;
+ }
+ }
};
-assert.ifError = function(err) { if (err) throw err; };
+Keccak.prototype.absorbLastFewBits = function (bits) {
+ this.state[~~(this.count / 4)] ^= bits << 8 * (this.count % 4);
+ if ((bits & 0x80) !== 0 && this.count === this.blockSize - 1) keccakState.p1600(this.state);
+ this.state[~~((this.blockSize - 1) / 4)] ^= 0x80 << 8 * ((this.blockSize - 1) % 4);
+ keccakState.p1600(this.state);
+ this.count = 0;
+ this.squeezing = true;
+};
-// Expose a strict only variant of assert
-function strict(value, message) {
- if (!value) fail(value, true, message, '==', strict);
-}
-assert.strict = objectAssign(strict, assert, {
- equal: assert.strictEqual,
- deepEqual: assert.deepStrictEqual,
- notEqual: assert.notStrictEqual,
- notDeepEqual: assert.notDeepStrictEqual
-});
-assert.strict.strict = assert.strict;
+Keccak.prototype.squeeze = function (length) {
+ if (!this.squeezing) this.absorbLastFewBits(0x01);
-var objectKeys = Object.keys || function (obj) {
- var keys = [];
- for (var key in obj) {
- if (hasOwn.call(obj, key)) keys.push(key);
+ var output = Buffer.alloc(length);
+ for (var i = 0; i < length; ++i) {
+ output[i] = this.state[~~(this.count / 4)] >>> 8 * (this.count % 4) & 0xff;
+ this.count += 1;
+ if (this.count === this.blockSize) {
+ keccakState.p1600(this.state);
+ this.count = 0;
+ }
}
- return keys;
+
+ return output;
+};
+
+Keccak.prototype.copy = function (dest) {
+ for (var i = 0; i < 50; ++i) {dest.state[i] = this.state[i];}
+ dest.blockSize = this.blockSize;
+ dest.count = this.count;
+ dest.squeezing = this.squeezing;
};
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../webpack/buildin/global.js */ 42)))
+module.exports = Keccak;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
/***/ }),
-/* 455 */
-/*!*********************************************!*\
- !*** ./node_modules/object-assign/index.js ***!
- \*********************************************/
+/* 439 */
+/*!**********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/keccak/lib/keccak-state-unroll.js ***!
+ \**********************************************************************/
/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+/***/ (function(module, exports) {
-"use strict";
-/*
-object-assign
-(c) Sindre Sorhus
-@license MIT
-*/
+var P1600_ROUND_CONSTANTS = [1, 0, 32898, 0, 32906, 2147483648, 2147516416, 2147483648, 32907, 0, 2147483649, 0, 2147516545, 2147483648, 32777, 2147483648, 138, 0, 136, 0, 2147516425, 0, 2147483658, 0, 2147516555, 0, 139, 2147483648, 32905, 2147483648, 32771, 2147483648, 32770, 2147483648, 128, 2147483648, 32778, 0, 2147483658, 2147483648, 2147516545, 2147483648, 32896, 2147483648, 2147483649, 0, 2147516424, 2147483648];
+exports.p1600 = function (s) {
+ for (var round = 0; round < 24; ++round) {
+ // theta
+ var lo0 = s[0] ^ s[10] ^ s[20] ^ s[30] ^ s[40];
+ var hi0 = s[1] ^ s[11] ^ s[21] ^ s[31] ^ s[41];
+ var lo1 = s[2] ^ s[12] ^ s[22] ^ s[32] ^ s[42];
+ var hi1 = s[3] ^ s[13] ^ s[23] ^ s[33] ^ s[43];
+ var lo2 = s[4] ^ s[14] ^ s[24] ^ s[34] ^ s[44];
+ var hi2 = s[5] ^ s[15] ^ s[25] ^ s[35] ^ s[45];
+ var lo3 = s[6] ^ s[16] ^ s[26] ^ s[36] ^ s[46];
+ var hi3 = s[7] ^ s[17] ^ s[27] ^ s[37] ^ s[47];
+ var lo4 = s[8] ^ s[18] ^ s[28] ^ s[38] ^ s[48];
+ var hi4 = s[9] ^ s[19] ^ s[29] ^ s[39] ^ s[49];
-/* eslint-disable no-unused-vars */
-var getOwnPropertySymbols = Object.getOwnPropertySymbols;
-var hasOwnProperty = Object.prototype.hasOwnProperty;
-var propIsEnumerable = Object.prototype.propertyIsEnumerable;
+ var lo = lo4 ^ (lo1 << 1 | hi1 >>> 31);
+ var hi = hi4 ^ (hi1 << 1 | lo1 >>> 31);
+ var t1slo0 = s[0] ^ lo;
+ var t1shi0 = s[1] ^ hi;
+ var t1slo5 = s[10] ^ lo;
+ var t1shi5 = s[11] ^ hi;
+ var t1slo10 = s[20] ^ lo;
+ var t1shi10 = s[21] ^ hi;
+ var t1slo15 = s[30] ^ lo;
+ var t1shi15 = s[31] ^ hi;
+ var t1slo20 = s[40] ^ lo;
+ var t1shi20 = s[41] ^ hi;
+ lo = lo0 ^ (lo2 << 1 | hi2 >>> 31);
+ hi = hi0 ^ (hi2 << 1 | lo2 >>> 31);
+ var t1slo1 = s[2] ^ lo;
+ var t1shi1 = s[3] ^ hi;
+ var t1slo6 = s[12] ^ lo;
+ var t1shi6 = s[13] ^ hi;
+ var t1slo11 = s[22] ^ lo;
+ var t1shi11 = s[23] ^ hi;
+ var t1slo16 = s[32] ^ lo;
+ var t1shi16 = s[33] ^ hi;
+ var t1slo21 = s[42] ^ lo;
+ var t1shi21 = s[43] ^ hi;
+ lo = lo1 ^ (lo3 << 1 | hi3 >>> 31);
+ hi = hi1 ^ (hi3 << 1 | lo3 >>> 31);
+ var t1slo2 = s[4] ^ lo;
+ var t1shi2 = s[5] ^ hi;
+ var t1slo7 = s[14] ^ lo;
+ var t1shi7 = s[15] ^ hi;
+ var t1slo12 = s[24] ^ lo;
+ var t1shi12 = s[25] ^ hi;
+ var t1slo17 = s[34] ^ lo;
+ var t1shi17 = s[35] ^ hi;
+ var t1slo22 = s[44] ^ lo;
+ var t1shi22 = s[45] ^ hi;
+ lo = lo2 ^ (lo4 << 1 | hi4 >>> 31);
+ hi = hi2 ^ (hi4 << 1 | lo4 >>> 31);
+ var t1slo3 = s[6] ^ lo;
+ var t1shi3 = s[7] ^ hi;
+ var t1slo8 = s[16] ^ lo;
+ var t1shi8 = s[17] ^ hi;
+ var t1slo13 = s[26] ^ lo;
+ var t1shi13 = s[27] ^ hi;
+ var t1slo18 = s[36] ^ lo;
+ var t1shi18 = s[37] ^ hi;
+ var t1slo23 = s[46] ^ lo;
+ var t1shi23 = s[47] ^ hi;
+ lo = lo3 ^ (lo0 << 1 | hi0 >>> 31);
+ hi = hi3 ^ (hi0 << 1 | lo0 >>> 31);
+ var t1slo4 = s[8] ^ lo;
+ var t1shi4 = s[9] ^ hi;
+ var t1slo9 = s[18] ^ lo;
+ var t1shi9 = s[19] ^ hi;
+ var t1slo14 = s[28] ^ lo;
+ var t1shi14 = s[29] ^ hi;
+ var t1slo19 = s[38] ^ lo;
+ var t1shi19 = s[39] ^ hi;
+ var t1slo24 = s[48] ^ lo;
+ var t1shi24 = s[49] ^ hi;
-function toObject(val) {
- if (val === null || val === undefined) {
- throw new TypeError('Object.assign cannot be called with null or undefined');
- }
-
- return Object(val);
-}
-
-function shouldUseNative() {
- try {
- if (!Object.assign) {
- return false;
- }
-
- // Detect buggy property enumeration order in older V8 versions.
-
- // https://bugs.chromium.org/p/v8/issues/detail?id=4118
- var test1 = new String('abc'); // eslint-disable-line no-new-wrappers
- test1[5] = 'de';
- if (Object.getOwnPropertyNames(test1)[0] === '5') {
- return false;
- }
-
- // https://bugs.chromium.org/p/v8/issues/detail?id=3056
- var test2 = {};
- for (var i = 0; i < 10; i++) {
- test2['_' + String.fromCharCode(i)] = i;
- }
- var order2 = Object.getOwnPropertyNames(test2).map(function (n) {
- return test2[n];
- });
- if (order2.join('') !== '0123456789') {
- return false;
- }
-
- // https://bugs.chromium.org/p/v8/issues/detail?id=3056
- var test3 = {};
- 'abcdefghijklmnopqrst'.split('').forEach(function (letter) {
- test3[letter] = letter;
- });
- if (Object.keys(Object.assign({}, test3)).join('') !==
- 'abcdefghijklmnopqrst') {
- return false;
- }
-
- return true;
- } catch (err) {
- // We don't expect any of the above to throw, but better to be safe.
- return false;
- }
-}
+ // rho & pi
+ var t2slo0 = t1slo0;
+ var t2shi0 = t1shi0;
+ var t2slo16 = t1shi5 << 4 | t1slo5 >>> 28;
+ var t2shi16 = t1slo5 << 4 | t1shi5 >>> 28;
+ var t2slo7 = t1slo10 << 3 | t1shi10 >>> 29;
+ var t2shi7 = t1shi10 << 3 | t1slo10 >>> 29;
+ var t2slo23 = t1shi15 << 9 | t1slo15 >>> 23;
+ var t2shi23 = t1slo15 << 9 | t1shi15 >>> 23;
+ var t2slo14 = t1slo20 << 18 | t1shi20 >>> 14;
+ var t2shi14 = t1shi20 << 18 | t1slo20 >>> 14;
+ var t2slo10 = t1slo1 << 1 | t1shi1 >>> 31;
+ var t2shi10 = t1shi1 << 1 | t1slo1 >>> 31;
+ var t2slo1 = t1shi6 << 12 | t1slo6 >>> 20;
+ var t2shi1 = t1slo6 << 12 | t1shi6 >>> 20;
+ var t2slo17 = t1slo11 << 10 | t1shi11 >>> 22;
+ var t2shi17 = t1shi11 << 10 | t1slo11 >>> 22;
+ var t2slo8 = t1shi16 << 13 | t1slo16 >>> 19;
+ var t2shi8 = t1slo16 << 13 | t1shi16 >>> 19;
+ var t2slo24 = t1slo21 << 2 | t1shi21 >>> 30;
+ var t2shi24 = t1shi21 << 2 | t1slo21 >>> 30;
+ var t2slo20 = t1shi2 << 30 | t1slo2 >>> 2;
+ var t2shi20 = t1slo2 << 30 | t1shi2 >>> 2;
+ var t2slo11 = t1slo7 << 6 | t1shi7 >>> 26;
+ var t2shi11 = t1shi7 << 6 | t1slo7 >>> 26;
+ var t2slo2 = t1shi12 << 11 | t1slo12 >>> 21;
+ var t2shi2 = t1slo12 << 11 | t1shi12 >>> 21;
+ var t2slo18 = t1slo17 << 15 | t1shi17 >>> 17;
+ var t2shi18 = t1shi17 << 15 | t1slo17 >>> 17;
+ var t2slo9 = t1shi22 << 29 | t1slo22 >>> 3;
+ var t2shi9 = t1slo22 << 29 | t1shi22 >>> 3;
+ var t2slo5 = t1slo3 << 28 | t1shi3 >>> 4;
+ var t2shi5 = t1shi3 << 28 | t1slo3 >>> 4;
+ var t2slo21 = t1shi8 << 23 | t1slo8 >>> 9;
+ var t2shi21 = t1slo8 << 23 | t1shi8 >>> 9;
+ var t2slo12 = t1slo13 << 25 | t1shi13 >>> 7;
+ var t2shi12 = t1shi13 << 25 | t1slo13 >>> 7;
+ var t2slo3 = t1slo18 << 21 | t1shi18 >>> 11;
+ var t2shi3 = t1shi18 << 21 | t1slo18 >>> 11;
+ var t2slo19 = t1shi23 << 24 | t1slo23 >>> 8;
+ var t2shi19 = t1slo23 << 24 | t1shi23 >>> 8;
+ var t2slo15 = t1slo4 << 27 | t1shi4 >>> 5;
+ var t2shi15 = t1shi4 << 27 | t1slo4 >>> 5;
+ var t2slo6 = t1slo9 << 20 | t1shi9 >>> 12;
+ var t2shi6 = t1shi9 << 20 | t1slo9 >>> 12;
+ var t2slo22 = t1shi14 << 7 | t1slo14 >>> 25;
+ var t2shi22 = t1slo14 << 7 | t1shi14 >>> 25;
+ var t2slo13 = t1slo19 << 8 | t1shi19 >>> 24;
+ var t2shi13 = t1shi19 << 8 | t1slo19 >>> 24;
+ var t2slo4 = t1slo24 << 14 | t1shi24 >>> 18;
+ var t2shi4 = t1shi24 << 14 | t1slo24 >>> 18;
-module.exports = shouldUseNative() ? Object.assign : function (target, source) {
- var from;
- var to = toObject(target);
- var symbols;
+ // chi
+ s[0] = t2slo0 ^ ~t2slo1 & t2slo2;
+ s[1] = t2shi0 ^ ~t2shi1 & t2shi2;
+ s[10] = t2slo5 ^ ~t2slo6 & t2slo7;
+ s[11] = t2shi5 ^ ~t2shi6 & t2shi7;
+ s[20] = t2slo10 ^ ~t2slo11 & t2slo12;
+ s[21] = t2shi10 ^ ~t2shi11 & t2shi12;
+ s[30] = t2slo15 ^ ~t2slo16 & t2slo17;
+ s[31] = t2shi15 ^ ~t2shi16 & t2shi17;
+ s[40] = t2slo20 ^ ~t2slo21 & t2slo22;
+ s[41] = t2shi20 ^ ~t2shi21 & t2shi22;
+ s[2] = t2slo1 ^ ~t2slo2 & t2slo3;
+ s[3] = t2shi1 ^ ~t2shi2 & t2shi3;
+ s[12] = t2slo6 ^ ~t2slo7 & t2slo8;
+ s[13] = t2shi6 ^ ~t2shi7 & t2shi8;
+ s[22] = t2slo11 ^ ~t2slo12 & t2slo13;
+ s[23] = t2shi11 ^ ~t2shi12 & t2shi13;
+ s[32] = t2slo16 ^ ~t2slo17 & t2slo18;
+ s[33] = t2shi16 ^ ~t2shi17 & t2shi18;
+ s[42] = t2slo21 ^ ~t2slo22 & t2slo23;
+ s[43] = t2shi21 ^ ~t2shi22 & t2shi23;
+ s[4] = t2slo2 ^ ~t2slo3 & t2slo4;
+ s[5] = t2shi2 ^ ~t2shi3 & t2shi4;
+ s[14] = t2slo7 ^ ~t2slo8 & t2slo9;
+ s[15] = t2shi7 ^ ~t2shi8 & t2shi9;
+ s[24] = t2slo12 ^ ~t2slo13 & t2slo14;
+ s[25] = t2shi12 ^ ~t2shi13 & t2shi14;
+ s[34] = t2slo17 ^ ~t2slo18 & t2slo19;
+ s[35] = t2shi17 ^ ~t2shi18 & t2shi19;
+ s[44] = t2slo22 ^ ~t2slo23 & t2slo24;
+ s[45] = t2shi22 ^ ~t2shi23 & t2shi24;
+ s[6] = t2slo3 ^ ~t2slo4 & t2slo0;
+ s[7] = t2shi3 ^ ~t2shi4 & t2shi0;
+ s[16] = t2slo8 ^ ~t2slo9 & t2slo5;
+ s[17] = t2shi8 ^ ~t2shi9 & t2shi5;
+ s[26] = t2slo13 ^ ~t2slo14 & t2slo10;
+ s[27] = t2shi13 ^ ~t2shi14 & t2shi10;
+ s[36] = t2slo18 ^ ~t2slo19 & t2slo15;
+ s[37] = t2shi18 ^ ~t2shi19 & t2shi15;
+ s[46] = t2slo23 ^ ~t2slo24 & t2slo20;
+ s[47] = t2shi23 ^ ~t2shi24 & t2shi20;
+ s[8] = t2slo4 ^ ~t2slo0 & t2slo1;
+ s[9] = t2shi4 ^ ~t2shi0 & t2shi1;
+ s[18] = t2slo9 ^ ~t2slo5 & t2slo6;
+ s[19] = t2shi9 ^ ~t2shi5 & t2shi6;
+ s[28] = t2slo14 ^ ~t2slo10 & t2slo11;
+ s[29] = t2shi14 ^ ~t2shi10 & t2shi11;
+ s[38] = t2slo19 ^ ~t2slo15 & t2slo16;
+ s[39] = t2shi19 ^ ~t2shi15 & t2shi16;
+ s[48] = t2slo24 ^ ~t2slo20 & t2slo21;
+ s[49] = t2shi24 ^ ~t2shi20 & t2shi21;
- for (var s = 1; s < arguments.length; s++) {
- from = Object(arguments[s]);
+ // iota
+ s[0] ^= P1600_ROUND_CONSTANTS[round * 2];
+ s[1] ^= P1600_ROUND_CONSTANTS[round * 2 + 1];
+ }
+};
- for (var key in from) {
- if (hasOwnProperty.call(from, key)) {
- to[key] = from[key];
- }
- }
+/***/ }),
+/* 440 */
+/*!**********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/ethereumjs-util/dist/signature.js ***!
+ \**********************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- if (getOwnPropertySymbols) {
- symbols = getOwnPropertySymbols(from);
- for (var i = 0; i < symbols.length; i++) {
- if (propIsEnumerable.call(from, symbols[i])) {
- to[symbols[i]] = from[symbols[i]];
- }
- }
- }
- }
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+Object.defineProperty(exports, "__esModule", { value: true });
+exports.hashPersonalMessage = exports.isValidSignature = exports.fromRpcSig = exports.toRpcSig = exports.ecrecover = exports.ecsign = void 0;
+var secp256k1 = __webpack_require__(/*! ./secp256k1v3-adapter */ 412);
+var BN = __webpack_require__(/*! bn.js */ 70);
+var bytes_1 = __webpack_require__(/*! ./bytes */ 430);
+var hash_1 = __webpack_require__(/*! ./hash */ 431);
+/**
+ * Returns the ECDSA signature of a message hash.
+ */
+exports.ecsign = function (msgHash, privateKey, chainId) {
+ var sig = secp256k1.sign(msgHash, privateKey);
+ var recovery = sig.recovery;
+ var ret = {
+ r: sig.signature.slice(0, 32),
+ s: sig.signature.slice(32, 64),
+ v: chainId ? recovery + (chainId * 2 + 35) : recovery + 27 };
- return to;
+ return ret;
+};
+/**
+ * ECDSA public key recovery from signature.
+ * @returns Recovered public key
+ */
+exports.ecrecover = function (msgHash, v, r, s, chainId) {
+ var signature = Buffer.concat([bytes_1.setLength(r, 32), bytes_1.setLength(s, 32)], 64);
+ var recovery = calculateSigRecovery(v, chainId);
+ if (!isValidSigRecovery(recovery)) {
+ throw new Error('Invalid signature v value');
+ }
+ var senderPubKey = secp256k1.recover(msgHash, signature, recovery);
+ return secp256k1.publicKeyConvert(senderPubKey, false).slice(1);
+};
+/**
+ * Convert signature parameters into the format of `eth_sign` RPC method.
+ * @returns Signature
+ */
+exports.toRpcSig = function (v, r, s, chainId) {
+ var recovery = calculateSigRecovery(v, chainId);
+ if (!isValidSigRecovery(recovery)) {
+ throw new Error('Invalid signature v value');
+ }
+ // geth (and the RPC eth_sign method) uses the 65 byte format used by Bitcoin
+ return bytes_1.bufferToHex(Buffer.concat([bytes_1.setLengthLeft(r, 32), bytes_1.setLengthLeft(s, 32), bytes_1.toBuffer(v)]));
};
+/**
+ * Convert signature format of the `eth_sign` RPC method to signature parameters
+ * NOTE: all because of a bug in geth: https://github.com/ethereum/go-ethereum/issues/2053
+ */
+exports.fromRpcSig = function (sig) {
+ var buf = bytes_1.toBuffer(sig);
+ // NOTE: with potential introduction of chainId this might need to be updated
+ if (buf.length !== 65) {
+ throw new Error('Invalid signature length');
+ }
+ var v = buf[64];
+ // support both versions of `eth_sign` responses
+ if (v < 27) {
+ v += 27;
+ }
+ return {
+ v: v,
+ r: buf.slice(0, 32),
+ s: buf.slice(32, 64) };
+};
+/**
+ * Validate a ECDSA signature.
+ * @param homesteadOrLater Indicates whether this is being used on either the homestead hardfork or a later one
+ */
+exports.isValidSignature = function (v, r, s, homesteadOrLater, chainId) {
+ if (homesteadOrLater === void 0) {homesteadOrLater = true;}
+ var SECP256K1_N_DIV_2 = new BN('7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0', 16);
+ var SECP256K1_N = new BN('fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141', 16);
+ if (r.length !== 32 || s.length !== 32) {
+ return false;
+ }
+ if (!isValidSigRecovery(calculateSigRecovery(v, chainId))) {
+ return false;
+ }
+ var rBN = new BN(r);
+ var sBN = new BN(s);
+ if (rBN.isZero() || rBN.gt(SECP256K1_N) || sBN.isZero() || sBN.gt(SECP256K1_N)) {
+ return false;
+ }
+ if (homesteadOrLater && sBN.cmp(SECP256K1_N_DIV_2) === 1) {
+ return false;
+ }
+ return true;
+};
+/**
+ * Returns the keccak-256 hash of `message`, prefixed with the header used by the `eth_sign` RPC call.
+ * The output of this function can be fed into `ecsign` to produce the same signature as the `eth_sign`
+ * call for a given `message`, or fed to `ecrecover` along with a signature to recover the public key
+ * used to produce the signature.
+ */
+exports.hashPersonalMessage = function (message) {
+ var prefix = Buffer.from("\x19Ethereum Signed Message:\n" + message.length.toString(), 'utf-8');
+ return hash_1.keccak(Buffer.concat([prefix, message]));
+};
+function calculateSigRecovery(v, chainId) {
+ return chainId ? v - (2 * chainId + 35) : v - 27;
+}
+function isValidSigRecovery(recovery) {
+ return recovery === 0 || recovery === 1;
+}
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
/***/ }),
-/* 456 */
-/*!***********************************!*\
- !*** ./node_modules/util/util.js ***!
- \***********************************/
+/* 441 */
+/*!*******************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/ethereumjs-util/dist/object.js ***!
+ \*******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-/* WEBPACK VAR INJECTION */(function(process) {// Copyright Joyent, Inc. and other Node contributors.
-//
-// Permission is hereby granted, free of charge, to any person obtaining a
-// copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to permit
-// persons to whom the Software is furnished to do so, subject to the
-// following conditions:
-//
-// The above copyright notice and this permission notice shall be included
-// in all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-// USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-var getOwnPropertyDescriptors = Object.getOwnPropertyDescriptors ||
- function getOwnPropertyDescriptors(obj) {
- var keys = Object.keys(obj);
- var descriptors = {};
- for (var i = 0; i < keys.length; i++) {
- descriptors[keys[i]] = Object.getOwnPropertyDescriptor(obj, keys[i]);
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+Object.defineProperty(exports, "__esModule", { value: true });
+exports.defineProperties = void 0;
+var assert = __webpack_require__(/*! assert */ 426);
+var ethjsUtil = __webpack_require__(/*! ethjs-util */ 420);
+var rlp = __webpack_require__(/*! rlp */ 423);
+var bytes_1 = __webpack_require__(/*! ./bytes */ 430);
+/**
+ * Defines properties on a `Object`. It make the assumption that underlying data is binary.
+ * @param self the `Object` to define properties on
+ * @param fields an array fields to define. Fields can contain:
+ * * `name` - the name of the properties
+ * * `length` - the number of bytes the field can have
+ * * `allowLess` - if the field can be less than the length
+ * * `allowEmpty`
+ * @param data data to be validated against the definitions
+ * @deprecated
+ */
+exports.defineProperties = function (self, fields, data) {
+ self.raw = [];
+ self._fields = [];
+ // attach the `toJSON`
+ self.toJSON = function (label) {
+ if (label === void 0) {label = false;}
+ if (label) {
+ var obj_1 = {};
+ self._fields.forEach(function (field) {
+ obj_1[field] = "0x" + self[field].toString('hex');
+ });
+ return obj_1;
}
- return descriptors;
+ return bytes_1.baToJSON(self.raw);
};
+ self.serialize = function serialize() {
+ return rlp.encode(self.raw);
+ };
+ fields.forEach(function (field, i) {
+ self._fields.push(field.name);
+ function getter() {
+ return self.raw[i];
+ }
+ function setter(v) {
+ v = bytes_1.toBuffer(v);
+ if (v.toString('hex') === '00' && !field.allowZero) {
+ v = Buffer.allocUnsafe(0);
+ }
+ if (field.allowLess && field.length) {
+ v = bytes_1.stripZeros(v);
+ assert(field.length >= v.length, "The field " + field.name + " must not have more " + field.length + " bytes");
+ } else
+ if (!(field.allowZero && v.length === 0) && field.length) {
+ assert(field.length === v.length, "The field " + field.name + " must have byte length of " + field.length);
+ }
+ self.raw[i] = v;
+ }
+ Object.defineProperty(self, field.name, {
+ enumerable: true,
+ configurable: true,
+ get: getter,
+ set: setter });
-var formatRegExp = /%[sdj%]/g;
-exports.format = function(f) {
- if (!isString(f)) {
- var objects = [];
- for (var i = 0; i < arguments.length; i++) {
- objects.push(inspect(arguments[i]));
+ if (field.default) {
+ self[field.name] = field.default;
}
- return objects.join(' ');
- }
+ // attach alias
+ if (field.alias) {
+ Object.defineProperty(self, field.alias, {
+ enumerable: false,
+ configurable: true,
+ set: setter,
+ get: getter });
- var i = 1;
- var args = arguments;
- var len = args.length;
- var str = String(f).replace(formatRegExp, function(x) {
- if (x === '%%') return '%';
- if (i >= len) return x;
- switch (x) {
- case '%s': return String(args[i++]);
- case '%d': return Number(args[i++]);
- case '%j':
- try {
- return JSON.stringify(args[i++]);
- } catch (_) {
- return '[Circular]';
- }
- default:
- return x;
}
});
- for (var x = args[i]; i < len; x = args[++i]) {
- if (isNull(x) || !isObject(x)) {
- str += ' ' + x;
- } else {
- str += ' ' + inspect(x);
+ // if the constuctor is passed data
+ if (data) {
+ if (typeof data === 'string') {
+ data = Buffer.from(ethjsUtil.stripHexPrefix(data), 'hex');
}
- }
- return str;
-};
-
-
-// Mark that a method should not be used.
-// Returns a modified function which warns once by default.
-// If --no-deprecation is set, then it is a no-op.
-exports.deprecate = function(fn, msg) {
- if (typeof process !== 'undefined' && process.noDeprecation === true) {
- return fn;
- }
-
- // Allow for deprecating things in the process of starting up.
- if (typeof process === 'undefined') {
- return function() {
- return exports.deprecate(fn, msg).apply(this, arguments);
- };
- }
-
- var warned = false;
- function deprecated() {
- if (!warned) {
- if (process.throwDeprecation) {
- throw new Error(msg);
- } else if (process.traceDeprecation) {
- console.trace(msg);
- } else {
- console.error(msg);
+ if (Buffer.isBuffer(data)) {
+ data = rlp.decode(data);
+ }
+ if (Array.isArray(data)) {
+ if (data.length > self._fields.length) {
+ throw new Error('wrong number of fields in data');
}
- warned = true;
+ // make sure all the items are buffers
+ data.forEach(function (d, i) {
+ self[self._fields[i]] = bytes_1.toBuffer(d);
+ });
+ } else
+ if (typeof data === 'object') {
+ var keys_1 = Object.keys(data);
+ fields.forEach(function (field) {
+ if (keys_1.indexOf(field.name) !== -1)
+ self[field.name] = data[field.name];
+ if (keys_1.indexOf(field.alias) !== -1)
+ self[field.alias] = data[field.alias];
+ });
+ } else
+ {
+ throw new Error('invalid data');
}
- return fn.apply(this, arguments);
}
-
- return deprecated;
};
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
+/***/ }),
+/* 442 */
+/*!***************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/index.js ***!
+ \***************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
-var debugs = {};
-var debugEnviron;
-exports.debuglog = function(set) {
- if (isUndefined(debugEnviron))
- debugEnviron = Object({"NODE_ENV":"development","VUE_APP_NAME":"BITCOOO","VUE_APP_PLATFORM":"app-plus","BASE_URL":"/"}).NODE_DEBUG || '';
- set = set.toUpperCase();
- if (!debugs[set]) {
- if (new RegExp('\\b' + set + '\\b', 'i').test(debugEnviron)) {
- var pid = process.pid;
- debugs[set] = function() {
- var msg = exports.format.apply(exports, arguments);
- console.error('%s %d: %s', set, pid, msg);
- };
- } else {
- debugs[set] = function() {};
- }
- }
- return debugs[set];
-};
+"use strict";
+Object.defineProperty(exports, '__esModule', { value: true });
+var bip32 = __webpack_require__(/*! bip32 */ 395);
+exports.bip32 = bip32;
+var address = __webpack_require__(/*! ./address */ 443);
+exports.address = address;
+var crypto = __webpack_require__(/*! ./crypto */ 459);
+exports.crypto = crypto;
+var ECPair = __webpack_require__(/*! ./ecpair */ 463);
+exports.ECPair = ECPair;
+var networks = __webpack_require__(/*! ./networks */ 444);
+exports.networks = networks;
+var payments = __webpack_require__(/*! ./payments */ 445);
+exports.payments = payments;
+var script = __webpack_require__(/*! ./script */ 447);
+exports.script = script;
+var block_1 = __webpack_require__(/*! ./block */ 464);
+exports.Block = block_1.Block;
+var psbt_1 = __webpack_require__(/*! ./psbt */ 469);
+exports.Psbt = psbt_1.Psbt;
+var script_1 = __webpack_require__(/*! ./script */ 447);
+exports.opcodes = script_1.OPS;
+var transaction_1 = __webpack_require__(/*! ./transaction */ 467);
+exports.Transaction = transaction_1.Transaction;
+var transaction_builder_1 = __webpack_require__(/*! ./transaction_builder */ 493);
+exports.TransactionBuilder = transaction_builder_1.TransactionBuilder;
-/**
- * Echos the value of a value. Trys to print the value out
- * in the best way possible given the different types.
- *
- * @param {Object} obj The object to print out.
- * @param {Object} opts Optional options object that alters the output.
- */
-/* legacy: obj, showHidden, depth, colors*/
-function inspect(obj, opts) {
- // default options
- var ctx = {
- seen: [],
- stylize: stylizeNoColor
- };
- // legacy...
- if (arguments.length >= 3) ctx.depth = arguments[2];
- if (arguments.length >= 4) ctx.colors = arguments[3];
- if (isBoolean(opts)) {
- // legacy...
- ctx.showHidden = opts;
- } else if (opts) {
- // got an "options" object
- exports._extend(ctx, opts);
- }
- // set default options
- if (isUndefined(ctx.showHidden)) ctx.showHidden = false;
- if (isUndefined(ctx.depth)) ctx.depth = 2;
- if (isUndefined(ctx.colors)) ctx.colors = false;
- if (isUndefined(ctx.customInspect)) ctx.customInspect = true;
- if (ctx.colors) ctx.stylize = stylizeWithColor;
- return formatValue(ctx, obj, ctx.depth);
-}
-exports.inspect = inspect;
-
-
-// http://en.wikipedia.org/wiki/ANSI_escape_code#graphics
-inspect.colors = {
- 'bold' : [1, 22],
- 'italic' : [3, 23],
- 'underline' : [4, 24],
- 'inverse' : [7, 27],
- 'white' : [37, 39],
- 'grey' : [90, 39],
- 'black' : [30, 39],
- 'blue' : [34, 39],
- 'cyan' : [36, 39],
- 'green' : [32, 39],
- 'magenta' : [35, 39],
- 'red' : [31, 39],
- 'yellow' : [33, 39]
-};
-
-// Don't use 'blue' not visible on cmd.exe
-inspect.styles = {
- 'special': 'cyan',
- 'number': 'yellow',
- 'boolean': 'yellow',
- 'undefined': 'grey',
- 'null': 'bold',
- 'string': 'green',
- 'date': 'magenta',
- // "name": intentionally not styling
- 'regexp': 'red'
-};
-
-
-function stylizeWithColor(str, styleType) {
- var style = inspect.styles[styleType];
+/***/ }),
+/* 443 */
+/*!*****************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/address.js ***!
+ \*****************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- if (style) {
- return '\u001b[' + inspect.colors[style][0] + 'm' + str +
- '\u001b[' + inspect.colors[style][1] + 'm';
- } else {
- return str;
- }
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+Object.defineProperty(exports, '__esModule', { value: true });
+var networks = __webpack_require__(/*! ./networks */ 444);
+var payments = __webpack_require__(/*! ./payments */ 445);
+var bscript = __webpack_require__(/*! ./script */ 447);
+var types = __webpack_require__(/*! ./types */ 450);
+var bech32 = __webpack_require__(/*! bech32 */ 178);
+var bs58check = __webpack_require__(/*! bs58check */ 400);
+var typeforce = __webpack_require__(/*! typeforce */ 406);
+function fromBase58Check(address) {
+ var payload = bs58check.decode(address);
+ // TODO: 4.0.0, move to "toOutputScript"
+ if (payload.length < 21) throw new TypeError(address + ' is too short');
+ if (payload.length > 21) throw new TypeError(address + ' is too long');
+ var version = payload.readUInt8(0);
+ var hash = payload.slice(1);
+ return { version: version, hash: hash };
}
+exports.fromBase58Check = fromBase58Check;
+function fromBech32(address) {
+ var result = bech32.decode(address);
+ var data = bech32.fromWords(result.words.slice(1));
+ return {
+ version: result.words[0],
+ prefix: result.prefix,
+ data: Buffer.from(data) };
-
-function stylizeNoColor(str, styleType) {
- return str;
}
-
-
-function arrayToHash(array) {
- var hash = {};
-
- array.forEach(function(val, idx) {
- hash[val] = true;
- });
-
- return hash;
+exports.fromBech32 = fromBech32;
+function toBase58Check(hash, version) {
+ typeforce(types.tuple(types.Hash160bit, types.UInt8), arguments);
+ var payload = Buffer.allocUnsafe(21);
+ payload.writeUInt8(version, 0);
+ hash.copy(payload, 1);
+ return bs58check.encode(payload);
}
-
-
-function formatValue(ctx, value, recurseTimes) {
- // Provide a hook for user-specified inspect functions.
- // Check that value is an object with an inspect function on it
- if (ctx.customInspect &&
- value &&
- isFunction(value.inspect) &&
- // Filter out the util module, it's inspect function is special
- value.inspect !== exports.inspect &&
- // Also filter out any prototype objects using the circular check.
- !(value.constructor && value.constructor.prototype === value)) {
- var ret = value.inspect(recurseTimes, ctx);
- if (!isString(ret)) {
- ret = formatValue(ctx, ret, recurseTimes);
+exports.toBase58Check = toBase58Check;
+function toBech32(data, version, prefix) {
+ var words = bech32.toWords(data);
+ words.unshift(version);
+ return bech32.encode(prefix, words);
+}
+exports.toBech32 = toBech32;
+function fromOutputScript(output, network) {
+ // TODO: Network
+ network = network || networks.bitcoin;
+ try {
+ return payments.p2pkh({ output: output, network: network }).address;
+ } catch (e) {}
+ try {
+ return payments.p2sh({ output: output, network: network }).address;
+ } catch (e) {}
+ try {
+ return payments.p2wpkh({ output: output, network: network }).address;
+ } catch (e) {}
+ try {
+ return payments.p2wsh({ output: output, network: network }).address;
+ } catch (e) {}
+ throw new Error(bscript.toASM(output) + ' has no matching Address');
+}
+exports.fromOutputScript = fromOutputScript;
+function toOutputScript(address, network) {
+ network = network || networks.bitcoin;
+ var decodeBase58;
+ var decodeBech32;
+ try {
+ decodeBase58 = fromBase58Check(address);
+ } catch (e) {}
+ if (decodeBase58) {
+ if (decodeBase58.version === network.pubKeyHash)
+ return payments.p2pkh({ hash: decodeBase58.hash }).output;
+ if (decodeBase58.version === network.scriptHash)
+ return payments.p2sh({ hash: decodeBase58.hash }).output;
+ } else {
+ try {
+ decodeBech32 = fromBech32(address);
+ } catch (e) {}
+ if (decodeBech32) {
+ if (decodeBech32.prefix !== network.bech32)
+ throw new Error(address + ' has an invalid prefix');
+ if (decodeBech32.version === 0) {
+ if (decodeBech32.data.length === 20)
+ return payments.p2wpkh({ hash: decodeBech32.data }).output;
+ if (decodeBech32.data.length === 32)
+ return payments.p2wsh({ hash: decodeBech32.data }).output;
+ }
}
- return ret;
- }
-
- // Primitive types cannot have properties
- var primitive = formatPrimitive(ctx, value);
- if (primitive) {
- return primitive;
- }
-
- // Look up the keys of the object.
- var keys = Object.keys(value);
- var visibleKeys = arrayToHash(keys);
-
- if (ctx.showHidden) {
- keys = Object.getOwnPropertyNames(value);
}
+ throw new Error(address + ' has no matching Script');
+}
+exports.toOutputScript = toOutputScript;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
- // IE doesn't make error fields non-enumerable
- // http://msdn.microsoft.com/en-us/library/ie/dww52sbt(v=vs.94).aspx
- if (isError(value)
- && (keys.indexOf('message') >= 0 || keys.indexOf('description') >= 0)) {
- return formatError(value);
- }
+/***/ }),
+/* 444 */
+/*!******************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/networks.js ***!
+ \******************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- // Some type of object without properties can be shortcutted.
- if (keys.length === 0) {
- if (isFunction(value)) {
- var name = value.name ? ': ' + value.name : '';
- return ctx.stylize('[Function' + name + ']', 'special');
- }
- if (isRegExp(value)) {
- return ctx.stylize(RegExp.prototype.toString.call(value), 'regexp');
- }
- if (isDate(value)) {
- return ctx.stylize(Date.prototype.toString.call(value), 'date');
- }
- if (isError(value)) {
- return formatError(value);
- }
- }
+"use strict";
- var base = '', array = false, braces = ['{', '}'];
+Object.defineProperty(exports, '__esModule', { value: true });
+exports.bitcoin = {
+ messagePrefix: '\x18Bitcoin Signed Message:\n',
+ bech32: 'bc',
+ bip32: {
+ public: 0x0488b21e,
+ private: 0x0488ade4 },
- // Make Array say that they are Array
- if (isArray(value)) {
- array = true;
- braces = ['[', ']'];
- }
+ pubKeyHash: 0x00,
+ scriptHash: 0x05,
+ wif: 0x80 };
- // Make functions say that they are functions
- if (isFunction(value)) {
- var n = value.name ? ': ' + value.name : '';
- base = ' [Function' + n + ']';
- }
+exports.regtest = {
+ messagePrefix: '\x18Bitcoin Signed Message:\n',
+ bech32: 'bcrt',
+ bip32: {
+ public: 0x043587cf,
+ private: 0x04358394 },
- // Make RegExps say that they are RegExps
- if (isRegExp(value)) {
- base = ' ' + RegExp.prototype.toString.call(value);
- }
+ pubKeyHash: 0x6f,
+ scriptHash: 0xc4,
+ wif: 0xef };
- // Make dates with properties first say the date
- if (isDate(value)) {
- base = ' ' + Date.prototype.toUTCString.call(value);
- }
+exports.testnet = {
+ messagePrefix: '\x18Bitcoin Signed Message:\n',
+ bech32: 'tb',
+ bip32: {
+ public: 0x043587cf,
+ private: 0x04358394 },
- // Make error with message first say the error
- if (isError(value)) {
- base = ' ' + formatError(value);
- }
+ pubKeyHash: 0x6f,
+ scriptHash: 0xc4,
+ wif: 0xef };
- if (keys.length === 0 && (!array || value.length == 0)) {
- return braces[0] + base + braces[1];
- }
+/***/ }),
+/* 445 */
+/*!************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/payments/index.js ***!
+ \************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- if (recurseTimes < 0) {
- if (isRegExp(value)) {
- return ctx.stylize(RegExp.prototype.toString.call(value), 'regexp');
- } else {
- return ctx.stylize('[Object]', 'special');
- }
- }
+"use strict";
- ctx.seen.push(value);
+Object.defineProperty(exports, '__esModule', { value: true });
+var embed_1 = __webpack_require__(/*! ./embed */ 446);
+exports.embed = embed_1.p2data;
+var p2ms_1 = __webpack_require__(/*! ./p2ms */ 456);
+exports.p2ms = p2ms_1.p2ms;
+var p2pk_1 = __webpack_require__(/*! ./p2pk */ 457);
+exports.p2pk = p2pk_1.p2pk;
+var p2pkh_1 = __webpack_require__(/*! ./p2pkh */ 458);
+exports.p2pkh = p2pkh_1.p2pkh;
+var p2sh_1 = __webpack_require__(/*! ./p2sh */ 460);
+exports.p2sh = p2sh_1.p2sh;
+var p2wpkh_1 = __webpack_require__(/*! ./p2wpkh */ 461);
+exports.p2wpkh = p2wpkh_1.p2wpkh;
+var p2wsh_1 = __webpack_require__(/*! ./p2wsh */ 462);
+exports.p2wsh = p2wsh_1.p2wsh;
+// TODO
+// witness commitment
- var output;
- if (array) {
- output = formatArray(ctx, value, recurseTimes, visibleKeys, keys);
- } else {
- output = keys.map(function(key) {
- return formatProperty(ctx, value, recurseTimes, visibleKeys, key, array);
- });
- }
+/***/ }),
+/* 446 */
+/*!************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/payments/embed.js ***!
+ \************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- ctx.seen.pop();
+"use strict";
- return reduceToSingleString(output, base, braces);
+Object.defineProperty(exports, '__esModule', { value: true });
+var networks_1 = __webpack_require__(/*! ../networks */ 444);
+var bscript = __webpack_require__(/*! ../script */ 447);
+var lazy = __webpack_require__(/*! ./lazy */ 455);
+var typef = __webpack_require__(/*! typeforce */ 406);
+var OPS = bscript.OPS;
+function stacksEqual(a, b) {
+ if (a.length !== b.length) return false;
+ return a.every(function (x, i) {
+ return x.equals(b[i]);
+ });
}
+// output: OP_RETURN ...
+function p2data(a, opts) {
+ if (!a.data && !a.output) throw new TypeError('Not enough data');
+ opts = Object.assign({ validate: true }, opts || {});
+ typef(
+ {
+ network: typef.maybe(typef.Object),
+ output: typef.maybe(typef.Buffer),
+ data: typef.maybe(typef.arrayOf(typef.Buffer)) },
+ a);
-function formatPrimitive(ctx, value) {
- if (isUndefined(value))
- return ctx.stylize('undefined', 'undefined');
- if (isString(value)) {
- var simple = '\'' + JSON.stringify(value).replace(/^"|"$/g, '')
- .replace(/'/g, "\\'")
- .replace(/\\"/g, '"') + '\'';
- return ctx.stylize(simple, 'string');
+ var network = a.network || networks_1.bitcoin;
+ var o = { name: 'embed', network: network };
+ lazy.prop(o, 'output', function () {
+ if (!a.data) return;
+ return bscript.compile([OPS.OP_RETURN].concat(a.data));
+ });
+ lazy.prop(o, 'data', function () {
+ if (!a.output) return;
+ return bscript.decompile(a.output).slice(1);
+ });
+ // extended validation
+ if (opts.validate) {
+ if (a.output) {
+ var chunks = bscript.decompile(a.output);
+ if (chunks[0] !== OPS.OP_RETURN) throw new TypeError('Output is invalid');
+ if (!chunks.slice(1).every(typef.Buffer))
+ throw new TypeError('Output is invalid');
+ if (a.data && !stacksEqual(a.data, o.data))
+ throw new TypeError('Data mismatch');
+ }
}
- if (isNumber(value))
- return ctx.stylize('' + value, 'number');
- if (isBoolean(value))
- return ctx.stylize('' + value, 'boolean');
- // For some reason typeof null is "object", so special case here.
- if (isNull(value))
- return ctx.stylize('null', 'null');
+ return Object.assign(o, a);
}
+exports.p2data = p2data;
+/***/ }),
+/* 447 */
+/*!****************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/script.js ***!
+ \****************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
-function formatError(value) {
- return '[' + Error.prototype.toString.call(value) + ']';
-}
-
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+Object.defineProperty(exports, '__esModule', { value: true });
+var scriptNumber = __webpack_require__(/*! ./script_number */ 448);
+var scriptSignature = __webpack_require__(/*! ./script_signature */ 449);
+var types = __webpack_require__(/*! ./types */ 450);
+var bip66 = __webpack_require__(/*! bip66 */ 451);
+var ecc = __webpack_require__(/*! tiny-secp256k1 */ 404);
+var pushdata = __webpack_require__(/*! pushdata-bitcoin */ 452);
+var typeforce = __webpack_require__(/*! typeforce */ 406);
+exports.OPS = __webpack_require__(/*! bitcoin-ops */ 453);
+var REVERSE_OPS = __webpack_require__(/*! bitcoin-ops/map */ 454);
+var OP_INT_BASE = exports.OPS.OP_RESERVED; // OP_1 - 1
+function isOPInt(value) {
+ return (
+ types.Number(value) && (
+ value === exports.OPS.OP_0 ||
+ value >= exports.OPS.OP_1 && value <= exports.OPS.OP_16 ||
+ value === exports.OPS.OP_1NEGATE));
-function formatArray(ctx, value, recurseTimes, visibleKeys, keys) {
- var output = [];
- for (var i = 0, l = value.length; i < l; ++i) {
- if (hasOwnProperty(value, String(i))) {
- output.push(formatProperty(ctx, value, recurseTimes, visibleKeys,
- String(i), true));
- } else {
- output.push('');
+}
+function isPushOnlyChunk(value) {
+ return types.Buffer(value) || isOPInt(value);
+}
+function isPushOnly(value) {
+ return types.Array(value) && value.every(isPushOnlyChunk);
+}
+exports.isPushOnly = isPushOnly;
+function asMinimalOP(buffer) {
+ if (buffer.length === 0) return exports.OPS.OP_0;
+ if (buffer.length !== 1) return;
+ if (buffer[0] >= 1 && buffer[0] <= 16) return OP_INT_BASE + buffer[0];
+ if (buffer[0] === 0x81) return exports.OPS.OP_1NEGATE;
+}
+function chunksIsBuffer(buf) {
+ return Buffer.isBuffer(buf);
+}
+function chunksIsArray(buf) {
+ return types.Array(buf);
+}
+function singleChunkIsBuffer(buf) {
+ return Buffer.isBuffer(buf);
+}
+function compile(chunks) {
+ // TODO: remove me
+ if (chunksIsBuffer(chunks)) return chunks;
+ typeforce(types.Array, chunks);
+ var bufferSize = chunks.reduce(function (accum, chunk) {
+ // data chunk
+ if (singleChunkIsBuffer(chunk)) {
+ // adhere to BIP62.3, minimal push policy
+ if (chunk.length === 1 && asMinimalOP(chunk) !== undefined) {
+ return accum + 1;
+ }
+ return accum + pushdata.encodingLength(chunk.length) + chunk.length;
}
- }
- keys.forEach(function(key) {
- if (!key.match(/^\d+$/)) {
- output.push(formatProperty(ctx, value, recurseTimes, visibleKeys,
- key, true));
+ // opcode
+ return accum + 1;
+ }, 0.0);
+ var buffer = Buffer.allocUnsafe(bufferSize);
+ var offset = 0;
+ chunks.forEach(function (chunk) {
+ // data chunk
+ if (singleChunkIsBuffer(chunk)) {
+ // adhere to BIP62.3, minimal push policy
+ var opcode = asMinimalOP(chunk);
+ if (opcode !== undefined) {
+ buffer.writeUInt8(opcode, offset);
+ offset += 1;
+ return;
+ }
+ offset += pushdata.encode(buffer, chunk.length, offset);
+ chunk.copy(buffer, offset);
+ offset += chunk.length;
+ // opcode
+ } else {
+ buffer.writeUInt8(chunk, offset);
+ offset += 1;
}
});
- return output;
+ if (offset !== buffer.length) throw new Error('Could not decode chunks');
+ return buffer;
}
-
-
-function formatProperty(ctx, value, recurseTimes, visibleKeys, key, array) {
- var name, str, desc;
- desc = Object.getOwnPropertyDescriptor(value, key) || { value: value[key] };
- if (desc.get) {
- if (desc.set) {
- str = ctx.stylize('[Getter/Setter]', 'special');
+exports.compile = compile;
+function decompile(buffer) {
+ // TODO: remove me
+ if (chunksIsArray(buffer)) return buffer;
+ typeforce(types.Buffer, buffer);
+ var chunks = [];
+ var i = 0;
+ while (i < buffer.length) {
+ var opcode = buffer[i];
+ // data chunk
+ if (opcode > exports.OPS.OP_0 && opcode <= exports.OPS.OP_PUSHDATA4) {
+ var d = pushdata.decode(buffer, i);
+ // did reading a pushDataInt fail?
+ if (d === null) return null;
+ i += d.size;
+ // attempt to read too much data?
+ if (i + d.number > buffer.length) return null;
+ var data = buffer.slice(i, i + d.number);
+ i += d.number;
+ // decompile minimally
+ var op = asMinimalOP(data);
+ if (op !== undefined) {
+ chunks.push(op);
+ } else {
+ chunks.push(data);
+ }
+ // opcode
} else {
- str = ctx.stylize('[Getter]', 'special');
- }
- } else {
- if (desc.set) {
- str = ctx.stylize('[Setter]', 'special');
+ chunks.push(opcode);
+ i += 1;
}
}
- if (!hasOwnProperty(visibleKeys, key)) {
- name = '[' + key + ']';
- }
- if (!str) {
- if (ctx.seen.indexOf(desc.value) < 0) {
- if (isNull(recurseTimes)) {
- str = formatValue(ctx, desc.value, null);
- } else {
- str = formatValue(ctx, desc.value, recurseTimes - 1);
- }
- if (str.indexOf('\n') > -1) {
- if (array) {
- str = str.split('\n').map(function(line) {
- return ' ' + line;
- }).join('\n').substr(2);
- } else {
- str = '\n' + str.split('\n').map(function(line) {
- return ' ' + line;
- }).join('\n');
- }
- }
- } else {
- str = ctx.stylize('[Circular]', 'special');
- }
+ return chunks;
+}
+exports.decompile = decompile;
+function toASM(chunks) {
+ if (chunksIsBuffer(chunks)) {
+ chunks = decompile(chunks);
}
- if (isUndefined(name)) {
- if (array && key.match(/^\d+$/)) {
- return str;
- }
- name = JSON.stringify('' + key);
- if (name.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)) {
- name = name.substr(1, name.length - 2);
- name = ctx.stylize(name, 'name');
- } else {
- name = name.replace(/'/g, "\\'")
- .replace(/\\"/g, '"')
- .replace(/(^"|"$)/g, "'");
- name = ctx.stylize(name, 'string');
+ return chunks.
+ map(function (chunk) {
+ // data?
+ if (singleChunkIsBuffer(chunk)) {
+ var op = asMinimalOP(chunk);
+ if (op === undefined) return chunk.toString('hex');
+ chunk = op;
}
- }
-
- return name + ': ' + str;
+ // opcode!
+ return REVERSE_OPS[chunk];
+ }).
+ join(' ');
}
+exports.toASM = toASM;
+function fromASM(asm) {
+ typeforce(types.String, asm);
+ return compile(
+ asm.split(' ').map(function (chunkStr) {
+ // opcode?
+ if (exports.OPS[chunkStr] !== undefined) return exports.OPS[chunkStr];
+ typeforce(types.Hex, chunkStr);
+ // data!
+ return Buffer.from(chunkStr, 'hex');
+ }));
+}
+exports.fromASM = fromASM;
+function toStack(chunks) {
+ chunks = decompile(chunks);
+ typeforce(isPushOnly, chunks);
+ return chunks.map(function (op) {
+ if (singleChunkIsBuffer(op)) return op;
+ if (op === exports.OPS.OP_0) return Buffer.allocUnsafe(0);
+ return scriptNumber.encode(op - OP_INT_BASE);
+ });
+}
+exports.toStack = toStack;
+function isCanonicalPubKey(buffer) {
+ return ecc.isPoint(buffer);
+}
+exports.isCanonicalPubKey = isCanonicalPubKey;
+function isDefinedHashType(hashType) {
+ var hashTypeMod = hashType & ~0x80;
+ // return hashTypeMod > SIGHASH_ALL && hashTypeMod < SIGHASH_SINGLE
+ return hashTypeMod > 0x00 && hashTypeMod < 0x04;
+}
+exports.isDefinedHashType = isDefinedHashType;
+function isCanonicalScriptSignature(buffer) {
+ if (!Buffer.isBuffer(buffer)) return false;
+ if (!isDefinedHashType(buffer[buffer.length - 1])) return false;
+ return bip66.check(buffer.slice(0, -1));
+}
+exports.isCanonicalScriptSignature = isCanonicalScriptSignature;
+// tslint:disable-next-line variable-name
+exports.number = scriptNumber;
+exports.signature = scriptSignature;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
-function reduceToSingleString(output, base, braces) {
- var numLinesEst = 0;
- var length = output.reduce(function(prev, cur) {
- numLinesEst++;
- if (cur.indexOf('\n') >= 0) numLinesEst++;
- return prev + cur.replace(/\u001b\[\d\d?m/g, '').length + 1;
- }, 0);
+/***/ }),
+/* 448 */
+/*!***********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/script_number.js ***!
+ \***********************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- if (length > 60) {
- return braces[0] +
- (base === '' ? '' : base + '\n ') +
- ' ' +
- output.join(',\n ') +
- ' ' +
- braces[1];
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+Object.defineProperty(exports, '__esModule', { value: true });
+function decode(buffer, maxLength, minimal) {
+ maxLength = maxLength || 4;
+ minimal = minimal === undefined ? true : minimal;
+ var length = buffer.length;
+ if (length === 0) return 0;
+ if (length > maxLength) throw new TypeError('Script number overflow');
+ if (minimal) {
+ if ((buffer[length - 1] & 0x7f) === 0) {
+ if (length <= 1 || (buffer[length - 2] & 0x80) === 0)
+ throw new Error('Non-minimally encoded script number');
+ }
}
-
- return braces[0] + base + ' ' + output.join(', ') + ' ' + braces[1];
+ // 40-bit
+ if (length === 5) {
+ var a = buffer.readUInt32LE(0);
+ var b = buffer.readUInt8(4);
+ if (b & 0x80) return -((b & ~0x80) * 0x100000000 + a);
+ return b * 0x100000000 + a;
+ }
+ // 32-bit / 24-bit / 16-bit / 8-bit
+ var result = 0;
+ for (var i = 0; i < length; ++i) {
+ result |= buffer[i] << 8 * i;
+ }
+ if (buffer[length - 1] & 0x80)
+ return -(result & ~(0x80 << 8 * (length - 1)));
+ return result;
+}
+exports.decode = decode;
+function scriptNumSize(i) {
+ return i > 0x7fffffff ?
+ 5 :
+ i > 0x7fffff ?
+ 4 :
+ i > 0x7fff ?
+ 3 :
+ i > 0x7f ?
+ 2 :
+ i > 0x00 ?
+ 1 :
+ 0;
+}
+function encode(_number) {
+ var value = Math.abs(_number);
+ var size = scriptNumSize(value);
+ var buffer = Buffer.allocUnsafe(size);
+ var negative = _number < 0;
+ for (var i = 0; i < size; ++i) {
+ buffer.writeUInt8(value & 0xff, i);
+ value >>= 8;
+ }
+ if (buffer[size - 1] & 0x80) {
+ buffer.writeUInt8(negative ? 0x80 : 0x00, size - 1);
+ } else if (negative) {
+ buffer[size - 1] |= 0x80;
+ }
+ return buffer;
}
+exports.encode = encode;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
+/***/ }),
+/* 449 */
+/*!**************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/script_signature.js ***!
+ \**************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
-// NOTE: These type checking functions intentionally don't use `instanceof`
-// because it is fragile and can be easily faked with `Object.create()`.
-function isArray(ar) {
- return Array.isArray(ar);
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+Object.defineProperty(exports, '__esModule', { value: true });
+var types = __webpack_require__(/*! ./types */ 450);
+var bip66 = __webpack_require__(/*! bip66 */ 451);
+var typeforce = __webpack_require__(/*! typeforce */ 406);
+var ZERO = Buffer.alloc(1, 0);
+function toDER(x) {
+ var i = 0;
+ while (x[i] === 0) {++i;}
+ if (i === x.length) return ZERO;
+ x = x.slice(i);
+ if (x[0] & 0x80) return Buffer.concat([ZERO, x], 1 + x.length);
+ return x;
}
-exports.isArray = isArray;
-
-function isBoolean(arg) {
- return typeof arg === 'boolean';
+function fromDER(x) {
+ if (x[0] === 0x00) x = x.slice(1);
+ var buffer = Buffer.alloc(32, 0);
+ var bstart = Math.max(0, 32 - x.length);
+ x.copy(buffer, bstart);
+ return buffer;
}
-exports.isBoolean = isBoolean;
-
-function isNull(arg) {
- return arg === null;
+// BIP62: 1 byte hashType flag (only 0x01, 0x02, 0x03, 0x81, 0x82 and 0x83 are allowed)
+function decode(buffer) {
+ var hashType = buffer.readUInt8(buffer.length - 1);
+ var hashTypeMod = hashType & ~0x80;
+ if (hashTypeMod <= 0 || hashTypeMod >= 4)
+ throw new Error('Invalid hashType ' + hashType);
+ var decoded = bip66.decode(buffer.slice(0, -1));
+ var r = fromDER(decoded.r);
+ var s = fromDER(decoded.s);
+ var signature = Buffer.concat([r, s], 64);
+ return { signature: signature, hashType: hashType };
}
-exports.isNull = isNull;
+exports.decode = decode;
+function encode(signature, hashType) {
+ typeforce(
+ {
+ signature: types.BufferN(64),
+ hashType: types.UInt8 },
-function isNullOrUndefined(arg) {
- return arg == null;
-}
-exports.isNullOrUndefined = isNullOrUndefined;
+ { signature: signature, hashType: hashType });
-function isNumber(arg) {
- return typeof arg === 'number';
+ var hashTypeMod = hashType & ~0x80;
+ if (hashTypeMod <= 0 || hashTypeMod >= 4)
+ throw new Error('Invalid hashType ' + hashType);
+ var hashTypeBuffer = Buffer.allocUnsafe(1);
+ hashTypeBuffer.writeUInt8(hashType, 0);
+ var r = toDER(signature.slice(0, 32));
+ var s = toDER(signature.slice(32, 64));
+ return Buffer.concat([bip66.encode(r, s), hashTypeBuffer]);
}
-exports.isNumber = isNumber;
+exports.encode = encode;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
-function isString(arg) {
- return typeof arg === 'string';
-}
-exports.isString = isString;
+/***/ }),
+/* 450 */
+/*!***************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/types.js ***!
+ \***************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
-function isSymbol(arg) {
- return typeof arg === 'symbol';
-}
-exports.isSymbol = isSymbol;
+"use strict";
-function isUndefined(arg) {
- return arg === void 0;
+Object.defineProperty(exports, '__esModule', { value: true });
+var typeforce = __webpack_require__(/*! typeforce */ 406);
+var UINT31_MAX = Math.pow(2, 31) - 1;
+function UInt31(value) {
+ return typeforce.UInt32(value) && value <= UINT31_MAX;
}
-exports.isUndefined = isUndefined;
-
-function isRegExp(re) {
- return isObject(re) && objectToString(re) === '[object RegExp]';
+exports.UInt31 = UInt31;
+function BIP32Path(value) {
+ return typeforce.String(value) && !!value.match(/^(m\/)?(\d+'?\/)*\d+'?$/);
}
-exports.isRegExp = isRegExp;
+exports.BIP32Path = BIP32Path;
+BIP32Path.toJSON = function () {
+ return 'BIP32 derivation path';
+};
+function Signer(obj) {
+ return (
+ (typeforce.Buffer(obj.publicKey) ||
+ typeof obj.getPublicKey === 'function') &&
+ typeof obj.sign === 'function');
-function isObject(arg) {
- return typeof arg === 'object' && arg !== null;
}
-exports.isObject = isObject;
-
-function isDate(d) {
- return isObject(d) && objectToString(d) === '[object Date]';
+exports.Signer = Signer;
+var SATOSHI_MAX = 21 * 1e14;
+function Satoshi(value) {
+ return typeforce.UInt53(value) && value <= SATOSHI_MAX;
}
-exports.isDate = isDate;
+exports.Satoshi = Satoshi;
+// external dependent types
+exports.ECPoint = typeforce.quacksLike('Point');
+// exposed, external API
+exports.Network = typeforce.compile({
+ messagePrefix: typeforce.oneOf(typeforce.Buffer, typeforce.String),
+ bip32: {
+ public: typeforce.UInt32,
+ private: typeforce.UInt32 },
-function isError(e) {
- return isObject(e) &&
- (objectToString(e) === '[object Error]' || e instanceof Error);
-}
-exports.isError = isError;
+ pubKeyHash: typeforce.UInt8,
+ scriptHash: typeforce.UInt8,
+ wif: typeforce.UInt8 });
-function isFunction(arg) {
- return typeof arg === 'function';
-}
-exports.isFunction = isFunction;
+exports.Buffer256bit = typeforce.BufferN(32);
+exports.Hash160bit = typeforce.BufferN(20);
+exports.Hash256bit = typeforce.BufferN(32);
+exports.Number = typeforce.Number; // tslint:disable-line variable-name
+exports.Array = typeforce.Array;
+exports.Boolean = typeforce.Boolean; // tslint:disable-line variable-name
+exports.String = typeforce.String; // tslint:disable-line variable-name
+exports.Buffer = typeforce.Buffer;
+exports.Hex = typeforce.Hex;
+exports.maybe = typeforce.maybe;
+exports.tuple = typeforce.tuple;
+exports.UInt8 = typeforce.UInt8;
+exports.UInt32 = typeforce.UInt32;
+exports.Function = typeforce.Function;
+exports.BufferN = typeforce.BufferN;
+exports.Null = typeforce.Null;
+exports.oneOf = typeforce.oneOf;
-function isPrimitive(arg) {
- return arg === null ||
- typeof arg === 'boolean' ||
- typeof arg === 'number' ||
- typeof arg === 'string' ||
- typeof arg === 'symbol' || // ES6 symbol
- typeof arg === 'undefined';
-}
-exports.isPrimitive = isPrimitive;
+/***/ }),
+/* 451 */
+/*!***************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip66/index.js ***!
+ \***************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
-exports.isBuffer = __webpack_require__(/*! ./support/isBuffer */ 457);
+// Reference https://github.com/bitcoin/bips/blob/master/bip-0066.mediawiki
+// Format: 0x30 [total-length] 0x02 [R-length] [R] 0x02 [S-length] [S]
+// NOTE: SIGHASH byte ignored AND restricted, truncate before use
-function objectToString(o) {
- return Object.prototype.toString.call(o);
-}
+var Buffer = __webpack_require__(/*! safe-buffer */ 344).Buffer;
+function check(buffer) {
+ if (buffer.length < 8) return false;
+ if (buffer.length > 72) return false;
+ if (buffer[0] !== 0x30) return false;
+ if (buffer[1] !== buffer.length - 2) return false;
+ if (buffer[2] !== 0x02) return false;
-function pad(n) {
- return n < 10 ? '0' + n.toString(10) : n.toString(10);
-}
+ var lenR = buffer[3];
+ if (lenR === 0) return false;
+ if (5 + lenR >= buffer.length) return false;
+ if (buffer[4 + lenR] !== 0x02) return false;
+ var lenS = buffer[5 + lenR];
+ if (lenS === 0) return false;
+ if (6 + lenR + lenS !== buffer.length) return false;
-var months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep',
- 'Oct', 'Nov', 'Dec'];
+ if (buffer[4] & 0x80) return false;
+ if (lenR > 1 && buffer[4] === 0x00 && !(buffer[5] & 0x80)) return false;
-// 26 Feb 16:19:34
-function timestamp() {
- var d = new Date();
- var time = [pad(d.getHours()),
- pad(d.getMinutes()),
- pad(d.getSeconds())].join(':');
- return [d.getDate(), months[d.getMonth()], time].join(' ');
+ if (buffer[lenR + 6] & 0x80) return false;
+ if (lenS > 1 && buffer[lenR + 6] === 0x00 && !(buffer[lenR + 7] & 0x80)) return false;
+ return true;
}
+function decode(buffer) {
+ if (buffer.length < 8) throw new Error('DER sequence length is too short');
+ if (buffer.length > 72) throw new Error('DER sequence length is too long');
+ if (buffer[0] !== 0x30) throw new Error('Expected DER sequence');
+ if (buffer[1] !== buffer.length - 2) throw new Error('DER sequence length is invalid');
+ if (buffer[2] !== 0x02) throw new Error('Expected DER integer');
-// log is just a thin wrapper to console.log that prepends a timestamp
-exports.log = function() {
- console.log('%s - %s', timestamp(), exports.format.apply(exports, arguments));
-};
+ var lenR = buffer[3];
+ if (lenR === 0) throw new Error('R length is zero');
+ if (5 + lenR >= buffer.length) throw new Error('R length is too long');
+ if (buffer[4 + lenR] !== 0x02) throw new Error('Expected DER integer (2)');
+ var lenS = buffer[5 + lenR];
+ if (lenS === 0) throw new Error('S length is zero');
+ if (6 + lenR + lenS !== buffer.length) throw new Error('S length is invalid');
-/**
- * Inherit the prototype methods from one constructor into another.
- *
- * The Function.prototype.inherits from lang.js rewritten as a standalone
- * function (not on Function.prototype). NOTE: If this file is to be loaded
- * during bootstrapping this function needs to be rewritten using some native
- * functions as prototype setup using normal JavaScript does not work as
- * expected during bootstrapping (see mirror.js in r114903).
- *
- * @param {function} ctor Constructor function which needs to inherit the
- * prototype.
- * @param {function} superCtor Constructor function to inherit prototype from.
- */
-exports.inherits = __webpack_require__(/*! inherits */ 132);
+ if (buffer[4] & 0x80) throw new Error('R value is negative');
+ if (lenR > 1 && buffer[4] === 0x00 && !(buffer[5] & 0x80)) throw new Error('R value excessively padded');
-exports._extend = function(origin, add) {
- // Don't do anything if add isn't an object
- if (!add || !isObject(add)) return origin;
+ if (buffer[lenR + 6] & 0x80) throw new Error('S value is negative');
+ if (lenS > 1 && buffer[lenR + 6] === 0x00 && !(buffer[lenR + 7] & 0x80)) throw new Error('S value excessively padded');
- var keys = Object.keys(add);
- var i = keys.length;
- while (i--) {
- origin[keys[i]] = add[keys[i]];
- }
- return origin;
-};
+ // non-BIP66 - extract R, S values
+ return {
+ r: buffer.slice(4, 4 + lenR),
+ s: buffer.slice(6 + lenR) };
-function hasOwnProperty(obj, prop) {
- return Object.prototype.hasOwnProperty.call(obj, prop);
}
-var kCustomPromisifiedSymbol = typeof Symbol !== 'undefined' ? Symbol('util.promisify.custom') : undefined;
+/*
+ * Expects r and s to be positive DER integers.
+ *
+ * The DER format uses the most significant bit as a sign bit (& 0x80).
+ * If the significant bit is set AND the integer is positive, a 0x00 is prepended.
+ *
+ * Examples:
+ *
+ * 0 => 0x00
+ * 1 => 0x01
+ * -1 => 0xff
+ * 127 => 0x7f
+ * -127 => 0x81
+ * 128 => 0x0080
+ * -128 => 0x80
+ * 255 => 0x00ff
+ * -255 => 0xff01
+ * 16300 => 0x3fac
+ * -16300 => 0xc054
+ * 62300 => 0x00f35c
+ * -62300 => 0xff0ca4
+ */
+function encode(r, s) {
+ var lenR = r.length;
+ var lenS = s.length;
+ if (lenR === 0) throw new Error('R length is zero');
+ if (lenS === 0) throw new Error('S length is zero');
+ if (lenR > 33) throw new Error('R length is too long');
+ if (lenS > 33) throw new Error('S length is too long');
+ if (r[0] & 0x80) throw new Error('R value is negative');
+ if (s[0] & 0x80) throw new Error('S value is negative');
+ if (lenR > 1 && r[0] === 0x00 && !(r[1] & 0x80)) throw new Error('R value excessively padded');
+ if (lenS > 1 && s[0] === 0x00 && !(s[1] & 0x80)) throw new Error('S value excessively padded');
-exports.promisify = function promisify(original) {
- if (typeof original !== 'function')
- throw new TypeError('The "original" argument must be of type Function');
+ var signature = Buffer.allocUnsafe(6 + lenR + lenS);
- if (kCustomPromisifiedSymbol && original[kCustomPromisifiedSymbol]) {
- var fn = original[kCustomPromisifiedSymbol];
- if (typeof fn !== 'function') {
- throw new TypeError('The "util.promisify.custom" argument must be of type Function');
- }
- Object.defineProperty(fn, kCustomPromisifiedSymbol, {
- value: fn, enumerable: false, writable: false, configurable: true
- });
- return fn;
- }
+ // 0x30 [total-length] 0x02 [R-length] [R] 0x02 [S-length] [S]
+ signature[0] = 0x30;
+ signature[1] = signature.length - 2;
+ signature[2] = 0x02;
+ signature[3] = r.length;
+ r.copy(signature, 4);
+ signature[4 + lenR] = 0x02;
+ signature[5 + lenR] = s.length;
+ s.copy(signature, 6 + lenR);
- function fn() {
- var promiseResolve, promiseReject;
- var promise = new Promise(function (resolve, reject) {
- promiseResolve = resolve;
- promiseReject = reject;
- });
+ return signature;
+}
- var args = [];
- for (var i = 0; i < arguments.length; i++) {
- args.push(arguments[i]);
- }
- args.push(function (err, value) {
- if (err) {
- promiseReject(err);
- } else {
- promiseResolve(value);
- }
- });
-
- try {
- original.apply(this, args);
- } catch (err) {
- promiseReject(err);
- }
+module.exports = {
+ check: check,
+ decode: decode,
+ encode: encode };
- return promise;
- }
+/***/ }),
+/* 452 */
+/*!**************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/pushdata-bitcoin/index.js ***!
+ \**************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- Object.setPrototypeOf(fn, Object.getPrototypeOf(original));
+var OPS = __webpack_require__(/*! bitcoin-ops */ 453);
- if (kCustomPromisifiedSymbol) Object.defineProperty(fn, kCustomPromisifiedSymbol, {
- value: fn, enumerable: false, writable: false, configurable: true
- });
- return Object.defineProperties(
- fn,
- getOwnPropertyDescriptors(original)
- );
+function encodingLength(i) {
+ return i < OPS.OP_PUSHDATA1 ? 1 :
+ i <= 0xff ? 2 :
+ i <= 0xffff ? 3 :
+ 5;
}
-exports.promisify.custom = kCustomPromisifiedSymbol
+function encode(buffer, number, offset) {
+ var size = encodingLength(number);
-function callbackifyOnRejected(reason, cb) {
- // `!reason` guard inspired by bluebird (Ref: https://goo.gl/t5IS6M).
- // Because `null` is a special error value in callbacks which means "no error
- // occurred", we error-wrap so the callback consumer can distinguish between
- // "the promise rejected with null" or "the promise fulfilled with undefined".
- if (!reason) {
- var newReason = new Error('Promise was rejected with a falsy value');
- newReason.reason = reason;
- reason = newReason;
- }
- return cb(reason);
-}
+ // ~6 bit
+ if (size === 1) {
+ buffer.writeUInt8(number, offset);
-function callbackify(original) {
- if (typeof original !== 'function') {
- throw new TypeError('The "original" argument must be of type Function');
- }
+ // 8 bit
+ } else if (size === 2) {
+ buffer.writeUInt8(OPS.OP_PUSHDATA1, offset);
+ buffer.writeUInt8(number, offset + 1);
- // We DO NOT return the promise as it gives the user a false sense that
- // the promise is actually somehow related to the callback's execution
- // and that the callback throwing will reject the promise.
- function callbackified() {
- var args = [];
- for (var i = 0; i < arguments.length; i++) {
- args.push(arguments[i]);
- }
+ // 16 bit
+ } else if (size === 3) {
+ buffer.writeUInt8(OPS.OP_PUSHDATA2, offset);
+ buffer.writeUInt16LE(number, offset + 1);
- var maybeCb = args.pop();
- if (typeof maybeCb !== 'function') {
- throw new TypeError('The last argument must be of type Function');
- }
- var self = this;
- var cb = function() {
- return maybeCb.apply(self, arguments);
- };
- // In true node style we process the callback on `nextTick` with all the
- // implications (stack, `uncaughtException`, `async_hooks`)
- original.apply(this, args)
- .then(function(ret) { process.nextTick(cb, null, ret) },
- function(rej) { process.nextTick(callbackifyOnRejected, rej, cb) });
+ // 32 bit
+ } else {
+ buffer.writeUInt8(OPS.OP_PUSHDATA4, offset);
+ buffer.writeUInt32LE(number, offset + 1);
}
- Object.setPrototypeOf(callbackified, Object.getPrototypeOf(original));
- Object.defineProperties(callbackified,
- getOwnPropertyDescriptors(original));
- return callbackified;
+ return size;
}
-exports.callbackify = callbackify;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../node-libs-browser/mock/process.js */ 36)))
+function decode(buffer, offset) {
+ var opcode = buffer.readUInt8(offset);
+ var number, size;
-/***/ }),
-/* 457 */
-/*!******************************************************!*\
- !*** ./node_modules/util/support/isBufferBrowser.js ***!
- \******************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
+ // ~6 bit
+ if (opcode < OPS.OP_PUSHDATA1) {
+ number = opcode;
+ size = 1;
-module.exports = function isBuffer(arg) {
- return arg && typeof arg === 'object'
- && typeof arg.copy === 'function'
- && typeof arg.fill === 'function'
- && typeof arg.readUInt8 === 'function';
-}
+ // 8 bit
+ } else if (opcode === OPS.OP_PUSHDATA1) {
+ if (offset + 2 > buffer.length) return null;
+ number = buffer.readUInt8(offset + 1);
+ size = 2;
-/***/ }),
-/* 458 */
-/*!****************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/ethereumjs-util/dist/bytes.js ***!
- \****************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ // 16 bit
+ } else if (opcode === OPS.OP_PUSHDATA2) {
+ if (offset + 3 > buffer.length) return null;
+ number = buffer.readUInt16LE(offset + 1);
+ size = 3;
-"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.baToJSON = exports.addHexPrefix = exports.toUnsigned = exports.fromSigned = exports.bufferToHex = exports.bufferToInt = exports.toBuffer = exports.stripZeros = exports.unpad = exports.setLengthRight = exports.setLength = exports.setLengthLeft = exports.zeros = void 0;
-var ethjsUtil = __webpack_require__(/*! ethjs-util */ 448);
-var BN = __webpack_require__(/*! bn.js */ 75);
-/**
- * Returns a buffer filled with 0s.
- * @param bytes the number of bytes the buffer should be
- */
-exports.zeros = function (bytes) {
- return Buffer.allocUnsafe(bytes).fill(0);
-};
-/**
- * Left Pads an `Array` or `Buffer` with leading zeros till it has `length` bytes.
- * Or it truncates the beginning if it exceeds.
- * @param msg the value to pad (Buffer|Array)
- * @param length the number of bytes the output should be
- * @param right whether to start padding form the left or right
- * @return (Buffer|Array)
- */
-exports.setLengthLeft = function (msg, length, right) {
- if (right === void 0) {right = false;}
- var buf = exports.zeros(length);
- msg = exports.toBuffer(msg);
- if (right) {
- if (msg.length < length) {
- msg.copy(buf);
- return buf;
- }
- return msg.slice(0, length);
- } else
- {
- if (msg.length < length) {
- msg.copy(buf, length - msg.length);
- return buf;
- }
- return msg.slice(-length);
- }
-};
-exports.setLength = exports.setLengthLeft;
-/**
- * Right Pads an `Array` or `Buffer` with leading zeros till it has `length` bytes.
- * Or it truncates the beginning if it exceeds.
- * @param msg the value to pad (Buffer|Array)
- * @param length the number of bytes the output should be
- * @return (Buffer|Array)
- */
-exports.setLengthRight = function (msg, length) {
- return exports.setLength(msg, length, true);
-};
-/**
- * Trims leading zeros from a `Buffer` or an `Array`.
- * @param a (Buffer|Array|String)
- * @return (Buffer|Array|String)
- */
-exports.unpad = function (a) {
- a = ethjsUtil.stripHexPrefix(a);
- var first = a[0];
- while (a.length > 0 && first.toString() === '0') {
- a = a.slice(1);
- first = a[0];
- }
- return a;
-};
-exports.stripZeros = exports.unpad;
-/**
- * Attempts to turn a value into a `Buffer`. As input it supports `Buffer`, `String`, `Number`, null/undefined, `BN` and other objects with a `toArray()` method.
- * @param v the value
- */
-exports.toBuffer = function (v) {
- if (!Buffer.isBuffer(v)) {
- if (Array.isArray(v)) {
- v = Buffer.from(v);
- } else
- if (typeof v === 'string') {
- if (ethjsUtil.isHexString(v)) {
- v = Buffer.from(ethjsUtil.padToEven(ethjsUtil.stripHexPrefix(v)), 'hex');
- } else
- {
- throw new Error("Cannot convert string to buffer. toBuffer only supports 0x-prefixed hex strings and this string was given: " + v);
- }
- } else
- if (typeof v === 'number') {
- v = ethjsUtil.intToBuffer(v);
- } else
- if (v === null || v === undefined) {
- v = Buffer.allocUnsafe(0);
- } else
- if (BN.isBN(v)) {
- v = v.toArrayLike(Buffer);
- } else
- if (v.toArray) {
- // converts a BN to a Buffer
- v = Buffer.from(v.toArray());
- } else
- {
- throw new Error('invalid type');
- }
- }
- return v;
-};
-/**
- * Converts a `Buffer` to a `Number`.
- * @param buf `Buffer` object to convert
- * @throws If the input number exceeds 53 bits.
- */
-exports.bufferToInt = function (buf) {
- return new BN(exports.toBuffer(buf)).toNumber();
-};
-/**
- * Converts a `Buffer` into a `0x`-prefixed hex `String`.
- * @param buf `Buffer` object to convert
- */
-exports.bufferToHex = function (buf) {
- buf = exports.toBuffer(buf);
- return '0x' + buf.toString('hex');
-};
-/**
- * Interprets a `Buffer` as a signed integer and returns a `BN`. Assumes 256-bit numbers.
- * @param num Signed integer value
- */
-exports.fromSigned = function (num) {
- return new BN(num).fromTwos(256);
-};
-/**
- * Converts a `BN` to an unsigned integer and returns it as a `Buffer`. Assumes 256-bit numbers.
- * @param num
- */
-exports.toUnsigned = function (num) {
- return Buffer.from(num.toTwos(256).toArray());
-};
-/**
- * Adds "0x" to a given `String` if it does not already start with "0x".
- */
-exports.addHexPrefix = function (str) {
- if (typeof str !== 'string') {
- return str;
- }
- return ethjsUtil.isHexPrefixed(str) ? str : '0x' + str;
-};
-/**
- * Converts a `Buffer` or `Array` to JSON.
- * @param ba (Buffer|Array)
- * @return (Array|String|null)
- */
-exports.baToJSON = function (ba) {
- if (Buffer.isBuffer(ba)) {
- return "0x" + ba.toString('hex');
- } else
- if (ba instanceof Array) {
- var array = [];
- for (var i = 0; i < ba.length; i++) {
- array.push(exports.baToJSON(ba[i]));
- }
- return array;
+ // 32 bit
+ } else {
+ if (offset + 5 > buffer.length) return null;
+ if (opcode !== OPS.OP_PUSHDATA4) throw new Error('Unexpected opcode');
+
+ number = buffer.readUInt32LE(offset + 1);
+ size = 5;
}
-};
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
-/***/ }),
-/* 459 */
-/*!***************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/ethereumjs-util/dist/hash.js ***!
- \***************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ return {
+ opcode: opcode,
+ number: number,
+ size: size };
-"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.rlphash = exports.ripemd160 = exports.sha256 = exports.keccak256 = exports.keccak = void 0;
-var _a = __webpack_require__(/*! ethereum-cryptography/keccak */ 460),keccak224 = _a.keccak224,keccak384 = _a.keccak384,k256 = _a.keccak256,keccak512 = _a.keccak512;
-var createHash = __webpack_require__(/*! create-hash */ 369);
-var ethjsUtil = __webpack_require__(/*! ethjs-util */ 448);
-var rlp = __webpack_require__(/*! rlp */ 451);
-var bytes_1 = __webpack_require__(/*! ./bytes */ 458);
-/**
- * Creates Keccak hash of the input
- * @param a The input data (Buffer|Array|String|Number) If the string is a 0x-prefixed hex value
- * it's interpreted as hexadecimal, otherwise as utf8.
- * @param bits The Keccak width
- */
-exports.keccak = function (a, bits) {
- if (bits === void 0) {bits = 256;}
- if (typeof a === 'string' && !ethjsUtil.isHexString(a)) {
- a = Buffer.from(a, 'utf8');
- } else
- {
- a = bytes_1.toBuffer(a);
- }
- if (!bits)
- bits = 256;
- switch (bits) {
- case 224:{
- return keccak224(a);
- }
- case 256:{
- return k256(a);
- }
- case 384:{
- return keccak384(a);
- }
- case 512:{
- return keccak512(a);
- }
- default:{
- throw new Error("Invald algorithm: keccak" + bits);
- }}
+}
-};
-/**
- * Creates Keccak-256 hash of the input, alias for keccak(a, 256).
- * @param a The input data (Buffer|Array|String|Number)
- */
-exports.keccak256 = function (a) {
- return exports.keccak(a);
-};
-/**
- * Creates SHA256 hash of the input.
- * @param a The input data (Buffer|Array|String|Number)
- */
-exports.sha256 = function (a) {
- a = bytes_1.toBuffer(a);
- return createHash('sha256').
- update(a).
- digest();
-};
-/**
- * Creates RIPEMD160 hash of the input.
- * @param a The input data (Buffer|Array|String|Number)
- * @param padded Whether it should be padded to 256 bits or not
- */
-exports.ripemd160 = function (a, padded) {
- a = bytes_1.toBuffer(a);
- var hash = createHash('rmd160').
- update(a).
- digest();
- if (padded === true) {
- return bytes_1.setLength(hash, 32);
- } else
- {
- return hash;
- }
-};
-/**
- * Creates SHA-3 hash of the RLP encoded version of the input.
- * @param a The input data
- */
-exports.rlphash = function (a) {
- return exports.keccak(rlp.encode(a));
-};
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+module.exports = {
+ encodingLength: encodingLength,
+ encode: encode,
+ decode: decode };
/***/ }),
-/* 460 */
-/*!******************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/ethereum-cryptography/keccak.js ***!
- \******************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
+/* 453 */
+/*!***********************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoin-ops/index.json ***!
+ \***********************************************************/
+/*! exports provided: OP_FALSE, OP_0, OP_PUSHDATA1, OP_PUSHDATA2, OP_PUSHDATA4, OP_1NEGATE, OP_RESERVED, OP_TRUE, OP_1, OP_2, OP_3, OP_4, OP_5, OP_6, OP_7, OP_8, OP_9, OP_10, OP_11, OP_12, OP_13, OP_14, OP_15, OP_16, OP_NOP, OP_VER, OP_IF, OP_NOTIF, OP_VERIF, OP_VERNOTIF, OP_ELSE, OP_ENDIF, OP_VERIFY, OP_RETURN, OP_TOALTSTACK, OP_FROMALTSTACK, OP_2DROP, OP_2DUP, OP_3DUP, OP_2OVER, OP_2ROT, OP_2SWAP, OP_IFDUP, OP_DEPTH, OP_DROP, OP_DUP, OP_NIP, OP_OVER, OP_PICK, OP_ROLL, OP_ROT, OP_SWAP, OP_TUCK, OP_CAT, OP_SUBSTR, OP_LEFT, OP_RIGHT, OP_SIZE, OP_INVERT, OP_AND, OP_OR, OP_XOR, OP_EQUAL, OP_EQUALVERIFY, OP_RESERVED1, OP_RESERVED2, OP_1ADD, OP_1SUB, OP_2MUL, OP_2DIV, OP_NEGATE, OP_ABS, OP_NOT, OP_0NOTEQUAL, OP_ADD, OP_SUB, OP_MUL, OP_DIV, OP_MOD, OP_LSHIFT, OP_RSHIFT, OP_BOOLAND, OP_BOOLOR, OP_NUMEQUAL, OP_NUMEQUALVERIFY, OP_NUMNOTEQUAL, OP_LESSTHAN, OP_GREATERTHAN, OP_LESSTHANOREQUAL, OP_GREATERTHANOREQUAL, OP_MIN, OP_MAX, OP_WITHIN, OP_RIPEMD160, OP_SHA1, OP_SHA256, OP_HASH160, OP_HASH256, OP_CODESEPARATOR, OP_CHECKSIG, OP_CHECKSIGVERIFY, OP_CHECKMULTISIG, OP_CHECKMULTISIGVERIFY, OP_NOP1, OP_NOP2, OP_CHECKLOCKTIMEVERIFY, OP_NOP3, OP_CHECKSEQUENCEVERIFY, OP_NOP4, OP_NOP5, OP_NOP6, OP_NOP7, OP_NOP8, OP_NOP9, OP_NOP10, OP_PUBKEYHASH, OP_PUBKEY, OP_INVALIDOPCODE, default */
+/***/ (function(module) {
-Object.defineProperty(exports, "__esModule", { value: true });
-var hash_utils_1 = __webpack_require__(/*! ./hash-utils */ 461);
-var createKeccakHash = __webpack_require__(/*! keccak */ 462);
-exports.keccak224 = hash_utils_1.createHashFunction(function () {
- return createKeccakHash("keccak224");
-});
-exports.keccak256 = hash_utils_1.createHashFunction(function () {
- return createKeccakHash("keccak256");
-});
-exports.keccak384 = hash_utils_1.createHashFunction(function () {
- return createKeccakHash("keccak384");
-});
-exports.keccak512 = hash_utils_1.createHashFunction(function () {
- return createKeccakHash("keccak512");
-});
+module.exports = JSON.parse("{\"OP_FALSE\":0,\"OP_0\":0,\"OP_PUSHDATA1\":76,\"OP_PUSHDATA2\":77,\"OP_PUSHDATA4\":78,\"OP_1NEGATE\":79,\"OP_RESERVED\":80,\"OP_TRUE\":81,\"OP_1\":81,\"OP_2\":82,\"OP_3\":83,\"OP_4\":84,\"OP_5\":85,\"OP_6\":86,\"OP_7\":87,\"OP_8\":88,\"OP_9\":89,\"OP_10\":90,\"OP_11\":91,\"OP_12\":92,\"OP_13\":93,\"OP_14\":94,\"OP_15\":95,\"OP_16\":96,\"OP_NOP\":97,\"OP_VER\":98,\"OP_IF\":99,\"OP_NOTIF\":100,\"OP_VERIF\":101,\"OP_VERNOTIF\":102,\"OP_ELSE\":103,\"OP_ENDIF\":104,\"OP_VERIFY\":105,\"OP_RETURN\":106,\"OP_TOALTSTACK\":107,\"OP_FROMALTSTACK\":108,\"OP_2DROP\":109,\"OP_2DUP\":110,\"OP_3DUP\":111,\"OP_2OVER\":112,\"OP_2ROT\":113,\"OP_2SWAP\":114,\"OP_IFDUP\":115,\"OP_DEPTH\":116,\"OP_DROP\":117,\"OP_DUP\":118,\"OP_NIP\":119,\"OP_OVER\":120,\"OP_PICK\":121,\"OP_ROLL\":122,\"OP_ROT\":123,\"OP_SWAP\":124,\"OP_TUCK\":125,\"OP_CAT\":126,\"OP_SUBSTR\":127,\"OP_LEFT\":128,\"OP_RIGHT\":129,\"OP_SIZE\":130,\"OP_INVERT\":131,\"OP_AND\":132,\"OP_OR\":133,\"OP_XOR\":134,\"OP_EQUAL\":135,\"OP_EQUALVERIFY\":136,\"OP_RESERVED1\":137,\"OP_RESERVED2\":138,\"OP_1ADD\":139,\"OP_1SUB\":140,\"OP_2MUL\":141,\"OP_2DIV\":142,\"OP_NEGATE\":143,\"OP_ABS\":144,\"OP_NOT\":145,\"OP_0NOTEQUAL\":146,\"OP_ADD\":147,\"OP_SUB\":148,\"OP_MUL\":149,\"OP_DIV\":150,\"OP_MOD\":151,\"OP_LSHIFT\":152,\"OP_RSHIFT\":153,\"OP_BOOLAND\":154,\"OP_BOOLOR\":155,\"OP_NUMEQUAL\":156,\"OP_NUMEQUALVERIFY\":157,\"OP_NUMNOTEQUAL\":158,\"OP_LESSTHAN\":159,\"OP_GREATERTHAN\":160,\"OP_LESSTHANOREQUAL\":161,\"OP_GREATERTHANOREQUAL\":162,\"OP_MIN\":163,\"OP_MAX\":164,\"OP_WITHIN\":165,\"OP_RIPEMD160\":166,\"OP_SHA1\":167,\"OP_SHA256\":168,\"OP_HASH160\":169,\"OP_HASH256\":170,\"OP_CODESEPARATOR\":171,\"OP_CHECKSIG\":172,\"OP_CHECKSIGVERIFY\":173,\"OP_CHECKMULTISIG\":174,\"OP_CHECKMULTISIGVERIFY\":175,\"OP_NOP1\":176,\"OP_NOP2\":177,\"OP_CHECKLOCKTIMEVERIFY\":177,\"OP_NOP3\":178,\"OP_CHECKSEQUENCEVERIFY\":178,\"OP_NOP4\":179,\"OP_NOP5\":180,\"OP_NOP6\":181,\"OP_NOP7\":182,\"OP_NOP8\":183,\"OP_NOP9\":184,\"OP_NOP10\":185,\"OP_PUBKEYHASH\":253,\"OP_PUBKEY\":254,\"OP_INVALIDOPCODE\":255}");
/***/ }),
-/* 461 */
-/*!**********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/ethereum-cryptography/hash-utils.js ***!
- \**********************************************************************************************/
+/* 454 */
+/*!*******************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoin-ops/map.js ***!
+ \*******************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
-Object.defineProperty(exports, "__esModule", { value: true });
-function createHashFunction(hashConstructor) {
- return function (msg) {
- var hash = hashConstructor();
- hash.update(msg);
- return Buffer.from(hash.digest());
- };
+var OPS = __webpack_require__(/*! ./index.json */ 453);
+
+var map = {};
+for (var op in OPS) {
+ var code = OPS[op];
+ map[code] = op;
}
-exports.createHashFunction = createHashFunction;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+
+module.exports = map;
/***/ }),
-/* 462 */
+/* 455 */
/*!***********************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/keccak/js.js ***!
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/payments/lazy.js ***!
\***********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-module.exports = __webpack_require__(/*! ./lib/api */ 463)(__webpack_require__(/*! ./lib/keccak */ 466));
-
-/***/ }),
-/* 463 */
-/*!**********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/keccak/lib/api/index.js ***!
- \**********************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-var createKeccak = __webpack_require__(/*! ./keccak */ 464);
-var createShake = __webpack_require__(/*! ./shake */ 465);
-
-module.exports = function (KeccakState) {
- var Keccak = createKeccak(KeccakState);
- var Shake = createShake(KeccakState);
-
- return function (algorithm, options) {
- var hash = typeof algorithm === 'string' ? algorithm.toLowerCase() : algorithm;
- switch (hash) {
- case 'keccak224':return new Keccak(1152, 448, null, 224, options);
- case 'keccak256':return new Keccak(1088, 512, null, 256, options);
- case 'keccak384':return new Keccak(832, 768, null, 384, options);
- case 'keccak512':return new Keccak(576, 1024, null, 512, options);
-
- case 'sha3-224':return new Keccak(1152, 448, 0x06, 224, options);
- case 'sha3-256':return new Keccak(1088, 512, 0x06, 256, options);
- case 'sha3-384':return new Keccak(832, 768, 0x06, 384, options);
- case 'sha3-512':return new Keccak(576, 1024, 0x06, 512, options);
+"use strict";
- case 'shake128':return new Shake(1344, 256, 0x1f, options);
- case 'shake256':return new Shake(1088, 512, 0x1f, options);
+Object.defineProperty(exports, '__esModule', { value: true });
+function prop(object, name, f) {
+ Object.defineProperty(object, name, {
+ configurable: true,
+ enumerable: true,
+ get: function get() {
+ var _value = f.call(this);
+ this[name] = _value;
+ return _value;
+ },
+ set: function set(_value) {
+ Object.defineProperty(this, name, {
+ configurable: true,
+ enumerable: true,
+ value: _value,
+ writable: true });
- default:throw new Error('Invald algorithm: ' + algorithm);}
+ } });
+}
+exports.prop = prop;
+function value(f) {
+ var _value;
+ return function () {
+ if (_value !== undefined) return _value;
+ _value = f();
+ return _value;
};
-};
+}
+exports.value = value;
/***/ }),
-/* 464 */
-/*!***********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/keccak/lib/api/keccak.js ***!
- \***********************************************************************************/
+/* 456 */
+/*!***********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/payments/p2ms.js ***!
+ \***********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-/* WEBPACK VAR INJECTION */(function(Buffer) {function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var _require = __webpack_require__(/*! readable-stream */ 373),Transform = _require.Transform;
-
-module.exports = function (KeccakState) {return /*#__PURE__*/function (_Transform) {"use strict";_inherits(Keccak, _Transform);var _super = _createSuper(Keccak);
- function Keccak(rate, capacity, delimitedSuffix, hashBitLength, options) {var _this;_classCallCheck(this, Keccak);
- _this = _super.call(this, options);
-
- _this._rate = rate;
- _this._capacity = capacity;
- _this._delimitedSuffix = delimitedSuffix;
- _this._hashBitLength = hashBitLength;
- _this._options = options;
+"use strict";
- _this._state = new KeccakState();
- _this._state.initialize(rate, capacity);
- _this._finalized = false;return _this;
- }_createClass(Keccak, [{ key: "_transform", value: function _transform(
-
- chunk, encoding, callback) {
- var error = null;
- try {
- this.update(chunk, encoding);
- } catch (err) {
- error = err;
- }
-
- callback(error);
- } }, { key: "_flush", value: function _flush(
-
- callback) {
- var error = null;
- try {
- this.push(this.digest());
- } catch (err) {
- error = err;
- }
-
- callback(error);
- } }, { key: "update", value: function update(
-
- data, encoding) {
- if (!Buffer.isBuffer(data) && typeof data !== 'string') throw new TypeError('Data must be a string or a buffer');
- if (this._finalized) throw new Error('Digest already called');
- if (!Buffer.isBuffer(data)) data = Buffer.from(data, encoding);
-
- this._state.absorb(data);
-
- return this;
- } }, { key: "digest", value: function digest(
+Object.defineProperty(exports, '__esModule', { value: true });
+var networks_1 = __webpack_require__(/*! ../networks */ 444);
+var bscript = __webpack_require__(/*! ../script */ 447);
+var lazy = __webpack_require__(/*! ./lazy */ 455);
+var OPS = bscript.OPS;
+var typef = __webpack_require__(/*! typeforce */ 406);
+var ecc = __webpack_require__(/*! tiny-secp256k1 */ 404);
+var OP_INT_BASE = OPS.OP_RESERVED; // OP_1 - 1
+function stacksEqual(a, b) {
+ if (a.length !== b.length) return false;
+ return a.every(function (x, i) {
+ return x.equals(b[i]);
+ });
+}
+// input: OP_0 [signatures ...]
+// output: m [pubKeys ...] n OP_CHECKMULTISIG
+function p2ms(a, opts) {
+ if (
+ !a.input &&
+ !a.output &&
+ !(a.pubkeys && a.m !== undefined) &&
+ !a.signatures)
- encoding) {
- if (this._finalized) throw new Error('Digest already called');
- this._finalized = true;
+ throw new TypeError('Not enough data');
+ opts = Object.assign({ validate: true }, opts || {});
+ function isAcceptableSignature(x) {
+ return (
+ bscript.isCanonicalScriptSignature(x) ||
+ (opts.allowIncomplete && x === OPS.OP_0) !== undefined);
- if (this._delimitedSuffix) this._state.absorbLastFewBits(this._delimitedSuffix);
- var digest = this._state.squeeze(this._hashBitLength / 8);
- if (encoding !== undefined) digest = digest.toString(encoding);
+ }
+ typef(
+ {
+ network: typef.maybe(typef.Object),
+ m: typef.maybe(typef.Number),
+ n: typef.maybe(typef.Number),
+ output: typef.maybe(typef.Buffer),
+ pubkeys: typef.maybe(typef.arrayOf(ecc.isPoint)),
+ signatures: typef.maybe(typef.arrayOf(isAcceptableSignature)),
+ input: typef.maybe(typef.Buffer) },
- this._resetState();
+ a);
- return digest;
- }
+ var network = a.network || networks_1.bitcoin;
+ var o = { network: network };
+ var chunks = [];
+ var decoded = false;
+ function decode(output) {
+ if (decoded) return;
+ decoded = true;
+ chunks = bscript.decompile(output);
+ o.m = chunks[0] - OP_INT_BASE;
+ o.n = chunks[chunks.length - 2] - OP_INT_BASE;
+ o.pubkeys = chunks.slice(1, -2);
+ }
+ lazy.prop(o, 'output', function () {
+ if (!a.m) return;
+ if (!o.n) return;
+ if (!a.pubkeys) return;
+ return bscript.compile(
+ [].concat(
+ OP_INT_BASE + a.m,
+ a.pubkeys,
+ OP_INT_BASE + o.n,
+ OPS.OP_CHECKMULTISIG));
- // remove result from memory
- }, { key: "_resetState", value: function _resetState() {
- this._state.initialize(this._rate, this._capacity);
- return this;
- }
- // because sometimes we need hash right now and little later
- }, { key: "_clone", value: function _clone() {
- var clone = new Keccak(this._rate, this._capacity, this._delimitedSuffix, this._hashBitLength, this._options);
- this._state.copy(clone._state);
- clone._finalized = this._finalized;
+ });
+ lazy.prop(o, 'm', function () {
+ if (!o.output) return;
+ decode(o.output);
+ return o.m;
+ });
+ lazy.prop(o, 'n', function () {
+ if (!o.pubkeys) return;
+ return o.pubkeys.length;
+ });
+ lazy.prop(o, 'pubkeys', function () {
+ if (!a.output) return;
+ decode(a.output);
+ return o.pubkeys;
+ });
+ lazy.prop(o, 'signatures', function () {
+ if (!a.input) return;
+ return bscript.decompile(a.input).slice(1);
+ });
+ lazy.prop(o, 'input', function () {
+ if (!a.signatures) return;
+ return bscript.compile([OPS.OP_0].concat(a.signatures));
+ });
+ lazy.prop(o, 'witness', function () {
+ if (!o.input) return;
+ return [];
+ });
+ lazy.prop(o, 'name', function () {
+ if (!o.m || !o.n) return;
+ return "p2ms(".concat(o.m, " of ").concat(o.n, ")");
+ });
+ // extended validation
+ if (opts.validate) {
+ if (a.output) {
+ decode(a.output);
+ if (!typef.Number(chunks[0])) throw new TypeError('Output is invalid');
+ if (!typef.Number(chunks[chunks.length - 2]))
+ throw new TypeError('Output is invalid');
+ if (chunks[chunks.length - 1] !== OPS.OP_CHECKMULTISIG)
+ throw new TypeError('Output is invalid');
+ if (o.m <= 0 || o.n > 16 || o.m > o.n || o.n !== chunks.length - 3)
+ throw new TypeError('Output is invalid');
+ if (!o.pubkeys.every(function (x) {return ecc.isPoint(x);}))
+ throw new TypeError('Output is invalid');
+ if (a.m !== undefined && a.m !== o.m) throw new TypeError('m mismatch');
+ if (a.n !== undefined && a.n !== o.n) throw new TypeError('n mismatch');
+ if (a.pubkeys && !stacksEqual(a.pubkeys, o.pubkeys))
+ throw new TypeError('Pubkeys mismatch');
+ }
+ if (a.pubkeys) {
+ if (a.n !== undefined && a.n !== a.pubkeys.length)
+ throw new TypeError('Pubkey count mismatch');
+ o.n = a.pubkeys.length;
+ if (o.n < o.m) throw new TypeError('Pubkey count cannot be less than m');
+ }
+ if (a.signatures) {
+ if (a.signatures.length < o.m)
+ throw new TypeError('Not enough signatures provided');
+ if (a.signatures.length > o.m)
+ throw new TypeError('Too many signatures provided');
+ }
+ if (a.input) {
+ if (a.input[0] !== OPS.OP_0) throw new TypeError('Input is invalid');
+ if (
+ o.signatures.length === 0 ||
+ !o.signatures.every(isAcceptableSignature))
- return clone;
- } }]);return Keccak;}(Transform);};
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+ throw new TypeError('Input has invalid signature(s)');
+ if (a.signatures && !stacksEqual(a.signatures, o.signatures))
+ throw new TypeError('Signature mismatch');
+ if (a.m !== undefined && a.m !== a.signatures.length)
+ throw new TypeError('Signature count mismatch');
+ }
+ }
+ return Object.assign(o, a);
+}
+exports.p2ms = p2ms;
/***/ }),
-/* 465 */
-/*!**********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/keccak/lib/api/shake.js ***!
- \**********************************************************************************/
+/* 457 */
+/*!***********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/payments/p2pk.js ***!
+ \***********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-/* WEBPACK VAR INJECTION */(function(Buffer) {function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}function _inherits(subClass, superClass) {if (typeof superClass !== "function" && superClass !== null) {throw new TypeError("Super expression must either be null or a function");}subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });if (superClass) _setPrototypeOf(subClass, superClass);}function _setPrototypeOf(o, p) {_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {o.__proto__ = p;return o;};return _setPrototypeOf(o, p);}function _createSuper(Derived) {var hasNativeReflectConstruct = _isNativeReflectConstruct();return function _createSuperInternal() {var Super = _getPrototypeOf(Derived),result;if (hasNativeReflectConstruct) {var NewTarget = _getPrototypeOf(this).constructor;result = Reflect.construct(Super, arguments, NewTarget);} else {result = Super.apply(this, arguments);}return _possibleConstructorReturn(this, result);};}function _possibleConstructorReturn(self, call) {if (call && (typeof call === "object" || typeof call === "function")) {return call;}return _assertThisInitialized(self);}function _assertThisInitialized(self) {if (self === void 0) {throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return self;}function _isNativeReflectConstruct() {if (typeof Reflect === "undefined" || !Reflect.construct) return false;if (Reflect.construct.sham) return false;if (typeof Proxy === "function") return true;try {Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));return true;} catch (e) {return false;}}function _getPrototypeOf(o) {_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {return o.__proto__ || Object.getPrototypeOf(o);};return _getPrototypeOf(o);}var _require = __webpack_require__(/*! readable-stream */ 373),Transform = _require.Transform;
-
-module.exports = function (KeccakState) {return /*#__PURE__*/function (_Transform) {"use strict";_inherits(Shake, _Transform);var _super = _createSuper(Shake);
- function Shake(rate, capacity, delimitedSuffix, options) {var _this;_classCallCheck(this, Shake);
- _this = _super.call(this, options);
-
- _this._rate = rate;
- _this._capacity = capacity;
- _this._delimitedSuffix = delimitedSuffix;
- _this._options = options;
-
- _this._state = new KeccakState();
- _this._state.initialize(rate, capacity);
- _this._finalized = false;return _this;
- }_createClass(Shake, [{ key: "_transform", value: function _transform(
-
- chunk, encoding, callback) {
- var error = null;
- try {
- this.update(chunk, encoding);
- } catch (err) {
- error = err;
- }
-
- callback(error);
- } }, { key: "_flush", value: function _flush()
-
- {} }, { key: "_read", value: function _read(
-
- size) {
- this.push(this.squeeze(size));
- } }, { key: "update", value: function update(
-
- data, encoding) {
- if (!Buffer.isBuffer(data) && typeof data !== 'string') throw new TypeError('Data must be a string or a buffer');
- if (this._finalized) throw new Error('Squeeze already called');
- if (!Buffer.isBuffer(data)) data = Buffer.from(data, encoding);
-
- this._state.absorb(data);
-
- return this;
- } }, { key: "squeeze", value: function squeeze(
-
- dataByteLength, encoding) {
- if (!this._finalized) {
- this._finalized = true;
- this._state.absorbLastFewBits(this._delimitedSuffix);
- }
-
- var data = this._state.squeeze(dataByteLength);
- if (encoding !== undefined) data = data.toString(encoding);
-
- return data;
- } }, { key: "_resetState", value: function _resetState()
+"use strict";
- {
- this._state.initialize(this._rate, this._capacity);
- return this;
- } }, { key: "_clone", value: function _clone()
+Object.defineProperty(exports, '__esModule', { value: true });
+var networks_1 = __webpack_require__(/*! ../networks */ 444);
+var bscript = __webpack_require__(/*! ../script */ 447);
+var lazy = __webpack_require__(/*! ./lazy */ 455);
+var typef = __webpack_require__(/*! typeforce */ 406);
+var OPS = bscript.OPS;
+var ecc = __webpack_require__(/*! tiny-secp256k1 */ 404);
+// input: {signature}
+// output: {pubKey} OP_CHECKSIG
+function p2pk(a, opts) {
+ if (!a.input && !a.output && !a.pubkey && !a.input && !a.signature)
+ throw new TypeError('Not enough data');
+ opts = Object.assign({ validate: true }, opts || {});
+ typef(
+ {
+ network: typef.maybe(typef.Object),
+ output: typef.maybe(typef.Buffer),
+ pubkey: typef.maybe(ecc.isPoint),
+ signature: typef.maybe(bscript.isCanonicalScriptSignature),
+ input: typef.maybe(typef.Buffer) },
- {
- var clone = new Shake(this._rate, this._capacity, this._delimitedSuffix, this._options);
- this._state.copy(clone._state);
- clone._finalized = this._finalized;
+ a);
- return clone;
- } }]);return Shake;}(Transform);};
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+ var _chunks = lazy.value(function () {
+ return bscript.decompile(a.input);
+ });
+ var network = a.network || networks_1.bitcoin;
+ var o = { name: 'p2pk', network: network };
+ lazy.prop(o, 'output', function () {
+ if (!a.pubkey) return;
+ return bscript.compile([a.pubkey, OPS.OP_CHECKSIG]);
+ });
+ lazy.prop(o, 'pubkey', function () {
+ if (!a.output) return;
+ return a.output.slice(1, -1);
+ });
+ lazy.prop(o, 'signature', function () {
+ if (!a.input) return;
+ return _chunks()[0];
+ });
+ lazy.prop(o, 'input', function () {
+ if (!a.signature) return;
+ return bscript.compile([a.signature]);
+ });
+ lazy.prop(o, 'witness', function () {
+ if (!o.input) return;
+ return [];
+ });
+ // extended validation
+ if (opts.validate) {
+ if (a.output) {
+ if (a.output[a.output.length - 1] !== OPS.OP_CHECKSIG)
+ throw new TypeError('Output is invalid');
+ if (!ecc.isPoint(o.pubkey))
+ throw new TypeError('Output pubkey is invalid');
+ if (a.pubkey && !a.pubkey.equals(o.pubkey))
+ throw new TypeError('Pubkey mismatch');
+ }
+ if (a.signature) {
+ if (a.input && !a.input.equals(o.input))
+ throw new TypeError('Signature mismatch');
+ }
+ if (a.input) {
+ if (_chunks().length !== 1) throw new TypeError('Input is invalid');
+ if (!bscript.isCanonicalScriptSignature(o.signature))
+ throw new TypeError('Input has invalid signature');
+ }
+ }
+ return Object.assign(o, a);
+}
+exports.p2pk = p2pk;
/***/ }),
-/* 466 */
-/*!*******************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/keccak/lib/keccak.js ***!
- \*******************************************************************************/
+/* 458 */
+/*!************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/payments/p2pkh.js ***!
+ \************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-/* WEBPACK VAR INJECTION */(function(Buffer) {var keccakState = __webpack_require__(/*! ./keccak-state-unroll */ 467);
-
-function Keccak() {
- // much faster than `new Array(50)`
- this.state = [
- 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0];
-
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+Object.defineProperty(exports, '__esModule', { value: true });
+var bcrypto = __webpack_require__(/*! ../crypto */ 459);
+var networks_1 = __webpack_require__(/*! ../networks */ 444);
+var bscript = __webpack_require__(/*! ../script */ 447);
+var lazy = __webpack_require__(/*! ./lazy */ 455);
+var typef = __webpack_require__(/*! typeforce */ 406);
+var OPS = bscript.OPS;
+var ecc = __webpack_require__(/*! tiny-secp256k1 */ 404);
+var bs58check = __webpack_require__(/*! bs58check */ 400);
+// input: {signature} {pubkey}
+// output: OP_DUP OP_HASH160 {hash160(pubkey)} OP_EQUALVERIFY OP_CHECKSIG
+function p2pkh(a, opts) {
+ if (!a.address && !a.hash && !a.output && !a.pubkey && !a.input)
+ throw new TypeError('Not enough data');
+ opts = Object.assign({ validate: true }, opts || {});
+ typef(
+ {
+ network: typef.maybe(typef.Object),
+ address: typef.maybe(typef.String),
+ hash: typef.maybe(typef.BufferN(20)),
+ output: typef.maybe(typef.BufferN(25)),
+ pubkey: typef.maybe(ecc.isPoint),
+ signature: typef.maybe(bscript.isCanonicalScriptSignature),
+ input: typef.maybe(typef.Buffer) },
- this.blockSize = null;
- this.count = 0;
- this.squeezing = false;
-}
+ a);
-Keccak.prototype.initialize = function (rate, capacity) {
- for (var i = 0; i < 50; ++i) {this.state[i] = 0;}
- this.blockSize = rate / 8;
- this.count = 0;
- this.squeezing = false;
-};
+ var _address = lazy.value(function () {
+ var payload = bs58check.decode(a.address);
+ var version = payload.readUInt8(0);
+ var hash = payload.slice(1);
+ return { version: version, hash: hash };
+ });
+ var _chunks = lazy.value(function () {
+ return bscript.decompile(a.input);
+ });
+ var network = a.network || networks_1.bitcoin;
+ var o = { name: 'p2pkh', network: network };
+ lazy.prop(o, 'address', function () {
+ if (!o.hash) return;
+ var payload = Buffer.allocUnsafe(21);
+ payload.writeUInt8(network.pubKeyHash, 0);
+ o.hash.copy(payload, 1);
+ return bs58check.encode(payload);
+ });
+ lazy.prop(o, 'hash', function () {
+ if (a.output) return a.output.slice(3, 23);
+ if (a.address) return _address().hash;
+ if (a.pubkey || o.pubkey) return bcrypto.hash160(a.pubkey || o.pubkey);
+ });
+ lazy.prop(o, 'output', function () {
+ if (!o.hash) return;
+ return bscript.compile([
+ OPS.OP_DUP,
+ OPS.OP_HASH160,
+ o.hash,
+ OPS.OP_EQUALVERIFY,
+ OPS.OP_CHECKSIG]);
-Keccak.prototype.absorb = function (data) {
- for (var i = 0; i < data.length; ++i) {
- this.state[~~(this.count / 4)] ^= data[i] << 8 * (this.count % 4);
- this.count += 1;
- if (this.count === this.blockSize) {
- keccakState.p1600(this.state);
- this.count = 0;
+ });
+ lazy.prop(o, 'pubkey', function () {
+ if (!a.input) return;
+ return _chunks()[1];
+ });
+ lazy.prop(o, 'signature', function () {
+ if (!a.input) return;
+ return _chunks()[0];
+ });
+ lazy.prop(o, 'input', function () {
+ if (!a.pubkey) return;
+ if (!a.signature) return;
+ return bscript.compile([a.signature, a.pubkey]);
+ });
+ lazy.prop(o, 'witness', function () {
+ if (!o.input) return;
+ return [];
+ });
+ // extended validation
+ if (opts.validate) {
+ var hash = Buffer.from([]);
+ if (a.address) {
+ if (_address().version !== network.pubKeyHash)
+ throw new TypeError('Invalid version or Network mismatch');
+ if (_address().hash.length !== 20) throw new TypeError('Invalid address');
+ hash = _address().hash;
}
- }
-};
-
-Keccak.prototype.absorbLastFewBits = function (bits) {
- this.state[~~(this.count / 4)] ^= bits << 8 * (this.count % 4);
- if ((bits & 0x80) !== 0 && this.count === this.blockSize - 1) keccakState.p1600(this.state);
- this.state[~~((this.blockSize - 1) / 4)] ^= 0x80 << 8 * ((this.blockSize - 1) % 4);
- keccakState.p1600(this.state);
- this.count = 0;
- this.squeezing = true;
-};
-
-Keccak.prototype.squeeze = function (length) {
- if (!this.squeezing) this.absorbLastFewBits(0x01);
+ if (a.hash) {
+ if (hash.length > 0 && !hash.equals(a.hash))
+ throw new TypeError('Hash mismatch');else
+ hash = a.hash;
+ }
+ if (a.output) {
+ if (
+ a.output.length !== 25 ||
+ a.output[0] !== OPS.OP_DUP ||
+ a.output[1] !== OPS.OP_HASH160 ||
+ a.output[2] !== 0x14 ||
+ a.output[23] !== OPS.OP_EQUALVERIFY ||
+ a.output[24] !== OPS.OP_CHECKSIG)
- var output = Buffer.alloc(length);
- for (var i = 0; i < length; ++i) {
- output[i] = this.state[~~(this.count / 4)] >>> 8 * (this.count % 4) & 0xff;
- this.count += 1;
- if (this.count === this.blockSize) {
- keccakState.p1600(this.state);
- this.count = 0;
+ throw new TypeError('Output is invalid');
+ var hash2 = a.output.slice(3, 23);
+ if (hash.length > 0 && !hash.equals(hash2))
+ throw new TypeError('Hash mismatch');else
+ hash = hash2;
+ }
+ if (a.pubkey) {
+ var pkh = bcrypto.hash160(a.pubkey);
+ if (hash.length > 0 && !hash.equals(pkh))
+ throw new TypeError('Hash mismatch');else
+ hash = pkh;
+ }
+ if (a.input) {
+ var chunks = _chunks();
+ if (chunks.length !== 2) throw new TypeError('Input is invalid');
+ if (!bscript.isCanonicalScriptSignature(chunks[0]))
+ throw new TypeError('Input has invalid signature');
+ if (!ecc.isPoint(chunks[1]))
+ throw new TypeError('Input has invalid pubkey');
+ if (a.signature && !a.signature.equals(chunks[0]))
+ throw new TypeError('Signature mismatch');
+ if (a.pubkey && !a.pubkey.equals(chunks[1]))
+ throw new TypeError('Pubkey mismatch');
+ var _pkh = bcrypto.hash160(chunks[1]);
+ if (hash.length > 0 && !hash.equals(_pkh))
+ throw new TypeError('Hash mismatch');
}
}
+ return Object.assign(o, a);
+}
+exports.p2pkh = p2pkh;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
- return output;
-};
-
-Keccak.prototype.copy = function (dest) {
- for (var i = 0; i < 50; ++i) {dest.state[i] = this.state[i];}
- dest.blockSize = this.blockSize;
- dest.count = this.count;
- dest.squeezing = this.squeezing;
-};
+/***/ }),
+/* 459 */
+/*!****************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/crypto.js ***!
+ \****************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
-module.exports = Keccak;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+"use strict";
-/***/ }),
-/* 467 */
-/*!********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/keccak/lib/keccak-state-unroll.js ***!
- \********************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-var P1600_ROUND_CONSTANTS = [1, 0, 32898, 0, 32906, 2147483648, 2147516416, 2147483648, 32907, 0, 2147483649, 0, 2147516545, 2147483648, 32777, 2147483648, 138, 0, 136, 0, 2147516425, 0, 2147483658, 0, 2147516555, 0, 139, 2147483648, 32905, 2147483648, 32771, 2147483648, 32770, 2147483648, 128, 2147483648, 32778, 0, 2147483658, 2147483648, 2147516545, 2147483648, 32896, 2147483648, 2147483649, 0, 2147516424, 2147483648];
-
-exports.p1600 = function (s) {
- for (var round = 0; round < 24; ++round) {
- // theta
- var lo0 = s[0] ^ s[10] ^ s[20] ^ s[30] ^ s[40];
- var hi0 = s[1] ^ s[11] ^ s[21] ^ s[31] ^ s[41];
- var lo1 = s[2] ^ s[12] ^ s[22] ^ s[32] ^ s[42];
- var hi1 = s[3] ^ s[13] ^ s[23] ^ s[33] ^ s[43];
- var lo2 = s[4] ^ s[14] ^ s[24] ^ s[34] ^ s[44];
- var hi2 = s[5] ^ s[15] ^ s[25] ^ s[35] ^ s[45];
- var lo3 = s[6] ^ s[16] ^ s[26] ^ s[36] ^ s[46];
- var hi3 = s[7] ^ s[17] ^ s[27] ^ s[37] ^ s[47];
- var lo4 = s[8] ^ s[18] ^ s[28] ^ s[38] ^ s[48];
- var hi4 = s[9] ^ s[19] ^ s[29] ^ s[39] ^ s[49];
-
- var lo = lo4 ^ (lo1 << 1 | hi1 >>> 31);
- var hi = hi4 ^ (hi1 << 1 | lo1 >>> 31);
- var t1slo0 = s[0] ^ lo;
- var t1shi0 = s[1] ^ hi;
- var t1slo5 = s[10] ^ lo;
- var t1shi5 = s[11] ^ hi;
- var t1slo10 = s[20] ^ lo;
- var t1shi10 = s[21] ^ hi;
- var t1slo15 = s[30] ^ lo;
- var t1shi15 = s[31] ^ hi;
- var t1slo20 = s[40] ^ lo;
- var t1shi20 = s[41] ^ hi;
- lo = lo0 ^ (lo2 << 1 | hi2 >>> 31);
- hi = hi0 ^ (hi2 << 1 | lo2 >>> 31);
- var t1slo1 = s[2] ^ lo;
- var t1shi1 = s[3] ^ hi;
- var t1slo6 = s[12] ^ lo;
- var t1shi6 = s[13] ^ hi;
- var t1slo11 = s[22] ^ lo;
- var t1shi11 = s[23] ^ hi;
- var t1slo16 = s[32] ^ lo;
- var t1shi16 = s[33] ^ hi;
- var t1slo21 = s[42] ^ lo;
- var t1shi21 = s[43] ^ hi;
- lo = lo1 ^ (lo3 << 1 | hi3 >>> 31);
- hi = hi1 ^ (hi3 << 1 | lo3 >>> 31);
- var t1slo2 = s[4] ^ lo;
- var t1shi2 = s[5] ^ hi;
- var t1slo7 = s[14] ^ lo;
- var t1shi7 = s[15] ^ hi;
- var t1slo12 = s[24] ^ lo;
- var t1shi12 = s[25] ^ hi;
- var t1slo17 = s[34] ^ lo;
- var t1shi17 = s[35] ^ hi;
- var t1slo22 = s[44] ^ lo;
- var t1shi22 = s[45] ^ hi;
- lo = lo2 ^ (lo4 << 1 | hi4 >>> 31);
- hi = hi2 ^ (hi4 << 1 | lo4 >>> 31);
- var t1slo3 = s[6] ^ lo;
- var t1shi3 = s[7] ^ hi;
- var t1slo8 = s[16] ^ lo;
- var t1shi8 = s[17] ^ hi;
- var t1slo13 = s[26] ^ lo;
- var t1shi13 = s[27] ^ hi;
- var t1slo18 = s[36] ^ lo;
- var t1shi18 = s[37] ^ hi;
- var t1slo23 = s[46] ^ lo;
- var t1shi23 = s[47] ^ hi;
- lo = lo3 ^ (lo0 << 1 | hi0 >>> 31);
- hi = hi3 ^ (hi0 << 1 | lo0 >>> 31);
- var t1slo4 = s[8] ^ lo;
- var t1shi4 = s[9] ^ hi;
- var t1slo9 = s[18] ^ lo;
- var t1shi9 = s[19] ^ hi;
- var t1slo14 = s[28] ^ lo;
- var t1shi14 = s[29] ^ hi;
- var t1slo19 = s[38] ^ lo;
- var t1shi19 = s[39] ^ hi;
- var t1slo24 = s[48] ^ lo;
- var t1shi24 = s[49] ^ hi;
-
- // rho & pi
- var t2slo0 = t1slo0;
- var t2shi0 = t1shi0;
- var t2slo16 = t1shi5 << 4 | t1slo5 >>> 28;
- var t2shi16 = t1slo5 << 4 | t1shi5 >>> 28;
- var t2slo7 = t1slo10 << 3 | t1shi10 >>> 29;
- var t2shi7 = t1shi10 << 3 | t1slo10 >>> 29;
- var t2slo23 = t1shi15 << 9 | t1slo15 >>> 23;
- var t2shi23 = t1slo15 << 9 | t1shi15 >>> 23;
- var t2slo14 = t1slo20 << 18 | t1shi20 >>> 14;
- var t2shi14 = t1shi20 << 18 | t1slo20 >>> 14;
- var t2slo10 = t1slo1 << 1 | t1shi1 >>> 31;
- var t2shi10 = t1shi1 << 1 | t1slo1 >>> 31;
- var t2slo1 = t1shi6 << 12 | t1slo6 >>> 20;
- var t2shi1 = t1slo6 << 12 | t1shi6 >>> 20;
- var t2slo17 = t1slo11 << 10 | t1shi11 >>> 22;
- var t2shi17 = t1shi11 << 10 | t1slo11 >>> 22;
- var t2slo8 = t1shi16 << 13 | t1slo16 >>> 19;
- var t2shi8 = t1slo16 << 13 | t1shi16 >>> 19;
- var t2slo24 = t1slo21 << 2 | t1shi21 >>> 30;
- var t2shi24 = t1shi21 << 2 | t1slo21 >>> 30;
- var t2slo20 = t1shi2 << 30 | t1slo2 >>> 2;
- var t2shi20 = t1slo2 << 30 | t1shi2 >>> 2;
- var t2slo11 = t1slo7 << 6 | t1shi7 >>> 26;
- var t2shi11 = t1shi7 << 6 | t1slo7 >>> 26;
- var t2slo2 = t1shi12 << 11 | t1slo12 >>> 21;
- var t2shi2 = t1slo12 << 11 | t1shi12 >>> 21;
- var t2slo18 = t1slo17 << 15 | t1shi17 >>> 17;
- var t2shi18 = t1shi17 << 15 | t1slo17 >>> 17;
- var t2slo9 = t1shi22 << 29 | t1slo22 >>> 3;
- var t2shi9 = t1slo22 << 29 | t1shi22 >>> 3;
- var t2slo5 = t1slo3 << 28 | t1shi3 >>> 4;
- var t2shi5 = t1shi3 << 28 | t1slo3 >>> 4;
- var t2slo21 = t1shi8 << 23 | t1slo8 >>> 9;
- var t2shi21 = t1slo8 << 23 | t1shi8 >>> 9;
- var t2slo12 = t1slo13 << 25 | t1shi13 >>> 7;
- var t2shi12 = t1shi13 << 25 | t1slo13 >>> 7;
- var t2slo3 = t1slo18 << 21 | t1shi18 >>> 11;
- var t2shi3 = t1shi18 << 21 | t1slo18 >>> 11;
- var t2slo19 = t1shi23 << 24 | t1slo23 >>> 8;
- var t2shi19 = t1slo23 << 24 | t1shi23 >>> 8;
- var t2slo15 = t1slo4 << 27 | t1shi4 >>> 5;
- var t2shi15 = t1shi4 << 27 | t1slo4 >>> 5;
- var t2slo6 = t1slo9 << 20 | t1shi9 >>> 12;
- var t2shi6 = t1shi9 << 20 | t1slo9 >>> 12;
- var t2slo22 = t1shi14 << 7 | t1slo14 >>> 25;
- var t2shi22 = t1slo14 << 7 | t1shi14 >>> 25;
- var t2slo13 = t1slo19 << 8 | t1shi19 >>> 24;
- var t2shi13 = t1shi19 << 8 | t1slo19 >>> 24;
- var t2slo4 = t1slo24 << 14 | t1shi24 >>> 18;
- var t2shi4 = t1shi24 << 14 | t1slo24 >>> 18;
-
- // chi
- s[0] = t2slo0 ^ ~t2slo1 & t2slo2;
- s[1] = t2shi0 ^ ~t2shi1 & t2shi2;
- s[10] = t2slo5 ^ ~t2slo6 & t2slo7;
- s[11] = t2shi5 ^ ~t2shi6 & t2shi7;
- s[20] = t2slo10 ^ ~t2slo11 & t2slo12;
- s[21] = t2shi10 ^ ~t2shi11 & t2shi12;
- s[30] = t2slo15 ^ ~t2slo16 & t2slo17;
- s[31] = t2shi15 ^ ~t2shi16 & t2shi17;
- s[40] = t2slo20 ^ ~t2slo21 & t2slo22;
- s[41] = t2shi20 ^ ~t2shi21 & t2shi22;
- s[2] = t2slo1 ^ ~t2slo2 & t2slo3;
- s[3] = t2shi1 ^ ~t2shi2 & t2shi3;
- s[12] = t2slo6 ^ ~t2slo7 & t2slo8;
- s[13] = t2shi6 ^ ~t2shi7 & t2shi8;
- s[22] = t2slo11 ^ ~t2slo12 & t2slo13;
- s[23] = t2shi11 ^ ~t2shi12 & t2shi13;
- s[32] = t2slo16 ^ ~t2slo17 & t2slo18;
- s[33] = t2shi16 ^ ~t2shi17 & t2shi18;
- s[42] = t2slo21 ^ ~t2slo22 & t2slo23;
- s[43] = t2shi21 ^ ~t2shi22 & t2shi23;
- s[4] = t2slo2 ^ ~t2slo3 & t2slo4;
- s[5] = t2shi2 ^ ~t2shi3 & t2shi4;
- s[14] = t2slo7 ^ ~t2slo8 & t2slo9;
- s[15] = t2shi7 ^ ~t2shi8 & t2shi9;
- s[24] = t2slo12 ^ ~t2slo13 & t2slo14;
- s[25] = t2shi12 ^ ~t2shi13 & t2shi14;
- s[34] = t2slo17 ^ ~t2slo18 & t2slo19;
- s[35] = t2shi17 ^ ~t2shi18 & t2shi19;
- s[44] = t2slo22 ^ ~t2slo23 & t2slo24;
- s[45] = t2shi22 ^ ~t2shi23 & t2shi24;
- s[6] = t2slo3 ^ ~t2slo4 & t2slo0;
- s[7] = t2shi3 ^ ~t2shi4 & t2shi0;
- s[16] = t2slo8 ^ ~t2slo9 & t2slo5;
- s[17] = t2shi8 ^ ~t2shi9 & t2shi5;
- s[26] = t2slo13 ^ ~t2slo14 & t2slo10;
- s[27] = t2shi13 ^ ~t2shi14 & t2shi10;
- s[36] = t2slo18 ^ ~t2slo19 & t2slo15;
- s[37] = t2shi18 ^ ~t2shi19 & t2shi15;
- s[46] = t2slo23 ^ ~t2slo24 & t2slo20;
- s[47] = t2shi23 ^ ~t2shi24 & t2shi20;
- s[8] = t2slo4 ^ ~t2slo0 & t2slo1;
- s[9] = t2shi4 ^ ~t2shi0 & t2shi1;
- s[18] = t2slo9 ^ ~t2slo5 & t2slo6;
- s[19] = t2shi9 ^ ~t2shi5 & t2shi6;
- s[28] = t2slo14 ^ ~t2slo10 & t2slo11;
- s[29] = t2shi14 ^ ~t2shi10 & t2shi11;
- s[38] = t2slo19 ^ ~t2slo15 & t2slo16;
- s[39] = t2shi19 ^ ~t2shi15 & t2shi16;
- s[48] = t2slo24 ^ ~t2slo20 & t2slo21;
- s[49] = t2shi24 ^ ~t2shi20 & t2shi21;
-
- // iota
- s[0] ^= P1600_ROUND_CONSTANTS[round * 2];
- s[1] ^= P1600_ROUND_CONSTANTS[round * 2 + 1];
+Object.defineProperty(exports, '__esModule', { value: true });
+var createHash = __webpack_require__(/*! create-hash */ 341);
+function ripemd160(buffer) {
+ try {
+ return createHash('rmd160').
+ update(buffer).
+ digest();
+ } catch (err) {
+ return createHash('ripemd160').
+ update(buffer).
+ digest();
}
-};
+}
+exports.ripemd160 = ripemd160;
+function sha1(buffer) {
+ return createHash('sha1').
+ update(buffer).
+ digest();
+}
+exports.sha1 = sha1;
+function sha256(buffer) {
+ return createHash('sha256').
+ update(buffer).
+ digest();
+}
+exports.sha256 = sha256;
+function hash160(buffer) {
+ return ripemd160(sha256(buffer));
+}
+exports.hash160 = hash160;
+function hash256(buffer) {
+ return sha256(sha256(buffer));
+}
+exports.hash256 = hash256;
/***/ }),
-/* 468 */
-/*!********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/ethereumjs-util/dist/signature.js ***!
- \********************************************************************************************/
+/* 460 */
+/*!***********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/payments/p2sh.js ***!
+ \***********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
/* WEBPACK VAR INJECTION */(function(Buffer) {
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.hashPersonalMessage = exports.isValidSignature = exports.fromRpcSig = exports.toRpcSig = exports.ecrecover = exports.ecsign = void 0;
-var secp256k1 = __webpack_require__(/*! ./secp256k1v3-adapter */ 440);
-var BN = __webpack_require__(/*! bn.js */ 75);
-var bytes_1 = __webpack_require__(/*! ./bytes */ 458);
-var hash_1 = __webpack_require__(/*! ./hash */ 459);
-/**
- * Returns the ECDSA signature of a message hash.
- */
-exports.ecsign = function (msgHash, privateKey, chainId) {
- var sig = secp256k1.sign(msgHash, privateKey);
- var recovery = sig.recovery;
- var ret = {
- r: sig.signature.slice(0, 32),
- s: sig.signature.slice(32, 64),
- v: chainId ? recovery + (chainId * 2 + 35) : recovery + 27 };
+Object.defineProperty(exports, '__esModule', { value: true });
+var bcrypto = __webpack_require__(/*! ../crypto */ 459);
+var networks_1 = __webpack_require__(/*! ../networks */ 444);
+var bscript = __webpack_require__(/*! ../script */ 447);
+var lazy = __webpack_require__(/*! ./lazy */ 455);
+var typef = __webpack_require__(/*! typeforce */ 406);
+var OPS = bscript.OPS;
+var bs58check = __webpack_require__(/*! bs58check */ 400);
+function stacksEqual(a, b) {
+ if (a.length !== b.length) return false;
+ return a.every(function (x, i) {
+ return x.equals(b[i]);
+ });
+}
+// input: [redeemScriptSig ...] {redeemScript}
+// witness: >
+// output: OP_HASH160 {hash160(redeemScript)} OP_EQUAL
+function p2sh(a, opts) {
+ if (!a.address && !a.hash && !a.output && !a.redeem && !a.input)
+ throw new TypeError('Not enough data');
+ opts = Object.assign({ validate: true }, opts || {});
+ typef(
+ {
+ network: typef.maybe(typef.Object),
+ address: typef.maybe(typef.String),
+ hash: typef.maybe(typef.BufferN(20)),
+ output: typef.maybe(typef.BufferN(23)),
+ redeem: typef.maybe({
+ network: typef.maybe(typef.Object),
+ output: typef.maybe(typef.Buffer),
+ input: typef.maybe(typef.Buffer),
+ witness: typef.maybe(typef.arrayOf(typef.Buffer)) }),
- return ret;
-};
-/**
- * ECDSA public key recovery from signature.
- * @returns Recovered public key
- */
-exports.ecrecover = function (msgHash, v, r, s, chainId) {
- var signature = Buffer.concat([bytes_1.setLength(r, 32), bytes_1.setLength(s, 32)], 64);
- var recovery = calculateSigRecovery(v, chainId);
- if (!isValidSigRecovery(recovery)) {
- throw new Error('Invalid signature v value');
- }
- var senderPubKey = secp256k1.recover(msgHash, signature, recovery);
- return secp256k1.publicKeyConvert(senderPubKey, false).slice(1);
-};
-/**
- * Convert signature parameters into the format of `eth_sign` RPC method.
- * @returns Signature
- */
-exports.toRpcSig = function (v, r, s, chainId) {
- var recovery = calculateSigRecovery(v, chainId);
- if (!isValidSigRecovery(recovery)) {
- throw new Error('Invalid signature v value');
- }
- // geth (and the RPC eth_sign method) uses the 65 byte format used by Bitcoin
- return bytes_1.bufferToHex(Buffer.concat([bytes_1.setLengthLeft(r, 32), bytes_1.setLengthLeft(s, 32), bytes_1.toBuffer(v)]));
-};
-/**
- * Convert signature format of the `eth_sign` RPC method to signature parameters
- * NOTE: all because of a bug in geth: https://github.com/ethereum/go-ethereum/issues/2053
- */
-exports.fromRpcSig = function (sig) {
- var buf = bytes_1.toBuffer(sig);
- // NOTE: with potential introduction of chainId this might need to be updated
- if (buf.length !== 65) {
- throw new Error('Invalid signature length');
- }
- var v = buf[64];
- // support both versions of `eth_sign` responses
- if (v < 27) {
- v += 27;
- }
- return {
- v: v,
- r: buf.slice(0, 32),
- s: buf.slice(32, 64) };
+ input: typef.maybe(typef.Buffer),
+ witness: typef.maybe(typef.arrayOf(typef.Buffer)) },
-};
-/**
- * Validate a ECDSA signature.
- * @param homesteadOrLater Indicates whether this is being used on either the homestead hardfork or a later one
- */
-exports.isValidSignature = function (v, r, s, homesteadOrLater, chainId) {
- if (homesteadOrLater === void 0) {homesteadOrLater = true;}
- var SECP256K1_N_DIV_2 = new BN('7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0', 16);
- var SECP256K1_N = new BN('fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141', 16);
- if (r.length !== 32 || s.length !== 32) {
- return false;
- }
- if (!isValidSigRecovery(calculateSigRecovery(v, chainId))) {
- return false;
- }
- var rBN = new BN(r);
- var sBN = new BN(s);
- if (rBN.isZero() || rBN.gt(SECP256K1_N) || sBN.isZero() || sBN.gt(SECP256K1_N)) {
- return false;
+ a);
+
+ var network = a.network;
+ if (!network) {
+ network = a.redeem && a.redeem.network || networks_1.bitcoin;
}
- if (homesteadOrLater && sBN.cmp(SECP256K1_N_DIV_2) === 1) {
- return false;
+ var o = { network: network };
+ var _address = lazy.value(function () {
+ var payload = bs58check.decode(a.address);
+ var version = payload.readUInt8(0);
+ var hash = payload.slice(1);
+ return { version: version, hash: hash };
+ });
+ var _chunks = lazy.value(function () {
+ return bscript.decompile(a.input);
+ });
+ var _redeem = lazy.value(function () {
+ var chunks = _chunks();
+ return {
+ network: network,
+ output: chunks[chunks.length - 1],
+ input: bscript.compile(chunks.slice(0, -1)),
+ witness: a.witness || [] };
+
+ });
+ // output dependents
+ lazy.prop(o, 'address', function () {
+ if (!o.hash) return;
+ var payload = Buffer.allocUnsafe(21);
+ payload.writeUInt8(o.network.scriptHash, 0);
+ o.hash.copy(payload, 1);
+ return bs58check.encode(payload);
+ });
+ lazy.prop(o, 'hash', function () {
+ // in order of least effort
+ if (a.output) return a.output.slice(2, 22);
+ if (a.address) return _address().hash;
+ if (o.redeem && o.redeem.output) return bcrypto.hash160(o.redeem.output);
+ });
+ lazy.prop(o, 'output', function () {
+ if (!o.hash) return;
+ return bscript.compile([OPS.OP_HASH160, o.hash, OPS.OP_EQUAL]);
+ });
+ // input dependents
+ lazy.prop(o, 'redeem', function () {
+ if (!a.input) return;
+ return _redeem();
+ });
+ lazy.prop(o, 'input', function () {
+ if (!a.redeem || !a.redeem.input || !a.redeem.output) return;
+ return bscript.compile(
+ [].concat(bscript.decompile(a.redeem.input), a.redeem.output));
+
+ });
+ lazy.prop(o, 'witness', function () {
+ if (o.redeem && o.redeem.witness) return o.redeem.witness;
+ if (o.input) return [];
+ });
+ lazy.prop(o, 'name', function () {
+ var nameParts = ['p2sh'];
+ if (o.redeem !== undefined) nameParts.push(o.redeem.name);
+ return nameParts.join('-');
+ });
+ if (opts.validate) {
+ var hash = Buffer.from([]);
+ if (a.address) {
+ if (_address().version !== network.scriptHash)
+ throw new TypeError('Invalid version or Network mismatch');
+ if (_address().hash.length !== 20) throw new TypeError('Invalid address');
+ hash = _address().hash;
+ }
+ if (a.hash) {
+ if (hash.length > 0 && !hash.equals(a.hash))
+ throw new TypeError('Hash mismatch');else
+ hash = a.hash;
+ }
+ if (a.output) {
+ if (
+ a.output.length !== 23 ||
+ a.output[0] !== OPS.OP_HASH160 ||
+ a.output[1] !== 0x14 ||
+ a.output[22] !== OPS.OP_EQUAL)
+
+ throw new TypeError('Output is invalid');
+ var hash2 = a.output.slice(2, 22);
+ if (hash.length > 0 && !hash.equals(hash2))
+ throw new TypeError('Hash mismatch');else
+ hash = hash2;
+ }
+ // inlined to prevent 'no-inner-declarations' failing
+ var checkRedeem = function checkRedeem(redeem) {
+ // is the redeem output empty/invalid?
+ if (redeem.output) {
+ var decompile = bscript.decompile(redeem.output);
+ if (!decompile || decompile.length < 1)
+ throw new TypeError('Redeem.output too short');
+ // match hash against other sources
+ var _hash = bcrypto.hash160(redeem.output);
+ if (hash.length > 0 && !hash.equals(_hash))
+ throw new TypeError('Hash mismatch');else
+ hash = _hash;
+ }
+ if (redeem.input) {
+ var hasInput = redeem.input.length > 0;
+ var hasWitness = redeem.witness && redeem.witness.length > 0;
+ if (!hasInput && !hasWitness) throw new TypeError('Empty input');
+ if (hasInput && hasWitness)
+ throw new TypeError('Input and witness provided');
+ if (hasInput) {
+ var richunks = bscript.decompile(redeem.input);
+ if (!bscript.isPushOnly(richunks))
+ throw new TypeError('Non push-only scriptSig');
+ }
+ }
+ };
+ if (a.input) {
+ var chunks = _chunks();
+ if (!chunks || chunks.length < 1) throw new TypeError('Input too short');
+ if (!Buffer.isBuffer(_redeem().output))
+ throw new TypeError('Input is invalid');
+ checkRedeem(_redeem());
+ }
+ if (a.redeem) {
+ if (a.redeem.network && a.redeem.network !== network)
+ throw new TypeError('Network mismatch');
+ if (a.input) {
+ var redeem = _redeem();
+ if (a.redeem.output && !a.redeem.output.equals(redeem.output))
+ throw new TypeError('Redeem.output mismatch');
+ if (a.redeem.input && !a.redeem.input.equals(redeem.input))
+ throw new TypeError('Redeem.input mismatch');
+ }
+ checkRedeem(a.redeem);
+ }
+ if (a.witness) {
+ if (
+ a.redeem &&
+ a.redeem.witness &&
+ !stacksEqual(a.redeem.witness, a.witness))
+
+ throw new TypeError('Witness and redeem.witness mismatch');
+ }
}
- return true;
-};
-/**
- * Returns the keccak-256 hash of `message`, prefixed with the header used by the `eth_sign` RPC call.
- * The output of this function can be fed into `ecsign` to produce the same signature as the `eth_sign`
- * call for a given `message`, or fed to `ecrecover` along with a signature to recover the public key
- * used to produce the signature.
- */
-exports.hashPersonalMessage = function (message) {
- var prefix = Buffer.from("\x19Ethereum Signed Message:\n" + message.length.toString(), 'utf-8');
- return hash_1.keccak(Buffer.concat([prefix, message]));
-};
-function calculateSigRecovery(v, chainId) {
- return chainId ? v - (2 * chainId + 35) : v - 27;
-}
-function isValidSigRecovery(recovery) {
- return recovery === 0 || recovery === 1;
+ return Object.assign(o, a);
}
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+exports.p2sh = p2sh;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
/***/ }),
-/* 469 */
-/*!*****************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/ethereumjs-util/dist/object.js ***!
- \*****************************************************************************************/
+/* 461 */
+/*!*************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/payments/p2wpkh.js ***!
+ \*************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
/* WEBPACK VAR INJECTION */(function(Buffer) {
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.defineProperties = void 0;
-var assert = __webpack_require__(/*! assert */ 454);
-var ethjsUtil = __webpack_require__(/*! ethjs-util */ 448);
-var rlp = __webpack_require__(/*! rlp */ 451);
-var bytes_1 = __webpack_require__(/*! ./bytes */ 458);
-/**
- * Defines properties on a `Object`. It make the assumption that underlying data is binary.
- * @param self the `Object` to define properties on
- * @param fields an array fields to define. Fields can contain:
- * * `name` - the name of the properties
- * * `length` - the number of bytes the field can have
- * * `allowLess` - if the field can be less than the length
- * * `allowEmpty`
- * @param data data to be validated against the definitions
- * @deprecated
- */
-exports.defineProperties = function (self, fields, data) {
- self.raw = [];
- self._fields = [];
- // attach the `toJSON`
- self.toJSON = function (label) {
- if (label === void 0) {label = false;}
- if (label) {
- var obj_1 = {};
- self._fields.forEach(function (field) {
- obj_1[field] = "0x" + self[field].toString('hex');
- });
- return obj_1;
- }
- return bytes_1.baToJSON(self.raw);
- };
- self.serialize = function serialize() {
- return rlp.encode(self.raw);
- };
- fields.forEach(function (field, i) {
- self._fields.push(field.name);
- function getter() {
- return self.raw[i];
- }
- function setter(v) {
- v = bytes_1.toBuffer(v);
- if (v.toString('hex') === '00' && !field.allowZero) {
- v = Buffer.allocUnsafe(0);
- }
- if (field.allowLess && field.length) {
- v = bytes_1.stripZeros(v);
- assert(field.length >= v.length, "The field " + field.name + " must not have more " + field.length + " bytes");
- } else
- if (!(field.allowZero && v.length === 0) && field.length) {
- assert(field.length === v.length, "The field " + field.name + " must have byte length of " + field.length);
- }
- self.raw[i] = v;
- }
- Object.defineProperty(self, field.name, {
- enumerable: true,
- configurable: true,
- get: getter,
- set: setter });
+Object.defineProperty(exports, '__esModule', { value: true });
+var bcrypto = __webpack_require__(/*! ../crypto */ 459);
+var networks_1 = __webpack_require__(/*! ../networks */ 444);
+var bscript = __webpack_require__(/*! ../script */ 447);
+var lazy = __webpack_require__(/*! ./lazy */ 455);
+var typef = __webpack_require__(/*! typeforce */ 406);
+var OPS = bscript.OPS;
+var ecc = __webpack_require__(/*! tiny-secp256k1 */ 404);
+var bech32 = __webpack_require__(/*! bech32 */ 178);
+var EMPTY_BUFFER = Buffer.alloc(0);
+// witness: {signature} {pubKey}
+// input: <>
+// output: OP_0 {pubKeyHash}
+function p2wpkh(a, opts) {
+ if (!a.address && !a.hash && !a.output && !a.pubkey && !a.witness)
+ throw new TypeError('Not enough data');
+ opts = Object.assign({ validate: true }, opts || {});
+ typef(
+ {
+ address: typef.maybe(typef.String),
+ hash: typef.maybe(typef.BufferN(20)),
+ input: typef.maybe(typef.BufferN(0)),
+ network: typef.maybe(typef.Object),
+ output: typef.maybe(typef.BufferN(22)),
+ pubkey: typef.maybe(ecc.isPoint),
+ signature: typef.maybe(bscript.isCanonicalScriptSignature),
+ witness: typef.maybe(typef.arrayOf(typef.Buffer)) },
- if (field.default) {
- self[field.name] = field.default;
- }
- // attach alias
- if (field.alias) {
- Object.defineProperty(self, field.alias, {
- enumerable: false,
- configurable: true,
- set: setter,
- get: getter });
+ a);
+
+ var _address = lazy.value(function () {
+ var result = bech32.decode(a.address);
+ var version = result.words.shift();
+ var data = bech32.fromWords(result.words);
+ return {
+ version: version,
+ prefix: result.prefix,
+ data: Buffer.from(data) };
- }
});
- // if the constuctor is passed data
- if (data) {
- if (typeof data === 'string') {
- data = Buffer.from(ethjsUtil.stripHexPrefix(data), 'hex');
- }
- if (Buffer.isBuffer(data)) {
- data = rlp.decode(data);
+ var network = a.network || networks_1.bitcoin;
+ var o = { name: 'p2wpkh', network: network };
+ lazy.prop(o, 'address', function () {
+ if (!o.hash) return;
+ var words = bech32.toWords(o.hash);
+ words.unshift(0x00);
+ return bech32.encode(network.bech32, words);
+ });
+ lazy.prop(o, 'hash', function () {
+ if (a.output) return a.output.slice(2, 22);
+ if (a.address) return _address().data;
+ if (a.pubkey || o.pubkey) return bcrypto.hash160(a.pubkey || o.pubkey);
+ });
+ lazy.prop(o, 'output', function () {
+ if (!o.hash) return;
+ return bscript.compile([OPS.OP_0, o.hash]);
+ });
+ lazy.prop(o, 'pubkey', function () {
+ if (a.pubkey) return a.pubkey;
+ if (!a.witness) return;
+ return a.witness[1];
+ });
+ lazy.prop(o, 'signature', function () {
+ if (!a.witness) return;
+ return a.witness[0];
+ });
+ lazy.prop(o, 'input', function () {
+ if (!o.witness) return;
+ return EMPTY_BUFFER;
+ });
+ lazy.prop(o, 'witness', function () {
+ if (!a.pubkey) return;
+ if (!a.signature) return;
+ return [a.signature, a.pubkey];
+ });
+ // extended validation
+ if (opts.validate) {
+ var hash = Buffer.from([]);
+ if (a.address) {
+ if (network && network.bech32 !== _address().prefix)
+ throw new TypeError('Invalid prefix or Network mismatch');
+ if (_address().version !== 0x00)
+ throw new TypeError('Invalid address version');
+ if (_address().data.length !== 20)
+ throw new TypeError('Invalid address data');
+ hash = _address().data;
}
- if (Array.isArray(data)) {
- if (data.length > self._fields.length) {
- throw new Error('wrong number of fields in data');
- }
- // make sure all the items are buffers
- data.forEach(function (d, i) {
- self[self._fields[i]] = bytes_1.toBuffer(d);
- });
- } else
- if (typeof data === 'object') {
- var keys_1 = Object.keys(data);
- fields.forEach(function (field) {
- if (keys_1.indexOf(field.name) !== -1)
- self[field.name] = data[field.name];
- if (keys_1.indexOf(field.alias) !== -1)
- self[field.alias] = data[field.alias];
- });
- } else
- {
- throw new Error('invalid data');
+ if (a.hash) {
+ if (hash.length > 0 && !hash.equals(a.hash))
+ throw new TypeError('Hash mismatch');else
+ hash = a.hash;
}
- }
-};
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
-
-/***/ }),
-/* 470 */
-/*!*************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/index.js ***!
- \*************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-Object.defineProperty(exports, '__esModule', { value: true });
-var bip32 = __webpack_require__(/*! bip32 */ 423);
-exports.bip32 = bip32;
-var address = __webpack_require__(/*! ./address */ 471);
-exports.address = address;
-var crypto = __webpack_require__(/*! ./crypto */ 487);
-exports.crypto = crypto;
-var ECPair = __webpack_require__(/*! ./ecpair */ 491);
-exports.ECPair = ECPair;
-var networks = __webpack_require__(/*! ./networks */ 472);
-exports.networks = networks;
-var payments = __webpack_require__(/*! ./payments */ 473);
-exports.payments = payments;
-var script = __webpack_require__(/*! ./script */ 475);
-exports.script = script;
-var block_1 = __webpack_require__(/*! ./block */ 492);
-exports.Block = block_1.Block;
-var psbt_1 = __webpack_require__(/*! ./psbt */ 497);
-exports.Psbt = psbt_1.Psbt;
-var script_1 = __webpack_require__(/*! ./script */ 475);
-exports.opcodes = script_1.OPS;
-var transaction_1 = __webpack_require__(/*! ./transaction */ 495);
-exports.Transaction = transaction_1.Transaction;
-var transaction_builder_1 = __webpack_require__(/*! ./transaction_builder */ 521);
-exports.TransactionBuilder = transaction_builder_1.TransactionBuilder;
-
-/***/ }),
-/* 471 */
-/*!***************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/address.js ***!
- \***************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
-Object.defineProperty(exports, '__esModule', { value: true });
-var networks = __webpack_require__(/*! ./networks */ 472);
-var payments = __webpack_require__(/*! ./payments */ 473);
-var bscript = __webpack_require__(/*! ./script */ 475);
-var types = __webpack_require__(/*! ./types */ 478);
-var bech32 = __webpack_require__(/*! bech32 */ 183);
-var bs58check = __webpack_require__(/*! bs58check */ 428);
-var typeforce = __webpack_require__(/*! typeforce */ 434);
-function fromBase58Check(address) {
- var payload = bs58check.decode(address);
- // TODO: 4.0.0, move to "toOutputScript"
- if (payload.length < 21) throw new TypeError(address + ' is too short');
- if (payload.length > 21) throw new TypeError(address + ' is too long');
- var version = payload.readUInt8(0);
- var hash = payload.slice(1);
- return { version: version, hash: hash };
-}
-exports.fromBase58Check = fromBase58Check;
-function fromBech32(address) {
- var result = bech32.decode(address);
- var data = bech32.fromWords(result.words.slice(1));
- return {
- version: result.words[0],
- prefix: result.prefix,
- data: Buffer.from(data) };
+ if (a.output) {
+ if (
+ a.output.length !== 22 ||
+ a.output[0] !== OPS.OP_0 ||
+ a.output[1] !== 0x14)
-}
-exports.fromBech32 = fromBech32;
-function toBase58Check(hash, version) {
- typeforce(types.tuple(types.Hash160bit, types.UInt8), arguments);
- var payload = Buffer.allocUnsafe(21);
- payload.writeUInt8(version, 0);
- hash.copy(payload, 1);
- return bs58check.encode(payload);
-}
-exports.toBase58Check = toBase58Check;
-function toBech32(data, version, prefix) {
- var words = bech32.toWords(data);
- words.unshift(version);
- return bech32.encode(prefix, words);
-}
-exports.toBech32 = toBech32;
-function fromOutputScript(output, network) {
- // TODO: Network
- network = network || networks.bitcoin;
- try {
- return payments.p2pkh({ output: output, network: network }).address;
- } catch (e) {}
- try {
- return payments.p2sh({ output: output, network: network }).address;
- } catch (e) {}
- try {
- return payments.p2wpkh({ output: output, network: network }).address;
- } catch (e) {}
- try {
- return payments.p2wsh({ output: output, network: network }).address;
- } catch (e) {}
- throw new Error(bscript.toASM(output) + ' has no matching Address');
-}
-exports.fromOutputScript = fromOutputScript;
-function toOutputScript(address, network) {
- network = network || networks.bitcoin;
- var decodeBase58;
- var decodeBech32;
- try {
- decodeBase58 = fromBase58Check(address);
- } catch (e) {}
- if (decodeBase58) {
- if (decodeBase58.version === network.pubKeyHash)
- return payments.p2pkh({ hash: decodeBase58.hash }).output;
- if (decodeBase58.version === network.scriptHash)
- return payments.p2sh({ hash: decodeBase58.hash }).output;
- } else {
- try {
- decodeBech32 = fromBech32(address);
- } catch (e) {}
- if (decodeBech32) {
- if (decodeBech32.prefix !== network.bech32)
- throw new Error(address + ' has an invalid prefix');
- if (decodeBech32.version === 0) {
- if (decodeBech32.data.length === 20)
- return payments.p2wpkh({ hash: decodeBech32.data }).output;
- if (decodeBech32.data.length === 32)
- return payments.p2wsh({ hash: decodeBech32.data }).output;
- }
+ throw new TypeError('Output is invalid');
+ if (hash.length > 0 && !hash.equals(a.output.slice(2)))
+ throw new TypeError('Hash mismatch');else
+ hash = a.output.slice(2);
+ }
+ if (a.pubkey) {
+ var pkh = bcrypto.hash160(a.pubkey);
+ if (hash.length > 0 && !hash.equals(pkh))
+ throw new TypeError('Hash mismatch');else
+ hash = pkh;
+ if (!ecc.isPoint(a.pubkey) || a.pubkey.length !== 33)
+ throw new TypeError('Invalid pubkey for p2wpkh');
+ }
+ if (a.witness) {
+ if (a.witness.length !== 2) throw new TypeError('Witness is invalid');
+ if (!bscript.isCanonicalScriptSignature(a.witness[0]))
+ throw new TypeError('Witness has invalid signature');
+ if (!ecc.isPoint(a.witness[1]) || a.witness[1].length !== 33)
+ throw new TypeError('Witness has invalid pubkey');
+ if (a.signature && !a.signature.equals(a.witness[0]))
+ throw new TypeError('Signature mismatch');
+ if (a.pubkey && !a.pubkey.equals(a.witness[1]))
+ throw new TypeError('Pubkey mismatch');
+ var _pkh = bcrypto.hash160(a.witness[1]);
+ if (hash.length > 0 && !hash.equals(_pkh))
+ throw new TypeError('Hash mismatch');
}
}
- throw new Error(address + ' has no matching Script');
+ return Object.assign(o, a);
}
-exports.toOutputScript = toOutputScript;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
-
-/***/ }),
-/* 472 */
-/*!****************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/networks.js ***!
- \****************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-Object.defineProperty(exports, '__esModule', { value: true });
-exports.bitcoin = {
- messagePrefix: '\x18Bitcoin Signed Message:\n',
- bech32: 'bc',
- bip32: {
- public: 0x0488b21e,
- private: 0x0488ade4 },
-
- pubKeyHash: 0x00,
- scriptHash: 0x05,
- wif: 0x80 };
-
-exports.regtest = {
- messagePrefix: '\x18Bitcoin Signed Message:\n',
- bech32: 'bcrt',
- bip32: {
- public: 0x043587cf,
- private: 0x04358394 },
-
- pubKeyHash: 0x6f,
- scriptHash: 0xc4,
- wif: 0xef };
-
-exports.testnet = {
- messagePrefix: '\x18Bitcoin Signed Message:\n',
- bech32: 'tb',
- bip32: {
- public: 0x043587cf,
- private: 0x04358394 },
-
- pubKeyHash: 0x6f,
- scriptHash: 0xc4,
- wif: 0xef };
-
-/***/ }),
-/* 473 */
-/*!**********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/payments/index.js ***!
- \**********************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-Object.defineProperty(exports, '__esModule', { value: true });
-var embed_1 = __webpack_require__(/*! ./embed */ 474);
-exports.embed = embed_1.p2data;
-var p2ms_1 = __webpack_require__(/*! ./p2ms */ 484);
-exports.p2ms = p2ms_1.p2ms;
-var p2pk_1 = __webpack_require__(/*! ./p2pk */ 485);
-exports.p2pk = p2pk_1.p2pk;
-var p2pkh_1 = __webpack_require__(/*! ./p2pkh */ 486);
-exports.p2pkh = p2pkh_1.p2pkh;
-var p2sh_1 = __webpack_require__(/*! ./p2sh */ 488);
-exports.p2sh = p2sh_1.p2sh;
-var p2wpkh_1 = __webpack_require__(/*! ./p2wpkh */ 489);
-exports.p2wpkh = p2wpkh_1.p2wpkh;
-var p2wsh_1 = __webpack_require__(/*! ./p2wsh */ 490);
-exports.p2wsh = p2wsh_1.p2wsh;
-// TODO
-// witness commitment
+exports.p2wpkh = p2wpkh;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
/***/ }),
-/* 474 */
-/*!**********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/payments/embed.js ***!
- \**********************************************************************************************/
+/* 462 */
+/*!************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/payments/p2wsh.js ***!
+ \************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-
+/* WEBPACK VAR INJECTION */(function(Buffer) {
Object.defineProperty(exports, '__esModule', { value: true });
-var networks_1 = __webpack_require__(/*! ../networks */ 472);
-var bscript = __webpack_require__(/*! ../script */ 475);
-var lazy = __webpack_require__(/*! ./lazy */ 483);
-var typef = __webpack_require__(/*! typeforce */ 434);
+var bcrypto = __webpack_require__(/*! ../crypto */ 459);
+var networks_1 = __webpack_require__(/*! ../networks */ 444);
+var bscript = __webpack_require__(/*! ../script */ 447);
+var lazy = __webpack_require__(/*! ./lazy */ 455);
+var typef = __webpack_require__(/*! typeforce */ 406);
var OPS = bscript.OPS;
+var ecc = __webpack_require__(/*! tiny-secp256k1 */ 404);
+var bech32 = __webpack_require__(/*! bech32 */ 178);
+var EMPTY_BUFFER = Buffer.alloc(0);
function stacksEqual(a, b) {
if (a.length !== b.length) return false;
return a.every(function (x, i) {
return x.equals(b[i]);
});
}
-// output: OP_RETURN ...
-function p2data(a, opts) {
- if (!a.data && !a.output) throw new TypeError('Not enough data');
+function chunkHasUncompressedPubkey(chunk) {
+ if (
+ Buffer.isBuffer(chunk) &&
+ chunk.length === 65 &&
+ chunk[0] === 0x04 &&
+ ecc.isPoint(chunk))
+ {
+ return true;
+ } else {
+ return false;
+ }
+}
+// input: <>
+// witness: [redeemScriptSig ...] {redeemScript}
+// output: OP_0 {sha256(redeemScript)}
+function p2wsh(a, opts) {
+ if (!a.address && !a.hash && !a.output && !a.redeem && !a.witness)
+ throw new TypeError('Not enough data');
opts = Object.assign({ validate: true }, opts || {});
typef(
{
network: typef.maybe(typef.Object),
- output: typef.maybe(typef.Buffer),
- data: typef.maybe(typef.arrayOf(typef.Buffer)) },
+ address: typef.maybe(typef.String),
+ hash: typef.maybe(typef.BufferN(32)),
+ output: typef.maybe(typef.BufferN(34)),
+ redeem: typef.maybe({
+ input: typef.maybe(typef.Buffer),
+ network: typef.maybe(typef.Object),
+ output: typef.maybe(typef.Buffer),
+ witness: typef.maybe(typef.arrayOf(typef.Buffer)) }),
+
+ input: typef.maybe(typef.BufferN(0)),
+ witness: typef.maybe(typef.arrayOf(typef.Buffer)) },
a);
- var network = a.network || networks_1.bitcoin;
- var o = { name: 'embed', network: network };
+ var _address = lazy.value(function () {
+ var result = bech32.decode(a.address);
+ var version = result.words.shift();
+ var data = bech32.fromWords(result.words);
+ return {
+ version: version,
+ prefix: result.prefix,
+ data: Buffer.from(data) };
+
+ });
+ var _rchunks = lazy.value(function () {
+ return bscript.decompile(a.redeem.input);
+ });
+ var network = a.network;
+ if (!network) {
+ network = a.redeem && a.redeem.network || networks_1.bitcoin;
+ }
+ var o = { network: network };
+ lazy.prop(o, 'address', function () {
+ if (!o.hash) return;
+ var words = bech32.toWords(o.hash);
+ words.unshift(0x00);
+ return bech32.encode(network.bech32, words);
+ });
+ lazy.prop(o, 'hash', function () {
+ if (a.output) return a.output.slice(2);
+ if (a.address) return _address().data;
+ if (o.redeem && o.redeem.output) return bcrypto.sha256(o.redeem.output);
+ });
lazy.prop(o, 'output', function () {
- if (!a.data) return;
- return bscript.compile([OPS.OP_RETURN].concat(a.data));
+ if (!o.hash) return;
+ return bscript.compile([OPS.OP_0, o.hash]);
});
- lazy.prop(o, 'data', function () {
- if (!a.output) return;
- return bscript.decompile(a.output).slice(1);
+ lazy.prop(o, 'redeem', function () {
+ if (!a.witness) return;
+ return {
+ output: a.witness[a.witness.length - 1],
+ input: EMPTY_BUFFER,
+ witness: a.witness.slice(0, -1) };
+
+ });
+ lazy.prop(o, 'input', function () {
+ if (!o.witness) return;
+ return EMPTY_BUFFER;
+ });
+ lazy.prop(o, 'witness', function () {
+ // transform redeem input to witness stack?
+ if (
+ a.redeem &&
+ a.redeem.input &&
+ a.redeem.input.length > 0 &&
+ a.redeem.output &&
+ a.redeem.output.length > 0)
+ {
+ var stack = bscript.toStack(_rchunks());
+ // assign, and blank the existing input
+ o.redeem = Object.assign({ witness: stack }, a.redeem);
+ o.redeem.input = EMPTY_BUFFER;
+ return [].concat(stack, a.redeem.output);
+ }
+ if (!a.redeem) return;
+ if (!a.redeem.output) return;
+ if (!a.redeem.witness) return;
+ return [].concat(a.redeem.witness, a.redeem.output);
+ });
+ lazy.prop(o, 'name', function () {
+ var nameParts = ['p2wsh'];
+ if (o.redeem !== undefined) nameParts.push(o.redeem.name);
+ return nameParts.join('-');
});
// extended validation
if (opts.validate) {
- if (a.output) {
- var chunks = bscript.decompile(a.output);
- if (chunks[0] !== OPS.OP_RETURN) throw new TypeError('Output is invalid');
- if (!chunks.slice(1).every(typef.Buffer))
- throw new TypeError('Output is invalid');
- if (a.data && !stacksEqual(a.data, o.data))
- throw new TypeError('Data mismatch');
+ var hash = Buffer.from([]);
+ if (a.address) {
+ if (_address().prefix !== network.bech32)
+ throw new TypeError('Invalid prefix or Network mismatch');
+ if (_address().version !== 0x00)
+ throw new TypeError('Invalid address version');
+ if (_address().data.length !== 32)
+ throw new TypeError('Invalid address data');
+ hash = _address().data;
}
- }
- return Object.assign(o, a);
-}
-exports.p2data = p2data;
-
-/***/ }),
-/* 475 */
-/*!**************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/script.js ***!
- \**************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ if (a.hash) {
+ if (hash.length > 0 && !hash.equals(a.hash))
+ throw new TypeError('Hash mismatch');else
+ hash = a.hash;
+ }
+ if (a.output) {
+ if (
+ a.output.length !== 34 ||
+ a.output[0] !== OPS.OP_0 ||
+ a.output[1] !== 0x20)
-"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
-Object.defineProperty(exports, '__esModule', { value: true });
-var scriptNumber = __webpack_require__(/*! ./script_number */ 476);
-var scriptSignature = __webpack_require__(/*! ./script_signature */ 477);
-var types = __webpack_require__(/*! ./types */ 478);
-var bip66 = __webpack_require__(/*! bip66 */ 479);
-var ecc = __webpack_require__(/*! tiny-secp256k1 */ 432);
-var pushdata = __webpack_require__(/*! pushdata-bitcoin */ 480);
-var typeforce = __webpack_require__(/*! typeforce */ 434);
-exports.OPS = __webpack_require__(/*! bitcoin-ops */ 481);
-var REVERSE_OPS = __webpack_require__(/*! bitcoin-ops/map */ 482);
-var OP_INT_BASE = exports.OPS.OP_RESERVED; // OP_1 - 1
-function isOPInt(value) {
- return (
- types.Number(value) && (
- value === exports.OPS.OP_0 ||
- value >= exports.OPS.OP_1 && value <= exports.OPS.OP_16 ||
- value === exports.OPS.OP_1NEGATE));
+ throw new TypeError('Output is invalid');
+ var hash2 = a.output.slice(2);
+ if (hash.length > 0 && !hash.equals(hash2))
+ throw new TypeError('Hash mismatch');else
+ hash = hash2;
+ }
+ if (a.redeem) {
+ if (a.redeem.network && a.redeem.network !== network)
+ throw new TypeError('Network mismatch');
+ // is there two redeem sources?
+ if (
+ a.redeem.input &&
+ a.redeem.input.length > 0 &&
+ a.redeem.witness &&
+ a.redeem.witness.length > 0)
-}
-function isPushOnlyChunk(value) {
- return types.Buffer(value) || isOPInt(value);
-}
-function isPushOnly(value) {
- return types.Array(value) && value.every(isPushOnlyChunk);
-}
-exports.isPushOnly = isPushOnly;
-function asMinimalOP(buffer) {
- if (buffer.length === 0) return exports.OPS.OP_0;
- if (buffer.length !== 1) return;
- if (buffer[0] >= 1 && buffer[0] <= 16) return OP_INT_BASE + buffer[0];
- if (buffer[0] === 0x81) return exports.OPS.OP_1NEGATE;
-}
-function chunksIsBuffer(buf) {
- return Buffer.isBuffer(buf);
-}
-function chunksIsArray(buf) {
- return types.Array(buf);
-}
-function singleChunkIsBuffer(buf) {
- return Buffer.isBuffer(buf);
-}
-function compile(chunks) {
- // TODO: remove me
- if (chunksIsBuffer(chunks)) return chunks;
- typeforce(types.Array, chunks);
- var bufferSize = chunks.reduce(function (accum, chunk) {
- // data chunk
- if (singleChunkIsBuffer(chunk)) {
- // adhere to BIP62.3, minimal push policy
- if (chunk.length === 1 && asMinimalOP(chunk) !== undefined) {
- return accum + 1;
+ throw new TypeError('Ambiguous witness source');
+ // is the redeem output non-empty?
+ if (a.redeem.output) {
+ if (bscript.decompile(a.redeem.output).length === 0)
+ throw new TypeError('Redeem.output is invalid');
+ // match hash against other sources
+ var _hash = bcrypto.sha256(a.redeem.output);
+ if (hash.length > 0 && !hash.equals(_hash))
+ throw new TypeError('Hash mismatch');else
+ hash = _hash;
}
- return accum + pushdata.encodingLength(chunk.length) + chunk.length;
- }
- // opcode
- return accum + 1;
- }, 0.0);
- var buffer = Buffer.allocUnsafe(bufferSize);
- var offset = 0;
- chunks.forEach(function (chunk) {
- // data chunk
- if (singleChunkIsBuffer(chunk)) {
- // adhere to BIP62.3, minimal push policy
- var opcode = asMinimalOP(chunk);
- if (opcode !== undefined) {
- buffer.writeUInt8(opcode, offset);
- offset += 1;
- return;
+ if (a.redeem.input && !bscript.isPushOnly(_rchunks()))
+ throw new TypeError('Non push-only scriptSig');
+ if (
+ a.witness &&
+ a.redeem.witness &&
+ !stacksEqual(a.witness, a.redeem.witness))
+
+ throw new TypeError('Witness and redeem.witness mismatch');
+ if (
+ a.redeem.input && _rchunks().some(chunkHasUncompressedPubkey) ||
+ a.redeem.output &&
+ (bscript.decompile(a.redeem.output) || []).some(
+ chunkHasUncompressedPubkey))
+
+ {
+ throw new TypeError(
+ 'redeem.input or redeem.output contains uncompressed pubkey');
+
}
- offset += pushdata.encode(buffer, chunk.length, offset);
- chunk.copy(buffer, offset);
- offset += chunk.length;
- // opcode
- } else {
- buffer.writeUInt8(chunk, offset);
- offset += 1;
}
- });
- if (offset !== buffer.length) throw new Error('Could not decode chunks');
- return buffer;
-}
-exports.compile = compile;
-function decompile(buffer) {
- // TODO: remove me
- if (chunksIsArray(buffer)) return buffer;
- typeforce(types.Buffer, buffer);
- var chunks = [];
- var i = 0;
- while (i < buffer.length) {
- var opcode = buffer[i];
- // data chunk
- if (opcode > exports.OPS.OP_0 && opcode <= exports.OPS.OP_PUSHDATA4) {
- var d = pushdata.decode(buffer, i);
- // did reading a pushDataInt fail?
- if (d === null) return null;
- i += d.size;
- // attempt to read too much data?
- if (i + d.number > buffer.length) return null;
- var data = buffer.slice(i, i + d.number);
- i += d.number;
- // decompile minimally
- var op = asMinimalOP(data);
- if (op !== undefined) {
- chunks.push(op);
- } else {
- chunks.push(data);
- }
- // opcode
- } else {
- chunks.push(opcode);
- i += 1;
+ if (a.witness && a.witness.length > 0) {
+ var wScript = a.witness[a.witness.length - 1];
+ if (a.redeem && a.redeem.output && !a.redeem.output.equals(wScript))
+ throw new TypeError('Witness and redeem.output mismatch');
+ if (
+ a.witness.some(chunkHasUncompressedPubkey) ||
+ (bscript.decompile(wScript) || []).some(chunkHasUncompressedPubkey))
+
+ throw new TypeError('Witness contains uncompressed pubkey');
}
}
- return chunks;
-}
-exports.decompile = decompile;
-function toASM(chunks) {
- if (chunksIsBuffer(chunks)) {
- chunks = decompile(chunks);
- }
- return chunks.
- map(function (chunk) {
- // data?
- if (singleChunkIsBuffer(chunk)) {
- var op = asMinimalOP(chunk);
- if (op === undefined) return chunk.toString('hex');
- chunk = op;
- }
- // opcode!
- return REVERSE_OPS[chunk];
- }).
- join(' ');
-}
-exports.toASM = toASM;
-function fromASM(asm) {
- typeforce(types.String, asm);
- return compile(
- asm.split(' ').map(function (chunkStr) {
- // opcode?
- if (exports.OPS[chunkStr] !== undefined) return exports.OPS[chunkStr];
- typeforce(types.Hex, chunkStr);
- // data!
- return Buffer.from(chunkStr, 'hex');
- }));
-
-}
-exports.fromASM = fromASM;
-function toStack(chunks) {
- chunks = decompile(chunks);
- typeforce(isPushOnly, chunks);
- return chunks.map(function (op) {
- if (singleChunkIsBuffer(op)) return op;
- if (op === exports.OPS.OP_0) return Buffer.allocUnsafe(0);
- return scriptNumber.encode(op - OP_INT_BASE);
- });
-}
-exports.toStack = toStack;
-function isCanonicalPubKey(buffer) {
- return ecc.isPoint(buffer);
-}
-exports.isCanonicalPubKey = isCanonicalPubKey;
-function isDefinedHashType(hashType) {
- var hashTypeMod = hashType & ~0x80;
- // return hashTypeMod > SIGHASH_ALL && hashTypeMod < SIGHASH_SINGLE
- return hashTypeMod > 0x00 && hashTypeMod < 0x04;
-}
-exports.isDefinedHashType = isDefinedHashType;
-function isCanonicalScriptSignature(buffer) {
- if (!Buffer.isBuffer(buffer)) return false;
- if (!isDefinedHashType(buffer[buffer.length - 1])) return false;
- return bip66.check(buffer.slice(0, -1));
+ return Object.assign(o, a);
}
-exports.isCanonicalScriptSignature = isCanonicalScriptSignature;
-// tslint:disable-next-line variable-name
-exports.number = scriptNumber;
-exports.signature = scriptSignature;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+exports.p2wsh = p2wsh;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
/***/ }),
-/* 476 */
-/*!*********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/script_number.js ***!
- \*********************************************************************************************/
+/* 463 */
+/*!****************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/ecpair.js ***!
+ \****************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
+/* WEBPACK VAR INJECTION */(function(Buffer) {function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}
Object.defineProperty(exports, '__esModule', { value: true });
-function decode(buffer, maxLength, minimal) {
- maxLength = maxLength || 4;
- minimal = minimal === undefined ? true : minimal;
- var length = buffer.length;
- if (length === 0) return 0;
- if (length > maxLength) throw new TypeError('Script number overflow');
- if (minimal) {
- if ((buffer[length - 1] & 0x7f) === 0) {
- if (length <= 1 || (buffer[length - 2] & 0x80) === 0)
- throw new Error('Non-minimally encoded script number');
- }
- }
- // 40-bit
- if (length === 5) {
- var a = buffer.readUInt32LE(0);
- var b = buffer.readUInt8(4);
- if (b & 0x80) return -((b & ~0x80) * 0x100000000 + a);
- return b * 0x100000000 + a;
- }
- // 32-bit / 24-bit / 16-bit / 8-bit
- var result = 0;
- for (var i = 0; i < length; ++i) {
- result |= buffer[i] << 8 * i;
- }
- if (buffer[length - 1] & 0x80)
- return -(result & ~(0x80 << 8 * (length - 1)));
- return result;
+var NETWORKS = __webpack_require__(/*! ./networks */ 444);
+var types = __webpack_require__(/*! ./types */ 450);
+var ecc = __webpack_require__(/*! tiny-secp256k1 */ 404);
+var randomBytes = __webpack_require__(/*! randombytes */ 383);
+var typeforce = __webpack_require__(/*! typeforce */ 406);
+var wif = __webpack_require__(/*! wif */ 410);
+var isOptions = typeforce.maybe(
+typeforce.compile({
+ compressed: types.maybe(types.Boolean),
+ network: types.maybe(types.Network) }));var
+
+
+ECPair = /*#__PURE__*/function () {
+ function ECPair(__D, __Q, options) {_classCallCheck(this, ECPair);
+ this.__D = __D;
+ this.__Q = __Q;
+ this.lowR = false;
+ if (options === undefined) options = {};
+ this.compressed =
+ options.compressed === undefined ? true : options.compressed;
+ this.network = options.network || NETWORKS.bitcoin;
+ if (__Q !== undefined) this.__Q = ecc.pointCompress(__Q, this.compressed);
+ }_createClass(ECPair, [{ key: "toWIF", value: function toWIF()
+
+
+
+
+
+
+
+ {
+ if (!this.__D) throw new Error('Missing private key');
+ return wif.encode(this.network.wif, this.__D, this.compressed);
+ } }, { key: "sign", value: function sign(
+ hash, lowR) {
+ if (!this.__D) throw new Error('Missing private key');
+ if (lowR === undefined) lowR = this.lowR;
+ if (lowR === false) {
+ return ecc.sign(hash, this.__D);
+ } else {
+ var sig = ecc.sign(hash, this.__D);
+ var extraData = Buffer.alloc(32, 0);
+ var counter = 0;
+ // if first try is lowR, skip the loop
+ // for second try and on, add extra entropy counting up
+ while (sig[0] > 0x7f) {
+ counter++;
+ extraData.writeUIntLE(counter, 0, 6);
+ sig = ecc.signWithEntropy(hash, this.__D, extraData);
+ }
+ return sig;
+ }
+ } }, { key: "verify", value: function verify(
+ hash, signature) {
+ return ecc.verify(hash, this.publicKey, signature);
+ } }, { key: "privateKey", get: function get() {return this.__D;} }, { key: "publicKey", get: function get() {if (!this.__Q) this.__Q = ecc.pointFromScalar(this.__D, this.compressed);return this.__Q;} }]);return ECPair;}();
+
+function fromPrivateKey(buffer, options) {
+ typeforce(types.Buffer256bit, buffer);
+ if (!ecc.isPrivate(buffer))
+ throw new TypeError('Private key not in range [1, n)');
+ typeforce(isOptions, options);
+ return new ECPair(buffer, undefined, options);
}
-exports.decode = decode;
-function scriptNumSize(i) {
- return i > 0x7fffffff ?
- 5 :
- i > 0x7fffff ?
- 4 :
- i > 0x7fff ?
- 3 :
- i > 0x7f ?
- 2 :
- i > 0x00 ?
- 1 :
- 0;
+exports.fromPrivateKey = fromPrivateKey;
+function fromPublicKey(buffer, options) {
+ typeforce(ecc.isPoint, buffer);
+ typeforce(isOptions, options);
+ return new ECPair(undefined, buffer, options);
}
-function encode(_number) {
- var value = Math.abs(_number);
- var size = scriptNumSize(value);
- var buffer = Buffer.allocUnsafe(size);
- var negative = _number < 0;
- for (var i = 0; i < size; ++i) {
- buffer.writeUInt8(value & 0xff, i);
- value >>= 8;
- }
- if (buffer[size - 1] & 0x80) {
- buffer.writeUInt8(negative ? 0x80 : 0x00, size - 1);
- } else if (negative) {
- buffer[size - 1] |= 0x80;
+exports.fromPublicKey = fromPublicKey;
+function fromWIF(wifString, network) {
+ var decoded = wif.decode(wifString);
+ var version = decoded.version;
+ // list of networks?
+ if (types.Array(network)) {
+ network = network.
+ filter(function (x) {
+ return version === x.wif;
+ }).
+ pop();
+ if (!network) throw new Error('Unknown network version');
+ // otherwise, assume a network object (or default to bitcoin)
+ } else {
+ network = network || NETWORKS.bitcoin;
+ if (version !== network.wif) throw new Error('Invalid network version');
}
- return buffer;
+ return fromPrivateKey(decoded.privateKey, {
+ compressed: decoded.compressed,
+ network: network });
+
}
-exports.encode = encode;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+exports.fromWIF = fromWIF;
+function makeRandom(options) {
+ typeforce(isOptions, options);
+ if (options === undefined) options = {};
+ var rng = options.rng || randomBytes;
+ var d;
+ do {
+ d = rng(32);
+ typeforce(types.Buffer256bit, d);
+ } while (!ecc.isPrivate(d));
+ return fromPrivateKey(d, options);
+}
+exports.makeRandom = makeRandom;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
/***/ }),
-/* 477 */
-/*!************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/script_signature.js ***!
- \************************************************************************************************/
+/* 464 */
+/*!***************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/block.js ***!
+ \***************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
+/* WEBPACK VAR INJECTION */(function(Buffer) {function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}
Object.defineProperty(exports, '__esModule', { value: true });
-var types = __webpack_require__(/*! ./types */ 478);
-var bip66 = __webpack_require__(/*! bip66 */ 479);
-var typeforce = __webpack_require__(/*! typeforce */ 434);
-var ZERO = Buffer.alloc(1, 0);
-function toDER(x) {
- var i = 0;
- while (x[i] === 0) {++i;}
- if (i === x.length) return ZERO;
- x = x.slice(i);
- if (x[0] & 0x80) return Buffer.concat([ZERO, x], 1 + x.length);
- return x;
-}
-function fromDER(x) {
- if (x[0] === 0x00) x = x.slice(1);
- var buffer = Buffer.alloc(32, 0);
- var bstart = Math.max(0, 32 - x.length);
- x.copy(buffer, bstart);
- return buffer;
-}
-// BIP62: 1 byte hashType flag (only 0x01, 0x02, 0x03, 0x81, 0x82 and 0x83 are allowed)
-function decode(buffer) {
- var hashType = buffer.readUInt8(buffer.length - 1);
- var hashTypeMod = hashType & ~0x80;
- if (hashTypeMod <= 0 || hashTypeMod >= 4)
- throw new Error('Invalid hashType ' + hashType);
- var decoded = bip66.decode(buffer.slice(0, -1));
- var r = fromDER(decoded.r);
- var s = fromDER(decoded.s);
- var signature = Buffer.concat([r, s], 64);
- return { signature: signature, hashType: hashType };
-}
-exports.decode = decode;
-function encode(signature, hashType) {
- typeforce(
- {
- signature: types.BufferN(64),
- hashType: types.UInt8 },
+var bufferutils_1 = __webpack_require__(/*! ./bufferutils */ 465);
+var bcrypto = __webpack_require__(/*! ./crypto */ 459);
+var transaction_1 = __webpack_require__(/*! ./transaction */ 467);
+var types = __webpack_require__(/*! ./types */ 450);
+var fastMerkleRoot = __webpack_require__(/*! merkle-lib/fastRoot */ 468);
+var typeforce = __webpack_require__(/*! typeforce */ 406);
+var varuint = __webpack_require__(/*! varuint-bitcoin */ 466);
+var errorMerkleNoTxes = new TypeError(
+'Cannot compute merkle root for zero transactions');
- { signature: signature, hashType: hashType });
+var errorWitnessNotSegwit = new TypeError(
+'Cannot compute witness commit for non-segwit block');var
- var hashTypeMod = hashType & ~0x80;
- if (hashTypeMod <= 0 || hashTypeMod >= 4)
- throw new Error('Invalid hashType ' + hashType);
- var hashTypeBuffer = Buffer.allocUnsafe(1);
- hashTypeBuffer.writeUInt8(hashType, 0);
- var r = toDER(signature.slice(0, 32));
- var s = toDER(signature.slice(32, 64));
- return Buffer.concat([bip66.encode(r, s), hashTypeBuffer]);
-}
-exports.encode = encode;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+Block = /*#__PURE__*/function () {
+ function Block() {_classCallCheck(this, Block);
+ this.version = 1;
+ this.prevHash = undefined;
+ this.merkleRoot = undefined;
+ this.timestamp = 0;
+ this.witnessCommit = undefined;
+ this.bits = 0;
+ this.nonce = 0;
+ this.transactions = undefined;
+ }_createClass(Block, [{ key: "getWitnessCommit", value: function getWitnessCommit()
-/***/ }),
-/* 478 */
-/*!*************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/types.js ***!
- \*************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-"use strict";
-Object.defineProperty(exports, '__esModule', { value: true });
-var typeforce = __webpack_require__(/*! typeforce */ 434);
-var UINT31_MAX = Math.pow(2, 31) - 1;
-function UInt31(value) {
- return typeforce.UInt32(value) && value <= UINT31_MAX;
-}
-exports.UInt31 = UInt31;
-function BIP32Path(value) {
- return typeforce.String(value) && !!value.match(/^(m\/)?(\d+'?\/)*\d+'?$/);
-}
-exports.BIP32Path = BIP32Path;
-BIP32Path.toJSON = function () {
- return 'BIP32 derivation path';
-};
-function Signer(obj) {
- return (
- (typeforce.Buffer(obj.publicKey) ||
- typeof obj.getPublicKey === 'function') &&
- typeof obj.sign === 'function');
-}
-exports.Signer = Signer;
-var SATOSHI_MAX = 21 * 1e14;
-function Satoshi(value) {
- return typeforce.UInt53(value) && value <= SATOSHI_MAX;
-}
-exports.Satoshi = Satoshi;
-// external dependent types
-exports.ECPoint = typeforce.quacksLike('Point');
-// exposed, external API
-exports.Network = typeforce.compile({
- messagePrefix: typeforce.oneOf(typeforce.Buffer, typeforce.String),
- bip32: {
- public: typeforce.UInt32,
- private: typeforce.UInt32 },
- pubKeyHash: typeforce.UInt8,
- scriptHash: typeforce.UInt8,
- wif: typeforce.UInt8 });
-exports.Buffer256bit = typeforce.BufferN(32);
-exports.Hash160bit = typeforce.BufferN(20);
-exports.Hash256bit = typeforce.BufferN(32);
-exports.Number = typeforce.Number; // tslint:disable-line variable-name
-exports.Array = typeforce.Array;
-exports.Boolean = typeforce.Boolean; // tslint:disable-line variable-name
-exports.String = typeforce.String; // tslint:disable-line variable-name
-exports.Buffer = typeforce.Buffer;
-exports.Hex = typeforce.Hex;
-exports.maybe = typeforce.maybe;
-exports.tuple = typeforce.tuple;
-exports.UInt8 = typeforce.UInt8;
-exports.UInt32 = typeforce.UInt32;
-exports.Function = typeforce.Function;
-exports.BufferN = typeforce.BufferN;
-exports.Null = typeforce.Null;
-exports.oneOf = typeforce.oneOf;
-
-/***/ }),
-/* 479 */
-/*!*************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip66/index.js ***!
- \*************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-// Reference https://github.com/bitcoin/bips/blob/master/bip-0066.mediawiki
-// Format: 0x30 [total-length] 0x02 [R-length] [R] 0x02 [S-length] [S]
-// NOTE: SIGHASH byte ignored AND restricted, truncate before use
-var Buffer = __webpack_require__(/*! safe-buffer */ 372).Buffer;
-function check(buffer) {
- if (buffer.length < 8) return false;
- if (buffer.length > 72) return false;
- if (buffer[0] !== 0x30) return false;
- if (buffer[1] !== buffer.length - 2) return false;
- if (buffer[2] !== 0x02) return false;
- var lenR = buffer[3];
- if (lenR === 0) return false;
- if (5 + lenR >= buffer.length) return false;
- if (buffer[4 + lenR] !== 0x02) return false;
- var lenS = buffer[5 + lenR];
- if (lenS === 0) return false;
- if (6 + lenR + lenS !== buffer.length) return false;
- if (buffer[4] & 0x80) return false;
- if (lenR > 1 && buffer[4] === 0x00 && !(buffer[5] & 0x80)) return false;
- if (buffer[lenR + 6] & 0x80) return false;
- if (lenS > 1 && buffer[lenR + 6] === 0x00 && !(buffer[lenR + 7] & 0x80)) return false;
- return true;
-}
-function decode(buffer) {
- if (buffer.length < 8) throw new Error('DER sequence length is too short');
- if (buffer.length > 72) throw new Error('DER sequence length is too long');
- if (buffer[0] !== 0x30) throw new Error('Expected DER sequence');
- if (buffer[1] !== buffer.length - 2) throw new Error('DER sequence length is invalid');
- if (buffer[2] !== 0x02) throw new Error('Expected DER integer');
- var lenR = buffer[3];
- if (lenR === 0) throw new Error('R length is zero');
- if (5 + lenR >= buffer.length) throw new Error('R length is too long');
- if (buffer[4 + lenR] !== 0x02) throw new Error('Expected DER integer (2)');
- var lenS = buffer[5 + lenR];
- if (lenS === 0) throw new Error('S length is zero');
- if (6 + lenR + lenS !== buffer.length) throw new Error('S length is invalid');
- if (buffer[4] & 0x80) throw new Error('R value is negative');
- if (lenR > 1 && buffer[4] === 0x00 && !(buffer[5] & 0x80)) throw new Error('R value excessively padded');
- if (buffer[lenR + 6] & 0x80) throw new Error('S value is negative');
- if (lenS > 1 && buffer[lenR + 6] === 0x00 && !(buffer[lenR + 7] & 0x80)) throw new Error('S value excessively padded');
- // non-BIP66 - extract R, S values
- return {
- r: buffer.slice(4, 4 + lenR),
- s: buffer.slice(6 + lenR) };
-}
-/*
- * Expects r and s to be positive DER integers.
- *
- * The DER format uses the most significant bit as a sign bit (& 0x80).
- * If the significant bit is set AND the integer is positive, a 0x00 is prepended.
- *
- * Examples:
- *
- * 0 => 0x00
- * 1 => 0x01
- * -1 => 0xff
- * 127 => 0x7f
- * -127 => 0x81
- * 128 => 0x0080
- * -128 => 0x80
- * 255 => 0x00ff
- * -255 => 0xff01
- * 16300 => 0x3fac
- * -16300 => 0xc054
- * 62300 => 0x00f35c
- * -62300 => 0xff0ca4
- */
-function encode(r, s) {
- var lenR = r.length;
- var lenS = s.length;
- if (lenR === 0) throw new Error('R length is zero');
- if (lenS === 0) throw new Error('S length is zero');
- if (lenR > 33) throw new Error('R length is too long');
- if (lenS > 33) throw new Error('S length is too long');
- if (r[0] & 0x80) throw new Error('R value is negative');
- if (s[0] & 0x80) throw new Error('S value is negative');
- if (lenR > 1 && r[0] === 0x00 && !(r[1] & 0x80)) throw new Error('R value excessively padded');
- if (lenS > 1 && s[0] === 0x00 && !(s[1] & 0x80)) throw new Error('S value excessively padded');
- var signature = Buffer.allocUnsafe(6 + lenR + lenS);
- // 0x30 [total-length] 0x02 [R-length] [R] 0x02 [S-length] [S]
- signature[0] = 0x30;
- signature[1] = signature.length - 2;
- signature[2] = 0x02;
- signature[3] = r.length;
- r.copy(signature, 4);
- signature[4 + lenR] = 0x02;
- signature[5 + lenR] = s.length;
- s.copy(signature, 6 + lenR);
- return signature;
-}
-module.exports = {
- check: check,
- decode: decode,
- encode: encode };
-/***/ }),
-/* 480 */
-/*!************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/pushdata-bitcoin/index.js ***!
- \************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-var OPS = __webpack_require__(/*! bitcoin-ops */ 481);
-function encodingLength(i) {
- return i < OPS.OP_PUSHDATA1 ? 1 :
- i <= 0xff ? 2 :
- i <= 0xffff ? 3 :
- 5;
-}
-function encode(buffer, number, offset) {
- var size = encodingLength(number);
- // ~6 bit
- if (size === 1) {
- buffer.writeUInt8(number, offset);
- // 8 bit
- } else if (size === 2) {
- buffer.writeUInt8(OPS.OP_PUSHDATA1, offset);
- buffer.writeUInt8(number, offset + 1);
- // 16 bit
- } else if (size === 3) {
- buffer.writeUInt8(OPS.OP_PUSHDATA2, offset);
- buffer.writeUInt16LE(number, offset + 1);
- // 32 bit
- } else {
- buffer.writeUInt8(OPS.OP_PUSHDATA4, offset);
- buffer.writeUInt32LE(number, offset + 1);
- }
- return size;
-}
-function decode(buffer, offset) {
- var opcode = buffer.readUInt8(offset);
- var number, size;
- // ~6 bit
- if (opcode < OPS.OP_PUSHDATA1) {
- number = opcode;
- size = 1;
- // 8 bit
- } else if (opcode === OPS.OP_PUSHDATA1) {
- if (offset + 2 > buffer.length) return null;
- number = buffer.readUInt8(offset + 1);
- size = 2;
- // 16 bit
- } else if (opcode === OPS.OP_PUSHDATA2) {
- if (offset + 3 > buffer.length) return null;
- number = buffer.readUInt16LE(offset + 1);
- size = 3;
- // 32 bit
- } else {
- if (offset + 5 > buffer.length) return null;
- if (opcode !== OPS.OP_PUSHDATA4) throw new Error('Unexpected opcode');
- number = buffer.readUInt32LE(offset + 1);
- size = 5;
- }
- return {
- opcode: opcode,
- number: number,
- size: size };
-}
-module.exports = {
- encodingLength: encodingLength,
- encode: encode,
- decode: decode };
-/***/ }),
-/* 481 */
-/*!*********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoin-ops/index.json ***!
- \*********************************************************************************/
-/*! exports provided: OP_FALSE, OP_0, OP_PUSHDATA1, OP_PUSHDATA2, OP_PUSHDATA4, OP_1NEGATE, OP_RESERVED, OP_TRUE, OP_1, OP_2, OP_3, OP_4, OP_5, OP_6, OP_7, OP_8, OP_9, OP_10, OP_11, OP_12, OP_13, OP_14, OP_15, OP_16, OP_NOP, OP_VER, OP_IF, OP_NOTIF, OP_VERIF, OP_VERNOTIF, OP_ELSE, OP_ENDIF, OP_VERIFY, OP_RETURN, OP_TOALTSTACK, OP_FROMALTSTACK, OP_2DROP, OP_2DUP, OP_3DUP, OP_2OVER, OP_2ROT, OP_2SWAP, OP_IFDUP, OP_DEPTH, OP_DROP, OP_DUP, OP_NIP, OP_OVER, OP_PICK, OP_ROLL, OP_ROT, OP_SWAP, OP_TUCK, OP_CAT, OP_SUBSTR, OP_LEFT, OP_RIGHT, OP_SIZE, OP_INVERT, OP_AND, OP_OR, OP_XOR, OP_EQUAL, OP_EQUALVERIFY, OP_RESERVED1, OP_RESERVED2, OP_1ADD, OP_1SUB, OP_2MUL, OP_2DIV, OP_NEGATE, OP_ABS, OP_NOT, OP_0NOTEQUAL, OP_ADD, OP_SUB, OP_MUL, OP_DIV, OP_MOD, OP_LSHIFT, OP_RSHIFT, OP_BOOLAND, OP_BOOLOR, OP_NUMEQUAL, OP_NUMEQUALVERIFY, OP_NUMNOTEQUAL, OP_LESSTHAN, OP_GREATERTHAN, OP_LESSTHANOREQUAL, OP_GREATERTHANOREQUAL, OP_MIN, OP_MAX, OP_WITHIN, OP_RIPEMD160, OP_SHA1, OP_SHA256, OP_HASH160, OP_HASH256, OP_CODESEPARATOR, OP_CHECKSIG, OP_CHECKSIGVERIFY, OP_CHECKMULTISIG, OP_CHECKMULTISIGVERIFY, OP_NOP1, OP_NOP2, OP_CHECKLOCKTIMEVERIFY, OP_NOP3, OP_CHECKSEQUENCEVERIFY, OP_NOP4, OP_NOP5, OP_NOP6, OP_NOP7, OP_NOP8, OP_NOP9, OP_NOP10, OP_PUBKEYHASH, OP_PUBKEY, OP_INVALIDOPCODE, default */
-/***/ (function(module) {
-module.exports = JSON.parse("{\"OP_FALSE\":0,\"OP_0\":0,\"OP_PUSHDATA1\":76,\"OP_PUSHDATA2\":77,\"OP_PUSHDATA4\":78,\"OP_1NEGATE\":79,\"OP_RESERVED\":80,\"OP_TRUE\":81,\"OP_1\":81,\"OP_2\":82,\"OP_3\":83,\"OP_4\":84,\"OP_5\":85,\"OP_6\":86,\"OP_7\":87,\"OP_8\":88,\"OP_9\":89,\"OP_10\":90,\"OP_11\":91,\"OP_12\":92,\"OP_13\":93,\"OP_14\":94,\"OP_15\":95,\"OP_16\":96,\"OP_NOP\":97,\"OP_VER\":98,\"OP_IF\":99,\"OP_NOTIF\":100,\"OP_VERIF\":101,\"OP_VERNOTIF\":102,\"OP_ELSE\":103,\"OP_ENDIF\":104,\"OP_VERIFY\":105,\"OP_RETURN\":106,\"OP_TOALTSTACK\":107,\"OP_FROMALTSTACK\":108,\"OP_2DROP\":109,\"OP_2DUP\":110,\"OP_3DUP\":111,\"OP_2OVER\":112,\"OP_2ROT\":113,\"OP_2SWAP\":114,\"OP_IFDUP\":115,\"OP_DEPTH\":116,\"OP_DROP\":117,\"OP_DUP\":118,\"OP_NIP\":119,\"OP_OVER\":120,\"OP_PICK\":121,\"OP_ROLL\":122,\"OP_ROT\":123,\"OP_SWAP\":124,\"OP_TUCK\":125,\"OP_CAT\":126,\"OP_SUBSTR\":127,\"OP_LEFT\":128,\"OP_RIGHT\":129,\"OP_SIZE\":130,\"OP_INVERT\":131,\"OP_AND\":132,\"OP_OR\":133,\"OP_XOR\":134,\"OP_EQUAL\":135,\"OP_EQUALVERIFY\":136,\"OP_RESERVED1\":137,\"OP_RESERVED2\":138,\"OP_1ADD\":139,\"OP_1SUB\":140,\"OP_2MUL\":141,\"OP_2DIV\":142,\"OP_NEGATE\":143,\"OP_ABS\":144,\"OP_NOT\":145,\"OP_0NOTEQUAL\":146,\"OP_ADD\":147,\"OP_SUB\":148,\"OP_MUL\":149,\"OP_DIV\":150,\"OP_MOD\":151,\"OP_LSHIFT\":152,\"OP_RSHIFT\":153,\"OP_BOOLAND\":154,\"OP_BOOLOR\":155,\"OP_NUMEQUAL\":156,\"OP_NUMEQUALVERIFY\":157,\"OP_NUMNOTEQUAL\":158,\"OP_LESSTHAN\":159,\"OP_GREATERTHAN\":160,\"OP_LESSTHANOREQUAL\":161,\"OP_GREATERTHANOREQUAL\":162,\"OP_MIN\":163,\"OP_MAX\":164,\"OP_WITHIN\":165,\"OP_RIPEMD160\":166,\"OP_SHA1\":167,\"OP_SHA256\":168,\"OP_HASH160\":169,\"OP_HASH256\":170,\"OP_CODESEPARATOR\":171,\"OP_CHECKSIG\":172,\"OP_CHECKSIGVERIFY\":173,\"OP_CHECKMULTISIG\":174,\"OP_CHECKMULTISIGVERIFY\":175,\"OP_NOP1\":176,\"OP_NOP2\":177,\"OP_CHECKLOCKTIMEVERIFY\":177,\"OP_NOP3\":178,\"OP_CHECKSEQUENCEVERIFY\":178,\"OP_NOP4\":179,\"OP_NOP5\":180,\"OP_NOP6\":181,\"OP_NOP7\":182,\"OP_NOP8\":183,\"OP_NOP9\":184,\"OP_NOP10\":185,\"OP_PUBKEYHASH\":253,\"OP_PUBKEY\":254,\"OP_INVALIDOPCODE\":255}");
-/***/ }),
-/* 482 */
-/*!*****************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoin-ops/map.js ***!
- \*****************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-var OPS = __webpack_require__(/*! ./index.json */ 481);
-var map = {};
-for (var op in OPS) {
- var code = OPS[op];
- map[code] = op;
-}
-module.exports = map;
-/***/ }),
-/* 483 */
-/*!*********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/payments/lazy.js ***!
- \*********************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-"use strict";
-Object.defineProperty(exports, '__esModule', { value: true });
-function prop(object, name, f) {
- Object.defineProperty(object, name, {
- configurable: true,
- enumerable: true,
- get: function get() {
- var _value = f.call(this);
- this[name] = _value;
- return _value;
- },
- set: function set(_value) {
- Object.defineProperty(this, name, {
- configurable: true,
- enumerable: true,
- value: _value,
- writable: true });
- } });
-}
-exports.prop = prop;
-function value(f) {
- var _value;
- return function () {
- if (_value !== undefined) return _value;
- _value = f();
- return _value;
- };
-}
-exports.value = value;
-/***/ }),
-/* 484 */
-/*!*********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/payments/p2ms.js ***!
- \*********************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ {
+ if (!txesHaveWitnessCommit(this.transactions)) return null;
+ // The merkle root for the witness data is in an OP_RETURN output.
+ // There is no rule for the index of the output, so use filter to find it.
+ // The root is prepended with 0xaa21a9ed so check for 0x6a24aa21a9ed
+ // If multiple commits are found, the output with highest index is assumed.
+ var witnessCommits = this.transactions[0].outs.
+ filter(function (out) {return (
+ out.script.slice(0, 6).equals(Buffer.from('6a24aa21a9ed', 'hex')));}).
-"use strict";
+ map(function (out) {return out.script.slice(6, 38);});
+ if (witnessCommits.length === 0) return null;
+ // Use the commit with the highest output (should only be one though)
+ var result = witnessCommits[witnessCommits.length - 1];
+ if (!(result instanceof Buffer && result.length === 32)) return null;
+ return result;
+ } }, { key: "hasWitnessCommit", value: function hasWitnessCommit()
+ {
+ if (
+ this.witnessCommit instanceof Buffer &&
+ this.witnessCommit.length === 32)
-Object.defineProperty(exports, '__esModule', { value: true });
-var networks_1 = __webpack_require__(/*! ../networks */ 472);
-var bscript = __webpack_require__(/*! ../script */ 475);
-var lazy = __webpack_require__(/*! ./lazy */ 483);
-var OPS = bscript.OPS;
-var typef = __webpack_require__(/*! typeforce */ 434);
-var ecc = __webpack_require__(/*! tiny-secp256k1 */ 432);
-var OP_INT_BASE = OPS.OP_RESERVED; // OP_1 - 1
-function stacksEqual(a, b) {
- if (a.length !== b.length) return false;
- return a.every(function (x, i) {
- return x.equals(b[i]);
- });
-}
-// input: OP_0 [signatures ...]
-// output: m [pubKeys ...] n OP_CHECKMULTISIG
-function p2ms(a, opts) {
- if (
- !a.input &&
- !a.output &&
- !(a.pubkeys && a.m !== undefined) &&
- !a.signatures)
+ return true;
+ if (this.getWitnessCommit() !== null) return true;
+ return false;
+ } }, { key: "hasWitness", value: function hasWitness()
+ {
+ return anyTxHasWitness(this.transactions);
+ } }, { key: "weight", value: function weight()
+ {
+ var base = this.byteLength(false, false);
+ var total = this.byteLength(false, true);
+ return base * 3 + total;
+ } }, { key: "byteLength", value: function byteLength(
+ headersOnly) {var allowWitness = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
+ if (headersOnly || !this.transactions) return 80;
+ return (
+ 80 +
+ varuint.encodingLength(this.transactions.length) +
+ this.transactions.reduce(function (a, x) {return a + x.byteLength(allowWitness);}, 0));
- throw new TypeError('Not enough data');
- opts = Object.assign({ validate: true }, opts || {});
- function isAcceptableSignature(x) {
- return (
- bscript.isCanonicalScriptSignature(x) ||
- (opts.allowIncomplete && x === OPS.OP_0) !== undefined);
+ } }, { key: "getHash", value: function getHash()
+ {
+ return bcrypto.hash256(this.toBuffer(true));
+ } }, { key: "getId", value: function getId()
+ {
+ return bufferutils_1.reverseBuffer(this.getHash()).toString('hex');
+ } }, { key: "getUTCDate", value: function getUTCDate()
+ {
+ var date = new Date(0); // epoch
+ date.setUTCSeconds(this.timestamp);
+ return date;
+ }
+ // TODO: buffer, offset compatibility
+ }, { key: "toBuffer", value: function toBuffer(headersOnly) {
+ var buffer = Buffer.allocUnsafe(this.byteLength(headersOnly));
+ var bufferWriter = new bufferutils_1.BufferWriter(buffer);
+ bufferWriter.writeInt32(this.version);
+ bufferWriter.writeSlice(this.prevHash);
+ bufferWriter.writeSlice(this.merkleRoot);
+ bufferWriter.writeUInt32(this.timestamp);
+ bufferWriter.writeUInt32(this.bits);
+ bufferWriter.writeUInt32(this.nonce);
+ if (headersOnly || !this.transactions) return buffer;
+ varuint.encode(this.transactions.length, buffer, bufferWriter.offset);
+ bufferWriter.offset += varuint.encode.bytes;
+ this.transactions.forEach(function (tx) {
+ var txSize = tx.byteLength(); // TODO: extract from toBuffer?
+ tx.toBuffer(buffer, bufferWriter.offset);
+ bufferWriter.offset += txSize;
+ });
+ return buffer;
+ } }, { key: "toHex", value: function toHex(
+ headersOnly) {
+ return this.toBuffer(headersOnly).toString('hex');
+ } }, { key: "checkTxRoots", value: function checkTxRoots()
+ {
+ // If the Block has segwit transactions but no witness commit,
+ // there's no way it can be valid, so fail the check.
+ var hasWitnessCommit = this.hasWitnessCommit();
+ if (!hasWitnessCommit && this.hasWitness()) return false;
+ return (
+ this.__checkMerkleRoot() && (
+ hasWitnessCommit ? this.__checkWitnessCommit() : true));
- }
- typef(
- {
- network: typef.maybe(typef.Object),
- m: typef.maybe(typef.Number),
- n: typef.maybe(typef.Number),
- output: typef.maybe(typef.Buffer),
- pubkeys: typef.maybe(typef.arrayOf(ecc.isPoint)),
- signatures: typef.maybe(typef.arrayOf(isAcceptableSignature)),
- input: typef.maybe(typef.Buffer) },
+ } }, { key: "checkProofOfWork", value: function checkProofOfWork()
+ {
+ var hash = bufferutils_1.reverseBuffer(this.getHash());
+ var target = Block.calculateTarget(this.bits);
+ return hash.compare(target) <= 0;
+ } }, { key: "__checkMerkleRoot", value: function __checkMerkleRoot()
+ {
+ if (!this.transactions) throw errorMerkleNoTxes;
+ var actualMerkleRoot = Block.calculateMerkleRoot(this.transactions);
+ return this.merkleRoot.compare(actualMerkleRoot) === 0;
+ } }, { key: "__checkWitnessCommit", value: function __checkWitnessCommit()
+ {
+ if (!this.transactions) throw errorMerkleNoTxes;
+ if (!this.hasWitnessCommit()) throw errorWitnessNotSegwit;
+ var actualWitnessCommit = Block.calculateMerkleRoot(
+ this.transactions,
+ true);
- a);
+ return this.witnessCommit.compare(actualWitnessCommit) === 0;
+ } }], [{ key: "fromBuffer", value: function fromBuffer(buffer) {if (buffer.length < 80) throw new Error('Buffer too small (< 80 bytes)');var bufferReader = new bufferutils_1.BufferReader(buffer);var block = new Block();block.version = bufferReader.readInt32();block.prevHash = bufferReader.readSlice(32);block.merkleRoot = bufferReader.readSlice(32);block.timestamp = bufferReader.readUInt32();block.bits = bufferReader.readUInt32();block.nonce = bufferReader.readUInt32();if (buffer.length === 80) return block;var readTransaction = function readTransaction() {var tx = transaction_1.Transaction.fromBuffer(bufferReader.buffer.slice(bufferReader.offset), true);bufferReader.offset += tx.byteLength();return tx;};var nTransactions = bufferReader.readVarInt();block.transactions = [];for (var i = 0; i < nTransactions; ++i) {var tx = readTransaction();block.transactions.push(tx);}var witnessCommit = block.getWitnessCommit(); // This Block contains a witness commit
+ if (witnessCommit) block.witnessCommit = witnessCommit;return block;} }, { key: "fromHex", value: function fromHex(hex) {return Block.fromBuffer(Buffer.from(hex, 'hex'));} }, { key: "calculateTarget", value: function calculateTarget(bits) {var exponent = ((bits & 0xff000000) >> 24) - 3;var mantissa = bits & 0x007fffff;var target = Buffer.alloc(32, 0);target.writeUIntBE(mantissa, 29 - exponent, 3);return target;} }, { key: "calculateMerkleRoot", value: function calculateMerkleRoot(transactions, forWitness) {typeforce([{ getHash: types.Function }], transactions);if (transactions.length === 0) throw errorMerkleNoTxes;if (forWitness && !txesHaveWitnessCommit(transactions)) throw errorWitnessNotSegwit;var hashes = transactions.map(function (transaction) {return transaction.getHash(forWitness);});var rootHash = fastMerkleRoot(hashes, bcrypto.hash256);return forWitness ? bcrypto.hash256(Buffer.concat([rootHash, transactions[0].ins[0].witness[0]])) : rootHash;} }]);return Block;}();
+exports.Block = Block;
+function txesHaveWitnessCommit(transactions) {
+ return (
+ transactions instanceof Array &&
+ transactions[0] &&
+ transactions[0].ins &&
+ transactions[0].ins instanceof Array &&
+ transactions[0].ins[0] &&
+ transactions[0].ins[0].witness &&
+ transactions[0].ins[0].witness instanceof Array &&
+ transactions[0].ins[0].witness.length > 0);
- var network = a.network || networks_1.bitcoin;
- var o = { network: network };
- var chunks = [];
- var decoded = false;
- function decode(output) {
- if (decoded) return;
- decoded = true;
- chunks = bscript.decompile(output);
- o.m = chunks[0] - OP_INT_BASE;
- o.n = chunks[chunks.length - 2] - OP_INT_BASE;
- o.pubkeys = chunks.slice(1, -2);
- }
- lazy.prop(o, 'output', function () {
- if (!a.m) return;
- if (!o.n) return;
- if (!a.pubkeys) return;
- return bscript.compile(
- [].concat(
- OP_INT_BASE + a.m,
- a.pubkeys,
- OP_INT_BASE + o.n,
- OPS.OP_CHECKMULTISIG));
+}
+function anyTxHasWitness(transactions) {
+ return (
+ transactions instanceof Array &&
+ transactions.some(
+ function (tx) {return (
+ typeof tx === 'object' &&
+ tx.ins instanceof Array &&
+ tx.ins.some(
+ function (input) {return (
+ typeof input === 'object' &&
+ input.witness instanceof Array &&
+ input.witness.length > 0);}));}));
- });
- lazy.prop(o, 'm', function () {
- if (!o.output) return;
- decode(o.output);
- return o.m;
- });
- lazy.prop(o, 'n', function () {
- if (!o.pubkeys) return;
- return o.pubkeys.length;
- });
- lazy.prop(o, 'pubkeys', function () {
- if (!a.output) return;
- decode(a.output);
- return o.pubkeys;
- });
- lazy.prop(o, 'signatures', function () {
- if (!a.input) return;
- return bscript.decompile(a.input).slice(1);
- });
- lazy.prop(o, 'input', function () {
- if (!a.signatures) return;
- return bscript.compile([OPS.OP_0].concat(a.signatures));
- });
- lazy.prop(o, 'witness', function () {
- if (!o.input) return;
- return [];
- });
- lazy.prop(o, 'name', function () {
- if (!o.m || !o.n) return;
- return "p2ms(".concat(o.m, " of ").concat(o.n, ")");
- });
- // extended validation
- if (opts.validate) {
- if (a.output) {
- decode(a.output);
- if (!typef.Number(chunks[0])) throw new TypeError('Output is invalid');
- if (!typef.Number(chunks[chunks.length - 2]))
- throw new TypeError('Output is invalid');
- if (chunks[chunks.length - 1] !== OPS.OP_CHECKMULTISIG)
- throw new TypeError('Output is invalid');
- if (o.m <= 0 || o.n > 16 || o.m > o.n || o.n !== chunks.length - 3)
- throw new TypeError('Output is invalid');
- if (!o.pubkeys.every(function (x) {return ecc.isPoint(x);}))
- throw new TypeError('Output is invalid');
- if (a.m !== undefined && a.m !== o.m) throw new TypeError('m mismatch');
- if (a.n !== undefined && a.n !== o.n) throw new TypeError('n mismatch');
- if (a.pubkeys && !stacksEqual(a.pubkeys, o.pubkeys))
- throw new TypeError('Pubkeys mismatch');
- }
- if (a.pubkeys) {
- if (a.n !== undefined && a.n !== a.pubkeys.length)
- throw new TypeError('Pubkey count mismatch');
- o.n = a.pubkeys.length;
- if (o.n < o.m) throw new TypeError('Pubkey count cannot be less than m');
- }
- if (a.signatures) {
- if (a.signatures.length < o.m)
- throw new TypeError('Not enough signatures provided');
- if (a.signatures.length > o.m)
- throw new TypeError('Too many signatures provided');
- }
- if (a.input) {
- if (a.input[0] !== OPS.OP_0) throw new TypeError('Input is invalid');
- if (
- o.signatures.length === 0 ||
- !o.signatures.every(isAcceptableSignature))
- throw new TypeError('Input has invalid signature(s)');
- if (a.signatures && !stacksEqual(a.signatures, o.signatures))
- throw new TypeError('Signature mismatch');
- if (a.m !== undefined && a.m !== a.signatures.length)
- throw new TypeError('Signature count mismatch');
- }
- }
- return Object.assign(o, a);
}
-exports.p2ms = p2ms;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
/***/ }),
-/* 485 */
-/*!*********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/payments/p2pk.js ***!
- \*********************************************************************************************/
+/* 465 */
+/*!*********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/bufferutils.js ***!
+ \*********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-
+/* WEBPACK VAR INJECTION */(function(Buffer) {function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}
Object.defineProperty(exports, '__esModule', { value: true });
-var networks_1 = __webpack_require__(/*! ../networks */ 472);
-var bscript = __webpack_require__(/*! ../script */ 475);
-var lazy = __webpack_require__(/*! ./lazy */ 483);
-var typef = __webpack_require__(/*! typeforce */ 434);
-var OPS = bscript.OPS;
-var ecc = __webpack_require__(/*! tiny-secp256k1 */ 432);
-// input: {signature}
-// output: {pubKey} OP_CHECKSIG
-function p2pk(a, opts) {
- if (!a.input && !a.output && !a.pubkey && !a.input && !a.signature)
- throw new TypeError('Not enough data');
- opts = Object.assign({ validate: true }, opts || {});
- typef(
- {
- network: typef.maybe(typef.Object),
- output: typef.maybe(typef.Buffer),
- pubkey: typef.maybe(ecc.isPoint),
- signature: typef.maybe(bscript.isCanonicalScriptSignature),
- input: typef.maybe(typef.Buffer) },
-
- a);
-
- var _chunks = lazy.value(function () {
- return bscript.decompile(a.input);
- });
- var network = a.network || networks_1.bitcoin;
- var o = { name: 'p2pk', network: network };
- lazy.prop(o, 'output', function () {
- if (!a.pubkey) return;
- return bscript.compile([a.pubkey, OPS.OP_CHECKSIG]);
- });
- lazy.prop(o, 'pubkey', function () {
- if (!a.output) return;
- return a.output.slice(1, -1);
- });
- lazy.prop(o, 'signature', function () {
- if (!a.input) return;
- return _chunks()[0];
- });
- lazy.prop(o, 'input', function () {
- if (!a.signature) return;
- return bscript.compile([a.signature]);
- });
- lazy.prop(o, 'witness', function () {
- if (!o.input) return;
- return [];
- });
- // extended validation
- if (opts.validate) {
- if (a.output) {
- if (a.output[a.output.length - 1] !== OPS.OP_CHECKSIG)
- throw new TypeError('Output is invalid');
- if (!ecc.isPoint(o.pubkey))
- throw new TypeError('Output pubkey is invalid');
- if (a.pubkey && !a.pubkey.equals(o.pubkey))
- throw new TypeError('Pubkey mismatch');
- }
- if (a.signature) {
- if (a.input && !a.input.equals(o.input))
- throw new TypeError('Signature mismatch');
- }
- if (a.input) {
- if (_chunks().length !== 1) throw new TypeError('Input is invalid');
- if (!bscript.isCanonicalScriptSignature(o.signature))
- throw new TypeError('Input has invalid signature');
- }
+var types = __webpack_require__(/*! ./types */ 450);
+var typeforce = __webpack_require__(/*! typeforce */ 406);
+var varuint = __webpack_require__(/*! varuint-bitcoin */ 466);
+// https://github.com/feross/buffer/blob/master/index.js#L1127
+function verifuint(value, max) {
+ if (typeof value !== 'number')
+ throw new Error('cannot write a non-number as a number');
+ if (value < 0)
+ throw new Error('specified a negative value for writing an unsigned value');
+ if (value > max) throw new Error('RangeError: value out of range');
+ if (Math.floor(value) !== value)
+ throw new Error('value has a fractional component');
+}
+function readUInt64LE(buffer, offset) {
+ var a = buffer.readUInt32LE(offset);
+ var b = buffer.readUInt32LE(offset + 4);
+ b *= 0x100000000;
+ verifuint(b + a, 0x001fffffffffffff);
+ return b + a;
+}
+exports.readUInt64LE = readUInt64LE;
+function writeUInt64LE(buffer, value, offset) {
+ verifuint(value, 0x001fffffffffffff);
+ buffer.writeInt32LE(value & -1, offset);
+ buffer.writeUInt32LE(Math.floor(value / 0x100000000), offset + 4);
+ return offset + 8;
+}
+exports.writeUInt64LE = writeUInt64LE;
+function reverseBuffer(buffer) {
+ if (buffer.length < 1) return buffer;
+ var j = buffer.length - 1;
+ var tmp = 0;
+ for (var i = 0; i < buffer.length / 2; i++) {
+ tmp = buffer[i];
+ buffer[i] = buffer[j];
+ buffer[j] = tmp;
+ j--;
}
- return Object.assign(o, a);
+ return buffer;
}
-exports.p2pk = p2pk;
+exports.reverseBuffer = reverseBuffer;
+function cloneBuffer(buffer) {
+ var clone = Buffer.allocUnsafe(buffer.length);
+ buffer.copy(clone);
+ return clone;
+}
+exports.cloneBuffer = cloneBuffer;
+/**
+ * Helper class for serialization of bitcoin data types into a pre-allocated buffer.
+ */var
+BufferWriter = /*#__PURE__*/function () {
+ function BufferWriter(buffer) {var offset = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;_classCallCheck(this, BufferWriter);
+ this.buffer = buffer;
+ this.offset = offset;
+ typeforce(types.tuple(types.Buffer, types.UInt32), [buffer, offset]);
+ }_createClass(BufferWriter, [{ key: "writeUInt8", value: function writeUInt8(
+ i) {
+ this.offset = this.buffer.writeUInt8(i, this.offset);
+ } }, { key: "writeInt32", value: function writeInt32(
+ i) {
+ this.offset = this.buffer.writeInt32LE(i, this.offset);
+ } }, { key: "writeUInt32", value: function writeUInt32(
+ i) {
+ this.offset = this.buffer.writeUInt32LE(i, this.offset);
+ } }, { key: "writeUInt64", value: function writeUInt64(
+ i) {
+ this.offset = writeUInt64LE(this.buffer, i, this.offset);
+ } }, { key: "writeVarInt", value: function writeVarInt(
+ i) {
+ varuint.encode(i, this.buffer, this.offset);
+ this.offset += varuint.encode.bytes;
+ } }, { key: "writeSlice", value: function writeSlice(
+ slice) {
+ if (this.buffer.length < this.offset + slice.length) {
+ throw new Error('Cannot write slice out of bounds');
+ }
+ this.offset += slice.copy(this.buffer, this.offset);
+ } }, { key: "writeVarSlice", value: function writeVarSlice(
+ slice) {
+ this.writeVarInt(slice.length);
+ this.writeSlice(slice);
+ } }, { key: "writeVector", value: function writeVector(
+ vector) {var _this = this;
+ this.writeVarInt(vector.length);
+ vector.forEach(function (buf) {return _this.writeVarSlice(buf);});
+ } }]);return BufferWriter;}();
+
+exports.BufferWriter = BufferWriter;
+/**
+ * Helper class for reading of bitcoin data types from a buffer.
+ */var
+BufferReader = /*#__PURE__*/function () {
+ function BufferReader(buffer) {var offset = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;_classCallCheck(this, BufferReader);
+ this.buffer = buffer;
+ this.offset = offset;
+ typeforce(types.tuple(types.Buffer, types.UInt32), [buffer, offset]);
+ }_createClass(BufferReader, [{ key: "readUInt8", value: function readUInt8()
+ {
+ var result = this.buffer.readUInt8(this.offset);
+ this.offset++;
+ return result;
+ } }, { key: "readInt32", value: function readInt32()
+ {
+ var result = this.buffer.readInt32LE(this.offset);
+ this.offset += 4;
+ return result;
+ } }, { key: "readUInt32", value: function readUInt32()
+ {
+ var result = this.buffer.readUInt32LE(this.offset);
+ this.offset += 4;
+ return result;
+ } }, { key: "readUInt64", value: function readUInt64()
+ {
+ var result = readUInt64LE(this.buffer, this.offset);
+ this.offset += 8;
+ return result;
+ } }, { key: "readVarInt", value: function readVarInt()
+ {
+ var vi = varuint.decode(this.buffer, this.offset);
+ this.offset += varuint.decode.bytes;
+ return vi;
+ } }, { key: "readSlice", value: function readSlice(
+ n) {
+ if (this.buffer.length < this.offset + n) {
+ throw new Error('Cannot read slice out of bounds');
+ }
+ var result = this.buffer.slice(this.offset, this.offset + n);
+ this.offset += n;
+ return result;
+ } }, { key: "readVarSlice", value: function readVarSlice()
+ {
+ return this.readSlice(this.readVarInt());
+ } }, { key: "readVector", value: function readVector()
+ {
+ var count = this.readVarInt();
+ var vector = [];
+ for (var i = 0; i < count; i++) {vector.push(this.readVarSlice());}
+ return vector;
+ } }]);return BufferReader;}();
+
+exports.BufferReader = BufferReader;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
/***/ }),
-/* 486 */
-/*!**********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/payments/p2pkh.js ***!
- \**********************************************************************************************/
+/* 466 */
+/*!*************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/varuint-bitcoin/index.js ***!
+ \*************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
-Object.defineProperty(exports, '__esModule', { value: true });
-var bcrypto = __webpack_require__(/*! ../crypto */ 487);
-var networks_1 = __webpack_require__(/*! ../networks */ 472);
-var bscript = __webpack_require__(/*! ../script */ 475);
-var lazy = __webpack_require__(/*! ./lazy */ 483);
-var typef = __webpack_require__(/*! typeforce */ 434);
-var OPS = bscript.OPS;
-var ecc = __webpack_require__(/*! tiny-secp256k1 */ 432);
-var bs58check = __webpack_require__(/*! bs58check */ 428);
-// input: {signature} {pubkey}
-// output: OP_DUP OP_HASH160 {hash160(pubkey)} OP_EQUALVERIFY OP_CHECKSIG
-function p2pkh(a, opts) {
- if (!a.address && !a.hash && !a.output && !a.pubkey && !a.input)
- throw new TypeError('Not enough data');
- opts = Object.assign({ validate: true }, opts || {});
- typef(
- {
- network: typef.maybe(typef.Object),
- address: typef.maybe(typef.String),
- hash: typef.maybe(typef.BufferN(20)),
- output: typef.maybe(typef.BufferN(25)),
- pubkey: typef.maybe(ecc.isPoint),
- signature: typef.maybe(bscript.isCanonicalScriptSignature),
- input: typef.maybe(typef.Buffer) },
- a);
+var Buffer = __webpack_require__(/*! safe-buffer */ 344).Buffer;
- var _address = lazy.value(function () {
- var payload = bs58check.decode(a.address);
- var version = payload.readUInt8(0);
- var hash = payload.slice(1);
- return { version: version, hash: hash };
- });
- var _chunks = lazy.value(function () {
- return bscript.decompile(a.input);
- });
- var network = a.network || networks_1.bitcoin;
- var o = { name: 'p2pkh', network: network };
- lazy.prop(o, 'address', function () {
- if (!o.hash) return;
- var payload = Buffer.allocUnsafe(21);
- payload.writeUInt8(network.pubKeyHash, 0);
- o.hash.copy(payload, 1);
- return bs58check.encode(payload);
- });
- lazy.prop(o, 'hash', function () {
- if (a.output) return a.output.slice(3, 23);
- if (a.address) return _address().hash;
- if (a.pubkey || o.pubkey) return bcrypto.hash160(a.pubkey || o.pubkey);
- });
- lazy.prop(o, 'output', function () {
- if (!o.hash) return;
- return bscript.compile([
- OPS.OP_DUP,
- OPS.OP_HASH160,
- o.hash,
- OPS.OP_EQUALVERIFY,
- OPS.OP_CHECKSIG]);
+// Number.MAX_SAFE_INTEGER
+var MAX_SAFE_INTEGER = 9007199254740991;
- });
- lazy.prop(o, 'pubkey', function () {
- if (!a.input) return;
- return _chunks()[1];
- });
- lazy.prop(o, 'signature', function () {
- if (!a.input) return;
- return _chunks()[0];
- });
- lazy.prop(o, 'input', function () {
- if (!a.pubkey) return;
- if (!a.signature) return;
- return bscript.compile([a.signature, a.pubkey]);
- });
- lazy.prop(o, 'witness', function () {
- if (!o.input) return;
- return [];
- });
- // extended validation
- if (opts.validate) {
- var hash = Buffer.from([]);
- if (a.address) {
- if (_address().version !== network.pubKeyHash)
- throw new TypeError('Invalid version or Network mismatch');
- if (_address().hash.length !== 20) throw new TypeError('Invalid address');
- hash = _address().hash;
- }
- if (a.hash) {
- if (hash.length > 0 && !hash.equals(a.hash))
- throw new TypeError('Hash mismatch');else
- hash = a.hash;
- }
- if (a.output) {
- if (
- a.output.length !== 25 ||
- a.output[0] !== OPS.OP_DUP ||
- a.output[1] !== OPS.OP_HASH160 ||
- a.output[2] !== 0x14 ||
- a.output[23] !== OPS.OP_EQUALVERIFY ||
- a.output[24] !== OPS.OP_CHECKSIG)
+function checkUInt53(n) {
+ if (n < 0 || n > MAX_SAFE_INTEGER || n % 1 !== 0) throw new RangeError('value out of range');
+}
- throw new TypeError('Output is invalid');
- var hash2 = a.output.slice(3, 23);
- if (hash.length > 0 && !hash.equals(hash2))
- throw new TypeError('Hash mismatch');else
- hash = hash2;
- }
- if (a.pubkey) {
- var pkh = bcrypto.hash160(a.pubkey);
- if (hash.length > 0 && !hash.equals(pkh))
- throw new TypeError('Hash mismatch');else
- hash = pkh;
- }
- if (a.input) {
- var chunks = _chunks();
- if (chunks.length !== 2) throw new TypeError('Input is invalid');
- if (!bscript.isCanonicalScriptSignature(chunks[0]))
- throw new TypeError('Input has invalid signature');
- if (!ecc.isPoint(chunks[1]))
- throw new TypeError('Input has invalid pubkey');
- if (a.signature && !a.signature.equals(chunks[0]))
- throw new TypeError('Signature mismatch');
- if (a.pubkey && !a.pubkey.equals(chunks[1]))
- throw new TypeError('Pubkey mismatch');
- var _pkh = bcrypto.hash160(chunks[1]);
- if (hash.length > 0 && !hash.equals(_pkh))
- throw new TypeError('Hash mismatch');
- }
+function encode(number, buffer, offset) {
+ checkUInt53(number);
+
+ if (!buffer) buffer = Buffer.allocUnsafe(encodingLength(number));
+ if (!Buffer.isBuffer(buffer)) throw new TypeError('buffer must be a Buffer instance');
+ if (!offset) offset = 0;
+
+ // 8 bit
+ if (number < 0xfd) {
+ buffer.writeUInt8(number, offset);
+ encode.bytes = 1;
+
+ // 16 bit
+ } else if (number <= 0xffff) {
+ buffer.writeUInt8(0xfd, offset);
+ buffer.writeUInt16LE(number, offset + 1);
+ encode.bytes = 3;
+
+ // 32 bit
+ } else if (number <= 0xffffffff) {
+ buffer.writeUInt8(0xfe, offset);
+ buffer.writeUInt32LE(number, offset + 1);
+ encode.bytes = 5;
+
+ // 64 bit
+ } else {
+ buffer.writeUInt8(0xff, offset);
+ buffer.writeUInt32LE(number >>> 0, offset + 1);
+ buffer.writeUInt32LE(number / 0x100000000 | 0, offset + 5);
+ encode.bytes = 9;
}
- return Object.assign(o, a);
+
+ return buffer;
}
-exports.p2pkh = p2pkh;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
-/***/ }),
-/* 487 */
-/*!**************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/crypto.js ***!
- \**************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+function decode(buffer, offset) {
+ if (!Buffer.isBuffer(buffer)) throw new TypeError('buffer must be a Buffer instance');
+ if (!offset) offset = 0;
-"use strict";
+ var first = buffer.readUInt8(offset);
-Object.defineProperty(exports, '__esModule', { value: true });
-var createHash = __webpack_require__(/*! create-hash */ 369);
-function ripemd160(buffer) {
- try {
- return createHash('rmd160').
- update(buffer).
- digest();
- } catch (err) {
- return createHash('ripemd160').
- update(buffer).
- digest();
+ // 8 bit
+ if (first < 0xfd) {
+ decode.bytes = 1;
+ return first;
+
+ // 16 bit
+ } else if (first === 0xfd) {
+ decode.bytes = 3;
+ return buffer.readUInt16LE(offset + 1);
+
+ // 32 bit
+ } else if (first === 0xfe) {
+ decode.bytes = 5;
+ return buffer.readUInt32LE(offset + 1);
+
+ // 64 bit
+ } else {
+ decode.bytes = 9;
+ var lo = buffer.readUInt32LE(offset + 1);
+ var hi = buffer.readUInt32LE(offset + 5);
+ var number = hi * 0x0100000000 + lo;
+ checkUInt53(number);
+
+ return number;
}
}
-exports.ripemd160 = ripemd160;
-function sha1(buffer) {
- return createHash('sha1').
- update(buffer).
- digest();
-}
-exports.sha1 = sha1;
-function sha256(buffer) {
- return createHash('sha256').
- update(buffer).
- digest();
-}
-exports.sha256 = sha256;
-function hash160(buffer) {
- return ripemd160(sha256(buffer));
-}
-exports.hash160 = hash160;
-function hash256(buffer) {
- return sha256(sha256(buffer));
+
+function encodingLength(number) {
+ checkUInt53(number);
+
+ return (
+ number < 0xfd ? 1 :
+ number <= 0xffff ? 3 :
+ number <= 0xffffffff ? 5 :
+ 9);
+
}
-exports.hash256 = hash256;
+
+module.exports = { encode: encode, decode: decode, encodingLength: encodingLength };
/***/ }),
-/* 488 */
-/*!*********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/payments/p2sh.js ***!
- \*********************************************************************************************/
+/* 467 */
+/*!*********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/transaction.js ***!
+ \*********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
+/* WEBPACK VAR INJECTION */(function(Buffer) {function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}
Object.defineProperty(exports, '__esModule', { value: true });
-var bcrypto = __webpack_require__(/*! ../crypto */ 487);
-var networks_1 = __webpack_require__(/*! ../networks */ 472);
-var bscript = __webpack_require__(/*! ../script */ 475);
-var lazy = __webpack_require__(/*! ./lazy */ 483);
-var typef = __webpack_require__(/*! typeforce */ 434);
-var OPS = bscript.OPS;
-var bs58check = __webpack_require__(/*! bs58check */ 428);
-function stacksEqual(a, b) {
- if (a.length !== b.length) return false;
- return a.every(function (x, i) {
- return x.equals(b[i]);
- });
+var bufferutils_1 = __webpack_require__(/*! ./bufferutils */ 465);
+var bcrypto = __webpack_require__(/*! ./crypto */ 459);
+var bscript = __webpack_require__(/*! ./script */ 447);
+var script_1 = __webpack_require__(/*! ./script */ 447);
+var types = __webpack_require__(/*! ./types */ 450);
+var typeforce = __webpack_require__(/*! typeforce */ 406);
+var varuint = __webpack_require__(/*! varuint-bitcoin */ 466);
+function varSliceSize(someScript) {
+ var length = someScript.length;
+ return varuint.encodingLength(length) + length;
}
-// input: [redeemScriptSig ...] {redeemScript}
-// witness: >
-// output: OP_HASH160 {hash160(redeemScript)} OP_EQUAL
-function p2sh(a, opts) {
- if (!a.address && !a.hash && !a.output && !a.redeem && !a.input)
- throw new TypeError('Not enough data');
- opts = Object.assign({ validate: true }, opts || {});
- typef(
- {
- network: typef.maybe(typef.Object),
- address: typef.maybe(typef.String),
- hash: typef.maybe(typef.BufferN(20)),
- output: typef.maybe(typef.BufferN(23)),
- redeem: typef.maybe({
- network: typef.maybe(typef.Object),
- output: typef.maybe(typef.Buffer),
- input: typef.maybe(typef.Buffer),
- witness: typef.maybe(typef.arrayOf(typef.Buffer)) }),
+function vectorSize(someVector) {
+ var length = someVector.length;
+ return (
+ varuint.encodingLength(length) +
+ someVector.reduce(function (sum, witness) {
+ return sum + varSliceSize(witness);
+ }, 0));
- input: typef.maybe(typef.Buffer),
- witness: typef.maybe(typef.arrayOf(typef.Buffer)) },
+}
+var EMPTY_SCRIPT = Buffer.allocUnsafe(0);
+var EMPTY_WITNESS = [];
+var ZERO = Buffer.from(
+'0000000000000000000000000000000000000000000000000000000000000000',
+'hex');
- a);
+var ONE = Buffer.from(
+'0000000000000000000000000000000000000000000000000000000000000001',
+'hex');
- var network = a.network;
- if (!network) {
- network = a.redeem && a.redeem.network || networks_1.bitcoin;
- }
- var o = { network: network };
- var _address = lazy.value(function () {
- var payload = bs58check.decode(a.address);
- var version = payload.readUInt8(0);
- var hash = payload.slice(1);
- return { version: version, hash: hash };
- });
- var _chunks = lazy.value(function () {
- return bscript.decompile(a.input);
- });
- var _redeem = lazy.value(function () {
- var chunks = _chunks();
- return {
- network: network,
- output: chunks[chunks.length - 1],
- input: bscript.compile(chunks.slice(0, -1)),
- witness: a.witness || [] };
+var VALUE_UINT64_MAX = Buffer.from('ffffffffffffffff', 'hex');
+var BLANK_OUTPUT = {
+ script: EMPTY_SCRIPT,
+ valueBuffer: VALUE_UINT64_MAX };
- });
- // output dependents
- lazy.prop(o, 'address', function () {
- if (!o.hash) return;
- var payload = Buffer.allocUnsafe(21);
- payload.writeUInt8(o.network.scriptHash, 0);
- o.hash.copy(payload, 1);
- return bs58check.encode(payload);
- });
- lazy.prop(o, 'hash', function () {
- // in order of least effort
- if (a.output) return a.output.slice(2, 22);
- if (a.address) return _address().hash;
- if (o.redeem && o.redeem.output) return bcrypto.hash160(o.redeem.output);
- });
- lazy.prop(o, 'output', function () {
- if (!o.hash) return;
- return bscript.compile([OPS.OP_HASH160, o.hash, OPS.OP_EQUAL]);
- });
- // input dependents
- lazy.prop(o, 'redeem', function () {
- if (!a.input) return;
- return _redeem();
- });
- lazy.prop(o, 'input', function () {
- if (!a.redeem || !a.redeem.input || !a.redeem.output) return;
- return bscript.compile(
- [].concat(bscript.decompile(a.redeem.input), a.redeem.output));
+function isOutput(out) {
+ return out.value !== undefined;
+}var
+Transaction = /*#__PURE__*/function () {
+ function Transaction() {_classCallCheck(this, Transaction);
+ this.version = 1;
+ this.locktime = 0;
+ this.ins = [];
+ this.outs = [];
+ }_createClass(Transaction, [{ key: "isCoinbase", value: function isCoinbase()
- });
- lazy.prop(o, 'witness', function () {
- if (o.redeem && o.redeem.witness) return o.redeem.witness;
- if (o.input) return [];
- });
- lazy.prop(o, 'name', function () {
- var nameParts = ['p2sh'];
- if (o.redeem !== undefined) nameParts.push(o.redeem.name);
- return nameParts.join('-');
- });
- if (opts.validate) {
- var hash = Buffer.from([]);
- if (a.address) {
- if (_address().version !== network.scriptHash)
- throw new TypeError('Invalid version or Network mismatch');
- if (_address().hash.length !== 20) throw new TypeError('Invalid address');
- hash = _address().hash;
- }
- if (a.hash) {
- if (hash.length > 0 && !hash.equals(a.hash))
- throw new TypeError('Hash mismatch');else
- hash = a.hash;
- }
- if (a.output) {
- if (
- a.output.length !== 23 ||
- a.output[0] !== OPS.OP_HASH160 ||
- a.output[1] !== 0x14 ||
- a.output[22] !== OPS.OP_EQUAL)
- throw new TypeError('Output is invalid');
- var hash2 = a.output.slice(2, 22);
- if (hash.length > 0 && !hash.equals(hash2))
- throw new TypeError('Hash mismatch');else
- hash = hash2;
- }
- // inlined to prevent 'no-inner-declarations' failing
- var checkRedeem = function checkRedeem(redeem) {
- // is the redeem output empty/invalid?
- if (redeem.output) {
- var decompile = bscript.decompile(redeem.output);
- if (!decompile || decompile.length < 1)
- throw new TypeError('Redeem.output too short');
- // match hash against other sources
- var _hash = bcrypto.hash160(redeem.output);
- if (hash.length > 0 && !hash.equals(_hash))
- throw new TypeError('Hash mismatch');else
- hash = _hash;
- }
- if (redeem.input) {
- var hasInput = redeem.input.length > 0;
- var hasWitness = redeem.witness && redeem.witness.length > 0;
- if (!hasInput && !hasWitness) throw new TypeError('Empty input');
- if (hasInput && hasWitness)
- throw new TypeError('Input and witness provided');
- if (hasInput) {
- var richunks = bscript.decompile(redeem.input);
- if (!bscript.isPushOnly(richunks))
- throw new TypeError('Non push-only scriptSig');
- }
- }
- };
- if (a.input) {
- var chunks = _chunks();
- if (!chunks || chunks.length < 1) throw new TypeError('Input too short');
- if (!Buffer.isBuffer(_redeem().output))
- throw new TypeError('Input is invalid');
- checkRedeem(_redeem());
- }
- if (a.redeem) {
- if (a.redeem.network && a.redeem.network !== network)
- throw new TypeError('Network mismatch');
- if (a.input) {
- var redeem = _redeem();
- if (a.redeem.output && !a.redeem.output.equals(redeem.output))
- throw new TypeError('Redeem.output mismatch');
- if (a.redeem.input && !a.redeem.input.equals(redeem.input))
- throw new TypeError('Redeem.input mismatch');
- }
- checkRedeem(a.redeem);
- }
- if (a.witness) {
- if (
- a.redeem &&
- a.redeem.witness &&
- !stacksEqual(a.redeem.witness, a.witness))
- throw new TypeError('Witness and redeem.witness mismatch');
- }
- }
- return Object.assign(o, a);
-}
-exports.p2sh = p2sh;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
-/***/ }),
-/* 489 */
-/*!***********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/payments/p2wpkh.js ***!
- \***********************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
-Object.defineProperty(exports, '__esModule', { value: true });
-var bcrypto = __webpack_require__(/*! ../crypto */ 487);
-var networks_1 = __webpack_require__(/*! ../networks */ 472);
-var bscript = __webpack_require__(/*! ../script */ 475);
-var lazy = __webpack_require__(/*! ./lazy */ 483);
-var typef = __webpack_require__(/*! typeforce */ 434);
-var OPS = bscript.OPS;
-var ecc = __webpack_require__(/*! tiny-secp256k1 */ 432);
-var bech32 = __webpack_require__(/*! bech32 */ 183);
-var EMPTY_BUFFER = Buffer.alloc(0);
-// witness: {signature} {pubKey}
-// input: <>
-// output: OP_0 {pubKeyHash}
-function p2wpkh(a, opts) {
- if (!a.address && !a.hash && !a.output && !a.pubkey && !a.witness)
- throw new TypeError('Not enough data');
- opts = Object.assign({ validate: true }, opts || {});
- typef(
- {
- address: typef.maybe(typef.String),
- hash: typef.maybe(typef.BufferN(20)),
- input: typef.maybe(typef.BufferN(0)),
- network: typef.maybe(typef.Object),
- output: typef.maybe(typef.BufferN(22)),
- pubkey: typef.maybe(ecc.isPoint),
- signature: typef.maybe(bscript.isCanonicalScriptSignature),
- witness: typef.maybe(typef.arrayOf(typef.Buffer)) },
- a);
- var _address = lazy.value(function () {
- var result = bech32.decode(a.address);
- var version = result.words.shift();
- var data = bech32.fromWords(result.words);
- return {
- version: version,
- prefix: result.prefix,
- data: Buffer.from(data) };
- });
- var network = a.network || networks_1.bitcoin;
- var o = { name: 'p2wpkh', network: network };
- lazy.prop(o, 'address', function () {
- if (!o.hash) return;
- var words = bech32.toWords(o.hash);
- words.unshift(0x00);
- return bech32.encode(network.bech32, words);
- });
- lazy.prop(o, 'hash', function () {
- if (a.output) return a.output.slice(2, 22);
- if (a.address) return _address().data;
- if (a.pubkey || o.pubkey) return bcrypto.hash160(a.pubkey || o.pubkey);
- });
- lazy.prop(o, 'output', function () {
- if (!o.hash) return;
- return bscript.compile([OPS.OP_0, o.hash]);
- });
- lazy.prop(o, 'pubkey', function () {
- if (a.pubkey) return a.pubkey;
- if (!a.witness) return;
- return a.witness[1];
- });
- lazy.prop(o, 'signature', function () {
- if (!a.witness) return;
- return a.witness[0];
- });
- lazy.prop(o, 'input', function () {
- if (!o.witness) return;
- return EMPTY_BUFFER;
- });
- lazy.prop(o, 'witness', function () {
- if (!a.pubkey) return;
- if (!a.signature) return;
- return [a.signature, a.pubkey];
- });
- // extended validation
- if (opts.validate) {
- var hash = Buffer.from([]);
- if (a.address) {
- if (network && network.bech32 !== _address().prefix)
- throw new TypeError('Invalid prefix or Network mismatch');
- if (_address().version !== 0x00)
- throw new TypeError('Invalid address version');
- if (_address().data.length !== 20)
- throw new TypeError('Invalid address data');
- hash = _address().data;
- }
- if (a.hash) {
- if (hash.length > 0 && !hash.equals(a.hash))
- throw new TypeError('Hash mismatch');else
- hash = a.hash;
- }
- if (a.output) {
- if (
- a.output.length !== 22 ||
- a.output[0] !== OPS.OP_0 ||
- a.output[1] !== 0x14)
- throw new TypeError('Output is invalid');
- if (hash.length > 0 && !hash.equals(a.output.slice(2)))
- throw new TypeError('Hash mismatch');else
- hash = a.output.slice(2);
- }
- if (a.pubkey) {
- var pkh = bcrypto.hash160(a.pubkey);
- if (hash.length > 0 && !hash.equals(pkh))
- throw new TypeError('Hash mismatch');else
- hash = pkh;
- if (!ecc.isPoint(a.pubkey) || a.pubkey.length !== 33)
- throw new TypeError('Invalid pubkey for p2wpkh');
- }
- if (a.witness) {
- if (a.witness.length !== 2) throw new TypeError('Witness is invalid');
- if (!bscript.isCanonicalScriptSignature(a.witness[0]))
- throw new TypeError('Witness has invalid signature');
- if (!ecc.isPoint(a.witness[1]) || a.witness[1].length !== 33)
- throw new TypeError('Witness has invalid pubkey');
- if (a.signature && !a.signature.equals(a.witness[0]))
- throw new TypeError('Signature mismatch');
- if (a.pubkey && !a.pubkey.equals(a.witness[1]))
- throw new TypeError('Pubkey mismatch');
- var _pkh = bcrypto.hash160(a.witness[1]);
- if (hash.length > 0 && !hash.equals(_pkh))
- throw new TypeError('Hash mismatch');
- }
- }
- return Object.assign(o, a);
-}
-exports.p2wpkh = p2wpkh;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
-/***/ }),
-/* 490 */
-/*!**********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/payments/p2wsh.js ***!
- \**********************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
-Object.defineProperty(exports, '__esModule', { value: true });
-var bcrypto = __webpack_require__(/*! ../crypto */ 487);
-var networks_1 = __webpack_require__(/*! ../networks */ 472);
-var bscript = __webpack_require__(/*! ../script */ 475);
-var lazy = __webpack_require__(/*! ./lazy */ 483);
-var typef = __webpack_require__(/*! typeforce */ 434);
-var OPS = bscript.OPS;
-var ecc = __webpack_require__(/*! tiny-secp256k1 */ 432);
-var bech32 = __webpack_require__(/*! bech32 */ 183);
-var EMPTY_BUFFER = Buffer.alloc(0);
-function stacksEqual(a, b) {
- if (a.length !== b.length) return false;
- return a.every(function (x, i) {
- return x.equals(b[i]);
- });
-}
-function chunkHasUncompressedPubkey(chunk) {
- if (
- Buffer.isBuffer(chunk) &&
- chunk.length === 65 &&
- chunk[0] === 0x04 &&
- ecc.isPoint(chunk))
- {
- return true;
- } else {
- return false;
- }
-}
-// input: <>
-// witness: [redeemScriptSig ...] {redeemScript}
-// output: OP_0 {sha256(redeemScript)}
-function p2wsh(a, opts) {
- if (!a.address && !a.hash && !a.output && !a.redeem && !a.witness)
- throw new TypeError('Not enough data');
- opts = Object.assign({ validate: true }, opts || {});
- typef(
- {
- network: typef.maybe(typef.Object),
- address: typef.maybe(typef.String),
- hash: typef.maybe(typef.BufferN(32)),
- output: typef.maybe(typef.BufferN(34)),
- redeem: typef.maybe({
- input: typef.maybe(typef.Buffer),
- network: typef.maybe(typef.Object),
- output: typef.maybe(typef.Buffer),
- witness: typef.maybe(typef.arrayOf(typef.Buffer)) }),
- input: typef.maybe(typef.BufferN(0)),
- witness: typef.maybe(typef.arrayOf(typef.Buffer)) },
- a);
- var _address = lazy.value(function () {
- var result = bech32.decode(a.address);
- var version = result.words.shift();
- var data = bech32.fromWords(result.words);
- return {
- version: version,
- prefix: result.prefix,
- data: Buffer.from(data) };
- });
- var _rchunks = lazy.value(function () {
- return bscript.decompile(a.redeem.input);
- });
- var network = a.network;
- if (!network) {
- network = a.redeem && a.redeem.network || networks_1.bitcoin;
- }
- var o = { network: network };
- lazy.prop(o, 'address', function () {
- if (!o.hash) return;
- var words = bech32.toWords(o.hash);
- words.unshift(0x00);
- return bech32.encode(network.bech32, words);
- });
- lazy.prop(o, 'hash', function () {
- if (a.output) return a.output.slice(2);
- if (a.address) return _address().data;
- if (o.redeem && o.redeem.output) return bcrypto.sha256(o.redeem.output);
- });
- lazy.prop(o, 'output', function () {
- if (!o.hash) return;
- return bscript.compile([OPS.OP_0, o.hash]);
- });
- lazy.prop(o, 'redeem', function () {
- if (!a.witness) return;
- return {
- output: a.witness[a.witness.length - 1],
- input: EMPTY_BUFFER,
- witness: a.witness.slice(0, -1) };
- });
- lazy.prop(o, 'input', function () {
- if (!o.witness) return;
- return EMPTY_BUFFER;
- });
- lazy.prop(o, 'witness', function () {
- // transform redeem input to witness stack?
- if (
- a.redeem &&
- a.redeem.input &&
- a.redeem.input.length > 0 &&
- a.redeem.output &&
- a.redeem.output.length > 0)
- {
- var stack = bscript.toStack(_rchunks());
- // assign, and blank the existing input
- o.redeem = Object.assign({ witness: stack }, a.redeem);
- o.redeem.input = EMPTY_BUFFER;
- return [].concat(stack, a.redeem.output);
- }
- if (!a.redeem) return;
- if (!a.redeem.output) return;
- if (!a.redeem.witness) return;
- return [].concat(a.redeem.witness, a.redeem.output);
- });
- lazy.prop(o, 'name', function () {
- var nameParts = ['p2wsh'];
- if (o.redeem !== undefined) nameParts.push(o.redeem.name);
- return nameParts.join('-');
- });
- // extended validation
- if (opts.validate) {
- var hash = Buffer.from([]);
- if (a.address) {
- if (_address().prefix !== network.bech32)
- throw new TypeError('Invalid prefix or Network mismatch');
- if (_address().version !== 0x00)
- throw new TypeError('Invalid address version');
- if (_address().data.length !== 32)
- throw new TypeError('Invalid address data');
- hash = _address().data;
- }
- if (a.hash) {
- if (hash.length > 0 && !hash.equals(a.hash))
- throw new TypeError('Hash mismatch');else
- hash = a.hash;
- }
- if (a.output) {
- if (
- a.output.length !== 34 ||
- a.output[0] !== OPS.OP_0 ||
- a.output[1] !== 0x20)
- throw new TypeError('Output is invalid');
- var hash2 = a.output.slice(2);
- if (hash.length > 0 && !hash.equals(hash2))
- throw new TypeError('Hash mismatch');else
- hash = hash2;
- }
- if (a.redeem) {
- if (a.redeem.network && a.redeem.network !== network)
- throw new TypeError('Network mismatch');
- // is there two redeem sources?
- if (
- a.redeem.input &&
- a.redeem.input.length > 0 &&
- a.redeem.witness &&
- a.redeem.witness.length > 0)
- throw new TypeError('Ambiguous witness source');
- // is the redeem output non-empty?
- if (a.redeem.output) {
- if (bscript.decompile(a.redeem.output).length === 0)
- throw new TypeError('Redeem.output is invalid');
- // match hash against other sources
- var _hash = bcrypto.sha256(a.redeem.output);
- if (hash.length > 0 && !hash.equals(_hash))
- throw new TypeError('Hash mismatch');else
- hash = _hash;
- }
- if (a.redeem.input && !bscript.isPushOnly(_rchunks()))
- throw new TypeError('Non push-only scriptSig');
- if (
- a.witness &&
- a.redeem.witness &&
- !stacksEqual(a.witness, a.redeem.witness))
- throw new TypeError('Witness and redeem.witness mismatch');
- if (
- a.redeem.input && _rchunks().some(chunkHasUncompressedPubkey) ||
- a.redeem.output &&
- (bscript.decompile(a.redeem.output) || []).some(
- chunkHasUncompressedPubkey))
- {
- throw new TypeError(
- 'redeem.input or redeem.output contains uncompressed pubkey');
- }
- }
- if (a.witness && a.witness.length > 0) {
- var wScript = a.witness[a.witness.length - 1];
- if (a.redeem && a.redeem.output && !a.redeem.output.equals(wScript))
- throw new TypeError('Witness and redeem.output mismatch');
- if (
- a.witness.some(chunkHasUncompressedPubkey) ||
- (bscript.decompile(wScript) || []).some(chunkHasUncompressedPubkey))
- throw new TypeError('Witness contains uncompressed pubkey');
- }
- }
- return Object.assign(o, a);
-}
-exports.p2wsh = p2wsh;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
-/***/ }),
-/* 491 */
-/*!**************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/ecpair.js ***!
- \**************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}
-Object.defineProperty(exports, '__esModule', { value: true });
-var NETWORKS = __webpack_require__(/*! ./networks */ 472);
-var types = __webpack_require__(/*! ./types */ 478);
-var ecc = __webpack_require__(/*! tiny-secp256k1 */ 432);
-var randomBytes = __webpack_require__(/*! randombytes */ 411);
-var typeforce = __webpack_require__(/*! typeforce */ 434);
-var wif = __webpack_require__(/*! wif */ 438);
-var isOptions = typeforce.maybe(
-typeforce.compile({
- compressed: types.maybe(types.Boolean),
- network: types.maybe(types.Network) }));var
-ECPair = /*#__PURE__*/function () {
- function ECPair(__D, __Q, options) {_classCallCheck(this, ECPair);
- this.__D = __D;
- this.__Q = __Q;
- this.lowR = false;
- if (options === undefined) options = {};
- this.compressed =
- options.compressed === undefined ? true : options.compressed;
- this.network = options.network || NETWORKS.bitcoin;
- if (__Q !== undefined) this.__Q = ecc.pointCompress(__Q, this.compressed);
- }_createClass(ECPair, [{ key: "toWIF", value: function toWIF()
@@ -64788,127 +61587,463 @@ ECPair = /*#__PURE__*/function () {
- {
- if (!this.__D) throw new Error('Missing private key');
- return wif.encode(this.network.wif, this.__D, this.compressed);
- } }, { key: "sign", value: function sign(
- hash, lowR) {
- if (!this.__D) throw new Error('Missing private key');
- if (lowR === undefined) lowR = this.lowR;
- if (lowR === false) {
- return ecc.sign(hash, this.__D);
- } else {
- var sig = ecc.sign(hash, this.__D);
- var extraData = Buffer.alloc(32, 0);
- var counter = 0;
- // if first try is lowR, skip the loop
- // for second try and on, add extra entropy counting up
- while (sig[0] > 0x7f) {
- counter++;
- extraData.writeUIntLE(counter, 0, 6);
- sig = ecc.signWithEntropy(hash, this.__D, extraData);
- }
- return sig;
- }
- } }, { key: "verify", value: function verify(
- hash, signature) {
- return ecc.verify(hash, this.publicKey, signature);
- } }, { key: "privateKey", get: function get() {return this.__D;} }, { key: "publicKey", get: function get() {if (!this.__Q) this.__Q = ecc.pointFromScalar(this.__D, this.compressed);return this.__Q;} }]);return ECPair;}();
-function fromPrivateKey(buffer, options) {
- typeforce(types.Buffer256bit, buffer);
- if (!ecc.isPrivate(buffer))
- throw new TypeError('Private key not in range [1, n)');
- typeforce(isOptions, options);
- return new ECPair(buffer, undefined, options);
-}
-exports.fromPrivateKey = fromPrivateKey;
-function fromPublicKey(buffer, options) {
- typeforce(ecc.isPoint, buffer);
- typeforce(isOptions, options);
- return new ECPair(undefined, buffer, options);
-}
-exports.fromPublicKey = fromPublicKey;
-function fromWIF(wifString, network) {
- var decoded = wif.decode(wifString);
- var version = decoded.version;
- // list of networks?
- if (types.Array(network)) {
- network = network.
- filter(function (x) {
- return version === x.wif;
- }).
- pop();
- if (!network) throw new Error('Unknown network version');
- // otherwise, assume a network object (or default to bitcoin)
- } else {
- network = network || NETWORKS.bitcoin;
- if (version !== network.wif) throw new Error('Invalid network version');
- }
- return fromPrivateKey(decoded.privateKey, {
- compressed: decoded.compressed,
- network: network });
-}
-exports.fromWIF = fromWIF;
-function makeRandom(options) {
- typeforce(isOptions, options);
- if (options === undefined) options = {};
- var rng = options.rng || randomBytes;
- var d;
- do {
- d = rng(32);
- typeforce(types.Buffer256bit, d);
- } while (!ecc.isPrivate(d));
- return fromPrivateKey(d, options);
-}
-exports.makeRandom = makeRandom;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {
+ return (
+ this.ins.length === 1 && Transaction.isCoinbaseHash(this.ins[0].hash));
+
+ } }, { key: "addInput", value: function addInput(
+ hash, index, sequence, scriptSig) {
+ typeforce(
+ types.tuple(
+ types.Hash256bit,
+ types.UInt32,
+ types.maybe(types.UInt32),
+ types.maybe(types.Buffer)),
+
+ arguments);
+
+ if (types.Null(sequence)) {
+ sequence = Transaction.DEFAULT_SEQUENCE;
+ }
+ // Add the input and return the input's index
+ return (
+ this.ins.push({
+ hash: hash,
+ index: index,
+ script: scriptSig || EMPTY_SCRIPT,
+ sequence: sequence,
+ witness: EMPTY_WITNESS }) -
+ 1);
+
+ } }, { key: "addOutput", value: function addOutput(
+ scriptPubKey, value) {
+ typeforce(types.tuple(types.Buffer, types.Satoshi), arguments);
+ // Add the output and return the output's index
+ return (
+ this.outs.push({
+ script: scriptPubKey,
+ value: value }) -
+ 1);
+
+ } }, { key: "hasWitnesses", value: function hasWitnesses()
+ {
+ return this.ins.some(function (x) {
+ return x.witness.length !== 0;
+ });
+ } }, { key: "weight", value: function weight()
+ {
+ var base = this.byteLength(false);
+ var total = this.byteLength(true);
+ return base * 3 + total;
+ } }, { key: "virtualSize", value: function virtualSize()
+ {
+ return Math.ceil(this.weight() / 4);
+ } }, { key: "byteLength", value: function byteLength()
+ {var _ALLOW_WITNESS = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;
+ var hasWitnesses = _ALLOW_WITNESS && this.hasWitnesses();
+ return (
+ (hasWitnesses ? 10 : 8) +
+ varuint.encodingLength(this.ins.length) +
+ varuint.encodingLength(this.outs.length) +
+ this.ins.reduce(function (sum, input) {
+ return sum + 40 + varSliceSize(input.script);
+ }, 0) +
+ this.outs.reduce(function (sum, output) {
+ return sum + 8 + varSliceSize(output.script);
+ }, 0) + (
+ hasWitnesses ?
+ this.ins.reduce(function (sum, input) {
+ return sum + vectorSize(input.witness);
+ }, 0) :
+ 0));
+
+ } }, { key: "clone", value: function clone()
+ {
+ var newTx = new Transaction();
+ newTx.version = this.version;
+ newTx.locktime = this.locktime;
+ newTx.ins = this.ins.map(function (txIn) {
+ return {
+ hash: txIn.hash,
+ index: txIn.index,
+ script: txIn.script,
+ sequence: txIn.sequence,
+ witness: txIn.witness };
+
+ });
+ newTx.outs = this.outs.map(function (txOut) {
+ return {
+ script: txOut.script,
+ value: txOut.value };
+
+ });
+ return newTx;
+ }
+ /**
+ * Hash transaction for signing a specific input.
+ *
+ * Bitcoin uses a different hash for each signed transaction input.
+ * This method copies the transaction, makes the necessary changes based on the
+ * hashType, and then hashes the result.
+ * This hash can then be used to sign the provided transaction input.
+ */ }, { key: "hashForSignature", value: function hashForSignature(
+ inIndex, prevOutScript, hashType) {
+ typeforce(
+ types.tuple(types.UInt32, types.Buffer, /* types.UInt8 */types.Number),
+ arguments);
+
+ // https://github.com/bitcoin/bitcoin/blob/master/src/test/sighash_tests.cpp#L29
+ if (inIndex >= this.ins.length) return ONE;
+ // ignore OP_CODESEPARATOR
+ var ourScript = bscript.compile(
+ bscript.decompile(prevOutScript).filter(function (x) {
+ return x !== script_1.OPS.OP_CODESEPARATOR;
+ }));
+
+ var txTmp = this.clone();
+ // SIGHASH_NONE: ignore all outputs? (wildcard payee)
+ if ((hashType & 0x1f) === Transaction.SIGHASH_NONE) {
+ txTmp.outs = [];
+ // ignore sequence numbers (except at inIndex)
+ txTmp.ins.forEach(function (input, i) {
+ if (i === inIndex) return;
+ input.sequence = 0;
+ });
+ // SIGHASH_SINGLE: ignore all outputs, except at the same index?
+ } else if ((hashType & 0x1f) === Transaction.SIGHASH_SINGLE) {
+ // https://github.com/bitcoin/bitcoin/blob/master/src/test/sighash_tests.cpp#L60
+ if (inIndex >= this.outs.length) return ONE;
+ // truncate outputs after
+ txTmp.outs.length = inIndex + 1;
+ // "blank" outputs before
+ for (var i = 0; i < inIndex; i++) {
+ txTmp.outs[i] = BLANK_OUTPUT;
+ }
+ // ignore sequence numbers (except at inIndex)
+ txTmp.ins.forEach(function (input, y) {
+ if (y === inIndex) return;
+ input.sequence = 0;
+ });
+ }
+ // SIGHASH_ANYONECANPAY: ignore inputs entirely?
+ if (hashType & Transaction.SIGHASH_ANYONECANPAY) {
+ txTmp.ins = [txTmp.ins[inIndex]];
+ txTmp.ins[0].script = ourScript;
+ // SIGHASH_ALL: only ignore input scripts
+ } else {
+ // "blank" others input scripts
+ txTmp.ins.forEach(function (input) {
+ input.script = EMPTY_SCRIPT;
+ });
+ txTmp.ins[inIndex].script = ourScript;
+ }
+ // serialize and hash
+ var buffer = Buffer.allocUnsafe(txTmp.byteLength(false) + 4);
+ buffer.writeInt32LE(hashType, buffer.length - 4);
+ txTmp.__toBuffer(buffer, 0, false);
+ return bcrypto.hash256(buffer);
+ } }, { key: "hashForWitnessV0", value: function hashForWitnessV0(
+ inIndex, prevOutScript, value, hashType) {
+ typeforce(
+ types.tuple(types.UInt32, types.Buffer, types.Satoshi, types.UInt32),
+ arguments);
+
+ var tbuffer = Buffer.from([]);
+ var bufferWriter;
+ var hashOutputs = ZERO;
+ var hashPrevouts = ZERO;
+ var hashSequence = ZERO;
+ if (!(hashType & Transaction.SIGHASH_ANYONECANPAY)) {
+ tbuffer = Buffer.allocUnsafe(36 * this.ins.length);
+ bufferWriter = new bufferutils_1.BufferWriter(tbuffer, 0);
+ this.ins.forEach(function (txIn) {
+ bufferWriter.writeSlice(txIn.hash);
+ bufferWriter.writeUInt32(txIn.index);
+ });
+ hashPrevouts = bcrypto.hash256(tbuffer);
+ }
+ if (
+ !(hashType & Transaction.SIGHASH_ANYONECANPAY) &&
+ (hashType & 0x1f) !== Transaction.SIGHASH_SINGLE &&
+ (hashType & 0x1f) !== Transaction.SIGHASH_NONE)
+ {
+ tbuffer = Buffer.allocUnsafe(4 * this.ins.length);
+ bufferWriter = new bufferutils_1.BufferWriter(tbuffer, 0);
+ this.ins.forEach(function (txIn) {
+ bufferWriter.writeUInt32(txIn.sequence);
+ });
+ hashSequence = bcrypto.hash256(tbuffer);
+ }
+ if (
+ (hashType & 0x1f) !== Transaction.SIGHASH_SINGLE &&
+ (hashType & 0x1f) !== Transaction.SIGHASH_NONE)
+ {
+ var txOutsSize = this.outs.reduce(function (sum, output) {
+ return sum + 8 + varSliceSize(output.script);
+ }, 0);
+ tbuffer = Buffer.allocUnsafe(txOutsSize);
+ bufferWriter = new bufferutils_1.BufferWriter(tbuffer, 0);
+ this.outs.forEach(function (out) {
+ bufferWriter.writeUInt64(out.value);
+ bufferWriter.writeVarSlice(out.script);
+ });
+ hashOutputs = bcrypto.hash256(tbuffer);
+ } else if (
+ (hashType & 0x1f) === Transaction.SIGHASH_SINGLE &&
+ inIndex < this.outs.length)
+ {
+ var output = this.outs[inIndex];
+ tbuffer = Buffer.allocUnsafe(8 + varSliceSize(output.script));
+ bufferWriter = new bufferutils_1.BufferWriter(tbuffer, 0);
+ bufferWriter.writeUInt64(output.value);
+ bufferWriter.writeVarSlice(output.script);
+ hashOutputs = bcrypto.hash256(tbuffer);
+ }
+ tbuffer = Buffer.allocUnsafe(156 + varSliceSize(prevOutScript));
+ bufferWriter = new bufferutils_1.BufferWriter(tbuffer, 0);
+ var input = this.ins[inIndex];
+ bufferWriter.writeUInt32(this.version);
+ bufferWriter.writeSlice(hashPrevouts);
+ bufferWriter.writeSlice(hashSequence);
+ bufferWriter.writeSlice(input.hash);
+ bufferWriter.writeUInt32(input.index);
+ bufferWriter.writeVarSlice(prevOutScript);
+ bufferWriter.writeUInt64(value);
+ bufferWriter.writeUInt32(input.sequence);
+ bufferWriter.writeSlice(hashOutputs);
+ bufferWriter.writeUInt32(this.locktime);
+ bufferWriter.writeUInt32(hashType);
+ return bcrypto.hash256(tbuffer);
+ } }, { key: "getHash", value: function getHash(
+ forWitness) {
+ // wtxid for coinbase is always 32 bytes of 0x00
+ if (forWitness && this.isCoinbase()) return Buffer.alloc(32, 0);
+ return bcrypto.hash256(this.__toBuffer(undefined, undefined, forWitness));
+ } }, { key: "getId", value: function getId()
+ {
+ // transaction hash's are displayed in reverse order
+ return bufferutils_1.reverseBuffer(this.getHash(false)).toString('hex');
+ } }, { key: "toBuffer", value: function toBuffer(
+ buffer, initialOffset) {
+ return this.__toBuffer(buffer, initialOffset, true);
+ } }, { key: "toHex", value: function toHex()
+ {
+ return this.toBuffer(undefined, undefined).toString('hex');
+ } }, { key: "setInputScript", value: function setInputScript(
+ index, scriptSig) {
+ typeforce(types.tuple(types.Number, types.Buffer), arguments);
+ this.ins[index].script = scriptSig;
+ } }, { key: "setWitness", value: function setWitness(
+ index, witness) {
+ typeforce(types.tuple(types.Number, [types.Buffer]), arguments);
+ this.ins[index].witness = witness;
+ } }, { key: "__toBuffer", value: function __toBuffer(
+ buffer, initialOffset) {var _ALLOW_WITNESS = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
+ if (!buffer) buffer = Buffer.allocUnsafe(this.byteLength(_ALLOW_WITNESS));
+ var bufferWriter = new bufferutils_1.BufferWriter(
+ buffer,
+ initialOffset || 0);
+
+ bufferWriter.writeInt32(this.version);
+ var hasWitnesses = _ALLOW_WITNESS && this.hasWitnesses();
+ if (hasWitnesses) {
+ bufferWriter.writeUInt8(Transaction.ADVANCED_TRANSACTION_MARKER);
+ bufferWriter.writeUInt8(Transaction.ADVANCED_TRANSACTION_FLAG);
+ }
+ bufferWriter.writeVarInt(this.ins.length);
+ this.ins.forEach(function (txIn) {
+ bufferWriter.writeSlice(txIn.hash);
+ bufferWriter.writeUInt32(txIn.index);
+ bufferWriter.writeVarSlice(txIn.script);
+ bufferWriter.writeUInt32(txIn.sequence);
+ });
+ bufferWriter.writeVarInt(this.outs.length);
+ this.outs.forEach(function (txOut) {
+ if (isOutput(txOut)) {
+ bufferWriter.writeUInt64(txOut.value);
+ } else {
+ bufferWriter.writeSlice(txOut.valueBuffer);
+ }
+ bufferWriter.writeVarSlice(txOut.script);
+ });
+ if (hasWitnesses) {
+ this.ins.forEach(function (input) {
+ bufferWriter.writeVector(input.witness);
+ });
+ }
+ bufferWriter.writeUInt32(this.locktime);
+ // avoid slicing unless necessary
+ if (initialOffset !== undefined)
+ return buffer.slice(initialOffset, bufferWriter.offset);
+ return buffer;
+ } }], [{ key: "fromBuffer", value: function fromBuffer(buffer, _NO_STRICT) {var bufferReader = new bufferutils_1.BufferReader(buffer);var tx = new Transaction();tx.version = bufferReader.readInt32();var marker = bufferReader.readUInt8();var flag = bufferReader.readUInt8();var hasWitnesses = false;if (marker === Transaction.ADVANCED_TRANSACTION_MARKER && flag === Transaction.ADVANCED_TRANSACTION_FLAG) {hasWitnesses = true;} else {bufferReader.offset -= 2;}var vinLen = bufferReader.readVarInt();for (var i = 0; i < vinLen; ++i) {tx.ins.push({ hash: bufferReader.readSlice(32), index: bufferReader.readUInt32(), script: bufferReader.readVarSlice(), sequence: bufferReader.readUInt32(), witness: EMPTY_WITNESS });}var voutLen = bufferReader.readVarInt();for (var _i = 0; _i < voutLen; ++_i) {tx.outs.push({ value: bufferReader.readUInt64(), script: bufferReader.readVarSlice() });}if (hasWitnesses) {for (var _i2 = 0; _i2 < vinLen; ++_i2) {tx.ins[_i2].witness = bufferReader.readVector();} // was this pointless?
+ if (!tx.hasWitnesses()) throw new Error('Transaction has superfluous witness data');}tx.locktime = bufferReader.readUInt32();if (_NO_STRICT) return tx;if (bufferReader.offset !== buffer.length) throw new Error('Transaction has unexpected data');return tx;} }, { key: "fromHex", value: function fromHex(hex) {return Transaction.fromBuffer(Buffer.from(hex, 'hex'), false);} }, { key: "isCoinbaseHash", value: function isCoinbaseHash(buffer) {typeforce(types.Hash256bit, buffer);for (var i = 0; i < 32; ++i) {if (buffer[i] !== 0) return false;}return true;} }]);return Transaction;}();
+Transaction.DEFAULT_SEQUENCE = 0xffffffff;
+Transaction.SIGHASH_ALL = 0x01;
+Transaction.SIGHASH_NONE = 0x02;
+Transaction.SIGHASH_SINGLE = 0x03;
+Transaction.SIGHASH_ANYONECANPAY = 0x80;
+Transaction.ADVANCED_TRANSACTION_MARKER = 0x00;
+Transaction.ADVANCED_TRANSACTION_FLAG = 0x01;
+exports.Transaction = Transaction;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
/***/ }),
-/* 492 */
-/*!*************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/block.js ***!
- \*************************************************************************************/
+/* 468 */
+/*!***********************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/merkle-lib/fastRoot.js ***!
+ \***********************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}
-Object.defineProperty(exports, '__esModule', { value: true });
-var bufferutils_1 = __webpack_require__(/*! ./bufferutils */ 493);
-var bcrypto = __webpack_require__(/*! ./crypto */ 487);
-var transaction_1 = __webpack_require__(/*! ./transaction */ 495);
-var types = __webpack_require__(/*! ./types */ 478);
-var fastMerkleRoot = __webpack_require__(/*! merkle-lib/fastRoot */ 496);
-var typeforce = __webpack_require__(/*! typeforce */ 434);
-var varuint = __webpack_require__(/*! varuint-bitcoin */ 494);
-var errorMerkleNoTxes = new TypeError(
-'Cannot compute merkle root for zero transactions');
+/* WEBPACK VAR INJECTION */(function(Buffer) {// constant-space merkle root calculation algorithm
+module.exports = function fastRoot(values, digestFn) {
+ if (!Array.isArray(values)) throw TypeError('Expected values Array');
+ if (typeof digestFn !== 'function') throw TypeError('Expected digest Function');
-var errorWitnessNotSegwit = new TypeError(
-'Cannot compute witness commit for non-segwit block');var
+ var length = values.length;
+ var results = values.concat();
-Block = /*#__PURE__*/function () {
- function Block() {_classCallCheck(this, Block);
- this.version = 1;
- this.prevHash = undefined;
- this.merkleRoot = undefined;
- this.timestamp = 0;
- this.witnessCommit = undefined;
- this.bits = 0;
- this.nonce = 0;
- this.transactions = undefined;
- }_createClass(Block, [{ key: "getWitnessCommit", value: function getWitnessCommit()
+ while (length > 1) {
+ var j = 0;
+ for (var i = 0; i < length; i += 2, ++j) {
+ var left = results[i];
+ var right = i + 1 === length ? left : results[i + 1];
+ var data = Buffer.concat([left, right]);
+ results[j] = digestFn(data);
+ }
+ length = j;
+ }
+ return results[0];
+};
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
+/***/ }),
+/* 469 */
+/*!**************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/psbt.js ***!
+ \**************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer, __f__) {function _slicedToArray(arr, i) {return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();}function _nonIterableRest() {throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}function _iterableToArrayLimit(arr, i) {if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return;var _arr = [];var _n = true;var _d = false;var _e = undefined;try {for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) {_arr.push(_s.value);if (i && _arr.length === i) break;}} catch (err) {_d = true;_e = err;} finally {try {if (!_n && _i["return"] != null) _i["return"]();} finally {if (_d) throw _e;}}return _arr;}function _arrayWithHoles(arr) {if (Array.isArray(arr)) return arr;}function _createForOfIteratorHelper(o, allowArrayLike) {var it;if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) {if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {if (it) o = it;var i = 0;var F = function F() {};return { s: F, n: function n() {if (i >= o.length) return { done: true };return { done: false, value: o[i++] };}, e: function e(_e2) {throw _e2;}, f: F };}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}var normalCompletion = true,didErr = false,err;return { s: function s() {it = o[Symbol.iterator]();}, n: function n() {var step = it.next();normalCompletion = step.done;return step;}, e: function e(_e3) {didErr = true;err = _e3;}, f: function f() {try {if (!normalCompletion && it.return != null) it.return();} finally {if (didErr) throw err;}} };}function _toConsumableArray(arr) {return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();}function _nonIterableSpread() {throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}function _unsupportedIterableToArray(o, minLen) {if (!o) return;if (typeof o === "string") return _arrayLikeToArray(o, minLen);var n = Object.prototype.toString.call(o).slice(8, -1);if (n === "Object" && o.constructor) n = o.constructor.name;if (n === "Map" || n === "Set") return Array.from(o);if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);}function _iterableToArray(iter) {if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);}function _arrayWithoutHoles(arr) {if (Array.isArray(arr)) return _arrayLikeToArray(arr);}function _arrayLikeToArray(arr, len) {if (len == null || len > arr.length) len = arr.length;for (var i = 0, arr2 = new Array(len); i < len; i++) {arr2[i] = arr[i];}return arr2;}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}
+Object.defineProperty(exports, '__esModule', { value: true });
+var bip174_1 = __webpack_require__(/*! bip174 */ 470);
+var varuint = __webpack_require__(/*! bip174/src/lib/converter/varint */ 486);
+var utils_1 = __webpack_require__(/*! bip174/src/lib/utils */ 492);
+var address_1 = __webpack_require__(/*! ./address */ 443);
+var bufferutils_1 = __webpack_require__(/*! ./bufferutils */ 465);
+var crypto_1 = __webpack_require__(/*! ./crypto */ 459);
+var ecpair_1 = __webpack_require__(/*! ./ecpair */ 463);
+var networks_1 = __webpack_require__(/*! ./networks */ 444);
+var payments = __webpack_require__(/*! ./payments */ 445);
+var bscript = __webpack_require__(/*! ./script */ 447);
+var transaction_1 = __webpack_require__(/*! ./transaction */ 467);
+/**
+ * These are the default arguments for a Psbt instance.
+ */
+var DEFAULT_OPTS = {
+ /**
+ * A bitcoinjs Network object. This is only used if you pass an `address`
+ * parameter to addOutput. Otherwise it is not needed and can be left default.
+ */
+ network: networks_1.bitcoin,
+ /**
+ * When extractTransaction is called, the fee rate is checked.
+ * THIS IS NOT TO BE RELIED ON.
+ * It is only here as a last ditch effort to prevent sending a 500 BTC fee etc.
+ */
+ maximumFeeRate: 5000 };
+/**
+ * Psbt class can parse and generate a PSBT binary based off of the BIP174.
+ * There are 6 roles that this class fulfills. (Explained in BIP174)
+ *
+ * Creator: This can be done with `new Psbt()`
+ * Updater: This can be done with `psbt.addInput(input)`, `psbt.addInputs(inputs)`,
+ * `psbt.addOutput(output)`, `psbt.addOutputs(outputs)` when you are looking to
+ * add new inputs and outputs to the PSBT, and `psbt.updateGlobal(itemObject)`,
+ * `psbt.updateInput(itemObject)`, `psbt.updateOutput(itemObject)`
+ * addInput requires hash: Buffer | string; and index: number; as attributes
+ * and can also include any attributes that are used in updateInput method.
+ * addOutput requires script: Buffer; and value: number; and likewise can include
+ * data for updateOutput.
+ * For a list of what attributes should be what types. Check the bip174 library.
+ * Also, check the integration tests for some examples of usage.
+ * Signer: There are a few methods. signAllInputs and signAllInputsAsync, which will search all input
+ * information for your pubkey or pubkeyhash, and only sign inputs where it finds
+ * your info. Or you can explicitly sign a specific input with signInput and
+ * signInputAsync. For the async methods you can create a SignerAsync object
+ * and use something like a hardware wallet to sign with. (You must implement this)
+ * Combiner: psbts can be combined easily with `psbt.combine(psbt2, psbt3, psbt4 ...)`
+ * the psbt calling combine will always have precedence when a conflict occurs.
+ * Combine checks if the internal bitcoin transaction is the same, so be sure that
+ * all sequences, version, locktime, etc. are the same before combining.
+ * Input Finalizer: This role is fairly important. Not only does it need to construct
+ * the input scriptSigs and witnesses, but it SHOULD verify the signatures etc.
+ * Before running `psbt.finalizeAllInputs()` please run `psbt.validateSignaturesOfAllInputs()`
+ * Running any finalize method will delete any data in the input(s) that are no longer
+ * needed due to the finalized scripts containing the information.
+ * Transaction Extractor: This role will perform some checks before returning a
+ * Transaction object. Such as fee rate not being larger than maximumFeeRate etc.
+ */var
+Psbt = /*#__PURE__*/function () {
+ function Psbt() {var opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};var data = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : new bip174_1.Psbt(new PsbtTransaction());_classCallCheck(this, Psbt);
+ this.data = data;
+ // set defaults
+ this.opts = Object.assign({}, DEFAULT_OPTS, opts);
+ this.__CACHE = {
+ __NON_WITNESS_UTXO_TX_CACHE: [],
+ __NON_WITNESS_UTXO_BUF_CACHE: [],
+ __TX_IN_CACHE: {},
+ __TX: this.data.globalMap.unsignedTx.tx,
+ // Old TransactionBuilder behavior was to not confirm input values
+ // before signing. Even though we highly encourage people to get
+ // the full parent transaction to verify values, the ability to
+ // sign non-segwit inputs without the full transaction was often
+ // requested. So the only way to activate is to use @ts-ignore.
+ // We will disable exporting the Psbt when unsafe sign is active.
+ // because it is not BIP174 compliant.
+ __UNSAFE_SIGN_NONSEGWIT: false };
+ if (this.data.inputs.length === 0) this.setVersion(2);
+ // Make data hidden when enumerating
+ var dpew = function dpew(obj, attr, enumerable, writable) {return (
+ Object.defineProperty(obj, attr, {
+ enumerable: enumerable,
+ writable: writable }));};
+ dpew(this, '__CACHE', false, true);
+ dpew(this, 'opts', false, true);
+ }_createClass(Psbt, [{ key: "combine", value: function combine()
@@ -64955,6324 +62090,6194 @@ Block = /*#__PURE__*/function () {
- {
- if (!txesHaveWitnessCommit(this.transactions)) return null;
- // The merkle root for the witness data is in an OP_RETURN output.
- // There is no rule for the index of the output, so use filter to find it.
- // The root is prepended with 0xaa21a9ed so check for 0x6a24aa21a9ed
- // If multiple commits are found, the output with highest index is assumed.
- var witnessCommits = this.transactions[0].outs.
- filter(function (out) {return (
- out.script.slice(0, 6).equals(Buffer.from('6a24aa21a9ed', 'hex')));}).
- map(function (out) {return out.script.slice(6, 38);});
- if (witnessCommits.length === 0) return null;
- // Use the commit with the highest output (should only be one though)
- var result = witnessCommits[witnessCommits.length - 1];
- if (!(result instanceof Buffer && result.length === 32)) return null;
- return result;
- } }, { key: "hasWitnessCommit", value: function hasWitnessCommit()
- {
- if (
- this.witnessCommit instanceof Buffer &&
- this.witnessCommit.length === 32)
- return true;
- if (this.getWitnessCommit() !== null) return true;
- return false;
- } }, { key: "hasWitness", value: function hasWitness()
- {
- return anyTxHasWitness(this.transactions);
- } }, { key: "weight", value: function weight()
- {
- var base = this.byteLength(false, false);
- var total = this.byteLength(false, true);
- return base * 3 + total;
- } }, { key: "byteLength", value: function byteLength(
- headersOnly) {var allowWitness = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
- if (headersOnly || !this.transactions) return 80;
- return (
- 80 +
- varuint.encodingLength(this.transactions.length) +
- this.transactions.reduce(function (a, x) {return a + x.byteLength(allowWitness);}, 0));
- } }, { key: "getHash", value: function getHash()
- {
- return bcrypto.hash256(this.toBuffer(true));
- } }, { key: "getId", value: function getId()
- {
- return bufferutils_1.reverseBuffer(this.getHash()).toString('hex');
- } }, { key: "getUTCDate", value: function getUTCDate()
- {
- var date = new Date(0); // epoch
- date.setUTCSeconds(this.timestamp);
- return date;
- }
- // TODO: buffer, offset compatibility
- }, { key: "toBuffer", value: function toBuffer(headersOnly) {
- var buffer = Buffer.allocUnsafe(this.byteLength(headersOnly));
- var bufferWriter = new bufferutils_1.BufferWriter(buffer);
- bufferWriter.writeInt32(this.version);
- bufferWriter.writeSlice(this.prevHash);
- bufferWriter.writeSlice(this.merkleRoot);
- bufferWriter.writeUInt32(this.timestamp);
- bufferWriter.writeUInt32(this.bits);
- bufferWriter.writeUInt32(this.nonce);
- if (headersOnly || !this.transactions) return buffer;
- varuint.encode(this.transactions.length, buffer, bufferWriter.offset);
- bufferWriter.offset += varuint.encode.bytes;
- this.transactions.forEach(function (tx) {
- var txSize = tx.byteLength(); // TODO: extract from toBuffer?
- tx.toBuffer(buffer, bufferWriter.offset);
- bufferWriter.offset += txSize;
- });
- return buffer;
- } }, { key: "toHex", value: function toHex(
- headersOnly) {
- return this.toBuffer(headersOnly).toString('hex');
- } }, { key: "checkTxRoots", value: function checkTxRoots()
- {
- // If the Block has segwit transactions but no witness commit,
- // there's no way it can be valid, so fail the check.
- var hasWitnessCommit = this.hasWitnessCommit();
- if (!hasWitnessCommit && this.hasWitness()) return false;
- return (
- this.__checkMerkleRoot() && (
- hasWitnessCommit ? this.__checkWitnessCommit() : true));
-
- } }, { key: "checkProofOfWork", value: function checkProofOfWork()
- {
- var hash = bufferutils_1.reverseBuffer(this.getHash());
- var target = Block.calculateTarget(this.bits);
- return hash.compare(target) <= 0;
- } }, { key: "__checkMerkleRoot", value: function __checkMerkleRoot()
- {
- if (!this.transactions) throw errorMerkleNoTxes;
- var actualMerkleRoot = Block.calculateMerkleRoot(this.transactions);
- return this.merkleRoot.compare(actualMerkleRoot) === 0;
- } }, { key: "__checkWitnessCommit", value: function __checkWitnessCommit()
+ {var _this$data;for (var _len = arguments.length, those = new Array(_len), _key = 0; _key < _len; _key++) {those[_key] = arguments[_key];}
+ (_this$data = this.data).combine.apply(_this$data, _toConsumableArray(those.map(function (o) {return o.data;})));
+ return this;
+ } }, { key: "clone", value: function clone()
{
- if (!this.transactions) throw errorMerkleNoTxes;
- if (!this.hasWitnessCommit()) throw errorWitnessNotSegwit;
- var actualWitnessCommit = Block.calculateMerkleRoot(
- this.transactions,
- true);
-
- return this.witnessCommit.compare(actualWitnessCommit) === 0;
- } }], [{ key: "fromBuffer", value: function fromBuffer(buffer) {if (buffer.length < 80) throw new Error('Buffer too small (< 80 bytes)');var bufferReader = new bufferutils_1.BufferReader(buffer);var block = new Block();block.version = bufferReader.readInt32();block.prevHash = bufferReader.readSlice(32);block.merkleRoot = bufferReader.readSlice(32);block.timestamp = bufferReader.readUInt32();block.bits = bufferReader.readUInt32();block.nonce = bufferReader.readUInt32();if (buffer.length === 80) return block;var readTransaction = function readTransaction() {var tx = transaction_1.Transaction.fromBuffer(bufferReader.buffer.slice(bufferReader.offset), true);bufferReader.offset += tx.byteLength();return tx;};var nTransactions = bufferReader.readVarInt();block.transactions = [];for (var i = 0; i < nTransactions; ++i) {var tx = readTransaction();block.transactions.push(tx);}var witnessCommit = block.getWitnessCommit(); // This Block contains a witness commit
- if (witnessCommit) block.witnessCommit = witnessCommit;return block;} }, { key: "fromHex", value: function fromHex(hex) {return Block.fromBuffer(Buffer.from(hex, 'hex'));} }, { key: "calculateTarget", value: function calculateTarget(bits) {var exponent = ((bits & 0xff000000) >> 24) - 3;var mantissa = bits & 0x007fffff;var target = Buffer.alloc(32, 0);target.writeUIntBE(mantissa, 29 - exponent, 3);return target;} }, { key: "calculateMerkleRoot", value: function calculateMerkleRoot(transactions, forWitness) {typeforce([{ getHash: types.Function }], transactions);if (transactions.length === 0) throw errorMerkleNoTxes;if (forWitness && !txesHaveWitnessCommit(transactions)) throw errorWitnessNotSegwit;var hashes = transactions.map(function (transaction) {return transaction.getHash(forWitness);});var rootHash = fastMerkleRoot(hashes, bcrypto.hash256);return forWitness ? bcrypto.hash256(Buffer.concat([rootHash, transactions[0].ins[0].witness[0]])) : rootHash;} }]);return Block;}();
-exports.Block = Block;
-function txesHaveWitnessCommit(transactions) {
- return (
- transactions instanceof Array &&
- transactions[0] &&
- transactions[0].ins &&
- transactions[0].ins instanceof Array &&
- transactions[0].ins[0] &&
- transactions[0].ins[0].witness &&
- transactions[0].ins[0].witness instanceof Array &&
- transactions[0].ins[0].witness.length > 0);
-
-}
-function anyTxHasWitness(transactions) {
- return (
- transactions instanceof Array &&
- transactions.some(
- function (tx) {return (
- typeof tx === 'object' &&
- tx.ins instanceof Array &&
- tx.ins.some(
- function (input) {return (
- typeof input === 'object' &&
- input.witness instanceof Array &&
- input.witness.length > 0);}));}));
-
+ // TODO: more efficient cloning
+ var res = Psbt.fromBuffer(this.data.toBuffer());
+ res.opts = JSON.parse(JSON.stringify(this.opts));
+ return res;
+ } }, { key: "setMaximumFeeRate", value: function setMaximumFeeRate(
+ satoshiPerByte) {
+ check32Bit(satoshiPerByte); // 42.9 BTC per byte IS excessive... so throw
+ this.opts.maximumFeeRate = satoshiPerByte;
+ } }, { key: "setVersion", value: function setVersion(
+ version) {
+ check32Bit(version);
+ checkInputsForPartialSig(this.data.inputs, 'setVersion');
+ var c = this.__CACHE;
+ c.__TX.version = version;
+ c.__EXTRACTED_TX = undefined;
+ return this;
+ } }, { key: "setLocktime", value: function setLocktime(
+ locktime) {
+ check32Bit(locktime);
+ checkInputsForPartialSig(this.data.inputs, 'setLocktime');
+ var c = this.__CACHE;
+ c.__TX.locktime = locktime;
+ c.__EXTRACTED_TX = undefined;
+ return this;
+ } }, { key: "setInputSequence", value: function setInputSequence(
+ inputIndex, sequence) {
+ check32Bit(sequence);
+ checkInputsForPartialSig(this.data.inputs, 'setInputSequence');
+ var c = this.__CACHE;
+ if (c.__TX.ins.length <= inputIndex) {
+ throw new Error('Input index too high');
+ }
+ c.__TX.ins[inputIndex].sequence = sequence;
+ c.__EXTRACTED_TX = undefined;
+ return this;
+ } }, { key: "addInputs", value: function addInputs(
+ inputDatas) {var _this = this;
+ inputDatas.forEach(function (inputData) {return _this.addInput(inputData);});
+ return this;
+ } }, { key: "addInput", value: function addInput(
+ inputData) {
+ if (
+ arguments.length > 1 ||
+ !inputData ||
+ inputData.hash === undefined ||
+ inputData.index === undefined)
+ {
+ throw new Error(
+ "Invalid arguments for Psbt.addInput. " + "Requires single object with at least [hash] and [index]");
-}
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+ }
+ checkInputsForPartialSig(this.data.inputs, 'addInput');
+ if (inputData.witnessScript) checkInvalidP2WSH(inputData.witnessScript);
+ var c = this.__CACHE;
+ this.data.addInput(inputData);
+ var txIn = c.__TX.ins[c.__TX.ins.length - 1];
+ checkTxInputCache(c, txIn);
+ var inputIndex = this.data.inputs.length - 1;
+ var input = this.data.inputs[inputIndex];
+ if (input.nonWitnessUtxo) {
+ addNonWitnessTxCache(this.__CACHE, input, inputIndex);
+ }
+ c.__FEE = undefined;
+ c.__FEE_RATE = undefined;
+ c.__EXTRACTED_TX = undefined;
+ return this;
+ } }, { key: "addOutputs", value: function addOutputs(
+ outputDatas) {var _this2 = this;
+ outputDatas.forEach(function (outputData) {return _this2.addOutput(outputData);});
+ return this;
+ } }, { key: "addOutput", value: function addOutput(
+ outputData) {
+ if (
+ arguments.length > 1 ||
+ !outputData ||
+ outputData.value === undefined ||
+ outputData.address === undefined && outputData.script === undefined)
+ {
+ throw new Error(
+ "Invalid arguments for Psbt.addOutput. " + "Requires single object with at least [script or address] and [value]");
-/***/ }),
-/* 493 */
-/*!*******************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/bufferutils.js ***!
- \*******************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}
-Object.defineProperty(exports, '__esModule', { value: true });
-var types = __webpack_require__(/*! ./types */ 478);
-var typeforce = __webpack_require__(/*! typeforce */ 434);
-var varuint = __webpack_require__(/*! varuint-bitcoin */ 494);
-// https://github.com/feross/buffer/blob/master/index.js#L1127
-function verifuint(value, max) {
- if (typeof value !== 'number')
- throw new Error('cannot write a non-number as a number');
- if (value < 0)
- throw new Error('specified a negative value for writing an unsigned value');
- if (value > max) throw new Error('RangeError: value out of range');
- if (Math.floor(value) !== value)
- throw new Error('value has a fractional component');
-}
-function readUInt64LE(buffer, offset) {
- var a = buffer.readUInt32LE(offset);
- var b = buffer.readUInt32LE(offset + 4);
- b *= 0x100000000;
- verifuint(b + a, 0x001fffffffffffff);
- return b + a;
-}
-exports.readUInt64LE = readUInt64LE;
-function writeUInt64LE(buffer, value, offset) {
- verifuint(value, 0x001fffffffffffff);
- buffer.writeInt32LE(value & -1, offset);
- buffer.writeUInt32LE(Math.floor(value / 0x100000000), offset + 4);
- return offset + 8;
-}
-exports.writeUInt64LE = writeUInt64LE;
-function reverseBuffer(buffer) {
- if (buffer.length < 1) return buffer;
- var j = buffer.length - 1;
- var tmp = 0;
- for (var i = 0; i < buffer.length / 2; i++) {
- tmp = buffer[i];
- buffer[i] = buffer[j];
- buffer[j] = tmp;
- j--;
- }
- return buffer;
-}
-exports.reverseBuffer = reverseBuffer;
-function cloneBuffer(buffer) {
- var clone = Buffer.allocUnsafe(buffer.length);
- buffer.copy(clone);
- return clone;
-}
-exports.cloneBuffer = cloneBuffer;
-/**
- * Helper class for serialization of bitcoin data types into a pre-allocated buffer.
- */var
-BufferWriter = /*#__PURE__*/function () {
- function BufferWriter(buffer) {var offset = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;_classCallCheck(this, BufferWriter);
- this.buffer = buffer;
- this.offset = offset;
- typeforce(types.tuple(types.Buffer, types.UInt32), [buffer, offset]);
- }_createClass(BufferWriter, [{ key: "writeUInt8", value: function writeUInt8(
- i) {
- this.offset = this.buffer.writeUInt8(i, this.offset);
- } }, { key: "writeInt32", value: function writeInt32(
- i) {
- this.offset = this.buffer.writeInt32LE(i, this.offset);
- } }, { key: "writeUInt32", value: function writeUInt32(
- i) {
- this.offset = this.buffer.writeUInt32LE(i, this.offset);
- } }, { key: "writeUInt64", value: function writeUInt64(
- i) {
- this.offset = writeUInt64LE(this.buffer, i, this.offset);
- } }, { key: "writeVarInt", value: function writeVarInt(
- i) {
- varuint.encode(i, this.buffer, this.offset);
- this.offset += varuint.encode.bytes;
- } }, { key: "writeSlice", value: function writeSlice(
- slice) {
- if (this.buffer.length < this.offset + slice.length) {
- throw new Error('Cannot write slice out of bounds');
}
- this.offset += slice.copy(this.buffer, this.offset);
- } }, { key: "writeVarSlice", value: function writeVarSlice(
- slice) {
- this.writeVarInt(slice.length);
- this.writeSlice(slice);
- } }, { key: "writeVector", value: function writeVector(
- vector) {var _this = this;
- this.writeVarInt(vector.length);
- vector.forEach(function (buf) {return _this.writeVarSlice(buf);});
- } }]);return BufferWriter;}();
-
-exports.BufferWriter = BufferWriter;
-/**
- * Helper class for reading of bitcoin data types from a buffer.
- */var
-BufferReader = /*#__PURE__*/function () {
- function BufferReader(buffer) {var offset = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;_classCallCheck(this, BufferReader);
- this.buffer = buffer;
- this.offset = offset;
- typeforce(types.tuple(types.Buffer, types.UInt32), [buffer, offset]);
- }_createClass(BufferReader, [{ key: "readUInt8", value: function readUInt8()
- {
- var result = this.buffer.readUInt8(this.offset);
- this.offset++;
- return result;
- } }, { key: "readInt32", value: function readInt32()
- {
- var result = this.buffer.readInt32LE(this.offset);
- this.offset += 4;
- return result;
- } }, { key: "readUInt32", value: function readUInt32()
- {
- var result = this.buffer.readUInt32LE(this.offset);
- this.offset += 4;
- return result;
- } }, { key: "readUInt64", value: function readUInt64()
- {
- var result = readUInt64LE(this.buffer, this.offset);
- this.offset += 8;
- return result;
- } }, { key: "readVarInt", value: function readVarInt()
- {
- var vi = varuint.decode(this.buffer, this.offset);
- this.offset += varuint.decode.bytes;
- return vi;
- } }, { key: "readSlice", value: function readSlice(
- n) {
- if (this.buffer.length < this.offset + n) {
- throw new Error('Cannot read slice out of bounds');
+ checkInputsForPartialSig(this.data.inputs, 'addOutput');var _outputData =
+ outputData,address = _outputData.address;
+ if (typeof address === 'string') {var
+ network = this.opts.network;
+ var script = address_1.toOutputScript(address, network);
+ outputData = Object.assign(outputData, { script: script });
}
- var result = this.buffer.slice(this.offset, this.offset + n);
- this.offset += n;
- return result;
- } }, { key: "readVarSlice", value: function readVarSlice()
- {
- return this.readSlice(this.readVarInt());
- } }, { key: "readVector", value: function readVector()
+ var c = this.__CACHE;
+ this.data.addOutput(outputData);
+ c.__FEE = undefined;
+ c.__FEE_RATE = undefined;
+ c.__EXTRACTED_TX = undefined;
+ return this;
+ } }, { key: "extractTransaction", value: function extractTransaction(
+ disableFeeCheck) {
+ if (!this.data.inputs.every(isFinalized)) throw new Error('Not finalized');
+ var c = this.__CACHE;
+ if (!disableFeeCheck) {
+ checkFees(this, c, this.opts);
+ }
+ if (c.__EXTRACTED_TX) return c.__EXTRACTED_TX;
+ var tx = c.__TX.clone();
+ inputFinalizeGetAmts(this.data.inputs, tx, c, true);
+ return tx;
+ } }, { key: "getFeeRate", value: function getFeeRate()
{
- var count = this.readVarInt();
- var vector = [];
- for (var i = 0; i < count; i++) {vector.push(this.readVarSlice());}
- return vector;
- } }]);return BufferReader;}();
-
-exports.BufferReader = BufferReader;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
-
-/***/ }),
-/* 494 */
-/*!***********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/varuint-bitcoin/index.js ***!
- \***********************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
+ return getTxCacheValue(
+ '__FEE_RATE',
+ 'fee rate',
+ this.data.inputs,
+ this.__CACHE);
-var Buffer = __webpack_require__(/*! safe-buffer */ 372).Buffer;
+ } }, { key: "getFee", value: function getFee()
+ {
+ return getTxCacheValue('__FEE', 'fee', this.data.inputs, this.__CACHE);
+ } }, { key: "finalizeAllInputs", value: function finalizeAllInputs()
+ {var _this3 = this;
+ utils_1.checkForInput(this.data.inputs, 0); // making sure we have at least one
+ range(this.data.inputs.length).forEach(function (idx) {return _this3.finalizeInput(idx);});
+ return this;
+ } }, { key: "finalizeInput", value: function finalizeInput(
+ inputIndex) {var finalScriptsFunc = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : getFinalScripts;
+ var input = utils_1.checkForInput(this.data.inputs, inputIndex);var _getScriptFromInput =
+ getScriptFromInput(
+ inputIndex,
+ input,
+ this.__CACHE),script = _getScriptFromInput.script,isP2SH = _getScriptFromInput.isP2SH,isP2WSH = _getScriptFromInput.isP2WSH,isSegwit = _getScriptFromInput.isSegwit;
-// Number.MAX_SAFE_INTEGER
-var MAX_SAFE_INTEGER = 9007199254740991;
+ if (!script) throw new Error("No script found for input #".concat(inputIndex));
+ checkPartialSigSighashes(input);var _finalScriptsFunc =
+ finalScriptsFunc(
+ inputIndex,
+ input,
+ script,
+ isSegwit,
+ isP2SH,
+ isP2WSH),finalScriptSig = _finalScriptsFunc.finalScriptSig,finalScriptWitness = _finalScriptsFunc.finalScriptWitness;
-function checkUInt53(n) {
- if (n < 0 || n > MAX_SAFE_INTEGER || n % 1 !== 0) throw new RangeError('value out of range');
-}
+ if (finalScriptSig) this.data.updateInput(inputIndex, { finalScriptSig: finalScriptSig });
+ if (finalScriptWitness)
+ this.data.updateInput(inputIndex, { finalScriptWitness: finalScriptWitness });
+ if (!finalScriptSig && !finalScriptWitness)
+ throw new Error("Unknown error finalizing input #".concat(inputIndex));
+ this.data.clearFinalizedInput(inputIndex);
+ return this;
+ } }, { key: "getInputType", value: function getInputType(
+ inputIndex) {
+ var input = utils_1.checkForInput(this.data.inputs, inputIndex);
+ var script = getScriptFromUtxo(inputIndex, input, this.__CACHE);
+ var result = getMeaningfulScript(
+ script,
+ inputIndex,
+ 'input',
+ input.redeemScript || redeemFromFinalScriptSig(input.finalScriptSig),
+ input.witnessScript ||
+ redeemFromFinalWitnessScript(input.finalScriptWitness));
-function encode(number, buffer, offset) {
- checkUInt53(number);
+ var type = result.type === 'raw' ? '' : result.type + '-';
+ var mainType = classifyScript(result.meaningfulScript);
+ return type + mainType;
+ } }, { key: "inputHasPubkey", value: function inputHasPubkey(
+ inputIndex, pubkey) {
+ var input = utils_1.checkForInput(this.data.inputs, inputIndex);
+ return pubkeyInInput(pubkey, input, inputIndex, this.__CACHE);
+ } }, { key: "inputHasHDKey", value: function inputHasHDKey(
+ inputIndex, root) {
+ var input = utils_1.checkForInput(this.data.inputs, inputIndex);
+ var derivationIsMine = bip32DerivationIsMine(root);
+ return (
+ !!input.bip32Derivation && input.bip32Derivation.some(derivationIsMine));
- if (!buffer) buffer = Buffer.allocUnsafe(encodingLength(number));
- if (!Buffer.isBuffer(buffer)) throw new TypeError('buffer must be a Buffer instance');
- if (!offset) offset = 0;
+ } }, { key: "outputHasPubkey", value: function outputHasPubkey(
+ outputIndex, pubkey) {
+ var output = utils_1.checkForOutput(this.data.outputs, outputIndex);
+ return pubkeyInOutput(pubkey, output, outputIndex, this.__CACHE);
+ } }, { key: "outputHasHDKey", value: function outputHasHDKey(
+ outputIndex, root) {
+ var output = utils_1.checkForOutput(this.data.outputs, outputIndex);
+ var derivationIsMine = bip32DerivationIsMine(root);
+ return (
+ !!output.bip32Derivation && output.bip32Derivation.some(derivationIsMine));
- // 8 bit
- if (number < 0xfd) {
- buffer.writeUInt8(number, offset);
- encode.bytes = 1;
+ } }, { key: "validateSignaturesOfAllInputs", value: function validateSignaturesOfAllInputs()
+ {var _this4 = this;
+ utils_1.checkForInput(this.data.inputs, 0); // making sure we have at least one
+ var results = range(this.data.inputs.length).map(function (idx) {return (
+ _this4.validateSignaturesOfInput(idx));});
- // 16 bit
- } else if (number <= 0xffff) {
- buffer.writeUInt8(0xfd, offset);
- buffer.writeUInt16LE(number, offset + 1);
- encode.bytes = 3;
+ return results.reduce(function (final, res) {return res === true && final;}, true);
+ } }, { key: "validateSignaturesOfInput", value: function validateSignaturesOfInput(
+ inputIndex, pubkey) {
+ var input = this.data.inputs[inputIndex];
+ var partialSig = (input || {}).partialSig;
+ if (!input || !partialSig || partialSig.length < 1)
+ throw new Error('No signatures to validate');
+ var mySigs = pubkey ?
+ partialSig.filter(function (sig) {return sig.pubkey.equals(pubkey);}) :
+ partialSig;
+ if (mySigs.length < 1) throw new Error('No signatures for this pubkey');
+ var results = [];
+ var hashCache;
+ var scriptCache;
+ var sighashCache;var _iterator = _createForOfIteratorHelper(
+ mySigs),_step;try {for (_iterator.s(); !(_step = _iterator.n()).done;) {var pSig = _step.value;
+ var sig = bscript.signature.decode(pSig.signature);var _ref =
- // 32 bit
- } else if (number <= 0xffffffff) {
- buffer.writeUInt8(0xfe, offset);
- buffer.writeUInt32LE(number, offset + 1);
- encode.bytes = 5;
+ sighashCache !== sig.hashType ?
+ getHashForSig(
+ inputIndex,
+ Object.assign({}, input, { sighashType: sig.hashType }),
+ this.__CACHE,
+ true) :
- // 64 bit
- } else {
- buffer.writeUInt8(0xff, offset);
- buffer.writeUInt32LE(number >>> 0, offset + 1);
- buffer.writeUInt32LE(number / 0x100000000 | 0, offset + 5);
- encode.bytes = 9;
- }
+ { hash: hashCache, script: scriptCache },hash = _ref.hash,script = _ref.script;
+ sighashCache = sig.hashType;
+ hashCache = hash;
+ scriptCache = script;
+ checkScriptForPubkey(pSig.pubkey, script, 'verify');
+ var keypair = ecpair_1.fromPublicKey(pSig.pubkey);
+ results.push(keypair.verify(hash, sig.signature));
+ }} catch (err) {_iterator.e(err);} finally {_iterator.f();}
+ return results.every(function (res) {return res === true;});
+ } }, { key: "signAllInputsHD", value: function signAllInputsHD(
- return buffer;
-}
+ hdKeyPair)
-function decode(buffer, offset) {
- if (!Buffer.isBuffer(buffer)) throw new TypeError('buffer must be a Buffer instance');
- if (!offset) offset = 0;
+ {var sighashTypes = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [transaction_1.Transaction.SIGHASH_ALL];
+ if (!hdKeyPair || !hdKeyPair.publicKey || !hdKeyPair.fingerprint) {
+ throw new Error('Need HDSigner to sign input');
+ }
+ var results = [];var _iterator2 = _createForOfIteratorHelper(
+ range(this.data.inputs.length)),_step2;try {for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {var i = _step2.value;
+ try {
+ this.signInputHD(i, hdKeyPair, sighashTypes);
+ results.push(true);
+ } catch (err) {
+ results.push(false);
+ }
+ }} catch (err) {_iterator2.e(err);} finally {_iterator2.f();}
+ if (results.every(function (v) {return v === false;})) {
+ throw new Error('No inputs were signed');
+ }
+ return this;
+ } }, { key: "signAllInputsHDAsync", value: function signAllInputsHDAsync(
- var first = buffer.readUInt8(offset);
+ hdKeyPair)
- // 8 bit
- if (first < 0xfd) {
- decode.bytes = 1;
- return first;
+ {var _this5 = this;var sighashTypes = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [transaction_1.Transaction.SIGHASH_ALL];
+ return new Promise(function (resolve, reject) {
+ if (!hdKeyPair || !hdKeyPair.publicKey || !hdKeyPair.fingerprint) {
+ return reject(new Error('Need HDSigner to sign input'));
+ }
+ var results = [];
+ var promises = [];var _iterator3 = _createForOfIteratorHelper(
+ range(_this5.data.inputs.length)),_step3;try {for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {var i = _step3.value;
+ promises.push(
+ _this5.signInputHDAsync(i, hdKeyPair, sighashTypes).then(
+ function () {
+ results.push(true);
+ },
+ function () {
+ results.push(false);
+ }));
- // 16 bit
- } else if (first === 0xfd) {
- decode.bytes = 3;
- return buffer.readUInt16LE(offset + 1);
- // 32 bit
- } else if (first === 0xfe) {
- decode.bytes = 5;
- return buffer.readUInt32LE(offset + 1);
+ }} catch (err) {_iterator3.e(err);} finally {_iterator3.f();}
+ return Promise.all(promises).then(function () {
+ if (results.every(function (v) {return v === false;})) {
+ return reject(new Error('No inputs were signed'));
+ }
+ resolve();
+ });
+ });
+ } }, { key: "signInputHD", value: function signInputHD(
- // 64 bit
- } else {
- decode.bytes = 9;
- var lo = buffer.readUInt32LE(offset + 1);
- var hi = buffer.readUInt32LE(offset + 5);
- var number = hi * 0x0100000000 + lo;
- checkUInt53(number);
+ inputIndex,
+ hdKeyPair)
- return number;
- }
-}
+ {var _this6 = this;var sighashTypes = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : [transaction_1.Transaction.SIGHASH_ALL];
+ if (!hdKeyPair || !hdKeyPair.publicKey || !hdKeyPair.fingerprint) {
+ throw new Error('Need HDSigner to sign input');
+ }
+ var signers = getSignersFromHD(inputIndex, this.data.inputs, hdKeyPair);
+ signers.forEach(function (signer) {return _this6.signInput(inputIndex, signer, sighashTypes);});
+ return this;
+ } }, { key: "signInputHDAsync", value: function signInputHDAsync(
-function encodingLength(number) {
- checkUInt53(number);
+ inputIndex,
+ hdKeyPair)
- return (
- number < 0xfd ? 1 :
- number <= 0xffff ? 3 :
- number <= 0xffffffff ? 5 :
- 9);
+ {var _this7 = this;var sighashTypes = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : [transaction_1.Transaction.SIGHASH_ALL];
+ return new Promise(function (resolve, reject) {
+ if (!hdKeyPair || !hdKeyPair.publicKey || !hdKeyPair.fingerprint) {
+ return reject(new Error('Need HDSigner to sign input'));
+ }
+ var signers = getSignersFromHD(inputIndex, _this7.data.inputs, hdKeyPair);
+ var promises = signers.map(function (signer) {return (
+ _this7.signInputAsync(inputIndex, signer, sighashTypes));});
-}
+ return Promise.all(promises).
+ then(function () {
+ resolve();
+ }).
+ catch(reject);
+ });
+ } }, { key: "signAllInputs", value: function signAllInputs(
-module.exports = { encode: encode, decode: decode, encodingLength: encodingLength };
+ keyPair)
-/***/ }),
-/* 495 */
-/*!*******************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/transaction.js ***!
- \*******************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ {var sighashTypes = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [transaction_1.Transaction.SIGHASH_ALL];
+ if (!keyPair || !keyPair.publicKey)
+ throw new Error('Need Signer to sign input');
+ // TODO: Add a pubkey/pubkeyhash cache to each input
+ // as input information is added, then eventually
+ // optimize this method.
+ var results = [];var _iterator4 = _createForOfIteratorHelper(
+ range(this.data.inputs.length)),_step4;try {for (_iterator4.s(); !(_step4 = _iterator4.n()).done;) {var i = _step4.value;
+ try {
+ this.signInput(i, keyPair, sighashTypes);
+ results.push(true);
+ } catch (err) {
+ results.push(false);
+ }
+ }} catch (err) {_iterator4.e(err);} finally {_iterator4.f();}
+ if (results.every(function (v) {return v === false;})) {
+ throw new Error('No inputs were signed');
+ }
+ return this;
+ } }, { key: "signAllInputsAsync", value: function signAllInputsAsync(
-"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}
-Object.defineProperty(exports, '__esModule', { value: true });
-var bufferutils_1 = __webpack_require__(/*! ./bufferutils */ 493);
-var bcrypto = __webpack_require__(/*! ./crypto */ 487);
-var bscript = __webpack_require__(/*! ./script */ 475);
-var script_1 = __webpack_require__(/*! ./script */ 475);
-var types = __webpack_require__(/*! ./types */ 478);
-var typeforce = __webpack_require__(/*! typeforce */ 434);
-var varuint = __webpack_require__(/*! varuint-bitcoin */ 494);
-function varSliceSize(someScript) {
- var length = someScript.length;
- return varuint.encodingLength(length) + length;
-}
-function vectorSize(someVector) {
- var length = someVector.length;
- return (
- varuint.encodingLength(length) +
- someVector.reduce(function (sum, witness) {
- return sum + varSliceSize(witness);
- }, 0));
+ keyPair)
-}
-var EMPTY_SCRIPT = Buffer.allocUnsafe(0);
-var EMPTY_WITNESS = [];
-var ZERO = Buffer.from(
-'0000000000000000000000000000000000000000000000000000000000000000',
-'hex');
+ {var _this8 = this;var sighashTypes = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [transaction_1.Transaction.SIGHASH_ALL];
+ return new Promise(function (resolve, reject) {
+ if (!keyPair || !keyPair.publicKey)
+ return reject(new Error('Need Signer to sign input'));
+ // TODO: Add a pubkey/pubkeyhash cache to each input
+ // as input information is added, then eventually
+ // optimize this method.
+ var results = [];
+ var promises = [];var _iterator5 = _createForOfIteratorHelper(
+ _this8.data.inputs.entries()),_step5;try {for (_iterator5.s(); !(_step5 = _iterator5.n()).done;) {var _step5$value = _slicedToArray(_step5.value, 1),i = _step5$value[0];
+ promises.push(
+ _this8.signInputAsync(i, keyPair, sighashTypes).then(
+ function () {
+ results.push(true);
+ },
+ function () {
+ results.push(false);
+ }));
-var ONE = Buffer.from(
-'0000000000000000000000000000000000000000000000000000000000000001',
-'hex');
-var VALUE_UINT64_MAX = Buffer.from('ffffffffffffffff', 'hex');
-var BLANK_OUTPUT = {
- script: EMPTY_SCRIPT,
- valueBuffer: VALUE_UINT64_MAX };
+ }} catch (err) {_iterator5.e(err);} finally {_iterator5.f();}
+ return Promise.all(promises).then(function () {
+ if (results.every(function (v) {return v === false;})) {
+ return reject(new Error('No inputs were signed'));
+ }
+ resolve();
+ });
+ });
+ } }, { key: "signInput", value: function signInput(
-function isOutput(out) {
- return out.value !== undefined;
-}var
-Transaction = /*#__PURE__*/function () {
- function Transaction() {_classCallCheck(this, Transaction);
- this.version = 1;
- this.locktime = 0;
- this.ins = [];
- this.outs = [];
- }_createClass(Transaction, [{ key: "isCoinbase", value: function isCoinbase()
+ inputIndex,
+ keyPair)
+ {var sighashTypes = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : [transaction_1.Transaction.SIGHASH_ALL];
+ if (!keyPair || !keyPair.publicKey)
+ throw new Error('Need Signer to sign input');var _getHashAndSighashTyp =
+ getHashAndSighashType(
+ this.data.inputs,
+ inputIndex,
+ keyPair.publicKey,
+ this.__CACHE,
+ sighashTypes),hash = _getHashAndSighashTyp.hash,sighashType = _getHashAndSighashTyp.sighashType;
+ var partialSig = [
+ {
+ pubkey: keyPair.publicKey,
+ signature: bscript.signature.encode(keyPair.sign(hash), sighashType) }];
+ this.data.updateInput(inputIndex, { partialSig: partialSig });
+ return this;
+ } }, { key: "signInputAsync", value: function signInputAsync(
+ inputIndex,
+ keyPair)
+ {var _this9 = this;var sighashTypes = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : [transaction_1.Transaction.SIGHASH_ALL];
+ return Promise.resolve().then(function () {
+ if (!keyPair || !keyPair.publicKey)
+ throw new Error('Need Signer to sign input');var _getHashAndSighashTyp2 =
+ getHashAndSighashType(
+ _this9.data.inputs,
+ inputIndex,
+ keyPair.publicKey,
+ _this9.__CACHE,
+ sighashTypes),hash = _getHashAndSighashTyp2.hash,sighashType = _getHashAndSighashTyp2.sighashType;
+ return Promise.resolve(keyPair.sign(hash)).then(function (signature) {
+ var partialSig = [
+ {
+ pubkey: keyPair.publicKey,
+ signature: bscript.signature.encode(signature, sighashType) }];
+ _this9.data.updateInput(inputIndex, { partialSig: partialSig });
+ });
+ });
+ } }, { key: "toBuffer", value: function toBuffer()
+ {
+ checkCache(this.__CACHE);
+ return this.data.toBuffer();
+ } }, { key: "toHex", value: function toHex()
+ {
+ checkCache(this.__CACHE);
+ return this.data.toHex();
+ } }, { key: "toBase64", value: function toBase64()
+ {
+ checkCache(this.__CACHE);
+ return this.data.toBase64();
+ } }, { key: "updateGlobal", value: function updateGlobal(
+ updateData) {
+ this.data.updateGlobal(updateData);
+ return this;
+ } }, { key: "updateInput", value: function updateInput(
+ inputIndex, updateData) {
+ if (updateData.witnessScript) checkInvalidP2WSH(updateData.witnessScript);
+ this.data.updateInput(inputIndex, updateData);
+ if (updateData.nonWitnessUtxo) {
+ addNonWitnessTxCache(
+ this.__CACHE,
+ this.data.inputs[inputIndex],
+ inputIndex);
+ }
+ return this;
+ } }, { key: "updateOutput", value: function updateOutput(
+ outputIndex, updateData) {
+ this.data.updateOutput(outputIndex, updateData);
+ return this;
+ } }, { key: "addUnknownKeyValToGlobal", value: function addUnknownKeyValToGlobal(
+ keyVal) {
+ this.data.addUnknownKeyValToGlobal(keyVal);
+ return this;
+ } }, { key: "addUnknownKeyValToInput", value: function addUnknownKeyValToInput(
+ inputIndex, keyVal) {
+ this.data.addUnknownKeyValToInput(inputIndex, keyVal);
+ return this;
+ } }, { key: "addUnknownKeyValToOutput", value: function addUnknownKeyValToOutput(
+ outputIndex, keyVal) {
+ this.data.addUnknownKeyValToOutput(outputIndex, keyVal);
+ return this;
+ } }, { key: "clearFinalizedInput", value: function clearFinalizedInput(
+ inputIndex) {
+ this.data.clearFinalizedInput(inputIndex);
+ return this;
+ } }, { key: "inputCount", get: function get() {return this.data.inputs.length;} }, { key: "version", get: function get() {return this.__CACHE.__TX.version;}, set: function set(version) {this.setVersion(version);} }, { key: "locktime", get: function get() {return this.__CACHE.__TX.locktime;}, set: function set(locktime) {this.setLocktime(locktime);} }, { key: "txInputs", get: function get() {return this.__CACHE.__TX.ins.map(function (input) {return { hash: bufferutils_1.cloneBuffer(input.hash), index: input.index, sequence: input.sequence };});} }, { key: "txOutputs", get: function get() {var _this10 = this;return this.__CACHE.__TX.outs.map(function (output) {var address;try {address = address_1.fromOutputScript(output.script, _this10.opts.network);} catch (_) {}return { script: bufferutils_1.cloneBuffer(output.script), value: output.value, address: address };});} }], [{ key: "fromBase64", value: function fromBase64(data) {var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};var buffer = Buffer.from(data, 'base64');return this.fromBuffer(buffer, opts);} }, { key: "fromHex", value: function fromHex(data) {var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};var buffer = Buffer.from(data, 'hex');return this.fromBuffer(buffer, opts);} }, { key: "fromBuffer", value: function fromBuffer(buffer) {var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};var psbtBase = bip174_1.Psbt.fromBuffer(buffer, transactionFromBuffer);var psbt = new Psbt(opts, psbtBase);checkTxForDupeIns(psbt.__CACHE.__TX, psbt.__CACHE);return psbt;} }]);return Psbt;}();
+exports.Psbt = Psbt;
+/**
+ * This function is needed to pass to the bip174 base class's fromBuffer.
+ * It takes the "transaction buffer" portion of the psbt buffer and returns a
+ * Transaction (From the bip174 library) interface.
+ */
+var transactionFromBuffer = function transactionFromBuffer(buffer) {return new PsbtTransaction(buffer);};
+/**
+ * This class implements the Transaction interface from bip174 library.
+ * It contains a bitcoinjs-lib Transaction object.
+ */var
+PsbtTransaction = /*#__PURE__*/function () {
+ function PsbtTransaction() {var buffer = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : Buffer.from([2, 0, 0, 0, 0, 0, 0, 0, 0, 0]);_classCallCheck(this, PsbtTransaction);
+ this.tx = transaction_1.Transaction.fromBuffer(buffer);
+ checkTxEmpty(this.tx);
+ Object.defineProperty(this, 'tx', {
+ enumerable: false,
+ writable: true });
+ }_createClass(PsbtTransaction, [{ key: "getInputOutputCounts", value: function getInputOutputCounts()
+ {
+ return {
+ inputCount: this.tx.ins.length,
+ outputCount: this.tx.outs.length };
+ } }, { key: "addInput", value: function addInput(
+ input) {
+ if (
+ input.hash === undefined ||
+ input.index === undefined ||
+ !Buffer.isBuffer(input.hash) && typeof input.hash !== 'string' ||
+ typeof input.index !== 'number')
+ {
+ throw new Error('Error adding input.');
+ }
+ var hash =
+ typeof input.hash === 'string' ?
+ bufferutils_1.reverseBuffer(Buffer.from(input.hash, 'hex')) :
+ input.hash;
+ this.tx.addInput(hash, input.index, input.sequence);
+ } }, { key: "addOutput", value: function addOutput(
+ output) {
+ if (
+ output.script === undefined ||
+ output.value === undefined ||
+ !Buffer.isBuffer(output.script) ||
+ typeof output.value !== 'number')
+ {
+ throw new Error('Error adding output.');
+ }
+ this.tx.addOutput(output.script, output.value);
+ } }, { key: "toBuffer", value: function toBuffer()
+ {
+ return this.tx.toBuffer();
+ } }]);return PsbtTransaction;}();
+function canFinalize(input, script, scriptType) {
+ switch (scriptType) {
+ case 'pubkey':
+ case 'pubkeyhash':
+ case 'witnesspubkeyhash':
+ return hasSigs(1, input.partialSig);
+ case 'multisig':
+ var p2ms = payments.p2ms({ output: script });
+ return hasSigs(p2ms.m, input.partialSig, p2ms.pubkeys);
+ default:
+ return false;}
+}
+function checkCache(cache) {
+ if (cache.__UNSAFE_SIGN_NONSEGWIT !== false) {
+ throw new Error('Not BIP174 compliant, can not export');
+ }
+}
+function hasSigs(neededSigs, partialSig, pubkeys) {
+ if (!partialSig) return false;
+ var sigs;
+ if (pubkeys) {
+ sigs = pubkeys.
+ map(function (pkey) {
+ var pubkey = ecpair_1.fromPublicKey(pkey, { compressed: true }).
+ publicKey;
+ return partialSig.find(function (pSig) {return pSig.pubkey.equals(pubkey);});
+ }).
+ filter(function (v) {return !!v;});
+ } else {
+ sigs = partialSig;
+ }
+ if (sigs.length > neededSigs) throw new Error('Too many signatures');
+ return sigs.length === neededSigs;
+}
+function isFinalized(input) {
+ return !!input.finalScriptSig || !!input.finalScriptWitness;
+}
+function isPaymentFactory(payment) {
+ return function (script) {
+ try {
+ payment({ output: script });
+ return true;
+ } catch (err) {
+ return false;
+ }
+ };
+}
+var isP2MS = isPaymentFactory(payments.p2ms);
+var isP2PK = isPaymentFactory(payments.p2pk);
+var isP2PKH = isPaymentFactory(payments.p2pkh);
+var isP2WPKH = isPaymentFactory(payments.p2wpkh);
+var isP2WSHScript = isPaymentFactory(payments.p2wsh);
+var isP2SHScript = isPaymentFactory(payments.p2sh);
+function bip32DerivationIsMine(root) {
+ return function (d) {
+ if (!d.masterFingerprint.equals(root.fingerprint)) return false;
+ if (!root.derivePath(d.path).publicKey.equals(d.pubkey)) return false;
+ return true;
+ };
+}
+function check32Bit(num) {
+ if (
+ typeof num !== 'number' ||
+ num !== Math.floor(num) ||
+ num > 0xffffffff ||
+ num < 0)
+ {
+ throw new Error('Invalid 32 bit integer');
+ }
+}
+function checkFees(psbt, cache, opts) {
+ var feeRate = cache.__FEE_RATE || psbt.getFeeRate();
+ var vsize = cache.__EXTRACTED_TX.virtualSize();
+ var satoshis = feeRate * vsize;
+ if (feeRate >= opts.maximumFeeRate) {
+ throw new Error(
+ "Warning: You are paying around ".concat((satoshis / 1e8).toFixed(8), " in ") + "fees, which is ".concat(
+ feeRate, " satoshi per byte for a transaction ") + "with a VSize of ".concat(
+ vsize, " bytes (segwit counted as 0.25 byte per ") + "byte). Use setMaximumFeeRate method to raise your threshold, or " + "pass true to the first arg of extractTransaction.");
+ }
+}
+function checkInputsForPartialSig(inputs, action) {
+ inputs.forEach(function (input) {
+ var throws = false;
+ var pSigs = [];
+ if ((input.partialSig || []).length === 0) {
+ if (!input.finalScriptSig && !input.finalScriptWitness) return;
+ pSigs = getPsigsFromInputFinalScripts(input);
+ } else {
+ pSigs = input.partialSig;
+ }
+ pSigs.forEach(function (pSig) {var _bscript$signature$de =
+ bscript.signature.decode(pSig.signature),hashType = _bscript$signature$de.hashType;
+ var whitelist = [];
+ var isAnyoneCanPay =
+ hashType & transaction_1.Transaction.SIGHASH_ANYONECANPAY;
+ if (isAnyoneCanPay) whitelist.push('addInput');
+ var hashMod = hashType & 0x1f;
+ switch (hashMod) {
+ case transaction_1.Transaction.SIGHASH_ALL:
+ break;
+ case transaction_1.Transaction.SIGHASH_SINGLE:
+ case transaction_1.Transaction.SIGHASH_NONE:
+ whitelist.push('addOutput');
+ whitelist.push('setInputSequence');
+ break;}
+ if (whitelist.indexOf(action) === -1) {
+ throws = true;
+ }
+ });
+ if (throws) {
+ throw new Error('Can not modify transaction, signatures exist.');
+ }
+ });
+}
+function checkPartialSigSighashes(input) {
+ if (!input.sighashType || !input.partialSig) return;var
+ partialSig = input.partialSig,sighashType = input.sighashType;
+ partialSig.forEach(function (pSig) {var _bscript$signature$de2 =
+ bscript.signature.decode(pSig.signature),hashType = _bscript$signature$de2.hashType;
+ if (sighashType !== hashType) {
+ throw new Error('Signature sighash does not match input sighash type');
+ }
+ });
+}
+function checkScriptForPubkey(pubkey, script, action) {
+ if (!pubkeyInScript(pubkey, script)) {
+ throw new Error("Can not ".concat(
+ action, " for this input with the key ").concat(pubkey.toString('hex')));
+ }
+}
+function checkTxEmpty(tx) {
+ var isEmpty = tx.ins.every(
+ function (input) {return (
+ input.script &&
+ input.script.length === 0 &&
+ input.witness &&
+ input.witness.length === 0);});
+ if (!isEmpty) {
+ throw new Error('Format Error: Transaction ScriptSigs are not empty');
+ }
+}
+function checkTxForDupeIns(tx, cache) {
+ tx.ins.forEach(function (input) {
+ checkTxInputCache(cache, input);
+ });
+}
+function checkTxInputCache(cache, input) {
+ var key =
+ bufferutils_1.reverseBuffer(Buffer.from(input.hash)).toString('hex') +
+ ':' +
+ input.index;
+ if (cache.__TX_IN_CACHE[key]) throw new Error('Duplicate input detected.');
+ cache.__TX_IN_CACHE[key] = 1;
+}
+function scriptCheckerFactory(payment, paymentScriptName) {
+ return function (inputIndex, scriptPubKey, redeemScript, ioType) {
+ var redeemScriptOutput = payment({
+ redeem: { output: redeemScript } }).
+ output;
+ if (!scriptPubKey.equals(redeemScriptOutput)) {
+ throw new Error("".concat(
+ paymentScriptName, " for ").concat(ioType, " #").concat(inputIndex, " doesn't match the scriptPubKey in the prevout"));
+ }
+ };
+}
+var checkRedeemScript = scriptCheckerFactory(payments.p2sh, 'Redeem script');
+var checkWitnessScript = scriptCheckerFactory(
+payments.p2wsh,
+'Witness script');
+function getTxCacheValue(key, name, inputs, c) {
+ if (!inputs.every(isFinalized))
+ throw new Error("PSBT must be finalized to calculate ".concat(name));
+ if (key === '__FEE_RATE' && c.__FEE_RATE) return c.__FEE_RATE;
+ if (key === '__FEE' && c.__FEE) return c.__FEE;
+ var tx;
+ var mustFinalize = true;
+ if (c.__EXTRACTED_TX) {
+ tx = c.__EXTRACTED_TX;
+ mustFinalize = false;
+ } else {
+ tx = c.__TX.clone();
+ }
+ inputFinalizeGetAmts(inputs, tx, c, mustFinalize);
+ if (key === '__FEE_RATE') return c.__FEE_RATE;else
+ if (key === '__FEE') return c.__FEE;
+}
+function getFinalScripts(inputIndex, input, script, isSegwit, isP2SH, isP2WSH) {
+ var scriptType = classifyScript(script);
+ if (!canFinalize(input, script, scriptType))
+ throw new Error("Can not finalize input #".concat(inputIndex));
+ return prepareFinalScripts(
+ script,
+ scriptType,
+ input.partialSig,
+ isSegwit,
+ isP2SH,
+ isP2WSH);
+}
+function prepareFinalScripts(
+script,
+scriptType,
+partialSig,
+isSegwit,
+isP2SH,
+isP2WSH)
+{
+ var finalScriptSig;
+ var finalScriptWitness;
+ // Wow, the payments API is very handy
+ var payment = getPayment(script, scriptType, partialSig);
+ var p2wsh = !isP2WSH ? null : payments.p2wsh({ redeem: payment });
+ var p2sh = !isP2SH ? null : payments.p2sh({ redeem: p2wsh || payment });
+ if (isSegwit) {
+ if (p2wsh) {
+ finalScriptWitness = witnessStackToScriptWitness(p2wsh.witness);
+ } else {
+ finalScriptWitness = witnessStackToScriptWitness(payment.witness);
+ }
+ if (p2sh) {
+ finalScriptSig = p2sh.input;
+ }
+ } else {
+ if (p2sh) {
+ finalScriptSig = p2sh.input;
+ } else {
+ finalScriptSig = payment.input;
+ }
+ }
+ return {
+ finalScriptSig: finalScriptSig,
+ finalScriptWitness: finalScriptWitness };
+}
+function getHashAndSighashType(
+inputs,
+inputIndex,
+pubkey,
+cache,
+sighashTypes)
+{
+ var input = utils_1.checkForInput(inputs, inputIndex);var _getHashForSig =
+ getHashForSig(
+ inputIndex,
+ input,
+ cache,
+ false,
+ sighashTypes),hash = _getHashForSig.hash,sighashType = _getHashForSig.sighashType,script = _getHashForSig.script;
+ checkScriptForPubkey(pubkey, script, 'sign');
+ return {
+ hash: hash,
+ sighashType: sighashType };
+}
+function getHashForSig(inputIndex, input, cache, forValidate, sighashTypes) {
+ var unsignedTx = cache.__TX;
+ var sighashType =
+ input.sighashType || transaction_1.Transaction.SIGHASH_ALL;
+ if (sighashTypes && sighashTypes.indexOf(sighashType) < 0) {
+ var str = sighashTypeToString(sighashType);
+ throw new Error(
+ "Sighash type is not allowed. Retry the sign method passing the " + "sighashTypes array of whitelisted types. Sighash type: ".concat(
+ str));
+ }
+ var hash;
+ var prevout;
+ if (input.nonWitnessUtxo) {
+ var nonWitnessUtxoTx = nonWitnessUtxoTxFromCache(
+ cache,
+ input,
+ inputIndex);
+ var prevoutHash = unsignedTx.ins[inputIndex].hash;
+ var utxoHash = nonWitnessUtxoTx.getHash();
+ // If a non-witness UTXO is provided, its hash must match the hash specified in the prevout
+ if (!prevoutHash.equals(utxoHash)) {
+ throw new Error("Non-witness UTXO hash for input #".concat(
+ inputIndex, " doesn't match the hash specified in the prevout"));
+ }
+ var prevoutIndex = unsignedTx.ins[inputIndex].index;
+ prevout = nonWitnessUtxoTx.outs[prevoutIndex];
+ } else if (input.witnessUtxo) {
+ prevout = input.witnessUtxo;
+ } else {
+ throw new Error('Need a Utxo input item for signing');
+ }var _getMeaningfulScript =
+ getMeaningfulScript(
+ prevout.script,
+ inputIndex,
+ 'input',
+ input.redeemScript,
+ input.witnessScript),meaningfulScript = _getMeaningfulScript.meaningfulScript,type = _getMeaningfulScript.type;
+ if (['p2sh-p2wsh', 'p2wsh'].indexOf(type) >= 0) {
+ hash = unsignedTx.hashForWitnessV0(
+ inputIndex,
+ meaningfulScript,
+ prevout.value,
+ sighashType);
+ } else if (isP2WPKH(meaningfulScript)) {
+ // P2WPKH uses the P2PKH template for prevoutScript when signing
+ var signingScript = payments.p2pkh({ hash: meaningfulScript.slice(2) }).
+ output;
+ hash = unsignedTx.hashForWitnessV0(
+ inputIndex,
+ signingScript,
+ prevout.value,
+ sighashType);
+ } else {
+ // non-segwit
+ if (
+ input.nonWitnessUtxo === undefined &&
+ cache.__UNSAFE_SIGN_NONSEGWIT === false)
+ throw new Error(
+ "Input #".concat(inputIndex, " has witnessUtxo but non-segwit script: ") + "".concat(
+ meaningfulScript.toString('hex')));
+ if (!forValidate && cache.__UNSAFE_SIGN_NONSEGWIT !== false)
+ __f__("warn",
+ 'Warning: Signing non-segwit inputs without the full parent transaction ' +
+ 'means there is a chance that a miner could feed you incorrect information ' +
+ 'to trick you into paying large fees. This behavior is the same as the old ' +
+ 'TransactionBuilder class when signing non-segwit scripts. You are not ' +
+ 'able to export this Psbt with toBuffer|toBase64|toHex since it is not ' +
+ 'BIP174 compliant.\n*********************\nPROCEED WITH CAUTION!\n' +
+ '*********************', " at node_modules/bitcoinjs-lib/src/psbt.js:998");
+ hash = unsignedTx.hashForSignature(
+ inputIndex,
+ meaningfulScript,
+ sighashType);
+ }
+ return {
+ script: meaningfulScript,
+ sighashType: sighashType,
+ hash: hash };
+}
+function getPayment(script, scriptType, partialSig) {
+ var payment;
+ switch (scriptType) {
+ case 'multisig':
+ var sigs = getSortedSigs(script, partialSig);
+ payment = payments.p2ms({
+ output: script,
+ signatures: sigs });
+ break;
+ case 'pubkey':
+ payment = payments.p2pk({
+ output: script,
+ signature: partialSig[0].signature });
+ break;
+ case 'pubkeyhash':
+ payment = payments.p2pkh({
+ output: script,
+ pubkey: partialSig[0].pubkey,
+ signature: partialSig[0].signature });
+ break;
+ case 'witnesspubkeyhash':
+ payment = payments.p2wpkh({
+ output: script,
+ pubkey: partialSig[0].pubkey,
+ signature: partialSig[0].signature });
+ break;}
+ return payment;
+}
+function getPsigsFromInputFinalScripts(input) {
+ var scriptItems = !input.finalScriptSig ?
+ [] :
+ bscript.decompile(input.finalScriptSig) || [];
+ var witnessItems = !input.finalScriptWitness ?
+ [] :
+ bscript.decompile(input.finalScriptWitness) || [];
+ return scriptItems.
+ concat(witnessItems).
+ filter(function (item) {
+ return Buffer.isBuffer(item) && bscript.isCanonicalScriptSignature(item);
+ }).
+ map(function (sig) {return { signature: sig };});
+}
+function getScriptFromInput(inputIndex, input, cache) {
+ var unsignedTx = cache.__TX;
+ var res = {
+ script: null,
+ isSegwit: false,
+ isP2SH: false,
+ isP2WSH: false };
+ res.isP2SH = !!input.redeemScript;
+ res.isP2WSH = !!input.witnessScript;
+ if (input.witnessScript) {
+ res.script = input.witnessScript;
+ } else if (input.redeemScript) {
+ res.script = input.redeemScript;
+ } else {
+ if (input.nonWitnessUtxo) {
+ var nonWitnessUtxoTx = nonWitnessUtxoTxFromCache(
+ cache,
+ input,
+ inputIndex);
+ var prevoutIndex = unsignedTx.ins[inputIndex].index;
+ res.script = nonWitnessUtxoTx.outs[prevoutIndex].script;
+ } else if (input.witnessUtxo) {
+ res.script = input.witnessUtxo.script;
+ }
+ }
+ if (input.witnessScript || isP2WPKH(res.script)) {
+ res.isSegwit = true;
+ }
+ return res;
+}
+function getSignersFromHD(inputIndex, inputs, hdKeyPair) {
+ var input = utils_1.checkForInput(inputs, inputIndex);
+ if (!input.bip32Derivation || input.bip32Derivation.length === 0) {
+ throw new Error('Need bip32Derivation to sign with HD');
+ }
+ var myDerivations = input.bip32Derivation.
+ map(function (bipDv) {
+ if (bipDv.masterFingerprint.equals(hdKeyPair.fingerprint)) {
+ return bipDv;
+ } else {
+ return;
+ }
+ }).
+ filter(function (v) {return !!v;});
+ if (myDerivations.length === 0) {
+ throw new Error(
+ 'Need one bip32Derivation masterFingerprint to match the HDSigner fingerprint');
+ }
+ var signers = myDerivations.map(function (bipDv) {
+ var node = hdKeyPair.derivePath(bipDv.path);
+ if (!bipDv.pubkey.equals(node.publicKey)) {
+ throw new Error('pubkey did not match bip32Derivation');
+ }
+ return node;
+ });
+ return signers;
+}
+function getSortedSigs(script, partialSig) {
+ var p2ms = payments.p2ms({ output: script });
+ // for each pubkey in order of p2ms script
+ return p2ms.pubkeys.
+ map(function (pk) {
+ // filter partialSig array by pubkey being equal
+ return (
+ partialSig.filter(function (ps) {
+ return ps.pubkey.equals(pk);
+ })[0] || {}).
+ signature;
+ // Any pubkey without a match will return undefined
+ // this last filter removes all the undefined items in the array.
+ }).
+ filter(function (v) {return !!v;});
+}
+function scriptWitnessToWitnessStack(buffer) {
+ var offset = 0;
+ function readSlice(n) {
+ offset += n;
+ return buffer.slice(offset - n, offset);
+ }
+ function readVarInt() {
+ var vi = varuint.decode(buffer, offset);
+ offset += varuint.decode.bytes;
+ return vi;
+ }
+ function readVarSlice() {
+ return readSlice(readVarInt());
+ }
+ function readVector() {
+ var count = readVarInt();
+ var vector = [];
+ for (var i = 0; i < count; i++) {vector.push(readVarSlice());}
+ return vector;
+ }
+ return readVector();
+}
+function sighashTypeToString(sighashType) {
+ var text =
+ sighashType & transaction_1.Transaction.SIGHASH_ANYONECANPAY ?
+ 'SIGHASH_ANYONECANPAY | ' :
+ '';
+ var sigMod = sighashType & 0x1f;
+ switch (sigMod) {
+ case transaction_1.Transaction.SIGHASH_ALL:
+ text += 'SIGHASH_ALL';
+ break;
+ case transaction_1.Transaction.SIGHASH_SINGLE:
+ text += 'SIGHASH_SINGLE';
+ break;
+ case transaction_1.Transaction.SIGHASH_NONE:
+ text += 'SIGHASH_NONE';
+ break;}
+ return text;
+}
+function witnessStackToScriptWitness(witness) {
+ var buffer = Buffer.allocUnsafe(0);
+ function writeSlice(slice) {
+ buffer = Buffer.concat([buffer, Buffer.from(slice)]);
+ }
+ function writeVarInt(i) {
+ var currentLen = buffer.length;
+ var varintLen = varuint.encodingLength(i);
+ buffer = Buffer.concat([buffer, Buffer.allocUnsafe(varintLen)]);
+ varuint.encode(i, buffer, currentLen);
+ }
+ function writeVarSlice(slice) {
+ writeVarInt(slice.length);
+ writeSlice(slice);
+ }
+ function writeVector(vector) {
+ writeVarInt(vector.length);
+ vector.forEach(writeVarSlice);
+ }
+ writeVector(witness);
+ return buffer;
+}
+function addNonWitnessTxCache(cache, input, inputIndex) {
+ cache.__NON_WITNESS_UTXO_BUF_CACHE[inputIndex] = input.nonWitnessUtxo;
+ var tx = transaction_1.Transaction.fromBuffer(input.nonWitnessUtxo);
+ cache.__NON_WITNESS_UTXO_TX_CACHE[inputIndex] = tx;
+ var self = cache;
+ var selfIndex = inputIndex;
+ delete input.nonWitnessUtxo;
+ Object.defineProperty(input, 'nonWitnessUtxo', {
+ enumerable: true,
+ get: function get() {
+ var buf = self.__NON_WITNESS_UTXO_BUF_CACHE[selfIndex];
+ var txCache = self.__NON_WITNESS_UTXO_TX_CACHE[selfIndex];
+ if (buf !== undefined) {
+ return buf;
+ } else {
+ var newBuf = txCache.toBuffer();
+ self.__NON_WITNESS_UTXO_BUF_CACHE[selfIndex] = newBuf;
+ return newBuf;
+ }
+ },
+ set: function set(data) {
+ self.__NON_WITNESS_UTXO_BUF_CACHE[selfIndex] = data;
+ } });
+}
+function inputFinalizeGetAmts(inputs, tx, cache, mustFinalize) {
+ var inputAmount = 0;
+ inputs.forEach(function (input, idx) {
+ if (mustFinalize && input.finalScriptSig)
+ tx.ins[idx].script = input.finalScriptSig;
+ if (mustFinalize && input.finalScriptWitness) {
+ tx.ins[idx].witness = scriptWitnessToWitnessStack(
+ input.finalScriptWitness);
+ }
+ if (input.witnessUtxo) {
+ inputAmount += input.witnessUtxo.value;
+ } else if (input.nonWitnessUtxo) {
+ var nwTx = nonWitnessUtxoTxFromCache(cache, input, idx);
+ var vout = tx.ins[idx].index;
+ var out = nwTx.outs[vout];
+ inputAmount += out.value;
+ }
+ });
+ var outputAmount = tx.outs.reduce(function (total, o) {return total + o.value;}, 0);
+ var fee = inputAmount - outputAmount;
+ if (fee < 0) {
+ throw new Error('Outputs are spending more than Inputs');
+ }
+ var bytes = tx.virtualSize();
+ cache.__FEE = fee;
+ cache.__EXTRACTED_TX = tx;
+ cache.__FEE_RATE = Math.floor(fee / bytes);
+}
+function nonWitnessUtxoTxFromCache(cache, input, inputIndex) {
+ var c = cache.__NON_WITNESS_UTXO_TX_CACHE;
+ if (!c[inputIndex]) {
+ addNonWitnessTxCache(cache, input, inputIndex);
+ }
+ return c[inputIndex];
+}
+function getScriptFromUtxo(inputIndex, input, cache) {
+ if (input.witnessUtxo !== undefined) {
+ return input.witnessUtxo.script;
+ } else if (input.nonWitnessUtxo !== undefined) {
+ var nonWitnessUtxoTx = nonWitnessUtxoTxFromCache(
+ cache,
+ input,
+ inputIndex);
+ return nonWitnessUtxoTx.outs[cache.__TX.ins[inputIndex].index].script;
+ } else {
+ throw new Error("Can't find pubkey in input without Utxo data");
+ }
+}
+function pubkeyInInput(pubkey, input, inputIndex, cache) {
+ var script = getScriptFromUtxo(inputIndex, input, cache);var _getMeaningfulScript2 =
+ getMeaningfulScript(
+ script,
+ inputIndex,
+ 'input',
+ input.redeemScript,
+ input.witnessScript),meaningfulScript = _getMeaningfulScript2.meaningfulScript;
+ return pubkeyInScript(pubkey, meaningfulScript);
+}
+function pubkeyInOutput(pubkey, output, outputIndex, cache) {
+ var script = cache.__TX.outs[outputIndex].script;var _getMeaningfulScript3 =
+ getMeaningfulScript(
+ script,
+ outputIndex,
+ 'output',
+ output.redeemScript,
+ output.witnessScript),meaningfulScript = _getMeaningfulScript3.meaningfulScript;
+ return pubkeyInScript(pubkey, meaningfulScript);
+}
+function redeemFromFinalScriptSig(finalScript) {
+ if (!finalScript) return;
+ var decomp = bscript.decompile(finalScript);
+ if (!decomp) return;
+ var lastItem = decomp[decomp.length - 1];
+ if (
+ !Buffer.isBuffer(lastItem) ||
+ isPubkeyLike(lastItem) ||
+ isSigLike(lastItem))
+ return;
+ var sDecomp = bscript.decompile(lastItem);
+ if (!sDecomp) return;
+ return lastItem;
+}
+function redeemFromFinalWitnessScript(finalScript) {
+ if (!finalScript) return;
+ var decomp = scriptWitnessToWitnessStack(finalScript);
+ var lastItem = decomp[decomp.length - 1];
+ if (isPubkeyLike(lastItem)) return;
+ var sDecomp = bscript.decompile(lastItem);
+ if (!sDecomp) return;
+ return lastItem;
+}
+function isPubkeyLike(buf) {
+ return buf.length === 33 && bscript.isCanonicalPubKey(buf);
+}
+function isSigLike(buf) {
+ return bscript.isCanonicalScriptSignature(buf);
+}
+function getMeaningfulScript(
+script,
+index,
+ioType,
+redeemScript,
+witnessScript)
+{
+ var isP2SH = isP2SHScript(script);
+ var isP2SHP2WSH = isP2SH && redeemScript && isP2WSHScript(redeemScript);
+ var isP2WSH = isP2WSHScript(script);
+ if (isP2SH && redeemScript === undefined)
+ throw new Error('scriptPubkey is P2SH but redeemScript missing');
+ if ((isP2WSH || isP2SHP2WSH) && witnessScript === undefined)
+ throw new Error(
+ 'scriptPubkey or redeemScript is P2WSH but witnessScript missing');
+
+ var meaningfulScript;
+ if (isP2SHP2WSH) {
+ meaningfulScript = witnessScript;
+ checkRedeemScript(index, script, redeemScript, ioType);
+ checkWitnessScript(index, redeemScript, witnessScript, ioType);
+ checkInvalidP2WSH(meaningfulScript);
+ } else if (isP2WSH) {
+ meaningfulScript = witnessScript;
+ checkWitnessScript(index, script, witnessScript, ioType);
+ checkInvalidP2WSH(meaningfulScript);
+ } else if (isP2SH) {
+ meaningfulScript = redeemScript;
+ checkRedeemScript(index, script, redeemScript, ioType);
+ } else {
+ meaningfulScript = script;
+ }
+ return {
+ meaningfulScript: meaningfulScript,
+ type: isP2SHP2WSH ?
+ 'p2sh-p2wsh' :
+ isP2SH ?
+ 'p2sh' :
+ isP2WSH ?
+ 'p2wsh' :
+ 'raw' };
+
+}
+function checkInvalidP2WSH(script) {
+ if (isP2WPKH(script) || isP2SHScript(script)) {
+ throw new Error('P2WPKH or P2SH can not be contained within P2WSH');
+ }
+}
+function pubkeyInScript(pubkey, script) {
+ var pubkeyHash = crypto_1.hash160(pubkey);
+ var decompiled = bscript.decompile(script);
+ if (decompiled === null) throw new Error('Unknown script error');
+ return decompiled.some(function (element) {
+ if (typeof element === 'number') return false;
+ return element.equals(pubkey) || element.equals(pubkeyHash);
+ });
+}
+function classifyScript(script) {
+ if (isP2WPKH(script)) return 'witnesspubkeyhash';
+ if (isP2PKH(script)) return 'pubkeyhash';
+ if (isP2MS(script)) return 'multisig';
+ if (isP2PK(script)) return 'pubkey';
+ return 'nonstandard';
+}
+function range(n) {
+ return _toConsumableArray(Array(n).keys());
+}
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 28)["default"]))
+
+/***/ }),
+/* 470 */
+/*!***********************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip174/src/lib/psbt.js ***!
+ \***********************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}
+Object.defineProperty(exports, '__esModule', { value: true });
+var combiner_1 = __webpack_require__(/*! ./combiner */ 471);
+var parser_1 = __webpack_require__(/*! ./parser */ 472);
+var typeFields_1 = __webpack_require__(/*! ./typeFields */ 475);
+var utils_1 = __webpack_require__(/*! ./utils */ 492);var
+Psbt = /*#__PURE__*/function () {
+ function Psbt(tx) {_classCallCheck(this, Psbt);
+ this.inputs = [];
+ this.outputs = [];
+ this.globalMap = {
+ unsignedTx: tx };
+
+ }_createClass(Psbt, [{ key: "toBase64", value: function toBase64()
- {
- return (
- this.ins.length === 1 && Transaction.isCoinbaseHash(this.ins[0].hash));
- } }, { key: "addInput", value: function addInput(
- hash, index, sequence, scriptSig) {
- typeforce(
- types.tuple(
- types.Hash256bit,
- types.UInt32,
- types.maybe(types.UInt32),
- types.maybe(types.Buffer)),
- arguments);
- if (types.Null(sequence)) {
- sequence = Transaction.DEFAULT_SEQUENCE;
- }
- // Add the input and return the input's index
- return (
- this.ins.push({
- hash: hash,
- index: index,
- script: scriptSig || EMPTY_SCRIPT,
- sequence: sequence,
- witness: EMPTY_WITNESS }) -
- 1);
- } }, { key: "addOutput", value: function addOutput(
- scriptPubKey, value) {
- typeforce(types.tuple(types.Buffer, types.Satoshi), arguments);
- // Add the output and return the output's index
- return (
- this.outs.push({
- script: scriptPubKey,
- value: value }) -
- 1);
- } }, { key: "hasWitnesses", value: function hasWitnesses()
- {
- return this.ins.some(function (x) {
- return x.witness.length !== 0;
- });
- } }, { key: "weight", value: function weight()
- {
- var base = this.byteLength(false);
- var total = this.byteLength(true);
- return base * 3 + total;
- } }, { key: "virtualSize", value: function virtualSize()
- {
- return Math.ceil(this.weight() / 4);
- } }, { key: "byteLength", value: function byteLength()
- {var _ALLOW_WITNESS = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;
- var hasWitnesses = _ALLOW_WITNESS && this.hasWitnesses();
- return (
- (hasWitnesses ? 10 : 8) +
- varuint.encodingLength(this.ins.length) +
- varuint.encodingLength(this.outs.length) +
- this.ins.reduce(function (sum, input) {
- return sum + 40 + varSliceSize(input.script);
- }, 0) +
- this.outs.reduce(function (sum, output) {
- return sum + 8 + varSliceSize(output.script);
- }, 0) + (
- hasWitnesses ?
- this.ins.reduce(function (sum, input) {
- return sum + vectorSize(input.witness);
- }, 0) :
- 0));
- } }, { key: "clone", value: function clone()
- {
- var newTx = new Transaction();
- newTx.version = this.version;
- newTx.locktime = this.locktime;
- newTx.ins = this.ins.map(function (txIn) {
- return {
- hash: txIn.hash,
- index: txIn.index,
- script: txIn.script,
- sequence: txIn.sequence,
- witness: txIn.witness };
- });
- newTx.outs = this.outs.map(function (txOut) {
- return {
- script: txOut.script,
- value: txOut.value };
- });
- return newTx;
- }
- /**
- * Hash transaction for signing a specific input.
- *
- * Bitcoin uses a different hash for each signed transaction input.
- * This method copies the transaction, makes the necessary changes based on the
- * hashType, and then hashes the result.
- * This hash can then be used to sign the provided transaction input.
- */ }, { key: "hashForSignature", value: function hashForSignature(
- inIndex, prevOutScript, hashType) {
- typeforce(
- types.tuple(types.UInt32, types.Buffer, /* types.UInt8 */types.Number),
- arguments);
- // https://github.com/bitcoin/bitcoin/blob/master/src/test/sighash_tests.cpp#L29
- if (inIndex >= this.ins.length) return ONE;
- // ignore OP_CODESEPARATOR
- var ourScript = bscript.compile(
- bscript.decompile(prevOutScript).filter(function (x) {
- return x !== script_1.OPS.OP_CODESEPARATOR;
- }));
- var txTmp = this.clone();
- // SIGHASH_NONE: ignore all outputs? (wildcard payee)
- if ((hashType & 0x1f) === Transaction.SIGHASH_NONE) {
- txTmp.outs = [];
- // ignore sequence numbers (except at inIndex)
- txTmp.ins.forEach(function (input, i) {
- if (i === inIndex) return;
- input.sequence = 0;
- });
- // SIGHASH_SINGLE: ignore all outputs, except at the same index?
- } else if ((hashType & 0x1f) === Transaction.SIGHASH_SINGLE) {
- // https://github.com/bitcoin/bitcoin/blob/master/src/test/sighash_tests.cpp#L60
- if (inIndex >= this.outs.length) return ONE;
- // truncate outputs after
- txTmp.outs.length = inIndex + 1;
- // "blank" outputs before
- for (var i = 0; i < inIndex; i++) {
- txTmp.outs[i] = BLANK_OUTPUT;
- }
- // ignore sequence numbers (except at inIndex)
- txTmp.ins.forEach(function (input, y) {
- if (y === inIndex) return;
- input.sequence = 0;
- });
- }
- // SIGHASH_ANYONECANPAY: ignore inputs entirely?
- if (hashType & Transaction.SIGHASH_ANYONECANPAY) {
- txTmp.ins = [txTmp.ins[inIndex]];
- txTmp.ins[0].script = ourScript;
- // SIGHASH_ALL: only ignore input scripts
- } else {
- // "blank" others input scripts
- txTmp.ins.forEach(function (input) {
- input.script = EMPTY_SCRIPT;
- });
- txTmp.ins[inIndex].script = ourScript;
- }
- // serialize and hash
- var buffer = Buffer.allocUnsafe(txTmp.byteLength(false) + 4);
- buffer.writeInt32LE(hashType, buffer.length - 4);
- txTmp.__toBuffer(buffer, 0, false);
- return bcrypto.hash256(buffer);
- } }, { key: "hashForWitnessV0", value: function hashForWitnessV0(
- inIndex, prevOutScript, value, hashType) {
- typeforce(
- types.tuple(types.UInt32, types.Buffer, types.Satoshi, types.UInt32),
- arguments);
- var tbuffer = Buffer.from([]);
- var bufferWriter;
- var hashOutputs = ZERO;
- var hashPrevouts = ZERO;
- var hashSequence = ZERO;
- if (!(hashType & Transaction.SIGHASH_ANYONECANPAY)) {
- tbuffer = Buffer.allocUnsafe(36 * this.ins.length);
- bufferWriter = new bufferutils_1.BufferWriter(tbuffer, 0);
- this.ins.forEach(function (txIn) {
- bufferWriter.writeSlice(txIn.hash);
- bufferWriter.writeUInt32(txIn.index);
- });
- hashPrevouts = bcrypto.hash256(tbuffer);
- }
- if (
- !(hashType & Transaction.SIGHASH_ANYONECANPAY) &&
- (hashType & 0x1f) !== Transaction.SIGHASH_SINGLE &&
- (hashType & 0x1f) !== Transaction.SIGHASH_NONE)
- {
- tbuffer = Buffer.allocUnsafe(4 * this.ins.length);
- bufferWriter = new bufferutils_1.BufferWriter(tbuffer, 0);
- this.ins.forEach(function (txIn) {
- bufferWriter.writeUInt32(txIn.sequence);
- });
- hashSequence = bcrypto.hash256(tbuffer);
- }
- if (
- (hashType & 0x1f) !== Transaction.SIGHASH_SINGLE &&
- (hashType & 0x1f) !== Transaction.SIGHASH_NONE)
- {
- var txOutsSize = this.outs.reduce(function (sum, output) {
- return sum + 8 + varSliceSize(output.script);
- }, 0);
- tbuffer = Buffer.allocUnsafe(txOutsSize);
- bufferWriter = new bufferutils_1.BufferWriter(tbuffer, 0);
- this.outs.forEach(function (out) {
- bufferWriter.writeUInt64(out.value);
- bufferWriter.writeVarSlice(out.script);
- });
- hashOutputs = bcrypto.hash256(tbuffer);
- } else if (
- (hashType & 0x1f) === Transaction.SIGHASH_SINGLE &&
- inIndex < this.outs.length)
- {
- var output = this.outs[inIndex];
- tbuffer = Buffer.allocUnsafe(8 + varSliceSize(output.script));
- bufferWriter = new bufferutils_1.BufferWriter(tbuffer, 0);
- bufferWriter.writeUInt64(output.value);
- bufferWriter.writeVarSlice(output.script);
- hashOutputs = bcrypto.hash256(tbuffer);
- }
- tbuffer = Buffer.allocUnsafe(156 + varSliceSize(prevOutScript));
- bufferWriter = new bufferutils_1.BufferWriter(tbuffer, 0);
- var input = this.ins[inIndex];
- bufferWriter.writeUInt32(this.version);
- bufferWriter.writeSlice(hashPrevouts);
- bufferWriter.writeSlice(hashSequence);
- bufferWriter.writeSlice(input.hash);
- bufferWriter.writeUInt32(input.index);
- bufferWriter.writeVarSlice(prevOutScript);
- bufferWriter.writeUInt64(value);
- bufferWriter.writeUInt32(input.sequence);
- bufferWriter.writeSlice(hashOutputs);
- bufferWriter.writeUInt32(this.locktime);
- bufferWriter.writeUInt32(hashType);
- return bcrypto.hash256(tbuffer);
- } }, { key: "getHash", value: function getHash(
- forWitness) {
- // wtxid for coinbase is always 32 bytes of 0x00
- if (forWitness && this.isCoinbase()) return Buffer.alloc(32, 0);
- return bcrypto.hash256(this.__toBuffer(undefined, undefined, forWitness));
- } }, { key: "getId", value: function getId()
{
- // transaction hash's are displayed in reverse order
- return bufferutils_1.reverseBuffer(this.getHash(false)).toString('hex');
- } }, { key: "toBuffer", value: function toBuffer(
- buffer, initialOffset) {
- return this.__toBuffer(buffer, initialOffset, true);
+ var buffer = this.toBuffer();
+ return buffer.toString('base64');
} }, { key: "toHex", value: function toHex()
{
- return this.toBuffer(undefined, undefined).toString('hex');
- } }, { key: "setInputScript", value: function setInputScript(
- index, scriptSig) {
- typeforce(types.tuple(types.Number, types.Buffer), arguments);
- this.ins[index].script = scriptSig;
- } }, { key: "setWitness", value: function setWitness(
- index, witness) {
- typeforce(types.tuple(types.Number, [types.Buffer]), arguments);
- this.ins[index].witness = witness;
- } }, { key: "__toBuffer", value: function __toBuffer(
- buffer, initialOffset) {var _ALLOW_WITNESS = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
- if (!buffer) buffer = Buffer.allocUnsafe(this.byteLength(_ALLOW_WITNESS));
- var bufferWriter = new bufferutils_1.BufferWriter(
- buffer,
- initialOffset || 0);
+ var buffer = this.toBuffer();
+ return buffer.toString('hex');
+ } }, { key: "toBuffer", value: function toBuffer()
+ {
+ return parser_1.psbtToBuffer(this);
+ } }, { key: "updateGlobal", value: function updateGlobal(
+ updateData) {
+ utils_1.updateGlobal(updateData, this.globalMap);
+ return this;
+ } }, { key: "updateInput", value: function updateInput(
+ inputIndex, updateData) {
+ var input = utils_1.checkForInput(this.inputs, inputIndex);
+ utils_1.updateInput(updateData, input);
+ return this;
+ } }, { key: "updateOutput", value: function updateOutput(
+ outputIndex, updateData) {
+ var output = utils_1.checkForOutput(this.outputs, outputIndex);
+ utils_1.updateOutput(updateData, output);
+ return this;
+ } }, { key: "addUnknownKeyValToGlobal", value: function addUnknownKeyValToGlobal(
+ keyVal) {
+ utils_1.checkHasKey(
+ keyVal,
+ this.globalMap.unknownKeyVals,
+ utils_1.getEnumLength(typeFields_1.GlobalTypes));
- bufferWriter.writeInt32(this.version);
- var hasWitnesses = _ALLOW_WITNESS && this.hasWitnesses();
- if (hasWitnesses) {
- bufferWriter.writeUInt8(Transaction.ADVANCED_TRANSACTION_MARKER);
- bufferWriter.writeUInt8(Transaction.ADVANCED_TRANSACTION_FLAG);
+ if (!this.globalMap.unknownKeyVals) this.globalMap.unknownKeyVals = [];
+ this.globalMap.unknownKeyVals.push(keyVal);
+ return this;
+ } }, { key: "addUnknownKeyValToInput", value: function addUnknownKeyValToInput(
+ inputIndex, keyVal) {
+ var input = utils_1.checkForInput(this.inputs, inputIndex);
+ utils_1.checkHasKey(
+ keyVal,
+ input.unknownKeyVals,
+ utils_1.getEnumLength(typeFields_1.InputTypes));
+
+ if (!input.unknownKeyVals) input.unknownKeyVals = [];
+ input.unknownKeyVals.push(keyVal);
+ return this;
+ } }, { key: "addUnknownKeyValToOutput", value: function addUnknownKeyValToOutput(
+ outputIndex, keyVal) {
+ var output = utils_1.checkForOutput(this.outputs, outputIndex);
+ utils_1.checkHasKey(
+ keyVal,
+ output.unknownKeyVals,
+ utils_1.getEnumLength(typeFields_1.OutputTypes));
+
+ if (!output.unknownKeyVals) output.unknownKeyVals = [];
+ output.unknownKeyVals.push(keyVal);
+ return this;
+ } }, { key: "addInput", value: function addInput(
+ inputData) {var _this = this;
+ this.globalMap.unsignedTx.addInput(inputData);
+ this.inputs.push({
+ unknownKeyVals: [] });
+
+ var addKeyVals = inputData.unknownKeyVals || [];
+ var inputIndex = this.inputs.length - 1;
+ if (!Array.isArray(addKeyVals)) {
+ throw new Error('unknownKeyVals must be an Array');
}
- bufferWriter.writeVarInt(this.ins.length);
- this.ins.forEach(function (txIn) {
- bufferWriter.writeSlice(txIn.hash);
- bufferWriter.writeUInt32(txIn.index);
- bufferWriter.writeVarSlice(txIn.script);
- bufferWriter.writeUInt32(txIn.sequence);
- });
- bufferWriter.writeVarInt(this.outs.length);
- this.outs.forEach(function (txOut) {
- if (isOutput(txOut)) {
- bufferWriter.writeUInt64(txOut.value);
- } else {
- bufferWriter.writeSlice(txOut.valueBuffer);
+ addKeyVals.forEach(function (keyVal) {return (
+ _this.addUnknownKeyValToInput(inputIndex, keyVal));});
+
+ utils_1.addInputAttributes(this.inputs, inputData);
+ return this;
+ } }, { key: "addOutput", value: function addOutput(
+ outputData) {var _this2 = this;
+ this.globalMap.unsignedTx.addOutput(outputData);
+ this.outputs.push({
+ unknownKeyVals: [] });
+
+ var addKeyVals = outputData.unknownKeyVals || [];
+ var outputIndex = this.outputs.length - 1;
+ if (!Array.isArray(addKeyVals)) {
+ throw new Error('unknownKeyVals must be an Array');
+ }
+ addKeyVals.forEach(function (keyVal) {return (
+ _this2.addUnknownKeyValToInput(outputIndex, keyVal));});
+
+ utils_1.addOutputAttributes(this.outputs, outputData);
+ return this;
+ } }, { key: "clearFinalizedInput", value: function clearFinalizedInput(
+ inputIndex) {
+ var input = utils_1.checkForInput(this.inputs, inputIndex);
+ utils_1.inputCheckUncleanFinalized(inputIndex, input);
+ for (var _i = 0, _Object$keys = Object.keys(input); _i < _Object$keys.length; _i++) {var key = _Object$keys[_i];
+ if (
+ ![
+ 'witnessUtxo',
+ 'nonWitnessUtxo',
+ 'finalScriptSig',
+ 'finalScriptWitness',
+ 'unknownKeyVals'].
+ includes(key))
+ {
+ // @ts-ignore
+ delete input[key];
}
- bufferWriter.writeVarSlice(txOut.script);
- });
- if (hasWitnesses) {
- this.ins.forEach(function (input) {
- bufferWriter.writeVector(input.witness);
- });
}
- bufferWriter.writeUInt32(this.locktime);
- // avoid slicing unless necessary
- if (initialOffset !== undefined)
- return buffer.slice(initialOffset, bufferWriter.offset);
- return buffer;
- } }], [{ key: "fromBuffer", value: function fromBuffer(buffer, _NO_STRICT) {var bufferReader = new bufferutils_1.BufferReader(buffer);var tx = new Transaction();tx.version = bufferReader.readInt32();var marker = bufferReader.readUInt8();var flag = bufferReader.readUInt8();var hasWitnesses = false;if (marker === Transaction.ADVANCED_TRANSACTION_MARKER && flag === Transaction.ADVANCED_TRANSACTION_FLAG) {hasWitnesses = true;} else {bufferReader.offset -= 2;}var vinLen = bufferReader.readVarInt();for (var i = 0; i < vinLen; ++i) {tx.ins.push({ hash: bufferReader.readSlice(32), index: bufferReader.readUInt32(), script: bufferReader.readVarSlice(), sequence: bufferReader.readUInt32(), witness: EMPTY_WITNESS });}var voutLen = bufferReader.readVarInt();for (var _i = 0; _i < voutLen; ++_i) {tx.outs.push({ value: bufferReader.readUInt64(), script: bufferReader.readVarSlice() });}if (hasWitnesses) {for (var _i2 = 0; _i2 < vinLen; ++_i2) {tx.ins[_i2].witness = bufferReader.readVector();} // was this pointless?
- if (!tx.hasWitnesses()) throw new Error('Transaction has superfluous witness data');}tx.locktime = bufferReader.readUInt32();if (_NO_STRICT) return tx;if (bufferReader.offset !== buffer.length) throw new Error('Transaction has unexpected data');return tx;} }, { key: "fromHex", value: function fromHex(hex) {return Transaction.fromBuffer(Buffer.from(hex, 'hex'), false);} }, { key: "isCoinbaseHash", value: function isCoinbaseHash(buffer) {typeforce(types.Hash256bit, buffer);for (var i = 0; i < 32; ++i) {if (buffer[i] !== 0) return false;}return true;} }]);return Transaction;}();
-Transaction.DEFAULT_SEQUENCE = 0xffffffff;
-Transaction.SIGHASH_ALL = 0x01;
-Transaction.SIGHASH_NONE = 0x02;
-Transaction.SIGHASH_SINGLE = 0x03;
-Transaction.SIGHASH_ANYONECANPAY = 0x80;
-Transaction.ADVANCED_TRANSACTION_MARKER = 0x00;
-Transaction.ADVANCED_TRANSACTION_FLAG = 0x01;
-exports.Transaction = Transaction;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+ return this;
+ } }, { key: "combine", value: function combine()
+ {for (var _len = arguments.length, those = new Array(_len), _key = 0; _key < _len; _key++) {those[_key] = arguments[_key];}
+ // Combine this with those.
+ // Return self for chaining.
+ var result = combiner_1.combine([this].concat(those));
+ Object.assign(this, result);
+ return this;
+ } }, { key: "getTransaction", value: function getTransaction()
+ {
+ return this.globalMap.unsignedTx.toBuffer();
+ } }], [{ key: "fromBase64", value: function fromBase64(data, txFromBuffer) {var buffer = Buffer.from(data, 'base64');return this.fromBuffer(buffer, txFromBuffer);} }, { key: "fromHex", value: function fromHex(data, txFromBuffer) {var buffer = Buffer.from(data, 'hex');return this.fromBuffer(buffer, txFromBuffer);} }, { key: "fromBuffer", value: function fromBuffer(buffer, txFromBuffer) {var results = parser_1.psbtFromBuffer(buffer, txFromBuffer);var psbt = new this(results.globalMap.unsignedTx);Object.assign(psbt, results);return psbt;} }]);return Psbt;}();
+
+exports.Psbt = Psbt;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
/***/ }),
-/* 496 */
-/*!*********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/merkle-lib/fastRoot.js ***!
- \*********************************************************************************/
+/* 471 */
+/*!*********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip174/src/lib/combiner/index.js ***!
+ \*********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
-/* WEBPACK VAR INJECTION */(function(Buffer) {// constant-space merkle root calculation algorithm
-module.exports = function fastRoot(values, digestFn) {
- if (!Array.isArray(values)) throw TypeError('Expected values Array');
- if (typeof digestFn !== 'function') throw TypeError('Expected digest Function');
+"use strict";
+function _createForOfIteratorHelper(o, allowArrayLike) {var it;if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) {if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {if (it) o = it;var i = 0;var F = function F() {};return { s: F, n: function n() {if (i >= o.length) return { done: true };return { done: false, value: o[i++] };}, e: function e(_e) {throw _e;}, f: F };}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}var normalCompletion = true,didErr = false,err;return { s: function s() {it = o[Symbol.iterator]();}, n: function n() {var step = it.next();normalCompletion = step.done;return step;}, e: function e(_e2) {didErr = true;err = _e2;}, f: function f() {try {if (!normalCompletion && it.return != null) it.return();} finally {if (didErr) throw err;}} };}function _unsupportedIterableToArray(o, minLen) {if (!o) return;if (typeof o === "string") return _arrayLikeToArray(o, minLen);var n = Object.prototype.toString.call(o).slice(8, -1);if (n === "Object" && o.constructor) n = o.constructor.name;if (n === "Map" || n === "Set") return Array.from(o);if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);}function _arrayLikeToArray(arr, len) {if (len == null || len > arr.length) len = arr.length;for (var i = 0, arr2 = new Array(len); i < len; i++) {arr2[i] = arr[i];}return arr2;}
+Object.defineProperty(exports, '__esModule', { value: true });
+var parser_1 = __webpack_require__(/*! ../parser */ 472);
+function combine(psbts) {
+ var self = psbts[0];
+ var selfKeyVals = parser_1.psbtToKeyVals(self);
+ var others = psbts.slice(1);
+ if (others.length === 0) throw new Error('Combine: Nothing to combine');
+ var selfTx = getTx(self);
+ if (selfTx === undefined) {
+ throw new Error('Combine: Self missing transaction');
+ }
+ var selfGlobalSet = getKeySet(selfKeyVals.globalKeyVals);
+ var selfInputSets = selfKeyVals.inputKeyVals.map(getKeySet);
+ var selfOutputSets = selfKeyVals.outputKeyVals.map(getKeySet);var _iterator = _createForOfIteratorHelper(
+ others),_step;try {var _loop = function _loop() {var other = _step.value;
+ var otherTx = getTx(other);
+ if (
+ otherTx === undefined ||
+ !otherTx.toBuffer().equals(selfTx.toBuffer()))
+ {
+ throw new Error(
+ 'Combine: One of the Psbts does not have the same transaction.');
- var length = values.length;
- var results = values.concat();
+ }
+ var otherKeyVals = parser_1.psbtToKeyVals(other);
+ var otherGlobalSet = getKeySet(otherKeyVals.globalKeyVals);
+ otherGlobalSet.forEach(
+ keyPusher(
+ selfGlobalSet,
+ selfKeyVals.globalKeyVals,
+ otherKeyVals.globalKeyVals));
- while (length > 1) {
- var j = 0;
- for (var i = 0; i < length; i += 2, ++j) {
- var left = results[i];
- var right = i + 1 === length ? left : results[i + 1];
- var data = Buffer.concat([left, right]);
+ var otherInputSets = otherKeyVals.inputKeyVals.map(getKeySet);
+ otherInputSets.forEach(function (inputSet, idx) {return (
+ inputSet.forEach(
+ keyPusher(
+ selfInputSets[idx],
+ selfKeyVals.inputKeyVals[idx],
+ otherKeyVals.inputKeyVals[idx])));});
- results[j] = digestFn(data);
- }
- length = j;
- }
- return results[0];
-};
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+ var otherOutputSets = otherKeyVals.outputKeyVals.map(getKeySet);
+ otherOutputSets.forEach(function (outputSet, idx) {return (
+ outputSet.forEach(
+ keyPusher(
+ selfOutputSets[idx],
+ selfKeyVals.outputKeyVals[idx],
+ otherKeyVals.outputKeyVals[idx])));});};for (_iterator.s(); !(_step = _iterator.n()).done;) {_loop();
+
+
+
+ }} catch (err) {_iterator.e(err);} finally {_iterator.f();}
+ return parser_1.psbtFromKeyVals(selfTx, {
+ globalMapKeyVals: selfKeyVals.globalKeyVals,
+ inputKeyVals: selfKeyVals.inputKeyVals,
+ outputKeyVals: selfKeyVals.outputKeyVals });
+
+}
+exports.combine = combine;
+function keyPusher(selfSet, selfKeyVals, otherKeyVals) {
+ return function (key) {
+ if (selfSet.has(key)) return;
+ var newKv = otherKeyVals.filter(function (kv) {return kv.key.toString('hex') === key;})[0];
+ selfKeyVals.push(newKv);
+ selfSet.add(key);
+ };
+}
+function getTx(psbt) {
+ return psbt.globalMap.unsignedTx;
+}
+function getKeySet(keyVals) {
+ var set = new Set();
+ keyVals.forEach(function (keyVal) {
+ var hex = keyVal.key.toString('hex');
+ if (set.has(hex))
+ throw new Error('Combine: KeyValue Map keys should be unique');
+ set.add(hex);
+ });
+ return set;
+}
/***/ }),
-/* 497 */
-/*!************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/psbt.js ***!
- \************************************************************************************/
+/* 472 */
+/*!*******************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip174/src/lib/parser/index.js ***!
+ \*******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer, __f__) {function _slicedToArray(arr, i) {return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();}function _nonIterableRest() {throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}function _iterableToArrayLimit(arr, i) {if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return;var _arr = [];var _n = true;var _d = false;var _e = undefined;try {for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) {_arr.push(_s.value);if (i && _arr.length === i) break;}} catch (err) {_d = true;_e = err;} finally {try {if (!_n && _i["return"] != null) _i["return"]();} finally {if (_d) throw _e;}}return _arr;}function _arrayWithHoles(arr) {if (Array.isArray(arr)) return arr;}function _createForOfIteratorHelper(o, allowArrayLike) {var it;if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) {if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {if (it) o = it;var i = 0;var F = function F() {};return { s: F, n: function n() {if (i >= o.length) return { done: true };return { done: false, value: o[i++] };}, e: function e(_e2) {throw _e2;}, f: F };}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}var normalCompletion = true,didErr = false,err;return { s: function s() {it = o[Symbol.iterator]();}, n: function n() {var step = it.next();normalCompletion = step.done;return step;}, e: function e(_e3) {didErr = true;err = _e3;}, f: function f() {try {if (!normalCompletion && it.return != null) it.return();} finally {if (didErr) throw err;}} };}function _toConsumableArray(arr) {return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();}function _nonIterableSpread() {throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}function _unsupportedIterableToArray(o, minLen) {if (!o) return;if (typeof o === "string") return _arrayLikeToArray(o, minLen);var n = Object.prototype.toString.call(o).slice(8, -1);if (n === "Object" && o.constructor) n = o.constructor.name;if (n === "Map" || n === "Set") return Array.from(o);if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);}function _iterableToArray(iter) {if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);}function _arrayWithoutHoles(arr) {if (Array.isArray(arr)) return _arrayLikeToArray(arr);}function _arrayLikeToArray(arr, len) {if (len == null || len > arr.length) len = arr.length;for (var i = 0, arr2 = new Array(len); i < len; i++) {arr2[i] = arr[i];}return arr2;}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}
+
+function __export(m) {
+ for (var p in m) {if (!exports.hasOwnProperty(p)) exports[p] = m[p];}
+}
Object.defineProperty(exports, '__esModule', { value: true });
-var bip174_1 = __webpack_require__(/*! bip174 */ 498);
-var varuint = __webpack_require__(/*! bip174/src/lib/converter/varint */ 514);
-var utils_1 = __webpack_require__(/*! bip174/src/lib/utils */ 520);
-var address_1 = __webpack_require__(/*! ./address */ 471);
-var bufferutils_1 = __webpack_require__(/*! ./bufferutils */ 493);
-var crypto_1 = __webpack_require__(/*! ./crypto */ 487);
-var ecpair_1 = __webpack_require__(/*! ./ecpair */ 491);
-var networks_1 = __webpack_require__(/*! ./networks */ 472);
-var payments = __webpack_require__(/*! ./payments */ 473);
-var bscript = __webpack_require__(/*! ./script */ 475);
-var transaction_1 = __webpack_require__(/*! ./transaction */ 495);
-/**
- * These are the default arguments for a Psbt instance.
- */
-var DEFAULT_OPTS = {
- /**
- * A bitcoinjs Network object. This is only used if you pass an `address`
- * parameter to addOutput. Otherwise it is not needed and can be left default.
- */
- network: networks_1.bitcoin,
- /**
- * When extractTransaction is called, the fee rate is checked.
- * THIS IS NOT TO BE RELIED ON.
- * It is only here as a last ditch effort to prevent sending a 500 BTC fee etc.
- */
- maximumFeeRate: 5000 };
+__export(__webpack_require__(/*! ./fromBuffer */ 473));
+__export(__webpack_require__(/*! ./toBuffer */ 491));
-/**
- * Psbt class can parse and generate a PSBT binary based off of the BIP174.
- * There are 6 roles that this class fulfills. (Explained in BIP174)
- *
- * Creator: This can be done with `new Psbt()`
- * Updater: This can be done with `psbt.addInput(input)`, `psbt.addInputs(inputs)`,
- * `psbt.addOutput(output)`, `psbt.addOutputs(outputs)` when you are looking to
- * add new inputs and outputs to the PSBT, and `psbt.updateGlobal(itemObject)`,
- * `psbt.updateInput(itemObject)`, `psbt.updateOutput(itemObject)`
- * addInput requires hash: Buffer | string; and index: number; as attributes
- * and can also include any attributes that are used in updateInput method.
- * addOutput requires script: Buffer; and value: number; and likewise can include
- * data for updateOutput.
- * For a list of what attributes should be what types. Check the bip174 library.
- * Also, check the integration tests for some examples of usage.
- * Signer: There are a few methods. signAllInputs and signAllInputsAsync, which will search all input
- * information for your pubkey or pubkeyhash, and only sign inputs where it finds
- * your info. Or you can explicitly sign a specific input with signInput and
- * signInputAsync. For the async methods you can create a SignerAsync object
- * and use something like a hardware wallet to sign with. (You must implement this)
- * Combiner: psbts can be combined easily with `psbt.combine(psbt2, psbt3, psbt4 ...)`
- * the psbt calling combine will always have precedence when a conflict occurs.
- * Combine checks if the internal bitcoin transaction is the same, so be sure that
- * all sequences, version, locktime, etc. are the same before combining.
- * Input Finalizer: This role is fairly important. Not only does it need to construct
- * the input scriptSigs and witnesses, but it SHOULD verify the signatures etc.
- * Before running `psbt.finalizeAllInputs()` please run `psbt.validateSignaturesOfAllInputs()`
- * Running any finalize method will delete any data in the input(s) that are no longer
- * needed due to the finalized scripts containing the information.
- * Transaction Extractor: This role will perform some checks before returning a
- * Transaction object. Such as fee rate not being larger than maximumFeeRate etc.
- */var
-Psbt = /*#__PURE__*/function () {
- function Psbt() {var opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};var data = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : new bip174_1.Psbt(new PsbtTransaction());_classCallCheck(this, Psbt);
- this.data = data;
- // set defaults
- this.opts = Object.assign({}, DEFAULT_OPTS, opts);
- this.__CACHE = {
- __NON_WITNESS_UTXO_TX_CACHE: [],
- __NON_WITNESS_UTXO_BUF_CACHE: [],
- __TX_IN_CACHE: {},
- __TX: this.data.globalMap.unsignedTx.tx,
- // Old TransactionBuilder behavior was to not confirm input values
- // before signing. Even though we highly encourage people to get
- // the full parent transaction to verify values, the ability to
- // sign non-segwit inputs without the full transaction was often
- // requested. So the only way to activate is to use @ts-ignore.
- // We will disable exporting the Psbt when unsafe sign is active.
- // because it is not BIP174 compliant.
- __UNSAFE_SIGN_NONSEGWIT: false };
+/***/ }),
+/* 473 */
+/*!************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip174/src/lib/parser/fromBuffer.js ***!
+ \************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- if (this.data.inputs.length === 0) this.setVersion(2);
- // Make data hidden when enumerating
- var dpew = function dpew(obj, attr, enumerable, writable) {return (
- Object.defineProperty(obj, attr, {
- enumerable: enumerable,
- writable: writable }));};
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {function _createForOfIteratorHelper(o, allowArrayLike) {var it;if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) {if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {if (it) o = it;var i = 0;var F = function F() {};return { s: F, n: function n() {if (i >= o.length) return { done: true };return { done: false, value: o[i++] };}, e: function e(_e) {throw _e;}, f: F };}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}var normalCompletion = true,didErr = false,err;return { s: function s() {it = o[Symbol.iterator]();}, n: function n() {var step = it.next();normalCompletion = step.done;return step;}, e: function e(_e2) {didErr = true;err = _e2;}, f: function f() {try {if (!normalCompletion && it.return != null) it.return();} finally {if (didErr) throw err;}} };}function _unsupportedIterableToArray(o, minLen) {if (!o) return;if (typeof o === "string") return _arrayLikeToArray(o, minLen);var n = Object.prototype.toString.call(o).slice(8, -1);if (n === "Object" && o.constructor) n = o.constructor.name;if (n === "Map" || n === "Set") return Array.from(o);if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);}function _arrayLikeToArray(arr, len) {if (len == null || len > arr.length) len = arr.length;for (var i = 0, arr2 = new Array(len); i < len; i++) {arr2[i] = arr[i];}return arr2;}
+Object.defineProperty(exports, '__esModule', { value: true });
+var convert = __webpack_require__(/*! ../converter */ 474);
+var tools_1 = __webpack_require__(/*! ../converter/tools */ 485);
+var varuint = __webpack_require__(/*! ../converter/varint */ 486);
+var typeFields_1 = __webpack_require__(/*! ../typeFields */ 475);
+function psbtFromBuffer(buffer, txGetter) {
+ var offset = 0;
+ function varSlice() {
+ var keyLen = varuint.decode(buffer, offset);
+ offset += varuint.encodingLength(keyLen);
+ var key = buffer.slice(offset, offset + keyLen);
+ offset += keyLen;
+ return key;
+ }
+ function readUInt32BE() {
+ var num = buffer.readUInt32BE(offset);
+ offset += 4;
+ return num;
+ }
+ function readUInt8() {
+ var num = buffer.readUInt8(offset);
+ offset += 1;
+ return num;
+ }
+ function getKeyValue() {
+ var key = varSlice();
+ var value = varSlice();
+ return {
+ key: key,
+ value: value };
- dpew(this, '__CACHE', false, true);
- dpew(this, 'opts', false, true);
- }_createClass(Psbt, [{ key: "combine", value: function combine()
+ }
+ function checkEndOfKeyValPairs() {
+ if (offset >= buffer.length) {
+ throw new Error('Format Error: Unexpected End of PSBT');
+ }
+ var isEnd = buffer.readUInt8(offset) === 0;
+ if (isEnd) {
+ offset++;
+ }
+ return isEnd;
+ }
+ if (readUInt32BE() !== 0x70736274) {
+ throw new Error('Format Error: Invalid Magic Number');
+ }
+ if (readUInt8() !== 0xff) {
+ throw new Error(
+ 'Format Error: Magic Number must be followed by 0xff separator');
+ }
+ var globalMapKeyVals = [];
+ var globalKeyIndex = {};
+ while (!checkEndOfKeyValPairs()) {
+ var keyVal = getKeyValue();
+ var hexKey = keyVal.key.toString('hex');
+ if (globalKeyIndex[hexKey]) {
+ throw new Error(
+ 'Format Error: Keys must be unique for global keymap: key ' + hexKey);
+ }
+ globalKeyIndex[hexKey] = 1;
+ globalMapKeyVals.push(keyVal);
+ }
+ var unsignedTxMaps = globalMapKeyVals.filter(
+ function (keyVal) {return keyVal.key[0] === typeFields_1.GlobalTypes.UNSIGNED_TX;});
+ if (unsignedTxMaps.length !== 1) {
+ throw new Error('Format Error: Only one UNSIGNED_TX allowed');
+ }
+ var unsignedTx = txGetter(unsignedTxMaps[0].value);
+ // Get input and output counts to loop the respective fields
+ var _unsignedTx$getInputO = unsignedTx.getInputOutputCounts(),inputCount = _unsignedTx$getInputO.inputCount,outputCount = _unsignedTx$getInputO.outputCount;
+ var inputKeyVals = [];
+ var outputKeyVals = [];
+ // Get input fields
+ var _iterator = _createForOfIteratorHelper(tools_1.range(inputCount)),_step;try {for (_iterator.s(); !(_step = _iterator.n()).done;) {var index = _step.value;
+ var inputKeyIndex = {};
+ var input = [];
+ while (!checkEndOfKeyValPairs()) {
+ var _keyVal = getKeyValue();
+ var _hexKey = _keyVal.key.toString('hex');
+ if (inputKeyIndex[_hexKey]) {
+ throw new Error(
+ 'Format Error: Keys must be unique for each input: ' +
+ 'input index ' +
+ index +
+ ' key ' +
+ _hexKey);
+ }
+ inputKeyIndex[_hexKey] = 1;
+ input.push(_keyVal);
+ }
+ inputKeyVals.push(input);
+ }} catch (err) {_iterator.e(err);} finally {_iterator.f();}var _iterator2 = _createForOfIteratorHelper(
+ tools_1.range(outputCount)),_step2;try {for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {var _index = _step2.value;
+ var outputKeyIndex = {};
+ var output = [];
+ while (!checkEndOfKeyValPairs()) {
+ var _keyVal2 = getKeyValue();
+ var _hexKey2 = _keyVal2.key.toString('hex');
+ if (outputKeyIndex[_hexKey2]) {
+ throw new Error(
+ 'Format Error: Keys must be unique for each output: ' +
+ 'output index ' +
+ _index +
+ ' key ' +
+ _hexKey2);
+ }
+ outputKeyIndex[_hexKey2] = 1;
+ output.push(_keyVal2);
+ }
+ outputKeyVals.push(output);
+ }} catch (err) {_iterator2.e(err);} finally {_iterator2.f();}
+ return psbtFromKeyVals(unsignedTx, {
+ globalMapKeyVals: globalMapKeyVals,
+ inputKeyVals: inputKeyVals,
+ outputKeyVals: outputKeyVals });
+}
+exports.psbtFromBuffer = psbtFromBuffer;
+function checkKeyBuffer(type, keyBuf, keyNum) {
+ if (!keyBuf.equals(Buffer.from([keyNum]))) {
+ throw new Error("Format Error: Invalid ".concat(
+ type, " key: ").concat(keyBuf.toString('hex')));
+ }
+}
+exports.checkKeyBuffer = checkKeyBuffer;
+function psbtFromKeyVals(
+unsignedTx, _ref)
+{var globalMapKeyVals = _ref.globalMapKeyVals,inputKeyVals = _ref.inputKeyVals,outputKeyVals = _ref.outputKeyVals;
+ // That was easy :-)
+ var globalMap = {
+ unsignedTx: unsignedTx };
+ var txCount = 0;var _iterator3 = _createForOfIteratorHelper(
+ globalMapKeyVals),_step3;try {for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {var keyVal = _step3.value;
+ // If a globalMap item needs pubkey, uncomment
+ // const pubkey = convert.globals.checkPubkey(keyVal);
+ switch (keyVal.key[0]) {
+ case typeFields_1.GlobalTypes.UNSIGNED_TX:
+ checkKeyBuffer(
+ 'global',
+ keyVal.key,
+ typeFields_1.GlobalTypes.UNSIGNED_TX);
+ if (txCount > 0) {
+ throw new Error('Format Error: GlobalMap has multiple UNSIGNED_TX');
+ }
+ txCount++;
+ break;
+ case typeFields_1.GlobalTypes.GLOBAL_XPUB:
+ if (globalMap.globalXpub === undefined) {
+ globalMap.globalXpub = [];
+ }
+ globalMap.globalXpub.push(convert.globals.globalXpub.decode(keyVal));
+ break;
+ default:
+ // This will allow inclusion during serialization.
+ if (!globalMap.unknownKeyVals) globalMap.unknownKeyVals = [];
+ globalMap.unknownKeyVals.push(keyVal);}
+ }
+ // Get input and output counts to loop the respective fields
+ } catch (err) {_iterator3.e(err);} finally {_iterator3.f();}var inputCount = inputKeyVals.length;
+ var outputCount = outputKeyVals.length;
+ var inputs = [];
+ var outputs = [];
+ // Get input fields
+ var _iterator4 = _createForOfIteratorHelper(tools_1.range(inputCount)),_step4;try {for (_iterator4.s(); !(_step4 = _iterator4.n()).done;) {var index = _step4.value;
+ var input = {};var _iterator6 = _createForOfIteratorHelper(
+ inputKeyVals[index]),_step6;try {for (_iterator6.s(); !(_step6 = _iterator6.n()).done;) {var _keyVal3 = _step6.value;
+ convert.inputs.checkPubkey(_keyVal3);
+ switch (_keyVal3.key[0]) {
+ case typeFields_1.InputTypes.NON_WITNESS_UTXO:
+ checkKeyBuffer(
+ 'input',
+ _keyVal3.key,
+ typeFields_1.InputTypes.NON_WITNESS_UTXO);
+ if (input.nonWitnessUtxo !== undefined) {
+ throw new Error(
+ 'Format Error: Input has multiple NON_WITNESS_UTXO');
+ }
+ input.nonWitnessUtxo = convert.inputs.nonWitnessUtxo.decode(_keyVal3);
+ break;
+ case typeFields_1.InputTypes.WITNESS_UTXO:
+ checkKeyBuffer(
+ 'input',
+ _keyVal3.key,
+ typeFields_1.InputTypes.WITNESS_UTXO);
+ if (input.witnessUtxo !== undefined) {
+ throw new Error('Format Error: Input has multiple WITNESS_UTXO');
+ }
+ input.witnessUtxo = convert.inputs.witnessUtxo.decode(_keyVal3);
+ break;
+ case typeFields_1.InputTypes.PARTIAL_SIG:
+ if (input.partialSig === undefined) {
+ input.partialSig = [];
+ }
+ input.partialSig.push(convert.inputs.partialSig.decode(_keyVal3));
+ break;
+ case typeFields_1.InputTypes.SIGHASH_TYPE:
+ checkKeyBuffer(
+ 'input',
+ _keyVal3.key,
+ typeFields_1.InputTypes.SIGHASH_TYPE);
+ if (input.sighashType !== undefined) {
+ throw new Error('Format Error: Input has multiple SIGHASH_TYPE');
+ }
+ input.sighashType = convert.inputs.sighashType.decode(_keyVal3);
+ break;
+ case typeFields_1.InputTypes.REDEEM_SCRIPT:
+ checkKeyBuffer(
+ 'input',
+ _keyVal3.key,
+ typeFields_1.InputTypes.REDEEM_SCRIPT);
+ if (input.redeemScript !== undefined) {
+ throw new Error('Format Error: Input has multiple REDEEM_SCRIPT');
+ }
+ input.redeemScript = convert.inputs.redeemScript.decode(_keyVal3);
+ break;
+ case typeFields_1.InputTypes.WITNESS_SCRIPT:
+ checkKeyBuffer(
+ 'input',
+ _keyVal3.key,
+ typeFields_1.InputTypes.WITNESS_SCRIPT);
+ if (input.witnessScript !== undefined) {
+ throw new Error('Format Error: Input has multiple WITNESS_SCRIPT');
+ }
+ input.witnessScript = convert.inputs.witnessScript.decode(_keyVal3);
+ break;
+ case typeFields_1.InputTypes.BIP32_DERIVATION:
+ if (input.bip32Derivation === undefined) {
+ input.bip32Derivation = [];
+ }
+ input.bip32Derivation.push(
+ convert.inputs.bip32Derivation.decode(_keyVal3));
+ break;
+ case typeFields_1.InputTypes.FINAL_SCRIPTSIG:
+ checkKeyBuffer(
+ 'input',
+ _keyVal3.key,
+ typeFields_1.InputTypes.FINAL_SCRIPTSIG);
+ input.finalScriptSig = convert.inputs.finalScriptSig.decode(_keyVal3);
+ break;
+ case typeFields_1.InputTypes.FINAL_SCRIPTWITNESS:
+ checkKeyBuffer(
+ 'input',
+ _keyVal3.key,
+ typeFields_1.InputTypes.FINAL_SCRIPTWITNESS);
+ input.finalScriptWitness = convert.inputs.finalScriptWitness.decode(
+ _keyVal3);
+ break;
+ case typeFields_1.InputTypes.POR_COMMITMENT:
+ checkKeyBuffer(
+ 'input',
+ _keyVal3.key,
+ typeFields_1.InputTypes.POR_COMMITMENT);
+ input.porCommitment = convert.inputs.porCommitment.decode(_keyVal3);
+ break;
+ default:
+ // This will allow inclusion during serialization.
+ if (!input.unknownKeyVals) input.unknownKeyVals = [];
+ input.unknownKeyVals.push(_keyVal3);}
+ }} catch (err) {_iterator6.e(err);} finally {_iterator6.f();}
+ inputs.push(input);
+ }} catch (err) {_iterator4.e(err);} finally {_iterator4.f();}var _iterator5 = _createForOfIteratorHelper(
+ tools_1.range(outputCount)),_step5;try {for (_iterator5.s(); !(_step5 = _iterator5.n()).done;) {var _index2 = _step5.value;
+ var output = {};var _iterator7 = _createForOfIteratorHelper(
+ outputKeyVals[_index2]),_step7;try {for (_iterator7.s(); !(_step7 = _iterator7.n()).done;) {var _keyVal4 = _step7.value;
+ convert.outputs.checkPubkey(_keyVal4);
+ switch (_keyVal4.key[0]) {
+ case typeFields_1.OutputTypes.REDEEM_SCRIPT:
+ checkKeyBuffer(
+ 'output',
+ _keyVal4.key,
+ typeFields_1.OutputTypes.REDEEM_SCRIPT);
+ if (output.redeemScript !== undefined) {
+ throw new Error('Format Error: Output has multiple REDEEM_SCRIPT');
+ }
+ output.redeemScript = convert.outputs.redeemScript.decode(_keyVal4);
+ break;
+ case typeFields_1.OutputTypes.WITNESS_SCRIPT:
+ checkKeyBuffer(
+ 'output',
+ _keyVal4.key,
+ typeFields_1.OutputTypes.WITNESS_SCRIPT);
+ if (output.witnessScript !== undefined) {
+ throw new Error('Format Error: Output has multiple WITNESS_SCRIPT');
+ }
+ output.witnessScript = convert.outputs.witnessScript.decode(_keyVal4);
+ break;
+ case typeFields_1.OutputTypes.BIP32_DERIVATION:
+ if (output.bip32Derivation === undefined) {
+ output.bip32Derivation = [];
+ }
+ output.bip32Derivation.push(
+ convert.outputs.bip32Derivation.decode(_keyVal4));
+ break;
+ default:
+ if (!output.unknownKeyVals) output.unknownKeyVals = [];
+ output.unknownKeyVals.push(_keyVal4);}
+ }} catch (err) {_iterator7.e(err);} finally {_iterator7.f();}
+ outputs.push(output);
+ }} catch (err) {_iterator5.e(err);} finally {_iterator5.f();}
+ return { globalMap: globalMap, inputs: inputs, outputs: outputs };
+}
+exports.psbtFromKeyVals = psbtFromKeyVals;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
+/***/ }),
+/* 474 */
+/*!**********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip174/src/lib/converter/index.js ***!
+ \**********************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+"use strict";
+Object.defineProperty(exports, '__esModule', { value: true });
+var typeFields_1 = __webpack_require__(/*! ../typeFields */ 475);
+var globalXpub = __webpack_require__(/*! ./global/globalXpub */ 476);
+var unsignedTx = __webpack_require__(/*! ./global/unsignedTx */ 477);
+var finalScriptSig = __webpack_require__(/*! ./input/finalScriptSig */ 478);
+var finalScriptWitness = __webpack_require__(/*! ./input/finalScriptWitness */ 479);
+var nonWitnessUtxo = __webpack_require__(/*! ./input/nonWitnessUtxo */ 480);
+var partialSig = __webpack_require__(/*! ./input/partialSig */ 481);
+var porCommitment = __webpack_require__(/*! ./input/porCommitment */ 482);
+var sighashType = __webpack_require__(/*! ./input/sighashType */ 483);
+var witnessUtxo = __webpack_require__(/*! ./input/witnessUtxo */ 484);
+var bip32Derivation = __webpack_require__(/*! ./shared/bip32Derivation */ 487);
+var checkPubkey = __webpack_require__(/*! ./shared/checkPubkey */ 488);
+var redeemScript = __webpack_require__(/*! ./shared/redeemScript */ 489);
+var witnessScript = __webpack_require__(/*! ./shared/witnessScript */ 490);
+var globals = {
+ unsignedTx: unsignedTx,
+ globalXpub: globalXpub,
+ // pass an Array of key bytes that require pubkey beside the key
+ checkPubkey: checkPubkey.makeChecker([]) };
+exports.globals = globals;
+var inputs = {
+ nonWitnessUtxo: nonWitnessUtxo,
+ partialSig: partialSig,
+ sighashType: sighashType,
+ finalScriptSig: finalScriptSig,
+ finalScriptWitness: finalScriptWitness,
+ porCommitment: porCommitment,
+ witnessUtxo: witnessUtxo,
+ bip32Derivation: bip32Derivation.makeConverter(
+ typeFields_1.InputTypes.BIP32_DERIVATION),
+ redeemScript: redeemScript.makeConverter(
+ typeFields_1.InputTypes.REDEEM_SCRIPT),
+ witnessScript: witnessScript.makeConverter(
+ typeFields_1.InputTypes.WITNESS_SCRIPT),
+ checkPubkey: checkPubkey.makeChecker([
+ typeFields_1.InputTypes.PARTIAL_SIG,
+ typeFields_1.InputTypes.BIP32_DERIVATION]) };
+exports.inputs = inputs;
+var outputs = {
+ bip32Derivation: bip32Derivation.makeConverter(
+ typeFields_1.OutputTypes.BIP32_DERIVATION),
+ redeemScript: redeemScript.makeConverter(
+ typeFields_1.OutputTypes.REDEEM_SCRIPT),
+ witnessScript: witnessScript.makeConverter(
+ typeFields_1.OutputTypes.WITNESS_SCRIPT),
+ checkPubkey: checkPubkey.makeChecker([
+ typeFields_1.OutputTypes.BIP32_DERIVATION]) };
+exports.outputs = outputs;
+/***/ }),
+/* 475 */
+/*!*****************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip174/src/lib/typeFields.js ***!
+ \*****************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+"use strict";
+Object.defineProperty(exports, '__esModule', { value: true });
+var GlobalTypes;
+(function (GlobalTypes) {
+ GlobalTypes[GlobalTypes['UNSIGNED_TX'] = 0] = 'UNSIGNED_TX';
+ GlobalTypes[GlobalTypes['GLOBAL_XPUB'] = 1] = 'GLOBAL_XPUB';
+})(GlobalTypes = exports.GlobalTypes || (exports.GlobalTypes = {}));
+exports.GLOBAL_TYPE_NAMES = ['unsignedTx', 'globalXpub'];
+var InputTypes;
+(function (InputTypes) {
+ InputTypes[InputTypes['NON_WITNESS_UTXO'] = 0] = 'NON_WITNESS_UTXO';
+ InputTypes[InputTypes['WITNESS_UTXO'] = 1] = 'WITNESS_UTXO';
+ InputTypes[InputTypes['PARTIAL_SIG'] = 2] = 'PARTIAL_SIG';
+ InputTypes[InputTypes['SIGHASH_TYPE'] = 3] = 'SIGHASH_TYPE';
+ InputTypes[InputTypes['REDEEM_SCRIPT'] = 4] = 'REDEEM_SCRIPT';
+ InputTypes[InputTypes['WITNESS_SCRIPT'] = 5] = 'WITNESS_SCRIPT';
+ InputTypes[InputTypes['BIP32_DERIVATION'] = 6] = 'BIP32_DERIVATION';
+ InputTypes[InputTypes['FINAL_SCRIPTSIG'] = 7] = 'FINAL_SCRIPTSIG';
+ InputTypes[InputTypes['FINAL_SCRIPTWITNESS'] = 8] = 'FINAL_SCRIPTWITNESS';
+ InputTypes[InputTypes['POR_COMMITMENT'] = 9] = 'POR_COMMITMENT';
+})(InputTypes = exports.InputTypes || (exports.InputTypes = {}));
+exports.INPUT_TYPE_NAMES = [
+'nonWitnessUtxo',
+'witnessUtxo',
+'partialSig',
+'sighashType',
+'redeemScript',
+'witnessScript',
+'bip32Derivation',
+'finalScriptSig',
+'finalScriptWitness',
+'porCommitment'];
+var OutputTypes;
+(function (OutputTypes) {
+ OutputTypes[OutputTypes['REDEEM_SCRIPT'] = 0] = 'REDEEM_SCRIPT';
+ OutputTypes[OutputTypes['WITNESS_SCRIPT'] = 1] = 'WITNESS_SCRIPT';
+ OutputTypes[OutputTypes['BIP32_DERIVATION'] = 2] = 'BIP32_DERIVATION';
+})(OutputTypes = exports.OutputTypes || (exports.OutputTypes = {}));
+exports.OUTPUT_TYPE_NAMES = [
+'redeemScript',
+'witnessScript',
+'bip32Derivation'];
+/***/ }),
+/* 476 */
+/*!**********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip174/src/lib/converter/global/globalXpub.js ***!
+ \**********************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {function _createForOfIteratorHelper(o, allowArrayLike) {var it;if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) {if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {if (it) o = it;var i = 0;var F = function F() {};return { s: F, n: function n() {if (i >= o.length) return { done: true };return { done: false, value: o[i++] };}, e: function e(_e) {throw _e;}, f: F };}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}var normalCompletion = true,didErr = false,err;return { s: function s() {it = o[Symbol.iterator]();}, n: function n() {var step = it.next();normalCompletion = step.done;return step;}, e: function e(_e2) {didErr = true;err = _e2;}, f: function f() {try {if (!normalCompletion && it.return != null) it.return();} finally {if (didErr) throw err;}} };}function _toConsumableArray(arr) {return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();}function _nonIterableSpread() {throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}function _unsupportedIterableToArray(o, minLen) {if (!o) return;if (typeof o === "string") return _arrayLikeToArray(o, minLen);var n = Object.prototype.toString.call(o).slice(8, -1);if (n === "Object" && o.constructor) n = o.constructor.name;if (n === "Map" || n === "Set") return Array.from(o);if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);}function _iterableToArray(iter) {if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);}function _arrayWithoutHoles(arr) {if (Array.isArray(arr)) return _arrayLikeToArray(arr);}function _arrayLikeToArray(arr, len) {if (len == null || len > arr.length) len = arr.length;for (var i = 0, arr2 = new Array(len); i < len; i++) {arr2[i] = arr[i];}return arr2;}
+Object.defineProperty(exports, '__esModule', { value: true });
+var typeFields_1 = __webpack_require__(/*! ../../typeFields */ 475);
+var range = function range(n) {return _toConsumableArray(Array(n).keys());};
+function decode(keyVal) {
+ if (keyVal.key[0] !== typeFields_1.GlobalTypes.GLOBAL_XPUB) {
+ throw new Error(
+ 'Decode Error: could not decode globalXpub with key 0x' +
+ keyVal.key.toString('hex'));
+ }
+ if (keyVal.key.length !== 79 || ![2, 3].includes(keyVal.key[46])) {
+ throw new Error(
+ 'Decode Error: globalXpub has invalid extended pubkey in key 0x' +
+ keyVal.key.toString('hex'));
- {var _this$data;for (var _len = arguments.length, those = new Array(_len), _key = 0; _key < _len; _key++) {those[_key] = arguments[_key];}
- (_this$data = this.data).combine.apply(_this$data, _toConsumableArray(those.map(function (o) {return o.data;})));
- return this;
- } }, { key: "clone", value: function clone()
- {
- // TODO: more efficient cloning
- var res = Psbt.fromBuffer(this.data.toBuffer());
- res.opts = JSON.parse(JSON.stringify(this.opts));
- return res;
- } }, { key: "setMaximumFeeRate", value: function setMaximumFeeRate(
- satoshiPerByte) {
- check32Bit(satoshiPerByte); // 42.9 BTC per byte IS excessive... so throw
- this.opts.maximumFeeRate = satoshiPerByte;
- } }, { key: "setVersion", value: function setVersion(
- version) {
- check32Bit(version);
- checkInputsForPartialSig(this.data.inputs, 'setVersion');
- var c = this.__CACHE;
- c.__TX.version = version;
- c.__EXTRACTED_TX = undefined;
- return this;
- } }, { key: "setLocktime", value: function setLocktime(
- locktime) {
- check32Bit(locktime);
- checkInputsForPartialSig(this.data.inputs, 'setLocktime');
- var c = this.__CACHE;
- c.__TX.locktime = locktime;
- c.__EXTRACTED_TX = undefined;
- return this;
- } }, { key: "setInputSequence", value: function setInputSequence(
- inputIndex, sequence) {
- check32Bit(sequence);
- checkInputsForPartialSig(this.data.inputs, 'setInputSequence');
- var c = this.__CACHE;
- if (c.__TX.ins.length <= inputIndex) {
- throw new Error('Input index too high');
- }
- c.__TX.ins[inputIndex].sequence = sequence;
- c.__EXTRACTED_TX = undefined;
- return this;
- } }, { key: "addInputs", value: function addInputs(
- inputDatas) {var _this = this;
- inputDatas.forEach(function (inputData) {return _this.addInput(inputData);});
- return this;
- } }, { key: "addInput", value: function addInput(
- inputData) {
- if (
- arguments.length > 1 ||
- !inputData ||
- inputData.hash === undefined ||
- inputData.index === undefined)
- {
- throw new Error(
- "Invalid arguments for Psbt.addInput. " + "Requires single object with at least [hash] and [index]");
+ }
+ if (keyVal.value.length / 4 % 1 !== 0) {
+ throw new Error(
+ 'Decode Error: Global GLOBAL_XPUB value length should be multiple of 4');
+ }
+ var extendedPubkey = keyVal.key.slice(1);
+ var data = {
+ masterFingerprint: keyVal.value.slice(0, 4),
+ extendedPubkey: extendedPubkey,
+ path: 'm' };var _iterator = _createForOfIteratorHelper(
- }
- checkInputsForPartialSig(this.data.inputs, 'addInput');
- if (inputData.witnessScript) checkInvalidP2WSH(inputData.witnessScript);
- var c = this.__CACHE;
- this.data.addInput(inputData);
- var txIn = c.__TX.ins[c.__TX.ins.length - 1];
- checkTxInputCache(c, txIn);
- var inputIndex = this.data.inputs.length - 1;
- var input = this.data.inputs[inputIndex];
- if (input.nonWitnessUtxo) {
- addNonWitnessTxCache(this.__CACHE, input, inputIndex);
- }
- c.__FEE = undefined;
- c.__FEE_RATE = undefined;
- c.__EXTRACTED_TX = undefined;
- return this;
- } }, { key: "addOutputs", value: function addOutputs(
- outputDatas) {var _this2 = this;
- outputDatas.forEach(function (outputData) {return _this2.addOutput(outputData);});
- return this;
- } }, { key: "addOutput", value: function addOutput(
- outputData) {
- if (
- arguments.length > 1 ||
- !outputData ||
- outputData.value === undefined ||
- outputData.address === undefined && outputData.script === undefined)
- {
- throw new Error(
- "Invalid arguments for Psbt.addOutput. " + "Requires single object with at least [script or address] and [value]");
+ range(keyVal.value.length / 4 - 1)),_step;try {for (_iterator.s(); !(_step = _iterator.n()).done;) {var i = _step.value;
+ var val = keyVal.value.readUInt32LE(i * 4 + 4);
+ var isHard = !!(val & 0x80000000);
+ var idx = val & 0x7fffffff;
+ data.path += '/' + idx.toString(10) + (isHard ? "'" : '');
+ }} catch (err) {_iterator.e(err);} finally {_iterator.f();}
+ return data;
+}
+exports.decode = decode;
+function encode(data) {
+ var head = Buffer.from([typeFields_1.GlobalTypes.GLOBAL_XPUB]);
+ var key = Buffer.concat([head, data.extendedPubkey]);
+ var splitPath = data.path.split('/');
+ var value = Buffer.allocUnsafe(splitPath.length * 4);
+ data.masterFingerprint.copy(value, 0);
+ var offset = 4;
+ splitPath.slice(1).forEach(function (level) {
+ var isHard = level.slice(-1) === "'";
+ var num = 0x7fffffff & parseInt(isHard ? level.slice(0, -1) : level, 10);
+ if (isHard) num += 0x80000000;
+ value.writeUInt32LE(num, offset);
+ offset += 4;
+ });
+ return {
+ key: key,
+ value: value };
+}
+exports.encode = encode;
+exports.expected =
+'{ masterFingerprint: Buffer; extendedPubkey: Buffer; path: string; }';
+function check(data) {
+ var epk = data.extendedPubkey;
+ var mfp = data.masterFingerprint;
+ var p = data.path;
+ return (
+ Buffer.isBuffer(epk) &&
+ epk.length === 78 &&
+ [2, 3].indexOf(epk[45]) > -1 &&
+ Buffer.isBuffer(mfp) &&
+ mfp.length === 4 &&
+ typeof p === 'string' &&
+ !!p.match(/^m(\/\d+'?)+$/));
- }
- checkInputsForPartialSig(this.data.inputs, 'addOutput');var _outputData =
- outputData,address = _outputData.address;
- if (typeof address === 'string') {var
- network = this.opts.network;
- var script = address_1.toOutputScript(address, network);
- outputData = Object.assign(outputData, { script: script });
- }
- var c = this.__CACHE;
- this.data.addOutput(outputData);
- c.__FEE = undefined;
- c.__FEE_RATE = undefined;
- c.__EXTRACTED_TX = undefined;
- return this;
- } }, { key: "extractTransaction", value: function extractTransaction(
- disableFeeCheck) {
- if (!this.data.inputs.every(isFinalized)) throw new Error('Not finalized');
- var c = this.__CACHE;
- if (!disableFeeCheck) {
- checkFees(this, c, this.opts);
- }
- if (c.__EXTRACTED_TX) return c.__EXTRACTED_TX;
- var tx = c.__TX.clone();
- inputFinalizeGetAmts(this.data.inputs, tx, c, true);
- return tx;
- } }, { key: "getFeeRate", value: function getFeeRate()
- {
- return getTxCacheValue(
- '__FEE_RATE',
- 'fee rate',
- this.data.inputs,
- this.__CACHE);
+}
+exports.check = check;
+function canAddToArray(array, item, dupeSet) {
+ var dupeString = item.extendedPubkey.toString('hex');
+ if (dupeSet.has(dupeString)) return false;
+ dupeSet.add(dupeString);
+ return (
+ array.filter(function (v) {return v.extendedPubkey.equals(item.extendedPubkey);}).length === 0);
- } }, { key: "getFee", value: function getFee()
- {
- return getTxCacheValue('__FEE', 'fee', this.data.inputs, this.__CACHE);
- } }, { key: "finalizeAllInputs", value: function finalizeAllInputs()
- {var _this3 = this;
- utils_1.checkForInput(this.data.inputs, 0); // making sure we have at least one
- range(this.data.inputs.length).forEach(function (idx) {return _this3.finalizeInput(idx);});
- return this;
- } }, { key: "finalizeInput", value: function finalizeInput(
- inputIndex) {var finalScriptsFunc = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : getFinalScripts;
- var input = utils_1.checkForInput(this.data.inputs, inputIndex);var _getScriptFromInput =
- getScriptFromInput(
- inputIndex,
- input,
- this.__CACHE),script = _getScriptFromInput.script,isP2SH = _getScriptFromInput.isP2SH,isP2WSH = _getScriptFromInput.isP2WSH,isSegwit = _getScriptFromInput.isSegwit;
+}
+exports.canAddToArray = canAddToArray;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
- if (!script) throw new Error("No script found for input #".concat(inputIndex));
- checkPartialSigSighashes(input);var _finalScriptsFunc =
- finalScriptsFunc(
- inputIndex,
- input,
- script,
- isSegwit,
- isP2SH,
- isP2WSH),finalScriptSig = _finalScriptsFunc.finalScriptSig,finalScriptWitness = _finalScriptsFunc.finalScriptWitness;
+/***/ }),
+/* 477 */
+/*!**********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip174/src/lib/converter/global/unsignedTx.js ***!
+ \**********************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- if (finalScriptSig) this.data.updateInput(inputIndex, { finalScriptSig: finalScriptSig });
- if (finalScriptWitness)
- this.data.updateInput(inputIndex, { finalScriptWitness: finalScriptWitness });
- if (!finalScriptSig && !finalScriptWitness)
- throw new Error("Unknown error finalizing input #".concat(inputIndex));
- this.data.clearFinalizedInput(inputIndex);
- return this;
- } }, { key: "getInputType", value: function getInputType(
- inputIndex) {
- var input = utils_1.checkForInput(this.data.inputs, inputIndex);
- var script = getScriptFromUtxo(inputIndex, input, this.__CACHE);
- var result = getMeaningfulScript(
- script,
- inputIndex,
- 'input',
- input.redeemScript || redeemFromFinalScriptSig(input.finalScriptSig),
- input.witnessScript ||
- redeemFromFinalWitnessScript(input.finalScriptWitness));
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+Object.defineProperty(exports, '__esModule', { value: true });
+var typeFields_1 = __webpack_require__(/*! ../../typeFields */ 475);
+function encode(data) {
+ return {
+ key: Buffer.from([typeFields_1.GlobalTypes.UNSIGNED_TX]),
+ value: data.toBuffer() };
- var type = result.type === 'raw' ? '' : result.type + '-';
- var mainType = classifyScript(result.meaningfulScript);
- return type + mainType;
- } }, { key: "inputHasPubkey", value: function inputHasPubkey(
- inputIndex, pubkey) {
- var input = utils_1.checkForInput(this.data.inputs, inputIndex);
- return pubkeyInInput(pubkey, input, inputIndex, this.__CACHE);
- } }, { key: "inputHasHDKey", value: function inputHasHDKey(
- inputIndex, root) {
- var input = utils_1.checkForInput(this.data.inputs, inputIndex);
- var derivationIsMine = bip32DerivationIsMine(root);
- return (
- !!input.bip32Derivation && input.bip32Derivation.some(derivationIsMine));
+}
+exports.encode = encode;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
- } }, { key: "outputHasPubkey", value: function outputHasPubkey(
- outputIndex, pubkey) {
- var output = utils_1.checkForOutput(this.data.outputs, outputIndex);
- return pubkeyInOutput(pubkey, output, outputIndex, this.__CACHE);
- } }, { key: "outputHasHDKey", value: function outputHasHDKey(
- outputIndex, root) {
- var output = utils_1.checkForOutput(this.data.outputs, outputIndex);
- var derivationIsMine = bip32DerivationIsMine(root);
- return (
- !!output.bip32Derivation && output.bip32Derivation.some(derivationIsMine));
+/***/ }),
+/* 478 */
+/*!*************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip174/src/lib/converter/input/finalScriptSig.js ***!
+ \*************************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- } }, { key: "validateSignaturesOfAllInputs", value: function validateSignaturesOfAllInputs()
- {var _this4 = this;
- utils_1.checkForInput(this.data.inputs, 0); // making sure we have at least one
- var results = range(this.data.inputs.length).map(function (idx) {return (
- _this4.validateSignaturesOfInput(idx));});
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+Object.defineProperty(exports, '__esModule', { value: true });
+var typeFields_1 = __webpack_require__(/*! ../../typeFields */ 475);
+function decode(keyVal) {
+ if (keyVal.key[0] !== typeFields_1.InputTypes.FINAL_SCRIPTSIG) {
+ throw new Error(
+ 'Decode Error: could not decode finalScriptSig with key 0x' +
+ keyVal.key.toString('hex'));
- return results.reduce(function (final, res) {return res === true && final;}, true);
- } }, { key: "validateSignaturesOfInput", value: function validateSignaturesOfInput(
- inputIndex, pubkey) {
- var input = this.data.inputs[inputIndex];
- var partialSig = (input || {}).partialSig;
- if (!input || !partialSig || partialSig.length < 1)
- throw new Error('No signatures to validate');
- var mySigs = pubkey ?
- partialSig.filter(function (sig) {return sig.pubkey.equals(pubkey);}) :
- partialSig;
- if (mySigs.length < 1) throw new Error('No signatures for this pubkey');
- var results = [];
- var hashCache;
- var scriptCache;
- var sighashCache;var _iterator = _createForOfIteratorHelper(
- mySigs),_step;try {for (_iterator.s(); !(_step = _iterator.n()).done;) {var pSig = _step.value;
- var sig = bscript.signature.decode(pSig.signature);var _ref =
+ }
+ return keyVal.value;
+}
+exports.decode = decode;
+function encode(data) {
+ var key = Buffer.from([typeFields_1.InputTypes.FINAL_SCRIPTSIG]);
+ return {
+ key: key,
+ value: data };
- sighashCache !== sig.hashType ?
- getHashForSig(
- inputIndex,
- Object.assign({}, input, { sighashType: sig.hashType }),
- this.__CACHE,
- true) :
+}
+exports.encode = encode;
+exports.expected = 'Buffer';
+function check(data) {
+ return Buffer.isBuffer(data);
+}
+exports.check = check;
+function canAdd(currentData, newData) {
+ return !!currentData && !!newData && currentData.finalScriptSig === undefined;
+}
+exports.canAdd = canAdd;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
- { hash: hashCache, script: scriptCache },hash = _ref.hash,script = _ref.script;
- sighashCache = sig.hashType;
- hashCache = hash;
- scriptCache = script;
- checkScriptForPubkey(pSig.pubkey, script, 'verify');
- var keypair = ecpair_1.fromPublicKey(pSig.pubkey);
- results.push(keypair.verify(hash, sig.signature));
- }} catch (err) {_iterator.e(err);} finally {_iterator.f();}
- return results.every(function (res) {return res === true;});
- } }, { key: "signAllInputsHD", value: function signAllInputsHD(
+/***/ }),
+/* 479 */
+/*!*****************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip174/src/lib/converter/input/finalScriptWitness.js ***!
+ \*****************************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- hdKeyPair)
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+Object.defineProperty(exports, '__esModule', { value: true });
+var typeFields_1 = __webpack_require__(/*! ../../typeFields */ 475);
+function decode(keyVal) {
+ if (keyVal.key[0] !== typeFields_1.InputTypes.FINAL_SCRIPTWITNESS) {
+ throw new Error(
+ 'Decode Error: could not decode finalScriptWitness with key 0x' +
+ keyVal.key.toString('hex'));
- {var sighashTypes = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [transaction_1.Transaction.SIGHASH_ALL];
- if (!hdKeyPair || !hdKeyPair.publicKey || !hdKeyPair.fingerprint) {
- throw new Error('Need HDSigner to sign input');
- }
- var results = [];var _iterator2 = _createForOfIteratorHelper(
- range(this.data.inputs.length)),_step2;try {for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {var i = _step2.value;
- try {
- this.signInputHD(i, hdKeyPair, sighashTypes);
- results.push(true);
- } catch (err) {
- results.push(false);
- }
- }} catch (err) {_iterator2.e(err);} finally {_iterator2.f();}
- if (results.every(function (v) {return v === false;})) {
- throw new Error('No inputs were signed');
- }
- return this;
- } }, { key: "signAllInputsHDAsync", value: function signAllInputsHDAsync(
+ }
+ return keyVal.value;
+}
+exports.decode = decode;
+function encode(data) {
+ var key = Buffer.from([typeFields_1.InputTypes.FINAL_SCRIPTWITNESS]);
+ return {
+ key: key,
+ value: data };
- hdKeyPair)
+}
+exports.encode = encode;
+exports.expected = 'Buffer';
+function check(data) {
+ return Buffer.isBuffer(data);
+}
+exports.check = check;
+function canAdd(currentData, newData) {
+ return (
+ !!currentData && !!newData && currentData.finalScriptWitness === undefined);
- {var _this5 = this;var sighashTypes = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [transaction_1.Transaction.SIGHASH_ALL];
- return new Promise(function (resolve, reject) {
- if (!hdKeyPair || !hdKeyPair.publicKey || !hdKeyPair.fingerprint) {
- return reject(new Error('Need HDSigner to sign input'));
- }
- var results = [];
- var promises = [];var _iterator3 = _createForOfIteratorHelper(
- range(_this5.data.inputs.length)),_step3;try {for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {var i = _step3.value;
- promises.push(
- _this5.signInputHDAsync(i, hdKeyPair, sighashTypes).then(
- function () {
- results.push(true);
- },
- function () {
- results.push(false);
- }));
+}
+exports.canAdd = canAdd;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
+/***/ }),
+/* 480 */
+/*!*************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip174/src/lib/converter/input/nonWitnessUtxo.js ***!
+ \*************************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- }} catch (err) {_iterator3.e(err);} finally {_iterator3.f();}
- return Promise.all(promises).then(function () {
- if (results.every(function (v) {return v === false;})) {
- return reject(new Error('No inputs were signed'));
- }
- resolve();
- });
- });
- } }, { key: "signInputHD", value: function signInputHD(
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+Object.defineProperty(exports, '__esModule', { value: true });
+var typeFields_1 = __webpack_require__(/*! ../../typeFields */ 475);
+function decode(keyVal) {
+ if (keyVal.key[0] !== typeFields_1.InputTypes.NON_WITNESS_UTXO) {
+ throw new Error(
+ 'Decode Error: could not decode nonWitnessUtxo with key 0x' +
+ keyVal.key.toString('hex'));
- inputIndex,
- hdKeyPair)
+ }
+ return keyVal.value;
+}
+exports.decode = decode;
+function encode(data) {
+ return {
+ key: Buffer.from([typeFields_1.InputTypes.NON_WITNESS_UTXO]),
+ value: data };
- {var _this6 = this;var sighashTypes = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : [transaction_1.Transaction.SIGHASH_ALL];
- if (!hdKeyPair || !hdKeyPair.publicKey || !hdKeyPair.fingerprint) {
- throw new Error('Need HDSigner to sign input');
- }
- var signers = getSignersFromHD(inputIndex, this.data.inputs, hdKeyPair);
- signers.forEach(function (signer) {return _this6.signInput(inputIndex, signer, sighashTypes);});
- return this;
- } }, { key: "signInputHDAsync", value: function signInputHDAsync(
+}
+exports.encode = encode;
+exports.expected = 'Buffer';
+function check(data) {
+ return Buffer.isBuffer(data);
+}
+exports.check = check;
+function canAdd(currentData, newData) {
+ return !!currentData && !!newData && currentData.nonWitnessUtxo === undefined;
+}
+exports.canAdd = canAdd;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
- inputIndex,
- hdKeyPair)
+/***/ }),
+/* 481 */
+/*!*********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip174/src/lib/converter/input/partialSig.js ***!
+ \*********************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- {var _this7 = this;var sighashTypes = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : [transaction_1.Transaction.SIGHASH_ALL];
- return new Promise(function (resolve, reject) {
- if (!hdKeyPair || !hdKeyPair.publicKey || !hdKeyPair.fingerprint) {
- return reject(new Error('Need HDSigner to sign input'));
- }
- var signers = getSignersFromHD(inputIndex, _this7.data.inputs, hdKeyPair);
- var promises = signers.map(function (signer) {return (
- _this7.signInputAsync(inputIndex, signer, sighashTypes));});
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+Object.defineProperty(exports, '__esModule', { value: true });
+var typeFields_1 = __webpack_require__(/*! ../../typeFields */ 475);
+function decode(keyVal) {
+ if (keyVal.key[0] !== typeFields_1.InputTypes.PARTIAL_SIG) {
+ throw new Error(
+ 'Decode Error: could not decode partialSig with key 0x' +
+ keyVal.key.toString('hex'));
- return Promise.all(promises).
- then(function () {
- resolve();
- }).
- catch(reject);
- });
- } }, { key: "signAllInputs", value: function signAllInputs(
+ }
+ if (
+ !(keyVal.key.length === 34 || keyVal.key.length === 66) ||
+ ![2, 3, 4].includes(keyVal.key[1]))
+ {
+ throw new Error(
+ 'Decode Error: partialSig has invalid pubkey in key 0x' +
+ keyVal.key.toString('hex'));
- keyPair)
+ }
+ var pubkey = keyVal.key.slice(1);
+ return {
+ pubkey: pubkey,
+ signature: keyVal.value };
- {var sighashTypes = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [transaction_1.Transaction.SIGHASH_ALL];
- if (!keyPair || !keyPair.publicKey)
- throw new Error('Need Signer to sign input');
- // TODO: Add a pubkey/pubkeyhash cache to each input
- // as input information is added, then eventually
- // optimize this method.
- var results = [];var _iterator4 = _createForOfIteratorHelper(
- range(this.data.inputs.length)),_step4;try {for (_iterator4.s(); !(_step4 = _iterator4.n()).done;) {var i = _step4.value;
- try {
- this.signInput(i, keyPair, sighashTypes);
- results.push(true);
- } catch (err) {
- results.push(false);
- }
- }} catch (err) {_iterator4.e(err);} finally {_iterator4.f();}
- if (results.every(function (v) {return v === false;})) {
- throw new Error('No inputs were signed');
- }
- return this;
- } }, { key: "signAllInputsAsync", value: function signAllInputsAsync(
+}
+exports.decode = decode;
+function encode(pSig) {
+ var head = Buffer.from([typeFields_1.InputTypes.PARTIAL_SIG]);
+ return {
+ key: Buffer.concat([head, pSig.pubkey]),
+ value: pSig.signature };
- keyPair)
+}
+exports.encode = encode;
+exports.expected = '{ pubkey: Buffer; signature: Buffer; }';
+function check(data) {
+ return (
+ Buffer.isBuffer(data.pubkey) &&
+ Buffer.isBuffer(data.signature) &&
+ [33, 65].includes(data.pubkey.length) &&
+ [2, 3, 4].includes(data.pubkey[0]) &&
+ isDerSigWithSighash(data.signature));
- {var _this8 = this;var sighashTypes = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [transaction_1.Transaction.SIGHASH_ALL];
- return new Promise(function (resolve, reject) {
- if (!keyPair || !keyPair.publicKey)
- return reject(new Error('Need Signer to sign input'));
- // TODO: Add a pubkey/pubkeyhash cache to each input
- // as input information is added, then eventually
- // optimize this method.
- var results = [];
- var promises = [];var _iterator5 = _createForOfIteratorHelper(
- _this8.data.inputs.entries()),_step5;try {for (_iterator5.s(); !(_step5 = _iterator5.n()).done;) {var _step5$value = _slicedToArray(_step5.value, 1),i = _step5$value[0];
- promises.push(
- _this8.signInputAsync(i, keyPair, sighashTypes).then(
- function () {
- results.push(true);
- },
- function () {
- results.push(false);
- }));
-
-
- }} catch (err) {_iterator5.e(err);} finally {_iterator5.f();}
- return Promise.all(promises).then(function () {
- if (results.every(function (v) {return v === false;})) {
- return reject(new Error('No inputs were signed'));
- }
- resolve();
- });
- });
- } }, { key: "signInput", value: function signInput(
-
- inputIndex,
- keyPair)
-
- {var sighashTypes = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : [transaction_1.Transaction.SIGHASH_ALL];
- if (!keyPair || !keyPair.publicKey)
- throw new Error('Need Signer to sign input');var _getHashAndSighashTyp =
- getHashAndSighashType(
- this.data.inputs,
- inputIndex,
- keyPair.publicKey,
- this.__CACHE,
- sighashTypes),hash = _getHashAndSighashTyp.hash,sighashType = _getHashAndSighashTyp.sighashType;
-
- var partialSig = [
- {
- pubkey: keyPair.publicKey,
- signature: bscript.signature.encode(keyPair.sign(hash), sighashType) }];
-
-
- this.data.updateInput(inputIndex, { partialSig: partialSig });
- return this;
- } }, { key: "signInputAsync", value: function signInputAsync(
-
- inputIndex,
- keyPair)
-
- {var _this9 = this;var sighashTypes = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : [transaction_1.Transaction.SIGHASH_ALL];
- return Promise.resolve().then(function () {
- if (!keyPair || !keyPair.publicKey)
- throw new Error('Need Signer to sign input');var _getHashAndSighashTyp2 =
- getHashAndSighashType(
- _this9.data.inputs,
- inputIndex,
- keyPair.publicKey,
- _this9.__CACHE,
- sighashTypes),hash = _getHashAndSighashTyp2.hash,sighashType = _getHashAndSighashTyp2.sighashType;
-
- return Promise.resolve(keyPair.sign(hash)).then(function (signature) {
- var partialSig = [
- {
- pubkey: keyPair.publicKey,
- signature: bscript.signature.encode(signature, sighashType) }];
-
-
- _this9.data.updateInput(inputIndex, { partialSig: partialSig });
- });
- });
- } }, { key: "toBuffer", value: function toBuffer()
- {
- checkCache(this.__CACHE);
- return this.data.toBuffer();
- } }, { key: "toHex", value: function toHex()
- {
- checkCache(this.__CACHE);
- return this.data.toHex();
- } }, { key: "toBase64", value: function toBase64()
- {
- checkCache(this.__CACHE);
- return this.data.toBase64();
- } }, { key: "updateGlobal", value: function updateGlobal(
- updateData) {
- this.data.updateGlobal(updateData);
- return this;
- } }, { key: "updateInput", value: function updateInput(
- inputIndex, updateData) {
- if (updateData.witnessScript) checkInvalidP2WSH(updateData.witnessScript);
- this.data.updateInput(inputIndex, updateData);
- if (updateData.nonWitnessUtxo) {
- addNonWitnessTxCache(
- this.__CACHE,
- this.data.inputs[inputIndex],
- inputIndex);
-
- }
- return this;
- } }, { key: "updateOutput", value: function updateOutput(
- outputIndex, updateData) {
- this.data.updateOutput(outputIndex, updateData);
- return this;
- } }, { key: "addUnknownKeyValToGlobal", value: function addUnknownKeyValToGlobal(
- keyVal) {
- this.data.addUnknownKeyValToGlobal(keyVal);
- return this;
- } }, { key: "addUnknownKeyValToInput", value: function addUnknownKeyValToInput(
- inputIndex, keyVal) {
- this.data.addUnknownKeyValToInput(inputIndex, keyVal);
- return this;
- } }, { key: "addUnknownKeyValToOutput", value: function addUnknownKeyValToOutput(
- outputIndex, keyVal) {
- this.data.addUnknownKeyValToOutput(outputIndex, keyVal);
- return this;
- } }, { key: "clearFinalizedInput", value: function clearFinalizedInput(
- inputIndex) {
- this.data.clearFinalizedInput(inputIndex);
- return this;
- } }, { key: "inputCount", get: function get() {return this.data.inputs.length;} }, { key: "version", get: function get() {return this.__CACHE.__TX.version;}, set: function set(version) {this.setVersion(version);} }, { key: "locktime", get: function get() {return this.__CACHE.__TX.locktime;}, set: function set(locktime) {this.setLocktime(locktime);} }, { key: "txInputs", get: function get() {return this.__CACHE.__TX.ins.map(function (input) {return { hash: bufferutils_1.cloneBuffer(input.hash), index: input.index, sequence: input.sequence };});} }, { key: "txOutputs", get: function get() {var _this10 = this;return this.__CACHE.__TX.outs.map(function (output) {var address;try {address = address_1.fromOutputScript(output.script, _this10.opts.network);} catch (_) {}return { script: bufferutils_1.cloneBuffer(output.script), value: output.value, address: address };});} }], [{ key: "fromBase64", value: function fromBase64(data) {var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};var buffer = Buffer.from(data, 'base64');return this.fromBuffer(buffer, opts);} }, { key: "fromHex", value: function fromHex(data) {var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};var buffer = Buffer.from(data, 'hex');return this.fromBuffer(buffer, opts);} }, { key: "fromBuffer", value: function fromBuffer(buffer) {var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};var psbtBase = bip174_1.Psbt.fromBuffer(buffer, transactionFromBuffer);var psbt = new Psbt(opts, psbtBase);checkTxForDupeIns(psbt.__CACHE.__TX, psbt.__CACHE);return psbt;} }]);return Psbt;}();
-
-exports.Psbt = Psbt;
-/**
- * This function is needed to pass to the bip174 base class's fromBuffer.
- * It takes the "transaction buffer" portion of the psbt buffer and returns a
- * Transaction (From the bip174 library) interface.
- */
-var transactionFromBuffer = function transactionFromBuffer(buffer) {return new PsbtTransaction(buffer);};
-/**
- * This class implements the Transaction interface from bip174 library.
- * It contains a bitcoinjs-lib Transaction object.
- */var
-PsbtTransaction = /*#__PURE__*/function () {
- function PsbtTransaction() {var buffer = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : Buffer.from([2, 0, 0, 0, 0, 0, 0, 0, 0, 0]);_classCallCheck(this, PsbtTransaction);
- this.tx = transaction_1.Transaction.fromBuffer(buffer);
- checkTxEmpty(this.tx);
- Object.defineProperty(this, 'tx', {
- enumerable: false,
- writable: true });
-
- }_createClass(PsbtTransaction, [{ key: "getInputOutputCounts", value: function getInputOutputCounts()
- {
- return {
- inputCount: this.tx.ins.length,
- outputCount: this.tx.outs.length };
+}
+exports.check = check;
+function isDerSigWithSighash(buf) {
+ if (!Buffer.isBuffer(buf) || buf.length < 9) return false;
+ if (buf[0] !== 0x30) return false;
+ if (buf.length !== buf[1] + 3) return false;
+ if (buf[2] !== 0x02) return false;
+ var rLen = buf[3];
+ if (rLen > 33 || rLen < 1) return false;
+ if (buf[3 + rLen + 1] !== 0x02) return false;
+ var sLen = buf[3 + rLen + 2];
+ if (sLen > 33 || sLen < 1) return false;
+ if (buf.length !== 3 + rLen + 2 + sLen + 2) return false;
+ return true;
+}
+function canAddToArray(array, item, dupeSet) {
+ var dupeString = item.pubkey.toString('hex');
+ if (dupeSet.has(dupeString)) return false;
+ dupeSet.add(dupeString);
+ return array.filter(function (v) {return v.pubkey.equals(item.pubkey);}).length === 0;
+}
+exports.canAddToArray = canAddToArray;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
- } }, { key: "addInput", value: function addInput(
- input) {
- if (
- input.hash === undefined ||
- input.index === undefined ||
- !Buffer.isBuffer(input.hash) && typeof input.hash !== 'string' ||
- typeof input.index !== 'number')
- {
- throw new Error('Error adding input.');
- }
- var hash =
- typeof input.hash === 'string' ?
- bufferutils_1.reverseBuffer(Buffer.from(input.hash, 'hex')) :
- input.hash;
- this.tx.addInput(hash, input.index, input.sequence);
- } }, { key: "addOutput", value: function addOutput(
- output) {
- if (
- output.script === undefined ||
- output.value === undefined ||
- !Buffer.isBuffer(output.script) ||
- typeof output.value !== 'number')
- {
- throw new Error('Error adding output.');
- }
- this.tx.addOutput(output.script, output.value);
- } }, { key: "toBuffer", value: function toBuffer()
- {
- return this.tx.toBuffer();
- } }]);return PsbtTransaction;}();
+/***/ }),
+/* 482 */
+/*!************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip174/src/lib/converter/input/porCommitment.js ***!
+ \************************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
-function canFinalize(input, script, scriptType) {
- switch (scriptType) {
- case 'pubkey':
- case 'pubkeyhash':
- case 'witnesspubkeyhash':
- return hasSigs(1, input.partialSig);
- case 'multisig':
- var p2ms = payments.p2ms({ output: script });
- return hasSigs(p2ms.m, input.partialSig, p2ms.pubkeys);
- default:
- return false;}
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+Object.defineProperty(exports, '__esModule', { value: true });
+var typeFields_1 = __webpack_require__(/*! ../../typeFields */ 475);
+function decode(keyVal) {
+ if (keyVal.key[0] !== typeFields_1.InputTypes.POR_COMMITMENT) {
+ throw new Error(
+ 'Decode Error: could not decode porCommitment with key 0x' +
+ keyVal.key.toString('hex'));
-}
-function checkCache(cache) {
- if (cache.__UNSAFE_SIGN_NONSEGWIT !== false) {
- throw new Error('Not BIP174 compliant, can not export');
- }
-}
-function hasSigs(neededSigs, partialSig, pubkeys) {
- if (!partialSig) return false;
- var sigs;
- if (pubkeys) {
- sigs = pubkeys.
- map(function (pkey) {
- var pubkey = ecpair_1.fromPublicKey(pkey, { compressed: true }).
- publicKey;
- return partialSig.find(function (pSig) {return pSig.pubkey.equals(pubkey);});
- }).
- filter(function (v) {return !!v;});
- } else {
- sigs = partialSig;
}
- if (sigs.length > neededSigs) throw new Error('Too many signatures');
- return sigs.length === neededSigs;
-}
-function isFinalized(input) {
- return !!input.finalScriptSig || !!input.finalScriptWitness;
+ return keyVal.value.toString('utf8');
}
-function isPaymentFactory(payment) {
- return function (script) {
- try {
- payment({ output: script });
- return true;
- } catch (err) {
- return false;
- }
- };
+exports.decode = decode;
+function encode(data) {
+ var key = Buffer.from([typeFields_1.InputTypes.POR_COMMITMENT]);
+ return {
+ key: key,
+ value: Buffer.from(data, 'utf8') };
+
}
-var isP2MS = isPaymentFactory(payments.p2ms);
-var isP2PK = isPaymentFactory(payments.p2pk);
-var isP2PKH = isPaymentFactory(payments.p2pkh);
-var isP2WPKH = isPaymentFactory(payments.p2wpkh);
-var isP2WSHScript = isPaymentFactory(payments.p2wsh);
-var isP2SHScript = isPaymentFactory(payments.p2sh);
-function bip32DerivationIsMine(root) {
- return function (d) {
- if (!d.masterFingerprint.equals(root.fingerprint)) return false;
- if (!root.derivePath(d.path).publicKey.equals(d.pubkey)) return false;
- return true;
- };
+exports.encode = encode;
+exports.expected = 'string';
+function check(data) {
+ return typeof data === 'string';
}
-function check32Bit(num) {
- if (
- typeof num !== 'number' ||
- num !== Math.floor(num) ||
- num > 0xffffffff ||
- num < 0)
- {
- throw new Error('Invalid 32 bit integer');
- }
+exports.check = check;
+function canAdd(currentData, newData) {
+ return !!currentData && !!newData && currentData.porCommitment === undefined;
}
-function checkFees(psbt, cache, opts) {
- var feeRate = cache.__FEE_RATE || psbt.getFeeRate();
- var vsize = cache.__EXTRACTED_TX.virtualSize();
- var satoshis = feeRate * vsize;
- if (feeRate >= opts.maximumFeeRate) {
- throw new Error(
- "Warning: You are paying around ".concat((satoshis / 1e8).toFixed(8), " in ") + "fees, which is ".concat(
- feeRate, " satoshi per byte for a transaction ") + "with a VSize of ".concat(
- vsize, " bytes (segwit counted as 0.25 byte per ") + "byte). Use setMaximumFeeRate method to raise your threshold, or " + "pass true to the first arg of extractTransaction.");
+exports.canAdd = canAdd;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
+/***/ }),
+/* 483 */
+/*!**********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip174/src/lib/converter/input/sighashType.js ***!
+ \**********************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+Object.defineProperty(exports, '__esModule', { value: true });
+var typeFields_1 = __webpack_require__(/*! ../../typeFields */ 475);
+function decode(keyVal) {
+ if (keyVal.key[0] !== typeFields_1.InputTypes.SIGHASH_TYPE) {
+ throw new Error(
+ 'Decode Error: could not decode sighashType with key 0x' +
+ keyVal.key.toString('hex'));
}
+ return keyVal.value.readUInt32LE(0);
}
-function checkInputsForPartialSig(inputs, action) {
- inputs.forEach(function (input) {
- var throws = false;
- var pSigs = [];
- if ((input.partialSig || []).length === 0) {
- if (!input.finalScriptSig && !input.finalScriptWitness) return;
- pSigs = getPsigsFromInputFinalScripts(input);
- } else {
- pSigs = input.partialSig;
- }
- pSigs.forEach(function (pSig) {var _bscript$signature$de =
- bscript.signature.decode(pSig.signature),hashType = _bscript$signature$de.hashType;
- var whitelist = [];
- var isAnyoneCanPay =
- hashType & transaction_1.Transaction.SIGHASH_ANYONECANPAY;
- if (isAnyoneCanPay) whitelist.push('addInput');
- var hashMod = hashType & 0x1f;
- switch (hashMod) {
- case transaction_1.Transaction.SIGHASH_ALL:
- break;
- case transaction_1.Transaction.SIGHASH_SINGLE:
- case transaction_1.Transaction.SIGHASH_NONE:
- whitelist.push('addOutput');
- whitelist.push('setInputSequence');
- break;}
+exports.decode = decode;
+function encode(data) {
+ var key = Buffer.from([typeFields_1.InputTypes.SIGHASH_TYPE]);
+ var value = Buffer.allocUnsafe(4);
+ value.writeUInt32LE(data, 0);
+ return {
+ key: key,
+ value: value };
- if (whitelist.indexOf(action) === -1) {
- throws = true;
- }
- });
- if (throws) {
- throw new Error('Can not modify transaction, signatures exist.');
- }
- });
}
-function checkPartialSigSighashes(input) {
- if (!input.sighashType || !input.partialSig) return;var
- partialSig = input.partialSig,sighashType = input.sighashType;
- partialSig.forEach(function (pSig) {var _bscript$signature$de2 =
- bscript.signature.decode(pSig.signature),hashType = _bscript$signature$de2.hashType;
- if (sighashType !== hashType) {
- throw new Error('Signature sighash does not match input sighash type');
- }
- });
+exports.encode = encode;
+exports.expected = 'number';
+function check(data) {
+ return typeof data === 'number';
}
-function checkScriptForPubkey(pubkey, script, action) {
- if (!pubkeyInScript(pubkey, script)) {
- throw new Error("Can not ".concat(
- action, " for this input with the key ").concat(pubkey.toString('hex')));
+exports.check = check;
+function canAdd(currentData, newData) {
+ return !!currentData && !!newData && currentData.sighashType === undefined;
+}
+exports.canAdd = canAdd;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
+
+/***/ }),
+/* 484 */
+/*!**********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip174/src/lib/converter/input/witnessUtxo.js ***!
+ \**********************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+Object.defineProperty(exports, '__esModule', { value: true });
+var typeFields_1 = __webpack_require__(/*! ../../typeFields */ 475);
+var tools_1 = __webpack_require__(/*! ../tools */ 485);
+var varuint = __webpack_require__(/*! ../varint */ 486);
+function decode(keyVal) {
+ if (keyVal.key[0] !== typeFields_1.InputTypes.WITNESS_UTXO) {
+ throw new Error(
+ 'Decode Error: could not decode witnessUtxo with key 0x' +
+ keyVal.key.toString('hex'));
}
+ var value = tools_1.readUInt64LE(keyVal.value, 0);
+ var _offset = 8;
+ var scriptLen = varuint.decode(keyVal.value, _offset);
+ _offset += varuint.encodingLength(scriptLen);
+ var script = keyVal.value.slice(_offset);
+ if (script.length !== scriptLen) {
+ throw new Error('Decode Error: WITNESS_UTXO script is not proper length');
+ }
+ return {
+ script: script,
+ value: value };
+
}
-function checkTxEmpty(tx) {
- var isEmpty = tx.ins.every(
- function (input) {return (
- input.script &&
- input.script.length === 0 &&
- input.witness &&
- input.witness.length === 0);});
+exports.decode = decode;
+function encode(data) {var
+ script = data.script,value = data.value;
+ var varintLen = varuint.encodingLength(script.length);
+ var result = Buffer.allocUnsafe(8 + varintLen + script.length);
+ tools_1.writeUInt64LE(result, value, 0);
+ varuint.encode(script.length, result, 8);
+ script.copy(result, 8 + varintLen);
+ return {
+ key: Buffer.from([typeFields_1.InputTypes.WITNESS_UTXO]),
+ value: result };
- if (!isEmpty) {
- throw new Error('Format Error: Transaction ScriptSigs are not empty');
- }
}
-function checkTxForDupeIns(tx, cache) {
- tx.ins.forEach(function (input) {
- checkTxInputCache(cache, input);
- });
+exports.encode = encode;
+exports.expected = '{ script: Buffer; value: number; }';
+function check(data) {
+ return Buffer.isBuffer(data.script) && typeof data.value === 'number';
}
-function checkTxInputCache(cache, input) {
- var key =
- bufferutils_1.reverseBuffer(Buffer.from(input.hash)).toString('hex') +
- ':' +
- input.index;
- if (cache.__TX_IN_CACHE[key]) throw new Error('Duplicate input detected.');
- cache.__TX_IN_CACHE[key] = 1;
+exports.check = check;
+function canAdd(currentData, newData) {
+ return !!currentData && !!newData && currentData.witnessUtxo === undefined;
}
-function scriptCheckerFactory(payment, paymentScriptName) {
- return function (inputIndex, scriptPubKey, redeemScript, ioType) {
- var redeemScriptOutput = payment({
- redeem: { output: redeemScript } }).
- output;
- if (!scriptPubKey.equals(redeemScriptOutput)) {
- throw new Error("".concat(
- paymentScriptName, " for ").concat(ioType, " #").concat(inputIndex, " doesn't match the scriptPubKey in the prevout"));
+exports.canAdd = canAdd;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
- }
- };
-}
-var checkRedeemScript = scriptCheckerFactory(payments.p2sh, 'Redeem script');
-var checkWitnessScript = scriptCheckerFactory(
-payments.p2wsh,
-'Witness script');
+/***/ }),
+/* 485 */
+/*!**********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip174/src/lib/converter/tools.js ***!
+ \**********************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
-function getTxCacheValue(key, name, inputs, c) {
- if (!inputs.every(isFinalized))
- throw new Error("PSBT must be finalized to calculate ".concat(name));
- if (key === '__FEE_RATE' && c.__FEE_RATE) return c.__FEE_RATE;
- if (key === '__FEE' && c.__FEE) return c.__FEE;
- var tx;
- var mustFinalize = true;
- if (c.__EXTRACTED_TX) {
- tx = c.__EXTRACTED_TX;
- mustFinalize = false;
- } else {
- tx = c.__TX.clone();
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {function _toConsumableArray(arr) {return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();}function _nonIterableSpread() {throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}function _unsupportedIterableToArray(o, minLen) {if (!o) return;if (typeof o === "string") return _arrayLikeToArray(o, minLen);var n = Object.prototype.toString.call(o).slice(8, -1);if (n === "Object" && o.constructor) n = o.constructor.name;if (n === "Map" || n === "Set") return Array.from(o);if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);}function _iterableToArray(iter) {if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);}function _arrayWithoutHoles(arr) {if (Array.isArray(arr)) return _arrayLikeToArray(arr);}function _arrayLikeToArray(arr, len) {if (len == null || len > arr.length) len = arr.length;for (var i = 0, arr2 = new Array(len); i < len; i++) {arr2[i] = arr[i];}return arr2;}
+Object.defineProperty(exports, '__esModule', { value: true });
+var varuint = __webpack_require__(/*! ./varint */ 486);
+exports.range = function (n) {return _toConsumableArray(Array(n).keys());};
+function reverseBuffer(buffer) {
+ if (buffer.length < 1) return buffer;
+ var j = buffer.length - 1;
+ var tmp = 0;
+ for (var i = 0; i < buffer.length / 2; i++) {
+ tmp = buffer[i];
+ buffer[i] = buffer[j];
+ buffer[j] = tmp;
+ j--;
}
- inputFinalizeGetAmts(inputs, tx, c, mustFinalize);
- if (key === '__FEE_RATE') return c.__FEE_RATE;else
- if (key === '__FEE') return c.__FEE;
+ return buffer;
}
-function getFinalScripts(inputIndex, input, script, isSegwit, isP2SH, isP2WSH) {
- var scriptType = classifyScript(script);
- if (!canFinalize(input, script, scriptType))
- throw new Error("Can not finalize input #".concat(inputIndex));
- return prepareFinalScripts(
- script,
- scriptType,
- input.partialSig,
- isSegwit,
- isP2SH,
- isP2WSH);
-
+exports.reverseBuffer = reverseBuffer;
+function keyValsToBuffer(keyVals) {
+ var buffers = keyVals.map(keyValToBuffer);
+ buffers.push(Buffer.from([0]));
+ return Buffer.concat(buffers);
}
-function prepareFinalScripts(
-script,
-scriptType,
-partialSig,
-isSegwit,
-isP2SH,
-isP2WSH)
-{
- var finalScriptSig;
- var finalScriptWitness;
- // Wow, the payments API is very handy
- var payment = getPayment(script, scriptType, partialSig);
- var p2wsh = !isP2WSH ? null : payments.p2wsh({ redeem: payment });
- var p2sh = !isP2SH ? null : payments.p2sh({ redeem: p2wsh || payment });
- if (isSegwit) {
- if (p2wsh) {
- finalScriptWitness = witnessStackToScriptWitness(p2wsh.witness);
- } else {
- finalScriptWitness = witnessStackToScriptWitness(payment.witness);
- }
- if (p2sh) {
- finalScriptSig = p2sh.input;
- }
- } else {
- if (p2sh) {
- finalScriptSig = p2sh.input;
- } else {
- finalScriptSig = payment.input;
- }
- }
- return {
- finalScriptSig: finalScriptSig,
- finalScriptWitness: finalScriptWitness };
+exports.keyValsToBuffer = keyValsToBuffer;
+function keyValToBuffer(keyVal) {
+ var keyLen = keyVal.key.length;
+ var valLen = keyVal.value.length;
+ var keyVarIntLen = varuint.encodingLength(keyLen);
+ var valVarIntLen = varuint.encodingLength(valLen);
+ var buffer = Buffer.allocUnsafe(
+ keyVarIntLen + keyLen + valVarIntLen + valLen);
+ varuint.encode(keyLen, buffer, 0);
+ keyVal.key.copy(buffer, keyVarIntLen);
+ varuint.encode(valLen, buffer, keyVarIntLen + keyLen);
+ keyVal.value.copy(buffer, keyVarIntLen + keyLen + valVarIntLen);
+ return buffer;
}
-function getHashAndSighashType(
-inputs,
-inputIndex,
-pubkey,
-cache,
-sighashTypes)
-{
- var input = utils_1.checkForInput(inputs, inputIndex);var _getHashForSig =
- getHashForSig(
- inputIndex,
- input,
- cache,
- false,
- sighashTypes),hash = _getHashForSig.hash,sighashType = _getHashForSig.sighashType,script = _getHashForSig.script;
+exports.keyValToBuffer = keyValToBuffer;
+// https://github.com/feross/buffer/blob/master/index.js#L1127
+function verifuint(value, max) {
+ if (typeof value !== 'number')
+ throw new Error('cannot write a non-number as a number');
+ if (value < 0)
+ throw new Error('specified a negative value for writing an unsigned value');
+ if (value > max) throw new Error('RangeError: value out of range');
+ if (Math.floor(value) !== value)
+ throw new Error('value has a fractional component');
+}
+function readUInt64LE(buffer, offset) {
+ var a = buffer.readUInt32LE(offset);
+ var b = buffer.readUInt32LE(offset + 4);
+ b *= 0x100000000;
+ verifuint(b + a, 0x001fffffffffffff);
+ return b + a;
+}
+exports.readUInt64LE = readUInt64LE;
+function writeUInt64LE(buffer, value, offset) {
+ verifuint(value, 0x001fffffffffffff);
+ buffer.writeInt32LE(value & -1, offset);
+ buffer.writeUInt32LE(Math.floor(value / 0x100000000), offset + 4);
+ return offset + 8;
+}
+exports.writeUInt64LE = writeUInt64LE;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
- checkScriptForPubkey(pubkey, script, 'sign');
- return {
- hash: hash,
- sighashType: sighashType };
+/***/ }),
+/* 486 */
+/*!***********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip174/src/lib/converter/varint.js ***!
+ \***********************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+Object.defineProperty(exports, '__esModule', { value: true });
+// Number.MAX_SAFE_INTEGER
+var MAX_SAFE_INTEGER = 9007199254740991;
+function checkUInt53(n) {
+ if (n < 0 || n > MAX_SAFE_INTEGER || n % 1 !== 0)
+ throw new RangeError('value out of range');
}
-function getHashForSig(inputIndex, input, cache, forValidate, sighashTypes) {
- var unsignedTx = cache.__TX;
- var sighashType =
- input.sighashType || transaction_1.Transaction.SIGHASH_ALL;
- if (sighashTypes && sighashTypes.indexOf(sighashType) < 0) {
- var str = sighashTypeToString(sighashType);
- throw new Error(
- "Sighash type is not allowed. Retry the sign method passing the " + "sighashTypes array of whitelisted types. Sighash type: ".concat(
- str));
-
+function encode(_number, buffer, offset) {
+ checkUInt53(_number);
+ if (!buffer) buffer = Buffer.allocUnsafe(encodingLength(_number));
+ if (!Buffer.isBuffer(buffer))
+ throw new TypeError('buffer must be a Buffer instance');
+ if (!offset) offset = 0;
+ // 8 bit
+ if (_number < 0xfd) {
+ buffer.writeUInt8(_number, offset);
+ Object.assign(encode, { bytes: 1 });
+ // 16 bit
+ } else if (_number <= 0xffff) {
+ buffer.writeUInt8(0xfd, offset);
+ buffer.writeUInt16LE(_number, offset + 1);
+ Object.assign(encode, { bytes: 3 });
+ // 32 bit
+ } else if (_number <= 0xffffffff) {
+ buffer.writeUInt8(0xfe, offset);
+ buffer.writeUInt32LE(_number, offset + 1);
+ Object.assign(encode, { bytes: 5 });
+ // 64 bit
+ } else {
+ buffer.writeUInt8(0xff, offset);
+ buffer.writeUInt32LE(_number >>> 0, offset + 1);
+ buffer.writeUInt32LE(_number / 0x100000000 | 0, offset + 5);
+ Object.assign(encode, { bytes: 9 });
}
- var hash;
- var prevout;
- if (input.nonWitnessUtxo) {
- var nonWitnessUtxoTx = nonWitnessUtxoTxFromCache(
- cache,
- input,
- inputIndex);
-
- var prevoutHash = unsignedTx.ins[inputIndex].hash;
- var utxoHash = nonWitnessUtxoTx.getHash();
- // If a non-witness UTXO is provided, its hash must match the hash specified in the prevout
- if (!prevoutHash.equals(utxoHash)) {
- throw new Error("Non-witness UTXO hash for input #".concat(
- inputIndex, " doesn't match the hash specified in the prevout"));
-
- }
- var prevoutIndex = unsignedTx.ins[inputIndex].index;
- prevout = nonWitnessUtxoTx.outs[prevoutIndex];
- } else if (input.witnessUtxo) {
- prevout = input.witnessUtxo;
+ return buffer;
+}
+exports.encode = encode;
+function decode(buffer, offset) {
+ if (!Buffer.isBuffer(buffer))
+ throw new TypeError('buffer must be a Buffer instance');
+ if (!offset) offset = 0;
+ var first = buffer.readUInt8(offset);
+ // 8 bit
+ if (first < 0xfd) {
+ Object.assign(decode, { bytes: 1 });
+ return first;
+ // 16 bit
+ } else if (first === 0xfd) {
+ Object.assign(decode, { bytes: 3 });
+ return buffer.readUInt16LE(offset + 1);
+ // 32 bit
+ } else if (first === 0xfe) {
+ Object.assign(decode, { bytes: 5 });
+ return buffer.readUInt32LE(offset + 1);
+ // 64 bit
} else {
- throw new Error('Need a Utxo input item for signing');
- }var _getMeaningfulScript =
- getMeaningfulScript(
- prevout.script,
- inputIndex,
- 'input',
- input.redeemScript,
- input.witnessScript),meaningfulScript = _getMeaningfulScript.meaningfulScript,type = _getMeaningfulScript.type;
+ Object.assign(decode, { bytes: 9 });
+ var lo = buffer.readUInt32LE(offset + 1);
+ var hi = buffer.readUInt32LE(offset + 5);
+ var _number = hi * 0x0100000000 + lo;
+ checkUInt53(_number);
+ return _number;
+ }
+}
+exports.decode = decode;
+function encodingLength(_number) {
+ checkUInt53(_number);
+ return _number < 0xfd ?
+ 1 :
+ _number <= 0xffff ?
+ 3 :
+ _number <= 0xffffffff ?
+ 5 :
+ 9;
+}
+exports.encodingLength = encodingLength;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
- if (['p2sh-p2wsh', 'p2wsh'].indexOf(type) >= 0) {
- hash = unsignedTx.hashForWitnessV0(
- inputIndex,
- meaningfulScript,
- prevout.value,
- sighashType);
+/***/ }),
+/* 487 */
+/*!***************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip174/src/lib/converter/shared/bip32Derivation.js ***!
+ \***************************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- } else if (isP2WPKH(meaningfulScript)) {
- // P2WPKH uses the P2PKH template for prevoutScript when signing
- var signingScript = payments.p2pkh({ hash: meaningfulScript.slice(2) }).
- output;
- hash = unsignedTx.hashForWitnessV0(
- inputIndex,
- signingScript,
- prevout.value,
- sighashType);
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {function _createForOfIteratorHelper(o, allowArrayLike) {var it;if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) {if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {if (it) o = it;var i = 0;var F = function F() {};return { s: F, n: function n() {if (i >= o.length) return { done: true };return { done: false, value: o[i++] };}, e: function e(_e) {throw _e;}, f: F };}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}var normalCompletion = true,didErr = false,err;return { s: function s() {it = o[Symbol.iterator]();}, n: function n() {var step = it.next();normalCompletion = step.done;return step;}, e: function e(_e2) {didErr = true;err = _e2;}, f: function f() {try {if (!normalCompletion && it.return != null) it.return();} finally {if (didErr) throw err;}} };}function _toConsumableArray(arr) {return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();}function _nonIterableSpread() {throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}function _unsupportedIterableToArray(o, minLen) {if (!o) return;if (typeof o === "string") return _arrayLikeToArray(o, minLen);var n = Object.prototype.toString.call(o).slice(8, -1);if (n === "Object" && o.constructor) n = o.constructor.name;if (n === "Map" || n === "Set") return Array.from(o);if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);}function _iterableToArray(iter) {if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);}function _arrayWithoutHoles(arr) {if (Array.isArray(arr)) return _arrayLikeToArray(arr);}function _arrayLikeToArray(arr, len) {if (len == null || len > arr.length) len = arr.length;for (var i = 0, arr2 = new Array(len); i < len; i++) {arr2[i] = arr[i];}return arr2;}
+Object.defineProperty(exports, '__esModule', { value: true });
+var range = function range(n) {return _toConsumableArray(Array(n).keys());};
+function makeConverter(TYPE_BYTE) {
+ function decode(keyVal) {
+ if (keyVal.key[0] !== TYPE_BYTE) {
+ throw new Error(
+ 'Decode Error: could not decode bip32Derivation with key 0x' +
+ keyVal.key.toString('hex'));
- } else {
- // non-segwit
+ }
if (
- input.nonWitnessUtxo === undefined &&
- cache.__UNSAFE_SIGN_NONSEGWIT === false)
+ !(keyVal.key.length === 34 || keyVal.key.length === 66) ||
+ ![2, 3, 4].includes(keyVal.key[1]))
+ {
+ throw new Error(
+ 'Decode Error: bip32Derivation has invalid pubkey in key 0x' +
+ keyVal.key.toString('hex'));
- throw new Error(
- "Input #".concat(inputIndex, " has witnessUtxo but non-segwit script: ") + "".concat(
- meaningfulScript.toString('hex')));
+ }
+ if (keyVal.value.length / 4 % 1 !== 0) {
+ throw new Error(
+ 'Decode Error: Input BIP32_DERIVATION value length should be multiple of 4');
- if (!forValidate && cache.__UNSAFE_SIGN_NONSEGWIT !== false)
- __f__("warn",
- 'Warning: Signing non-segwit inputs without the full parent transaction ' +
- 'means there is a chance that a miner could feed you incorrect information ' +
- 'to trick you into paying large fees. This behavior is the same as the old ' +
- 'TransactionBuilder class when signing non-segwit scripts. You are not ' +
- 'able to export this Psbt with toBuffer|toBase64|toHex since it is not ' +
- 'BIP174 compliant.\n*********************\nPROCEED WITH CAUTION!\n' +
- '*********************', " at node_modules/bitcoinjs-lib/src/psbt.js:998");
+ }
+ var pubkey = keyVal.key.slice(1);
+ var data = {
+ masterFingerprint: keyVal.value.slice(0, 4),
+ pubkey: pubkey,
+ path: 'm' };var _iterator = _createForOfIteratorHelper(
- hash = unsignedTx.hashForSignature(
- inputIndex,
- meaningfulScript,
- sighashType);
+ range(keyVal.value.length / 4 - 1)),_step;try {for (_iterator.s(); !(_step = _iterator.n()).done;) {var i = _step.value;
+ var val = keyVal.value.readUInt32LE(i * 4 + 4);
+ var isHard = !!(val & 0x80000000);
+ var idx = val & 0x7fffffff;
+ data.path += '/' + idx.toString(10) + (isHard ? "'" : '');
+ }} catch (err) {_iterator.e(err);} finally {_iterator.f();}
+ return data;
+ }
+ function encode(data) {
+ var head = Buffer.from([TYPE_BYTE]);
+ var key = Buffer.concat([head, data.pubkey]);
+ var splitPath = data.path.split('/');
+ var value = Buffer.allocUnsafe(splitPath.length * 4);
+ data.masterFingerprint.copy(value, 0);
+ var offset = 4;
+ splitPath.slice(1).forEach(function (level) {
+ var isHard = level.slice(-1) === "'";
+ var num = 0x7fffffff & parseInt(isHard ? level.slice(0, -1) : level, 10);
+ if (isHard) num += 0x80000000;
+ value.writeUInt32LE(num, offset);
+ offset += 4;
+ });
+ return {
+ key: key,
+ value: value };
+
+ }
+ var expected =
+ '{ masterFingerprint: Buffer; pubkey: Buffer; path: string; }';
+ function check(data) {
+ return (
+ Buffer.isBuffer(data.pubkey) &&
+ Buffer.isBuffer(data.masterFingerprint) &&
+ typeof data.path === 'string' &&
+ [33, 65].includes(data.pubkey.length) &&
+ [2, 3, 4].includes(data.pubkey[0]) &&
+ data.masterFingerprint.length === 4);
}
+ function canAddToArray(array, item, dupeSet) {
+ var dupeString = item.pubkey.toString('hex');
+ if (dupeSet.has(dupeString)) return false;
+ dupeSet.add(dupeString);
+ return array.filter(function (v) {return v.pubkey.equals(item.pubkey);}).length === 0;
+ }
return {
- script: meaningfulScript,
- sighashType: sighashType,
- hash: hash };
+ decode: decode,
+ encode: encode,
+ check: check,
+ expected: expected,
+ canAddToArray: canAddToArray };
}
-function getPayment(script, scriptType, partialSig) {
- var payment;
- switch (scriptType) {
- case 'multisig':
- var sigs = getSortedSigs(script, partialSig);
- payment = payments.p2ms({
- output: script,
- signatures: sigs });
-
- break;
- case 'pubkey':
- payment = payments.p2pk({
- output: script,
- signature: partialSig[0].signature });
+exports.makeConverter = makeConverter;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
- break;
- case 'pubkeyhash':
- payment = payments.p2pkh({
- output: script,
- pubkey: partialSig[0].pubkey,
- signature: partialSig[0].signature });
+/***/ }),
+/* 488 */
+/*!***********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip174/src/lib/converter/shared/checkPubkey.js ***!
+ \***********************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- break;
- case 'witnesspubkeyhash':
- payment = payments.p2wpkh({
- output: script,
- pubkey: partialSig[0].pubkey,
- signature: partialSig[0].signature });
+"use strict";
- break;}
+Object.defineProperty(exports, '__esModule', { value: true });
+function makeChecker(pubkeyTypes) {
+ return checkPubkey;
+ function checkPubkey(keyVal) {
+ var pubkey;
+ if (pubkeyTypes.includes(keyVal.key[0])) {
+ pubkey = keyVal.key.slice(1);
+ if (
+ !(pubkey.length === 33 || pubkey.length === 65) ||
+ ![2, 3, 4].includes(pubkey[0]))
+ {
+ throw new Error(
+ 'Format Error: invalid pubkey in key 0x' + keyVal.key.toString('hex'));
- return payment;
-}
-function getPsigsFromInputFinalScripts(input) {
- var scriptItems = !input.finalScriptSig ?
- [] :
- bscript.decompile(input.finalScriptSig) || [];
- var witnessItems = !input.finalScriptWitness ?
- [] :
- bscript.decompile(input.finalScriptWitness) || [];
- return scriptItems.
- concat(witnessItems).
- filter(function (item) {
- return Buffer.isBuffer(item) && bscript.isCanonicalScriptSignature(item);
- }).
- map(function (sig) {return { signature: sig };});
+ }
+ }
+ return pubkey;
+ }
}
-function getScriptFromInput(inputIndex, input, cache) {
- var unsignedTx = cache.__TX;
- var res = {
- script: null,
- isSegwit: false,
- isP2SH: false,
- isP2WSH: false };
+exports.makeChecker = makeChecker;
- res.isP2SH = !!input.redeemScript;
- res.isP2WSH = !!input.witnessScript;
- if (input.witnessScript) {
- res.script = input.witnessScript;
- } else if (input.redeemScript) {
- res.script = input.redeemScript;
- } else {
- if (input.nonWitnessUtxo) {
- var nonWitnessUtxoTx = nonWitnessUtxoTxFromCache(
- cache,
- input,
- inputIndex);
+/***/ }),
+/* 489 */
+/*!************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip174/src/lib/converter/shared/redeemScript.js ***!
+ \************************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+Object.defineProperty(exports, '__esModule', { value: true });
+function makeConverter(TYPE_BYTE) {
+ function decode(keyVal) {
+ if (keyVal.key[0] !== TYPE_BYTE) {
+ throw new Error(
+ 'Decode Error: could not decode redeemScript with key 0x' +
+ keyVal.key.toString('hex'));
- var prevoutIndex = unsignedTx.ins[inputIndex].index;
- res.script = nonWitnessUtxoTx.outs[prevoutIndex].script;
- } else if (input.witnessUtxo) {
- res.script = input.witnessUtxo.script;
}
+ return keyVal.value;
}
- if (input.witnessScript || isP2WPKH(res.script)) {
- res.isSegwit = true;
+ function encode(data) {
+ var key = Buffer.from([TYPE_BYTE]);
+ return {
+ key: key,
+ value: data };
+
}
- return res;
-}
-function getSignersFromHD(inputIndex, inputs, hdKeyPair) {
- var input = utils_1.checkForInput(inputs, inputIndex);
- if (!input.bip32Derivation || input.bip32Derivation.length === 0) {
- throw new Error('Need bip32Derivation to sign with HD');
+ var expected = 'Buffer';
+ function check(data) {
+ return Buffer.isBuffer(data);
}
- var myDerivations = input.bip32Derivation.
- map(function (bipDv) {
- if (bipDv.masterFingerprint.equals(hdKeyPair.fingerprint)) {
- return bipDv;
- } else {
- return;
+ function canAdd(currentData, newData) {
+ return !!currentData && !!newData && currentData.redeemScript === undefined;
+ }
+ return {
+ decode: decode,
+ encode: encode,
+ check: check,
+ expected: expected,
+ canAdd: canAdd };
+
+}
+exports.makeConverter = makeConverter;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
+
+/***/ }),
+/* 490 */
+/*!*************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip174/src/lib/converter/shared/witnessScript.js ***!
+ \*************************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+Object.defineProperty(exports, '__esModule', { value: true });
+function makeConverter(TYPE_BYTE) {
+ function decode(keyVal) {
+ if (keyVal.key[0] !== TYPE_BYTE) {
+ throw new Error(
+ 'Decode Error: could not decode witnessScript with key 0x' +
+ keyVal.key.toString('hex'));
+
}
- }).
- filter(function (v) {return !!v;});
- if (myDerivations.length === 0) {
- throw new Error(
- 'Need one bip32Derivation masterFingerprint to match the HDSigner fingerprint');
+ return keyVal.value;
+ }
+ function encode(data) {
+ var key = Buffer.from([TYPE_BYTE]);
+ return {
+ key: key,
+ value: data };
}
- var signers = myDerivations.map(function (bipDv) {
- var node = hdKeyPair.derivePath(bipDv.path);
- if (!bipDv.pubkey.equals(node.publicKey)) {
- throw new Error('pubkey did not match bip32Derivation');
- }
- return node;
- });
- return signers;
-}
-function getSortedSigs(script, partialSig) {
- var p2ms = payments.p2ms({ output: script });
- // for each pubkey in order of p2ms script
- return p2ms.pubkeys.
- map(function (pk) {
- // filter partialSig array by pubkey being equal
- return (
- partialSig.filter(function (ps) {
- return ps.pubkey.equals(pk);
- })[0] || {}).
- signature;
- // Any pubkey without a match will return undefined
- // this last filter removes all the undefined items in the array.
- }).
- filter(function (v) {return !!v;});
-}
-function scriptWitnessToWitnessStack(buffer) {
- var offset = 0;
- function readSlice(n) {
- offset += n;
- return buffer.slice(offset - n, offset);
- }
- function readVarInt() {
- var vi = varuint.decode(buffer, offset);
- offset += varuint.decode.bytes;
- return vi;
- }
- function readVarSlice() {
- return readSlice(readVarInt());
+ var expected = 'Buffer';
+ function check(data) {
+ return Buffer.isBuffer(data);
}
- function readVector() {
- var count = readVarInt();
- var vector = [];
- for (var i = 0; i < count; i++) {vector.push(readVarSlice());}
- return vector;
+ function canAdd(currentData, newData) {
+ return (
+ !!currentData && !!newData && currentData.witnessScript === undefined);
+
}
- return readVector();
+ return {
+ decode: decode,
+ encode: encode,
+ check: check,
+ expected: expected,
+ canAdd: canAdd };
+
}
-function sighashTypeToString(sighashType) {
- var text =
- sighashType & transaction_1.Transaction.SIGHASH_ANYONECANPAY ?
- 'SIGHASH_ANYONECANPAY | ' :
- '';
- var sigMod = sighashType & 0x1f;
- switch (sigMod) {
- case transaction_1.Transaction.SIGHASH_ALL:
- text += 'SIGHASH_ALL';
- break;
- case transaction_1.Transaction.SIGHASH_SINGLE:
- text += 'SIGHASH_SINGLE';
- break;
- case transaction_1.Transaction.SIGHASH_NONE:
- text += 'SIGHASH_NONE';
- break;}
+exports.makeConverter = makeConverter;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
+
+/***/ }),
+/* 491 */
+/*!**********************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip174/src/lib/parser/toBuffer.js ***!
+ \**********************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {function _slicedToArray(arr, i) {return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();}function _nonIterableRest() {throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}function _unsupportedIterableToArray(o, minLen) {if (!o) return;if (typeof o === "string") return _arrayLikeToArray(o, minLen);var n = Object.prototype.toString.call(o).slice(8, -1);if (n === "Object" && o.constructor) n = o.constructor.name;if (n === "Map" || n === "Set") return Array.from(o);if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);}function _arrayLikeToArray(arr, len) {if (len == null || len > arr.length) len = arr.length;for (var i = 0, arr2 = new Array(len); i < len; i++) {arr2[i] = arr[i];}return arr2;}function _iterableToArrayLimit(arr, i) {if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return;var _arr = [];var _n = true;var _d = false;var _e = undefined;try {for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) {_arr.push(_s.value);if (i && _arr.length === i) break;}} catch (err) {_d = true;_e = err;} finally {try {if (!_n && _i["return"] != null) _i["return"]();} finally {if (_d) throw _e;}}return _arr;}function _arrayWithHoles(arr) {if (Array.isArray(arr)) return arr;}
+Object.defineProperty(exports, '__esModule', { value: true });
+var convert = __webpack_require__(/*! ../converter */ 474);
+var tools_1 = __webpack_require__(/*! ../converter/tools */ 485);
+function psbtToBuffer(_ref) {var globalMap = _ref.globalMap,inputs = _ref.inputs,outputs = _ref.outputs;var _psbtToKeyVals =
+ psbtToKeyVals({
+ globalMap: globalMap,
+ inputs: inputs,
+ outputs: outputs }),globalKeyVals = _psbtToKeyVals.globalKeyVals,inputKeyVals = _psbtToKeyVals.inputKeyVals,outputKeyVals = _psbtToKeyVals.outputKeyVals;
+
+ var globalBuffer = tools_1.keyValsToBuffer(globalKeyVals);
+ var keyValsOrEmptyToBuffer = function keyValsOrEmptyToBuffer(keyVals) {return (
+ keyVals.length === 0 ?
+ [Buffer.from([0])] :
+ keyVals.map(tools_1.keyValsToBuffer));};
+ var inputBuffers = keyValsOrEmptyToBuffer(inputKeyVals);
+ var outputBuffers = keyValsOrEmptyToBuffer(outputKeyVals);
+ var header = Buffer.allocUnsafe(5);
+ header.writeUIntBE(0x70736274ff, 0, 5);
+ return Buffer.concat(
+ [header, globalBuffer].concat(inputBuffers, outputBuffers));
- return text;
}
-function witnessStackToScriptWitness(witness) {
- var buffer = Buffer.allocUnsafe(0);
- function writeSlice(slice) {
- buffer = Buffer.concat([buffer, Buffer.from(slice)]);
- }
- function writeVarInt(i) {
- var currentLen = buffer.length;
- var varintLen = varuint.encodingLength(i);
- buffer = Buffer.concat([buffer, Buffer.allocUnsafe(varintLen)]);
- varuint.encode(i, buffer, currentLen);
- }
- function writeVarSlice(slice) {
- writeVarInt(slice.length);
- writeSlice(slice);
- }
- function writeVector(vector) {
- writeVarInt(vector.length);
- vector.forEach(writeVarSlice);
- }
- writeVector(witness);
- return buffer;
+exports.psbtToBuffer = psbtToBuffer;
+var sortKeyVals = function sortKeyVals(a, b) {
+ return a.key.compare(b.key);
+};
+function keyValsFromMap(keyValMap, converterFactory) {
+ var keyHexSet = new Set();
+ var keyVals = Object.entries(keyValMap).reduce(function (result, _ref2) {var _ref3 = _slicedToArray(_ref2, 2),key = _ref3[0],value = _ref3[1];
+ if (key === 'unknownKeyVals') return result;
+ // We are checking for undefined anyways. So ignore TS error
+ // @ts-ignore
+ var converter = converterFactory[key];
+ if (converter === undefined) return result;
+ var encodedKeyVals = (Array.isArray(value) ? value : [value]).map(
+ converter.encode);
+
+ var keyHexes = encodedKeyVals.map(function (kv) {return kv.key.toString('hex');});
+ keyHexes.forEach(function (hex) {
+ if (keyHexSet.has(hex))
+ throw new Error('Serialize Error: Duplicate key: ' + hex);
+ keyHexSet.add(hex);
+ });
+ return result.concat(encodedKeyVals);
+ }, []);
+ // Get other keyVals that have not yet been gotten
+ var otherKeyVals = keyValMap.unknownKeyVals ?
+ keyValMap.unknownKeyVals.filter(function (keyVal) {
+ return !keyHexSet.has(keyVal.key.toString('hex'));
+ }) :
+ [];
+ return keyVals.concat(otherKeyVals).sort(sortKeyVals);
}
-function addNonWitnessTxCache(cache, input, inputIndex) {
- cache.__NON_WITNESS_UTXO_BUF_CACHE[inputIndex] = input.nonWitnessUtxo;
- var tx = transaction_1.Transaction.fromBuffer(input.nonWitnessUtxo);
- cache.__NON_WITNESS_UTXO_TX_CACHE[inputIndex] = tx;
- var self = cache;
- var selfIndex = inputIndex;
- delete input.nonWitnessUtxo;
- Object.defineProperty(input, 'nonWitnessUtxo', {
- enumerable: true,
- get: function get() {
- var buf = self.__NON_WITNESS_UTXO_BUF_CACHE[selfIndex];
- var txCache = self.__NON_WITNESS_UTXO_TX_CACHE[selfIndex];
- if (buf !== undefined) {
- return buf;
- } else {
- var newBuf = txCache.toBuffer();
- self.__NON_WITNESS_UTXO_BUF_CACHE[selfIndex] = newBuf;
- return newBuf;
- }
- },
- set: function set(data) {
- self.__NON_WITNESS_UTXO_BUF_CACHE[selfIndex] = data;
- } });
+function psbtToKeyVals(_ref4) {var globalMap = _ref4.globalMap,inputs = _ref4.inputs,outputs = _ref4.outputs;
+ // First parse the global keyVals
+ // Get any extra keyvals to pass along
+ return {
+ globalKeyVals: keyValsFromMap(globalMap, convert.globals),
+ inputKeyVals: inputs.map(function (i) {return keyValsFromMap(i, convert.inputs);}),
+ outputKeyVals: outputs.map(function (o) {return keyValsFromMap(o, convert.outputs);}) };
}
-function inputFinalizeGetAmts(inputs, tx, cache, mustFinalize) {
- var inputAmount = 0;
- inputs.forEach(function (input, idx) {
- if (mustFinalize && input.finalScriptSig)
- tx.ins[idx].script = input.finalScriptSig;
- if (mustFinalize && input.finalScriptWitness) {
- tx.ins[idx].witness = scriptWitnessToWitnessStack(
- input.finalScriptWitness);
+exports.psbtToKeyVals = psbtToKeyVals;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
- }
- if (input.witnessUtxo) {
- inputAmount += input.witnessUtxo.value;
- } else if (input.nonWitnessUtxo) {
- var nwTx = nonWitnessUtxoTxFromCache(cache, input, idx);
- var vout = tx.ins[idx].index;
- var out = nwTx.outs[vout];
- inputAmount += out.value;
- }
- });
- var outputAmount = tx.outs.reduce(function (total, o) {return total + o.value;}, 0);
- var fee = inputAmount - outputAmount;
- if (fee < 0) {
- throw new Error('Outputs are spending more than Inputs');
- }
- var bytes = tx.virtualSize();
- cache.__FEE = fee;
- cache.__EXTRACTED_TX = tx;
- cache.__FEE_RATE = Math.floor(fee / bytes);
+/***/ }),
+/* 492 */
+/*!************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bip174/src/lib/utils.js ***!
+ \************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+Object.defineProperty(exports, '__esModule', { value: true });
+var converter = __webpack_require__(/*! ./converter */ 474);
+function checkForInput(inputs, inputIndex) {
+ var input = inputs[inputIndex];
+ if (input === undefined) throw new Error("No input #".concat(inputIndex));
+ return input;
}
-function nonWitnessUtxoTxFromCache(cache, input, inputIndex) {
- var c = cache.__NON_WITNESS_UTXO_TX_CACHE;
- if (!c[inputIndex]) {
- addNonWitnessTxCache(cache, input, inputIndex);
- }
- return c[inputIndex];
+exports.checkForInput = checkForInput;
+function checkForOutput(outputs, outputIndex) {
+ var output = outputs[outputIndex];
+ if (output === undefined) throw new Error("No output #".concat(outputIndex));
+ return output;
}
-function getScriptFromUtxo(inputIndex, input, cache) {
- if (input.witnessUtxo !== undefined) {
- return input.witnessUtxo.script;
- } else if (input.nonWitnessUtxo !== undefined) {
- var nonWitnessUtxoTx = nonWitnessUtxoTxFromCache(
- cache,
- input,
- inputIndex);
+exports.checkForOutput = checkForOutput;
+function checkHasKey(checkKeyVal, keyVals, enumLength) {
+ if (checkKeyVal.key[0] < enumLength) {
+ throw new Error("Use the method for your specific key instead of addUnknownKeyVal*");
- return nonWitnessUtxoTx.outs[cache.__TX.ins[inputIndex].index].script;
- } else {
- throw new Error("Can't find pubkey in input without Utxo data");
+
+ }
+ if (
+ keyVals &&
+ keyVals.filter(function (kv) {return kv.key.equals(checkKeyVal.key);}).length !== 0)
+ {
+ throw new Error("Duplicate Key: ".concat(checkKeyVal.key.toString('hex')));
}
}
-function pubkeyInInput(pubkey, input, inputIndex, cache) {
- var script = getScriptFromUtxo(inputIndex, input, cache);var _getMeaningfulScript2 =
- getMeaningfulScript(
- script,
- inputIndex,
- 'input',
- input.redeemScript,
- input.witnessScript),meaningfulScript = _getMeaningfulScript2.meaningfulScript;
-
- return pubkeyInScript(pubkey, meaningfulScript);
+exports.checkHasKey = checkHasKey;
+function getEnumLength(myenum) {
+ var count = 0;
+ Object.keys(myenum).forEach(function (val) {
+ if (Number(isNaN(Number(val)))) {
+ count++;
+ }
+ });
+ return count;
}
-function pubkeyInOutput(pubkey, output, outputIndex, cache) {
- var script = cache.__TX.outs[outputIndex].script;var _getMeaningfulScript3 =
- getMeaningfulScript(
- script,
- outputIndex,
- 'output',
- output.redeemScript,
- output.witnessScript),meaningfulScript = _getMeaningfulScript3.meaningfulScript;
+exports.getEnumLength = getEnumLength;
+function inputCheckUncleanFinalized(inputIndex, input) {
+ var result = false;
+ if (input.nonWitnessUtxo || input.witnessUtxo) {
+ var needScriptSig = !!input.redeemScript;
+ var needWitnessScript = !!input.witnessScript;
+ var scriptSigOK = !needScriptSig || !!input.finalScriptSig;
+ var witnessScriptOK = !needWitnessScript || !!input.finalScriptWitness;
+ var hasOneFinal = !!input.finalScriptSig || !!input.finalScriptWitness;
+ result = scriptSigOK && witnessScriptOK && hasOneFinal;
+ }
+ if (result === false) {
+ throw new Error("Input #".concat(
+ inputIndex, " has too much or too little data to clean"));
- return pubkeyInScript(pubkey, meaningfulScript);
+ }
}
-function redeemFromFinalScriptSig(finalScript) {
- if (!finalScript) return;
- var decomp = bscript.decompile(finalScript);
- if (!decomp) return;
- var lastItem = decomp[decomp.length - 1];
- if (
- !Buffer.isBuffer(lastItem) ||
- isPubkeyLike(lastItem) ||
- isSigLike(lastItem))
+exports.inputCheckUncleanFinalized = inputCheckUncleanFinalized;
+function throwForUpdateMaker(typeName, name, expected, data) {
+ throw new Error(
+ "Data for ".concat(typeName, " key ").concat(name, " is incorrect: Expected ") + "".concat(
+ expected, " and got ").concat(JSON.stringify(data)));
- return;
- var sDecomp = bscript.decompile(lastItem);
- if (!sDecomp) return;
- return lastItem;
}
-function redeemFromFinalWitnessScript(finalScript) {
- if (!finalScript) return;
- var decomp = scriptWitnessToWitnessStack(finalScript);
- var lastItem = decomp[decomp.length - 1];
- if (isPubkeyLike(lastItem)) return;
- var sDecomp = bscript.decompile(lastItem);
- if (!sDecomp) return;
- return lastItem;
+function updateMaker(typeName) {
+ return function (updateData, mainData) {var _loop = function _loop() {
+ var name = _Object$keys[_i];
+ // @ts-ignore
+ var data = updateData[name];
+ // @ts-ignore
+ var _ref =
+ // @ts-ignore
+ converter[typeName + 's'][name] || {},canAdd = _ref.canAdd,canAddToArray = _ref.canAddToArray,check = _ref.check,expected = _ref.expected;
+ var isArray = !!canAddToArray;
+ // If unknown data. ignore and do not add
+ if (check) {
+ if (isArray) {
+ if (
+ !Array.isArray(data) ||
+ // @ts-ignore
+ mainData[name] && !Array.isArray(mainData[name]))
+ {
+ throw new Error("Key type ".concat(name, " must be an array"));
+ }
+ if (!data.every(check)) {
+ throwForUpdateMaker(typeName, name, expected, data);
+ }
+ // @ts-ignore
+ var arr = mainData[name] || [];
+ var dupeCheckSet = new Set();
+ if (!data.every(function (v) {return canAddToArray(arr, v, dupeCheckSet);})) {
+ throw new Error('Can not add duplicate data to array');
+ }
+ // @ts-ignore
+ mainData[name] = arr.concat(data);
+ } else {
+ if (!check(data)) {
+ throwForUpdateMaker(typeName, name, expected, data);
+ }
+ if (!canAdd(mainData, data)) {
+ throw new Error("Can not add duplicate data to ".concat(typeName));
+ }
+ // @ts-ignore
+ mainData[name] = data;
+ }
+ }};for (var _i = 0, _Object$keys = Object.keys(updateData); _i < _Object$keys.length; _i++) {_loop();
+ }
+ };
}
-function isPubkeyLike(buf) {
- return buf.length === 33 && bscript.isCanonicalPubKey(buf);
+exports.updateGlobal = updateMaker('global');
+exports.updateInput = updateMaker('input');
+exports.updateOutput = updateMaker('output');
+function addInputAttributes(inputs, data) {
+ var index = inputs.length - 1;
+ var input = checkForInput(inputs, index);
+ exports.updateInput(data, input);
}
-function isSigLike(buf) {
- return bscript.isCanonicalScriptSignature(buf);
+exports.addInputAttributes = addInputAttributes;
+function addOutputAttributes(outputs, data) {
+ var index = outputs.length - 1;
+ var output = checkForInput(outputs, index);
+ exports.updateOutput(data, output);
}
-function getMeaningfulScript(
-script,
-index,
-ioType,
-redeemScript,
-witnessScript)
-{
- var isP2SH = isP2SHScript(script);
- var isP2SHP2WSH = isP2SH && redeemScript && isP2WSHScript(redeemScript);
- var isP2WSH = isP2WSHScript(script);
- if (isP2SH && redeemScript === undefined)
- throw new Error('scriptPubkey is P2SH but redeemScript missing');
- if ((isP2WSH || isP2SHP2WSH) && witnessScript === undefined)
- throw new Error(
- 'scriptPubkey or redeemScript is P2WSH but witnessScript missing');
-
- var meaningfulScript;
- if (isP2SHP2WSH) {
- meaningfulScript = witnessScript;
- checkRedeemScript(index, script, redeemScript, ioType);
- checkWitnessScript(index, redeemScript, witnessScript, ioType);
- checkInvalidP2WSH(meaningfulScript);
- } else if (isP2WSH) {
- meaningfulScript = witnessScript;
- checkWitnessScript(index, script, witnessScript, ioType);
- checkInvalidP2WSH(meaningfulScript);
- } else if (isP2SH) {
- meaningfulScript = redeemScript;
- checkRedeemScript(index, script, redeemScript, ioType);
- } else {
- meaningfulScript = script;
+exports.addOutputAttributes = addOutputAttributes;
+function defaultVersionSetter(version, txBuf) {
+ if (!Buffer.isBuffer(txBuf) || txBuf.length < 4) {
+ throw new Error('Set Version: Invalid Transaction');
}
- return {
- meaningfulScript: meaningfulScript,
- type: isP2SHP2WSH ?
- 'p2sh-p2wsh' :
- isP2SH ?
- 'p2sh' :
- isP2WSH ?
- 'p2wsh' :
- 'raw' };
-
+ txBuf.writeUInt32LE(version, 0);
+ return txBuf;
}
-function checkInvalidP2WSH(script) {
- if (isP2WPKH(script) || isP2SHScript(script)) {
- throw new Error('P2WPKH or P2SH can not be contained within P2WSH');
+exports.defaultVersionSetter = defaultVersionSetter;
+function defaultLocktimeSetter(locktime, txBuf) {
+ if (!Buffer.isBuffer(txBuf) || txBuf.length < 4) {
+ throw new Error('Set Locktime: Invalid Transaction');
}
+ txBuf.writeUInt32LE(locktime, txBuf.length - 4);
+ return txBuf;
}
-function pubkeyInScript(pubkey, script) {
- var pubkeyHash = crypto_1.hash160(pubkey);
- var decompiled = bscript.decompile(script);
- if (decompiled === null) throw new Error('Unknown script error');
- return decompiled.some(function (element) {
- if (typeof element === 'number') return false;
- return element.equals(pubkey) || element.equals(pubkeyHash);
- });
-}
-function classifyScript(script) {
- if (isP2WPKH(script)) return 'witnesspubkeyhash';
- if (isP2PKH(script)) return 'pubkeyhash';
- if (isP2MS(script)) return 'multisig';
- if (isP2PK(script)) return 'pubkey';
- return 'nonstandard';
-}
-function range(n) {
- return _toConsumableArray(Array(n).keys());
-}
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 33)["default"]))
+exports.defaultLocktimeSetter = defaultLocktimeSetter;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
/***/ }),
-/* 498 */
-/*!*********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip174/src/lib/psbt.js ***!
- \*********************************************************************************/
+/* 493 */
+/*!*****************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/transaction_builder.js ***!
+ \*****************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}
+/* WEBPACK VAR INJECTION */(function(__f__, Buffer) {function _slicedToArray(arr, i) {return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();}function _nonIterableRest() {throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}function _iterableToArrayLimit(arr, i) {if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return;var _arr = [];var _n = true;var _d = false;var _e = undefined;try {for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) {_arr.push(_s.value);if (i && _arr.length === i) break;}} catch (err) {_d = true;_e = err;} finally {try {if (!_n && _i["return"] != null) _i["return"]();} finally {if (_d) throw _e;}}return _arr;}function _arrayWithHoles(arr) {if (Array.isArray(arr)) return arr;}function _createForOfIteratorHelper(o, allowArrayLike) {var it;if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) {if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {if (it) o = it;var i = 0;var F = function F() {};return { s: F, n: function n() {if (i >= o.length) return { done: true };return { done: false, value: o[i++] };}, e: function e(_e2) {throw _e2;}, f: F };}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}var normalCompletion = true,didErr = false,err;return { s: function s() {it = o[Symbol.iterator]();}, n: function n() {var step = it.next();normalCompletion = step.done;return step;}, e: function e(_e3) {didErr = true;err = _e3;}, f: function f() {try {if (!normalCompletion && it.return != null) it.return();} finally {if (didErr) throw err;}} };}function _unsupportedIterableToArray(o, minLen) {if (!o) return;if (typeof o === "string") return _arrayLikeToArray(o, minLen);var n = Object.prototype.toString.call(o).slice(8, -1);if (n === "Object" && o.constructor) n = o.constructor.name;if (n === "Map" || n === "Set") return Array.from(o);if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);}function _arrayLikeToArray(arr, len) {if (len == null || len > arr.length) len = arr.length;for (var i = 0, arr2 = new Array(len); i < len; i++) {arr2[i] = arr[i];}return arr2;}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}
Object.defineProperty(exports, '__esModule', { value: true });
-var combiner_1 = __webpack_require__(/*! ./combiner */ 499);
-var parser_1 = __webpack_require__(/*! ./parser */ 500);
-var typeFields_1 = __webpack_require__(/*! ./typeFields */ 503);
-var utils_1 = __webpack_require__(/*! ./utils */ 520);var
-Psbt = /*#__PURE__*/function () {
- function Psbt(tx) {_classCallCheck(this, Psbt);
- this.inputs = [];
- this.outputs = [];
- this.globalMap = {
- unsignedTx: tx };
-
- }_createClass(Psbt, [{ key: "toBase64", value: function toBase64()
-
-
-
-
-
-
-
-
-
-
-
-
-
+var baddress = __webpack_require__(/*! ./address */ 443);
+var bufferutils_1 = __webpack_require__(/*! ./bufferutils */ 465);
+var classify = __webpack_require__(/*! ./classify */ 494);
+var bcrypto = __webpack_require__(/*! ./crypto */ 459);
+var ECPair = __webpack_require__(/*! ./ecpair */ 463);
+var networks = __webpack_require__(/*! ./networks */ 444);
+var payments = __webpack_require__(/*! ./payments */ 445);
+var bscript = __webpack_require__(/*! ./script */ 447);
+var script_1 = __webpack_require__(/*! ./script */ 447);
+var transaction_1 = __webpack_require__(/*! ./transaction */ 467);
+var types = __webpack_require__(/*! ./types */ 450);
+var typeforce = __webpack_require__(/*! typeforce */ 406);
+var SCRIPT_TYPES = classify.types;
+var PREVOUT_TYPES = new Set([
+// Raw
+'p2pkh',
+'p2pk',
+'p2wpkh',
+'p2ms',
+// P2SH wrapped
+'p2sh-p2pkh',
+'p2sh-p2pk',
+'p2sh-p2wpkh',
+'p2sh-p2ms',
+// P2WSH wrapped
+'p2wsh-p2pkh',
+'p2wsh-p2pk',
+'p2wsh-p2ms',
+// P2SH-P2WSH wrapper
+'p2sh-p2wsh-p2pkh',
+'p2sh-p2wsh-p2pk',
+'p2sh-p2wsh-p2ms']);
- {
- var buffer = this.toBuffer();
- return buffer.toString('base64');
- } }, { key: "toHex", value: function toHex()
- {
- var buffer = this.toBuffer();
- return buffer.toString('hex');
- } }, { key: "toBuffer", value: function toBuffer()
- {
- return parser_1.psbtToBuffer(this);
- } }, { key: "updateGlobal", value: function updateGlobal(
- updateData) {
- utils_1.updateGlobal(updateData, this.globalMap);
- return this;
- } }, { key: "updateInput", value: function updateInput(
- inputIndex, updateData) {
- var input = utils_1.checkForInput(this.inputs, inputIndex);
- utils_1.updateInput(updateData, input);
- return this;
- } }, { key: "updateOutput", value: function updateOutput(
- outputIndex, updateData) {
- var output = utils_1.checkForOutput(this.outputs, outputIndex);
- utils_1.updateOutput(updateData, output);
- return this;
- } }, { key: "addUnknownKeyValToGlobal", value: function addUnknownKeyValToGlobal(
- keyVal) {
- utils_1.checkHasKey(
- keyVal,
- this.globalMap.unknownKeyVals,
- utils_1.getEnumLength(typeFields_1.GlobalTypes));
-
- if (!this.globalMap.unknownKeyVals) this.globalMap.unknownKeyVals = [];
- this.globalMap.unknownKeyVals.push(keyVal);
- return this;
- } }, { key: "addUnknownKeyValToInput", value: function addUnknownKeyValToInput(
- inputIndex, keyVal) {
- var input = utils_1.checkForInput(this.inputs, inputIndex);
- utils_1.checkHasKey(
- keyVal,
- input.unknownKeyVals,
- utils_1.getEnumLength(typeFields_1.InputTypes));
-
- if (!input.unknownKeyVals) input.unknownKeyVals = [];
- input.unknownKeyVals.push(keyVal);
- return this;
- } }, { key: "addUnknownKeyValToOutput", value: function addUnknownKeyValToOutput(
- outputIndex, keyVal) {
- var output = utils_1.checkForOutput(this.outputs, outputIndex);
- utils_1.checkHasKey(
- keyVal,
- output.unknownKeyVals,
- utils_1.getEnumLength(typeFields_1.OutputTypes));
+function tfMessage(type, value, message) {
+ try {
+ typeforce(type, value);
+ } catch (err) {
+ throw new Error(message);
+ }
+}
+function txIsString(tx) {
+ return typeof tx === 'string' || tx instanceof String;
+}
+function txIsTransaction(tx) {
+ return tx instanceof transaction_1.Transaction;
+}var
+TransactionBuilder = /*#__PURE__*/function () {
+ // WARNING: maximumFeeRate is __NOT__ to be relied on,
+ // it's just another potential safety mechanism (safety in-depth)
+ function TransactionBuilder() {var network = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : networks.bitcoin;var maximumFeeRate = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 2500;_classCallCheck(this, TransactionBuilder);
+ this.network = network;
+ this.maximumFeeRate = maximumFeeRate;
+ this.__PREV_TX_SET = {};
+ this.__INPUTS = [];
+ this.__TX = new transaction_1.Transaction();
+ this.__TX.version = 2;
+ this.__USE_LOW_R = false;
+ __f__("warn",
+ 'Deprecation Warning: TransactionBuilder will be removed in the future. ' +
+ '(v6.x.x or later) Please use the Psbt class instead. Examples of usage ' +
+ 'are available in the transactions-psbt.js integration test file on our ' +
+ 'Github. A high level explanation is available in the psbt.ts and psbt.js ' +
+ 'files as well.', " at node_modules/bitcoinjs-lib/src/transaction_builder.js:60");
- if (!output.unknownKeyVals) output.unknownKeyVals = [];
- output.unknownKeyVals.push(keyVal);
- return this;
- } }, { key: "addInput", value: function addInput(
- inputData) {var _this = this;
- this.globalMap.unsignedTx.addInput(inputData);
- this.inputs.push({
- unknownKeyVals: [] });
+ }_createClass(TransactionBuilder, [{ key: "setLowR", value: function setLowR(
- var addKeyVals = inputData.unknownKeyVals || [];
- var inputIndex = this.inputs.length - 1;
- if (!Array.isArray(addKeyVals)) {
- throw new Error('unknownKeyVals must be an Array');
- }
- addKeyVals.forEach(function (keyVal) {return (
- _this.addUnknownKeyValToInput(inputIndex, keyVal));});
- utils_1.addInputAttributes(this.inputs, inputData);
- return this;
- } }, { key: "addOutput", value: function addOutput(
- outputData) {var _this2 = this;
- this.globalMap.unsignedTx.addOutput(outputData);
- this.outputs.push({
- unknownKeyVals: [] });
- var addKeyVals = outputData.unknownKeyVals || [];
- var outputIndex = this.outputs.length - 1;
- if (!Array.isArray(addKeyVals)) {
- throw new Error('unknownKeyVals must be an Array');
- }
- addKeyVals.forEach(function (keyVal) {return (
- _this2.addUnknownKeyValToInput(outputIndex, keyVal));});
- utils_1.addOutputAttributes(this.outputs, outputData);
- return this;
- } }, { key: "clearFinalizedInput", value: function clearFinalizedInput(
- inputIndex) {
- var input = utils_1.checkForInput(this.inputs, inputIndex);
- utils_1.inputCheckUncleanFinalized(inputIndex, input);
- for (var _i = 0, _Object$keys = Object.keys(input); _i < _Object$keys.length; _i++) {var key = _Object$keys[_i];
- if (
- ![
- 'witnessUtxo',
- 'nonWitnessUtxo',
- 'finalScriptSig',
- 'finalScriptWitness',
- 'unknownKeyVals'].
- includes(key))
- {
- // @ts-ignore
- delete input[key];
- }
- }
- return this;
- } }, { key: "combine", value: function combine()
- {for (var _len = arguments.length, those = new Array(_len), _key = 0; _key < _len; _key++) {those[_key] = arguments[_key];}
- // Combine this with those.
- // Return self for chaining.
- var result = combiner_1.combine([this].concat(those));
- Object.assign(this, result);
- return this;
- } }, { key: "getTransaction", value: function getTransaction()
- {
- return this.globalMap.unsignedTx.toBuffer();
- } }], [{ key: "fromBase64", value: function fromBase64(data, txFromBuffer) {var buffer = Buffer.from(data, 'base64');return this.fromBuffer(buffer, txFromBuffer);} }, { key: "fromHex", value: function fromHex(data, txFromBuffer) {var buffer = Buffer.from(data, 'hex');return this.fromBuffer(buffer, txFromBuffer);} }, { key: "fromBuffer", value: function fromBuffer(buffer, txFromBuffer) {var results = parser_1.psbtFromBuffer(buffer, txFromBuffer);var psbt = new this(results.globalMap.unsignedTx);Object.assign(psbt, results);return psbt;} }]);return Psbt;}();
-exports.Psbt = Psbt;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
-/***/ }),
-/* 499 */
-/*!*******************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip174/src/lib/combiner/index.js ***!
- \*******************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-"use strict";
-function _createForOfIteratorHelper(o, allowArrayLike) {var it;if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) {if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {if (it) o = it;var i = 0;var F = function F() {};return { s: F, n: function n() {if (i >= o.length) return { done: true };return { done: false, value: o[i++] };}, e: function e(_e) {throw _e;}, f: F };}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}var normalCompletion = true,didErr = false,err;return { s: function s() {it = o[Symbol.iterator]();}, n: function n() {var step = it.next();normalCompletion = step.done;return step;}, e: function e(_e2) {didErr = true;err = _e2;}, f: function f() {try {if (!normalCompletion && it.return != null) it.return();} finally {if (didErr) throw err;}} };}function _unsupportedIterableToArray(o, minLen) {if (!o) return;if (typeof o === "string") return _arrayLikeToArray(o, minLen);var n = Object.prototype.toString.call(o).slice(8, -1);if (n === "Object" && o.constructor) n = o.constructor.name;if (n === "Map" || n === "Set") return Array.from(o);if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);}function _arrayLikeToArray(arr, len) {if (len == null || len > arr.length) len = arr.length;for (var i = 0, arr2 = new Array(len); i < len; i++) {arr2[i] = arr[i];}return arr2;}
-Object.defineProperty(exports, '__esModule', { value: true });
-var parser_1 = __webpack_require__(/*! ../parser */ 500);
-function combine(psbts) {
- var self = psbts[0];
- var selfKeyVals = parser_1.psbtToKeyVals(self);
- var others = psbts.slice(1);
- if (others.length === 0) throw new Error('Combine: Nothing to combine');
- var selfTx = getTx(self);
- if (selfTx === undefined) {
- throw new Error('Combine: Self missing transaction');
- }
- var selfGlobalSet = getKeySet(selfKeyVals.globalKeyVals);
- var selfInputSets = selfKeyVals.inputKeyVals.map(getKeySet);
- var selfOutputSets = selfKeyVals.outputKeyVals.map(getKeySet);var _iterator = _createForOfIteratorHelper(
- others),_step;try {var _loop = function _loop() {var other = _step.value;
- var otherTx = getTx(other);
- if (
- otherTx === undefined ||
- !otherTx.toBuffer().equals(selfTx.toBuffer()))
- {
- throw new Error(
- 'Combine: One of the Psbts does not have the same transaction.');
- }
- var otherKeyVals = parser_1.psbtToKeyVals(other);
- var otherGlobalSet = getKeySet(otherKeyVals.globalKeyVals);
- otherGlobalSet.forEach(
- keyPusher(
- selfGlobalSet,
- selfKeyVals.globalKeyVals,
- otherKeyVals.globalKeyVals));
- var otherInputSets = otherKeyVals.inputKeyVals.map(getKeySet);
- otherInputSets.forEach(function (inputSet, idx) {return (
- inputSet.forEach(
- keyPusher(
- selfInputSets[idx],
- selfKeyVals.inputKeyVals[idx],
- otherKeyVals.inputKeyVals[idx])));});
- var otherOutputSets = otherKeyVals.outputKeyVals.map(getKeySet);
- otherOutputSets.forEach(function (outputSet, idx) {return (
- outputSet.forEach(
- keyPusher(
- selfOutputSets[idx],
- selfKeyVals.outputKeyVals[idx],
- otherKeyVals.outputKeyVals[idx])));});};for (_iterator.s(); !(_step = _iterator.n()).done;) {_loop();
- }} catch (err) {_iterator.e(err);} finally {_iterator.f();}
- return parser_1.psbtFromKeyVals(selfTx, {
- globalMapKeyVals: selfKeyVals.globalKeyVals,
- inputKeyVals: selfKeyVals.inputKeyVals,
- outputKeyVals: selfKeyVals.outputKeyVals });
-}
-exports.combine = combine;
-function keyPusher(selfSet, selfKeyVals, otherKeyVals) {
- return function (key) {
- if (selfSet.has(key)) return;
- var newKv = otherKeyVals.filter(function (kv) {return kv.key.toString('hex') === key;})[0];
- selfKeyVals.push(newKv);
- selfSet.add(key);
- };
-}
-function getTx(psbt) {
- return psbt.globalMap.unsignedTx;
-}
-function getKeySet(keyVals) {
- var set = new Set();
- keyVals.forEach(function (keyVal) {
- var hex = keyVal.key.toString('hex');
- if (set.has(hex))
- throw new Error('Combine: KeyValue Map keys should be unique');
- set.add(hex);
- });
- return set;
-}
-/***/ }),
-/* 500 */
-/*!*****************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip174/src/lib/parser/index.js ***!
- \*****************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-"use strict";
-function __export(m) {
- for (var p in m) {if (!exports.hasOwnProperty(p)) exports[p] = m[p];}
-}
-Object.defineProperty(exports, '__esModule', { value: true });
-__export(__webpack_require__(/*! ./fromBuffer */ 501));
-__export(__webpack_require__(/*! ./toBuffer */ 519));
-/***/ }),
-/* 501 */
-/*!**********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip174/src/lib/parser/fromBuffer.js ***!
- \**********************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {function _createForOfIteratorHelper(o, allowArrayLike) {var it;if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) {if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {if (it) o = it;var i = 0;var F = function F() {};return { s: F, n: function n() {if (i >= o.length) return { done: true };return { done: false, value: o[i++] };}, e: function e(_e) {throw _e;}, f: F };}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}var normalCompletion = true,didErr = false,err;return { s: function s() {it = o[Symbol.iterator]();}, n: function n() {var step = it.next();normalCompletion = step.done;return step;}, e: function e(_e2) {didErr = true;err = _e2;}, f: function f() {try {if (!normalCompletion && it.return != null) it.return();} finally {if (didErr) throw err;}} };}function _unsupportedIterableToArray(o, minLen) {if (!o) return;if (typeof o === "string") return _arrayLikeToArray(o, minLen);var n = Object.prototype.toString.call(o).slice(8, -1);if (n === "Object" && o.constructor) n = o.constructor.name;if (n === "Map" || n === "Set") return Array.from(o);if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);}function _arrayLikeToArray(arr, len) {if (len == null || len > arr.length) len = arr.length;for (var i = 0, arr2 = new Array(len); i < len; i++) {arr2[i] = arr[i];}return arr2;}
-Object.defineProperty(exports, '__esModule', { value: true });
-var convert = __webpack_require__(/*! ../converter */ 502);
-var tools_1 = __webpack_require__(/*! ../converter/tools */ 513);
-var varuint = __webpack_require__(/*! ../converter/varint */ 514);
-var typeFields_1 = __webpack_require__(/*! ../typeFields */ 503);
-function psbtFromBuffer(buffer, txGetter) {
- var offset = 0;
- function varSlice() {
- var keyLen = varuint.decode(buffer, offset);
- offset += varuint.encodingLength(keyLen);
- var key = buffer.slice(offset, offset + keyLen);
- offset += keyLen;
- return key;
- }
- function readUInt32BE() {
- var num = buffer.readUInt32BE(offset);
- offset += 4;
- return num;
- }
- function readUInt8() {
- var num = buffer.readUInt8(offset);
- offset += 1;
- return num;
- }
- function getKeyValue() {
- var key = varSlice();
- var value = varSlice();
- return {
- key: key,
- value: value };
- }
- function checkEndOfKeyValPairs() {
- if (offset >= buffer.length) {
- throw new Error('Format Error: Unexpected End of PSBT');
- }
- var isEnd = buffer.readUInt8(offset) === 0;
- if (isEnd) {
- offset++;
- }
- return isEnd;
- }
- if (readUInt32BE() !== 0x70736274) {
- throw new Error('Format Error: Invalid Magic Number');
- }
- if (readUInt8() !== 0xff) {
- throw new Error(
- 'Format Error: Magic Number must be followed by 0xff separator');
+ setting) {
+ typeforce(typeforce.maybe(typeforce.Boolean), setting);
+ if (setting === undefined) {
+ setting = true;
+ }
+ this.__USE_LOW_R = setting;
+ return setting;
+ } }, { key: "setLockTime", value: function setLockTime(
+ locktime) {
+ typeforce(types.UInt32, locktime);
+ // if any signatures exist, throw
+ if (
+ this.__INPUTS.some(function (input) {
+ if (!input.signatures) return false;
+ return input.signatures.some(function (s) {return s !== undefined;});
+ }))
+ {
+ throw new Error('No, this would invalidate signatures');
+ }
+ this.__TX.locktime = locktime;
+ } }, { key: "setVersion", value: function setVersion(
+ version) {
+ typeforce(types.UInt32, version);
+ // XXX: this might eventually become more complex depending on what the versions represent
+ this.__TX.version = version;
+ } }, { key: "addInput", value: function addInput(
+ txHash, vout, sequence, prevOutScript) {
+ if (!this.__canModifyInputs()) {
+ throw new Error('No, this would invalidate signatures');
+ }
+ var value;
+ // is it a hex string?
+ if (txIsString(txHash)) {
+ // transaction hashs's are displayed in reverse order, un-reverse it
+ txHash = bufferutils_1.reverseBuffer(Buffer.from(txHash, 'hex'));
+ // is it a Transaction object?
+ } else if (txIsTransaction(txHash)) {
+ var txOut = txHash.outs[vout];
+ prevOutScript = txOut.script;
+ value = txOut.value;
+ txHash = txHash.getHash(false);
+ }
+ return this.__addInputUnsafe(txHash, vout, {
+ sequence: sequence,
+ prevOutScript: prevOutScript,
+ value: value });
- }
- var globalMapKeyVals = [];
- var globalKeyIndex = {};
- while (!checkEndOfKeyValPairs()) {
- var keyVal = getKeyValue();
- var hexKey = keyVal.key.toString('hex');
- if (globalKeyIndex[hexKey]) {
- throw new Error(
- 'Format Error: Keys must be unique for global keymap: key ' + hexKey);
+ } }, { key: "addOutput", value: function addOutput(
+ scriptPubKey, value) {
+ if (!this.__canModifyOutputs()) {
+ throw new Error('No, this would invalidate signatures');
+ }
+ // Attempt to get a script if it's a base58 or bech32 address string
+ if (typeof scriptPubKey === 'string') {
+ scriptPubKey = baddress.toOutputScript(scriptPubKey, this.network);
+ }
+ return this.__TX.addOutput(scriptPubKey, value);
+ } }, { key: "build", value: function build()
+ {
+ return this.__build(false);
+ } }, { key: "buildIncomplete", value: function buildIncomplete()
+ {
+ return this.__build(true);
+ } }, { key: "sign", value: function sign(
- }
- globalKeyIndex[hexKey] = 1;
- globalMapKeyVals.push(keyVal);
- }
- var unsignedTxMaps = globalMapKeyVals.filter(
- function (keyVal) {return keyVal.key[0] === typeFields_1.GlobalTypes.UNSIGNED_TX;});
+ signParams,
+ keyPair,
+ redeemScript,
+ hashType,
+ witnessValue,
+ witnessScript)
+ {
+ trySign(
+ getSigningData(
+ this.network,
+ this.__INPUTS,
+ this.__needsOutputs.bind(this),
+ this.__TX,
+ signParams,
+ keyPair,
+ redeemScript,
+ hashType,
+ witnessValue,
+ witnessScript,
+ this.__USE_LOW_R));
- if (unsignedTxMaps.length !== 1) {
- throw new Error('Format Error: Only one UNSIGNED_TX allowed');
- }
- var unsignedTx = txGetter(unsignedTxMaps[0].value);
- // Get input and output counts to loop the respective fields
- var _unsignedTx$getInputO = unsignedTx.getInputOutputCounts(),inputCount = _unsignedTx$getInputO.inputCount,outputCount = _unsignedTx$getInputO.outputCount;
- var inputKeyVals = [];
- var outputKeyVals = [];
- // Get input fields
- var _iterator = _createForOfIteratorHelper(tools_1.range(inputCount)),_step;try {for (_iterator.s(); !(_step = _iterator.n()).done;) {var index = _step.value;
- var inputKeyIndex = {};
- var input = [];
- while (!checkEndOfKeyValPairs()) {
- var _keyVal = getKeyValue();
- var _hexKey = _keyVal.key.toString('hex');
- if (inputKeyIndex[_hexKey]) {
- throw new Error(
- 'Format Error: Keys must be unique for each input: ' +
- 'input index ' +
- index +
- ' key ' +
- _hexKey);
+ } }, { key: "__addInputUnsafe", value: function __addInputUnsafe(
+ txHash, vout, options) {
+ if (transaction_1.Transaction.isCoinbaseHash(txHash)) {
+ throw new Error('coinbase inputs not supported');
+ }
+ var prevTxOut = txHash.toString('hex') + ':' + vout;
+ if (this.__PREV_TX_SET[prevTxOut] !== undefined)
+ throw new Error('Duplicate TxOut: ' + prevTxOut);
+ var input = {};
+ // derive what we can from the scriptSig
+ if (options.script !== undefined) {
+ input = expandInput(options.script, options.witness || []);
+ }
+ // if an input value was given, retain it
+ if (options.value !== undefined) {
+ input.value = options.value;
+ }
+ // derive what we can from the previous transactions output script
+ if (!input.prevOutScript && options.prevOutScript) {
+ var prevOutType;
+ if (!input.pubkeys && !input.signatures) {
+ var expanded = expandOutput(options.prevOutScript);
+ if (expanded.pubkeys) {
+ input.pubkeys = expanded.pubkeys;
+ input.signatures = expanded.signatures;
+ }
+ prevOutType = expanded.type;
}
- inputKeyIndex[_hexKey] = 1;
- input.push(_keyVal);
+ input.prevOutScript = options.prevOutScript;
+ input.prevOutType = prevOutType || classify.output(options.prevOutScript);
}
- inputKeyVals.push(input);
- }} catch (err) {_iterator.e(err);} finally {_iterator.f();}var _iterator2 = _createForOfIteratorHelper(
- tools_1.range(outputCount)),_step2;try {for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {var _index = _step2.value;
- var outputKeyIndex = {};
- var output = [];
- while (!checkEndOfKeyValPairs()) {
- var _keyVal2 = getKeyValue();
- var _hexKey2 = _keyVal2.key.toString('hex');
- if (outputKeyIndex[_hexKey2]) {
- throw new Error(
- 'Format Error: Keys must be unique for each output: ' +
- 'output index ' +
- _index +
- ' key ' +
- _hexKey2);
+ var vin = this.__TX.addInput(
+ txHash,
+ vout,
+ options.sequence,
+ options.scriptSig);
+ this.__INPUTS[vin] = input;
+ this.__PREV_TX_SET[prevTxOut] = true;
+ return vin;
+ } }, { key: "__build", value: function __build(
+ allowIncomplete) {
+ if (!allowIncomplete) {
+ if (!this.__TX.ins.length) throw new Error('Transaction has no inputs');
+ if (!this.__TX.outs.length) throw new Error('Transaction has no outputs');
+ }
+ var tx = this.__TX.clone();
+ // create script signatures from inputs
+ this.__INPUTS.forEach(function (input, i) {
+ if (!input.prevOutType && !allowIncomplete)
+ throw new Error('Transaction is not complete');
+ var result = build(input.prevOutType, input, allowIncomplete);
+ if (!result) {
+ if (!allowIncomplete && input.prevOutType === SCRIPT_TYPES.NONSTANDARD)
+ throw new Error('Unknown input type');
+ if (!allowIncomplete) throw new Error('Not enough information');
+ return;
+ }
+ tx.setInputScript(i, result.input);
+ tx.setWitness(i, result.witness);
+ });
+ if (!allowIncomplete) {
+ // do not rely on this, its merely a last resort
+ if (this.__overMaximumFees(tx.virtualSize())) {
+ throw new Error('Transaction has absurd fees');
}
- outputKeyIndex[_hexKey2] = 1;
- output.push(_keyVal2);
}
- outputKeyVals.push(output);
- }} catch (err) {_iterator2.e(err);} finally {_iterator2.f();}
- return psbtFromKeyVals(unsignedTx, {
- globalMapKeyVals: globalMapKeyVals,
- inputKeyVals: inputKeyVals,
- outputKeyVals: outputKeyVals });
-
-}
-exports.psbtFromBuffer = psbtFromBuffer;
-function checkKeyBuffer(type, keyBuf, keyNum) {
- if (!keyBuf.equals(Buffer.from([keyNum]))) {
- throw new Error("Format Error: Invalid ".concat(
- type, " key: ").concat(keyBuf.toString('hex')));
+ return tx;
+ } }, { key: "__canModifyInputs", value: function __canModifyInputs()
+ {
+ return this.__INPUTS.every(function (input) {
+ if (!input.signatures) return true;
+ return input.signatures.every(function (signature) {
+ if (!signature) return true;
+ var hashType = signatureHashType(signature);
+ // if SIGHASH_ANYONECANPAY is set, signatures would not
+ // be invalidated by more inputs
+ return (
+ (hashType & transaction_1.Transaction.SIGHASH_ANYONECANPAY) !== 0);
- }
-}
-exports.checkKeyBuffer = checkKeyBuffer;
-function psbtFromKeyVals(
-unsignedTx, _ref)
-
-{var globalMapKeyVals = _ref.globalMapKeyVals,inputKeyVals = _ref.inputKeyVals,outputKeyVals = _ref.outputKeyVals;
- // That was easy :-)
- var globalMap = {
- unsignedTx: unsignedTx };
-
- var txCount = 0;var _iterator3 = _createForOfIteratorHelper(
- globalMapKeyVals),_step3;try {for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {var keyVal = _step3.value;
- // If a globalMap item needs pubkey, uncomment
- // const pubkey = convert.globals.checkPubkey(keyVal);
- switch (keyVal.key[0]) {
- case typeFields_1.GlobalTypes.UNSIGNED_TX:
- checkKeyBuffer(
- 'global',
- keyVal.key,
- typeFields_1.GlobalTypes.UNSIGNED_TX);
+ });
+ });
+ } }, { key: "__needsOutputs", value: function __needsOutputs(
+ signingHashType) {
+ if (signingHashType === transaction_1.Transaction.SIGHASH_ALL) {
+ return this.__TX.outs.length === 0;
+ }
+ // if inputs are being signed with SIGHASH_NONE, we don't strictly need outputs
+ // .build() will fail, but .buildIncomplete() is OK
+ return (
+ this.__TX.outs.length === 0 &&
+ this.__INPUTS.some(function (input) {
+ if (!input.signatures) return false;
+ return input.signatures.some(function (signature) {
+ if (!signature) return false; // no signature, no issue
+ var hashType = signatureHashType(signature);
+ if (hashType & transaction_1.Transaction.SIGHASH_NONE) return false; // SIGHASH_NONE doesn't care about outputs
+ return true; // SIGHASH_* does care
+ });
+ }));
- if (txCount > 0) {
- throw new Error('Format Error: GlobalMap has multiple UNSIGNED_TX');
- }
- txCount++;
- break;
- case typeFields_1.GlobalTypes.GLOBAL_XPUB:
- if (globalMap.globalXpub === undefined) {
- globalMap.globalXpub = [];
+ } }, { key: "__canModifyOutputs", value: function __canModifyOutputs()
+ {
+ var nInputs = this.__TX.ins.length;
+ var nOutputs = this.__TX.outs.length;
+ return this.__INPUTS.every(function (input) {
+ if (input.signatures === undefined) return true;
+ return input.signatures.every(function (signature) {
+ if (!signature) return true;
+ var hashType = signatureHashType(signature);
+ var hashTypeMod = hashType & 0x1f;
+ if (hashTypeMod === transaction_1.Transaction.SIGHASH_NONE) return true;
+ if (hashTypeMod === transaction_1.Transaction.SIGHASH_SINGLE) {
+ // if SIGHASH_SINGLE is set, and nInputs > nOutputs
+ // some signatures would be invalidated by the addition
+ // of more outputs
+ return nInputs <= nOutputs;
}
- globalMap.globalXpub.push(convert.globals.globalXpub.decode(keyVal));
- break;
- default:
- // This will allow inclusion during serialization.
- if (!globalMap.unknownKeyVals) globalMap.unknownKeyVals = [];
- globalMap.unknownKeyVals.push(keyVal);}
-
- }
- // Get input and output counts to loop the respective fields
- } catch (err) {_iterator3.e(err);} finally {_iterator3.f();}var inputCount = inputKeyVals.length;
- var outputCount = outputKeyVals.length;
- var inputs = [];
- var outputs = [];
- // Get input fields
- var _iterator4 = _createForOfIteratorHelper(tools_1.range(inputCount)),_step4;try {for (_iterator4.s(); !(_step4 = _iterator4.n()).done;) {var index = _step4.value;
- var input = {};var _iterator6 = _createForOfIteratorHelper(
- inputKeyVals[index]),_step6;try {for (_iterator6.s(); !(_step6 = _iterator6.n()).done;) {var _keyVal3 = _step6.value;
- convert.inputs.checkPubkey(_keyVal3);
- switch (_keyVal3.key[0]) {
- case typeFields_1.InputTypes.NON_WITNESS_UTXO:
- checkKeyBuffer(
- 'input',
- _keyVal3.key,
- typeFields_1.InputTypes.NON_WITNESS_UTXO);
+ return false;
+ });
+ });
+ } }, { key: "__overMaximumFees", value: function __overMaximumFees(
+ bytes) {
+ // not all inputs will have .value defined
+ var incoming = this.__INPUTS.reduce(function (a, x) {return a + (x.value >>> 0);}, 0);
+ // but all outputs do, and if we have any input value
+ // we can immediately determine if the outputs are too small
+ var outgoing = this.__TX.outs.reduce(function (a, x) {return a + x.value;}, 0);
+ var fee = incoming - outgoing;
+ var feeRate = fee / bytes;
+ return feeRate > this.maximumFeeRate;
+ } }], [{ key: "fromTransaction", value: function fromTransaction(transaction, network) {var txb = new TransactionBuilder(network); // Copy transaction fields
+ txb.setVersion(transaction.version);txb.setLockTime(transaction.locktime); // Copy outputs (done first to avoid signature invalidation)
+ transaction.outs.forEach(function (txOut) {txb.addOutput(txOut.script, txOut.value);}); // Copy inputs
+ transaction.ins.forEach(function (txIn) {txb.__addInputUnsafe(txIn.hash, txIn.index, { sequence: txIn.sequence, script: txIn.script, witness: txIn.witness });}); // fix some things not possible through the public API
+ txb.__INPUTS.forEach(function (input, i) {fixMultisigOrder(input, transaction, i);});return txb;} }]);return TransactionBuilder;}();exports.TransactionBuilder = TransactionBuilder;function expandInput(scriptSig, witnessStack, type, scriptPubKey) {if (scriptSig.length === 0 && witnessStack.length === 0) return {};
+ if (!type) {
+ var ssType = classify.input(scriptSig, true);
+ var wsType = classify.witness(witnessStack, true);
+ if (ssType === SCRIPT_TYPES.NONSTANDARD) ssType = undefined;
+ if (wsType === SCRIPT_TYPES.NONSTANDARD) wsType = undefined;
+ type = ssType || wsType;
+ }
+ switch (type) {
+ case SCRIPT_TYPES.P2WPKH:{var _payments$p2wpkh =
+ payments.p2wpkh({
+ witness: witnessStack }),output = _payments$p2wpkh.output,pubkey = _payments$p2wpkh.pubkey,signature = _payments$p2wpkh.signature;
- if (input.nonWitnessUtxo !== undefined) {
- throw new Error(
- 'Format Error: Input has multiple NON_WITNESS_UTXO');
+ return {
+ prevOutScript: output,
+ prevOutType: SCRIPT_TYPES.P2WPKH,
+ pubkeys: [pubkey],
+ signatures: [signature] };
- }
- input.nonWitnessUtxo = convert.inputs.nonWitnessUtxo.decode(_keyVal3);
- break;
- case typeFields_1.InputTypes.WITNESS_UTXO:
- checkKeyBuffer(
- 'input',
- _keyVal3.key,
- typeFields_1.InputTypes.WITNESS_UTXO);
+ }
+ case SCRIPT_TYPES.P2PKH:{var _payments$p2pkh =
+ payments.p2pkh({
+ input: scriptSig }),_output = _payments$p2pkh.output,_pubkey = _payments$p2pkh.pubkey,_signature = _payments$p2pkh.signature;
- if (input.witnessUtxo !== undefined) {
- throw new Error('Format Error: Input has multiple WITNESS_UTXO');
- }
- input.witnessUtxo = convert.inputs.witnessUtxo.decode(_keyVal3);
- break;
- case typeFields_1.InputTypes.PARTIAL_SIG:
- if (input.partialSig === undefined) {
- input.partialSig = [];
- }
- input.partialSig.push(convert.inputs.partialSig.decode(_keyVal3));
- break;
- case typeFields_1.InputTypes.SIGHASH_TYPE:
- checkKeyBuffer(
- 'input',
- _keyVal3.key,
- typeFields_1.InputTypes.SIGHASH_TYPE);
+ return {
+ prevOutScript: _output,
+ prevOutType: SCRIPT_TYPES.P2PKH,
+ pubkeys: [_pubkey],
+ signatures: [_signature] };
- if (input.sighashType !== undefined) {
- throw new Error('Format Error: Input has multiple SIGHASH_TYPE');
- }
- input.sighashType = convert.inputs.sighashType.decode(_keyVal3);
- break;
- case typeFields_1.InputTypes.REDEEM_SCRIPT:
- checkKeyBuffer(
- 'input',
- _keyVal3.key,
- typeFields_1.InputTypes.REDEEM_SCRIPT);
+ }
+ case SCRIPT_TYPES.P2PK:{var _payments$p2pk =
+ payments.p2pk({ input: scriptSig }),_signature2 = _payments$p2pk.signature;
+ return {
+ prevOutType: SCRIPT_TYPES.P2PK,
+ pubkeys: [undefined],
+ signatures: [_signature2] };
- if (input.redeemScript !== undefined) {
- throw new Error('Format Error: Input has multiple REDEEM_SCRIPT');
- }
- input.redeemScript = convert.inputs.redeemScript.decode(_keyVal3);
- break;
- case typeFields_1.InputTypes.WITNESS_SCRIPT:
- checkKeyBuffer(
- 'input',
- _keyVal3.key,
- typeFields_1.InputTypes.WITNESS_SCRIPT);
+ }
+ case SCRIPT_TYPES.P2MS:{var _payments$p2ms =
+ payments.p2ms(
+ {
+ input: scriptSig,
+ output: scriptPubKey },
- if (input.witnessScript !== undefined) {
- throw new Error('Format Error: Input has multiple WITNESS_SCRIPT');
- }
- input.witnessScript = convert.inputs.witnessScript.decode(_keyVal3);
- break;
- case typeFields_1.InputTypes.BIP32_DERIVATION:
- if (input.bip32Derivation === undefined) {
- input.bip32Derivation = [];
- }
- input.bip32Derivation.push(
- convert.inputs.bip32Derivation.decode(_keyVal3));
+ { allowIncomplete: true }),m = _payments$p2ms.m,pubkeys = _payments$p2ms.pubkeys,signatures = _payments$p2ms.signatures;
- break;
- case typeFields_1.InputTypes.FINAL_SCRIPTSIG:
- checkKeyBuffer(
- 'input',
- _keyVal3.key,
- typeFields_1.InputTypes.FINAL_SCRIPTSIG);
+ return {
+ prevOutType: SCRIPT_TYPES.P2MS,
+ pubkeys: pubkeys,
+ signatures: signatures,
+ maxSignatures: m };
- input.finalScriptSig = convert.inputs.finalScriptSig.decode(_keyVal3);
- break;
- case typeFields_1.InputTypes.FINAL_SCRIPTWITNESS:
- checkKeyBuffer(
- 'input',
- _keyVal3.key,
- typeFields_1.InputTypes.FINAL_SCRIPTWITNESS);
+ }}
- input.finalScriptWitness = convert.inputs.finalScriptWitness.decode(
- _keyVal3);
+ if (type === SCRIPT_TYPES.P2SH) {var _payments$p2sh =
+ payments.p2sh({
+ input: scriptSig,
+ witness: witnessStack }),_output2 = _payments$p2sh.output,redeem = _payments$p2sh.redeem;
- break;
- case typeFields_1.InputTypes.POR_COMMITMENT:
- checkKeyBuffer(
- 'input',
- _keyVal3.key,
- typeFields_1.InputTypes.POR_COMMITMENT);
+ var outputType = classify.output(redeem.output);
+ var expanded = expandInput(
+ redeem.input,
+ redeem.witness,
+ outputType,
+ redeem.output);
- input.porCommitment = convert.inputs.porCommitment.decode(_keyVal3);
- break;
- default:
- // This will allow inclusion during serialization.
- if (!input.unknownKeyVals) input.unknownKeyVals = [];
- input.unknownKeyVals.push(_keyVal3);}
+ if (!expanded.prevOutType) return {};
+ return {
+ prevOutScript: _output2,
+ prevOutType: SCRIPT_TYPES.P2SH,
+ redeemScript: redeem.output,
+ redeemScriptType: expanded.prevOutType,
+ witnessScript: expanded.witnessScript,
+ witnessScriptType: expanded.witnessScriptType,
+ pubkeys: expanded.pubkeys,
+ signatures: expanded.signatures };
- }} catch (err) {_iterator6.e(err);} finally {_iterator6.f();}
- inputs.push(input);
- }} catch (err) {_iterator4.e(err);} finally {_iterator4.f();}var _iterator5 = _createForOfIteratorHelper(
- tools_1.range(outputCount)),_step5;try {for (_iterator5.s(); !(_step5 = _iterator5.n()).done;) {var _index2 = _step5.value;
- var output = {};var _iterator7 = _createForOfIteratorHelper(
- outputKeyVals[_index2]),_step7;try {for (_iterator7.s(); !(_step7 = _iterator7.n()).done;) {var _keyVal4 = _step7.value;
- convert.outputs.checkPubkey(_keyVal4);
- switch (_keyVal4.key[0]) {
- case typeFields_1.OutputTypes.REDEEM_SCRIPT:
- checkKeyBuffer(
- 'output',
- _keyVal4.key,
- typeFields_1.OutputTypes.REDEEM_SCRIPT);
+ }
+ if (type === SCRIPT_TYPES.P2WSH) {var _payments$p2wsh =
+ payments.p2wsh({
+ input: scriptSig,
+ witness: witnessStack }),_output3 = _payments$p2wsh.output,_redeem = _payments$p2wsh.redeem;
- if (output.redeemScript !== undefined) {
- throw new Error('Format Error: Output has multiple REDEEM_SCRIPT');
- }
- output.redeemScript = convert.outputs.redeemScript.decode(_keyVal4);
- break;
- case typeFields_1.OutputTypes.WITNESS_SCRIPT:
- checkKeyBuffer(
- 'output',
- _keyVal4.key,
- typeFields_1.OutputTypes.WITNESS_SCRIPT);
+ var _outputType = classify.output(_redeem.output);
+ var _expanded;
+ if (_outputType === SCRIPT_TYPES.P2WPKH) {
+ _expanded = expandInput(_redeem.input, _redeem.witness, _outputType);
+ } else {
+ _expanded = expandInput(
+ bscript.compile(_redeem.witness),
+ [],
+ _outputType,
+ _redeem.output);
- if (output.witnessScript !== undefined) {
- throw new Error('Format Error: Output has multiple WITNESS_SCRIPT');
- }
- output.witnessScript = convert.outputs.witnessScript.decode(_keyVal4);
- break;
- case typeFields_1.OutputTypes.BIP32_DERIVATION:
- if (output.bip32Derivation === undefined) {
- output.bip32Derivation = [];
- }
- output.bip32Derivation.push(
- convert.outputs.bip32Derivation.decode(_keyVal4));
+ }
+ if (!_expanded.prevOutType) return {};
+ return {
+ prevOutScript: _output3,
+ prevOutType: SCRIPT_TYPES.P2WSH,
+ witnessScript: _redeem.output,
+ witnessScriptType: _expanded.prevOutType,
+ pubkeys: _expanded.pubkeys,
+ signatures: _expanded.signatures };
- break;
- default:
- if (!output.unknownKeyVals) output.unknownKeyVals = [];
- output.unknownKeyVals.push(_keyVal4);}
+ }
+ return {
+ prevOutType: SCRIPT_TYPES.NONSTANDARD,
+ prevOutScript: scriptSig };
- }} catch (err) {_iterator7.e(err);} finally {_iterator7.f();}
- outputs.push(output);
- }} catch (err) {_iterator5.e(err);} finally {_iterator5.f();}
- return { globalMap: globalMap, inputs: inputs, outputs: outputs };
}
-exports.psbtFromKeyVals = psbtFromKeyVals;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+// could be done in expandInput, but requires the original Transaction for hashForSignature
+function fixMultisigOrder(input, transaction, vin) {
+ if (input.redeemScriptType !== SCRIPT_TYPES.P2MS || !input.redeemScript)
+ return;
+ if (input.pubkeys.length === input.signatures.length) return;
+ var unmatched = input.signatures.concat();
+ input.signatures = input.pubkeys.map(function (pubKey) {
+ var keyPair = ECPair.fromPublicKey(pubKey);
+ var match;
+ // check for a signature
+ unmatched.some(function (signature, i) {
+ // skip if undefined || OP_0
+ if (!signature) return false;
+ // TODO: avoid O(n) hashForSignature
+ var parsed = bscript.signature.decode(signature);
+ var hash = transaction.hashForSignature(
+ vin,
+ input.redeemScript,
+ parsed.hashType);
-/***/ }),
-/* 502 */
-/*!********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip174/src/lib/converter/index.js ***!
- \********************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ // skip if signature does not match pubKey
+ if (!keyPair.verify(hash, parsed.signature)) return false;
+ // remove matched signature from unmatched
+ unmatched[i] = undefined;
+ match = signature;
+ return true;
+ });
+ return match;
+ });
+}
+function expandOutput(script, ourPubKey) {
+ typeforce(types.Buffer, script);
+ var type = classify.output(script);
+ switch (type) {
+ case SCRIPT_TYPES.P2PKH:{
+ if (!ourPubKey) return { type: type };
+ // does our hash160(pubKey) match the output scripts?
+ var pkh1 = payments.p2pkh({ output: script }).hash;
+ var pkh2 = bcrypto.hash160(ourPubKey);
+ if (!pkh1.equals(pkh2)) return { type: type };
+ return {
+ type: type,
+ pubkeys: [ourPubKey],
+ signatures: [undefined] };
-"use strict";
+ }
+ case SCRIPT_TYPES.P2WPKH:{
+ if (!ourPubKey) return { type: type };
+ // does our hash160(pubKey) match the output scripts?
+ var wpkh1 = payments.p2wpkh({ output: script }).hash;
+ var wpkh2 = bcrypto.hash160(ourPubKey);
+ if (!wpkh1.equals(wpkh2)) return { type: type };
+ return {
+ type: type,
+ pubkeys: [ourPubKey],
+ signatures: [undefined] };
-Object.defineProperty(exports, '__esModule', { value: true });
-var typeFields_1 = __webpack_require__(/*! ../typeFields */ 503);
-var globalXpub = __webpack_require__(/*! ./global/globalXpub */ 504);
-var unsignedTx = __webpack_require__(/*! ./global/unsignedTx */ 505);
-var finalScriptSig = __webpack_require__(/*! ./input/finalScriptSig */ 506);
-var finalScriptWitness = __webpack_require__(/*! ./input/finalScriptWitness */ 507);
-var nonWitnessUtxo = __webpack_require__(/*! ./input/nonWitnessUtxo */ 508);
-var partialSig = __webpack_require__(/*! ./input/partialSig */ 509);
-var porCommitment = __webpack_require__(/*! ./input/porCommitment */ 510);
-var sighashType = __webpack_require__(/*! ./input/sighashType */ 511);
-var witnessUtxo = __webpack_require__(/*! ./input/witnessUtxo */ 512);
-var bip32Derivation = __webpack_require__(/*! ./shared/bip32Derivation */ 515);
-var checkPubkey = __webpack_require__(/*! ./shared/checkPubkey */ 516);
-var redeemScript = __webpack_require__(/*! ./shared/redeemScript */ 517);
-var witnessScript = __webpack_require__(/*! ./shared/witnessScript */ 518);
-var globals = {
- unsignedTx: unsignedTx,
- globalXpub: globalXpub,
- // pass an Array of key bytes that require pubkey beside the key
- checkPubkey: checkPubkey.makeChecker([]) };
+ }
+ case SCRIPT_TYPES.P2PK:{
+ var p2pk = payments.p2pk({ output: script });
+ return {
+ type: type,
+ pubkeys: [p2pk.pubkey],
+ signatures: [undefined] };
-exports.globals = globals;
-var inputs = {
- nonWitnessUtxo: nonWitnessUtxo,
- partialSig: partialSig,
- sighashType: sighashType,
- finalScriptSig: finalScriptSig,
- finalScriptWitness: finalScriptWitness,
- porCommitment: porCommitment,
- witnessUtxo: witnessUtxo,
- bip32Derivation: bip32Derivation.makeConverter(
- typeFields_1.InputTypes.BIP32_DERIVATION),
+ }
+ case SCRIPT_TYPES.P2MS:{
+ var p2ms = payments.p2ms({ output: script });
+ return {
+ type: type,
+ pubkeys: p2ms.pubkeys,
+ signatures: p2ms.pubkeys.map(function () {return undefined;}),
+ maxSignatures: p2ms.m };
- redeemScript: redeemScript.makeConverter(
- typeFields_1.InputTypes.REDEEM_SCRIPT),
+ }}
- witnessScript: witnessScript.makeConverter(
- typeFields_1.InputTypes.WITNESS_SCRIPT),
+ return { type: type };
+}
+function prepareInput(input, ourPubKey, redeemScript, witnessScript) {
+ if (redeemScript && witnessScript) {
+ var p2wsh = payments.p2wsh({
+ redeem: { output: witnessScript } });
- checkPubkey: checkPubkey.makeChecker([
- typeFields_1.InputTypes.PARTIAL_SIG,
- typeFields_1.InputTypes.BIP32_DERIVATION]) };
+ var p2wshAlt = payments.p2wsh({ output: redeemScript });
+ var p2sh = payments.p2sh({ redeem: { output: redeemScript } });
+ var p2shAlt = payments.p2sh({ redeem: p2wsh });
+ // enforces P2SH(P2WSH(...))
+ if (!p2wsh.hash.equals(p2wshAlt.hash))
+ throw new Error('Witness script inconsistent with prevOutScript');
+ if (!p2sh.hash.equals(p2shAlt.hash))
+ throw new Error('Redeem script inconsistent with prevOutScript');
+ var expanded = expandOutput(p2wsh.redeem.output, ourPubKey);
+ if (!expanded.pubkeys)
+ throw new Error(
+ expanded.type +
+ ' not supported as witnessScript (' +
+ bscript.toASM(witnessScript) +
+ ')');
+ if (input.signatures && input.signatures.some(function (x) {return x !== undefined;})) {
+ expanded.signatures = input.signatures;
+ }
+ var signScript = witnessScript;
+ if (expanded.type === SCRIPT_TYPES.P2WPKH)
+ throw new Error('P2SH(P2WSH(P2WPKH)) is a consensus failure');
+ return {
+ redeemScript: redeemScript,
+ redeemScriptType: SCRIPT_TYPES.P2WSH,
+ witnessScript: witnessScript,
+ witnessScriptType: expanded.type,
+ prevOutType: SCRIPT_TYPES.P2SH,
+ prevOutScript: p2sh.output,
+ hasWitness: true,
+ signScript: signScript,
+ signType: expanded.type,
+ pubkeys: expanded.pubkeys,
+ signatures: expanded.signatures,
+ maxSignatures: expanded.maxSignatures };
-exports.inputs = inputs;
-var outputs = {
- bip32Derivation: bip32Derivation.makeConverter(
- typeFields_1.OutputTypes.BIP32_DERIVATION),
+ }
+ if (redeemScript) {
+ var _p2sh = payments.p2sh({ redeem: { output: redeemScript } });
+ if (input.prevOutScript) {
+ var _p2shAlt;
+ try {
+ _p2shAlt = payments.p2sh({ output: input.prevOutScript });
+ } catch (e) {
+ throw new Error('PrevOutScript must be P2SH');
+ }
+ if (!_p2sh.hash.equals(_p2shAlt.hash))
+ throw new Error('Redeem script inconsistent with prevOutScript');
+ }
+ var _expanded2 = expandOutput(_p2sh.redeem.output, ourPubKey);
+ if (!_expanded2.pubkeys)
+ throw new Error(
+ _expanded2.type +
+ ' not supported as redeemScript (' +
+ bscript.toASM(redeemScript) +
+ ')');
- redeemScript: redeemScript.makeConverter(
- typeFields_1.OutputTypes.REDEEM_SCRIPT),
+ if (input.signatures && input.signatures.some(function (x) {return x !== undefined;})) {
+ _expanded2.signatures = input.signatures;
+ }
+ var _signScript = redeemScript;
+ if (_expanded2.type === SCRIPT_TYPES.P2WPKH) {
+ _signScript = payments.p2pkh({ pubkey: _expanded2.pubkeys[0] }).output;
+ }
+ return {
+ redeemScript: redeemScript,
+ redeemScriptType: _expanded2.type,
+ prevOutType: SCRIPT_TYPES.P2SH,
+ prevOutScript: _p2sh.output,
+ hasWitness: _expanded2.type === SCRIPT_TYPES.P2WPKH,
+ signScript: _signScript,
+ signType: _expanded2.type,
+ pubkeys: _expanded2.pubkeys,
+ signatures: _expanded2.signatures,
+ maxSignatures: _expanded2.maxSignatures };
- witnessScript: witnessScript.makeConverter(
- typeFields_1.OutputTypes.WITNESS_SCRIPT),
-
- checkPubkey: checkPubkey.makeChecker([
- typeFields_1.OutputTypes.BIP32_DERIVATION]) };
+ }
+ if (witnessScript) {
+ var _p2wsh = payments.p2wsh({ redeem: { output: witnessScript } });
+ if (input.prevOutScript) {
+ var _p2wshAlt = payments.p2wsh({ output: input.prevOutScript });
+ if (!_p2wsh.hash.equals(_p2wshAlt.hash))
+ throw new Error('Witness script inconsistent with prevOutScript');
+ }
+ var _expanded3 = expandOutput(_p2wsh.redeem.output, ourPubKey);
+ if (!_expanded3.pubkeys)
+ throw new Error(
+ _expanded3.type +
+ ' not supported as witnessScript (' +
+ bscript.toASM(witnessScript) +
+ ')');
+ if (input.signatures && input.signatures.some(function (x) {return x !== undefined;})) {
+ _expanded3.signatures = input.signatures;
+ }
+ var _signScript2 = witnessScript;
+ if (_expanded3.type === SCRIPT_TYPES.P2WPKH)
+ throw new Error('P2WSH(P2WPKH) is a consensus failure');
+ return {
+ witnessScript: witnessScript,
+ witnessScriptType: _expanded3.type,
+ prevOutType: SCRIPT_TYPES.P2WSH,
+ prevOutScript: _p2wsh.output,
+ hasWitness: true,
+ signScript: _signScript2,
+ signType: _expanded3.type,
+ pubkeys: _expanded3.pubkeys,
+ signatures: _expanded3.signatures,
+ maxSignatures: _expanded3.maxSignatures };
-exports.outputs = outputs;
+ }
+ if (input.prevOutType && input.prevOutScript) {
+ // embedded scripts are not possible without extra information
+ if (input.prevOutType === SCRIPT_TYPES.P2SH)
+ throw new Error(
+ 'PrevOutScript is ' + input.prevOutType + ', requires redeemScript');
-/***/ }),
-/* 503 */
-/*!***************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip174/src/lib/typeFields.js ***!
- \***************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ if (input.prevOutType === SCRIPT_TYPES.P2WSH)
+ throw new Error(
+ 'PrevOutScript is ' + input.prevOutType + ', requires witnessScript');
-"use strict";
+ if (!input.prevOutScript) throw new Error('PrevOutScript is missing');
+ var _expanded4 = expandOutput(input.prevOutScript, ourPubKey);
+ if (!_expanded4.pubkeys)
+ throw new Error(
+ _expanded4.type +
+ ' not supported (' +
+ bscript.toASM(input.prevOutScript) +
+ ')');
-Object.defineProperty(exports, '__esModule', { value: true });
-var GlobalTypes;
-(function (GlobalTypes) {
- GlobalTypes[GlobalTypes['UNSIGNED_TX'] = 0] = 'UNSIGNED_TX';
- GlobalTypes[GlobalTypes['GLOBAL_XPUB'] = 1] = 'GLOBAL_XPUB';
-})(GlobalTypes = exports.GlobalTypes || (exports.GlobalTypes = {}));
-exports.GLOBAL_TYPE_NAMES = ['unsignedTx', 'globalXpub'];
-var InputTypes;
-(function (InputTypes) {
- InputTypes[InputTypes['NON_WITNESS_UTXO'] = 0] = 'NON_WITNESS_UTXO';
- InputTypes[InputTypes['WITNESS_UTXO'] = 1] = 'WITNESS_UTXO';
- InputTypes[InputTypes['PARTIAL_SIG'] = 2] = 'PARTIAL_SIG';
- InputTypes[InputTypes['SIGHASH_TYPE'] = 3] = 'SIGHASH_TYPE';
- InputTypes[InputTypes['REDEEM_SCRIPT'] = 4] = 'REDEEM_SCRIPT';
- InputTypes[InputTypes['WITNESS_SCRIPT'] = 5] = 'WITNESS_SCRIPT';
- InputTypes[InputTypes['BIP32_DERIVATION'] = 6] = 'BIP32_DERIVATION';
- InputTypes[InputTypes['FINAL_SCRIPTSIG'] = 7] = 'FINAL_SCRIPTSIG';
- InputTypes[InputTypes['FINAL_SCRIPTWITNESS'] = 8] = 'FINAL_SCRIPTWITNESS';
- InputTypes[InputTypes['POR_COMMITMENT'] = 9] = 'POR_COMMITMENT';
-})(InputTypes = exports.InputTypes || (exports.InputTypes = {}));
-exports.INPUT_TYPE_NAMES = [
-'nonWitnessUtxo',
-'witnessUtxo',
-'partialSig',
-'sighashType',
-'redeemScript',
-'witnessScript',
-'bip32Derivation',
-'finalScriptSig',
-'finalScriptWitness',
-'porCommitment'];
+ if (input.signatures && input.signatures.some(function (x) {return x !== undefined;})) {
+ _expanded4.signatures = input.signatures;
+ }
+ var _signScript3 = input.prevOutScript;
+ if (_expanded4.type === SCRIPT_TYPES.P2WPKH) {
+ _signScript3 = payments.p2pkh({ pubkey: _expanded4.pubkeys[0] }).output;
+ }
+ return {
+ prevOutType: _expanded4.type,
+ prevOutScript: input.prevOutScript,
+ hasWitness: _expanded4.type === SCRIPT_TYPES.P2WPKH,
+ signScript: _signScript3,
+ signType: _expanded4.type,
+ pubkeys: _expanded4.pubkeys,
+ signatures: _expanded4.signatures,
+ maxSignatures: _expanded4.maxSignatures };
-var OutputTypes;
-(function (OutputTypes) {
- OutputTypes[OutputTypes['REDEEM_SCRIPT'] = 0] = 'REDEEM_SCRIPT';
- OutputTypes[OutputTypes['WITNESS_SCRIPT'] = 1] = 'WITNESS_SCRIPT';
- OutputTypes[OutputTypes['BIP32_DERIVATION'] = 2] = 'BIP32_DERIVATION';
-})(OutputTypes = exports.OutputTypes || (exports.OutputTypes = {}));
-exports.OUTPUT_TYPE_NAMES = [
-'redeemScript',
-'witnessScript',
-'bip32Derivation'];
+ }
+ var prevOutScript = payments.p2pkh({ pubkey: ourPubKey }).output;
+ return {
+ prevOutType: SCRIPT_TYPES.P2PKH,
+ prevOutScript: prevOutScript,
+ hasWitness: false,
+ signScript: prevOutScript,
+ signType: SCRIPT_TYPES.P2PKH,
+ pubkeys: [ourPubKey],
+ signatures: [undefined] };
-/***/ }),
-/* 504 */
-/*!********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip174/src/lib/converter/global/globalXpub.js ***!
- \********************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+}
+function build(type, input, allowIncomplete) {
+ var pubkeys = input.pubkeys || [];
+ var signatures = input.signatures || [];
+ switch (type) {
+ case SCRIPT_TYPES.P2PKH:{
+ if (pubkeys.length === 0) break;
+ if (signatures.length === 0) break;
+ return payments.p2pkh({ pubkey: pubkeys[0], signature: signatures[0] });
+ }
+ case SCRIPT_TYPES.P2WPKH:{
+ if (pubkeys.length === 0) break;
+ if (signatures.length === 0) break;
+ return payments.p2wpkh({ pubkey: pubkeys[0], signature: signatures[0] });
+ }
+ case SCRIPT_TYPES.P2PK:{
+ if (pubkeys.length === 0) break;
+ if (signatures.length === 0) break;
+ return payments.p2pk({ signature: signatures[0] });
+ }
+ case SCRIPT_TYPES.P2MS:{
+ var m = input.maxSignatures;
+ if (allowIncomplete) {
+ signatures = signatures.map(function (x) {return x || script_1.OPS.OP_0;});
+ } else {
+ signatures = signatures.filter(function (x) {return x;});
+ }
+ // if the transaction is not not complete (complete), or if signatures.length === m, validate
+ // otherwise, the number of OP_0's may be >= m, so don't validate (boo)
+ var validate = !allowIncomplete || m === signatures.length;
+ return payments.p2ms(
+ { m: m, pubkeys: pubkeys, signatures: signatures },
+ { allowIncomplete: allowIncomplete, validate: validate });
-"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {function _createForOfIteratorHelper(o, allowArrayLike) {var it;if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) {if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {if (it) o = it;var i = 0;var F = function F() {};return { s: F, n: function n() {if (i >= o.length) return { done: true };return { done: false, value: o[i++] };}, e: function e(_e) {throw _e;}, f: F };}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}var normalCompletion = true,didErr = false,err;return { s: function s() {it = o[Symbol.iterator]();}, n: function n() {var step = it.next();normalCompletion = step.done;return step;}, e: function e(_e2) {didErr = true;err = _e2;}, f: function f() {try {if (!normalCompletion && it.return != null) it.return();} finally {if (didErr) throw err;}} };}function _toConsumableArray(arr) {return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();}function _nonIterableSpread() {throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}function _unsupportedIterableToArray(o, minLen) {if (!o) return;if (typeof o === "string") return _arrayLikeToArray(o, minLen);var n = Object.prototype.toString.call(o).slice(8, -1);if (n === "Object" && o.constructor) n = o.constructor.name;if (n === "Map" || n === "Set") return Array.from(o);if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);}function _iterableToArray(iter) {if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);}function _arrayWithoutHoles(arr) {if (Array.isArray(arr)) return _arrayLikeToArray(arr);}function _arrayLikeToArray(arr, len) {if (len == null || len > arr.length) len = arr.length;for (var i = 0, arr2 = new Array(len); i < len; i++) {arr2[i] = arr[i];}return arr2;}
-Object.defineProperty(exports, '__esModule', { value: true });
-var typeFields_1 = __webpack_require__(/*! ../../typeFields */ 503);
-var range = function range(n) {return _toConsumableArray(Array(n).keys());};
-function decode(keyVal) {
- if (keyVal.key[0] !== typeFields_1.GlobalTypes.GLOBAL_XPUB) {
- throw new Error(
- 'Decode Error: could not decode globalXpub with key 0x' +
- keyVal.key.toString('hex'));
+ }
+ case SCRIPT_TYPES.P2SH:{
+ var redeem = build(input.redeemScriptType, input, allowIncomplete);
+ if (!redeem) return;
+ return payments.p2sh({
+ redeem: {
+ output: redeem.output || input.redeemScript,
+ input: redeem.input,
+ witness: redeem.witness } });
- }
- if (keyVal.key.length !== 79 || ![2, 3].includes(keyVal.key[46])) {
- throw new Error(
- 'Decode Error: globalXpub has invalid extended pubkey in key 0x' +
- keyVal.key.toString('hex'));
- }
- if (keyVal.value.length / 4 % 1 !== 0) {
- throw new Error(
- 'Decode Error: Global GLOBAL_XPUB value length should be multiple of 4');
+ }
+ case SCRIPT_TYPES.P2WSH:{
+ var _redeem2 = build(input.witnessScriptType, input, allowIncomplete);
+ if (!_redeem2) return;
+ return payments.p2wsh({
+ redeem: {
+ output: input.witnessScript,
+ input: _redeem2.input,
+ witness: _redeem2.witness } });
- }
- var extendedPubkey = keyVal.key.slice(1);
- var data = {
- masterFingerprint: keyVal.value.slice(0, 4),
- extendedPubkey: extendedPubkey,
- path: 'm' };var _iterator = _createForOfIteratorHelper(
- range(keyVal.value.length / 4 - 1)),_step;try {for (_iterator.s(); !(_step = _iterator.n()).done;) {var i = _step.value;
- var val = keyVal.value.readUInt32LE(i * 4 + 4);
- var isHard = !!(val & 0x80000000);
- var idx = val & 0x7fffffff;
- data.path += '/' + idx.toString(10) + (isHard ? "'" : '');
- }} catch (err) {_iterator.e(err);} finally {_iterator.f();}
- return data;
-}
-exports.decode = decode;
-function encode(data) {
- var head = Buffer.from([typeFields_1.GlobalTypes.GLOBAL_XPUB]);
- var key = Buffer.concat([head, data.extendedPubkey]);
- var splitPath = data.path.split('/');
- var value = Buffer.allocUnsafe(splitPath.length * 4);
- data.masterFingerprint.copy(value, 0);
- var offset = 4;
- splitPath.slice(1).forEach(function (level) {
- var isHard = level.slice(-1) === "'";
- var num = 0x7fffffff & parseInt(isHard ? level.slice(0, -1) : level, 10);
- if (isHard) num += 0x80000000;
- value.writeUInt32LE(num, offset);
- offset += 4;
- });
- return {
- key: key,
- value: value };
+ }}
}
-exports.encode = encode;
-exports.expected =
-'{ masterFingerprint: Buffer; extendedPubkey: Buffer; path: string; }';
-function check(data) {
- var epk = data.extendedPubkey;
- var mfp = data.masterFingerprint;
- var p = data.path;
+function canSign(input) {
return (
- Buffer.isBuffer(epk) &&
- epk.length === 78 &&
- [2, 3].indexOf(epk[45]) > -1 &&
- Buffer.isBuffer(mfp) &&
- mfp.length === 4 &&
- typeof p === 'string' &&
- !!p.match(/^m(\/\d+'?)+$/));
+ input.signScript !== undefined &&
+ input.signType !== undefined &&
+ input.pubkeys !== undefined &&
+ input.signatures !== undefined &&
+ input.signatures.length === input.pubkeys.length &&
+ input.pubkeys.length > 0 && (
+ input.hasWitness === false || input.value !== undefined));
}
-exports.check = check;
-function canAddToArray(array, item, dupeSet) {
- var dupeString = item.extendedPubkey.toString('hex');
- if (dupeSet.has(dupeString)) return false;
- dupeSet.add(dupeString);
- return (
- array.filter(function (v) {return v.extendedPubkey.equals(item.extendedPubkey);}).length === 0);
-
+function signatureHashType(buffer) {
+ return buffer.readUInt8(buffer.length - 1);
}
-exports.canAddToArray = canAddToArray;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+function checkSignArgs(inputs, signParams) {
+ if (!PREVOUT_TYPES.has(signParams.prevOutScriptType)) {
+ throw new TypeError("Unknown prevOutScriptType \"".concat(
+ signParams.prevOutScriptType, "\""));
-/***/ }),
-/* 505 */
-/*!********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip174/src/lib/converter/global/unsignedTx.js ***!
- \********************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ }
+ tfMessage(
+ typeforce.Number,
+ signParams.vin, "sign must include vin parameter as Number (input index)");
-"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
-Object.defineProperty(exports, '__esModule', { value: true });
-var typeFields_1 = __webpack_require__(/*! ../../typeFields */ 503);
-function encode(data) {
- return {
- key: Buffer.from([typeFields_1.GlobalTypes.UNSIGNED_TX]),
- value: data.toBuffer() };
-}
-exports.encode = encode;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+ tfMessage(
+ types.Signer,
+ signParams.keyPair, "sign must include keyPair parameter as Signer interface");
-/***/ }),
-/* 506 */
-/*!***********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip174/src/lib/converter/input/finalScriptSig.js ***!
- \***********************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
-Object.defineProperty(exports, '__esModule', { value: true });
-var typeFields_1 = __webpack_require__(/*! ../../typeFields */ 503);
-function decode(keyVal) {
- if (keyVal.key[0] !== typeFields_1.InputTypes.FINAL_SCRIPTSIG) {
- throw new Error(
- 'Decode Error: could not decode finalScriptSig with key 0x' +
- keyVal.key.toString('hex'));
+ tfMessage(
+ typeforce.maybe(typeforce.Number),
+ signParams.hashType, "sign hashType parameter must be a number");
- }
- return keyVal.value;
-}
-exports.decode = decode;
-function encode(data) {
- var key = Buffer.from([typeFields_1.InputTypes.FINAL_SCRIPTSIG]);
- return {
- key: key,
- value: data };
-}
-exports.encode = encode;
-exports.expected = 'Buffer';
-function check(data) {
- return Buffer.isBuffer(data);
-}
-exports.check = check;
-function canAdd(currentData, newData) {
- return !!currentData && !!newData && currentData.finalScriptSig === undefined;
-}
-exports.canAdd = canAdd;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+ var prevOutType = (inputs[signParams.vin] || []).prevOutType;
+ var posType = signParams.prevOutScriptType;
+ switch (posType) {
+ case 'p2pkh':
+ if (prevOutType && prevOutType !== 'pubkeyhash') {
+ throw new TypeError("input #".concat(
+ signParams.vin, " is not of type p2pkh: ").concat(prevOutType));
-/***/ }),
-/* 507 */
-/*!***************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip174/src/lib/converter/input/finalScriptWitness.js ***!
- \***************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ }
+ tfMessage(
+ typeforce.value(undefined),
+ signParams.witnessScript, "".concat(
+ posType, " requires NO witnessScript"));
-"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
-Object.defineProperty(exports, '__esModule', { value: true });
-var typeFields_1 = __webpack_require__(/*! ../../typeFields */ 503);
-function decode(keyVal) {
- if (keyVal.key[0] !== typeFields_1.InputTypes.FINAL_SCRIPTWITNESS) {
- throw new Error(
- 'Decode Error: could not decode finalScriptWitness with key 0x' +
- keyVal.key.toString('hex'));
+ tfMessage(
+ typeforce.value(undefined),
+ signParams.redeemScript, "".concat(
+ posType, " requires NO redeemScript"));
- }
- return keyVal.value;
-}
-exports.decode = decode;
-function encode(data) {
- var key = Buffer.from([typeFields_1.InputTypes.FINAL_SCRIPTWITNESS]);
- return {
- key: key,
- value: data };
+ tfMessage(
+ typeforce.value(undefined),
+ signParams.witnessValue, "".concat(
+ posType, " requires NO witnessValue"));
-}
-exports.encode = encode;
-exports.expected = 'Buffer';
-function check(data) {
- return Buffer.isBuffer(data);
-}
-exports.check = check;
-function canAdd(currentData, newData) {
- return (
- !!currentData && !!newData && currentData.finalScriptWitness === undefined);
+ break;
+ case 'p2pk':
+ if (prevOutType && prevOutType !== 'pubkey') {
+ throw new TypeError("input #".concat(
+ signParams.vin, " is not of type p2pk: ").concat(prevOutType));
-}
-exports.canAdd = canAdd;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+ }
+ tfMessage(
+ typeforce.value(undefined),
+ signParams.witnessScript, "".concat(
+ posType, " requires NO witnessScript"));
-/***/ }),
-/* 508 */
-/*!***********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip174/src/lib/converter/input/nonWitnessUtxo.js ***!
- \***********************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ tfMessage(
+ typeforce.value(undefined),
+ signParams.redeemScript, "".concat(
+ posType, " requires NO redeemScript"));
-"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
-Object.defineProperty(exports, '__esModule', { value: true });
-var typeFields_1 = __webpack_require__(/*! ../../typeFields */ 503);
-function decode(keyVal) {
- if (keyVal.key[0] !== typeFields_1.InputTypes.NON_WITNESS_UTXO) {
- throw new Error(
- 'Decode Error: could not decode nonWitnessUtxo with key 0x' +
- keyVal.key.toString('hex'));
+ tfMessage(
+ typeforce.value(undefined),
+ signParams.witnessValue, "".concat(
+ posType, " requires NO witnessValue"));
- }
- return keyVal.value;
-}
-exports.decode = decode;
-function encode(data) {
- return {
- key: Buffer.from([typeFields_1.InputTypes.NON_WITNESS_UTXO]),
- value: data };
+ break;
+ case 'p2wpkh':
+ if (prevOutType && prevOutType !== 'witnesspubkeyhash') {
+ throw new TypeError("input #".concat(
+ signParams.vin, " is not of type p2wpkh: ").concat(prevOutType));
-}
-exports.encode = encode;
-exports.expected = 'Buffer';
-function check(data) {
- return Buffer.isBuffer(data);
-}
-exports.check = check;
-function canAdd(currentData, newData) {
- return !!currentData && !!newData && currentData.nonWitnessUtxo === undefined;
-}
-exports.canAdd = canAdd;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+ }
+ tfMessage(
+ typeforce.value(undefined),
+ signParams.witnessScript, "".concat(
+ posType, " requires NO witnessScript"));
-/***/ }),
-/* 509 */
-/*!*******************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip174/src/lib/converter/input/partialSig.js ***!
- \*******************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+ tfMessage(
+ typeforce.value(undefined),
+ signParams.redeemScript, "".concat(
+ posType, " requires NO redeemScript"));
-"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
-Object.defineProperty(exports, '__esModule', { value: true });
-var typeFields_1 = __webpack_require__(/*! ../../typeFields */ 503);
-function decode(keyVal) {
- if (keyVal.key[0] !== typeFields_1.InputTypes.PARTIAL_SIG) {
- throw new Error(
- 'Decode Error: could not decode partialSig with key 0x' +
- keyVal.key.toString('hex'));
+ tfMessage(
+ types.Satoshi,
+ signParams.witnessValue, "".concat(
+ posType, " requires witnessValue"));
- }
- if (
- !(keyVal.key.length === 34 || keyVal.key.length === 66) ||
- ![2, 3, 4].includes(keyVal.key[1]))
- {
- throw new Error(
- 'Decode Error: partialSig has invalid pubkey in key 0x' +
- keyVal.key.toString('hex'));
+ break;
+ case 'p2ms':
+ if (prevOutType && prevOutType !== 'multisig') {
+ throw new TypeError("input #".concat(
+ signParams.vin, " is not of type p2ms: ").concat(prevOutType));
- }
- var pubkey = keyVal.key.slice(1);
- return {
- pubkey: pubkey,
- signature: keyVal.value };
+ }
+ tfMessage(
+ typeforce.value(undefined),
+ signParams.witnessScript, "".concat(
+ posType, " requires NO witnessScript"));
-}
-exports.decode = decode;
-function encode(pSig) {
- var head = Buffer.from([typeFields_1.InputTypes.PARTIAL_SIG]);
- return {
- key: Buffer.concat([head, pSig.pubkey]),
- value: pSig.signature };
+ tfMessage(
+ typeforce.value(undefined),
+ signParams.redeemScript, "".concat(
+ posType, " requires NO redeemScript"));
-}
-exports.encode = encode;
-exports.expected = '{ pubkey: Buffer; signature: Buffer; }';
-function check(data) {
- return (
- Buffer.isBuffer(data.pubkey) &&
- Buffer.isBuffer(data.signature) &&
- [33, 65].includes(data.pubkey.length) &&
- [2, 3, 4].includes(data.pubkey[0]) &&
- isDerSigWithSighash(data.signature));
+ tfMessage(
+ typeforce.value(undefined),
+ signParams.witnessValue, "".concat(
+ posType, " requires NO witnessValue"));
+
+ break;
+ case 'p2sh-p2wpkh':
+ if (prevOutType && prevOutType !== 'scripthash') {
+ throw new TypeError("input #".concat(
+ signParams.vin, " is not of type p2sh-p2wpkh: ").concat(prevOutType));
+
+ }
+ tfMessage(
+ typeforce.value(undefined),
+ signParams.witnessScript, "".concat(
+ posType, " requires NO witnessScript"));
+
+ tfMessage(
+ typeforce.Buffer,
+ signParams.redeemScript, "".concat(
+ posType, " requires redeemScript"));
+
+ tfMessage(
+ types.Satoshi,
+ signParams.witnessValue, "".concat(
+ posType, " requires witnessValue"));
+
+ break;
+ case 'p2sh-p2ms':
+ case 'p2sh-p2pk':
+ case 'p2sh-p2pkh':
+ if (prevOutType && prevOutType !== 'scripthash') {
+ throw new TypeError("input #".concat(
+ signParams.vin, " is not of type ").concat(posType, ": ").concat(prevOutType));
+
+ }
+ tfMessage(
+ typeforce.value(undefined),
+ signParams.witnessScript, "".concat(
+ posType, " requires NO witnessScript"));
+
+ tfMessage(
+ typeforce.Buffer,
+ signParams.redeemScript, "".concat(
+ posType, " requires redeemScript"));
+
+ tfMessage(
+ typeforce.value(undefined),
+ signParams.witnessValue, "".concat(
+ posType, " requires NO witnessValue"));
+
+ break;
+ case 'p2wsh-p2ms':
+ case 'p2wsh-p2pk':
+ case 'p2wsh-p2pkh':
+ if (prevOutType && prevOutType !== 'witnessscripthash') {
+ throw new TypeError("input #".concat(
+ signParams.vin, " is not of type ").concat(posType, ": ").concat(prevOutType));
+
+ }
+ tfMessage(
+ typeforce.Buffer,
+ signParams.witnessScript, "".concat(
+ posType, " requires witnessScript"));
+
+ tfMessage(
+ typeforce.value(undefined),
+ signParams.redeemScript, "".concat(
+ posType, " requires NO redeemScript"));
+
+ tfMessage(
+ types.Satoshi,
+ signParams.witnessValue, "".concat(
+ posType, " requires witnessValue"));
+
+ break;
+ case 'p2sh-p2wsh-p2ms':
+ case 'p2sh-p2wsh-p2pk':
+ case 'p2sh-p2wsh-p2pkh':
+ if (prevOutType && prevOutType !== 'scripthash') {
+ throw new TypeError("input #".concat(
+ signParams.vin, " is not of type ").concat(posType, ": ").concat(prevOutType));
+
+ }
+ tfMessage(
+ typeforce.Buffer,
+ signParams.witnessScript, "".concat(
+ posType, " requires witnessScript"));
+
+ tfMessage(
+ typeforce.Buffer,
+ signParams.redeemScript, "".concat(
+ posType, " requires witnessScript"));
+
+ tfMessage(
+ types.Satoshi,
+ signParams.witnessValue, "".concat(
+ posType, " requires witnessScript"));
+
+ break;}
}
-exports.check = check;
-function isDerSigWithSighash(buf) {
- if (!Buffer.isBuffer(buf) || buf.length < 9) return false;
- if (buf[0] !== 0x30) return false;
- if (buf.length !== buf[1] + 3) return false;
- if (buf[2] !== 0x02) return false;
- var rLen = buf[3];
- if (rLen > 33 || rLen < 1) return false;
- if (buf[3 + rLen + 1] !== 0x02) return false;
- var sLen = buf[3 + rLen + 2];
- if (sLen > 33 || sLen < 1) return false;
- if (buf.length !== 3 + rLen + 2 + sLen + 2) return false;
- return true;
-}
-function canAddToArray(array, item, dupeSet) {
- var dupeString = item.pubkey.toString('hex');
- if (dupeSet.has(dupeString)) return false;
- dupeSet.add(dupeString);
- return array.filter(function (v) {return v.pubkey.equals(item.pubkey);}).length === 0;
+function trySign(_ref)
+
+
+
+
+
+
+{var input = _ref.input,ourPubKey = _ref.ourPubKey,keyPair = _ref.keyPair,signatureHash = _ref.signatureHash,hashType = _ref.hashType,useLowR = _ref.useLowR;
+ // enforce in order signing of public keys
+ var signed = false;var _iterator = _createForOfIteratorHelper(
+ input.pubkeys.entries()),_step;try {for (_iterator.s(); !(_step = _iterator.n()).done;) {var _step$value = _slicedToArray(_step.value, 2),i = _step$value[0],pubKey = _step$value[1];
+ if (!ourPubKey.equals(pubKey)) continue;
+ if (input.signatures[i]) throw new Error('Signature already exists');
+ // TODO: add tests
+ if (ourPubKey.length !== 33 && input.hasWitness) {
+ throw new Error(
+ 'BIP143 rejects uncompressed public keys in P2WPKH or P2WSH');
+
+ }
+ var signature = keyPair.sign(signatureHash, useLowR);
+ input.signatures[i] = bscript.signature.encode(signature, hashType);
+ signed = true;
+ }} catch (err) {_iterator.e(err);} finally {_iterator.f();}
+ if (!signed) throw new Error('Key pair cannot sign for this input');
}
-exports.canAddToArray = canAddToArray;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+function getSigningData(
+network,
+inputs,
+needsOutputs,
+tx,
+signParams,
+keyPair,
+redeemScript,
+hashType,
+witnessValue,
+witnessScript,
+useLowR)
+{
+ var vin;
+ if (typeof signParams === 'number') {
+ __f__("warn",
+ 'DEPRECATED: TransactionBuilder sign method arguments ' +
+ 'will change in v6, please use the TxbSignArg interface', " at node_modules/bitcoinjs-lib/src/transaction_builder.js:986");
+
+ vin = signParams;
+ } else if (typeof signParams === 'object') {
+ checkSignArgs(inputs, signParams);
+
+ vin =
+
-/***/ }),
-/* 510 */
-/*!**********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip174/src/lib/converter/input/porCommitment.js ***!
- \**********************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
-Object.defineProperty(exports, '__esModule', { value: true });
-var typeFields_1 = __webpack_require__(/*! ../../typeFields */ 503);
-function decode(keyVal) {
- if (keyVal.key[0] !== typeFields_1.InputTypes.POR_COMMITMENT) {
- throw new Error(
- 'Decode Error: could not decode porCommitment with key 0x' +
- keyVal.key.toString('hex'));
+
+
+ signParams.vin;keyPair = signParams.keyPair;redeemScript = signParams.redeemScript;hashType = signParams.hashType;witnessValue = signParams.witnessValue;witnessScript = signParams.witnessScript;
+ } else {
+ throw new TypeError(
+ 'TransactionBuilder sign first arg must be TxbSignArg or number');
}
- return keyVal.value.toString('utf8');
-}
-exports.decode = decode;
-function encode(data) {
- var key = Buffer.from([typeFields_1.InputTypes.POR_COMMITMENT]);
+ if (keyPair === undefined) {
+ throw new Error('sign requires keypair');
+ }
+ // TODO: remove keyPair.network matching in 4.0.0
+ if (keyPair.network && keyPair.network !== network)
+ throw new TypeError('Inconsistent network');
+ if (!inputs[vin]) throw new Error('No input at index: ' + vin);
+ hashType = hashType || transaction_1.Transaction.SIGHASH_ALL;
+ if (needsOutputs(hashType)) throw new Error('Transaction needs outputs');
+ var input = inputs[vin];
+ // if redeemScript was previously provided, enforce consistency
+ if (
+ input.redeemScript !== undefined &&
+ redeemScript &&
+ !input.redeemScript.equals(redeemScript))
+ {
+ throw new Error('Inconsistent redeemScript');
+ }
+ var ourPubKey =
+ keyPair.publicKey || keyPair.getPublicKey && keyPair.getPublicKey();
+ if (!canSign(input)) {
+ if (witnessValue !== undefined) {
+ if (input.value !== undefined && input.value !== witnessValue)
+ throw new Error('Input did not match witnessValue');
+ typeforce(types.Satoshi, witnessValue);
+ input.value = witnessValue;
+ }
+ if (!canSign(input)) {
+ var prepared = prepareInput(
+ input,
+ ourPubKey,
+ redeemScript,
+ witnessScript);
+
+ // updates inline
+ Object.assign(input, prepared);
+ }
+ if (!canSign(input)) throw Error(input.prevOutType + ' not supported');
+ }
+ // ready to sign
+ var signatureHash;
+ if (input.hasWitness) {
+ signatureHash = tx.hashForWitnessV0(
+ vin,
+ input.signScript,
+ input.value,
+ hashType);
+
+ } else {
+ signatureHash = tx.hashForSignature(vin, input.signScript, hashType);
+ }
return {
- key: key,
- value: Buffer.from(data, 'utf8') };
+ input: input,
+ ourPubKey: ourPubKey,
+ keyPair: keyPair,
+ signatureHash: signatureHash,
+ hashType: hashType,
+ useLowR: !!useLowR };
}
-exports.encode = encode;
-exports.expected = 'string';
-function check(data) {
- return typeof data === 'string';
-}
-exports.check = check;
-function canAdd(currentData, newData) {
- return !!currentData && !!newData && currentData.porCommitment === undefined;
-}
-exports.canAdd = canAdd;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 28)["default"], __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
/***/ }),
-/* 511 */
-/*!********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip174/src/lib/converter/input/sighashType.js ***!
- \********************************************************************************************************/
+/* 494 */
+/*!******************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/classify.js ***!
+ \******************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
-Object.defineProperty(exports, '__esModule', { value: true });
-var typeFields_1 = __webpack_require__(/*! ../../typeFields */ 503);
-function decode(keyVal) {
- if (keyVal.key[0] !== typeFields_1.InputTypes.SIGHASH_TYPE) {
- throw new Error(
- 'Decode Error: could not decode sighashType with key 0x' +
- keyVal.key.toString('hex'));
- }
- return keyVal.value.readUInt32LE(0);
-}
-exports.decode = decode;
-function encode(data) {
- var key = Buffer.from([typeFields_1.InputTypes.SIGHASH_TYPE]);
- var value = Buffer.allocUnsafe(4);
- value.writeUInt32LE(data, 0);
- return {
- key: key,
- value: value };
+Object.defineProperty(exports, '__esModule', { value: true });
+var script_1 = __webpack_require__(/*! ./script */ 447);
+var multisig = __webpack_require__(/*! ./templates/multisig */ 495);
+var nullData = __webpack_require__(/*! ./templates/nulldata */ 498);
+var pubKey = __webpack_require__(/*! ./templates/pubkey */ 499);
+var pubKeyHash = __webpack_require__(/*! ./templates/pubkeyhash */ 502);
+var scriptHash = __webpack_require__(/*! ./templates/scripthash */ 505);
+var witnessCommitment = __webpack_require__(/*! ./templates/witnesscommitment */ 510);
+var witnessPubKeyHash = __webpack_require__(/*! ./templates/witnesspubkeyhash */ 512);
+var witnessScriptHash = __webpack_require__(/*! ./templates/witnessscripthash */ 514);
+var types = {
+ P2MS: 'multisig',
+ NONSTANDARD: 'nonstandard',
+ NULLDATA: 'nulldata',
+ P2PK: 'pubkey',
+ P2PKH: 'pubkeyhash',
+ P2SH: 'scripthash',
+ P2WPKH: 'witnesspubkeyhash',
+ P2WSH: 'witnessscripthash',
+ WITNESS_COMMITMENT: 'witnesscommitment' };
+exports.types = types;
+function classifyOutput(script) {
+ if (witnessPubKeyHash.output.check(script)) return types.P2WPKH;
+ if (witnessScriptHash.output.check(script)) return types.P2WSH;
+ if (pubKeyHash.output.check(script)) return types.P2PKH;
+ if (scriptHash.output.check(script)) return types.P2SH;
+ // XXX: optimization, below functions .decompile before use
+ var chunks = script_1.decompile(script);
+ if (!chunks) throw new TypeError('Invalid script');
+ if (multisig.output.check(chunks)) return types.P2MS;
+ if (pubKey.output.check(chunks)) return types.P2PK;
+ if (witnessCommitment.output.check(chunks)) return types.WITNESS_COMMITMENT;
+ if (nullData.output.check(chunks)) return types.NULLDATA;
+ return types.NONSTANDARD;
}
-exports.encode = encode;
-exports.expected = 'number';
-function check(data) {
- return typeof data === 'number';
+exports.output = classifyOutput;
+function classifyInput(script, allowIncomplete) {
+ // XXX: optimization, below functions .decompile before use
+ var chunks = script_1.decompile(script);
+ if (!chunks) throw new TypeError('Invalid script');
+ if (pubKeyHash.input.check(chunks)) return types.P2PKH;
+ if (scriptHash.input.check(chunks, allowIncomplete)) return types.P2SH;
+ if (multisig.input.check(chunks, allowIncomplete)) return types.P2MS;
+ if (pubKey.input.check(chunks)) return types.P2PK;
+ return types.NONSTANDARD;
}
-exports.check = check;
-function canAdd(currentData, newData) {
- return !!currentData && !!newData && currentData.sighashType === undefined;
+exports.input = classifyInput;
+function classifyWitness(script, allowIncomplete) {
+ // XXX: optimization, below functions .decompile before use
+ var chunks = script_1.decompile(script);
+ if (!chunks) throw new TypeError('Invalid script');
+ if (witnessPubKeyHash.input.check(chunks)) return types.P2WPKH;
+ if (witnessScriptHash.input.check(chunks, allowIncomplete))
+ return types.P2WSH;
+ return types.NONSTANDARD;
}
-exports.canAdd = canAdd;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+exports.witness = classifyWitness;
/***/ }),
-/* 512 */
-/*!********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip174/src/lib/converter/input/witnessUtxo.js ***!
- \********************************************************************************************************/
+/* 495 */
+/*!**********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/templates/multisig/index.js ***!
+ \**********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
+
Object.defineProperty(exports, '__esModule', { value: true });
-var typeFields_1 = __webpack_require__(/*! ../../typeFields */ 503);
-var tools_1 = __webpack_require__(/*! ../tools */ 513);
-var varuint = __webpack_require__(/*! ../varint */ 514);
-function decode(keyVal) {
- if (keyVal.key[0] !== typeFields_1.InputTypes.WITNESS_UTXO) {
- throw new Error(
- 'Decode Error: could not decode witnessUtxo with key 0x' +
- keyVal.key.toString('hex'));
+var input = __webpack_require__(/*! ./input */ 496);
+exports.input = input;
+var output = __webpack_require__(/*! ./output */ 497);
+exports.output = output;
- }
- var value = tools_1.readUInt64LE(keyVal.value, 0);
- var _offset = 8;
- var scriptLen = varuint.decode(keyVal.value, _offset);
- _offset += varuint.encodingLength(scriptLen);
- var script = keyVal.value.slice(_offset);
- if (script.length !== scriptLen) {
- throw new Error('Decode Error: WITNESS_UTXO script is not proper length');
- }
- return {
- script: script,
- value: value };
+/***/ }),
+/* 496 */
+/*!**********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/templates/multisig/input.js ***!
+ \**********************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
-}
-exports.decode = decode;
-function encode(data) {var
- script = data.script,value = data.value;
- var varintLen = varuint.encodingLength(script.length);
- var result = Buffer.allocUnsafe(8 + varintLen + script.length);
- tools_1.writeUInt64LE(result, value, 0);
- varuint.encode(script.length, result, 8);
- script.copy(result, 8 + varintLen);
- return {
- key: Buffer.from([typeFields_1.InputTypes.WITNESS_UTXO]),
- value: result };
+"use strict";
+
+// OP_0 [signatures ...]
+Object.defineProperty(exports, '__esModule', { value: true });
+var bscript = __webpack_require__(/*! ../../script */ 447);
+var script_1 = __webpack_require__(/*! ../../script */ 447);
+function partialSignature(value) {
+ return (
+ value === script_1.OPS.OP_0 || bscript.isCanonicalScriptSignature(value));
}
-exports.encode = encode;
-exports.expected = '{ script: Buffer; value: number; }';
-function check(data) {
- return Buffer.isBuffer(data.script) && typeof data.value === 'number';
+function check(script, allowIncomplete) {
+ var chunks = bscript.decompile(script);
+ if (chunks.length < 2) return false;
+ if (chunks[0] !== script_1.OPS.OP_0) return false;
+ if (allowIncomplete) {
+ return chunks.slice(1).every(partialSignature);
+ }
+ return chunks.slice(1).every(bscript.isCanonicalScriptSignature);
}
exports.check = check;
-function canAdd(currentData, newData) {
- return !!currentData && !!newData && currentData.witnessUtxo === undefined;
-}
-exports.canAdd = canAdd;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+check.toJSON = function () {
+ return 'multisig input';
+};
/***/ }),
-/* 513 */
-/*!********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip174/src/lib/converter/tools.js ***!
- \********************************************************************************************/
+/* 497 */
+/*!***********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/templates/multisig/output.js ***!
+ \***********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {function _toConsumableArray(arr) {return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();}function _nonIterableSpread() {throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}function _unsupportedIterableToArray(o, minLen) {if (!o) return;if (typeof o === "string") return _arrayLikeToArray(o, minLen);var n = Object.prototype.toString.call(o).slice(8, -1);if (n === "Object" && o.constructor) n = o.constructor.name;if (n === "Map" || n === "Set") return Array.from(o);if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);}function _iterableToArray(iter) {if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);}function _arrayWithoutHoles(arr) {if (Array.isArray(arr)) return _arrayLikeToArray(arr);}function _arrayLikeToArray(arr, len) {if (len == null || len > arr.length) len = arr.length;for (var i = 0, arr2 = new Array(len); i < len; i++) {arr2[i] = arr[i];}return arr2;}
-Object.defineProperty(exports, '__esModule', { value: true });
-var varuint = __webpack_require__(/*! ./varint */ 514);
-exports.range = function (n) {return _toConsumableArray(Array(n).keys());};
-function reverseBuffer(buffer) {
- if (buffer.length < 1) return buffer;
- var j = buffer.length - 1;
- var tmp = 0;
- for (var i = 0; i < buffer.length / 2; i++) {
- tmp = buffer[i];
- buffer[i] = buffer[j];
- buffer[j] = tmp;
- j--;
- }
- return buffer;
-}
-exports.reverseBuffer = reverseBuffer;
-function keyValsToBuffer(keyVals) {
- var buffers = keyVals.map(keyValToBuffer);
- buffers.push(Buffer.from([0]));
- return Buffer.concat(buffers);
-}
-exports.keyValsToBuffer = keyValsToBuffer;
-function keyValToBuffer(keyVal) {
- var keyLen = keyVal.key.length;
- var valLen = keyVal.value.length;
- var keyVarIntLen = varuint.encodingLength(keyLen);
- var valVarIntLen = varuint.encodingLength(valLen);
- var buffer = Buffer.allocUnsafe(
- keyVarIntLen + keyLen + valVarIntLen + valLen);
- varuint.encode(keyLen, buffer, 0);
- keyVal.key.copy(buffer, keyVarIntLen);
- varuint.encode(valLen, buffer, keyVarIntLen + keyLen);
- keyVal.value.copy(buffer, keyVarIntLen + keyLen + valVarIntLen);
- return buffer;
-}
-exports.keyValToBuffer = keyValToBuffer;
-// https://github.com/feross/buffer/blob/master/index.js#L1127
-function verifuint(value, max) {
- if (typeof value !== 'number')
- throw new Error('cannot write a non-number as a number');
- if (value < 0)
- throw new Error('specified a negative value for writing an unsigned value');
- if (value > max) throw new Error('RangeError: value out of range');
- if (Math.floor(value) !== value)
- throw new Error('value has a fractional component');
-}
-function readUInt64LE(buffer, offset) {
- var a = buffer.readUInt32LE(offset);
- var b = buffer.readUInt32LE(offset + 4);
- b *= 0x100000000;
- verifuint(b + a, 0x001fffffffffffff);
- return b + a;
-}
-exports.readUInt64LE = readUInt64LE;
-function writeUInt64LE(buffer, value, offset) {
- verifuint(value, 0x001fffffffffffff);
- buffer.writeInt32LE(value & -1, offset);
- buffer.writeUInt32LE(Math.floor(value / 0x100000000), offset + 4);
- return offset + 8;
+// m [pubKeys ...] n OP_CHECKMULTISIG
+Object.defineProperty(exports, '__esModule', { value: true });
+var bscript = __webpack_require__(/*! ../../script */ 447);
+var script_1 = __webpack_require__(/*! ../../script */ 447);
+var types = __webpack_require__(/*! ../../types */ 450);
+var OP_INT_BASE = script_1.OPS.OP_RESERVED; // OP_1 - 1
+function check(script, allowIncomplete) {
+ var chunks = bscript.decompile(script);
+ if (chunks.length < 4) return false;
+ if (chunks[chunks.length - 1] !== script_1.OPS.OP_CHECKMULTISIG) return false;
+ if (!types.Number(chunks[0])) return false;
+ if (!types.Number(chunks[chunks.length - 2])) return false;
+ var m = chunks[0] - OP_INT_BASE;
+ var n = chunks[chunks.length - 2] - OP_INT_BASE;
+ if (m <= 0) return false;
+ if (n > 16) return false;
+ if (m > n) return false;
+ if (n !== chunks.length - 3) return false;
+ if (allowIncomplete) return true;
+ var keys = chunks.slice(1, -2);
+ return keys.every(bscript.isCanonicalPubKey);
}
-exports.writeUInt64LE = writeUInt64LE;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+exports.check = check;
+check.toJSON = function () {
+ return 'multi-sig output';
+};
/***/ }),
-/* 514 */
-/*!*********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip174/src/lib/converter/varint.js ***!
- \*********************************************************************************************/
+/* 498 */
+/*!****************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/templates/nulldata.js ***!
+ \****************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
+
Object.defineProperty(exports, '__esModule', { value: true });
-// Number.MAX_SAFE_INTEGER
-var MAX_SAFE_INTEGER = 9007199254740991;
-function checkUInt53(n) {
- if (n < 0 || n > MAX_SAFE_INTEGER || n % 1 !== 0)
- throw new RangeError('value out of range');
-}
-function encode(_number, buffer, offset) {
- checkUInt53(_number);
- if (!buffer) buffer = Buffer.allocUnsafe(encodingLength(_number));
- if (!Buffer.isBuffer(buffer))
- throw new TypeError('buffer must be a Buffer instance');
- if (!offset) offset = 0;
- // 8 bit
- if (_number < 0xfd) {
- buffer.writeUInt8(_number, offset);
- Object.assign(encode, { bytes: 1 });
- // 16 bit
- } else if (_number <= 0xffff) {
- buffer.writeUInt8(0xfd, offset);
- buffer.writeUInt16LE(_number, offset + 1);
- Object.assign(encode, { bytes: 3 });
- // 32 bit
- } else if (_number <= 0xffffffff) {
- buffer.writeUInt8(0xfe, offset);
- buffer.writeUInt32LE(_number, offset + 1);
- Object.assign(encode, { bytes: 5 });
- // 64 bit
- } else {
- buffer.writeUInt8(0xff, offset);
- buffer.writeUInt32LE(_number >>> 0, offset + 1);
- buffer.writeUInt32LE(_number / 0x100000000 | 0, offset + 5);
- Object.assign(encode, { bytes: 9 });
- }
- return buffer;
-}
-exports.encode = encode;
-function decode(buffer, offset) {
- if (!Buffer.isBuffer(buffer))
- throw new TypeError('buffer must be a Buffer instance');
- if (!offset) offset = 0;
- var first = buffer.readUInt8(offset);
- // 8 bit
- if (first < 0xfd) {
- Object.assign(decode, { bytes: 1 });
- return first;
- // 16 bit
- } else if (first === 0xfd) {
- Object.assign(decode, { bytes: 3 });
- return buffer.readUInt16LE(offset + 1);
- // 32 bit
- } else if (first === 0xfe) {
- Object.assign(decode, { bytes: 5 });
- return buffer.readUInt32LE(offset + 1);
- // 64 bit
- } else {
- Object.assign(decode, { bytes: 9 });
- var lo = buffer.readUInt32LE(offset + 1);
- var hi = buffer.readUInt32LE(offset + 5);
- var _number = hi * 0x0100000000 + lo;
- checkUInt53(_number);
- return _number;
- }
-}
-exports.decode = decode;
-function encodingLength(_number) {
- checkUInt53(_number);
- return _number < 0xfd ?
- 1 :
- _number <= 0xffff ?
- 3 :
- _number <= 0xffffffff ?
- 5 :
- 9;
+// OP_RETURN {data}
+var bscript = __webpack_require__(/*! ../script */ 447);
+var OPS = bscript.OPS;
+function check(script) {
+ var buffer = bscript.compile(script);
+ return buffer.length > 1 && buffer[0] === OPS.OP_RETURN;
}
-exports.encodingLength = encodingLength;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+exports.check = check;
+check.toJSON = function () {
+ return 'null data output';
+};
+var output = { check: check };
+exports.output = output;
/***/ }),
-/* 515 */
-/*!*************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip174/src/lib/converter/shared/bip32Derivation.js ***!
- \*************************************************************************************************************/
+/* 499 */
+/*!********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/templates/pubkey/index.js ***!
+ \********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {function _createForOfIteratorHelper(o, allowArrayLike) {var it;if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) {if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {if (it) o = it;var i = 0;var F = function F() {};return { s: F, n: function n() {if (i >= o.length) return { done: true };return { done: false, value: o[i++] };}, e: function e(_e) {throw _e;}, f: F };}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}var normalCompletion = true,didErr = false,err;return { s: function s() {it = o[Symbol.iterator]();}, n: function n() {var step = it.next();normalCompletion = step.done;return step;}, e: function e(_e2) {didErr = true;err = _e2;}, f: function f() {try {if (!normalCompletion && it.return != null) it.return();} finally {if (didErr) throw err;}} };}function _toConsumableArray(arr) {return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();}function _nonIterableSpread() {throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}function _unsupportedIterableToArray(o, minLen) {if (!o) return;if (typeof o === "string") return _arrayLikeToArray(o, minLen);var n = Object.prototype.toString.call(o).slice(8, -1);if (n === "Object" && o.constructor) n = o.constructor.name;if (n === "Map" || n === "Set") return Array.from(o);if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);}function _iterableToArray(iter) {if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);}function _arrayWithoutHoles(arr) {if (Array.isArray(arr)) return _arrayLikeToArray(arr);}function _arrayLikeToArray(arr, len) {if (len == null || len > arr.length) len = arr.length;for (var i = 0, arr2 = new Array(len); i < len; i++) {arr2[i] = arr[i];}return arr2;}
+
Object.defineProperty(exports, '__esModule', { value: true });
-var range = function range(n) {return _toConsumableArray(Array(n).keys());};
-function makeConverter(TYPE_BYTE) {
- function decode(keyVal) {
- if (keyVal.key[0] !== TYPE_BYTE) {
- throw new Error(
- 'Decode Error: could not decode bip32Derivation with key 0x' +
- keyVal.key.toString('hex'));
+var input = __webpack_require__(/*! ./input */ 500);
+exports.input = input;
+var output = __webpack_require__(/*! ./output */ 501);
+exports.output = output;
- }
- if (
- !(keyVal.key.length === 34 || keyVal.key.length === 66) ||
- ![2, 3, 4].includes(keyVal.key[1]))
- {
- throw new Error(
- 'Decode Error: bip32Derivation has invalid pubkey in key 0x' +
- keyVal.key.toString('hex'));
+/***/ }),
+/* 500 */
+/*!********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/templates/pubkey/input.js ***!
+ \********************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- }
- if (keyVal.value.length / 4 % 1 !== 0) {
- throw new Error(
- 'Decode Error: Input BIP32_DERIVATION value length should be multiple of 4');
+"use strict";
- }
- var pubkey = keyVal.key.slice(1);
- var data = {
- masterFingerprint: keyVal.value.slice(0, 4),
- pubkey: pubkey,
- path: 'm' };var _iterator = _createForOfIteratorHelper(
+// {signature}
+Object.defineProperty(exports, '__esModule', { value: true });
+var bscript = __webpack_require__(/*! ../../script */ 447);
+function check(script) {
+ var chunks = bscript.decompile(script);
+ return chunks.length === 1 && bscript.isCanonicalScriptSignature(chunks[0]);
+}
+exports.check = check;
+check.toJSON = function () {
+ return 'pubKey input';
+};
- range(keyVal.value.length / 4 - 1)),_step;try {for (_iterator.s(); !(_step = _iterator.n()).done;) {var i = _step.value;
- var val = keyVal.value.readUInt32LE(i * 4 + 4);
- var isHard = !!(val & 0x80000000);
- var idx = val & 0x7fffffff;
- data.path += '/' + idx.toString(10) + (isHard ? "'" : '');
- }} catch (err) {_iterator.e(err);} finally {_iterator.f();}
- return data;
- }
- function encode(data) {
- var head = Buffer.from([TYPE_BYTE]);
- var key = Buffer.concat([head, data.pubkey]);
- var splitPath = data.path.split('/');
- var value = Buffer.allocUnsafe(splitPath.length * 4);
- data.masterFingerprint.copy(value, 0);
- var offset = 4;
- splitPath.slice(1).forEach(function (level) {
- var isHard = level.slice(-1) === "'";
- var num = 0x7fffffff & parseInt(isHard ? level.slice(0, -1) : level, 10);
- if (isHard) num += 0x80000000;
- value.writeUInt32LE(num, offset);
- offset += 4;
- });
- return {
- key: key,
- value: value };
+/***/ }),
+/* 501 */
+/*!*********************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/templates/pubkey/output.js ***!
+ \*********************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- }
- var expected =
- '{ masterFingerprint: Buffer; pubkey: Buffer; path: string; }';
- function check(data) {
- return (
- Buffer.isBuffer(data.pubkey) &&
- Buffer.isBuffer(data.masterFingerprint) &&
- typeof data.path === 'string' &&
- [33, 65].includes(data.pubkey.length) &&
- [2, 3, 4].includes(data.pubkey[0]) &&
- data.masterFingerprint.length === 4);
+"use strict";
- }
- function canAddToArray(array, item, dupeSet) {
- var dupeString = item.pubkey.toString('hex');
- if (dupeSet.has(dupeString)) return false;
- dupeSet.add(dupeString);
- return array.filter(function (v) {return v.pubkey.equals(item.pubkey);}).length === 0;
- }
- return {
- decode: decode,
- encode: encode,
- check: check,
- expected: expected,
- canAddToArray: canAddToArray };
+// {pubKey} OP_CHECKSIG
+Object.defineProperty(exports, '__esModule', { value: true });
+var bscript = __webpack_require__(/*! ../../script */ 447);
+var script_1 = __webpack_require__(/*! ../../script */ 447);
+function check(script) {
+ var chunks = bscript.decompile(script);
+ return (
+ chunks.length === 2 &&
+ bscript.isCanonicalPubKey(chunks[0]) &&
+ chunks[1] === script_1.OPS.OP_CHECKSIG);
}
-exports.makeConverter = makeConverter;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+exports.check = check;
+check.toJSON = function () {
+ return 'pubKey output';
+};
/***/ }),
-/* 516 */
-/*!*********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip174/src/lib/converter/shared/checkPubkey.js ***!
- \*********************************************************************************************************/
+/* 502 */
+/*!************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/templates/pubkeyhash/index.js ***!
+ \************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, '__esModule', { value: true });
-function makeChecker(pubkeyTypes) {
- return checkPubkey;
- function checkPubkey(keyVal) {
- var pubkey;
- if (pubkeyTypes.includes(keyVal.key[0])) {
- pubkey = keyVal.key.slice(1);
- if (
- !(pubkey.length === 33 || pubkey.length === 65) ||
- ![2, 3, 4].includes(pubkey[0]))
- {
- throw new Error(
- 'Format Error: invalid pubkey in key 0x' + keyVal.key.toString('hex'));
+var input = __webpack_require__(/*! ./input */ 503);
+exports.input = input;
+var output = __webpack_require__(/*! ./output */ 504);
+exports.output = output;
+
+/***/ }),
+/* 503 */
+/*!************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/templates/pubkeyhash/input.js ***!
+ \************************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+
+"use strict";
+
+// {signature} {pubKey}
+Object.defineProperty(exports, '__esModule', { value: true });
+var bscript = __webpack_require__(/*! ../../script */ 447);
+function check(script) {
+ var chunks = bscript.decompile(script);
+ return (
+ chunks.length === 2 &&
+ bscript.isCanonicalScriptSignature(chunks[0]) &&
+ bscript.isCanonicalPubKey(chunks[1]));
- }
- }
- return pubkey;
- }
}
-exports.makeChecker = makeChecker;
+exports.check = check;
+check.toJSON = function () {
+ return 'pubKeyHash input';
+};
/***/ }),
-/* 517 */
-/*!**********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip174/src/lib/converter/shared/redeemScript.js ***!
- \**********************************************************************************************************/
+/* 504 */
+/*!*************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/templates/pubkeyhash/output.js ***!
+ \*************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
+
+// OP_DUP OP_HASH160 {pubKeyHash} OP_EQUALVERIFY OP_CHECKSIG
Object.defineProperty(exports, '__esModule', { value: true });
-function makeConverter(TYPE_BYTE) {
- function decode(keyVal) {
- if (keyVal.key[0] !== TYPE_BYTE) {
- throw new Error(
- 'Decode Error: could not decode redeemScript with key 0x' +
- keyVal.key.toString('hex'));
+var bscript = __webpack_require__(/*! ../../script */ 447);
+var script_1 = __webpack_require__(/*! ../../script */ 447);
+function check(script) {
+ var buffer = bscript.compile(script);
+ return (
+ buffer.length === 25 &&
+ buffer[0] === script_1.OPS.OP_DUP &&
+ buffer[1] === script_1.OPS.OP_HASH160 &&
+ buffer[2] === 0x14 &&
+ buffer[23] === script_1.OPS.OP_EQUALVERIFY &&
+ buffer[24] === script_1.OPS.OP_CHECKSIG);
- }
- return keyVal.value;
- }
- function encode(data) {
- var key = Buffer.from([TYPE_BYTE]);
- return {
- key: key,
- value: data };
+}
+exports.check = check;
+check.toJSON = function () {
+ return 'pubKeyHash output';
+};
- }
- var expected = 'Buffer';
- function check(data) {
- return Buffer.isBuffer(data);
- }
- function canAdd(currentData, newData) {
- return !!currentData && !!newData && currentData.redeemScript === undefined;
- }
- return {
- decode: decode,
- encode: encode,
- check: check,
- expected: expected,
- canAdd: canAdd };
+/***/ }),
+/* 505 */
+/*!************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/templates/scripthash/index.js ***!
+ \************************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
-}
-exports.makeConverter = makeConverter;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+"use strict";
+
+Object.defineProperty(exports, '__esModule', { value: true });
+var input = __webpack_require__(/*! ./input */ 506);
+exports.input = input;
+var output = __webpack_require__(/*! ./output */ 509);
+exports.output = output;
/***/ }),
-/* 518 */
-/*!***********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip174/src/lib/converter/shared/witnessScript.js ***!
- \***********************************************************************************************************/
+/* 506 */
+/*!************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/templates/scripthash/input.js ***!
+ \************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
/* WEBPACK VAR INJECTION */(function(Buffer) {
+// {serialized scriptPubKey script}
Object.defineProperty(exports, '__esModule', { value: true });
-function makeConverter(TYPE_BYTE) {
- function decode(keyVal) {
- if (keyVal.key[0] !== TYPE_BYTE) {
- throw new Error(
- 'Decode Error: could not decode witnessScript with key 0x' +
- keyVal.key.toString('hex'));
-
- }
- return keyVal.value;
- }
- function encode(data) {
- var key = Buffer.from([TYPE_BYTE]);
- return {
- key: key,
- value: data };
+var bscript = __webpack_require__(/*! ../../script */ 447);
+var p2ms = __webpack_require__(/*! ../multisig */ 495);
+var p2pk = __webpack_require__(/*! ../pubkey */ 499);
+var p2pkh = __webpack_require__(/*! ../pubkeyhash */ 502);
+var p2wpkho = __webpack_require__(/*! ../witnesspubkeyhash/output */ 507);
+var p2wsho = __webpack_require__(/*! ../witnessscripthash/output */ 508);
+function check(script, allowIncomplete) {
+ var chunks = bscript.decompile(script);
+ if (chunks.length < 1) return false;
+ var lastChunk = chunks[chunks.length - 1];
+ if (!Buffer.isBuffer(lastChunk)) return false;
+ var scriptSigChunks = bscript.decompile(
+ bscript.compile(chunks.slice(0, -1)));
- }
- var expected = 'Buffer';
- function check(data) {
- return Buffer.isBuffer(data);
- }
- function canAdd(currentData, newData) {
+ var redeemScriptChunks = bscript.decompile(lastChunk);
+ // is redeemScript a valid script?
+ if (!redeemScriptChunks) return false;
+ // is redeemScriptSig push only?
+ if (!bscript.isPushOnly(scriptSigChunks)) return false;
+ // is witness?
+ if (chunks.length === 1) {
return (
- !!currentData && !!newData && currentData.witnessScript === undefined);
+ p2wsho.check(redeemScriptChunks) || p2wpkho.check(redeemScriptChunks));
}
- return {
- decode: decode,
- encode: encode,
- check: check,
- expected: expected,
- canAdd: canAdd };
+ // match types
+ if (
+ p2pkh.input.check(scriptSigChunks) &&
+ p2pkh.output.check(redeemScriptChunks))
+
+ return true;
+ if (
+ p2ms.input.check(scriptSigChunks, allowIncomplete) &&
+ p2ms.output.check(redeemScriptChunks))
+
+ return true;
+ if (
+ p2pk.input.check(scriptSigChunks) &&
+ p2pk.output.check(redeemScriptChunks))
+ return true;
+ return false;
}
-exports.makeConverter = makeConverter;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+exports.check = check;
+check.toJSON = function () {
+ return 'scriptHash input';
+};
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
/***/ }),
-/* 519 */
+/* 507 */
/*!********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip174/src/lib/parser/toBuffer.js ***!
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/templates/witnesspubkeyhash/output.js ***!
\********************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {function _slicedToArray(arr, i) {return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();}function _nonIterableRest() {throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}function _unsupportedIterableToArray(o, minLen) {if (!o) return;if (typeof o === "string") return _arrayLikeToArray(o, minLen);var n = Object.prototype.toString.call(o).slice(8, -1);if (n === "Object" && o.constructor) n = o.constructor.name;if (n === "Map" || n === "Set") return Array.from(o);if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);}function _arrayLikeToArray(arr, len) {if (len == null || len > arr.length) len = arr.length;for (var i = 0, arr2 = new Array(len); i < len; i++) {arr2[i] = arr[i];}return arr2;}function _iterableToArrayLimit(arr, i) {if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return;var _arr = [];var _n = true;var _d = false;var _e = undefined;try {for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) {_arr.push(_s.value);if (i && _arr.length === i) break;}} catch (err) {_d = true;_e = err;} finally {try {if (!_n && _i["return"] != null) _i["return"]();} finally {if (_d) throw _e;}}return _arr;}function _arrayWithHoles(arr) {if (Array.isArray(arr)) return arr;}
-Object.defineProperty(exports, '__esModule', { value: true });
-var convert = __webpack_require__(/*! ../converter */ 502);
-var tools_1 = __webpack_require__(/*! ../converter/tools */ 513);
-function psbtToBuffer(_ref) {var globalMap = _ref.globalMap,inputs = _ref.inputs,outputs = _ref.outputs;var _psbtToKeyVals =
- psbtToKeyVals({
- globalMap: globalMap,
- inputs: inputs,
- outputs: outputs }),globalKeyVals = _psbtToKeyVals.globalKeyVals,inputKeyVals = _psbtToKeyVals.inputKeyVals,outputKeyVals = _psbtToKeyVals.outputKeyVals;
- var globalBuffer = tools_1.keyValsToBuffer(globalKeyVals);
- var keyValsOrEmptyToBuffer = function keyValsOrEmptyToBuffer(keyVals) {return (
- keyVals.length === 0 ?
- [Buffer.from([0])] :
- keyVals.map(tools_1.keyValsToBuffer));};
- var inputBuffers = keyValsOrEmptyToBuffer(inputKeyVals);
- var outputBuffers = keyValsOrEmptyToBuffer(outputKeyVals);
- var header = Buffer.allocUnsafe(5);
- header.writeUIntBE(0x70736274ff, 0, 5);
- return Buffer.concat(
- [header, globalBuffer].concat(inputBuffers, outputBuffers));
+// OP_0 {pubKeyHash}
+Object.defineProperty(exports, '__esModule', { value: true });
+var bscript = __webpack_require__(/*! ../../script */ 447);
+var script_1 = __webpack_require__(/*! ../../script */ 447);
+function check(script) {
+ var buffer = bscript.compile(script);
+ return (
+ buffer.length === 22 &&
+ buffer[0] === script_1.OPS.OP_0 &&
+ buffer[1] === 0x14);
}
-exports.psbtToBuffer = psbtToBuffer;
-var sortKeyVals = function sortKeyVals(a, b) {
- return a.key.compare(b.key);
+exports.check = check;
+check.toJSON = function () {
+ return 'Witness pubKeyHash output';
};
-function keyValsFromMap(keyValMap, converterFactory) {
- var keyHexSet = new Set();
- var keyVals = Object.entries(keyValMap).reduce(function (result, _ref2) {var _ref3 = _slicedToArray(_ref2, 2),key = _ref3[0],value = _ref3[1];
- if (key === 'unknownKeyVals') return result;
- // We are checking for undefined anyways. So ignore TS error
- // @ts-ignore
- var converter = converterFactory[key];
- if (converter === undefined) return result;
- var encodedKeyVals = (Array.isArray(value) ? value : [value]).map(
- converter.encode);
- var keyHexes = encodedKeyVals.map(function (kv) {return kv.key.toString('hex');});
- keyHexes.forEach(function (hex) {
- if (keyHexSet.has(hex))
- throw new Error('Serialize Error: Duplicate key: ' + hex);
- keyHexSet.add(hex);
- });
- return result.concat(encodedKeyVals);
- }, []);
- // Get other keyVals that have not yet been gotten
- var otherKeyVals = keyValMap.unknownKeyVals ?
- keyValMap.unknownKeyVals.filter(function (keyVal) {
- return !keyHexSet.has(keyVal.key.toString('hex'));
- }) :
- [];
- return keyVals.concat(otherKeyVals).sort(sortKeyVals);
-}
-function psbtToKeyVals(_ref4) {var globalMap = _ref4.globalMap,inputs = _ref4.inputs,outputs = _ref4.outputs;
- // First parse the global keyVals
- // Get any extra keyvals to pass along
- return {
- globalKeyVals: keyValsFromMap(globalMap, convert.globals),
- inputKeyVals: inputs.map(function (i) {return keyValsFromMap(i, convert.inputs);}),
- outputKeyVals: outputs.map(function (o) {return keyValsFromMap(o, convert.outputs);}) };
+/***/ }),
+/* 508 */
+/*!********************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/templates/witnessscripthash/output.js ***!
+ \********************************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+
+"use strict";
+
+// OP_0 {scriptHash}
+Object.defineProperty(exports, '__esModule', { value: true });
+var bscript = __webpack_require__(/*! ../../script */ 447);
+var script_1 = __webpack_require__(/*! ../../script */ 447);
+function check(script) {
+ var buffer = bscript.compile(script);
+ return (
+ buffer.length === 34 &&
+ buffer[0] === script_1.OPS.OP_0 &&
+ buffer[1] === 0x20);
}
-exports.psbtToKeyVals = psbtToKeyVals;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+exports.check = check;
+check.toJSON = function () {
+ return 'Witness scriptHash output';
+};
/***/ }),
-/* 520 */
-/*!**********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bip174/src/lib/utils.js ***!
- \**********************************************************************************/
+/* 509 */
+/*!*************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/templates/scripthash/output.js ***!
+ \*************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
-Object.defineProperty(exports, '__esModule', { value: true });
-var converter = __webpack_require__(/*! ./converter */ 502);
-function checkForInput(inputs, inputIndex) {
- var input = inputs[inputIndex];
- if (input === undefined) throw new Error("No input #".concat(inputIndex));
- return input;
-}
-exports.checkForInput = checkForInput;
-function checkForOutput(outputs, outputIndex) {
- var output = outputs[outputIndex];
- if (output === undefined) throw new Error("No output #".concat(outputIndex));
- return output;
-}
-exports.checkForOutput = checkForOutput;
-function checkHasKey(checkKeyVal, keyVals, enumLength) {
- if (checkKeyVal.key[0] < enumLength) {
- throw new Error("Use the method for your specific key instead of addUnknownKeyVal*");
+// OP_HASH160 {scriptHash} OP_EQUAL
+Object.defineProperty(exports, '__esModule', { value: true });
+var bscript = __webpack_require__(/*! ../../script */ 447);
+var script_1 = __webpack_require__(/*! ../../script */ 447);
+function check(script) {
+ var buffer = bscript.compile(script);
+ return (
+ buffer.length === 23 &&
+ buffer[0] === script_1.OPS.OP_HASH160 &&
+ buffer[1] === 0x14 &&
+ buffer[22] === script_1.OPS.OP_EQUAL);
- }
- if (
- keyVals &&
- keyVals.filter(function (kv) {return kv.key.equals(checkKeyVal.key);}).length !== 0)
- {
- throw new Error("Duplicate Key: ".concat(checkKeyVal.key.toString('hex')));
- }
}
-exports.checkHasKey = checkHasKey;
-function getEnumLength(myenum) {
- var count = 0;
- Object.keys(myenum).forEach(function (val) {
- if (Number(isNaN(Number(val)))) {
- count++;
- }
- });
- return count;
-}
-exports.getEnumLength = getEnumLength;
-function inputCheckUncleanFinalized(inputIndex, input) {
- var result = false;
- if (input.nonWitnessUtxo || input.witnessUtxo) {
- var needScriptSig = !!input.redeemScript;
- var needWitnessScript = !!input.witnessScript;
- var scriptSigOK = !needScriptSig || !!input.finalScriptSig;
- var witnessScriptOK = !needWitnessScript || !!input.finalScriptWitness;
- var hasOneFinal = !!input.finalScriptSig || !!input.finalScriptWitness;
- result = scriptSigOK && witnessScriptOK && hasOneFinal;
- }
- if (result === false) {
- throw new Error("Input #".concat(
- inputIndex, " has too much or too little data to clean"));
+exports.check = check;
+check.toJSON = function () {
+ return 'scriptHash output';
+};
- }
-}
-exports.inputCheckUncleanFinalized = inputCheckUncleanFinalized;
-function throwForUpdateMaker(typeName, name, expected, data) {
- throw new Error(
- "Data for ".concat(typeName, " key ").concat(name, " is incorrect: Expected ") + "".concat(
- expected, " and got ").concat(JSON.stringify(data)));
+/***/ }),
+/* 510 */
+/*!*******************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/templates/witnesscommitment/index.js ***!
+ \*******************************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+
+"use strict";
+
+Object.defineProperty(exports, '__esModule', { value: true });
+var output = __webpack_require__(/*! ./output */ 511);
+exports.output = output;
+
+/***/ }),
+/* 511 */
+/*!********************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/templates/witnesscommitment/output.js ***!
+ \********************************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+// OP_RETURN {aa21a9ed} {commitment}
+Object.defineProperty(exports, '__esModule', { value: true });
+var bscript = __webpack_require__(/*! ../../script */ 447);
+var script_1 = __webpack_require__(/*! ../../script */ 447);
+var types = __webpack_require__(/*! ../../types */ 450);
+var typeforce = __webpack_require__(/*! typeforce */ 406);
+var HEADER = Buffer.from('aa21a9ed', 'hex');
+function check(script) {
+ var buffer = bscript.compile(script);
+ return (
+ buffer.length > 37 &&
+ buffer[0] === script_1.OPS.OP_RETURN &&
+ buffer[1] === 0x24 &&
+ buffer.slice(2, 6).equals(HEADER));
}
-function updateMaker(typeName) {
- return function (updateData, mainData) {var _loop = function _loop() {
- var name = _Object$keys[_i];
- // @ts-ignore
- var data = updateData[name];
- // @ts-ignore
- var _ref =
- // @ts-ignore
- converter[typeName + 's'][name] || {},canAdd = _ref.canAdd,canAddToArray = _ref.canAddToArray,check = _ref.check,expected = _ref.expected;
- var isArray = !!canAddToArray;
- // If unknown data. ignore and do not add
- if (check) {
- if (isArray) {
- if (
- !Array.isArray(data) ||
- // @ts-ignore
- mainData[name] && !Array.isArray(mainData[name]))
- {
- throw new Error("Key type ".concat(name, " must be an array"));
- }
- if (!data.every(check)) {
- throwForUpdateMaker(typeName, name, expected, data);
- }
- // @ts-ignore
- var arr = mainData[name] || [];
- var dupeCheckSet = new Set();
- if (!data.every(function (v) {return canAddToArray(arr, v, dupeCheckSet);})) {
- throw new Error('Can not add duplicate data to array');
- }
- // @ts-ignore
- mainData[name] = arr.concat(data);
- } else {
- if (!check(data)) {
- throwForUpdateMaker(typeName, name, expected, data);
- }
- if (!canAdd(mainData, data)) {
- throw new Error("Can not add duplicate data to ".concat(typeName));
- }
- // @ts-ignore
- mainData[name] = data;
- }
- }};for (var _i = 0, _Object$keys = Object.keys(updateData); _i < _Object$keys.length; _i++) {_loop();
- }
- };
-}
-exports.updateGlobal = updateMaker('global');
-exports.updateInput = updateMaker('input');
-exports.updateOutput = updateMaker('output');
-function addInputAttributes(inputs, data) {
- var index = inputs.length - 1;
- var input = checkForInput(inputs, index);
- exports.updateInput(data, input);
-}
-exports.addInputAttributes = addInputAttributes;
-function addOutputAttributes(outputs, data) {
- var index = outputs.length - 1;
- var output = checkForInput(outputs, index);
- exports.updateOutput(data, output);
-}
-exports.addOutputAttributes = addOutputAttributes;
-function defaultVersionSetter(version, txBuf) {
- if (!Buffer.isBuffer(txBuf) || txBuf.length < 4) {
- throw new Error('Set Version: Invalid Transaction');
- }
- txBuf.writeUInt32LE(version, 0);
- return txBuf;
+exports.check = check;
+check.toJSON = function () {
+ return 'Witness commitment output';
+};
+function encode(commitment) {
+ typeforce(types.Hash256bit, commitment);
+ var buffer = Buffer.allocUnsafe(36);
+ HEADER.copy(buffer, 0);
+ commitment.copy(buffer, 4);
+ return bscript.compile([script_1.OPS.OP_RETURN, buffer]);
}
-exports.defaultVersionSetter = defaultVersionSetter;
-function defaultLocktimeSetter(locktime, txBuf) {
- if (!Buffer.isBuffer(txBuf) || txBuf.length < 4) {
- throw new Error('Set Locktime: Invalid Transaction');
- }
- txBuf.writeUInt32LE(locktime, txBuf.length - 4);
- return txBuf;
+exports.encode = encode;
+function decode(buffer) {
+ typeforce(check, buffer);
+ return bscript.decompile(buffer)[1].slice(4, 36);
}
-exports.defaultLocktimeSetter = defaultLocktimeSetter;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
+exports.decode = decode;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
/***/ }),
-/* 521 */
-/*!***************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/transaction_builder.js ***!
- \***************************************************************************************************/
+/* 512 */
+/*!*******************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/templates/witnesspubkeyhash/index.js ***!
+ \*******************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-/* WEBPACK VAR INJECTION */(function(__f__, Buffer) {function _slicedToArray(arr, i) {return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();}function _nonIterableRest() {throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}function _iterableToArrayLimit(arr, i) {if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return;var _arr = [];var _n = true;var _d = false;var _e = undefined;try {for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) {_arr.push(_s.value);if (i && _arr.length === i) break;}} catch (err) {_d = true;_e = err;} finally {try {if (!_n && _i["return"] != null) _i["return"]();} finally {if (_d) throw _e;}}return _arr;}function _arrayWithHoles(arr) {if (Array.isArray(arr)) return arr;}function _createForOfIteratorHelper(o, allowArrayLike) {var it;if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) {if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {if (it) o = it;var i = 0;var F = function F() {};return { s: F, n: function n() {if (i >= o.length) return { done: true };return { done: false, value: o[i++] };}, e: function e(_e2) {throw _e2;}, f: F };}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}var normalCompletion = true,didErr = false,err;return { s: function s() {it = o[Symbol.iterator]();}, n: function n() {var step = it.next();normalCompletion = step.done;return step;}, e: function e(_e3) {didErr = true;err = _e3;}, f: function f() {try {if (!normalCompletion && it.return != null) it.return();} finally {if (didErr) throw err;}} };}function _unsupportedIterableToArray(o, minLen) {if (!o) return;if (typeof o === "string") return _arrayLikeToArray(o, minLen);var n = Object.prototype.toString.call(o).slice(8, -1);if (n === "Object" && o.constructor) n = o.constructor.name;if (n === "Map" || n === "Set") return Array.from(o);if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);}function _arrayLikeToArray(arr, len) {if (len == null || len > arr.length) len = arr.length;for (var i = 0, arr2 = new Array(len); i < len; i++) {arr2[i] = arr[i];}return arr2;}function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}function _createClass(Constructor, protoProps, staticProps) {if (protoProps) _defineProperties(Constructor.prototype, protoProps);if (staticProps) _defineProperties(Constructor, staticProps);return Constructor;}
+
Object.defineProperty(exports, '__esModule', { value: true });
-var baddress = __webpack_require__(/*! ./address */ 471);
-var bufferutils_1 = __webpack_require__(/*! ./bufferutils */ 493);
-var classify = __webpack_require__(/*! ./classify */ 522);
-var bcrypto = __webpack_require__(/*! ./crypto */ 487);
-var ECPair = __webpack_require__(/*! ./ecpair */ 491);
-var networks = __webpack_require__(/*! ./networks */ 472);
-var payments = __webpack_require__(/*! ./payments */ 473);
-var bscript = __webpack_require__(/*! ./script */ 475);
-var script_1 = __webpack_require__(/*! ./script */ 475);
-var transaction_1 = __webpack_require__(/*! ./transaction */ 495);
-var types = __webpack_require__(/*! ./types */ 478);
-var typeforce = __webpack_require__(/*! typeforce */ 434);
-var SCRIPT_TYPES = classify.types;
-var PREVOUT_TYPES = new Set([
-// Raw
-'p2pkh',
-'p2pk',
-'p2wpkh',
-'p2ms',
-// P2SH wrapped
-'p2sh-p2pkh',
-'p2sh-p2pk',
-'p2sh-p2wpkh',
-'p2sh-p2ms',
-// P2WSH wrapped
-'p2wsh-p2pkh',
-'p2wsh-p2pk',
-'p2wsh-p2ms',
-// P2SH-P2WSH wrapper
-'p2sh-p2wsh-p2pkh',
-'p2sh-p2wsh-p2pk',
-'p2sh-p2wsh-p2ms']);
+var input = __webpack_require__(/*! ./input */ 513);
+exports.input = input;
+var output = __webpack_require__(/*! ./output */ 507);
+exports.output = output;
-function tfMessage(type, value, message) {
- try {
- typeforce(type, value);
- } catch (err) {
- throw new Error(message);
- }
+/***/ }),
+/* 513 */
+/*!*******************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/templates/witnesspubkeyhash/input.js ***!
+ \*******************************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+
+"use strict";
+
+// {signature} {pubKey}
+Object.defineProperty(exports, '__esModule', { value: true });
+var bscript = __webpack_require__(/*! ../../script */ 447);
+function isCompressedCanonicalPubKey(pubKey) {
+ return bscript.isCanonicalPubKey(pubKey) && pubKey.length === 33;
}
-function txIsString(tx) {
- return typeof tx === 'string' || tx instanceof String;
+function check(script) {
+ var chunks = bscript.decompile(script);
+ return (
+ chunks.length === 2 &&
+ bscript.isCanonicalScriptSignature(chunks[0]) &&
+ isCompressedCanonicalPubKey(chunks[1]));
+
}
-function txIsTransaction(tx) {
- return tx instanceof transaction_1.Transaction;
-}var
-TransactionBuilder = /*#__PURE__*/function () {
- // WARNING: maximumFeeRate is __NOT__ to be relied on,
- // it's just another potential safety mechanism (safety in-depth)
- function TransactionBuilder() {var network = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : networks.bitcoin;var maximumFeeRate = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 2500;_classCallCheck(this, TransactionBuilder);
- this.network = network;
- this.maximumFeeRate = maximumFeeRate;
- this.__PREV_TX_SET = {};
- this.__INPUTS = [];
- this.__TX = new transaction_1.Transaction();
- this.__TX.version = 2;
- this.__USE_LOW_R = false;
- __f__("warn",
- 'Deprecation Warning: TransactionBuilder will be removed in the future. ' +
- '(v6.x.x or later) Please use the Psbt class instead. Examples of usage ' +
- 'are available in the transactions-psbt.js integration test file on our ' +
- 'Github. A high level explanation is available in the psbt.ts and psbt.js ' +
- 'files as well.', " at node_modules/bitcoinjs-lib/src/transaction_builder.js:60");
+exports.check = check;
+check.toJSON = function () {
+ return 'witnessPubKeyHash input';
+};
- }_createClass(TransactionBuilder, [{ key: "setLowR", value: function setLowR(
+/***/ }),
+/* 514 */
+/*!*******************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/templates/witnessscripthash/index.js ***!
+ \*******************************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+"use strict";
+Object.defineProperty(exports, '__esModule', { value: true });
+var input = __webpack_require__(/*! ./input */ 515);
+exports.input = input;
+var output = __webpack_require__(/*! ./output */ 508);
+exports.output = output;
+/***/ }),
+/* 515 */
+/*!*******************************************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/bitcoinjs-lib/src/templates/witnessscripthash/input.js ***!
+ \*******************************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+// {serialized scriptPubKey script}
+Object.defineProperty(exports, '__esModule', { value: true });
+var bscript = __webpack_require__(/*! ../../script */ 447);
+var typeforce = __webpack_require__(/*! typeforce */ 406);
+var p2ms = __webpack_require__(/*! ../multisig */ 495);
+var p2pk = __webpack_require__(/*! ../pubkey */ 499);
+var p2pkh = __webpack_require__(/*! ../pubkeyhash */ 502);
+function check(chunks, allowIncomplete) {
+ typeforce(typeforce.Array, chunks);
+ if (chunks.length < 1) return false;
+ var witnessScript = chunks[chunks.length - 1];
+ if (!Buffer.isBuffer(witnessScript)) return false;
+ var witnessScriptChunks = bscript.decompile(witnessScript);
+ // is witnessScript a valid script?
+ if (!witnessScriptChunks || witnessScriptChunks.length === 0) return false;
+ var witnessRawScriptSig = bscript.compile(chunks.slice(0, -1));
+ // match types
+ if (
+ p2pkh.input.check(witnessRawScriptSig) &&
+ p2pkh.output.check(witnessScriptChunks))
+ return true;
+ if (
+ p2ms.input.check(witnessRawScriptSig, allowIncomplete) &&
+ p2ms.output.check(witnessScriptChunks))
+ return true;
+ if (
+ p2pk.input.check(witnessRawScriptSig) &&
+ p2pk.output.check(witnessScriptChunks))
+ return true;
+ return false;
+}
+exports.check = check;
+check.toJSON = function () {
+ return 'witnessScriptHash input';
+};
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
+/***/ }),
+/* 516 */
+/*!***************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/ethereumjs-tx/es5/index.js ***!
+ \***************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+"use strict";
+/* WEBPACK VAR INJECTION */(function(Buffer) {
+function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}
+var ethUtil = __webpack_require__(/*! ethereumjs-util */ 411);
+var fees = __webpack_require__(/*! ethereum-common/params.json */ 517);
+var BN = ethUtil.BN;
+// secp256k1n/2
+var N_DIV_2 = new BN('7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0', 16);
+/**
+ * Creates a new transaction object.
+ *
+ * @example
+ * var rawTx = {
+ * nonce: '00',
+ * gasPrice: '09184e72a000',
+ * gasLimit: '2710',
+ * to: '0000000000000000000000000000000000000000',
+ * value: '00',
+ * data: '7f7465737432000000000000000000000000000000000000000000000000000000600057',
+ * v: '1c',
+ * r: '5e1d3a76fbf824220eafc8c79ad578ad2b67d01b0c2425eb1f1347e8f50882ab',
+ * s: '5bd428537f05f9830e93792f90ea6a3e2d1ee84952dd96edbae9f658f831ab13'
+ * };
+ * var tx = new Transaction(rawTx);
+ *
+ * @class
+ * @param {Buffer | Array | Object} data a transaction can be initiailized with either a buffer containing the RLP serialized transaction or an array of buffers relating to each of the tx Properties, listed in order below in the exmple.
+ *
+ * Or lastly an Object containing the Properties of the transaction like in the Usage example.
+ *
+ * For Object and Arrays each of the elements can either be a Buffer, a hex-prefixed (0x) String , Number, or an object with a toBuffer method such as Bignum
+ *
+ * @property {Buffer} raw The raw rlp encoded transaction
+ * @param {Buffer} data.nonce nonce number
+ * @param {Buffer} data.gasLimit transaction gas limit
+ * @param {Buffer} data.gasPrice transaction gas price
+ * @param {Buffer} data.to to the to address
+ * @param {Buffer} data.value the amount of ether sent
+ * @param {Buffer} data.data this will contain the data of the message or the init of a contract
+ * @param {Buffer} data.v EC signature parameter
+ * @param {Buffer} data.r EC signature parameter
+ * @param {Buffer} data.s EC recovery ID
+ * @param {Number} data.chainId EIP 155 chainId - mainnet: 1, ropsten: 3
+ * */
+var Transaction = function () {
+ function Transaction(data) {
+ _classCallCheck(this, Transaction);
+ data = data || {};
+ // Define Properties
+ var fields = [{
+ name: 'nonce',
+ length: 32,
+ allowLess: true,
+ default: new Buffer([]) },
+ {
+ name: 'gasPrice',
+ length: 32,
+ allowLess: true,
+ default: new Buffer([]) },
+ {
+ name: 'gasLimit',
+ alias: 'gas',
+ length: 32,
+ allowLess: true,
+ default: new Buffer([]) },
+ {
+ name: 'to',
+ allowZero: true,
+ length: 20,
+ default: new Buffer([]) },
+ {
+ name: 'value',
+ length: 32,
+ allowLess: true,
+ default: new Buffer([]) },
+ {
+ name: 'data',
+ alias: 'input',
+ allowZero: true,
+ default: new Buffer([]) },
+ {
+ name: 'v',
+ allowZero: true,
+ default: new Buffer([0x1c]) },
+ {
+ name: 'r',
+ length: 32,
+ allowZero: true,
+ allowLess: true,
+ default: new Buffer([]) },
+ {
+ name: 's',
+ length: 32,
+ allowZero: true,
+ allowLess: true,
+ default: new Buffer([]) }];
+ /**
+ * Returns the rlp encoding of the transaction
+ * @method serialize
+ * @return {Buffer}
+ * @memberof Transaction
+ * @name serialize
+ */
+ // attached serialize
+ ethUtil.defineProperties(this, fields, data);
+ /**
+ * @property {Buffer} from (read only) sender address of this transaction, mathematically derived from other parameters.
+ * @name from
+ * @memberof Transaction
+ */
+ Object.defineProperty(this, 'from', {
+ enumerable: true,
+ configurable: true,
+ get: this.getSenderAddress.bind(this) });
+ // calculate chainId from signature
+ var sigV = ethUtil.bufferToInt(this.v);
+ var chainId = Math.floor((sigV - 35) / 2);
+ if (chainId < 0) chainId = 0;
+ // set chainId
+ this._chainId = chainId || data.chainId || 0;
+ this._homestead = true;
+ }
+ /**
+ * If the tx's `to` is to the creation address
+ * @return {Boolean}
+ */
- setting) {
- typeforce(typeforce.maybe(typeforce.Boolean), setting);
- if (setting === undefined) {
- setting = true;
- }
- this.__USE_LOW_R = setting;
- return setting;
- } }, { key: "setLockTime", value: function setLockTime(
- locktime) {
- typeforce(types.UInt32, locktime);
- // if any signatures exist, throw
- if (
- this.__INPUTS.some(function (input) {
- if (!input.signatures) return false;
- return input.signatures.some(function (s) {return s !== undefined;});
- }))
- {
- throw new Error('No, this would invalidate signatures');
- }
- this.__TX.locktime = locktime;
- } }, { key: "setVersion", value: function setVersion(
- version) {
- typeforce(types.UInt32, version);
- // XXX: this might eventually become more complex depending on what the versions represent
- this.__TX.version = version;
- } }, { key: "addInput", value: function addInput(
- txHash, vout, sequence, prevOutScript) {
- if (!this.__canModifyInputs()) {
- throw new Error('No, this would invalidate signatures');
- }
- var value;
- // is it a hex string?
- if (txIsString(txHash)) {
- // transaction hashs's are displayed in reverse order, un-reverse it
- txHash = bufferutils_1.reverseBuffer(Buffer.from(txHash, 'hex'));
- // is it a Transaction object?
- } else if (txIsTransaction(txHash)) {
- var txOut = txHash.outs[vout];
- prevOutScript = txOut.script;
- value = txOut.value;
- txHash = txHash.getHash(false);
- }
- return this.__addInputUnsafe(txHash, vout, {
- sequence: sequence,
- prevOutScript: prevOutScript,
- value: value });
- } }, { key: "addOutput", value: function addOutput(
- scriptPubKey, value) {
- if (!this.__canModifyOutputs()) {
- throw new Error('No, this would invalidate signatures');
- }
- // Attempt to get a script if it's a base58 or bech32 address string
- if (typeof scriptPubKey === 'string') {
- scriptPubKey = baddress.toOutputScript(scriptPubKey, this.network);
- }
- return this.__TX.addOutput(scriptPubKey, value);
- } }, { key: "build", value: function build()
- {
- return this.__build(false);
- } }, { key: "buildIncomplete", value: function buildIncomplete()
- {
- return this.__build(true);
- } }, { key: "sign", value: function sign(
+ Transaction.prototype.toCreationAddress = function toCreationAddress() {
+ return this.to.toString('hex') === '';
+ };
- signParams,
- keyPair,
- redeemScript,
- hashType,
- witnessValue,
- witnessScript)
- {
- trySign(
- getSigningData(
- this.network,
- this.__INPUTS,
- this.__needsOutputs.bind(this),
- this.__TX,
- signParams,
- keyPair,
- redeemScript,
- hashType,
- witnessValue,
- witnessScript,
- this.__USE_LOW_R));
+ /**
+ * Computes a sha3-256 hash of the serialized tx
+ * @param {Boolean} [includeSignature=true] whether or not to inculde the signature
+ * @return {Buffer}
+ */
- } }, { key: "__addInputUnsafe", value: function __addInputUnsafe(
- txHash, vout, options) {
- if (transaction_1.Transaction.isCoinbaseHash(txHash)) {
- throw new Error('coinbase inputs not supported');
- }
- var prevTxOut = txHash.toString('hex') + ':' + vout;
- if (this.__PREV_TX_SET[prevTxOut] !== undefined)
- throw new Error('Duplicate TxOut: ' + prevTxOut);
- var input = {};
- // derive what we can from the scriptSig
- if (options.script !== undefined) {
- input = expandInput(options.script, options.witness || []);
- }
- // if an input value was given, retain it
- if (options.value !== undefined) {
- input.value = options.value;
- }
- // derive what we can from the previous transactions output script
- if (!input.prevOutScript && options.prevOutScript) {
- var prevOutType;
- if (!input.pubkeys && !input.signatures) {
- var expanded = expandOutput(options.prevOutScript);
- if (expanded.pubkeys) {
- input.pubkeys = expanded.pubkeys;
- input.signatures = expanded.signatures;
- }
- prevOutType = expanded.type;
- }
- input.prevOutScript = options.prevOutScript;
- input.prevOutType = prevOutType || classify.output(options.prevOutScript);
- }
- var vin = this.__TX.addInput(
- txHash,
- vout,
- options.sequence,
- options.scriptSig);
+ Transaction.prototype.hash = function hash(includeSignature) {
+ if (includeSignature === undefined) includeSignature = true;
- this.__INPUTS[vin] = input;
- this.__PREV_TX_SET[prevTxOut] = true;
- return vin;
- } }, { key: "__build", value: function __build(
- allowIncomplete) {
- if (!allowIncomplete) {
- if (!this.__TX.ins.length) throw new Error('Transaction has no inputs');
- if (!this.__TX.outs.length) throw new Error('Transaction has no outputs');
- }
- var tx = this.__TX.clone();
- // create script signatures from inputs
- this.__INPUTS.forEach(function (input, i) {
- if (!input.prevOutType && !allowIncomplete)
- throw new Error('Transaction is not complete');
- var result = build(input.prevOutType, input, allowIncomplete);
- if (!result) {
- if (!allowIncomplete && input.prevOutType === SCRIPT_TYPES.NONSTANDARD)
- throw new Error('Unknown input type');
- if (!allowIncomplete) throw new Error('Not enough information');
- return;
- }
- tx.setInputScript(i, result.input);
- tx.setWitness(i, result.witness);
- });
- if (!allowIncomplete) {
- // do not rely on this, its merely a last resort
- if (this.__overMaximumFees(tx.virtualSize())) {
- throw new Error('Transaction has absurd fees');
- }
- }
- return tx;
- } }, { key: "__canModifyInputs", value: function __canModifyInputs()
- {
- return this.__INPUTS.every(function (input) {
- if (!input.signatures) return true;
- return input.signatures.every(function (signature) {
- if (!signature) return true;
- var hashType = signatureHashType(signature);
- // if SIGHASH_ANYONECANPAY is set, signatures would not
- // be invalidated by more inputs
- return (
- (hashType & transaction_1.Transaction.SIGHASH_ANYONECANPAY) !== 0);
+ // EIP155 spec:
+ // when computing the hash of a transaction for purposes of signing or recovering,
+ // instead of hashing only the first six elements (ie. nonce, gasprice, startgas, to, value, data),
+ // hash nine elements, with v replaced by CHAIN_ID, r = 0 and s = 0
- });
- });
- } }, { key: "__needsOutputs", value: function __needsOutputs(
- signingHashType) {
- if (signingHashType === transaction_1.Transaction.SIGHASH_ALL) {
- return this.__TX.outs.length === 0;
+ var items = void 0;
+ if (includeSignature) {
+ items = this.raw;
+ } else {
+ if (this._chainId > 0) {
+ var raw = this.raw.slice();
+ this.v = this._chainId;
+ this.r = 0;
+ this.s = 0;
+ items = this.raw;
+ this.raw = raw;
+ } else {
+ items = this.raw.slice(0, 6);
}
- // if inputs are being signed with SIGHASH_NONE, we don't strictly need outputs
- // .build() will fail, but .buildIncomplete() is OK
- return (
- this.__TX.outs.length === 0 &&
- this.__INPUTS.some(function (input) {
- if (!input.signatures) return false;
- return input.signatures.some(function (signature) {
- if (!signature) return false; // no signature, no issue
- var hashType = signatureHashType(signature);
- if (hashType & transaction_1.Transaction.SIGHASH_NONE) return false; // SIGHASH_NONE doesn't care about outputs
- return true; // SIGHASH_* does care
- });
- }));
-
- } }, { key: "__canModifyOutputs", value: function __canModifyOutputs()
- {
- var nInputs = this.__TX.ins.length;
- var nOutputs = this.__TX.outs.length;
- return this.__INPUTS.every(function (input) {
- if (input.signatures === undefined) return true;
- return input.signatures.every(function (signature) {
- if (!signature) return true;
- var hashType = signatureHashType(signature);
- var hashTypeMod = hashType & 0x1f;
- if (hashTypeMod === transaction_1.Transaction.SIGHASH_NONE) return true;
- if (hashTypeMod === transaction_1.Transaction.SIGHASH_SINGLE) {
- // if SIGHASH_SINGLE is set, and nInputs > nOutputs
- // some signatures would be invalidated by the addition
- // of more outputs
- return nInputs <= nOutputs;
- }
- return false;
- });
- });
- } }, { key: "__overMaximumFees", value: function __overMaximumFees(
- bytes) {
- // not all inputs will have .value defined
- var incoming = this.__INPUTS.reduce(function (a, x) {return a + (x.value >>> 0);}, 0);
- // but all outputs do, and if we have any input value
- // we can immediately determine if the outputs are too small
- var outgoing = this.__TX.outs.reduce(function (a, x) {return a + x.value;}, 0);
- var fee = incoming - outgoing;
- var feeRate = fee / bytes;
- return feeRate > this.maximumFeeRate;
- } }], [{ key: "fromTransaction", value: function fromTransaction(transaction, network) {var txb = new TransactionBuilder(network); // Copy transaction fields
- txb.setVersion(transaction.version);txb.setLockTime(transaction.locktime); // Copy outputs (done first to avoid signature invalidation)
- transaction.outs.forEach(function (txOut) {txb.addOutput(txOut.script, txOut.value);}); // Copy inputs
- transaction.ins.forEach(function (txIn) {txb.__addInputUnsafe(txIn.hash, txIn.index, { sequence: txIn.sequence, script: txIn.script, witness: txIn.witness });}); // fix some things not possible through the public API
- txb.__INPUTS.forEach(function (input, i) {fixMultisigOrder(input, transaction, i);});return txb;} }]);return TransactionBuilder;}();exports.TransactionBuilder = TransactionBuilder;function expandInput(scriptSig, witnessStack, type, scriptPubKey) {if (scriptSig.length === 0 && witnessStack.length === 0) return {};
- if (!type) {
- var ssType = classify.input(scriptSig, true);
- var wsType = classify.witness(witnessStack, true);
- if (ssType === SCRIPT_TYPES.NONSTANDARD) ssType = undefined;
- if (wsType === SCRIPT_TYPES.NONSTANDARD) wsType = undefined;
- type = ssType || wsType;
- }
- switch (type) {
- case SCRIPT_TYPES.P2WPKH:{var _payments$p2wpkh =
- payments.p2wpkh({
- witness: witnessStack }),output = _payments$p2wpkh.output,pubkey = _payments$p2wpkh.pubkey,signature = _payments$p2wpkh.signature;
+ }
- return {
- prevOutScript: output,
- prevOutType: SCRIPT_TYPES.P2WPKH,
- pubkeys: [pubkey],
- signatures: [signature] };
+ // create hash
+ return ethUtil.rlphash(items);
+ };
- }
- case SCRIPT_TYPES.P2PKH:{var _payments$p2pkh =
- payments.p2pkh({
- input: scriptSig }),_output = _payments$p2pkh.output,_pubkey = _payments$p2pkh.pubkey,_signature = _payments$p2pkh.signature;
+ /**
+ * returns the public key of the sender
+ * @return {Buffer}
+ */
- return {
- prevOutScript: _output,
- prevOutType: SCRIPT_TYPES.P2PKH,
- pubkeys: [_pubkey],
- signatures: [_signature] };
- }
- case SCRIPT_TYPES.P2PK:{var _payments$p2pk =
- payments.p2pk({ input: scriptSig }),_signature2 = _payments$p2pk.signature;
- return {
- prevOutType: SCRIPT_TYPES.P2PK,
- pubkeys: [undefined],
- signatures: [_signature2] };
+ Transaction.prototype.getChainId = function getChainId() {
+ return this._chainId;
+ };
- }
- case SCRIPT_TYPES.P2MS:{var _payments$p2ms =
- payments.p2ms(
- {
- input: scriptSig,
- output: scriptPubKey },
+ /**
+ * returns the sender's address
+ * @return {Buffer}
+ */
- { allowIncomplete: true }),m = _payments$p2ms.m,pubkeys = _payments$p2ms.pubkeys,signatures = _payments$p2ms.signatures;
- return {
- prevOutType: SCRIPT_TYPES.P2MS,
- pubkeys: pubkeys,
- signatures: signatures,
- maxSignatures: m };
+ Transaction.prototype.getSenderAddress = function getSenderAddress() {
+ if (this._from) {
+ return this._from;
+ }
+ var pubkey = this.getSenderPublicKey();
+ this._from = ethUtil.publicToAddress(pubkey);
+ return this._from;
+ };
- }}
+ /**
+ * returns the public key of the sender
+ * @return {Buffer}
+ */
- if (type === SCRIPT_TYPES.P2SH) {var _payments$p2sh =
- payments.p2sh({
- input: scriptSig,
- witness: witnessStack }),_output2 = _payments$p2sh.output,redeem = _payments$p2sh.redeem;
- var outputType = classify.output(redeem.output);
- var expanded = expandInput(
- redeem.input,
- redeem.witness,
- outputType,
- redeem.output);
+ Transaction.prototype.getSenderPublicKey = function getSenderPublicKey() {
+ if (!this._senderPubKey || !this._senderPubKey.length) {
+ if (!this.verifySignature()) throw new Error('Invalid Signature');
+ }
+ return this._senderPubKey;
+ };
- if (!expanded.prevOutType) return {};
- return {
- prevOutScript: _output2,
- prevOutType: SCRIPT_TYPES.P2SH,
- redeemScript: redeem.output,
- redeemScriptType: expanded.prevOutType,
- witnessScript: expanded.witnessScript,
- witnessScriptType: expanded.witnessScriptType,
- pubkeys: expanded.pubkeys,
- signatures: expanded.signatures };
+ /**
+ * Determines if the signature is valid
+ * @return {Boolean}
+ */
- }
- if (type === SCRIPT_TYPES.P2WSH) {var _payments$p2wsh =
- payments.p2wsh({
- input: scriptSig,
- witness: witnessStack }),_output3 = _payments$p2wsh.output,_redeem = _payments$p2wsh.redeem;
- var _outputType = classify.output(_redeem.output);
- var _expanded;
- if (_outputType === SCRIPT_TYPES.P2WPKH) {
- _expanded = expandInput(_redeem.input, _redeem.witness, _outputType);
- } else {
- _expanded = expandInput(
- bscript.compile(_redeem.witness),
- [],
- _outputType,
- _redeem.output);
+ Transaction.prototype.verifySignature = function verifySignature() {
+ var msgHash = this.hash(false);
+ // All transaction signatures whose s-value is greater than secp256k1n/2 are considered invalid.
+ if (this._homestead && new BN(this.s).cmp(N_DIV_2) === 1) {
+ return false;
+ }
+ try {
+ var v = ethUtil.bufferToInt(this.v);
+ if (this._chainId > 0) {
+ v -= this._chainId * 2 + 8;
+ }
+ this._senderPubKey = ethUtil.ecrecover(msgHash, v, this.r, this.s);
+ } catch (e) {
+ return false;
}
- if (!_expanded.prevOutType) return {};
- return {
- prevOutScript: _output3,
- prevOutType: SCRIPT_TYPES.P2WSH,
- witnessScript: _redeem.output,
- witnessScriptType: _expanded.prevOutType,
- pubkeys: _expanded.pubkeys,
- signatures: _expanded.signatures };
- }
- return {
- prevOutType: SCRIPT_TYPES.NONSTANDARD,
- prevOutScript: scriptSig };
+ return !!this._senderPubKey;
+ };
-}
-// could be done in expandInput, but requires the original Transaction for hashForSignature
-function fixMultisigOrder(input, transaction, vin) {
- if (input.redeemScriptType !== SCRIPT_TYPES.P2MS || !input.redeemScript)
- return;
- if (input.pubkeys.length === input.signatures.length) return;
- var unmatched = input.signatures.concat();
- input.signatures = input.pubkeys.map(function (pubKey) {
- var keyPair = ECPair.fromPublicKey(pubKey);
- var match;
- // check for a signature
- unmatched.some(function (signature, i) {
- // skip if undefined || OP_0
- if (!signature) return false;
- // TODO: avoid O(n) hashForSignature
- var parsed = bscript.signature.decode(signature);
- var hash = transaction.hashForSignature(
- vin,
- input.redeemScript,
- parsed.hashType);
+ /**
+ * sign a transaction with a given a private key
+ * @param {Buffer} privateKey
+ */
- // skip if signature does not match pubKey
- if (!keyPair.verify(hash, parsed.signature)) return false;
- // remove matched signature from unmatched
- unmatched[i] = undefined;
- match = signature;
- return true;
- });
- return match;
- });
-}
-function expandOutput(script, ourPubKey) {
- typeforce(types.Buffer, script);
- var type = classify.output(script);
- switch (type) {
- case SCRIPT_TYPES.P2PKH:{
- if (!ourPubKey) return { type: type };
- // does our hash160(pubKey) match the output scripts?
- var pkh1 = payments.p2pkh({ output: script }).hash;
- var pkh2 = bcrypto.hash160(ourPubKey);
- if (!pkh1.equals(pkh2)) return { type: type };
- return {
- type: type,
- pubkeys: [ourPubKey],
- signatures: [undefined] };
- }
- case SCRIPT_TYPES.P2WPKH:{
- if (!ourPubKey) return { type: type };
- // does our hash160(pubKey) match the output scripts?
- var wpkh1 = payments.p2wpkh({ output: script }).hash;
- var wpkh2 = bcrypto.hash160(ourPubKey);
- if (!wpkh1.equals(wpkh2)) return { type: type };
- return {
- type: type,
- pubkeys: [ourPubKey],
- signatures: [undefined] };
+ Transaction.prototype.sign = function sign(privateKey) {
+ var msgHash = this.hash(false);
+ var sig = ethUtil.ecsign(msgHash, privateKey);
+ if (this._chainId > 0) {
+ sig.v += this._chainId * 2 + 8;
+ }
+ Object.assign(this, sig);
+ };
- }
- case SCRIPT_TYPES.P2PK:{
- var p2pk = payments.p2pk({ output: script });
- return {
- type: type,
- pubkeys: [p2pk.pubkey],
- signatures: [undefined] };
+ /**
+ * The amount of gas paid for the data in this tx
+ * @return {BN}
+ */
- }
- case SCRIPT_TYPES.P2MS:{
- var p2ms = payments.p2ms({ output: script });
- return {
- type: type,
- pubkeys: p2ms.pubkeys,
- signatures: p2ms.pubkeys.map(function () {return undefined;}),
- maxSignatures: p2ms.m };
- }}
+ Transaction.prototype.getDataFee = function getDataFee() {
+ var data = this.raw[5];
+ var cost = new BN(0);
+ for (var i = 0; i < data.length; i++) {
+ data[i] === 0 ? cost.iaddn(fees.txDataZeroGas.v) : cost.iaddn(fees.txDataNonZeroGas.v);
+ }
+ return cost;
+ };
- return { type: type };
-}
-function prepareInput(input, ourPubKey, redeemScript, witnessScript) {
- if (redeemScript && witnessScript) {
- var p2wsh = payments.p2wsh({
- redeem: { output: witnessScript } });
+ /**
+ * the minimum amount of gas the tx must have (DataFee + TxFee + Creation Fee)
+ * @return {BN}
+ */
- var p2wshAlt = payments.p2wsh({ output: redeemScript });
- var p2sh = payments.p2sh({ redeem: { output: redeemScript } });
- var p2shAlt = payments.p2sh({ redeem: p2wsh });
- // enforces P2SH(P2WSH(...))
- if (!p2wsh.hash.equals(p2wshAlt.hash))
- throw new Error('Witness script inconsistent with prevOutScript');
- if (!p2sh.hash.equals(p2shAlt.hash))
- throw new Error('Redeem script inconsistent with prevOutScript');
- var expanded = expandOutput(p2wsh.redeem.output, ourPubKey);
- if (!expanded.pubkeys)
- throw new Error(
- expanded.type +
- ' not supported as witnessScript (' +
- bscript.toASM(witnessScript) +
- ')');
- if (input.signatures && input.signatures.some(function (x) {return x !== undefined;})) {
- expanded.signatures = input.signatures;
+ Transaction.prototype.getBaseFee = function getBaseFee() {
+ var fee = this.getDataFee().iaddn(fees.txGas.v);
+ if (this._homestead && this.toCreationAddress()) {
+ fee.iaddn(fees.txCreation.v);
}
- var signScript = witnessScript;
- if (expanded.type === SCRIPT_TYPES.P2WPKH)
- throw new Error('P2SH(P2WSH(P2WPKH)) is a consensus failure');
- return {
- redeemScript: redeemScript,
- redeemScriptType: SCRIPT_TYPES.P2WSH,
- witnessScript: witnessScript,
- witnessScriptType: expanded.type,
- prevOutType: SCRIPT_TYPES.P2SH,
- prevOutScript: p2sh.output,
- hasWitness: true,
- signScript: signScript,
- signType: expanded.type,
- pubkeys: expanded.pubkeys,
- signatures: expanded.signatures,
- maxSignatures: expanded.maxSignatures };
+ return fee;
+ };
- }
- if (redeemScript) {
- var _p2sh = payments.p2sh({ redeem: { output: redeemScript } });
- if (input.prevOutScript) {
- var _p2shAlt;
- try {
- _p2shAlt = payments.p2sh({ output: input.prevOutScript });
- } catch (e) {
- throw new Error('PrevOutScript must be P2SH');
- }
- if (!_p2sh.hash.equals(_p2shAlt.hash))
- throw new Error('Redeem script inconsistent with prevOutScript');
- }
- var _expanded2 = expandOutput(_p2sh.redeem.output, ourPubKey);
- if (!_expanded2.pubkeys)
- throw new Error(
- _expanded2.type +
- ' not supported as redeemScript (' +
- bscript.toASM(redeemScript) +
- ')');
+ /**
+ * the up front amount that an account must have for this transaction to be valid
+ * @return {BN}
+ */
- if (input.signatures && input.signatures.some(function (x) {return x !== undefined;})) {
- _expanded2.signatures = input.signatures;
- }
- var _signScript = redeemScript;
- if (_expanded2.type === SCRIPT_TYPES.P2WPKH) {
- _signScript = payments.p2pkh({ pubkey: _expanded2.pubkeys[0] }).output;
- }
- return {
- redeemScript: redeemScript,
- redeemScriptType: _expanded2.type,
- prevOutType: SCRIPT_TYPES.P2SH,
- prevOutScript: _p2sh.output,
- hasWitness: _expanded2.type === SCRIPT_TYPES.P2WPKH,
- signScript: _signScript,
- signType: _expanded2.type,
- pubkeys: _expanded2.pubkeys,
- signatures: _expanded2.signatures,
- maxSignatures: _expanded2.maxSignatures };
- }
- if (witnessScript) {
- var _p2wsh = payments.p2wsh({ redeem: { output: witnessScript } });
- if (input.prevOutScript) {
- var _p2wshAlt = payments.p2wsh({ output: input.prevOutScript });
- if (!_p2wsh.hash.equals(_p2wshAlt.hash))
- throw new Error('Witness script inconsistent with prevOutScript');
+ Transaction.prototype.getUpfrontCost = function getUpfrontCost() {
+ return new BN(this.gasLimit).imul(new BN(this.gasPrice)).iadd(new BN(this.value));
+ };
+
+ /**
+ * validates the signature and checks to see if it has enough gas
+ * @param {Boolean} [stringError=false] whether to return a string with a dscription of why the validation failed or return a Bloolean
+ * @return {Boolean|String}
+ */
+
+
+ Transaction.prototype.validate = function validate(stringError) {
+ var errors = [];
+ if (!this.verifySignature()) {
+ errors.push('Invalid Signature');
}
- var _expanded3 = expandOutput(_p2wsh.redeem.output, ourPubKey);
- if (!_expanded3.pubkeys)
- throw new Error(
- _expanded3.type +
- ' not supported as witnessScript (' +
- bscript.toASM(witnessScript) +
- ')');
- if (input.signatures && input.signatures.some(function (x) {return x !== undefined;})) {
- _expanded3.signatures = input.signatures;
+ if (this.getBaseFee().cmp(new BN(this.gasLimit)) > 0) {
+ errors.push(['gas limit is too low. Need at least ' + this.getBaseFee()]);
}
- var _signScript2 = witnessScript;
- if (_expanded3.type === SCRIPT_TYPES.P2WPKH)
- throw new Error('P2WSH(P2WPKH) is a consensus failure');
- return {
- witnessScript: witnessScript,
- witnessScriptType: _expanded3.type,
- prevOutType: SCRIPT_TYPES.P2WSH,
- prevOutScript: _p2wsh.output,
- hasWitness: true,
- signScript: _signScript2,
- signType: _expanded3.type,
- pubkeys: _expanded3.pubkeys,
- signatures: _expanded3.signatures,
- maxSignatures: _expanded3.maxSignatures };
- }
- if (input.prevOutType && input.prevOutScript) {
- // embedded scripts are not possible without extra information
- if (input.prevOutType === SCRIPT_TYPES.P2SH)
- throw new Error(
- 'PrevOutScript is ' + input.prevOutType + ', requires redeemScript');
+ if (stringError === undefined || stringError === false) {
+ return errors.length === 0;
+ } else {
+ return errors.join(' ');
+ }
+ };
- if (input.prevOutType === SCRIPT_TYPES.P2WSH)
- throw new Error(
- 'PrevOutScript is ' + input.prevOutType + ', requires witnessScript');
+ return Transaction;
+}();
- if (!input.prevOutScript) throw new Error('PrevOutScript is missing');
- var _expanded4 = expandOutput(input.prevOutScript, ourPubKey);
- if (!_expanded4.pubkeys)
- throw new Error(
- _expanded4.type +
- ' not supported (' +
- bscript.toASM(input.prevOutScript) +
- ')');
+module.exports = Transaction;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/buffer/index.js */ 40).Buffer))
- if (input.signatures && input.signatures.some(function (x) {return x !== undefined;})) {
- _expanded4.signatures = input.signatures;
- }
- var _signScript3 = input.prevOutScript;
- if (_expanded4.type === SCRIPT_TYPES.P2WPKH) {
- _signScript3 = payments.p2pkh({ pubkey: _expanded4.pubkeys[0] }).output;
- }
- return {
- prevOutType: _expanded4.type,
- prevOutScript: input.prevOutScript,
- hasWitness: _expanded4.type === SCRIPT_TYPES.P2WPKH,
- signScript: _signScript3,
- signType: _expanded4.type,
- pubkeys: _expanded4.pubkeys,
- signatures: _expanded4.signatures,
- maxSignatures: _expanded4.maxSignatures };
+/***/ }),
+/* 517 */
+/*!****************************************************************!*\
+ !*** D:/fone/bitcooo/node_modules/ethereum-common/params.json ***!
+ \****************************************************************/
+/*! exports provided: genesisGasLimit, genesisDifficulty, genesisNonce, genesisExtraData, genesisHash, genesisStateRoot, minGasLimit, gasLimitBoundDivisor, minimumDifficulty, difficultyBoundDivisor, durationLimit, maximumExtraDataSize, epochDuration, stackLimit, callCreateDepth, tierStepGas, expGas, expByteGas, sha3Gas, sha3WordGas, sloadGas, sstoreSetGas, sstoreResetGas, sstoreRefundGas, jumpdestGas, logGas, logDataGas, logTopicGas, createGas, callGas, callStipend, callValueTransferGas, callNewAccountGas, suicideRefundGas, memoryGas, quadCoeffDiv, createDataGas, txGas, txCreation, txDataZeroGas, txDataNonZeroGas, copyGas, ecrecoverGas, sha256Gas, sha256WordGas, ripemd160Gas, ripemd160WordGas, identityGas, identityWordGas, minerReward, ommerReward, niblingReward, homeSteadForkNumber, homesteadRepriceForkNumber, timebombPeriod, freeBlockPeriod, default */
+/***/ (function(module) {
- }
- var prevOutScript = payments.p2pkh({ pubkey: ourPubKey }).output;
- return {
- prevOutType: SCRIPT_TYPES.P2PKH,
- prevOutScript: prevOutScript,
- hasWitness: false,
- signScript: prevOutScript,
- signType: SCRIPT_TYPES.P2PKH,
- pubkeys: [ourPubKey],
- signatures: [undefined] };
+module.exports = JSON.parse("{\"genesisGasLimit\":{\"v\":5000,\"d\":\"Gas limit of the Genesis block.\"},\"genesisDifficulty\":{\"v\":17179869184,\"d\":\"Difficulty of the Genesis block.\"},\"genesisNonce\":{\"v\":\"0x0000000000000042\",\"d\":\"the geneis nonce\"},\"genesisExtraData\":{\"v\":\"0x11bbe8db4e347b4e8c937c1c8370e4b5ed33adb3db69cbdb7a38e1e50b1b82fa\",\"d\":\"extra data \"},\"genesisHash\":{\"v\":\"0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3\",\"d\":\"genesis hash\"},\"genesisStateRoot\":{\"v\":\"0xd7f8974fb5ac78d9ac099b9ad5018bedc2ce0a72dad1827a1709da30580f0544\",\"d\":\"the genesis state root\"},\"minGasLimit\":{\"v\":5000,\"d\":\"Minimum the gas limit may ever be.\"},\"gasLimitBoundDivisor\":{\"v\":1024,\"d\":\"The bound divisor of the gas limit, used in update calculations.\"},\"minimumDifficulty\":{\"v\":131072,\"d\":\"The minimum that the difficulty may ever be.\"},\"difficultyBoundDivisor\":{\"v\":2048,\"d\":\"The bound divisor of the difficulty, used in the update calculations.\"},\"durationLimit\":{\"v\":13,\"d\":\"The decision boundary on the blocktime duration used to determine whether difficulty should go up or not.\"},\"maximumExtraDataSize\":{\"v\":32,\"d\":\"Maximum size extra data may be after Genesis.\"},\"epochDuration\":{\"v\":30000,\"d\":\"Duration between proof-of-work epochs.\"},\"stackLimit\":{\"v\":1024,\"d\":\"Maximum size of VM stack allowed.\"},\"callCreateDepth\":{\"v\":1024,\"d\":\"Maximum depth of call/create stack.\"},\"tierStepGas\":{\"v\":[0,2,3,5,8,10,20],\"d\":\"Once per operation, for a selection of them.\"},\"expGas\":{\"v\":10,\"d\":\"Once per EXP instuction.\"},\"expByteGas\":{\"v\":10,\"d\":\"Times ceil(log256(exponent)) for the EXP instruction.\"},\"sha3Gas\":{\"v\":30,\"d\":\"Once per SHA3 operation.\"},\"sha3WordGas\":{\"v\":6,\"d\":\"Once per word of the SHA3 operation's data.\"},\"sloadGas\":{\"v\":50,\"d\":\"Once per SLOAD operation.\"},\"sstoreSetGas\":{\"v\":20000,\"d\":\"Once per SSTORE operation if the zeroness changes from zero.\"},\"sstoreResetGas\":{\"v\":5000,\"d\":\"Once per SSTORE operation if the zeroness does not change from zero.\"},\"sstoreRefundGas\":{\"v\":15000,\"d\":\"Once per SSTORE operation if the zeroness changes to zero.\"},\"jumpdestGas\":{\"v\":1,\"d\":\"Refunded gas, once per SSTORE operation if the zeroness changes to zero.\"},\"logGas\":{\"v\":375,\"d\":\"Per LOG* operation.\"},\"logDataGas\":{\"v\":8,\"d\":\"Per byte in a LOG* operation's data.\"},\"logTopicGas\":{\"v\":375,\"d\":\"Multiplied by the * of the LOG*, per LOG transaction. e.g. LOG0 incurs 0 * c_txLogTopicGas, LOG4 incurs 4 * c_txLogTopicGas.\"},\"createGas\":{\"v\":32000,\"d\":\"Once per CREATE operation & contract-creation transaction.\"},\"callGas\":{\"v\":40,\"d\":\"Once per CALL operation & message call transaction.\"},\"callStipend\":{\"v\":2300,\"d\":\"Free gas given at beginning of call.\"},\"callValueTransferGas\":{\"v\":9000,\"d\":\"Paid for CALL when the value transfor is non-zero.\"},\"callNewAccountGas\":{\"v\":25000,\"d\":\"Paid for CALL when the destination address didn't exist prior.\"},\"suicideRefundGas\":{\"v\":24000,\"d\":\"Refunded following a suicide operation.\"},\"memoryGas\":{\"v\":3,\"d\":\"Times the address of the (highest referenced byte in memory + 1). NOTE: referencing happens on read, write and in instructions such as RETURN and CALL.\"},\"quadCoeffDiv\":{\"v\":512,\"d\":\"Divisor for the quadratic particle of the memory cost equation.\"},\"createDataGas\":{\"v\":200,\"d\":\"\"},\"txGas\":{\"v\":21000,\"d\":\"Per transaction. NOTE: Not payable on data of calls between transactions.\"},\"txCreation\":{\"v\":32000,\"d\":\"the cost of creating a contract via tx\"},\"txDataZeroGas\":{\"v\":4,\"d\":\"Per byte of data attached to a transaction that equals zero. NOTE: Not payable on data of calls between transactions.\"},\"txDataNonZeroGas\":{\"v\":68,\"d\":\"Per byte of data attached to a transaction that is not equal to zero. NOTE: Not payable on data of calls between transactions.\"},\"copyGas\":{\"v\":3,\"d\":\"Multiplied by the number of 32-byte words that are copied (round up) for any *COPY operation and added.\"},\"ecrecoverGas\":{\"v\":3000,\"d\":\"\"},\"sha256Gas\":{\"v\":60,\"d\":\"\"},\"sha256WordGas\":{\"v\":12,\"d\":\"\"},\"ripemd160Gas\":{\"v\":600,\"d\":\"\"},\"ripemd160WordGas\":{\"v\":120,\"d\":\"\"},\"identityGas\":{\"v\":15,\"d\":\"\"},\"identityWordGas\":{\"v\":3,\"d\":\"\"},\"minerReward\":{\"v\":\"5000000000000000000\",\"d\":\"the amount a miner get rewarded for mining a block\"},\"ommerReward\":{\"v\":\"625000000000000000\",\"d\":\"The amount of wei a miner of an uncle block gets for being inculded in the blockchain\"},\"niblingReward\":{\"v\":\"156250000000000000\",\"d\":\"the amount a miner gets for inculding a uncle\"},\"homeSteadForkNumber\":{\"v\":1150000,\"d\":\"the block that the Homestead fork started at\"},\"homesteadRepriceForkNumber\":{\"v\":2463000,\"d\":\"the block that the Homestead Reprice (EIP150) fork started at\"},\"timebombPeriod\":{\"v\":100000,\"d\":\"Exponential difficulty timebomb period\"},\"freeBlockPeriod\":{\"v\":2}}");
-}
-function build(type, input, allowIncomplete) {
- var pubkeys = input.pubkeys || [];
- var signatures = input.signatures || [];
- switch (type) {
- case SCRIPT_TYPES.P2PKH:{
- if (pubkeys.length === 0) break;
- if (signatures.length === 0) break;
- return payments.p2pkh({ pubkey: pubkeys[0], signature: signatures[0] });
- }
- case SCRIPT_TYPES.P2WPKH:{
- if (pubkeys.length === 0) break;
- if (signatures.length === 0) break;
- return payments.p2wpkh({ pubkey: pubkeys[0], signature: signatures[0] });
- }
- case SCRIPT_TYPES.P2PK:{
- if (pubkeys.length === 0) break;
- if (signatures.length === 0) break;
- return payments.p2pk({ signature: signatures[0] });
- }
- case SCRIPT_TYPES.P2MS:{
- var m = input.maxSignatures;
- if (allowIncomplete) {
- signatures = signatures.map(function (x) {return x || script_1.OPS.OP_0;});
- } else {
- signatures = signatures.filter(function (x) {return x;});
- }
- // if the transaction is not not complete (complete), or if signatures.length === m, validate
- // otherwise, the number of OP_0's may be >= m, so don't validate (boo)
- var validate = !allowIncomplete || m === signatures.length;
- return payments.p2ms(
- { m: m, pubkeys: pubkeys, signatures: signatures },
- { allowIncomplete: allowIncomplete, validate: validate });
+/***/ }),
+/* 518 */
+/*!***********************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/bye.png ***!
+ \***********************************************/
+/*! no static exports found */
+/***/ (function(module, exports) {
- }
- case SCRIPT_TYPES.P2SH:{
- var redeem = build(input.redeemScriptType, input, allowIncomplete);
- if (!redeem) return;
- return payments.p2sh({
- redeem: {
- output: redeem.output || input.redeemScript,
- input: redeem.input,
- witness: redeem.witness } });
+eval("module.exports = \"/static/tongyonh/bye.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjUxOC5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL2J5ZS5wbmdcIjsiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///518\n");
+/***/ }),
+/* 519 */
+/*!*****************************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/Frame3299.png ***!
+ \*****************************************************/
+/*! no static exports found */
+/***/ (function(module, exports) {
- }
- case SCRIPT_TYPES.P2WSH:{
- var _redeem2 = build(input.witnessScriptType, input, allowIncomplete);
- if (!_redeem2) return;
- return payments.p2wsh({
- redeem: {
- output: input.witnessScript,
- input: _redeem2.input,
- witness: _redeem2.witness } });
+eval("module.exports = \"/static/tongyonh/Frame3299.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjUxOS5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL0ZyYW1lMzI5OS5wbmdcIjsiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///519\n");
+/***/ }),
+/* 520 */
+/*!**************************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/img500.png ***!
+ \**************************************************/
+/*! no static exports found */
+/***/ (function(module, exports) {
- }}
+eval("module.exports = \"/static/tongyonh/img500.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjUyMC5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL2ltZzUwMC5wbmdcIjsiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///520\n");
-}
-function canSign(input) {
- return (
- input.signScript !== undefined &&
- input.signType !== undefined &&
- input.pubkeys !== undefined &&
- input.signatures !== undefined &&
- input.signatures.length === input.pubkeys.length &&
- input.pubkeys.length > 0 && (
- input.hasWitness === false || input.value !== undefined));
+/***/ }),
+/* 521 */
+/*!*************************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/tron1.png ***!
+ \*************************************************/
+/*! no static exports found */
+/***/ (function(module, exports) {
-}
-function signatureHashType(buffer) {
- return buffer.readUInt8(buffer.length - 1);
-}
-function checkSignArgs(inputs, signParams) {
- if (!PREVOUT_TYPES.has(signParams.prevOutScriptType)) {
- throw new TypeError("Unknown prevOutScriptType \"".concat(
- signParams.prevOutScriptType, "\""));
+eval("module.exports = \"/static/tongyonh/tron1.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjUyMS5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL3Ryb24xLnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///521\n");
- }
- tfMessage(
- typeforce.Number,
- signParams.vin, "sign must include vin parameter as Number (input index)");
+/***/ }),
+/* 522 */
+/*!******************************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/tether_usd.png ***!
+ \******************************************************/
+/*! no static exports found */
+/***/ (function(module, exports) {
+eval("module.exports = \"/static/tongyonh/tether_usd.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjUyMi5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL3RldGhlcl91c2QucG5nXCI7Il0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///522\n");
- tfMessage(
- types.Signer,
- signParams.keyPair, "sign must include keyPair parameter as Signer interface");
+/***/ }),
+/* 523 */
+/*!************************************************************!*\
+ !*** D:/fone/bitcooo/components/navigation/navigation.vue ***!
+ \************************************************************/
+/*! no static exports found */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+"use strict";
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _navigation_vue_vue_type_template_id_073adf44_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./navigation.vue?vue&type=template&id=073adf44&scoped=true& */ 524);\n/* harmony import */ var _navigation_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./navigation.vue?vue&type=script&lang=js& */ 527);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _navigation_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _navigation_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _navigation_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _navigation_vue_vue_type_template_id_073adf44_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _navigation_vue_vue_type_template_id_073adf44_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"073adf44\",\n null,\n false,\n _navigation_vue_vue_type_template_id_073adf44_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"components/navigation/navigation.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBbUk7QUFDbkk7QUFDOEQ7QUFDTDs7O0FBR3pEO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLGdGQUFNO0FBQ1IsRUFBRSxpR0FBTTtBQUNSLEVBQUUsMEdBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUscUdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNTIzLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9uYXZpZ2F0aW9uLnZ1ZT92dWUmdHlwZT10ZW1wbGF0ZSZpZD0wNzNhZGY0NCZzY29wZWQ9dHJ1ZSZcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL25hdmlnYXRpb24udnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiXG5leHBvcnQgKiBmcm9tIFwiLi9uYXZpZ2F0aW9uLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXHJ1bnRpbWVcXFxcY29tcG9uZW50Tm9ybWFsaXplci5qc1wiXG52YXIgY29tcG9uZW50ID0gbm9ybWFsaXplcihcbiAgc2NyaXB0LFxuICByZW5kZXIsXG4gIHN0YXRpY1JlbmRlckZucyxcbiAgZmFsc2UsXG4gIG51bGwsXG4gIFwiMDczYWRmNDRcIixcbiAgbnVsbCxcbiAgZmFsc2UsXG4gIGNvbXBvbmVudHMsXG4gIHJlbmRlcmpzXG4pXG5cbmNvbXBvbmVudC5vcHRpb25zLl9fZmlsZSA9IFwiY29tcG9uZW50cy9uYXZpZ2F0aW9uL25hdmlnYXRpb24udnVlXCJcbmV4cG9ydCBkZWZhdWx0IGNvbXBvbmVudC5leHBvcnRzIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///523\n");
- tfMessage(
- typeforce.maybe(typeforce.Number),
- signParams.hashType, "sign hashType parameter must be a number");
+/***/ }),
+/* 524 */
+/*!*******************************************************************************************************!*\
+ !*** D:/fone/bitcooo/components/navigation/navigation.vue?vue&type=template&id=073adf44&scoped=true& ***!
+ \*******************************************************************************************************/
+/*! exports provided: render, staticRenderFns, recyclableRender, components */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+"use strict";
+__webpack_require__.r(__webpack_exports__);
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_navigation_vue_vue_type_template_id_073adf44_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./navigation.vue?vue&type=template&id=073adf44&scoped=true& */ 525);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_navigation_vue_vue_type_template_id_073adf44_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
- var prevOutType = (inputs[signParams.vin] || []).prevOutType;
- var posType = signParams.prevOutScriptType;
- switch (posType) {
- case 'p2pkh':
- if (prevOutType && prevOutType !== 'pubkeyhash') {
- throw new TypeError("input #".concat(
- signParams.vin, " is not of type p2pkh: ").concat(prevOutType));
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_navigation_vue_vue_type_template_id_073adf44_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
- }
- tfMessage(
- typeforce.value(undefined),
- signParams.witnessScript, "".concat(
- posType, " requires NO witnessScript"));
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_navigation_vue_vue_type_template_id_073adf44_scoped_true___WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
- tfMessage(
- typeforce.value(undefined),
- signParams.redeemScript, "".concat(
- posType, " requires NO redeemScript"));
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_navigation_vue_vue_type_template_id_073adf44_scoped_true___WEBPACK_IMPORTED_MODULE_0__["components"]; });
- tfMessage(
- typeforce.value(undefined),
- signParams.witnessValue, "".concat(
- posType, " requires NO witnessValue"));
- break;
- case 'p2pk':
- if (prevOutType && prevOutType !== 'pubkey') {
- throw new TypeError("input #".concat(
- signParams.vin, " is not of type p2pk: ").concat(prevOutType));
- }
- tfMessage(
- typeforce.value(undefined),
- signParams.witnessScript, "".concat(
- posType, " requires NO witnessScript"));
+/***/ }),
+/* 525 */
+/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/components/navigation/navigation.vue?vue&type=template&id=073adf44&scoped=true& ***!
+ \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/*! exports provided: render, staticRenderFns, recyclableRender, components */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
- tfMessage(
- typeforce.value(undefined),
- signParams.redeemScript, "".concat(
- posType, " requires NO redeemScript"));
+"use strict";
+__webpack_require__.r(__webpack_exports__);
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "render", function() { return render; });
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return staticRenderFns; });
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return recyclableRender; });
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "components", function() { return components; });
+var components
+var render = function() {
+ var _vm = this
+ var _h = _vm.$createElement
+ var _c = _vm._self._c || _h
+ return _c(
+ "view",
+ { staticClass: _vm._$s(0, "sc", "nav-head"), attrs: { _i: 0 } },
+ [
+ _vm._t("address", null, { _i: 1 }),
+ _vm._t("default", null, { _i: 2 }),
+ _vm._t("bread", null, { _i: 3 }),
+ _vm._t("logo", null, { _i: 4 }),
+ _vm._$s(5, "i", _vm.showBack)
+ ? _c("image", {
+ staticClass: _vm._$s(5, "sc", "back"),
+ attrs: {
+ src: _vm._$s(
+ 5,
+ "a-src",
+ __webpack_require__(/*! ../../static/tongyonh/Vector.png */ 526)
+ ),
+ _i: 5
+ },
+ on: {
+ click: function($event) {
+ return _vm.back()
+ }
+ }
+ })
+ : _vm._e()
+ ],
+ 2
+ )
+}
+var recyclableRender = false
+var staticRenderFns = []
+render._withStripped = true
- tfMessage(
- typeforce.value(undefined),
- signParams.witnessValue, "".concat(
- posType, " requires NO witnessValue"));
- break;
- case 'p2wpkh':
- if (prevOutType && prevOutType !== 'witnesspubkeyhash') {
- throw new TypeError("input #".concat(
- signParams.vin, " is not of type p2wpkh: ").concat(prevOutType));
- }
- tfMessage(
- typeforce.value(undefined),
- signParams.witnessScript, "".concat(
- posType, " requires NO witnessScript"));
+/***/ }),
+/* 526 */
+/*!**************************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/Vector.png ***!
+ \**************************************************/
+/*! no static exports found */
+/***/ (function(module, exports) {
- tfMessage(
- typeforce.value(undefined),
- signParams.redeemScript, "".concat(
- posType, " requires NO redeemScript"));
+eval("module.exports = \"/static/tongyonh/Vector.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjUyNi5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL1ZlY3Rvci5wbmdcIjsiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///526\n");
- tfMessage(
- types.Satoshi,
- signParams.witnessValue, "".concat(
- posType, " requires witnessValue"));
+/***/ }),
+/* 527 */
+/*!*************************************************************************************!*\
+ !*** D:/fone/bitcooo/components/navigation/navigation.vue?vue&type=script&lang=js& ***!
+ \*************************************************************************************/
+/*! no static exports found */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
- break;
- case 'p2ms':
- if (prevOutType && prevOutType !== 'multisig') {
- throw new TypeError("input #".concat(
- signParams.vin, " is not of type p2ms: ").concat(prevOutType));
+"use strict";
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_navigation_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./navigation.vue?vue&type=script&lang=js& */ 528);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_navigation_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_navigation_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_navigation_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_navigation_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_navigation_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQWltQixDQUFnQixnb0JBQUcsRUFBQyIsImZpbGUiOiI1MjcuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL25hdmlnYXRpb24udnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiOyBleHBvcnQgZGVmYXVsdCBtb2Q7IGV4cG9ydCAqIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL25hdmlnYXRpb24udnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///527\n");
- }
- tfMessage(
- typeforce.value(undefined),
- signParams.witnessScript, "".concat(
- posType, " requires NO witnessScript"));
+/***/ }),
+/* 528 */
+/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/components/navigation/navigation.vue?vue&type=script&lang=js& ***!
+ \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
- tfMessage(
- typeforce.value(undefined),
- signParams.redeemScript, "".concat(
- posType, " requires NO redeemScript"));
+"use strict";
+eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0; //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nvar COMPONENT_NAME = 'navigation';var _default2 =\n{\n name: COMPONENT_NAME,\n props: {\n showBack: {\n type: Boolean,\n default: function _default() {\n return true;\n } },\n\n bgnum: {\n type: Boolean,\n default: function _default() {\n return false;\n } } },\n\n\n data: function data() {\n return {};\n\n\n },\n computed: {},\n\n\n mounted: function mounted() {\n\n },\n methods: {\n back: function back() {\n\n\n\n\n\n\n uni.navigateBack();\n\n } } };exports.default = _default2;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vY29tcG9uZW50cy9uYXZpZ2F0aW9uL25hdmlnYXRpb24udnVlIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7O0FBV0Esa0M7QUFDQTtBQUNBLHNCQURBO0FBRUE7QUFDQTtBQUNBLG1CQURBO0FBRUEsYUFGQSxzQkFFQTtBQUNBO0FBQ0EsT0FKQSxFQURBOztBQU9BO0FBQ0EsbUJBREE7QUFFQSxhQUZBLHNCQUVBO0FBQ0E7QUFDQSxPQUpBLEVBUEEsRUFGQTs7O0FBZ0JBLE1BaEJBLGtCQWdCQTtBQUNBOzs7QUFHQSxHQXBCQTtBQXFCQSxjQXJCQTs7O0FBd0JBLFNBeEJBLHFCQXdCQTs7QUFFQSxHQTFCQTtBQTJCQTtBQUNBLFFBREEsa0JBQ0E7Ozs7Ozs7QUFPQTs7QUFFQSxLQVZBLEVBM0JBLEUiLCJmaWxlIjoiNTI4LmpzIiwic291cmNlc0NvbnRlbnQiOlsiPHRlbXBsYXRlPlxyXG5cdDx2aWV3IGNsYXNzPVwibmF2LWhlYWRcIj5cclxuXHRcdDxzbG90IG5hbWU9XCJhZGRyZXNzXCI+PC9zbG90PlxyXG5cdFx0PHNsb3Q+PC9zbG90PlxyXG5cdFx0PHNsb3QgbmFtZT1cImJyZWFkXCI+PC9zbG90PlxyXG5cdFx0PHNsb3QgbmFtZT1cImxvZ29cIj48L3Nsb3Q+XHJcblx0XHQ8aW1hZ2Ugc3JjPVwiLi4vLi4vc3RhdGljL3Rvbmd5b25oL1ZlY3Rvci5wbmdcIiBtb2RlPVwiYXNwZWN0Rml0XCIgY2xhc3M9XCJiYWNrXCIgQHRhcD1cImJhY2soKVwiIHYtaWY9XCJzaG93QmFja1wiPjwvaW1hZ2U+XHJcblx0PC92aWV3PlxyXG48L3RlbXBsYXRlPlxyXG5cclxuPHNjcmlwdD5cclxuXHRjb25zdCBDT01QT05FTlRfTkFNRSA9ICduYXZpZ2F0aW9uJ1xyXG5cdGV4cG9ydCBkZWZhdWx0IHtcclxuXHRcdG5hbWU6IENPTVBPTkVOVF9OQU1FLFxyXG5cdCAgICBwcm9wczp7XHJcblx0XHRcdHNob3dCYWNrOiB7XHJcblx0XHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0XHRkZWZhdWx0ICgpIHtcclxuXHRcdFx0XHRcdHJldHVybiB0cnVlXHJcblx0XHRcdFx0fVxyXG5cdFx0XHR9LFxyXG5cdFx0XHRiZ251bToge1xyXG5cdFx0XHRcdHR5cGU6IEJvb2xlYW4sXHJcblx0XHRcdFx0ZGVmYXVsdCAoKSB7XHJcblx0XHRcdFx0XHRyZXR1cm4gZmFsc2VcclxuXHRcdFx0XHR9XHJcblx0XHRcdH0sXHJcblx0XHR9LFxyXG5cdFx0ZGF0YSgpIHtcclxuXHRcdFx0cmV0dXJuIHtcclxuXHRcdFxyXG5cdFx0XHR9XHJcblx0XHR9LFxyXG5cdFx0Y29tcHV0ZWQ6IHtcclxuXHRcdFxyXG5cdFx0fSxcclxuXHRcdG1vdW50ZWQoKSB7XHJcblx0XHRcclxuXHRcdH0sXHJcblx0XHRtZXRob2RzOiB7XHJcblx0XHRiYWNrKCl7XHJcblxyXG5cdFx0XHRcdC8vICNpZmRlZiBINVxyXG5cdFx0XHRcdFx0aGlzdG9yeS5iYWNrKClcclxuXHRcdFx0XHQvLyAjZW5kaWZcclxuXHRcdFx0XHRcclxuXHRcdFx0XHQvLyAjaWZkZWYgQVBQLVBMVVNcdFxyXG5cdFx0XHRcdHVuaS5uYXZpZ2F0ZUJhY2soKVxyXG5cdFx0XHRcdC8vICNlbmRpZlxyXG5cdFx0XHRcdH1cdFxyXG5cdH0sXHJcblx0fVxyXG48L3NjcmlwdD5cclxuXHJcbjxzdHlsZSBzY29wZWQgbGFuZz1cInNjc3NcIj5cclxuXHJcbiAgICAuaXRlbXtcclxuICAgIFx0Zm9udC1zaXplOiAyOHJweDtcclxuICAgIFx0dGV4dC1hbGlnbjogY2VudGVyO1xyXG4gICAgXHR3aWR0aDogMjM0cnB4O1xyXG4gICAgXHRsaW5lLWhlaWdodDogNjBycHg7XHJcbiAgICB9XHJcbiAgIFxyXG5cdC5uYXYtaGVhZHtcclxuXHRcdGxpbmUtaGVpZ2h0OiA2MHJweDtcclxuXHRcdGJhY2tncm91bmQtY29sb3I6ICNmZmY7XHJcblx0XHR0ZXh0LWFsaWduOiBjZW50ZXI7XHJcblx0XHRmb250LXdlaWdodDogNzAwO1xyXG5cdFx0Zm9udC1zaXplOiAzNnJweDtcclxuXHRcdGNvbG9yOiAjMDAwO1xyXG5cdFx0cG9zaXRpb246IHJlbGF0aXZlO1xyXG5cdFx0cGFkZGluZzogMCAzNnJweDtcclxuXHRcdG1hcmdpbi10b3A6IDUwcnB4O1xyXG5cdFx0ZGlzcGxheTogZmxleDtcclxuXHRcdGp1c3RpZnktY29udGVudDogY2VudGVyO1xyXG5cdFx0ZmxleC1kaXJlY3Rpb246IHJvdy1yZXZlcnNlO1xyXG5cdFx0YWxpZ24taXRlbXM6IGNlbnRlcjtcclxuXHRcdG1hcmdpbi10b3A6IDgwcnB4O1xyXG5cdH1cclxuXHQuYmFja3tcclxuXHRcdHdpZHRoOiAxNnJweDtcclxuXHRcdGhlaWdodDogMjRycHg7XHJcblx0XHRwb3NpdGlvbjogYWJzb2x1dGU7XHJcblx0XHRsZWZ0OjM2cnB4O1xyXG5cdCAgICB0b3A6IDUwJTtcclxuXHRcdHRyYW5zZm9ybTogdHJhbnNsYXRlWSgtNTAlKTtcclxuXHR9XHJcblxyXG48L3N0eWxlPlxyXG4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///528\n");
- tfMessage(
- typeforce.value(undefined),
- signParams.witnessValue, "".concat(
- posType, " requires NO witnessValue"));
+/***/ }),
+/* 529 */
+/*!**************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/index/index.vue?mpType=page ***!
+ \**************************************************************/
+/*! no static exports found */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
- break;
- case 'p2sh-p2wpkh':
- if (prevOutType && prevOutType !== 'scripthash') {
- throw new TypeError("input #".concat(
- signParams.vin, " is not of type p2sh-p2wpkh: ").concat(prevOutType));
+"use strict";
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_4d6f7eee_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=4d6f7eee&mpType=page */ 530);\n/* harmony import */ var _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js&mpType=page */ 552);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_4d6f7eee_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_4d6f7eee_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n null,\n null,\n false,\n _index_vue_vue_type_template_id_4d6f7eee_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/menu/index/index.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBNkg7QUFDN0g7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSwyRkFBTTtBQUNSLEVBQUUsb0dBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsK0ZBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNTI5LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9NGQ2ZjdlZWUmbXBUeXBlPXBhZ2VcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiXG5leHBvcnQgKiBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXHJ1bnRpbWVcXFxcY29tcG9uZW50Tm9ybWFsaXplci5qc1wiXG52YXIgY29tcG9uZW50ID0gbm9ybWFsaXplcihcbiAgc2NyaXB0LFxuICByZW5kZXIsXG4gIHN0YXRpY1JlbmRlckZucyxcbiAgZmFsc2UsXG4gIG51bGwsXG4gIG51bGwsXG4gIG51bGwsXG4gIGZhbHNlLFxuICBjb21wb25lbnRzLFxuICByZW5kZXJqc1xuKVxuXG5jb21wb25lbnQub3B0aW9ucy5fX2ZpbGUgPSBcInBhZ2VzL21lbnUvaW5kZXgvaW5kZXgudnVlXCJcbmV4cG9ydCBkZWZhdWx0IGNvbXBvbmVudC5leHBvcnRzIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///529\n");
- }
- tfMessage(
- typeforce.value(undefined),
- signParams.witnessScript, "".concat(
- posType, " requires NO witnessScript"));
+/***/ }),
+/* 530 */
+/*!********************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/index/index.vue?vue&type=template&id=4d6f7eee&mpType=page ***!
+ \********************************************************************************************/
+/*! exports provided: render, staticRenderFns, recyclableRender, components */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
- tfMessage(
- typeforce.Buffer,
- signParams.redeemScript, "".concat(
- posType, " requires redeemScript"));
+"use strict";
+__webpack_require__.r(__webpack_exports__);
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_4d6f7eee_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=4d6f7eee&mpType=page */ 531);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_4d6f7eee_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
- tfMessage(
- types.Satoshi,
- signParams.witnessValue, "".concat(
- posType, " requires witnessValue"));
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_4d6f7eee_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
- break;
- case 'p2sh-p2ms':
- case 'p2sh-p2pk':
- case 'p2sh-p2pkh':
- if (prevOutType && prevOutType !== 'scripthash') {
- throw new TypeError("input #".concat(
- signParams.vin, " is not of type ").concat(posType, ": ").concat(prevOutType));
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_4d6f7eee_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
- }
- tfMessage(
- typeforce.value(undefined),
- signParams.witnessScript, "".concat(
- posType, " requires NO witnessScript"));
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_4d6f7eee_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
- tfMessage(
- typeforce.Buffer,
- signParams.redeemScript, "".concat(
- posType, " requires redeemScript"));
- tfMessage(
- typeforce.value(undefined),
- signParams.witnessValue, "".concat(
- posType, " requires NO witnessValue"));
- break;
- case 'p2wsh-p2ms':
- case 'p2wsh-p2pk':
- case 'p2wsh-p2pkh':
- if (prevOutType && prevOutType !== 'witnessscripthash') {
- throw new TypeError("input #".concat(
- signParams.vin, " is not of type ").concat(posType, ": ").concat(prevOutType));
+/***/ }),
+/* 531 */
+/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/pages/menu/index/index.vue?vue&type=template&id=4d6f7eee&mpType=page ***!
+ \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/*! exports provided: render, staticRenderFns, recyclableRender, components */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
- }
- tfMessage(
- typeforce.Buffer,
- signParams.witnessScript, "".concat(
- posType, " requires witnessScript"));
+"use strict";
+__webpack_require__.r(__webpack_exports__);
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "render", function() { return render; });
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return staticRenderFns; });
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return recyclableRender; });
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "components", function() { return components; });
+var components
+try {
+ components = {
+ uModal: __webpack_require__(/*! @/uview-ui/components/u-modal/u-modal.vue */ 532).default,
+ uIcon: __webpack_require__(/*! @/uview-ui/components/u-icon/u-icon.vue */ 15).default
+ }
+} catch (e) {
+ if (
+ e.message.indexOf("Cannot find module") !== -1 &&
+ e.message.indexOf(".vue") !== -1
+ ) {
+ console.error(e.message)
+ console.error("1. 排查组件名称拼写是否正确")
+ console.error(
+ "2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"
+ )
+ console.error(
+ "3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件"
+ )
+ } else {
+ throw e
+ }
+}
+var render = function() {
+ var _vm = this
+ var _h = _vm.$createElement
+ var _c = _vm._self._c || _h
+ return _c(
+ "view",
+ { staticClass: _vm._$s(0, "sc", "content"), attrs: { _i: 0 } },
+ [
+ _c(
+ "u-modal",
+ {
+ attrs: {
+ "show-title": false,
+ "show-confirm-button": false,
+ "show-cancel-button": true,
+ "content-style": {
+ "justify-content": "center",
+ "align-items": "center",
+ height: "300rpx",
+ display: "flex"
+ },
+ _i: 1
+ },
+ on: { cancel: _vm.printCancel },
+ model: {
+ value: _vm._$s(1, "v-model", _vm.show),
+ callback: function($$v) {
+ _vm.show = $$v
+ },
+ expression: "show"
+ }
+ },
+ [
+ _c("u-icon", {
+ attrs: { name: "fingerprint", color: "red", size: "150rpx", _i: 2 }
+ })
+ ],
+ 1
+ ),
+ _c("image", { staticClass: _vm._$s(3, "sc", "logo"), attrs: { _i: 3 } }),
+ _c("view", [_vm._v(_vm._$s(4, "t0-0", _vm._s(_vm.result)))]),
+ _c("button", {
+ attrs: { _i: 5 },
+ on: {
+ click: function($event) {
+ return _vm.fingerprint()
+ }
+ }
+ })
+ ],
+ 1
+ )
+}
+var recyclableRender = false
+var staticRenderFns = []
+render._withStripped = true
- tfMessage(
- typeforce.value(undefined),
- signParams.redeemScript, "".concat(
- posType, " requires NO redeemScript"));
- tfMessage(
- types.Satoshi,
- signParams.witnessValue, "".concat(
- posType, " requires witnessValue"));
- break;
- case 'p2sh-p2wsh-p2ms':
- case 'p2sh-p2wsh-p2pk':
- case 'p2sh-p2wsh-p2pkh':
- if (prevOutType && prevOutType !== 'scripthash') {
- throw new TypeError("input #".concat(
- signParams.vin, " is not of type ").concat(posType, ": ").concat(prevOutType));
+/***/ }),
+/* 532 */
+/*!***************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-modal/u-modal.vue ***!
+ \***************************************************************/
+/*! no static exports found */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
- }
- tfMessage(
- typeforce.Buffer,
- signParams.witnessScript, "".concat(
- posType, " requires witnessScript"));
-
- tfMessage(
- typeforce.Buffer,
- signParams.redeemScript, "".concat(
- posType, " requires witnessScript"));
-
- tfMessage(
- types.Satoshi,
- signParams.witnessValue, "".concat(
- posType, " requires witnessScript"));
-
- break;}
-
-}
-function trySign(_ref)
-
-
-
-
-
-
-{var input = _ref.input,ourPubKey = _ref.ourPubKey,keyPair = _ref.keyPair,signatureHash = _ref.signatureHash,hashType = _ref.hashType,useLowR = _ref.useLowR;
- // enforce in order signing of public keys
- var signed = false;var _iterator = _createForOfIteratorHelper(
- input.pubkeys.entries()),_step;try {for (_iterator.s(); !(_step = _iterator.n()).done;) {var _step$value = _slicedToArray(_step.value, 2),i = _step$value[0],pubKey = _step$value[1];
- if (!ourPubKey.equals(pubKey)) continue;
- if (input.signatures[i]) throw new Error('Signature already exists');
- // TODO: add tests
- if (ourPubKey.length !== 33 && input.hasWitness) {
- throw new Error(
- 'BIP143 rejects uncompressed public keys in P2WPKH or P2WSH');
+"use strict";
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _u_modal_vue_vue_type_template_id_3626fcec_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./u-modal.vue?vue&type=template&id=3626fcec&scoped=true& */ 533);\n/* harmony import */ var _u_modal_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./u-modal.vue?vue&type=script&lang=js& */ 550);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _u_modal_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _u_modal_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _u_modal_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _u_modal_vue_vue_type_template_id_3626fcec_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _u_modal_vue_vue_type_template_id_3626fcec_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"3626fcec\",\n null,\n false,\n _u_modal_vue_vue_type_template_id_3626fcec_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"uview-ui/components/u-modal/u-modal.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBZ0k7QUFDaEk7QUFDMkQ7QUFDTDs7O0FBR3REO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLDZFQUFNO0FBQ1IsRUFBRSw4RkFBTTtBQUNSLEVBQUUsdUdBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsa0dBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNTMyLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi91LW1vZGFsLnZ1ZT92dWUmdHlwZT10ZW1wbGF0ZSZpZD0zNjI2ZmNlYyZzY29wZWQ9dHJ1ZSZcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL3UtbW9kYWwudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiXG5leHBvcnQgKiBmcm9tIFwiLi91LW1vZGFsLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXHJ1bnRpbWVcXFxcY29tcG9uZW50Tm9ybWFsaXplci5qc1wiXG52YXIgY29tcG9uZW50ID0gbm9ybWFsaXplcihcbiAgc2NyaXB0LFxuICByZW5kZXIsXG4gIHN0YXRpY1JlbmRlckZucyxcbiAgZmFsc2UsXG4gIG51bGwsXG4gIFwiMzYyNmZjZWNcIixcbiAgbnVsbCxcbiAgZmFsc2UsXG4gIGNvbXBvbmVudHMsXG4gIHJlbmRlcmpzXG4pXG5cbmNvbXBvbmVudC5vcHRpb25zLl9fZmlsZSA9IFwidXZpZXctdWkvY29tcG9uZW50cy91LW1vZGFsL3UtbW9kYWwudnVlXCJcbmV4cG9ydCBkZWZhdWx0IGNvbXBvbmVudC5leHBvcnRzIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///532\n");
- }
- var signature = keyPair.sign(signatureHash, useLowR);
- input.signatures[i] = bscript.signature.encode(signature, hashType);
- signed = true;
- }} catch (err) {_iterator.e(err);} finally {_iterator.f();}
- if (!signed) throw new Error('Key pair cannot sign for this input');
-}
-function getSigningData(
-network,
-inputs,
-needsOutputs,
-tx,
-signParams,
-keyPair,
-redeemScript,
-hashType,
-witnessValue,
-witnessScript,
-useLowR)
-{
- var vin;
- if (typeof signParams === 'number') {
- __f__("warn",
- 'DEPRECATED: TransactionBuilder sign method arguments ' +
- 'will change in v6, please use the TxbSignArg interface', " at node_modules/bitcoinjs-lib/src/transaction_builder.js:986");
+/***/ }),
+/* 533 */
+/*!**********************************************************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-modal/u-modal.vue?vue&type=template&id=3626fcec&scoped=true& ***!
+ \**********************************************************************************************************/
+/*! exports provided: render, staticRenderFns, recyclableRender, components */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
- vin = signParams;
- } else if (typeof signParams === 'object') {
- checkSignArgs(inputs, signParams);
+"use strict";
+__webpack_require__.r(__webpack_exports__);
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_modal_vue_vue_type_template_id_3626fcec_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-modal.vue?vue&type=template&id=3626fcec&scoped=true& */ 534);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_modal_vue_vue_type_template_id_3626fcec_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
- vin =
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_modal_vue_vue_type_template_id_3626fcec_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_modal_vue_vue_type_template_id_3626fcec_scoped_true___WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_modal_vue_vue_type_template_id_3626fcec_scoped_true___WEBPACK_IMPORTED_MODULE_0__["components"]; });
- signParams.vin;keyPair = signParams.keyPair;redeemScript = signParams.redeemScript;hashType = signParams.hashType;witnessValue = signParams.witnessValue;witnessScript = signParams.witnessScript;
- } else {
- throw new TypeError(
- 'TransactionBuilder sign first arg must be TxbSignArg or number');
+/***/ }),
+/* 534 */
+/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/uview-ui/components/u-modal/u-modal.vue?vue&type=template&id=3626fcec&scoped=true& ***!
+ \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/*! exports provided: render, staticRenderFns, recyclableRender, components */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+"use strict";
+__webpack_require__.r(__webpack_exports__);
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "render", function() { return render; });
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return staticRenderFns; });
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return recyclableRender; });
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "components", function() { return components; });
+var components
+try {
+ components = {
+ uPopup: __webpack_require__(/*! @/uview-ui/components/u-popup/u-popup.vue */ 535).default,
+ uLoading: __webpack_require__(/*! @/uview-ui/components/u-loading/u-loading.vue */ 545).default
}
- if (keyPair === undefined) {
- throw new Error('sign requires keypair');
- }
- // TODO: remove keyPair.network matching in 4.0.0
- if (keyPair.network && keyPair.network !== network)
- throw new TypeError('Inconsistent network');
- if (!inputs[vin]) throw new Error('No input at index: ' + vin);
- hashType = hashType || transaction_1.Transaction.SIGHASH_ALL;
- if (needsOutputs(hashType)) throw new Error('Transaction needs outputs');
- var input = inputs[vin];
- // if redeemScript was previously provided, enforce consistency
+} catch (e) {
if (
- input.redeemScript !== undefined &&
- redeemScript &&
- !input.redeemScript.equals(redeemScript))
- {
- throw new Error('Inconsistent redeemScript');
- }
- var ourPubKey =
- keyPair.publicKey || keyPair.getPublicKey && keyPair.getPublicKey();
- if (!canSign(input)) {
- if (witnessValue !== undefined) {
- if (input.value !== undefined && input.value !== witnessValue)
- throw new Error('Input did not match witnessValue');
- typeforce(types.Satoshi, witnessValue);
- input.value = witnessValue;
- }
- if (!canSign(input)) {
- var prepared = prepareInput(
- input,
- ourPubKey,
- redeemScript,
- witnessScript);
-
- // updates inline
- Object.assign(input, prepared);
- }
- if (!canSign(input)) throw Error(input.prevOutType + ' not supported');
- }
- // ready to sign
- var signatureHash;
- if (input.hasWitness) {
- signatureHash = tx.hashForWitnessV0(
- vin,
- input.signScript,
- input.value,
- hashType);
-
+ e.message.indexOf("Cannot find module") !== -1 &&
+ e.message.indexOf(".vue") !== -1
+ ) {
+ console.error(e.message)
+ console.error("1. 排查组件名称拼写是否正确")
+ console.error(
+ "2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"
+ )
+ console.error(
+ "3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件"
+ )
} else {
- signatureHash = tx.hashForSignature(vin, input.signScript, hashType);
+ throw e
}
- return {
- input: input,
- ourPubKey: ourPubKey,
- keyPair: keyPair,
- signatureHash: signatureHash,
- hashType: hashType,
- useLowR: !!useLowR };
-
-}
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 33)["default"], __webpack_require__(/*! ./../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
-
-/***/ }),
-/* 522 */
-/*!****************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/classify.js ***!
- \****************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-Object.defineProperty(exports, '__esModule', { value: true });
-var script_1 = __webpack_require__(/*! ./script */ 475);
-var multisig = __webpack_require__(/*! ./templates/multisig */ 523);
-var nullData = __webpack_require__(/*! ./templates/nulldata */ 526);
-var pubKey = __webpack_require__(/*! ./templates/pubkey */ 527);
-var pubKeyHash = __webpack_require__(/*! ./templates/pubkeyhash */ 530);
-var scriptHash = __webpack_require__(/*! ./templates/scripthash */ 533);
-var witnessCommitment = __webpack_require__(/*! ./templates/witnesscommitment */ 538);
-var witnessPubKeyHash = __webpack_require__(/*! ./templates/witnesspubkeyhash */ 540);
-var witnessScriptHash = __webpack_require__(/*! ./templates/witnessscripthash */ 542);
-var types = {
- P2MS: 'multisig',
- NONSTANDARD: 'nonstandard',
- NULLDATA: 'nulldata',
- P2PK: 'pubkey',
- P2PKH: 'pubkeyhash',
- P2SH: 'scripthash',
- P2WPKH: 'witnesspubkeyhash',
- P2WSH: 'witnessscripthash',
- WITNESS_COMMITMENT: 'witnesscommitment' };
-
-exports.types = types;
-function classifyOutput(script) {
- if (witnessPubKeyHash.output.check(script)) return types.P2WPKH;
- if (witnessScriptHash.output.check(script)) return types.P2WSH;
- if (pubKeyHash.output.check(script)) return types.P2PKH;
- if (scriptHash.output.check(script)) return types.P2SH;
- // XXX: optimization, below functions .decompile before use
- var chunks = script_1.decompile(script);
- if (!chunks) throw new TypeError('Invalid script');
- if (multisig.output.check(chunks)) return types.P2MS;
- if (pubKey.output.check(chunks)) return types.P2PK;
- if (witnessCommitment.output.check(chunks)) return types.WITNESS_COMMITMENT;
- if (nullData.output.check(chunks)) return types.NULLDATA;
- return types.NONSTANDARD;
-}
-exports.output = classifyOutput;
-function classifyInput(script, allowIncomplete) {
- // XXX: optimization, below functions .decompile before use
- var chunks = script_1.decompile(script);
- if (!chunks) throw new TypeError('Invalid script');
- if (pubKeyHash.input.check(chunks)) return types.P2PKH;
- if (scriptHash.input.check(chunks, allowIncomplete)) return types.P2SH;
- if (multisig.input.check(chunks, allowIncomplete)) return types.P2MS;
- if (pubKey.input.check(chunks)) return types.P2PK;
- return types.NONSTANDARD;
}
-exports.input = classifyInput;
-function classifyWitness(script, allowIncomplete) {
- // XXX: optimization, below functions .decompile before use
- var chunks = script_1.decompile(script);
- if (!chunks) throw new TypeError('Invalid script');
- if (witnessPubKeyHash.input.check(chunks)) return types.P2WPKH;
- if (witnessScriptHash.input.check(chunks, allowIncomplete))
- return types.P2WSH;
- return types.NONSTANDARD;
+var render = function() {
+ var _vm = this
+ var _h = _vm.$createElement
+ var _c = _vm._self._c || _h
+ return _c(
+ "view",
+ [
+ _c(
+ "u-popup",
+ {
+ attrs: {
+ zoom: _vm.zoom,
+ mode: "center",
+ popup: false,
+ "z-index": _vm.uZIndex,
+ length: _vm.width,
+ "mask-close-able": _vm.maskCloseAble,
+ "border-radius": _vm.borderRadius,
+ "negative-top": _vm.negativeTop,
+ _i: 1
+ },
+ on: { close: _vm.popupClose },
+ model: {
+ value: _vm._$s(1, "v-model", _vm.value),
+ callback: function($$v) {
+ _vm.value = $$v
+ },
+ expression: "value"
+ }
+ },
+ [
+ _c(
+ "view",
+ { staticClass: _vm._$s(2, "sc", "u-model"), attrs: { _i: 2 } },
+ [
+ _vm._$s(3, "i", _vm.showTitle)
+ ? _c(
+ "view",
+ {
+ staticClass: _vm._$s(3, "sc", "u-model__title u-line-1"),
+ style: _vm._$s(3, "s", [_vm.titleStyle]),
+ attrs: { _i: 3 }
+ },
+ [_vm._v(_vm._$s(3, "t0-0", _vm._s(_vm.title)))]
+ )
+ : _vm._e(),
+ _c(
+ "view",
+ {
+ staticClass: _vm._$s(4, "sc", "u-model__content"),
+ attrs: { _i: 4 }
+ },
+ [
+ _vm._$s(5, "i", _vm.$slots.default || _vm.$slots.$default)
+ ? _c(
+ "view",
+ {
+ style: _vm._$s(5, "s", [_vm.contentStyle]),
+ attrs: { _i: 5 }
+ },
+ [_vm._t("default", null, { _i: 6 })],
+ 2
+ )
+ : _c(
+ "view",
+ {
+ staticClass: _vm._$s(
+ 7,
+ "sc",
+ "u-model__content__message"
+ ),
+ style: _vm._$s(7, "s", [_vm.contentStyle]),
+ attrs: { _i: 7 }
+ },
+ [_vm._v(_vm._$s(7, "t0-0", _vm._s(_vm.content)))]
+ )
+ ]
+ ),
+ _vm._$s(8, "i", _vm.showCancelButton || _vm.showConfirmButton)
+ ? _c(
+ "view",
+ {
+ staticClass: _vm._$s(
+ 8,
+ "sc",
+ "u-model__footer u-border-top"
+ ),
+ attrs: { _i: 8 }
+ },
+ [
+ _vm._$s(9, "i", _vm.showCancelButton)
+ ? _c(
+ "view",
+ {
+ staticClass: _vm._$s(
+ 9,
+ "sc",
+ "u-model__footer__button"
+ ),
+ style: _vm._$s(9, "s", [_vm.cancelBtnStyle]),
+ attrs: { _i: 9 },
+ on: { click: _vm.cancel }
+ },
+ [_vm._v(_vm._$s(9, "t0-0", _vm._s(_vm.cancelText)))]
+ )
+ : _vm._e(),
+ _vm._$s(
+ 10,
+ "i",
+ _vm.showConfirmButton || _vm.$slots["confirm-button"]
+ )
+ ? _c(
+ "view",
+ {
+ staticClass: _vm._$s(
+ 10,
+ "sc",
+ "u-model__footer__button hairline-left"
+ ),
+ style: _vm._$s(10, "s", [_vm.confirmBtnStyle]),
+ attrs: {
+ "hover-class": _vm._$s(
+ 10,
+ "a-hover-class",
+ _vm.asyncClose
+ ? "none"
+ : "u-model__btn--hover"
+ ),
+ _i: 10
+ },
+ on: { click: _vm.confirm }
+ },
+ [
+ _vm._$s(11, "i", _vm.$slots["confirm-button"])
+ ? _vm._t("confirm-button", null, { _i: 11 })
+ : [
+ _vm._$s(13, "i", _vm.loading)
+ ? _c("u-loading", {
+ attrs: {
+ mode: "circle",
+ color: _vm.confirmColor,
+ _i: 13
+ }
+ })
+ : [
+ _vm._v(
+ _vm._$s(
+ 14,
+ "t0-0",
+ _vm._s(_vm.confirmText)
+ )
+ )
+ ]
+ ]
+ ],
+ 2
+ )
+ : _vm._e()
+ ]
+ )
+ : _vm._e()
+ ]
+ )
+ ]
+ )
+ ],
+ 1
+ )
}
-exports.witness = classifyWitness;
-
-/***/ }),
-/* 523 */
-/*!********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/templates/multisig/index.js ***!
- \********************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+var recyclableRender = false
+var staticRenderFns = []
+render._withStripped = true
-"use strict";
-Object.defineProperty(exports, '__esModule', { value: true });
-var input = __webpack_require__(/*! ./input */ 524);
-exports.input = input;
-var output = __webpack_require__(/*! ./output */ 525);
-exports.output = output;
/***/ }),
-/* 524 */
-/*!********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/templates/multisig/input.js ***!
- \********************************************************************************************************/
+/* 535 */
+/*!***************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-popup/u-popup.vue ***!
+ \***************************************************************/
/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-
-// OP_0 [signatures ...]
-Object.defineProperty(exports, '__esModule', { value: true });
-var bscript = __webpack_require__(/*! ../../script */ 475);
-var script_1 = __webpack_require__(/*! ../../script */ 475);
-function partialSignature(value) {
- return (
- value === script_1.OPS.OP_0 || bscript.isCanonicalScriptSignature(value));
-
-}
-function check(script, allowIncomplete) {
- var chunks = bscript.decompile(script);
- if (chunks.length < 2) return false;
- if (chunks[0] !== script_1.OPS.OP_0) return false;
- if (allowIncomplete) {
- return chunks.slice(1).every(partialSignature);
- }
- return chunks.slice(1).every(bscript.isCanonicalScriptSignature);
-}
-exports.check = check;
-check.toJSON = function () {
- return 'multisig input';
-};
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _u_popup_vue_vue_type_template_id_17becaea_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./u-popup.vue?vue&type=template&id=17becaea&scoped=true& */ 536);\n/* harmony import */ var _u_popup_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./u-popup.vue?vue&type=script&lang=js& */ 543);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _u_popup_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _u_popup_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _u_popup_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _u_popup_vue_vue_type_template_id_17becaea_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _u_popup_vue_vue_type_template_id_17becaea_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"17becaea\",\n null,\n false,\n _u_popup_vue_vue_type_template_id_17becaea_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"uview-ui/components/u-popup/u-popup.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBZ0k7QUFDaEk7QUFDMkQ7QUFDTDs7O0FBR3REO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLDZFQUFNO0FBQ1IsRUFBRSw4RkFBTTtBQUNSLEVBQUUsdUdBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsa0dBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNTM1LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi91LXBvcHVwLnZ1ZT92dWUmdHlwZT10ZW1wbGF0ZSZpZD0xN2JlY2FlYSZzY29wZWQ9dHJ1ZSZcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL3UtcG9wdXAudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiXG5leHBvcnQgKiBmcm9tIFwiLi91LXBvcHVwLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXHJ1bnRpbWVcXFxcY29tcG9uZW50Tm9ybWFsaXplci5qc1wiXG52YXIgY29tcG9uZW50ID0gbm9ybWFsaXplcihcbiAgc2NyaXB0LFxuICByZW5kZXIsXG4gIHN0YXRpY1JlbmRlckZucyxcbiAgZmFsc2UsXG4gIG51bGwsXG4gIFwiMTdiZWNhZWFcIixcbiAgbnVsbCxcbiAgZmFsc2UsXG4gIGNvbXBvbmVudHMsXG4gIHJlbmRlcmpzXG4pXG5cbmNvbXBvbmVudC5vcHRpb25zLl9fZmlsZSA9IFwidXZpZXctdWkvY29tcG9uZW50cy91LXBvcHVwL3UtcG9wdXAudnVlXCJcbmV4cG9ydCBkZWZhdWx0IGNvbXBvbmVudC5leHBvcnRzIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///535\n");
/***/ }),
-/* 525 */
-/*!*********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/templates/multisig/output.js ***!
- \*********************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+/* 536 */
+/*!**********************************************************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-popup/u-popup.vue?vue&type=template&id=17becaea&scoped=true& ***!
+ \**********************************************************************************************************/
+/*! exports provided: render, staticRenderFns, recyclableRender, components */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
+__webpack_require__.r(__webpack_exports__);
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_popup_vue_vue_type_template_id_17becaea_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-popup.vue?vue&type=template&id=17becaea&scoped=true& */ 537);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_popup_vue_vue_type_template_id_17becaea_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
-// m [pubKeys ...] n OP_CHECKMULTISIG
-Object.defineProperty(exports, '__esModule', { value: true });
-var bscript = __webpack_require__(/*! ../../script */ 475);
-var script_1 = __webpack_require__(/*! ../../script */ 475);
-var types = __webpack_require__(/*! ../../types */ 478);
-var OP_INT_BASE = script_1.OPS.OP_RESERVED; // OP_1 - 1
-function check(script, allowIncomplete) {
- var chunks = bscript.decompile(script);
- if (chunks.length < 4) return false;
- if (chunks[chunks.length - 1] !== script_1.OPS.OP_CHECKMULTISIG) return false;
- if (!types.Number(chunks[0])) return false;
- if (!types.Number(chunks[chunks.length - 2])) return false;
- var m = chunks[0] - OP_INT_BASE;
- var n = chunks[chunks.length - 2] - OP_INT_BASE;
- if (m <= 0) return false;
- if (n > 16) return false;
- if (m > n) return false;
- if (n !== chunks.length - 3) return false;
- if (allowIncomplete) return true;
- var keys = chunks.slice(1, -2);
- return keys.every(bscript.isCanonicalPubKey);
-}
-exports.check = check;
-check.toJSON = function () {
- return 'multi-sig output';
-};
-
-/***/ }),
-/* 526 */
-/*!**************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/templates/nulldata.js ***!
- \**************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_popup_vue_vue_type_template_id_17becaea_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
-Object.defineProperty(exports, '__esModule', { value: true });
-// OP_RETURN {data}
-var bscript = __webpack_require__(/*! ../script */ 475);
-var OPS = bscript.OPS;
-function check(script) {
- var buffer = bscript.compile(script);
- return buffer.length > 1 && buffer[0] === OPS.OP_RETURN;
-}
-exports.check = check;
-check.toJSON = function () {
- return 'null data output';
-};
-var output = { check: check };
-exports.output = output;
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_popup_vue_vue_type_template_id_17becaea_scoped_true___WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
-/***/ }),
-/* 527 */
-/*!******************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/templates/pubkey/index.js ***!
- \******************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_popup_vue_vue_type_template_id_17becaea_scoped_true___WEBPACK_IMPORTED_MODULE_0__["components"]; });
-"use strict";
-Object.defineProperty(exports, '__esModule', { value: true });
-var input = __webpack_require__(/*! ./input */ 528);
-exports.input = input;
-var output = __webpack_require__(/*! ./output */ 529);
-exports.output = output;
/***/ }),
-/* 528 */
-/*!******************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/templates/pubkey/input.js ***!
- \******************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+/* 537 */
+/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/uview-ui/components/u-popup/u-popup.vue?vue&type=template&id=17becaea&scoped=true& ***!
+ \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/*! exports provided: render, staticRenderFns, recyclableRender, components */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-
-// {signature}
-Object.defineProperty(exports, '__esModule', { value: true });
-var bscript = __webpack_require__(/*! ../../script */ 475);
-function check(script) {
- var chunks = bscript.decompile(script);
- return chunks.length === 1 && bscript.isCanonicalScriptSignature(chunks[0]);
-}
-exports.check = check;
-check.toJSON = function () {
- return 'pubKey input';
-};
-
+__webpack_require__.r(__webpack_exports__);
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "render", function() { return render; });
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return staticRenderFns; });
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return recyclableRender; });
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "components", function() { return components; });
+var components
+try {
+ components = {
+ uMask: __webpack_require__(/*! @/uview-ui/components/u-mask/u-mask.vue */ 538).default,
+ uIcon: __webpack_require__(/*! @/uview-ui/components/u-icon/u-icon.vue */ 15).default
+ }
+} catch (e) {
+ if (
+ e.message.indexOf("Cannot find module") !== -1 &&
+ e.message.indexOf(".vue") !== -1
+ ) {
+ console.error(e.message)
+ console.error("1. 排查组件名称拼写是否正确")
+ console.error(
+ "2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"
+ )
+ console.error(
+ "3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件"
+ )
+ } else {
+ throw e
+ }
+}
+var render = function() {
+ var _vm = this
+ var _h = _vm.$createElement
+ var _c = _vm._self._c || _h
+ return _vm._$s(0, "i", _vm.visibleSync)
+ ? _c(
+ "view",
+ {
+ staticClass: _vm._$s(0, "sc", "u-drawer"),
+ style: _vm._$s(0, "s", [
+ _vm.customStyle,
+ {
+ zIndex: _vm.uZindex - 1
+ }
+ ]),
+ attrs: { _i: 0 }
+ },
+ [
+ _c("u-mask", {
+ attrs: {
+ duration: _vm.duration,
+ "custom-style": _vm.maskCustomStyle,
+ maskClickAble: _vm.maskCloseAble,
+ "z-index": _vm.uZindex - 2,
+ show: _vm.showDrawer && _vm.mask,
+ _i: 1
+ },
+ on: { click: _vm.maskClick }
+ }),
+ _c(
+ "view",
+ {
+ staticClass: _vm._$s(2, "sc", "u-drawer-content"),
+ class: _vm._$s(2, "c", [
+ _vm.safeAreaInsetBottom ? "safe-area-inset-bottom" : "",
+ "u-drawer-" + _vm.mode,
+ _vm.showDrawer ? "u-drawer-content-visible" : "",
+ _vm.zoom && _vm.mode == "center" ? "u-animation-zoom" : ""
+ ]),
+ style: _vm._$s(2, "s", [_vm.style]),
+ attrs: { _i: 2 },
+ on: {
+ touchmove: function($event) {
+ $event.stopPropagation()
+ $event.preventDefault()
+ },
+ click: [
+ function($event) {
+ return _vm.modeCenterClose(_vm.mode)
+ },
+ function($event) {
+ $event.stopPropagation()
+ $event.preventDefault()
+ }
+ ]
+ }
+ },
+ [
+ _vm._$s(3, "i", _vm.mode == "center")
+ ? _c(
+ "view",
+ {
+ staticClass: _vm._$s(3, "sc", "u-mode-center-box"),
+ style: _vm._$s(3, "s", [_vm.centerStyle]),
+ attrs: { _i: 3 },
+ on: {
+ touchmove: function($event) {
+ $event.stopPropagation()
+ $event.preventDefault()
+ },
+ click: function($event) {
+ $event.stopPropagation()
+ $event.preventDefault()
+ }
+ }
+ },
+ [
+ _vm._$s(4, "i", _vm.closeable)
+ ? _c("u-icon", {
+ staticClass: _vm._$s(4, "sc", "u-close"),
+ class: _vm._$s(4, "c", [
+ "u-close--" + _vm.closeIconPos
+ ]),
+ attrs: {
+ name: _vm.closeIcon,
+ color: _vm.closeIconColor,
+ size: _vm.closeIconSize,
+ _i: 4
+ },
+ on: { click: _vm.close }
+ })
+ : _vm._e(),
+ _c(
+ "scroll-view",
+ {
+ staticClass: _vm._$s(
+ 5,
+ "sc",
+ "u-drawer__scroll-view"
+ ),
+ attrs: { _i: 5 }
+ },
+ [_vm._t("default", null, { _i: 6 })],
+ 2
+ )
+ ],
+ 1
+ )
+ : _c(
+ "scroll-view",
+ {
+ staticClass: _vm._$s(7, "sc", "u-drawer__scroll-view"),
+ attrs: { _i: 7 }
+ },
+ [_vm._t("default", null, { _i: 8 })],
+ 2
+ ),
+ _c(
+ "view",
+ {
+ staticClass: _vm._$s(9, "sc", "u-close"),
+ class: _vm._$s(9, "c", ["u-close--" + _vm.closeIconPos]),
+ attrs: { _i: 9 },
+ on: { click: _vm.close }
+ },
+ [
+ _vm._$s(10, "i", _vm.mode != "center" && _vm.closeable)
+ ? _c("u-icon", {
+ attrs: {
+ name: _vm.closeIcon,
+ color: _vm.closeIconColor,
+ size: _vm.closeIconSize,
+ _i: 10
+ }
+ })
+ : _vm._e()
+ ],
+ 1
+ )
+ ]
+ )
+ ],
+ 1
+ )
+ : _vm._e()
+}
+var recyclableRender = false
+var staticRenderFns = []
+render._withStripped = true
+
+
+
/***/ }),
-/* 529 */
-/*!*******************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/templates/pubkey/output.js ***!
- \*******************************************************************************************************/
+/* 538 */
+/*!*************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-mask/u-mask.vue ***!
+ \*************************************************************/
/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _u_mask_vue_vue_type_template_id_4bfa3b00_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./u-mask.vue?vue&type=template&id=4bfa3b00&scoped=true& */ 539);\n/* harmony import */ var _u_mask_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./u-mask.vue?vue&type=script&lang=js& */ 541);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _u_mask_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _u_mask_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _u_mask_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _u_mask_vue_vue_type_template_id_4bfa3b00_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _u_mask_vue_vue_type_template_id_4bfa3b00_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"4bfa3b00\",\n null,\n false,\n _u_mask_vue_vue_type_template_id_4bfa3b00_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"uview-ui/components/u-mask/u-mask.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBK0g7QUFDL0g7QUFDMEQ7QUFDTDs7O0FBR3JEO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLDRFQUFNO0FBQ1IsRUFBRSw2RkFBTTtBQUNSLEVBQUUsc0dBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsaUdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNTM4LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi91LW1hc2sudnVlP3Z1ZSZ0eXBlPXRlbXBsYXRlJmlkPTRiZmEzYjAwJnNjb3BlZD10cnVlJlwiXG52YXIgcmVuZGVyanNcbmltcG9ydCBzY3JpcHQgZnJvbSBcIi4vdS1tYXNrLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuZXhwb3J0ICogZnJvbSBcIi4vdS1tYXNrLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXHJ1bnRpbWVcXFxcY29tcG9uZW50Tm9ybWFsaXplci5qc1wiXG52YXIgY29tcG9uZW50ID0gbm9ybWFsaXplcihcbiAgc2NyaXB0LFxuICByZW5kZXIsXG4gIHN0YXRpY1JlbmRlckZucyxcbiAgZmFsc2UsXG4gIG51bGwsXG4gIFwiNGJmYTNiMDBcIixcbiAgbnVsbCxcbiAgZmFsc2UsXG4gIGNvbXBvbmVudHMsXG4gIHJlbmRlcmpzXG4pXG5cbmNvbXBvbmVudC5vcHRpb25zLl9fZmlsZSA9IFwidXZpZXctdWkvY29tcG9uZW50cy91LW1hc2svdS1tYXNrLnZ1ZVwiXG5leHBvcnQgZGVmYXVsdCBjb21wb25lbnQuZXhwb3J0cyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///538\n");
+
+/***/ }),
+/* 539 */
+/*!********************************************************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-mask/u-mask.vue?vue&type=template&id=4bfa3b00&scoped=true& ***!
+ \********************************************************************************************************/
+/*! exports provided: render, staticRenderFns, recyclableRender, components */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+
+"use strict";
+__webpack_require__.r(__webpack_exports__);
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_mask_vue_vue_type_template_id_4bfa3b00_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-mask.vue?vue&type=template&id=4bfa3b00&scoped=true& */ 540);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_mask_vue_vue_type_template_id_4bfa3b00_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
+
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_mask_vue_vue_type_template_id_4bfa3b00_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
+
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_mask_vue_vue_type_template_id_4bfa3b00_scoped_true___WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
+
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_mask_vue_vue_type_template_id_4bfa3b00_scoped_true___WEBPACK_IMPORTED_MODULE_0__["components"]; });
-// {pubKey} OP_CHECKSIG
-Object.defineProperty(exports, '__esModule', { value: true });
-var bscript = __webpack_require__(/*! ../../script */ 475);
-var script_1 = __webpack_require__(/*! ../../script */ 475);
-function check(script) {
- var chunks = bscript.decompile(script);
- return (
- chunks.length === 2 &&
- bscript.isCanonicalPubKey(chunks[0]) &&
- chunks[1] === script_1.OPS.OP_CHECKSIG);
-}
-exports.check = check;
-check.toJSON = function () {
- return 'pubKey output';
-};
/***/ }),
-/* 530 */
-/*!**********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/templates/pubkeyhash/index.js ***!
- \**********************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+/* 540 */
+/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/uview-ui/components/u-mask/u-mask.vue?vue&type=template&id=4bfa3b00&scoped=true& ***!
+ \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/*! exports provided: render, staticRenderFns, recyclableRender, components */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
+__webpack_require__.r(__webpack_exports__);
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "render", function() { return render; });
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return staticRenderFns; });
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return recyclableRender; });
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "components", function() { return components; });
+var components
+var render = function() {
+ var _vm = this
+ var _h = _vm.$createElement
+ var _c = _vm._self._c || _h
+ return _c(
+ "view",
+ {
+ staticClass: _vm._$s(0, "sc", "u-mask"),
+ class: _vm._$s(0, "c", {
+ "u-mask-zoom": _vm.zoom,
+ "u-mask-show": _vm.show
+ }),
+ style: _vm._$s(0, "s", [_vm.maskStyle, _vm.zoomStyle]),
+ attrs: { _i: 0 },
+ on: {
+ touchmove: function($event) {
+ $event.stopPropagation()
+ $event.preventDefault()
+ return (function() {})($event)
+ },
+ click: _vm.click
+ }
+ },
+ [_vm._t("default", null, { _i: 1 })],
+ 2
+ )
+}
+var recyclableRender = false
+var staticRenderFns = []
+render._withStripped = true
+
-Object.defineProperty(exports, '__esModule', { value: true });
-var input = __webpack_require__(/*! ./input */ 531);
-exports.input = input;
-var output = __webpack_require__(/*! ./output */ 532);
-exports.output = output;
/***/ }),
-/* 531 */
-/*!**********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/templates/pubkeyhash/input.js ***!
- \**********************************************************************************************************/
+/* 541 */
+/*!**************************************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-mask/u-mask.vue?vue&type=script&lang=js& ***!
+ \**************************************************************************************/
/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-
-// {signature} {pubKey}
-Object.defineProperty(exports, '__esModule', { value: true });
-var bscript = __webpack_require__(/*! ../../script */ 475);
-function check(script) {
- var chunks = bscript.decompile(script);
- return (
- chunks.length === 2 &&
- bscript.isCanonicalScriptSignature(chunks[0]) &&
- bscript.isCanonicalPubKey(chunks[1]));
-
-}
-exports.check = check;
-check.toJSON = function () {
- return 'pubKeyHash input';
-};
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_mask_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-mask.vue?vue&type=script&lang=js& */ 542);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_mask_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_mask_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_mask_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_mask_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_mask_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQTZsQixDQUFnQiw0bkJBQUcsRUFBQyIsImZpbGUiOiI1NDEuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL3UtbWFzay52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmXCI7IGV4cG9ydCBkZWZhdWx0IG1vZDsgZXhwb3J0ICogZnJvbSBcIi0hQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxiYWJlbC1sb2FkZXJcXFxcbGliXFxcXGluZGV4LmpzIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcQGRjbG91ZGlvXFxcXHZ1ZS1jbGktcGx1Z2luLXVuaVxcXFxwYWNrYWdlc1xcXFx3ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyXFxcXGluZGV4LmpzPz9yZWYtLTYtMSFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay11bmktYXBwLWxvYWRlclxcXFx1c2luZy1jb21wb25lbnRzLmpzIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcQGRjbG91ZGlvXFxcXHZ1ZS1jbGktcGx1Z2luLXVuaVxcXFxwYWNrYWdlc1xcXFx2dWUtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcz8/dnVlLWxvYWRlci1vcHRpb25zIS4vdS1tYXNrLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///541\n");
/***/ }),
-/* 532 */
-/*!***********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/templates/pubkeyhash/output.js ***!
- \***********************************************************************************************************/
+/* 542 */
+/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/uview-ui/components/u-mask/u-mask.vue?vue&type=script&lang=js& ***!
+ \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
+eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;function ownKeys(object, enumerableOnly) {var keys = Object.keys(object);if (Object.getOwnPropertySymbols) {var symbols = Object.getOwnPropertySymbols(object);if (enumerableOnly) symbols = symbols.filter(function (sym) {return Object.getOwnPropertyDescriptor(object, sym).enumerable;});keys.push.apply(keys, symbols);}return keys;}function _objectSpread(target) {for (var i = 1; i < arguments.length; i++) {var source = arguments[i] != null ? arguments[i] : {};if (i % 2) {ownKeys(Object(source), true).forEach(function (key) {_defineProperty(target, key, source[key]);});} else if (Object.getOwnPropertyDescriptors) {Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));} else {ownKeys(Object(source)).forEach(function (key) {Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));});}}return target;}function _defineProperty(obj, key, value) {if (key in obj) {Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true });} else {obj[key] = value;}return obj;} //\n//\n//\n//\n//\n//\n//\n//\n//\n\n/**\n * mask 遮罩\n * @description 创建一个遮罩层,用于强调特定的页面元素,并阻止用户对遮罩下层的内容进行操作,一般用于弹窗场景\n * @tutorial https://www.uviewui.com/components/mask.html\n * @property {Boolean} show 是否显示遮罩(默认false)\n * @property {String Number} z-index z-index 层级(默认1070)\n * @property {Object} custom-style 自定义样式对象,见上方说明\n * @property {String Number} duration 动画时长,单位毫秒(默认300)\n * @property {Boolean} zoom 是否使用scale对遮罩进行缩放(默认true)\n * @property {Boolean} mask-click-able 遮罩是否可点击,为false时点击不会发送click事件(默认true)\n * @event {Function} click mask-click-able为true时,点击遮罩发送此事件\n * @example \n */var _default2 =\n{\n name: \"u-mask\",\n props: {\n // 是否显示遮罩\n show: {\n type: Boolean,\n default: false },\n\n // 层级z-index\n zIndex: {\n type: [Number, String],\n default: '' },\n\n // 用户自定义样式\n customStyle: {\n type: Object,\n default: function _default() {\n return {};\n } },\n\n // 遮罩的动画样式, 是否使用使用zoom进行scale进行缩放\n zoom: {\n type: Boolean,\n default: true },\n\n // 遮罩的过渡时间,单位为ms\n duration: {\n type: [Number, String],\n default: 300 },\n\n // 是否可以通过点击遮罩进行关闭\n maskClickAble: {\n type: Boolean,\n default: true } },\n\n\n data: function data() {\n return {\n zoomStyle: {\n transform: '' },\n\n scale: 'scale(1.2, 1.2)' };\n\n },\n watch: {\n show: function show(n) {\n if (n && this.zoom) {\n // 当展示遮罩的时候,设置scale为1,达到缩小(原来为1.2)的效果\n this.zoomStyle.transform = 'scale(1, 1)';\n } else if (!n && this.zoom) {\n // 当隐藏遮罩的时候,设置scale为1.2,达到放大(因为显示遮罩时已重置为1)的效果\n this.zoomStyle.transform = this.scale;\n }\n } },\n\n computed: {\n maskStyle: function maskStyle() {\n var style = {};\n style.backgroundColor = \"rgba(0, 0, 0, 0.6)\";\n if (this.show) style.zIndex = this.zIndex ? this.zIndex : this.$u.zIndex.mask;else\n style.zIndex = -1;\n style.transition = \"all \".concat(this.duration / 1000, \"s ease-in-out\");\n // 判断用户传递的对象是否为空,不为空就进行合并\n if (Object.keys(this.customStyle).length) style = _objectSpread(_objectSpread({},\n style),\n this.customStyle);\n\n return style;\n } },\n\n methods: {\n click: function click() {\n if (!this.maskClickAble) return;\n this.$emit('click');\n } } };exports.default = _default2;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXZpZXctdWkvY29tcG9uZW50cy91LW1hc2svdS1tYXNrLnZ1ZSJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7O0FBVUE7Ozs7Ozs7Ozs7Ozs7QUFhQTtBQUNBLGdCQURBO0FBRUE7QUFDQTtBQUNBO0FBQ0EsbUJBREE7QUFFQSxvQkFGQSxFQUZBOztBQU1BO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLGlCQUZBLEVBUEE7O0FBV0E7QUFDQTtBQUNBLGtCQURBO0FBRUEsYUFGQSxzQkFFQTtBQUNBO0FBQ0EsT0FKQSxFQVpBOztBQWtCQTtBQUNBO0FBQ0EsbUJBREE7QUFFQSxtQkFGQSxFQW5CQTs7QUF1QkE7QUFDQTtBQUNBLDRCQURBO0FBRUEsa0JBRkEsRUF4QkE7O0FBNEJBO0FBQ0E7QUFDQSxtQkFEQTtBQUVBLG1CQUZBLEVBN0JBLEVBRkE7OztBQW9DQSxNQXBDQSxrQkFvQ0E7QUFDQTtBQUNBO0FBQ0EscUJBREEsRUFEQTs7QUFJQSw4QkFKQTs7QUFNQSxHQTNDQTtBQTRDQTtBQUNBLFFBREEsZ0JBQ0EsQ0FEQSxFQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsT0FIQSxNQUdBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FUQSxFQTVDQTs7QUF1REE7QUFDQSxhQURBLHVCQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxXQURBO0FBRUEsc0JBRkE7O0FBSUE7QUFDQSxLQWJBLEVBdkRBOztBQXNFQTtBQUNBLFNBREEsbUJBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FKQSxFQXRFQSxFIiwiZmlsZSI6IjU0Mi5qcyIsInNvdXJjZXNDb250ZW50IjpbIjx0ZW1wbGF0ZT5cclxuXHQ8dmlldyBjbGFzcz1cInUtbWFza1wiIGhvdmVyLXN0b3AtcHJvcGFnYXRpb24gOnN0eWxlPVwiW21hc2tTdHlsZSwgem9vbVN0eWxlXVwiIEB0YXA9XCJjbGlja1wiIEB0b3VjaG1vdmUuc3RvcC5wcmV2ZW50PVwiKCkgPT4ge31cIiA6Y2xhc3M9XCJ7XHJcblx0XHQndS1tYXNrLXpvb20nOiB6b29tLFxyXG5cdFx0J3UtbWFzay1zaG93Jzogc2hvd1xyXG5cdH1cIj5cclxuXHRcdDxzbG90IC8+XHJcblx0PC92aWV3PlxyXG48L3RlbXBsYXRlPlxyXG5cclxuPHNjcmlwdD5cclxuXHQvKipcclxuXHQgKiBtYXNrIOmBrue9qVxyXG5cdCAqIEBkZXNjcmlwdGlvbiDliJvlu7rkuIDkuKrpga7nvanlsYLvvIznlKjkuo7lvLrosIPnibnlrprnmoTpobXpnaLlhYPntKDvvIzlubbpmLvmraLnlKjmiLflr7npga7nvankuIvlsYLnmoTlhoXlrrnov5vooYzmk43kvZzvvIzkuIDoiKznlKjkuo7lvLnnqpflnLrmma9cclxuXHQgKiBAdHV0b3JpYWwgaHR0cHM6Ly93d3cudXZpZXd1aS5jb20vY29tcG9uZW50cy9tYXNrLmh0bWxcclxuXHQgKiBAcHJvcGVydHkge0Jvb2xlYW59IHNob3cg5piv5ZCm5pi+56S66YGu572p77yI6buY6K6kZmFsc2XvvIlcclxuXHQgKiBAcHJvcGVydHkge1N0cmluZyBOdW1iZXJ9IHotaW5kZXggei1pbmRleCDlsYLnuqfvvIjpu5jorqQxMDcw77yJXHJcblx0ICogQHByb3BlcnR5IHtPYmplY3R9IGN1c3RvbS1zdHlsZSDoh6rlrprkuYnmoLflvI/lr7nosaHvvIzop4HkuIrmlrnor7TmmI5cclxuXHQgKiBAcHJvcGVydHkge1N0cmluZyBOdW1iZXJ9IGR1cmF0aW9uIOWKqOeUu+aXtumVv++8jOWNleS9jeavq+enku+8iOm7mOiupDMwMO+8iVxyXG5cdCAqIEBwcm9wZXJ0eSB7Qm9vbGVhbn0gem9vbSDmmK/lkKbkvb/nlKhzY2FsZeWvuemBrue9qei/m+ihjOe8qeaUvu+8iOm7mOiupHRydWXvvIlcclxuXHQgKiBAcHJvcGVydHkge0Jvb2xlYW59IG1hc2stY2xpY2stYWJsZSDpga7nvanmmK/lkKblj6/ngrnlh7vvvIzkuLpmYWxzZeaXtueCueWHu+S4jeS8muWPkemAgWNsaWNr5LqL5Lu277yI6buY6K6kdHJ1Ze+8iVxyXG5cdCAqIEBldmVudCB7RnVuY3Rpb259IGNsaWNrIG1hc2stY2xpY2stYWJsZeS4unRydWXml7bvvIzngrnlh7vpga7nvanlj5HpgIHmraTkuovku7ZcclxuXHQgKiBAZXhhbXBsZSA8dS1tYXNrIDpzaG93PVwic2hvd1wiIEBjbGljaz1cInNob3cgPSBmYWxzZVwiPjwvdS1tYXNrPlxyXG5cdCAqL1xyXG5cdGV4cG9ydCBkZWZhdWx0IHtcclxuXHRcdG5hbWU6IFwidS1tYXNrXCIsXHJcblx0XHRwcm9wczoge1xyXG5cdFx0XHQvLyDmmK/lkKbmmL7npLrpga7nvalcclxuXHRcdFx0c2hvdzoge1xyXG5cdFx0XHRcdHR5cGU6IEJvb2xlYW4sXHJcblx0XHRcdFx0ZGVmYXVsdDogZmFsc2VcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5bGC57qnei1pbmRleFxyXG5cdFx0XHR6SW5kZXg6IHtcclxuXHRcdFx0XHR0eXBlOiBbTnVtYmVyLCBTdHJpbmddLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICcnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOeUqOaIt+iHquWumuS5ieagt+W8j1xyXG5cdFx0XHRjdXN0b21TdHlsZToge1xyXG5cdFx0XHRcdHR5cGU6IE9iamVjdCxcclxuXHRcdFx0XHRkZWZhdWx0ICgpIHtcclxuXHRcdFx0XHRcdHJldHVybiB7fVxyXG5cdFx0XHRcdH1cclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g6YGu572p55qE5Yqo55S75qC35byP77yMIOaYr+WQpuS9v+eUqOS9v+eUqHpvb23ov5vooYxzY2FsZei/m+ihjOe8qeaUvlxyXG5cdFx0XHR6b29tOiB7XHJcblx0XHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0XHRkZWZhdWx0OiB0cnVlXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOmBrue9qeeahOi/h+a4oeaXtumXtO+8jOWNleS9jeS4um1zXHJcblx0XHRcdGR1cmF0aW9uOiB7XHJcblx0XHRcdFx0dHlwZTogW051bWJlciwgU3RyaW5nXSxcclxuXHRcdFx0XHRkZWZhdWx0OiAzMDBcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5piv5ZCm5Y+v5Lul6YCa6L+H54K55Ye76YGu572p6L+b6KGM5YWz6ZetXHJcblx0XHRcdG1hc2tDbGlja0FibGU6IHtcclxuXHRcdFx0XHR0eXBlOiBCb29sZWFuLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IHRydWVcclxuXHRcdFx0fVxyXG5cdFx0fSxcclxuXHRcdGRhdGEoKSB7XHJcblx0XHRcdHJldHVybiB7XHJcblx0XHRcdFx0em9vbVN0eWxlOiB7XHJcblx0XHRcdFx0XHR0cmFuc2Zvcm06ICcnXHJcblx0XHRcdFx0fSxcclxuXHRcdFx0XHRzY2FsZTogJ3NjYWxlKDEuMiwgMS4yKSdcclxuXHRcdFx0fVxyXG5cdFx0fSxcclxuXHRcdHdhdGNoOiB7XHJcblx0XHRcdHNob3cobikge1xyXG5cdFx0XHRcdGlmKG4gJiYgdGhpcy56b29tKSB7XHJcblx0XHRcdFx0XHQvLyDlvZPlsZXnpLrpga7nvannmoTml7blgJnvvIzorr7nva5zY2FsZeS4ujHvvIzovr7liLDnvKnlsI8o5Y6f5p2l5Li6MS4yKeeahOaViOaenFxyXG5cdFx0XHRcdFx0dGhpcy56b29tU3R5bGUudHJhbnNmb3JtID0gJ3NjYWxlKDEsIDEpJztcclxuXHRcdFx0XHR9IGVsc2UgaWYoIW4gJiYgdGhpcy56b29tKSB7XHJcblx0XHRcdFx0XHQvLyDlvZPpmpDol4/pga7nvannmoTml7blgJnvvIzorr7nva5zY2FsZeS4ujEuMu+8jOi+vuWIsOaUvuWkpyjlm6DkuLrmmL7npLrpga7nvanml7blt7Lph43nva7kuLoxKeeahOaViOaenFxyXG5cdFx0XHRcdFx0dGhpcy56b29tU3R5bGUudHJhbnNmb3JtID0gdGhpcy5zY2FsZTtcclxuXHRcdFx0XHR9XHJcblx0XHRcdH1cclxuXHRcdH0sXHJcblx0XHRjb21wdXRlZDoge1xyXG5cdFx0XHRtYXNrU3R5bGUoKSB7XHJcblx0XHRcdFx0bGV0IHN0eWxlID0ge307XHJcblx0XHRcdFx0c3R5bGUuYmFja2dyb3VuZENvbG9yID0gXCJyZ2JhKDAsIDAsIDAsIDAuNilcIjtcclxuXHRcdFx0XHRpZih0aGlzLnNob3cpIHN0eWxlLnpJbmRleCA9IHRoaXMuekluZGV4ID8gdGhpcy56SW5kZXggOiB0aGlzLiR1LnpJbmRleC5tYXNrO1xyXG5cdFx0XHRcdGVsc2Ugc3R5bGUuekluZGV4ID0gLTE7XHJcblx0XHRcdFx0c3R5bGUudHJhbnNpdGlvbiA9IGBhbGwgJHt0aGlzLmR1cmF0aW9uIC8gMTAwMH1zIGVhc2UtaW4tb3V0YDtcclxuXHRcdFx0XHQvLyDliKTmlq3nlKjmiLfkvKDpgJLnmoTlr7nosaHmmK/lkKbkuLrnqbrvvIzkuI3kuLrnqbrlsLHov5vooYzlkIjlubZcclxuXHRcdFx0XHRpZiAoT2JqZWN0LmtleXModGhpcy5jdXN0b21TdHlsZSkubGVuZ3RoKSBzdHlsZSA9IHsgXHJcblx0XHRcdFx0XHQuLi5zdHlsZSxcclxuXHRcdFx0XHRcdC4uLnRoaXMuY3VzdG9tU3R5bGVcclxuXHRcdFx0XHR9O1xyXG5cdFx0XHRcdHJldHVybiBzdHlsZTtcclxuXHRcdFx0fVxyXG5cdFx0fSxcclxuXHRcdG1ldGhvZHM6IHtcclxuXHRcdFx0Y2xpY2soKSB7XHJcblx0XHRcdFx0aWYgKCF0aGlzLm1hc2tDbGlja0FibGUpIHJldHVybjtcclxuXHRcdFx0XHR0aGlzLiRlbWl0KCdjbGljaycpO1xyXG5cdFx0XHR9XHJcblx0XHR9XHJcblx0fVxyXG48L3NjcmlwdD5cclxuXHJcbjxzdHlsZSBsYW5nPVwic2Nzc1wiIHNjb3BlZD5cclxuXHRAaW1wb3J0IFwiLi4vLi4vbGlicy9jc3Mvc3R5bGUuY29tcG9uZW50cy5zY3NzXCI7XHJcblx0XHJcblx0LnUtbWFzayB7XHJcblx0XHRwb3NpdGlvbjogZml4ZWQ7XHJcblx0XHR0b3A6IDA7XHJcblx0XHRsZWZ0OiAwO1xyXG5cdFx0cmlnaHQ6IDA7XHJcblx0XHRib3R0b206IDA7XHJcblx0XHRvcGFjaXR5OiAwO1xyXG5cdFx0dHJhbnNpdGlvbjogdHJhbnNmb3JtIDAuM3M7XHJcblx0fVxyXG5cclxuXHQudS1tYXNrLXNob3cge1xyXG5cdFx0b3BhY2l0eTogMTtcclxuXHR9XHJcblx0XHJcblx0LnUtbWFzay16b29tIHtcclxuXHRcdHRyYW5zZm9ybTogc2NhbGUoMS4yLCAxLjIpO1xyXG5cdH1cclxuPC9zdHlsZT5cclxuIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///542\n");
-// OP_DUP OP_HASH160 {pubKeyHash} OP_EQUALVERIFY OP_CHECKSIG
-Object.defineProperty(exports, '__esModule', { value: true });
-var bscript = __webpack_require__(/*! ../../script */ 475);
-var script_1 = __webpack_require__(/*! ../../script */ 475);
-function check(script) {
- var buffer = bscript.compile(script);
- return (
- buffer.length === 25 &&
- buffer[0] === script_1.OPS.OP_DUP &&
- buffer[1] === script_1.OPS.OP_HASH160 &&
- buffer[2] === 0x14 &&
- buffer[23] === script_1.OPS.OP_EQUALVERIFY &&
- buffer[24] === script_1.OPS.OP_CHECKSIG);
+/***/ }),
+/* 543 */
+/*!****************************************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-popup/u-popup.vue?vue&type=script&lang=js& ***!
+ \****************************************************************************************/
+/*! no static exports found */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
-}
-exports.check = check;
-check.toJSON = function () {
- return 'pubKeyHash output';
-};
+"use strict";
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_popup_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-popup.vue?vue&type=script&lang=js& */ 544);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_popup_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_popup_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_popup_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_popup_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_popup_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQThsQixDQUFnQiw2bkJBQUcsRUFBQyIsImZpbGUiOiI1NDMuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL3UtcG9wdXAudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiOyBleHBvcnQgZGVmYXVsdCBtb2Q7IGV4cG9ydCAqIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL3UtcG9wdXAudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///543\n");
/***/ }),
-/* 533 */
-/*!**********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/templates/scripthash/index.js ***!
- \**********************************************************************************************************/
+/* 544 */
+/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/uview-ui/components/u-popup/u-popup.vue?vue&type=script&lang=js& ***!
+ \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-
-Object.defineProperty(exports, '__esModule', { value: true });
-var input = __webpack_require__(/*! ./input */ 534);
-exports.input = input;
-var output = __webpack_require__(/*! ./output */ 537);
-exports.output = output;
+eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0; //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n/**\r\n * popup 弹窗\r\n * @description 弹出层容器,用于展示弹窗、信息提示等内容,支持上、下、左、右和中部弹出。组件只提供容器,内部内容由用户自定义\r\n * @tutorial https://www.uviewui.com/components/popup.html\r\n * @property {String} mode 弹出方向(默认left)\r\n * @property {Boolean} mask 是否显示遮罩(默认true)\r\n * @property {Stringr | Number} length mode=left | 见官网说明(默认auto)\r\n * @property {Boolean} zoom 是否开启缩放动画,只在mode为center时有效(默认true)\r\n * @property {Boolean} safe-area-inset-bottom 是否开启底部安全区适配(默认false)\r\n * @property {Boolean} mask-close-able 点击遮罩是否可以关闭弹出层(默认true)\r\n * @property {Object} custom-style 用户自定义样式\r\n * @property {Stringr | Number} negative-top 中部弹出时,往上偏移的值\r\n * @property {Numberr | String} border-radius 弹窗圆角值(默认0)\r\n * @property {Numberr | String} z-index 弹出内容的z-index值(默认1075)\r\n * @property {Boolean} closeable 是否显示关闭图标(默认false)\r\n * @property {String} close-icon 关闭图标的名称,只能uView的内置图标\r\n * @property {String} close-icon-pos 自定义关闭图标位置(默认top-right)\r\n * @property {String} close-icon-color 关闭图标的颜色(默认#909399)\r\n * @property {Number | String} close-icon-size 关闭图标的大小,单位rpx(默认30)\r\n * @event {Function} open 弹出层打开\r\n * @event {Function} close 弹出层收起\r\n * @example 出淤泥而不染,濯清涟而不妖\r\n */var _default2 =\n{\n name: 'u-popup',\n props: {\n /**\r\n * 显示状态\r\n */\n show: {\n type: Boolean,\n default: false },\n\n /**\r\n * 弹出方向,left|right|top|bottom|center\r\n */\n mode: {\n type: String,\n default: 'left' },\n\n /**\r\n * 是否显示遮罩\r\n */\n mask: {\n type: Boolean,\n default: true },\n\n // 抽屉的宽度(mode=left|right),或者高度(mode=top|bottom),单位rpx,或者\"auto\"\n // 或者百分比\"50%\",表示由内容撑开高度或者宽度\n length: {\n type: [Number, String],\n default: 'auto' },\n\n // 是否开启缩放动画,只在mode=center时有效\n zoom: {\n type: Boolean,\n default: true },\n\n // 是否开启底部安全区适配,开启的话,会在iPhoneX机型底部添加一定的内边距\n safeAreaInsetBottom: {\n type: Boolean,\n default: false },\n\n // 是否可以通过点击遮罩进行关闭\n maskCloseAble: {\n type: Boolean,\n default: true },\n\n // 用户自定义样式\n customStyle: {\n type: Object,\n default: function _default() {\n return {};\n } },\n\n value: {\n type: Boolean,\n default: false },\n\n // 此为内部参数,不在文档对外使用,为了解决Picker和keyboard等融合了弹窗的组件\n // 对v-model双向绑定多层调用造成报错不能修改props值的问题\n popup: {\n type: Boolean,\n default: true },\n\n // 显示显示弹窗的圆角,单位rpx\n borderRadius: {\n type: [Number, String],\n default: 0 },\n\n zIndex: {\n type: [Number, String],\n default: '' },\n\n // 是否显示关闭图标\n closeable: {\n type: Boolean,\n default: false },\n\n // 关闭图标的名称,只能uView的内置图标\n closeIcon: {\n type: String,\n default: 'close' },\n\n // 自定义关闭图标位置,top-left为左上角,top-right为右上角,bottom-left为左下角,bottom-right为右下角\n closeIconPos: {\n type: String,\n default: 'top-right' },\n\n // 关闭图标的颜色\n closeIconColor: {\n type: String,\n default: '#909399' },\n\n // 关闭图标的大小,单位rpx\n closeIconSize: {\n type: [String, Number],\n default: '30' },\n\n // 宽度,只对左,右,中部弹出时起作用,单位rpx,或者\"auto\"\n // 或者百分比\"50%\",表示由内容撑开高度或者宽度,优先级高于length参数\n width: {\n type: String,\n default: '' },\n\n // 高度,只对上,下,中部弹出时起作用,单位rpx,或者\"auto\"\n // 或者百分比\"50%\",表示由内容撑开高度或者宽度,优先级高于length参数\n height: {\n type: String,\n default: '' },\n\n // 给一个负的margin-top,往上偏移,避免和键盘重合的情况,仅在mode=center时有效\n negativeTop: {\n type: [String, Number],\n default: 0 },\n\n // 遮罩的样式,一般用于修改遮罩的透明度\n maskCustomStyle: {\n type: Object,\n default: function _default() {\n return {};\n } },\n\n // 遮罩打开或收起的动画过渡时间,单位ms\n duration: {\n type: [String, Number],\n default: 250 } },\n\n\n data: function data() {\n return {\n visibleSync: false,\n showDrawer: false,\n timer: null,\n closeFromInner: false // value的值改变,是发生在内部还是外部\n };\n },\n computed: {\n // 根据mode的位置,设定其弹窗的宽度(mode = left|right),或者高度(mode = top|bottom)\n style: function style() {\n var style = {};\n // 如果是左边或者上边弹出时,需要给translate设置为负值,用于隐藏\n if (this.mode == 'left' || this.mode == 'right') {\n style = {\n width: this.width ? this.getUnitValue(this.width) : this.getUnitValue(this.length),\n height: '100%',\n transform: \"translate3D(\".concat(this.mode == 'left' ? '-100%' : '100%', \",0px,0px)\") };\n\n } else if (this.mode == 'top' || this.mode == 'bottom') {\n style = {\n width: '100%',\n height: this.height ? this.getUnitValue(this.height) : this.getUnitValue(this.length),\n transform: \"translate3D(0px,\".concat(this.mode == 'top' ? '-100%' : '100%', \",0px)\") };\n\n }\n style.zIndex = this.uZindex;\n // 如果用户设置了borderRadius值,添加弹窗的圆角\n if (this.borderRadius) {\n switch (this.mode) {\n case 'left':\n style.borderRadius = \"0 \".concat(this.borderRadius, \"rpx \").concat(this.borderRadius, \"rpx 0\");\n break;\n case 'top':\n style.borderRadius = \"0 0 \".concat(this.borderRadius, \"rpx \").concat(this.borderRadius, \"rpx\");\n break;\n case 'right':\n style.borderRadius = \"\".concat(this.borderRadius, \"rpx 0 0 \").concat(this.borderRadius, \"rpx\");\n break;\n case 'bottom':\n style.borderRadius = \"\".concat(this.borderRadius, \"rpx \").concat(this.borderRadius, \"rpx 0 0\");\n break;\n default:}\n\n // 不加可能圆角无效\n style.overflow = 'hidden';\n }\n if (this.duration) style.transition = \"all \".concat(this.duration / 1000, \"s linear\");\n return style;\n },\n // 中部弹窗的特有样式\n centerStyle: function centerStyle() {\n var style = {};\n style.width = this.width ? this.getUnitValue(this.width) : this.getUnitValue(this.length);\n // 中部弹出的模式,如果没有设置高度,就用auto值,由内容撑开高度\n style.height = this.height ? this.getUnitValue(this.height) : 'auto';\n style.zIndex = this.uZindex;\n style.marginTop = \"-\".concat(this.$u.addUnit(this.negativeTop));\n if (this.borderRadius) {\n style.borderRadius = \"\".concat(this.borderRadius, \"rpx\");\n // 不加可能圆角无效\n style.overflow = 'hidden';\n }\n return style;\n },\n // 计算整理后的z-index值\n uZindex: function uZindex() {\n return this.zIndex ? this.zIndex : this.$u.zIndex.popup;\n } },\n\n watch: {\n value: function value(val) {\n if (val) {\n this.open();\n } else if (!this.closeFromInner) {\n this.close();\n }\n this.closeFromInner = false;\n } },\n\n mounted: function mounted() {\n // 组件渲染完成时,检查value是否为true,如果是,弹出popup\n this.value && this.open();\n },\n methods: {\n // 判断传入的值,是否带有单位,如果没有,就默认用rpx单位\n getUnitValue: function getUnitValue(val) {\n if (/(%|px|rpx|auto)$/.test(val)) return val;else\n return val + 'rpx';\n },\n // 遮罩被点击\n maskClick: function maskClick() {\n this.close();\n },\n close: function close() {\n // 标记关闭是内部发生的,否则修改了value值,导致watch中对value检测,导致再执行一遍close\n // 造成@close事件触发两次\n this.closeFromInner = true;\n this.change('showDrawer', 'visibleSync', false);\n },\n // 中部弹出时,需要.u-drawer-content将居中内容,此元素会铺满屏幕,点击需要关闭弹窗\n // 让其只在mode=center时起作用\n modeCenterClose: function modeCenterClose(mode) {\n if (mode != 'center' || !this.maskCloseAble) return;\n this.close();\n },\n open: function open() {\n this.change('visibleSync', 'showDrawer', true);\n },\n // 此处的原理是,关闭时先通过动画隐藏弹窗和遮罩,再移除整个组件\n // 打开时,先渲染组件,延时一定时间再让遮罩和弹窗的动画起作用\n change: function change(param1, param2, status) {var _this = this;\n // 如果this.popup为false,意味着为picker,actionsheet等组件调用了popup组件\n if (this.popup == true) {\n this.$emit('input', status);\n }\n this[param1] = status;\n if (status) {\n\n\n\n\n\n\n\n this.$nextTick(function () {\n _this[param2] = status;\n _this.$emit(status ? 'open' : 'close');\n });\n\n } else {\n this.timer = setTimeout(function () {\n _this[param2] = status;\n _this.$emit(status ? 'open' : 'close');\n }, this.duration);\n }\n } } };exports.default = _default2;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXZpZXctdWkvY29tcG9uZW50cy91LXBvcHVwL3UtcG9wdXAudnVlIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQWdEQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUF1QkE7QUFDQSxpQkFEQTtBQUVBO0FBQ0E7OztBQUdBO0FBQ0EsbUJBREE7QUFFQSxvQkFGQSxFQUpBOztBQVFBOzs7QUFHQTtBQUNBLGtCQURBO0FBRUEscUJBRkEsRUFYQTs7QUFlQTs7O0FBR0E7QUFDQSxtQkFEQTtBQUVBLG1CQUZBLEVBbEJBOztBQXNCQTtBQUNBO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLHFCQUZBLEVBeEJBOztBQTRCQTtBQUNBO0FBQ0EsbUJBREE7QUFFQSxtQkFGQSxFQTdCQTs7QUFpQ0E7QUFDQTtBQUNBLG1CQURBO0FBRUEsb0JBRkEsRUFsQ0E7O0FBc0NBO0FBQ0E7QUFDQSxtQkFEQTtBQUVBLG1CQUZBLEVBdkNBOztBQTJDQTtBQUNBO0FBQ0Esa0JBREE7QUFFQSxhQUZBLHNCQUVBO0FBQ0E7QUFDQSxPQUpBLEVBNUNBOztBQWtEQTtBQUNBLG1CQURBO0FBRUEsb0JBRkEsRUFsREE7O0FBc0RBO0FBQ0E7QUFDQTtBQUNBLG1CQURBO0FBRUEsbUJBRkEsRUF4REE7O0FBNERBO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLGdCQUZBLEVBN0RBOztBQWlFQTtBQUNBLDRCQURBO0FBRUEsaUJBRkEsRUFqRUE7O0FBcUVBO0FBQ0E7QUFDQSxtQkFEQTtBQUVBLG9CQUZBLEVBdEVBOztBQTBFQTtBQUNBO0FBQ0Esa0JBREE7QUFFQSxzQkFGQSxFQTNFQTs7QUErRUE7QUFDQTtBQUNBLGtCQURBO0FBRUEsMEJBRkEsRUFoRkE7O0FBb0ZBO0FBQ0E7QUFDQSxrQkFEQTtBQUVBLHdCQUZBLEVBckZBOztBQXlGQTtBQUNBO0FBQ0EsNEJBREE7QUFFQSxtQkFGQSxFQTFGQTs7QUE4RkE7QUFDQTtBQUNBO0FBQ0Esa0JBREE7QUFFQSxpQkFGQSxFQWhHQTs7QUFvR0E7QUFDQTtBQUNBO0FBQ0Esa0JBREE7QUFFQSxpQkFGQSxFQXRHQTs7QUEwR0E7QUFDQTtBQUNBLDRCQURBO0FBRUEsZ0JBRkEsRUEzR0E7O0FBK0dBO0FBQ0E7QUFDQSxrQkFEQTtBQUVBLGFBRkEsc0JBRUE7QUFDQTtBQUNBLE9BSkEsRUFoSEE7O0FBc0hBO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLGtCQUZBLEVBdkhBLEVBRkE7OztBQThIQSxNQTlIQSxrQkE4SEE7QUFDQTtBQUNBLHdCQURBO0FBRUEsdUJBRkE7QUFHQSxpQkFIQTtBQUlBLDJCQUpBLENBSUE7QUFKQTtBQU1BLEdBcklBO0FBc0lBO0FBQ0E7QUFDQSxTQUZBLG1CQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSw0RkFEQTtBQUVBLHdCQUZBO0FBR0EsK0ZBSEE7O0FBS0EsT0FOQSxNQU1BO0FBQ0E7QUFDQSx1QkFEQTtBQUVBLCtGQUZBO0FBR0EsOEZBSEE7O0FBS0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGtCQWJBOztBQWVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQXpDQTtBQTBDQTtBQUNBLGVBM0NBLHlCQTJDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEtBeERBO0FBeURBO0FBQ0EsV0ExREEscUJBMERBO0FBQ0E7QUFDQSxLQTVEQSxFQXRJQTs7QUFvTUE7QUFDQSxTQURBLGlCQUNBLEdBREEsRUFDQTtBQUNBO0FBQ0E7QUFDQSxPQUZBLE1BRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQVJBLEVBcE1BOztBQThNQSxTQTlNQSxxQkE4TUE7QUFDQTtBQUNBO0FBQ0EsR0FqTkE7QUFrTkE7QUFDQTtBQUNBLGdCQUZBLHdCQUVBLEdBRkEsRUFFQTtBQUNBO0FBQ0E7QUFDQSxLQUxBO0FBTUE7QUFDQSxhQVBBLHVCQU9BO0FBQ0E7QUFDQSxLQVRBO0FBVUEsU0FWQSxtQkFVQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FmQTtBQWdCQTtBQUNBO0FBQ0EsbUJBbEJBLDJCQWtCQSxJQWxCQSxFQWtCQTtBQUNBO0FBQ0E7QUFDQSxLQXJCQTtBQXNCQSxRQXRCQSxrQkFzQkE7QUFDQTtBQUNBLEtBeEJBO0FBeUJBO0FBQ0E7QUFDQSxVQTNCQSxrQkEyQkEsTUEzQkEsRUEyQkEsTUEzQkEsRUEyQkEsTUEzQkEsRUEyQkE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7Ozs7Ozs7O0FBUUE7QUFDQTtBQUNBO0FBQ0EsU0FIQTs7QUFLQSxPQWJBLE1BYUE7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUhBLEVBR0EsYUFIQTtBQUlBO0FBQ0EsS0FwREEsRUFsTkEsRSIsImZpbGUiOiI1NDQuanMiLCJzb3VyY2VzQ29udGVudCI6WyI8dGVtcGxhdGU+XHJcblx0PHZpZXcgdi1pZj1cInZpc2libGVTeW5jXCIgOnN0eWxlPVwiW2N1c3RvbVN0eWxlLCB7XHJcblx0XHR6SW5kZXg6IHVaaW5kZXggLSAxXHJcblx0fV1cIiBjbGFzcz1cInUtZHJhd2VyXCIgaG92ZXItc3RvcC1wcm9wYWdhdGlvbj5cclxuXHRcdDx1LW1hc2sgOmR1cmF0aW9uPVwiZHVyYXRpb25cIiA6Y3VzdG9tLXN0eWxlPVwibWFza0N1c3RvbVN0eWxlXCIgOm1hc2tDbGlja0FibGU9XCJtYXNrQ2xvc2VBYmxlXCIgOnotaW5kZXg9XCJ1WmluZGV4IC0gMlwiIDpzaG93PVwic2hvd0RyYXdlciAmJiBtYXNrXCIgQGNsaWNrPVwibWFza0NsaWNrXCI+PC91LW1hc2s+XHJcblx0XHQ8dmlld1xyXG5cdFx0XHRjbGFzcz1cInUtZHJhd2VyLWNvbnRlbnRcIlxyXG5cdFx0XHRAdGFwPVwibW9kZUNlbnRlckNsb3NlKG1vZGUpXCJcclxuXHRcdFx0OmNsYXNzPVwiW1xyXG5cdFx0XHRcdHNhZmVBcmVhSW5zZXRCb3R0b20gPyAnc2FmZS1hcmVhLWluc2V0LWJvdHRvbScgOiAnJyxcclxuXHRcdFx0XHQndS1kcmF3ZXItJyArIG1vZGUsXHJcblx0XHRcdFx0c2hvd0RyYXdlciA/ICd1LWRyYXdlci1jb250ZW50LXZpc2libGUnIDogJycsXHJcblx0XHRcdFx0em9vbSAmJiBtb2RlID09ICdjZW50ZXInID8gJ3UtYW5pbWF0aW9uLXpvb20nIDogJydcclxuXHRcdFx0XVwiXHJcblx0XHRcdEB0b3VjaG1vdmUuc3RvcC5wcmV2ZW50XHJcblx0XHRcdEB0YXAuc3RvcC5wcmV2ZW50XHJcblx0XHRcdDpzdHlsZT1cIltzdHlsZV1cIlxyXG5cdFx0PlxyXG5cdFx0XHQ8dmlldyBjbGFzcz1cInUtbW9kZS1jZW50ZXItYm94XCIgQHRhcC5zdG9wLnByZXZlbnQgQHRvdWNobW92ZS5zdG9wLnByZXZlbnQgdi1pZj1cIm1vZGUgPT0gJ2NlbnRlcidcIiA6c3R5bGU9XCJbY2VudGVyU3R5bGVdXCI+XHJcblx0XHRcdFx0PHUtaWNvblxyXG5cdFx0XHRcdFx0QGNsaWNrPVwiY2xvc2VcIlxyXG5cdFx0XHRcdFx0di1pZj1cImNsb3NlYWJsZVwiXHJcblx0XHRcdFx0XHRjbGFzcz1cInUtY2xvc2VcIlxyXG5cdFx0XHRcdFx0OmNsYXNzPVwiWyd1LWNsb3NlLS0nICsgY2xvc2VJY29uUG9zXVwiXHJcblx0XHRcdFx0XHQ6bmFtZT1cImNsb3NlSWNvblwiXHJcblx0XHRcdFx0XHQ6Y29sb3I9XCJjbG9zZUljb25Db2xvclwiXHJcblx0XHRcdFx0XHQ6c2l6ZT1cImNsb3NlSWNvblNpemVcIlxyXG5cdFx0XHRcdD48L3UtaWNvbj5cclxuXHRcdFx0XHQ8c2Nyb2xsLXZpZXcgY2xhc3M9XCJ1LWRyYXdlcl9fc2Nyb2xsLXZpZXdcIiBzY3JvbGwteT1cInRydWVcIj5cclxuXHRcdFx0XHRcdDxzbG90IC8+XHJcblx0XHRcdFx0PC9zY3JvbGwtdmlldz5cclxuXHRcdFx0PC92aWV3PlxyXG5cdFx0XHQ8c2Nyb2xsLXZpZXcgY2xhc3M9XCJ1LWRyYXdlcl9fc2Nyb2xsLXZpZXdcIiBzY3JvbGwteT1cInRydWVcIiB2LWVsc2U+XHJcblx0XHRcdFx0PHNsb3QgLz5cclxuXHRcdFx0PC9zY3JvbGwtdmlldz5cclxuXHRcdFx0PHZpZXcgQHRhcD1cImNsb3NlXCIgY2xhc3M9XCJ1LWNsb3NlXCIgOmNsYXNzPVwiWyd1LWNsb3NlLS0nICsgY2xvc2VJY29uUG9zXVwiPlxyXG5cdFx0XHRcdDx1LWljb25cclxuXHRcdFx0XHRcdHYtaWY9XCJtb2RlICE9ICdjZW50ZXInICYmIGNsb3NlYWJsZVwiXHJcblx0XHRcdFx0XHQ6bmFtZT1cImNsb3NlSWNvblwiXHJcblx0XHRcdFx0XHQ6Y29sb3I9XCJjbG9zZUljb25Db2xvclwiXHJcblx0XHRcdFx0XHQ6c2l6ZT1cImNsb3NlSWNvblNpemVcIlxyXG5cdFx0XHRcdD48L3UtaWNvbj5cclxuXHRcdFx0PC92aWV3PlxyXG5cdFx0PC92aWV3PlxyXG5cdDwvdmlldz5cclxuPC90ZW1wbGF0ZT5cclxuXHJcbjxzY3JpcHQ+XHJcbi8qKlxyXG4gKiBwb3B1cCDlvLnnqpdcclxuICogQGRlc2NyaXB0aW9uIOW8ueWHuuWxguWuueWZqO+8jOeUqOS6juWxleekuuW8ueeql+OAgeS/oeaBr+aPkOekuuetieWGheWuue+8jOaUr+aMgeS4iuOAgeS4i+OAgeW3puOAgeWPs+WSjOS4remDqOW8ueWHuuOAgue7hOS7tuWPquaPkOS+m+WuueWZqO+8jOWGhemDqOWGheWuueeUseeUqOaIt+iHquWumuS5iVxyXG4gKiBAdHV0b3JpYWwgaHR0cHM6Ly93d3cudXZpZXd1aS5jb20vY29tcG9uZW50cy9wb3B1cC5odG1sXHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nfSBtb2RlIOW8ueWHuuaWueWQke+8iOm7mOiupGxlZnTvvIlcclxuICogQHByb3BlcnR5IHtCb29sZWFufSBtYXNrIOaYr+WQpuaYvuekuumBrue9qe+8iOm7mOiupHRydWXvvIlcclxuICogQHByb3BlcnR5IHtTdHJpbmdyIHwgTnVtYmVyfSBsZW5ndGggbW9kZT1sZWZ0IHwg6KeB5a6Y572R6K+05piO77yI6buY6K6kYXV0b++8iVxyXG4gKiBAcHJvcGVydHkge0Jvb2xlYW59IHpvb20g5piv5ZCm5byA5ZCv57yp5pS+5Yqo55S777yM5Y+q5ZyobW9kZeS4umNlbnRlcuaXtuacieaViO+8iOm7mOiupHRydWXvvIlcclxuICogQHByb3BlcnR5IHtCb29sZWFufSBzYWZlLWFyZWEtaW5zZXQtYm90dG9tIOaYr+WQpuW8gOWQr+W6lemDqOWuieWFqOWMuumAgumFje+8iOm7mOiupGZhbHNl77yJXHJcbiAqIEBwcm9wZXJ0eSB7Qm9vbGVhbn0gbWFzay1jbG9zZS1hYmxlIOeCueWHu+mBrue9qeaYr+WQpuWPr+S7peWFs+mXreW8ueWHuuWxgu+8iOm7mOiupHRydWXvvIlcclxuICogQHByb3BlcnR5IHtPYmplY3R9IGN1c3RvbS1zdHlsZSDnlKjmiLfoh6rlrprkuYnmoLflvI9cclxuICogQHByb3BlcnR5IHtTdHJpbmdyIHwgTnVtYmVyfSBuZWdhdGl2ZS10b3Ag5Lit6YOo5by55Ye65pe277yM5b6A5LiK5YGP56e755qE5YC8XHJcbiAqIEBwcm9wZXJ0eSB7TnVtYmVyciB8IFN0cmluZ30gYm9yZGVyLXJhZGl1cyDlvLnnqpflnIbop5LlgLzvvIjpu5jorqQw77yJXHJcbiAqIEBwcm9wZXJ0eSB7TnVtYmVyciB8IFN0cmluZ30gei1pbmRleCDlvLnlh7rlhoXlrrnnmoR6LWluZGV45YC877yI6buY6K6kMTA3Ne+8iVxyXG4gKiBAcHJvcGVydHkge0Jvb2xlYW59IGNsb3NlYWJsZSDmmK/lkKbmmL7npLrlhbPpl63lm77moIfvvIjpu5jorqRmYWxzZe+8iVxyXG4gKiBAcHJvcGVydHkge1N0cmluZ30gY2xvc2UtaWNvbiDlhbPpl63lm77moIfnmoTlkI3np7DvvIzlj6rog711Vmlld+eahOWGhee9ruWbvuagh1xyXG4gKiBAcHJvcGVydHkge1N0cmluZ30gY2xvc2UtaWNvbi1wb3Mg6Ieq5a6a5LmJ5YWz6Zet5Zu+5qCH5L2N572u77yI6buY6K6kdG9wLXJpZ2h077yJXHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nfSBjbG9zZS1pY29uLWNvbG9yIOWFs+mXreWbvuagh+eahOminOiJsu+8iOm7mOiupCM5MDkzOTnvvIlcclxuICogQHByb3BlcnR5IHtOdW1iZXIgfCBTdHJpbmd9IGNsb3NlLWljb24tc2l6ZSDlhbPpl63lm77moIfnmoTlpKflsI/vvIzljZXkvY1ycHjvvIjpu5jorqQzMO+8iVxyXG4gKiBAZXZlbnQge0Z1bmN0aW9ufSBvcGVuIOW8ueWHuuWxguaJk+W8gFxyXG4gKiBAZXZlbnQge0Z1bmN0aW9ufSBjbG9zZSDlvLnlh7rlsYLmlLbotbdcclxuICogQGV4YW1wbGUgPHUtcG9wdXAgdi1tb2RlbD1cInNob3dcIj48dmlldz7lh7rmt6Tms6XogIzkuI3mn5PvvIzmv6/muIXmtp/ogIzkuI3lppY8L3ZpZXc+PC91LXBvcHVwPlxyXG4gKi9cclxuZXhwb3J0IGRlZmF1bHQge1xyXG5cdG5hbWU6ICd1LXBvcHVwJyxcclxuXHRwcm9wczoge1xyXG5cdFx0LyoqXHJcblx0XHQgKiDmmL7npLrnirbmgIFcclxuXHRcdCAqL1xyXG5cdFx0c2hvdzoge1xyXG5cdFx0XHR0eXBlOiBCb29sZWFuLFxyXG5cdFx0XHRkZWZhdWx0OiBmYWxzZVxyXG5cdFx0fSxcclxuXHRcdC8qKlxyXG5cdFx0ICog5by55Ye65pa55ZCR77yMbGVmdHxyaWdodHx0b3B8Ym90dG9tfGNlbnRlclxyXG5cdFx0ICovXHJcblx0XHRtb2RlOiB7XHJcblx0XHRcdHR5cGU6IFN0cmluZyxcclxuXHRcdFx0ZGVmYXVsdDogJ2xlZnQnXHJcblx0XHR9LFxyXG5cdFx0LyoqXHJcblx0XHQgKiDmmK/lkKbmmL7npLrpga7nvalcclxuXHRcdCAqL1xyXG5cdFx0bWFzazoge1xyXG5cdFx0XHR0eXBlOiBCb29sZWFuLFxyXG5cdFx0XHRkZWZhdWx0OiB0cnVlXHJcblx0XHR9LFxyXG5cdFx0Ly8g5oq95bGJ55qE5a695bqmKG1vZGU9bGVmdHxyaWdodCnvvIzmiJbogIXpq5jluqYobW9kZT10b3B8Ym90dG9tKe+8jOWNleS9jXJweO+8jOaIluiAhVwiYXV0b1wiXHJcblx0XHQvLyDmiJbogIXnmb7liIbmr5RcIjUwJVwi77yM6KGo56S655Sx5YaF5a655pKR5byA6auY5bqm5oiW6ICF5a695bqmXHJcblx0XHRsZW5ndGg6IHtcclxuXHRcdFx0dHlwZTogW051bWJlciwgU3RyaW5nXSxcclxuXHRcdFx0ZGVmYXVsdDogJ2F1dG8nXHJcblx0XHR9LFxyXG5cdFx0Ly8g5piv5ZCm5byA5ZCv57yp5pS+5Yqo55S777yM5Y+q5ZyobW9kZT1jZW50ZXLml7bmnInmlYhcclxuXHRcdHpvb206IHtcclxuXHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0ZGVmYXVsdDogdHJ1ZVxyXG5cdFx0fSxcclxuXHRcdC8vIOaYr+WQpuW8gOWQr+W6lemDqOWuieWFqOWMuumAgumFje+8jOW8gOWQr+eahOivne+8jOS8muWcqGlQaG9uZVjmnLrlnovlupXpg6jmt7vliqDkuIDlrprnmoTlhoXovrnot51cclxuXHRcdHNhZmVBcmVhSW5zZXRCb3R0b206IHtcclxuXHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0ZGVmYXVsdDogZmFsc2VcclxuXHRcdH0sXHJcblx0XHQvLyDmmK/lkKblj6/ku6XpgJrov4fngrnlh7vpga7nvanov5vooYzlhbPpl61cclxuXHRcdG1hc2tDbG9zZUFibGU6IHtcclxuXHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0ZGVmYXVsdDogdHJ1ZVxyXG5cdFx0fSxcclxuXHRcdC8vIOeUqOaIt+iHquWumuS5ieagt+W8j1xyXG5cdFx0Y3VzdG9tU3R5bGU6IHtcclxuXHRcdFx0dHlwZTogT2JqZWN0LFxyXG5cdFx0XHRkZWZhdWx0KCkge1xyXG5cdFx0XHRcdHJldHVybiB7fTtcclxuXHRcdFx0fVxyXG5cdFx0fSxcclxuXHRcdHZhbHVlOiB7XHJcblx0XHRcdHR5cGU6IEJvb2xlYW4sXHJcblx0XHRcdGRlZmF1bHQ6IGZhbHNlXHJcblx0XHR9LFxyXG5cdFx0Ly8g5q2k5Li65YaF6YOo5Y+C5pWw77yM5LiN5Zyo5paH5qGj5a+55aSW5L2/55So77yM5Li65LqG6Kej5YazUGlja2Vy5ZKMa2V5Ym9hcmTnrYnono3lkIjkuoblvLnnqpfnmoTnu4Tku7ZcclxuXHRcdC8vIOWvuXYtbW9kZWzlj4zlkJHnu5HlrprlpJrlsYLosIPnlKjpgKDmiJDmiqXplJnkuI3og73kv67mlLlwcm9wc+WAvOeahOmXrumimFxyXG5cdFx0cG9wdXA6IHtcclxuXHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0ZGVmYXVsdDogdHJ1ZVxyXG5cdFx0fSxcclxuXHRcdC8vIOaYvuekuuaYvuekuuW8ueeql+eahOWchuinku+8jOWNleS9jXJweFxyXG5cdFx0Ym9yZGVyUmFkaXVzOiB7XHJcblx0XHRcdHR5cGU6IFtOdW1iZXIsIFN0cmluZ10sXHJcblx0XHRcdGRlZmF1bHQ6IDBcclxuXHRcdH0sXHJcblx0XHR6SW5kZXg6IHtcclxuXHRcdFx0dHlwZTogW051bWJlciwgU3RyaW5nXSxcclxuXHRcdFx0ZGVmYXVsdDogJydcclxuXHRcdH0sXHJcblx0XHQvLyDmmK/lkKbmmL7npLrlhbPpl63lm77moIdcclxuXHRcdGNsb3NlYWJsZToge1xyXG5cdFx0XHR0eXBlOiBCb29sZWFuLFxyXG5cdFx0XHRkZWZhdWx0OiBmYWxzZVxyXG5cdFx0fSxcclxuXHRcdC8vIOWFs+mXreWbvuagh+eahOWQjeensO+8jOWPquiDvXVWaWV355qE5YaF572u5Zu+5qCHXHJcblx0XHRjbG9zZUljb246IHtcclxuXHRcdFx0dHlwZTogU3RyaW5nLFxyXG5cdFx0XHRkZWZhdWx0OiAnY2xvc2UnXHJcblx0XHR9LFxyXG5cdFx0Ly8g6Ieq5a6a5LmJ5YWz6Zet5Zu+5qCH5L2N572u77yMdG9wLWxlZnTkuLrlt6bkuIrop5LvvIx0b3AtcmlnaHTkuLrlj7PkuIrop5LvvIxib3R0b20tbGVmdOS4uuW3puS4i+inku+8jGJvdHRvbS1yaWdodOS4uuWPs+S4i+inklxyXG5cdFx0Y2xvc2VJY29uUG9zOiB7XHJcblx0XHRcdHR5cGU6IFN0cmluZyxcclxuXHRcdFx0ZGVmYXVsdDogJ3RvcC1yaWdodCdcclxuXHRcdH0sXHJcblx0XHQvLyDlhbPpl63lm77moIfnmoTpopzoibJcclxuXHRcdGNsb3NlSWNvbkNvbG9yOiB7XHJcblx0XHRcdHR5cGU6IFN0cmluZyxcclxuXHRcdFx0ZGVmYXVsdDogJyM5MDkzOTknXHJcblx0XHR9LFxyXG5cdFx0Ly8g5YWz6Zet5Zu+5qCH55qE5aSn5bCP77yM5Y2V5L2NcnB4XHJcblx0XHRjbG9zZUljb25TaXplOiB7XHJcblx0XHRcdHR5cGU6IFtTdHJpbmcsIE51bWJlcl0sXHJcblx0XHRcdGRlZmF1bHQ6ICczMCdcclxuXHRcdH0sXHJcblx0XHQvLyDlrr3luqbvvIzlj6rlr7nlt6bvvIzlj7PvvIzkuK3pg6jlvLnlh7rml7botbfkvZznlKjvvIzljZXkvY1ycHjvvIzmiJbogIVcImF1dG9cIlxyXG5cdFx0Ly8g5oiW6ICF55m+5YiG5q+UXCI1MCVcIu+8jOihqOekuueUseWGheWuueaSkeW8gOmrmOW6puaIluiAheWuveW6pu+8jOS8mOWFiOe6p+mrmOS6jmxlbmd0aOWPguaVsFxyXG5cdFx0d2lkdGg6IHtcclxuXHRcdFx0dHlwZTogU3RyaW5nLFxyXG5cdFx0XHRkZWZhdWx0OiAnJ1xyXG5cdFx0fSxcclxuXHRcdC8vIOmrmOW6pu+8jOWPquWvueS4iu+8jOS4i++8jOS4remDqOW8ueWHuuaXtui1t+S9nOeUqO+8jOWNleS9jXJweO+8jOaIluiAhVwiYXV0b1wiXHJcblx0XHQvLyDmiJbogIXnmb7liIbmr5RcIjUwJVwi77yM6KGo56S655Sx5YaF5a655pKR5byA6auY5bqm5oiW6ICF5a695bqm77yM5LyY5YWI57qn6auY5LqObGVuZ3Ro5Y+C5pWwXHJcblx0XHRoZWlnaHQ6IHtcclxuXHRcdFx0dHlwZTogU3RyaW5nLFxyXG5cdFx0XHRkZWZhdWx0OiAnJ1xyXG5cdFx0fSxcclxuXHRcdC8vIOe7meS4gOS4qui0n+eahG1hcmdpbi10b3DvvIzlvoDkuIrlgY/np7vvvIzpgb/lhY3lkozplK7nm5jph43lkIjnmoTmg4XlhrXvvIzku4XlnKhtb2RlPWNlbnRlcuaXtuacieaViFxyXG5cdFx0bmVnYXRpdmVUb3A6IHtcclxuXHRcdFx0dHlwZTogW1N0cmluZywgTnVtYmVyXSxcclxuXHRcdFx0ZGVmYXVsdDogMFxyXG5cdFx0fSxcclxuXHRcdC8vIOmBrue9qeeahOagt+W8j++8jOS4gOiIrOeUqOS6juS/ruaUuemBrue9qeeahOmAj+aYjuW6plxyXG5cdFx0bWFza0N1c3RvbVN0eWxlOiB7XHJcblx0XHRcdHR5cGU6IE9iamVjdCxcclxuXHRcdFx0ZGVmYXVsdCgpIHtcclxuXHRcdFx0XHRyZXR1cm4ge31cclxuXHRcdFx0fVxyXG5cdFx0fSxcclxuXHRcdC8vIOmBrue9qeaJk+W8gOaIluaUtui1t+eahOWKqOeUu+i/h+a4oeaXtumXtO+8jOWNleS9jW1zXHJcblx0XHRkdXJhdGlvbjoge1xyXG5cdFx0XHR0eXBlOiBbU3RyaW5nLCBOdW1iZXJdLFxyXG5cdFx0XHRkZWZhdWx0OiAyNTBcclxuXHRcdH1cclxuXHR9LFxyXG5cdGRhdGEoKSB7XHJcblx0XHRyZXR1cm4ge1xyXG5cdFx0XHR2aXNpYmxlU3luYzogZmFsc2UsXHJcblx0XHRcdHNob3dEcmF3ZXI6IGZhbHNlLFxyXG5cdFx0XHR0aW1lcjogbnVsbCxcclxuXHRcdFx0Y2xvc2VGcm9tSW5uZXI6IGZhbHNlLCAvLyB2YWx1ZeeahOWAvOaUueWPmO+8jOaYr+WPkeeUn+WcqOWGhemDqOi/mOaYr+WklumDqFxyXG5cdFx0fTtcclxuXHR9LFxyXG5cdGNvbXB1dGVkOiB7XHJcblx0XHQvLyDmoLnmja5tb2Rl55qE5L2N572u77yM6K6+5a6a5YW25by556qX55qE5a695bqmKG1vZGUgPSBsZWZ0fHJpZ2h0Ke+8jOaIluiAhemrmOW6pihtb2RlID0gdG9wfGJvdHRvbSlcclxuXHRcdHN0eWxlKCkge1xyXG5cdFx0XHRsZXQgc3R5bGUgPSB7fTtcclxuXHRcdFx0Ly8g5aaC5p6c5piv5bem6L655oiW6ICF5LiK6L655by55Ye65pe277yM6ZyA6KaB57uZdHJhbnNsYXRl6K6+572u5Li66LSf5YC877yM55So5LqO6ZqQ6JePXHJcblx0XHRcdGlmICh0aGlzLm1vZGUgPT0gJ2xlZnQnIHx8IHRoaXMubW9kZSA9PSAncmlnaHQnKSB7XHJcblx0XHRcdFx0c3R5bGUgPSB7XHJcblx0XHRcdFx0XHR3aWR0aDogdGhpcy53aWR0aCA/IHRoaXMuZ2V0VW5pdFZhbHVlKHRoaXMud2lkdGgpIDogdGhpcy5nZXRVbml0VmFsdWUodGhpcy5sZW5ndGgpLFxyXG5cdFx0XHRcdFx0aGVpZ2h0OiAnMTAwJScsXHJcblx0XHRcdFx0XHR0cmFuc2Zvcm06IGB0cmFuc2xhdGUzRCgke3RoaXMubW9kZSA9PSAnbGVmdCcgPyAnLTEwMCUnIDogJzEwMCUnfSwwcHgsMHB4KWBcclxuXHRcdFx0XHR9O1xyXG5cdFx0XHR9IGVsc2UgaWYgKHRoaXMubW9kZSA9PSAndG9wJyB8fCB0aGlzLm1vZGUgPT0gJ2JvdHRvbScpIHtcclxuXHRcdFx0XHRzdHlsZSA9IHtcclxuXHRcdFx0XHRcdHdpZHRoOiAnMTAwJScsXHJcblx0XHRcdFx0XHRoZWlnaHQ6IHRoaXMuaGVpZ2h0ID8gdGhpcy5nZXRVbml0VmFsdWUodGhpcy5oZWlnaHQpIDogdGhpcy5nZXRVbml0VmFsdWUodGhpcy5sZW5ndGgpLFxyXG5cdFx0XHRcdFx0dHJhbnNmb3JtOiBgdHJhbnNsYXRlM0QoMHB4LCR7dGhpcy5tb2RlID09ICd0b3AnID8gJy0xMDAlJyA6ICcxMDAlJ30sMHB4KWBcclxuXHRcdFx0XHR9O1xyXG5cdFx0XHR9XHJcblx0XHRcdHN0eWxlLnpJbmRleCA9IHRoaXMudVppbmRleDtcclxuXHRcdFx0Ly8g5aaC5p6c55So5oi36K6+572u5LqGYm9yZGVyUmFkaXVz5YC877yM5re75Yqg5by556qX55qE5ZyG6KeSXHJcblx0XHRcdGlmICh0aGlzLmJvcmRlclJhZGl1cykge1xyXG5cdFx0XHRcdHN3aXRjaCAodGhpcy5tb2RlKSB7XHJcblx0XHRcdFx0XHRjYXNlICdsZWZ0JzpcclxuXHRcdFx0XHRcdFx0c3R5bGUuYm9yZGVyUmFkaXVzID0gYDAgJHt0aGlzLmJvcmRlclJhZGl1c31ycHggJHt0aGlzLmJvcmRlclJhZGl1c31ycHggMGA7XHJcblx0XHRcdFx0XHRcdGJyZWFrO1xyXG5cdFx0XHRcdFx0Y2FzZSAndG9wJzpcclxuXHRcdFx0XHRcdFx0c3R5bGUuYm9yZGVyUmFkaXVzID0gYDAgMCAke3RoaXMuYm9yZGVyUmFkaXVzfXJweCAke3RoaXMuYm9yZGVyUmFkaXVzfXJweGA7XHJcblx0XHRcdFx0XHRcdGJyZWFrO1xyXG5cdFx0XHRcdFx0Y2FzZSAncmlnaHQnOlxyXG5cdFx0XHRcdFx0XHRzdHlsZS5ib3JkZXJSYWRpdXMgPSBgJHt0aGlzLmJvcmRlclJhZGl1c31ycHggMCAwICR7dGhpcy5ib3JkZXJSYWRpdXN9cnB4YDtcclxuXHRcdFx0XHRcdFx0YnJlYWs7XHJcblx0XHRcdFx0XHRjYXNlICdib3R0b20nOlxyXG5cdFx0XHRcdFx0XHRzdHlsZS5ib3JkZXJSYWRpdXMgPSBgJHt0aGlzLmJvcmRlclJhZGl1c31ycHggJHt0aGlzLmJvcmRlclJhZGl1c31ycHggMCAwYDtcclxuXHRcdFx0XHRcdFx0YnJlYWs7XHJcblx0XHRcdFx0XHRkZWZhdWx0OlxyXG5cdFx0XHRcdH1cclxuXHRcdFx0XHQvLyDkuI3liqDlj6/og73lnIbop5Lml6DmlYhcclxuXHRcdFx0XHRzdHlsZS5vdmVyZmxvdyA9ICdoaWRkZW4nO1xyXG5cdFx0XHR9XHJcblx0XHRcdGlmKHRoaXMuZHVyYXRpb24pIHN0eWxlLnRyYW5zaXRpb24gPSBgYWxsICR7dGhpcy5kdXJhdGlvbiAvIDEwMDB9cyBsaW5lYXJgO1xyXG5cdFx0XHRyZXR1cm4gc3R5bGU7XHJcblx0XHR9LFxyXG5cdFx0Ly8g5Lit6YOo5by556qX55qE54m55pyJ5qC35byPXHJcblx0XHRjZW50ZXJTdHlsZSgpIHtcclxuXHRcdFx0bGV0IHN0eWxlID0ge307XHJcblx0XHRcdHN0eWxlLndpZHRoID0gdGhpcy53aWR0aCA/IHRoaXMuZ2V0VW5pdFZhbHVlKHRoaXMud2lkdGgpIDogdGhpcy5nZXRVbml0VmFsdWUodGhpcy5sZW5ndGgpO1xyXG5cdFx0XHQvLyDkuK3pg6jlvLnlh7rnmoTmqKHlvI/vvIzlpoLmnpzmsqHmnInorr7nva7pq5jluqbvvIzlsLHnlKhhdXRv5YC877yM55Sx5YaF5a655pKR5byA6auY5bqmXHJcblx0XHRcdHN0eWxlLmhlaWdodCA9IHRoaXMuaGVpZ2h0ID8gdGhpcy5nZXRVbml0VmFsdWUodGhpcy5oZWlnaHQpIDogJ2F1dG8nO1xyXG5cdFx0XHRzdHlsZS56SW5kZXggPSB0aGlzLnVaaW5kZXg7XHJcblx0XHRcdHN0eWxlLm1hcmdpblRvcCA9IGAtJHt0aGlzLiR1LmFkZFVuaXQodGhpcy5uZWdhdGl2ZVRvcCl9YDtcclxuXHRcdFx0aWYgKHRoaXMuYm9yZGVyUmFkaXVzKSB7XHJcblx0XHRcdFx0c3R5bGUuYm9yZGVyUmFkaXVzID0gYCR7dGhpcy5ib3JkZXJSYWRpdXN9cnB4YDtcclxuXHRcdFx0XHQvLyDkuI3liqDlj6/og73lnIbop5Lml6DmlYhcclxuXHRcdFx0XHRzdHlsZS5vdmVyZmxvdyA9ICdoaWRkZW4nO1xyXG5cdFx0XHR9XHJcblx0XHRcdHJldHVybiBzdHlsZTtcclxuXHRcdH0sXHJcblx0XHQvLyDorqHnrpfmlbTnkIblkI7nmoR6LWluZGV45YC8XHJcblx0XHR1WmluZGV4KCkge1xyXG5cdFx0XHRyZXR1cm4gdGhpcy56SW5kZXggPyB0aGlzLnpJbmRleCA6IHRoaXMuJHUuekluZGV4LnBvcHVwO1xyXG5cdFx0fVxyXG5cdH0sXHJcblx0d2F0Y2g6IHtcclxuXHRcdHZhbHVlKHZhbCkge1xyXG5cdFx0XHRpZiAodmFsKSB7XHJcblx0XHRcdFx0dGhpcy5vcGVuKCk7XHJcblx0XHRcdH0gZWxzZSBpZighdGhpcy5jbG9zZUZyb21Jbm5lcikge1xyXG5cdFx0XHRcdHRoaXMuY2xvc2UoKTtcclxuXHRcdFx0fVxyXG5cdFx0XHR0aGlzLmNsb3NlRnJvbUlubmVyID0gZmFsc2U7XHJcblx0XHR9XHJcblx0fSxcclxuXHRtb3VudGVkKCkge1xyXG5cdFx0Ly8g57uE5Lu25riy5p+T5a6M5oiQ5pe277yM5qOA5p+ldmFsdWXmmK/lkKbkuLp0cnVl77yM5aaC5p6c5piv77yM5by55Ye6cG9wdXBcclxuXHRcdHRoaXMudmFsdWUgJiYgdGhpcy5vcGVuKCk7XHJcblx0fSxcclxuICAgIG1ldGhvZHM6IHtcclxuXHRcdC8vIOWIpOaWreS8oOWFpeeahOWAvO+8jOaYr+WQpuW4puacieWNleS9je+8jOWmguaenOayoeacie+8jOWwsem7mOiupOeUqHJweOWNleS9jVxyXG5cdFx0Z2V0VW5pdFZhbHVlKHZhbCkge1xyXG5cdFx0XHRpZigvKCV8cHh8cnB4fGF1dG8pJC8udGVzdCh2YWwpKSByZXR1cm4gdmFsO1xyXG5cdFx0XHRlbHNlIHJldHVybiB2YWwgKyAncnB4J1xyXG5cdFx0fSxcclxuXHRcdC8vIOmBrue9qeiiq+eCueWHu1xyXG5cdFx0bWFza0NsaWNrKCkge1xyXG5cdFx0XHR0aGlzLmNsb3NlKCk7XHJcblx0XHR9LFxyXG5cdFx0Y2xvc2UoKSB7XHJcblx0XHRcdC8vIOagh+iusOWFs+mXreaYr+WGhemDqOWPkeeUn+eahO+8jOWQpuWImeS/ruaUueS6hnZhbHVl5YC877yM5a+86Ie0d2F0Y2jkuK3lr7l2YWx1ZeajgOa1i++8jOWvvOiHtOWGjeaJp+ihjOS4gOmBjWNsb3NlXHJcblx0XHRcdC8vIOmAoOaIkEBjbG9zZeS6i+S7tuinpuWPkeS4pOasoVxyXG5cdFx0XHR0aGlzLmNsb3NlRnJvbUlubmVyID0gdHJ1ZTtcclxuXHRcdFx0dGhpcy5jaGFuZ2UoJ3Nob3dEcmF3ZXInLCAndmlzaWJsZVN5bmMnLCBmYWxzZSk7XHJcblx0XHR9LFxyXG5cdFx0Ly8g5Lit6YOo5by55Ye65pe277yM6ZyA6KaBLnUtZHJhd2VyLWNvbnRlbnTlsIblsYXkuK3lhoXlrrnvvIzmraTlhYPntKDkvJrpk7rmu6HlsY/luZXvvIzngrnlh7vpnIDopoHlhbPpl63lvLnnqpdcclxuXHRcdC8vIOiuqeWFtuWPquWcqG1vZGU9Y2VudGVy5pe26LW35L2c55SoXHJcblx0XHRtb2RlQ2VudGVyQ2xvc2UobW9kZSkge1xyXG5cdFx0XHRpZiAobW9kZSAhPSAnY2VudGVyJyB8fCAhdGhpcy5tYXNrQ2xvc2VBYmxlKSByZXR1cm47XHJcblx0XHRcdHRoaXMuY2xvc2UoKTtcclxuXHRcdH0sXHJcblx0XHRvcGVuKCkge1xyXG5cdFx0XHR0aGlzLmNoYW5nZSgndmlzaWJsZVN5bmMnLCAnc2hvd0RyYXdlcicsIHRydWUpO1xyXG5cdFx0fSxcclxuXHRcdC8vIOatpOWkhOeahOWOn+eQhuaYr++8jOWFs+mXreaXtuWFiOmAmui/h+WKqOeUu+makOiXj+W8ueeql+WSjOmBrue9qe+8jOWGjeenu+mZpOaVtOS4que7hOS7tlxyXG5cdFx0Ly8g5omT5byA5pe277yM5YWI5riy5p+T57uE5Lu277yM5bu25pe25LiA5a6a5pe26Ze05YaN6K6p6YGu572p5ZKM5by556qX55qE5Yqo55S76LW35L2c55SoXHJcblx0XHRjaGFuZ2UocGFyYW0xLCBwYXJhbTIsIHN0YXR1cykge1xyXG5cdFx0XHQvLyDlpoLmnpx0aGlzLnBvcHVw5Li6ZmFsc2XvvIzmhI/lkbPnnYDkuLpwaWNrZXLvvIxhY3Rpb25zaGVldOetiee7hOS7tuiwg+eUqOS6hnBvcHVw57uE5Lu2XHJcblx0XHRcdGlmICh0aGlzLnBvcHVwID09IHRydWUpIHtcclxuXHRcdFx0XHR0aGlzLiRlbWl0KCdpbnB1dCcsIHN0YXR1cyk7XHJcblx0XHRcdH1cclxuXHRcdFx0dGhpc1twYXJhbTFdID0gc3RhdHVzO1xyXG5cdFx0XHRpZihzdGF0dXMpIHtcclxuXHRcdFx0XHQvLyAjaWZkZWYgSDUgfHwgTVBcclxuXHRcdFx0XHR0aGlzLnRpbWVyID0gc2V0VGltZW91dCgoKSA9PiB7XHJcblx0XHRcdFx0XHR0aGlzW3BhcmFtMl0gPSBzdGF0dXM7XHJcblx0XHRcdFx0XHR0aGlzLiRlbWl0KHN0YXR1cyA/ICdvcGVuJyA6ICdjbG9zZScpO1xyXG5cdFx0XHRcdH0sIDUwKTtcclxuXHRcdFx0XHQvLyAjZW5kaWZcclxuXHRcdFx0XHQvLyAjaWZuZGVmIEg1IHx8IE1QXHJcblx0XHRcdFx0dGhpcy4kbmV4dFRpY2soKCkgPT4ge1xyXG5cdFx0XHRcdFx0dGhpc1twYXJhbTJdID0gc3RhdHVzO1xyXG5cdFx0XHRcdFx0dGhpcy4kZW1pdChzdGF0dXMgPyAnb3BlbicgOiAnY2xvc2UnKTtcclxuXHRcdFx0XHR9KVxyXG5cdFx0XHRcdC8vICNlbmRpZlxyXG5cdFx0XHR9IGVsc2Uge1xyXG5cdFx0XHRcdHRoaXMudGltZXIgPSBzZXRUaW1lb3V0KCgpID0+IHtcclxuXHRcdFx0XHRcdHRoaXNbcGFyYW0yXSA9IHN0YXR1cztcclxuXHRcdFx0XHRcdHRoaXMuJGVtaXQoc3RhdHVzID8gJ29wZW4nIDogJ2Nsb3NlJyk7XHJcblx0XHRcdFx0fSwgdGhpcy5kdXJhdGlvbik7XHJcblx0XHRcdH1cclxuXHRcdH1cclxuXHR9XHJcbn07XHJcbjwvc2NyaXB0PlxyXG5cclxuPHN0eWxlIHNjb3BlZCBsYW5nPVwic2Nzc1wiPlxyXG5AaW1wb3J0IFwiLi4vLi4vbGlicy9jc3Mvc3R5bGUuY29tcG9uZW50cy5zY3NzXCI7XHJcblxyXG4udS1kcmF3ZXIge1xyXG5cdC8qICNpZm5kZWYgQVBQLU5WVUUgKi9cclxuXHRkaXNwbGF5OiBibG9jaztcclxuXHQvKiAjZW5kaWYgKi9cclxuXHRwb3NpdGlvbjogZml4ZWQ7XHJcblx0dG9wOiAwO1xyXG5cdGxlZnQ6IDA7XHJcblx0cmlnaHQ6IDA7XHJcblx0Ym90dG9tOiAwO1xyXG5cdG92ZXJmbG93OiBoaWRkZW47XHJcbn1cclxuXHJcbi51LWRyYXdlci1jb250ZW50IHtcclxuXHQvKiAjaWZuZGVmIEFQUC1OVlVFICovXHJcblx0ZGlzcGxheTogYmxvY2s7XHJcblx0LyogI2VuZGlmICovXHJcblx0cG9zaXRpb246IGFic29sdXRlO1xyXG5cdHotaW5kZXg6IDEwMDM7XHJcblx0dHJhbnNpdGlvbjogYWxsIDAuMjVzIGxpbmVhcjtcclxufVxyXG5cclxuLnUtZHJhd2VyX19zY3JvbGwtdmlldyB7XHJcblx0d2lkdGg6IDEwMCU7XHJcblx0aGVpZ2h0OiAxMDAlO1xyXG59XHJcblxyXG4udS1kcmF3ZXItbGVmdCB7XHJcblx0dG9wOiAwO1xyXG5cdGJvdHRvbTogMDtcclxuXHRsZWZ0OiAwO1xyXG5cdGJhY2tncm91bmQtY29sb3I6ICNmZmZmZmY7XHJcbn1cclxuXHJcbi51LWRyYXdlci1yaWdodCB7XHJcblx0cmlnaHQ6IDA7XHJcblx0dG9wOiAwO1xyXG5cdGJvdHRvbTogMDtcclxuXHRiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xyXG59XHJcblxyXG4udS1kcmF3ZXItdG9wIHtcclxuXHR0b3A6IDA7XHJcblx0bGVmdDogMDtcclxuXHRyaWdodDogMDtcclxuXHRiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xyXG59XHJcblxyXG4udS1kcmF3ZXItYm90dG9tIHtcclxuXHRib3R0b206IDA7XHJcblx0bGVmdDogMDtcclxuXHRyaWdodDogMDtcclxuXHRiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xyXG59XHJcblxyXG4udS1kcmF3ZXItY2VudGVyIHtcclxuXHRAaW5jbHVkZSB2dWUtZmxleDtcclxuXHRmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xyXG5cdGJvdHRvbTogMDtcclxuXHRsZWZ0OiAwO1xyXG5cdHJpZ2h0OiAwO1xyXG5cdHRvcDogMDtcclxuXHRqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcclxuXHRhbGlnbi1pdGVtczogY2VudGVyO1xyXG5cdG9wYWNpdHk6IDA7XHJcblx0ei1pbmRleDogOTk5OTk7XHJcbn1cclxuXHJcbi51LW1vZGUtY2VudGVyLWJveCB7XHJcblx0bWluLXdpZHRoOiAxMDBycHg7XHJcblx0bWluLWhlaWdodDogMTAwcnB4O1xyXG5cdC8qICNpZm5kZWYgQVBQLU5WVUUgKi9cclxuXHRkaXNwbGF5OiBibG9jaztcclxuXHQvKiAjZW5kaWYgKi9cclxuXHRwb3NpdGlvbjogcmVsYXRpdmU7XHJcblx0YmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcclxufVxyXG5cclxuLnUtZHJhd2VyLWNvbnRlbnQtdmlzaWJsZS51LWRyYXdlci1jZW50ZXIge1xyXG5cdHRyYW5zZm9ybTogc2NhbGUoMSk7XHJcblx0b3BhY2l0eTogMTtcclxufVxyXG5cclxuLnUtYW5pbWF0aW9uLXpvb20ge1xyXG5cdHRyYW5zZm9ybTogc2NhbGUoMS4xNSk7XHJcbn1cclxuXHJcbi51LWRyYXdlci1jb250ZW50LXZpc2libGUge1xyXG5cdHRyYW5zZm9ybTogdHJhbnNsYXRlM0QoMHB4LCAwcHgsIDBweCkgIWltcG9ydGFudDtcclxufVxyXG5cclxuLnUtY2xvc2Uge1xyXG5cdHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuXHR6LWluZGV4OiAzO1xyXG59XHJcblxyXG4udS1jbG9zZS0tdG9wLWxlZnQge1xyXG5cdHRvcDogMzBycHg7XHJcblx0bGVmdDogMzBycHg7XHJcbn1cclxuXHJcbi51LWNsb3NlLS10b3AtcmlnaHQge1xyXG5cdHRvcDogMzBycHg7XHJcblx0cmlnaHQ6IDMwcnB4O1xyXG59XHJcblxyXG4udS1jbG9zZS0tYm90dG9tLWxlZnQge1xyXG5cdGJvdHRvbTogMzBycHg7XHJcblx0bGVmdDogMzBycHg7XHJcbn1cclxuXHJcbi51LWNsb3NlLS1ib3R0b20tcmlnaHQge1xyXG5cdHJpZ2h0OiAzMHJweDtcclxuXHRib3R0b206IDMwcnB4O1xyXG59XHJcbjwvc3R5bGU+XHJcbiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///544\n");
/***/ }),
-/* 534 */
-/*!**********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/templates/scripthash/input.js ***!
- \**********************************************************************************************************/
+/* 545 */
+/*!*******************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-loading/u-loading.vue ***!
+ \*******************************************************************/
/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
-// {serialized scriptPubKey script}
-Object.defineProperty(exports, '__esModule', { value: true });
-var bscript = __webpack_require__(/*! ../../script */ 475);
-var p2ms = __webpack_require__(/*! ../multisig */ 523);
-var p2pk = __webpack_require__(/*! ../pubkey */ 527);
-var p2pkh = __webpack_require__(/*! ../pubkeyhash */ 530);
-var p2wpkho = __webpack_require__(/*! ../witnesspubkeyhash/output */ 535);
-var p2wsho = __webpack_require__(/*! ../witnessscripthash/output */ 536);
-function check(script, allowIncomplete) {
- var chunks = bscript.decompile(script);
- if (chunks.length < 1) return false;
- var lastChunk = chunks[chunks.length - 1];
- if (!Buffer.isBuffer(lastChunk)) return false;
- var scriptSigChunks = bscript.decompile(
- bscript.compile(chunks.slice(0, -1)));
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _u_loading_vue_vue_type_template_id_2c9bf24a_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./u-loading.vue?vue&type=template&id=2c9bf24a&scoped=true& */ 546);\n/* harmony import */ var _u_loading_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./u-loading.vue?vue&type=script&lang=js& */ 548);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _u_loading_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _u_loading_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _u_loading_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _u_loading_vue_vue_type_template_id_2c9bf24a_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _u_loading_vue_vue_type_template_id_2c9bf24a_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"2c9bf24a\",\n null,\n false,\n _u_loading_vue_vue_type_template_id_2c9bf24a_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"uview-ui/components/u-loading/u-loading.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBa0k7QUFDbEk7QUFDNkQ7QUFDTDs7O0FBR3hEO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLCtFQUFNO0FBQ1IsRUFBRSxnR0FBTTtBQUNSLEVBQUUseUdBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsb0dBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNTQ1LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi91LWxvYWRpbmcudnVlP3Z1ZSZ0eXBlPXRlbXBsYXRlJmlkPTJjOWJmMjRhJnNjb3BlZD10cnVlJlwiXG52YXIgcmVuZGVyanNcbmltcG9ydCBzY3JpcHQgZnJvbSBcIi4vdS1sb2FkaW5nLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuZXhwb3J0ICogZnJvbSBcIi4vdS1sb2FkaW5nLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXHJ1bnRpbWVcXFxcY29tcG9uZW50Tm9ybWFsaXplci5qc1wiXG52YXIgY29tcG9uZW50ID0gbm9ybWFsaXplcihcbiAgc2NyaXB0LFxuICByZW5kZXIsXG4gIHN0YXRpY1JlbmRlckZucyxcbiAgZmFsc2UsXG4gIG51bGwsXG4gIFwiMmM5YmYyNGFcIixcbiAgbnVsbCxcbiAgZmFsc2UsXG4gIGNvbXBvbmVudHMsXG4gIHJlbmRlcmpzXG4pXG5cbmNvbXBvbmVudC5vcHRpb25zLl9fZmlsZSA9IFwidXZpZXctdWkvY29tcG9uZW50cy91LWxvYWRpbmcvdS1sb2FkaW5nLnZ1ZVwiXG5leHBvcnQgZGVmYXVsdCBjb21wb25lbnQuZXhwb3J0cyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///545\n");
- var redeemScriptChunks = bscript.decompile(lastChunk);
- // is redeemScript a valid script?
- if (!redeemScriptChunks) return false;
- // is redeemScriptSig push only?
- if (!bscript.isPushOnly(scriptSigChunks)) return false;
- // is witness?
- if (chunks.length === 1) {
- return (
- p2wsho.check(redeemScriptChunks) || p2wpkho.check(redeemScriptChunks));
+/***/ }),
+/* 546 */
+/*!**************************************************************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-loading/u-loading.vue?vue&type=template&id=2c9bf24a&scoped=true& ***!
+ \**************************************************************************************************************/
+/*! exports provided: render, staticRenderFns, recyclableRender, components */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
- }
- // match types
- if (
- p2pkh.input.check(scriptSigChunks) &&
- p2pkh.output.check(redeemScriptChunks))
+"use strict";
+__webpack_require__.r(__webpack_exports__);
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_loading_vue_vue_type_template_id_2c9bf24a_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-loading.vue?vue&type=template&id=2c9bf24a&scoped=true& */ 547);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_loading_vue_vue_type_template_id_2c9bf24a_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
- return true;
- if (
- p2ms.input.check(scriptSigChunks, allowIncomplete) &&
- p2ms.output.check(redeemScriptChunks))
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_loading_vue_vue_type_template_id_2c9bf24a_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
+
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_loading_vue_vue_type_template_id_2c9bf24a_scoped_true___WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
+
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_loading_vue_vue_type_template_id_2c9bf24a_scoped_true___WEBPACK_IMPORTED_MODULE_0__["components"]; });
- return true;
- if (
- p2pk.input.check(scriptSigChunks) &&
- p2pk.output.check(redeemScriptChunks))
- return true;
- return false;
-}
-exports.check = check;
-check.toJSON = function () {
- return 'scriptHash input';
-};
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
/***/ }),
-/* 535 */
-/*!******************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/templates/witnesspubkeyhash/output.js ***!
- \******************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+/* 547 */
+/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/uview-ui/components/u-loading/u-loading.vue?vue&type=template&id=2c9bf24a&scoped=true& ***!
+ \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/*! exports provided: render, staticRenderFns, recyclableRender, components */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
+__webpack_require__.r(__webpack_exports__);
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "render", function() { return render; });
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return staticRenderFns; });
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return recyclableRender; });
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "components", function() { return components; });
+var components
+var render = function() {
+ var _vm = this
+ var _h = _vm.$createElement
+ var _c = _vm._self._c || _h
+ return _vm._$s(0, "i", _vm.show)
+ ? _c("view", {
+ staticClass: _vm._$s(0, "sc", "u-loading"),
+ class: _vm._$s(
+ 0,
+ "c",
+ _vm.mode == "circle" ? "u-loading-circle" : "u-loading-flower"
+ ),
+ style: _vm._$s(0, "s", [_vm.cricleStyle]),
+ attrs: { _i: 0 }
+ })
+ : _vm._e()
+}
+var recyclableRender = false
+var staticRenderFns = []
+render._withStripped = true
-// OP_0 {pubKeyHash}
-Object.defineProperty(exports, '__esModule', { value: true });
-var bscript = __webpack_require__(/*! ../../script */ 475);
-var script_1 = __webpack_require__(/*! ../../script */ 475);
-function check(script) {
- var buffer = bscript.compile(script);
- return (
- buffer.length === 22 &&
- buffer[0] === script_1.OPS.OP_0 &&
- buffer[1] === 0x14);
-}
-exports.check = check;
-check.toJSON = function () {
- return 'Witness pubKeyHash output';
-};
/***/ }),
-/* 536 */
-/*!******************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/templates/witnessscripthash/output.js ***!
- \******************************************************************************************************************/
+/* 548 */
+/*!********************************************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-loading/u-loading.vue?vue&type=script&lang=js& ***!
+ \********************************************************************************************/
+/*! no static exports found */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+
+"use strict";
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_loading_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-loading.vue?vue&type=script&lang=js& */ 549);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_loading_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_loading_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_loading_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_loading_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_loading_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQWdtQixDQUFnQiwrbkJBQUcsRUFBQyIsImZpbGUiOiI1NDguanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL3UtbG9hZGluZy52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmXCI7IGV4cG9ydCBkZWZhdWx0IG1vZDsgZXhwb3J0ICogZnJvbSBcIi0hQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxiYWJlbC1sb2FkZXJcXFxcbGliXFxcXGluZGV4LmpzIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcQGRjbG91ZGlvXFxcXHZ1ZS1jbGktcGx1Z2luLXVuaVxcXFxwYWNrYWdlc1xcXFx3ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyXFxcXGluZGV4LmpzPz9yZWYtLTYtMSFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay11bmktYXBwLWxvYWRlclxcXFx1c2luZy1jb21wb25lbnRzLmpzIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcQGRjbG91ZGlvXFxcXHZ1ZS1jbGktcGx1Z2luLXVuaVxcXFxwYWNrYWdlc1xcXFx2dWUtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcz8/dnVlLWxvYWRlci1vcHRpb25zIS4vdS1sb2FkaW5nLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///548\n");
+
+/***/ }),
+/* 549 */
+/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/uview-ui/components/u-loading/u-loading.vue?vue&type=script&lang=js& ***!
+ \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
+eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0; //\n//\n//\n//\n//\n\n/**\n * loading 加载动画\n * @description 警此组件为一个小动画,目前用在uView的loadmore加载更多和switch开关等组件的正在加载状态场景。\n * @tutorial https://www.uviewui.com/components/loading.html\n * @property {String} mode 模式选择,见官网说明(默认circle)\n * @property {String} color 动画活动区域的颜色,只对 mode = flower 模式有效(默认#c7c7c7)\n * @property {String Number} size 加载图标的大小,单位rpx(默认34)\n * @property {Boolean} show 是否显示动画(默认true)\n * @example \n */var _default =\n{\n name: \"u-loading\",\n props: {\n // 动画的类型\n mode: {\n type: String,\n default: 'circle' },\n\n // 动画的颜色\n color: {\n type: String,\n default: '#c7c7c7' },\n\n // 加载图标的大小,单位rpx\n size: {\n type: [String, Number],\n default: '34' },\n\n // 是否显示动画\n show: {\n type: Boolean,\n default: true } },\n\n\n computed: {\n // 加载中圆圈动画的样式\n cricleStyle: function cricleStyle() {\n var style = {};\n style.width = this.size + 'rpx';\n style.height = this.size + 'rpx';\n if (this.mode == 'circle') style.borderColor = \"#e4e4e4 #e4e4e4 #e4e4e4 \".concat(this.color ? this.color : '#c7c7c7');\n return style;\n } } };exports.default = _default;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXZpZXctdWkvY29tcG9uZW50cy91LWxvYWRpbmcvdS1sb2FkaW5nLnZ1ZSJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7QUFNQTs7Ozs7Ozs7OztBQVVBO0FBQ0EsbUJBREE7QUFFQTtBQUNBO0FBQ0E7QUFDQSxrQkFEQTtBQUVBLHVCQUZBLEVBRkE7O0FBTUE7QUFDQTtBQUNBLGtCQURBO0FBRUEsd0JBRkEsRUFQQTs7QUFXQTtBQUNBO0FBQ0EsNEJBREE7QUFFQSxtQkFGQSxFQVpBOztBQWdCQTtBQUNBO0FBQ0EsbUJBREE7QUFFQSxtQkFGQSxFQWpCQSxFQUZBOzs7QUF3QkE7QUFDQTtBQUNBLGVBRkEseUJBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FSQSxFQXhCQSxFIiwiZmlsZSI6IjU0OS5qcyIsInNvdXJjZXNDb250ZW50IjpbIjx0ZW1wbGF0ZT5cclxuXHQ8dmlldyB2LWlmPVwic2hvd1wiIGNsYXNzPVwidS1sb2FkaW5nXCIgOmNsYXNzPVwibW9kZSA9PSAnY2lyY2xlJyA/ICd1LWxvYWRpbmctY2lyY2xlJyA6ICd1LWxvYWRpbmctZmxvd2VyJ1wiIDpzdHlsZT1cIltjcmljbGVTdHlsZV1cIj5cclxuXHQ8L3ZpZXc+XHJcbjwvdGVtcGxhdGU+XHJcblxyXG48c2NyaXB0PlxyXG5cdC8qKlxyXG5cdCAqIGxvYWRpbmcg5Yqg6L295Yqo55S7XHJcblx0ICogQGRlc2NyaXB0aW9uIOitpuatpOe7hOS7tuS4uuS4gOS4quWwj+WKqOeUu++8jOebruWJjeeUqOWcqHVWaWV355qEbG9hZG1vcmXliqDovb3mm7TlpJrlkoxzd2l0Y2jlvIDlhbPnrYnnu4Tku7bnmoTmraPlnKjliqDovb3nirbmgIHlnLrmma/jgIJcclxuXHQgKiBAdHV0b3JpYWwgaHR0cHM6Ly93d3cudXZpZXd1aS5jb20vY29tcG9uZW50cy9sb2FkaW5nLmh0bWxcclxuXHQgKiBAcHJvcGVydHkge1N0cmluZ30gbW9kZSDmqKHlvI/pgInmi6nvvIzop4HlrpjnvZHor7TmmI7vvIjpu5jorqRjaXJjbGXvvIlcclxuXHQgKiBAcHJvcGVydHkge1N0cmluZ30gY29sb3Ig5Yqo55S75rS75Yqo5Yy65Z+f55qE6aKc6Imy77yM5Y+q5a+5IG1vZGUgPSBmbG93ZXIg5qih5byP5pyJ5pWI77yI6buY6K6kI2M3YzdjN++8iVxyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nIE51bWJlcn0gc2l6ZSDliqDovb3lm77moIfnmoTlpKflsI/vvIzljZXkvY1ycHjvvIjpu5jorqQzNO+8iVxyXG5cdCAqIEBwcm9wZXJ0eSB7Qm9vbGVhbn0gc2hvdyDmmK/lkKbmmL7npLrliqjnlLvvvIjpu5jorqR0cnVl77yJXHJcblx0ICogQGV4YW1wbGUgPHUtbG9hZGluZyBtb2RlPVwiY2lyY2xlXCI+PC91LWxvYWRpbmc+XHJcblx0ICovXHJcblx0ZXhwb3J0IGRlZmF1bHQge1xyXG5cdFx0bmFtZTogXCJ1LWxvYWRpbmdcIixcclxuXHRcdHByb3BzOiB7XHJcblx0XHRcdC8vIOWKqOeUu+eahOexu+Wei1xyXG5cdFx0XHRtb2RlOiB7XHJcblx0XHRcdFx0dHlwZTogU3RyaW5nLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICdjaXJjbGUnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOWKqOeUu+eahOminOiJslxyXG5cdFx0XHRjb2xvcjoge1xyXG5cdFx0XHRcdHR5cGU6IFN0cmluZyxcclxuXHRcdFx0XHRkZWZhdWx0OiAnI2M3YzdjNydcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5Yqg6L295Zu+5qCH55qE5aSn5bCP77yM5Y2V5L2NcnB4XHJcblx0XHRcdHNpemU6IHtcclxuXHRcdFx0XHR0eXBlOiBbU3RyaW5nLCBOdW1iZXJdLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICczNCdcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5piv5ZCm5pi+56S65Yqo55S7XHJcblx0XHRcdHNob3c6IHtcclxuXHRcdFx0XHR0eXBlOiBCb29sZWFuLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IHRydWVcclxuXHRcdFx0fVxyXG5cdFx0fSxcclxuXHRcdGNvbXB1dGVkOiB7XHJcblx0XHRcdC8vIOWKoOi9veS4reWchuWciOWKqOeUu+eahOagt+W8j1xyXG5cdFx0XHRjcmljbGVTdHlsZSgpIHtcclxuXHRcdFx0XHRsZXQgc3R5bGUgPSB7fTtcclxuXHRcdFx0XHRzdHlsZS53aWR0aCA9IHRoaXMuc2l6ZSArICdycHgnO1xyXG5cdFx0XHRcdHN0eWxlLmhlaWdodCA9IHRoaXMuc2l6ZSArICdycHgnO1xyXG5cdFx0XHRcdGlmICh0aGlzLm1vZGUgPT0gJ2NpcmNsZScpIHN0eWxlLmJvcmRlckNvbG9yID0gYCNlNGU0ZTQgI2U0ZTRlNCAjZTRlNGU0ICR7dGhpcy5jb2xvciA/IHRoaXMuY29sb3IgOiAnI2M3YzdjNyd9YDtcclxuXHRcdFx0XHRyZXR1cm4gc3R5bGU7XHJcblx0XHRcdH0sXHJcblx0XHR9XHJcblx0fVxyXG48L3NjcmlwdD5cclxuXHJcbjxzdHlsZSBsYW5nPVwic2Nzc1wiIHNjb3BlZD5cclxuXHRAaW1wb3J0IFwiLi4vLi4vbGlicy9jc3Mvc3R5bGUuY29tcG9uZW50cy5zY3NzXCI7XHJcblx0XHJcblx0LnUtbG9hZGluZy1jaXJjbGUge1xyXG5cdFx0LyogI2lmbmRlZiBBUFAtTlZVRSAqL1xyXG5cdFx0ZGlzcGxheTogaW5saW5lLWZsZXg7XHJcblx0XHQvKiAjZW5kaWYgKi9cclxuXHRcdHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XHJcblx0XHR3aWR0aDogMjhycHg7XHJcblx0XHRoZWlnaHQ6IDI4cnB4O1xyXG5cdFx0YmFja2dyb3VuZDogMCAwO1xyXG5cdFx0Ym9yZGVyLXJhZGl1czogNTAlO1xyXG5cdFx0Ym9yZGVyOiAycHggc29saWQ7XHJcblx0XHRib3JkZXItY29sb3I6ICNlNWU1ZTUgI2U1ZTVlNSAjZTVlNWU1ICM4ZjhkOGU7XHJcblx0XHRhbmltYXRpb246IHUtY2lyY2xlIDFzIGxpbmVhciBpbmZpbml0ZTtcclxuXHR9XHJcblxyXG5cdC51LWxvYWRpbmctZmxvd2VyIHtcclxuXHRcdHdpZHRoOiAyMHB4O1xyXG5cdFx0aGVpZ2h0OiAyMHB4O1xyXG5cdFx0ZGlzcGxheTogaW5saW5lLWJsb2NrO1xyXG5cdFx0dmVydGljYWwtYWxpZ246IG1pZGRsZTtcclxuXHRcdC13ZWJraXQtYW5pbWF0aW9uOiBhIDFzIHN0ZXBzKDEyKSBpbmZpbml0ZTtcclxuXHRcdGFuaW1hdGlvbjogdS1mbG93ZXIgMXMgc3RlcHMoMTIpIGluZmluaXRlO1xyXG5cdFx0YmFja2dyb3VuZDogdHJhbnNwYXJlbnQgdXJsKGRhdGE6aW1hZ2Uvc3ZnK3htbDtiYXNlNjQsUEhOMlp5QjRiV3h1Y3owaWFIUjBjRG92TDNkM2R5NTNNeTV2Y21jdk1qQXdNQzl6ZG1jaUlIZHBaSFJvUFNJeE1qQWlJR2hsYVdkb2REMGlNVEl3SWlCMmFXVjNRbTk0UFNJd0lEQWdNVEF3SURFd01DSStQSEJoZEdnZ1ptbHNiRDBpYm05dVpTSWdaRDBpVFRBZ01HZ3hNREIyTVRBd1NEQjZJaTgrUEhKbFkzUWdkMmxrZEdnOUlqY2lJR2hsYVdkb2REMGlNakFpSUhnOUlqUTJMalVpSUhrOUlqUXdJaUJtYVd4c1BTSWpSVGxGT1VVNUlpQnllRDBpTlNJZ2NuazlJalVpSUhSeVlXNXpabTl5YlQwaWRISmhibk5zWVhSbEtEQWdMVE13S1NJdlBqeHlaV04wSUhkcFpIUm9QU0kzSWlCb1pXbG5hSFE5SWpJd0lpQjRQU0kwTmk0MUlpQjVQU0kwTUNJZ1ptbHNiRDBpSXprNE9UWTVOeUlnY25nOUlqVWlJSEo1UFNJMUlpQjBjbUZ1YzJadmNtMDlJbkp2ZEdGMFpTZ3pNQ0F4TURVdU9UZ2dOalVwSWk4K1BISmxZM1FnZDJsa2RHZzlJamNpSUdobGFXZG9kRDBpTWpBaUlIZzlJalEyTGpVaUlIazlJalF3SWlCbWFXeHNQU0lqT1VJNU9UbEJJaUJ5ZUQwaU5TSWdjbms5SWpVaUlIUnlZVzV6Wm05eWJUMGljbTkwWVhSbEtEWXdJRGMxTGprNElEWTFLU0l2UGp4eVpXTjBJSGRwWkhSb1BTSTNJaUJvWldsbmFIUTlJakl3SWlCNFBTSTBOaTQxSWlCNVBTSTBNQ0lnWm1sc2JEMGlJMEV6UVRGQk1pSWdjbmc5SWpVaUlISjVQU0kxSWlCMGNtRnVjMlp2Y20wOUluSnZkR0YwWlNnNU1DQTJOU0EyTlNraUx6NDhjbVZqZENCM2FXUjBhRDBpTnlJZ2FHVnBaMmgwUFNJeU1DSWdlRDBpTkRZdU5TSWdlVDBpTkRBaUlHWnBiR3c5SWlOQlFrRTVRVUVpSUhKNFBTSTFJaUJ5ZVQwaU5TSWdkSEpoYm5ObWIzSnRQU0p5YjNSaGRHVW9NVEl3SURVNExqWTJJRFkxS1NJdlBqeHlaV04wSUhkcFpIUm9QU0kzSWlCb1pXbG5hSFE5SWpJd0lpQjRQU0kwTmk0MUlpQjVQU0kwTUNJZ1ptbHNiRDBpSTBJeVFqSkNNaUlnY25nOUlqVWlJSEo1UFNJMUlpQjBjbUZ1YzJadmNtMDlJbkp2ZEdGMFpTZ3hOVEFnTlRRdU1ESWdOalVwSWk4K1BISmxZM1FnZDJsa2RHZzlJamNpSUdobGFXZG9kRDBpTWpBaUlIZzlJalEyTGpVaUlIazlJalF3SWlCbWFXeHNQU0lqUWtGQ09FSTVJaUJ5ZUQwaU5TSWdjbms5SWpVaUlIUnlZVzV6Wm05eWJUMGljbTkwWVhSbEtERTRNQ0ExTUNBMk5Ta2lMejQ4Y21WamRDQjNhV1IwYUQwaU55SWdhR1ZwWjJoMFBTSXlNQ0lnZUQwaU5EWXVOU0lnZVQwaU5EQWlJR1pwYkd3OUlpTkRNa013UXpFaUlISjRQU0kxSWlCeWVUMGlOU0lnZEhKaGJuTm1iM0p0UFNKeWIzUmhkR1VvTFRFMU1DQTBOUzQ1T0NBMk5Ta2lMejQ4Y21WamRDQjNhV1IwYUQwaU55SWdhR1ZwWjJoMFBTSXlNQ0lnZUQwaU5EWXVOU0lnZVQwaU5EQWlJR1pwYkd3OUlpTkRRa05DUTBJaUlISjRQU0kxSWlCeWVUMGlOU0lnZEhKaGJuTm1iM0p0UFNKeWIzUmhkR1VvTFRFeU1DQTBNUzR6TkNBMk5Ta2lMejQ4Y21WamRDQjNhV1IwYUQwaU55SWdhR1ZwWjJoMFBTSXlNQ0lnZUQwaU5EWXVOU0lnZVQwaU5EQWlJR1pwYkd3OUlpTkVNa1F5UkRJaUlISjRQU0kxSWlCeWVUMGlOU0lnZEhKaGJuTm1iM0p0UFNKeWIzUmhkR1VvTFRrd0lETTFJRFkxS1NJdlBqeHlaV04wSUhkcFpIUm9QU0kzSWlCb1pXbG5hSFE5SWpJd0lpQjRQU0kwTmk0MUlpQjVQU0kwTUNJZ1ptbHNiRDBpSTBSQlJFRkVRU0lnY25nOUlqVWlJSEo1UFNJMUlpQjBjbUZ1YzJadmNtMDlJbkp2ZEdGMFpTZ3ROakFnTWpRdU1ESWdOalVwSWk4K1BISmxZM1FnZDJsa2RHZzlJamNpSUdobGFXZG9kRDBpTWpBaUlIZzlJalEyTGpVaUlIazlJalF3SWlCbWFXeHNQU0lqUlRKRk1rVXlJaUJ5ZUQwaU5TSWdjbms5SWpVaUlIUnlZVzV6Wm05eWJUMGljbTkwWVhSbEtDMHpNQ0F0TlM0NU9DQTJOU2tpTHo0OEwzTjJaejQ9KSBuby1yZXBlYXQ7XHJcblx0XHRiYWNrZ3JvdW5kLXNpemU6IDEwMCU7XHJcblx0fVxyXG5cclxuXHRAa2V5ZnJhbWVzIHUtZmxvd2VyIHtcclxuXHRcdDAlIHtcclxuXHRcdFx0LXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZSgwZGVnKTtcclxuXHRcdFx0dHJhbnNmb3JtOiByb3RhdGUoMGRlZyk7XHJcblx0XHR9XHJcblxyXG5cdFx0dG8ge1xyXG5cdFx0XHQtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDF0dXJuKTtcclxuXHRcdFx0dHJhbnNmb3JtOiByb3RhdGUoMXR1cm4pO1xyXG5cdFx0fVxyXG5cdH1cclxuXHJcblx0QC13ZWJraXQta2V5ZnJhbWVzIHUtY2lyY2xlIHtcclxuXHRcdDAlIHtcclxuXHRcdFx0dHJhbnNmb3JtOiByb3RhdGUoMCk7XHJcblx0XHR9XHJcblxyXG5cdFx0MTAwJSB7XHJcblx0XHRcdHRyYW5zZm9ybTogcm90YXRlKDM2MGRlZyk7XHJcblx0XHR9XHJcblx0fVxyXG48L3N0eWxlPlxyXG4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///549\n");
-// OP_0 {scriptHash}
-Object.defineProperty(exports, '__esModule', { value: true });
-var bscript = __webpack_require__(/*! ../../script */ 475);
-var script_1 = __webpack_require__(/*! ../../script */ 475);
-function check(script) {
- var buffer = bscript.compile(script);
- return (
- buffer.length === 34 &&
- buffer[0] === script_1.OPS.OP_0 &&
- buffer[1] === 0x20);
+/***/ }),
+/* 550 */
+/*!****************************************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-modal/u-modal.vue?vue&type=script&lang=js& ***!
+ \****************************************************************************************/
+/*! no static exports found */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
-}
-exports.check = check;
-check.toJSON = function () {
- return 'Witness scriptHash output';
-};
+"use strict";
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_modal_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-modal.vue?vue&type=script&lang=js& */ 551);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_modal_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_modal_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_modal_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_modal_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_modal_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQThsQixDQUFnQiw2bkJBQUcsRUFBQyIsImZpbGUiOiI1NTAuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL3UtbW9kYWwudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiOyBleHBvcnQgZGVmYXVsdCBtb2Q7IGV4cG9ydCAqIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL3UtbW9kYWwudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///550\n");
/***/ }),
-/* 537 */
-/*!***********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/templates/scripthash/output.js ***!
- \***********************************************************************************************************/
+/* 551 */
+/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/uview-ui/components/u-modal/u-modal.vue?vue&type=script&lang=js& ***!
+ \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
+eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0; //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n/**\n * modal 模态框\n * @description 弹出模态框,常用于消息提示、消息确认、在当前页面内完成特定的交互操作\n * @tutorial https://www.uviewui.com/components/modal.html\n * @property {Boolean} value 是否显示模态框\n * @property {String | Number} z-index 层级\n * @property {String} title 模态框标题(默认\"提示\")\n * @property {String | Number} width 模态框宽度(默认600)\n * @property {String} content 模态框内容(默认\"内容\")\n * @property {Boolean} show-title 是否显示标题(默认true)\n * @property {Boolean} async-close 是否异步关闭,只对确定按钮有效(默认false)\n * @property {Boolean} show-confirm-button 是否显示确认按钮(默认true)\n * @property {Stringr | Number} negative-top modal往上偏移的值\n * @property {Boolean} show-cancel-button 是否显示取消按钮(默认false)\n * @property {Boolean} mask-close-able 是否允许点击遮罩关闭modal(默认false)\n * @property {String} confirm-text 确认按钮的文字内容(默认\"确认\")\n * @property {String} cancel-text 取消按钮的文字内容(默认\"取消\")\n * @property {String} cancel-color 取消按钮的颜色(默认\"#606266\")\n * @property {String} confirm-color 确认按钮的文字内容(默认\"#2979ff\")\n * @property {String | Number} border-radius 模态框圆角值,单位rpx(默认16)\n * @property {Object} title-style 自定义标题样式,对象形式\n * @property {Object} content-style 自定义内容样式,对象形式\n * @property {Object} cancel-style 自定义取消按钮样式,对象形式\n * @property {Object} confirm-style 自定义确认按钮样式,对象形式\n * @property {Boolean} zoom 是否开启缩放模式(默认true)\n * @event {Function} confirm 确认按钮被点击\n * @event {Function} cancel 取消按钮被点击\n * @example \n */var _default2 =\n{\n name: 'u-modal',\n props: {\n // 是否显示Modal\n value: {\n type: Boolean,\n default: false },\n\n // 层级z-index\n zIndex: {\n type: [Number, String],\n default: '' },\n\n // 标题\n title: {\n type: [String],\n default: '提示' },\n\n // 弹窗宽度,可以是数值(rpx),百分比,auto等\n width: {\n type: [Number, String],\n default: 600 },\n\n // 弹窗内容\n content: {\n type: String,\n default: '内容' },\n\n // 是否显示标题\n showTitle: {\n type: Boolean,\n default: true },\n\n // 是否显示确认按钮\n showConfirmButton: {\n type: Boolean,\n default: true },\n\n // 是否显示取消按钮\n showCancelButton: {\n type: Boolean,\n default: false },\n\n // 确认文案\n confirmText: {\n type: String,\n default: '确认' },\n\n // 取消文案\n cancelText: {\n type: String,\n default: '取消' },\n\n // 确认按钮颜色\n confirmColor: {\n type: String,\n default: '#2979ff' },\n\n // 取消文字颜色\n cancelColor: {\n type: String,\n default: '#606266' },\n\n // 圆角值\n borderRadius: {\n type: [Number, String],\n default: 16 },\n\n // 标题的样式\n titleStyle: {\n type: Object,\n default: function _default() {\n return {};\n } },\n\n // 内容的样式\n contentStyle: {\n type: Object,\n default: function _default() {\n return {};\n } },\n\n // 取消按钮的样式\n cancelStyle: {\n type: Object,\n default: function _default() {\n return {};\n } },\n\n // 确定按钮的样式\n confirmStyle: {\n type: Object,\n default: function _default() {\n return {};\n } },\n\n // 是否开启缩放效果\n zoom: {\n type: Boolean,\n default: true },\n\n // 是否异步关闭,只对确定按钮有效\n asyncClose: {\n type: Boolean,\n default: false },\n\n // 是否允许点击遮罩关闭modal\n maskCloseAble: {\n type: Boolean,\n default: false },\n\n // 给一个负的margin-top,往上偏移,避免和键盘重合的情况\n negativeTop: {\n type: [String, Number],\n default: 0 } },\n\n\n data: function data() {\n return {\n loading: false // 确认按钮是否正在加载中\n };\n },\n computed: {\n cancelBtnStyle: function cancelBtnStyle() {\n return Object.assign({\n color: this.cancelColor },\n this.cancelStyle);\n },\n confirmBtnStyle: function confirmBtnStyle() {\n return Object.assign({\n color: this.confirmColor },\n this.confirmStyle);\n },\n uZIndex: function uZIndex() {\n return this.zIndex ? this.zIndex : this.$u.zIndex.popup;\n } },\n\n watch: {\n // 如果是异步关闭时,外部修改v-model的值为false时,重置内部的loading状态\n // 避免下次打开的时候,状态混乱\n value: function value(n) {\n if (n === true) this.loading = false;\n } },\n\n methods: {\n confirm: function confirm() {\n // 异步关闭\n if (this.asyncClose) {\n this.loading = true;\n } else {\n this.$emit('input', false);\n }\n this.$emit('confirm');\n },\n cancel: function cancel() {var _this = this;\n this.$emit('cancel');\n this.$emit('input', false);\n // 目前popup弹窗关闭有一个延时操作,此处做一个延时\n // 避免确认按钮文字变成了\"确定\"字样,modal还没消失,造成视觉不好的效果\n setTimeout(function () {\n _this.loading = false;\n }, 300);\n },\n // 点击遮罩关闭modal,设置v-model的值为false,否则无法第二次弹起modal\n popupClose: function popupClose() {\n this.$emit('input', false);\n },\n // 清除加载中的状态\n clearLoading: function clearLoading() {\n this.loading = false;\n } } };exports.default = _default2;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXZpZXctdWkvY29tcG9uZW50cy91LW1vZGFsL3UtbW9kYWwudnVlIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFrQ0E7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBNkJBO0FBQ0EsaUJBREE7QUFFQTtBQUNBO0FBQ0E7QUFDQSxtQkFEQTtBQUVBLG9CQUZBLEVBRkE7O0FBTUE7QUFDQTtBQUNBLDRCQURBO0FBRUEsaUJBRkEsRUFQQTs7QUFXQTtBQUNBO0FBQ0Esb0JBREE7QUFFQSxtQkFGQSxFQVpBOztBQWdCQTtBQUNBO0FBQ0EsNEJBREE7QUFFQSxrQkFGQSxFQWpCQTs7QUFxQkE7QUFDQTtBQUNBLGtCQURBO0FBRUEsbUJBRkEsRUF0QkE7O0FBMEJBO0FBQ0E7QUFDQSxtQkFEQTtBQUVBLG1CQUZBLEVBM0JBOztBQStCQTtBQUNBO0FBQ0EsbUJBREE7QUFFQSxtQkFGQSxFQWhDQTs7QUFvQ0E7QUFDQTtBQUNBLG1CQURBO0FBRUEsb0JBRkEsRUFyQ0E7O0FBeUNBO0FBQ0E7QUFDQSxrQkFEQTtBQUVBLG1CQUZBLEVBMUNBOztBQThDQTtBQUNBO0FBQ0Esa0JBREE7QUFFQSxtQkFGQSxFQS9DQTs7QUFtREE7QUFDQTtBQUNBLGtCQURBO0FBRUEsd0JBRkEsRUFwREE7O0FBd0RBO0FBQ0E7QUFDQSxrQkFEQTtBQUVBLHdCQUZBLEVBekRBOztBQTZEQTtBQUNBO0FBQ0EsNEJBREE7QUFFQSxpQkFGQSxFQTlEQTs7QUFrRUE7QUFDQTtBQUNBLGtCQURBO0FBRUEsYUFGQSxzQkFFQTtBQUNBO0FBQ0EsT0FKQSxFQW5FQTs7QUF5RUE7QUFDQTtBQUNBLGtCQURBO0FBRUEsYUFGQSxzQkFFQTtBQUNBO0FBQ0EsT0FKQSxFQTFFQTs7QUFnRkE7QUFDQTtBQUNBLGtCQURBO0FBRUEsYUFGQSxzQkFFQTtBQUNBO0FBQ0EsT0FKQSxFQWpGQTs7QUF1RkE7QUFDQTtBQUNBLGtCQURBO0FBRUEsYUFGQSxzQkFFQTtBQUNBO0FBQ0EsT0FKQSxFQXhGQTs7QUE4RkE7QUFDQTtBQUNBLG1CQURBO0FBRUEsbUJBRkEsRUEvRkE7O0FBbUdBO0FBQ0E7QUFDQSxtQkFEQTtBQUVBLG9CQUZBLEVBcEdBOztBQXdHQTtBQUNBO0FBQ0EsbUJBREE7QUFFQSxvQkFGQSxFQXpHQTs7QUE2R0E7QUFDQTtBQUNBLDRCQURBO0FBRUEsZ0JBRkEsRUE5R0EsRUFGQTs7O0FBcUhBLE1BckhBLGtCQXFIQTtBQUNBO0FBQ0Esb0JBREEsQ0FDQTtBQURBO0FBR0EsR0F6SEE7QUEwSEE7QUFDQSxrQkFEQSw0QkFDQTtBQUNBO0FBQ0EsK0JBREE7QUFFQSxzQkFGQTtBQUdBLEtBTEE7QUFNQSxtQkFOQSw2QkFNQTtBQUNBO0FBQ0EsZ0NBREE7QUFFQSx1QkFGQTtBQUdBLEtBVkE7QUFXQSxXQVhBLHFCQVdBO0FBQ0E7QUFDQSxLQWJBLEVBMUhBOztBQXlJQTtBQUNBO0FBQ0E7QUFDQSxTQUhBLGlCQUdBLENBSEEsRUFHQTtBQUNBO0FBQ0EsS0FMQSxFQXpJQTs7QUFnSkE7QUFDQSxXQURBLHFCQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsT0FGQSxNQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FUQTtBQVVBLFVBVkEsb0JBVUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxPQUZBLEVBRUEsR0FGQTtBQUdBLEtBbEJBO0FBbUJBO0FBQ0EsY0FwQkEsd0JBb0JBO0FBQ0E7QUFDQSxLQXRCQTtBQXVCQTtBQUNBLGdCQXhCQSwwQkF3QkE7QUFDQTtBQUNBLEtBMUJBLEVBaEpBLEUiLCJmaWxlIjoiNTUxLmpzIiwic291cmNlc0NvbnRlbnQiOlsiPHRlbXBsYXRlPlxyXG5cdDx2aWV3PlxyXG5cdFx0PHUtcG9wdXAgOnpvb209XCJ6b29tXCIgbW9kZT1cImNlbnRlclwiIDpwb3B1cD1cImZhbHNlXCIgOnotaW5kZXg9XCJ1WkluZGV4XCIgdi1tb2RlbD1cInZhbHVlXCIgOmxlbmd0aD1cIndpZHRoXCJcclxuXHRcdCA6bWFzay1jbG9zZS1hYmxlPVwibWFza0Nsb3NlQWJsZVwiIDpib3JkZXItcmFkaXVzPVwiYm9yZGVyUmFkaXVzXCIgQGNsb3NlPVwicG9wdXBDbG9zZVwiIDpuZWdhdGl2ZS10b3A9XCJuZWdhdGl2ZVRvcFwiPlxyXG5cdFx0XHQ8dmlldyBjbGFzcz1cInUtbW9kZWxcIj5cclxuXHRcdFx0XHQ8dmlldyB2LWlmPVwic2hvd1RpdGxlXCIgY2xhc3M9XCJ1LW1vZGVsX190aXRsZSB1LWxpbmUtMVwiIDpzdHlsZT1cIlt0aXRsZVN0eWxlXVwiPnt7IHRpdGxlIH19PC92aWV3PlxyXG5cdFx0XHRcdDx2aWV3IGNsYXNzPVwidS1tb2RlbF9fY29udGVudFwiPlxyXG5cdFx0XHRcdFx0PHZpZXcgOnN0eWxlPVwiW2NvbnRlbnRTdHlsZV1cIiB2LWlmPVwiJHNsb3RzLmRlZmF1bHQgIHx8ICRzbG90cy4kZGVmYXVsdFwiPlxyXG5cdFx0XHRcdFx0XHQ8c2xvdCAvPlxyXG5cdFx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHRcdFx0PHZpZXcgdi1lbHNlIGNsYXNzPVwidS1tb2RlbF9fY29udGVudF9fbWVzc2FnZVwiIDpzdHlsZT1cIltjb250ZW50U3R5bGVdXCI+e3sgY29udGVudCB9fTwvdmlldz5cclxuXHRcdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdFx0PHZpZXcgY2xhc3M9XCJ1LW1vZGVsX19mb290ZXIgdS1ib3JkZXItdG9wXCIgdi1pZj1cInNob3dDYW5jZWxCdXR0b24gfHwgc2hvd0NvbmZpcm1CdXR0b25cIj5cclxuXHRcdFx0XHRcdDx2aWV3IHYtaWY9XCJzaG93Q2FuY2VsQnV0dG9uXCIgOmhvdmVyLXN0YXktdGltZT1cIjEwMFwiIGhvdmVyLWNsYXNzPVwidS1tb2RlbF9fYnRuLS1ob3ZlclwiIGNsYXNzPVwidS1tb2RlbF9fZm9vdGVyX19idXR0b25cIlxyXG5cdFx0XHRcdFx0IDpzdHlsZT1cIltjYW5jZWxCdG5TdHlsZV1cIiBAdGFwPVwiY2FuY2VsXCI+XHJcblx0XHRcdFx0XHRcdHt7Y2FuY2VsVGV4dH19XHJcblx0XHRcdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdFx0XHQ8dmlldyB2LWlmPVwic2hvd0NvbmZpcm1CdXR0b24gfHwgJHNsb3RzWydjb25maXJtLWJ1dHRvbiddXCIgOmhvdmVyLXN0YXktdGltZT1cIjEwMFwiIDpob3Zlci1jbGFzcz1cImFzeW5jQ2xvc2UgPyAnbm9uZScgOiAndS1tb2RlbF9fYnRuLS1ob3ZlcidcIlxyXG5cdFx0XHRcdFx0IGNsYXNzPVwidS1tb2RlbF9fZm9vdGVyX19idXR0b24gaGFpcmxpbmUtbGVmdFwiIDpzdHlsZT1cIltjb25maXJtQnRuU3R5bGVdXCIgQHRhcD1cImNvbmZpcm1cIj5cclxuXHRcdFx0XHRcdFx0PHNsb3Qgdi1pZj1cIiRzbG90c1snY29uZmlybS1idXR0b24nXVwiIG5hbWU9XCJjb25maXJtLWJ1dHRvblwiPjwvc2xvdD5cclxuXHRcdFx0XHRcdFx0PGJsb2NrIHYtZWxzZT5cclxuXHRcdFx0XHRcdFx0XHQ8dS1sb2FkaW5nIG1vZGU9XCJjaXJjbGVcIiA6Y29sb3I9XCJjb25maXJtQ29sb3JcIiB2LWlmPVwibG9hZGluZ1wiPjwvdS1sb2FkaW5nPlxyXG5cdFx0XHRcdFx0XHRcdDxibG9jayB2LWVsc2U+XHJcblx0XHRcdFx0XHRcdFx0XHR7e2NvbmZpcm1UZXh0fX1cclxuXHRcdFx0XHRcdFx0XHQ8L2Jsb2NrPlxyXG5cdFx0XHRcdFx0XHQ8L2Jsb2NrPlxyXG5cdFx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0PC92aWV3PlxyXG5cdFx0PC91LXBvcHVwPlxyXG5cdDwvdmlldz5cclxuPC90ZW1wbGF0ZT5cclxuXHJcbjxzY3JpcHQ+XHJcblx0LyoqXHJcblx0ICogbW9kYWwg5qih5oCB5qGGXHJcblx0ICogQGRlc2NyaXB0aW9uIOW8ueWHuuaooeaAgeahhu+8jOW4uOeUqOS6jua2iOaBr+aPkOekuuOAgea2iOaBr+ehruiupOOAgeWcqOW9k+WJjemhtemdouWGheWujOaIkOeJueWumueahOS6pOS6kuaTjeS9nFxyXG5cdCAqIEB0dXRvcmlhbCBodHRwczovL3d3dy51dmlld3VpLmNvbS9jb21wb25lbnRzL21vZGFsLmh0bWxcclxuXHQgKiBAcHJvcGVydHkge0Jvb2xlYW59IHZhbHVlIOaYr+WQpuaYvuekuuaooeaAgeahhlxyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nIHwgTnVtYmVyfSB6LWluZGV4IOWxgue6p1xyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nfSB0aXRsZSDmqKHmgIHmoYbmoIfpopjvvIjpu5jorqRcIuaPkOekulwi77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmcgfCBOdW1iZXJ9IHdpZHRoIOaooeaAgeahhuWuveW6pu+8iOm7mOiupDYwMO+8iVxyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nfSBjb250ZW50IOaooeaAgeahhuWGheWuue+8iOm7mOiupFwi5YaF5a65XCLvvIlcclxuXHQgKiBAcHJvcGVydHkge0Jvb2xlYW59IHNob3ctdGl0bGUg5piv5ZCm5pi+56S65qCH6aKY77yI6buY6K6kdHJ1Ze+8iVxyXG5cdCAqIEBwcm9wZXJ0eSB7Qm9vbGVhbn0gYXN5bmMtY2xvc2Ug5piv5ZCm5byC5q2l5YWz6Zet77yM5Y+q5a+556Gu5a6a5oyJ6ZKu5pyJ5pWI77yI6buY6K6kZmFsc2XvvIlcclxuXHQgKiBAcHJvcGVydHkge0Jvb2xlYW59IHNob3ctY29uZmlybS1idXR0b24g5piv5ZCm5pi+56S656Gu6K6k5oyJ6ZKu77yI6buY6K6kdHJ1Ze+8iVxyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nciB8IE51bWJlcn0gbmVnYXRpdmUtdG9wIG1vZGFs5b6A5LiK5YGP56e755qE5YC8XHJcblx0ICogQHByb3BlcnR5IHtCb29sZWFufSBzaG93LWNhbmNlbC1idXR0b24g5piv5ZCm5pi+56S65Y+W5raI5oyJ6ZKu77yI6buY6K6kZmFsc2XvvIlcclxuXHQgKiBAcHJvcGVydHkge0Jvb2xlYW59IG1hc2stY2xvc2UtYWJsZSDmmK/lkKblhYHorrjngrnlh7vpga7nvanlhbPpl61tb2RhbO+8iOm7mOiupGZhbHNl77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmd9IGNvbmZpcm0tdGV4dCDnoa7orqTmjInpkq7nmoTmloflrZflhoXlrrnvvIjpu5jorqRcIuehruiupFwi77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmd9IGNhbmNlbC10ZXh0IOWPlua2iOaMiemSrueahOaWh+Wtl+WGheWuue+8iOm7mOiupFwi5Y+W5raIXCLvvIlcclxuXHQgKiBAcHJvcGVydHkge1N0cmluZ30gY2FuY2VsLWNvbG9yIOWPlua2iOaMiemSrueahOminOiJsu+8iOm7mOiupFwiIzYwNjI2Nlwi77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmd9IGNvbmZpcm0tY29sb3Ig56Gu6K6k5oyJ6ZKu55qE5paH5a2X5YaF5a6577yI6buY6K6kXCIjMjk3OWZmXCLvvIlcclxuXHQgKiBAcHJvcGVydHkge1N0cmluZyB8IE51bWJlcn0gYm9yZGVyLXJhZGl1cyDmqKHmgIHmoYblnIbop5LlgLzvvIzljZXkvY1ycHjvvIjpu5jorqQxNu+8iVxyXG5cdCAqIEBwcm9wZXJ0eSB7T2JqZWN0fSB0aXRsZS1zdHlsZSDoh6rlrprkuYnmoIfpopjmoLflvI/vvIzlr7nosaHlvaLlvI9cclxuXHQgKiBAcHJvcGVydHkge09iamVjdH0gY29udGVudC1zdHlsZSDoh6rlrprkuYnlhoXlrrnmoLflvI/vvIzlr7nosaHlvaLlvI9cclxuXHQgKiBAcHJvcGVydHkge09iamVjdH0gY2FuY2VsLXN0eWxlIOiHquWumuS5ieWPlua2iOaMiemSruagt+W8j++8jOWvueixoeW9ouW8j1xyXG5cdCAqIEBwcm9wZXJ0eSB7T2JqZWN0fSBjb25maXJtLXN0eWxlIOiHquWumuS5ieehruiupOaMiemSruagt+W8j++8jOWvueixoeW9ouW8j1xyXG5cdCAqIEBwcm9wZXJ0eSB7Qm9vbGVhbn0gem9vbSDmmK/lkKblvIDlkK/nvKnmlL7mqKHlvI/vvIjpu5jorqR0cnVl77yJXHJcblx0ICogQGV2ZW50IHtGdW5jdGlvbn0gY29uZmlybSDnoa7orqTmjInpkq7ooqvngrnlh7tcclxuXHQgKiBAZXZlbnQge0Z1bmN0aW9ufSBjYW5jZWwg5Y+W5raI5oyJ6ZKu6KKr54K55Ye7XHJcblx0ICogQGV4YW1wbGUgPHUtbW9kYWwgOnNyYz1cInRpdGxlXCIgOmNvbnRlbnQ9XCJjb250ZW50XCI+PC91LW1vZGFsPlxyXG5cdCAqL1xyXG5cdGV4cG9ydCBkZWZhdWx0IHtcclxuXHRcdG5hbWU6ICd1LW1vZGFsJyxcclxuXHRcdHByb3BzOiB7XHJcblx0XHRcdC8vIOaYr+WQpuaYvuekuk1vZGFsXHJcblx0XHRcdHZhbHVlOiB7XHJcblx0XHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0XHRkZWZhdWx0OiBmYWxzZVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDlsYLnuqd6LWluZGV4XHJcblx0XHRcdHpJbmRleDoge1xyXG5cdFx0XHRcdHR5cGU6IFtOdW1iZXIsIFN0cmluZ10sXHJcblx0XHRcdFx0ZGVmYXVsdDogJydcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5qCH6aKYXHJcblx0XHRcdHRpdGxlOiB7XHJcblx0XHRcdFx0dHlwZTogW1N0cmluZ10sXHJcblx0XHRcdFx0ZGVmYXVsdDogJ+aPkOekuidcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5by556qX5a695bqm77yM5Y+v5Lul5piv5pWw5YC8KHJweCnvvIznmb7liIbmr5TvvIxhdXRv562JXHJcblx0XHRcdHdpZHRoOiB7XHJcblx0XHRcdFx0dHlwZTogW051bWJlciwgU3RyaW5nXSxcclxuXHRcdFx0XHRkZWZhdWx0OiA2MDBcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5by556qX5YaF5a65XHJcblx0XHRcdGNvbnRlbnQ6IHtcclxuXHRcdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdFx0ZGVmYXVsdDogJ+WGheWuuSdcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5piv5ZCm5pi+56S65qCH6aKYXHJcblx0XHRcdHNob3dUaXRsZToge1xyXG5cdFx0XHRcdHR5cGU6IEJvb2xlYW4sXHJcblx0XHRcdFx0ZGVmYXVsdDogdHJ1ZVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDmmK/lkKbmmL7npLrnoa7orqTmjInpkq5cclxuXHRcdFx0c2hvd0NvbmZpcm1CdXR0b246IHtcclxuXHRcdFx0XHR0eXBlOiBCb29sZWFuLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IHRydWVcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5piv5ZCm5pi+56S65Y+W5raI5oyJ6ZKuXHJcblx0XHRcdHNob3dDYW5jZWxCdXR0b246IHtcclxuXHRcdFx0XHR0eXBlOiBCb29sZWFuLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IGZhbHNlXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOehruiupOaWh+ahiFxyXG5cdFx0XHRjb25maXJtVGV4dDoge1xyXG5cdFx0XHRcdHR5cGU6IFN0cmluZyxcclxuXHRcdFx0XHRkZWZhdWx0OiAn56Gu6K6kJ1xyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDlj5bmtojmlofmoYhcclxuXHRcdFx0Y2FuY2VsVGV4dDoge1xyXG5cdFx0XHRcdHR5cGU6IFN0cmluZyxcclxuXHRcdFx0XHRkZWZhdWx0OiAn5Y+W5raIJ1xyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDnoa7orqTmjInpkq7popzoibJcclxuXHRcdFx0Y29uZmlybUNvbG9yOiB7XHJcblx0XHRcdFx0dHlwZTogU3RyaW5nLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICcjMjk3OWZmJ1xyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDlj5bmtojmloflrZfpopzoibJcclxuXHRcdFx0Y2FuY2VsQ29sb3I6IHtcclxuXHRcdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdFx0ZGVmYXVsdDogJyM2MDYyNjYnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOWchuinkuWAvFxyXG5cdFx0XHRib3JkZXJSYWRpdXM6IHtcclxuXHRcdFx0XHR0eXBlOiBbTnVtYmVyLCBTdHJpbmddLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IDE2XHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOagh+mimOeahOagt+W8j1xyXG5cdFx0XHR0aXRsZVN0eWxlOiB7XHJcblx0XHRcdFx0dHlwZTogT2JqZWN0LFxyXG5cdFx0XHRcdGRlZmF1bHQgKCkge1xyXG5cdFx0XHRcdFx0cmV0dXJuIHt9XHJcblx0XHRcdFx0fVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDlhoXlrrnnmoTmoLflvI9cclxuXHRcdFx0Y29udGVudFN0eWxlOiB7XHJcblx0XHRcdFx0dHlwZTogT2JqZWN0LFxyXG5cdFx0XHRcdGRlZmF1bHQgKCkge1xyXG5cdFx0XHRcdFx0cmV0dXJuIHt9XHJcblx0XHRcdFx0fVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDlj5bmtojmjInpkq7nmoTmoLflvI9cclxuXHRcdFx0Y2FuY2VsU3R5bGU6IHtcclxuXHRcdFx0XHR0eXBlOiBPYmplY3QsXHJcblx0XHRcdFx0ZGVmYXVsdCAoKSB7XHJcblx0XHRcdFx0XHRyZXR1cm4ge31cclxuXHRcdFx0XHR9XHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOehruWumuaMiemSrueahOagt+W8j1xyXG5cdFx0XHRjb25maXJtU3R5bGU6IHtcclxuXHRcdFx0XHR0eXBlOiBPYmplY3QsXHJcblx0XHRcdFx0ZGVmYXVsdCAoKSB7XHJcblx0XHRcdFx0XHRyZXR1cm4ge31cclxuXHRcdFx0XHR9XHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOaYr+WQpuW8gOWQr+e8qeaUvuaViOaenFxyXG5cdFx0XHR6b29tOiB7XHJcblx0XHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0XHRkZWZhdWx0OiB0cnVlXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOaYr+WQpuW8guatpeWFs+mXre+8jOWPquWvueehruWumuaMiemSruacieaViFxyXG5cdFx0XHRhc3luY0Nsb3NlOiB7XHJcblx0XHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0XHRkZWZhdWx0OiBmYWxzZVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDmmK/lkKblhYHorrjngrnlh7vpga7nvanlhbPpl61tb2RhbFxyXG5cdFx0XHRtYXNrQ2xvc2VBYmxlOiB7XHJcblx0XHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0XHRkZWZhdWx0OiBmYWxzZVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDnu5nkuIDkuKrotJ/nmoRtYXJnaW4tdG9w77yM5b6A5LiK5YGP56e777yM6YG/5YWN5ZKM6ZSu55uY6YeN5ZCI55qE5oOF5Ya1XHJcblx0XHRcdG5lZ2F0aXZlVG9wOiB7XHJcblx0XHRcdFx0dHlwZTogW1N0cmluZywgTnVtYmVyXSxcclxuXHRcdFx0XHRkZWZhdWx0OiAwXHJcblx0XHRcdH1cclxuXHRcdH0sXHJcblx0XHRkYXRhKCkge1xyXG5cdFx0XHRyZXR1cm4ge1xyXG5cdFx0XHRcdGxvYWRpbmc6IGZhbHNlLCAvLyDnoa7orqTmjInpkq7mmK/lkKbmraPlnKjliqDovb3kuK1cclxuXHRcdFx0fVxyXG5cdFx0fSxcclxuXHRcdGNvbXB1dGVkOiB7XHJcblx0XHRcdGNhbmNlbEJ0blN0eWxlKCkge1xyXG5cdFx0XHRcdHJldHVybiBPYmplY3QuYXNzaWduKHtcclxuXHRcdFx0XHRcdGNvbG9yOiB0aGlzLmNhbmNlbENvbG9yXHJcblx0XHRcdFx0fSwgdGhpcy5jYW5jZWxTdHlsZSk7XHJcblx0XHRcdH0sXHJcblx0XHRcdGNvbmZpcm1CdG5TdHlsZSgpIHtcclxuXHRcdFx0XHRyZXR1cm4gT2JqZWN0LmFzc2lnbih7XHJcblx0XHRcdFx0XHRjb2xvcjogdGhpcy5jb25maXJtQ29sb3JcclxuXHRcdFx0XHR9LCB0aGlzLmNvbmZpcm1TdHlsZSk7XHJcblx0XHRcdH0sXHJcblx0XHRcdHVaSW5kZXgoKSB7XHJcblx0XHRcdFx0cmV0dXJuIHRoaXMuekluZGV4ID8gdGhpcy56SW5kZXggOiB0aGlzLiR1LnpJbmRleC5wb3B1cDtcclxuXHRcdFx0fVxyXG5cdFx0fSxcclxuXHRcdHdhdGNoOiB7XHJcblx0XHRcdC8vIOWmguaenOaYr+W8guatpeWFs+mXreaXtu+8jOWklumDqOS/ruaUuXYtbW9kZWznmoTlgLzkuLpmYWxzZeaXtu+8jOmHjee9ruWGhemDqOeahGxvYWRpbmfnirbmgIFcclxuXHRcdFx0Ly8g6YG/5YWN5LiL5qyh5omT5byA55qE5pe25YCZ77yM54q25oCB5re35LmxXHJcblx0XHRcdHZhbHVlKG4pIHtcclxuXHRcdFx0XHRpZiAobiA9PT0gdHJ1ZSkgdGhpcy5sb2FkaW5nID0gZmFsc2U7XHJcblx0XHRcdH1cclxuXHRcdH0sXHJcblx0XHRtZXRob2RzOiB7XHJcblx0XHRcdGNvbmZpcm0oKSB7XHJcblx0XHRcdFx0Ly8g5byC5q2l5YWz6ZetXHJcblx0XHRcdFx0aWYgKHRoaXMuYXN5bmNDbG9zZSkge1xyXG5cdFx0XHRcdFx0dGhpcy5sb2FkaW5nID0gdHJ1ZTtcclxuXHRcdFx0XHR9IGVsc2Uge1xyXG5cdFx0XHRcdFx0dGhpcy4kZW1pdCgnaW5wdXQnLCBmYWxzZSk7XHJcblx0XHRcdFx0fVxyXG5cdFx0XHRcdHRoaXMuJGVtaXQoJ2NvbmZpcm0nKTtcclxuXHRcdFx0fSxcclxuXHRcdFx0Y2FuY2VsKCkge1xyXG5cdFx0XHRcdHRoaXMuJGVtaXQoJ2NhbmNlbCcpO1xyXG5cdFx0XHRcdHRoaXMuJGVtaXQoJ2lucHV0JywgZmFsc2UpO1xyXG5cdFx0XHRcdC8vIOebruWJjXBvcHVw5by556qX5YWz6Zet5pyJ5LiA5Liq5bu25pe25pON5L2c77yM5q2k5aSE5YGa5LiA5Liq5bu25pe2XHJcblx0XHRcdFx0Ly8g6YG/5YWN56Gu6K6k5oyJ6ZKu5paH5a2X5Y+Y5oiQ5LqGXCLnoa7lrppcIuWtl+agt++8jG1vZGFs6L+Y5rKh5raI5aSx77yM6YCg5oiQ6KeG6KeJ5LiN5aW955qE5pWI5p6cXHJcblx0XHRcdFx0c2V0VGltZW91dCgoKSA9PiB7XHJcblx0XHRcdFx0XHR0aGlzLmxvYWRpbmcgPSBmYWxzZTtcclxuXHRcdFx0XHR9LCAzMDApO1xyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDngrnlh7vpga7nvanlhbPpl61tb2RhbO+8jOiuvue9rnYtbW9kZWznmoTlgLzkuLpmYWxzZe+8jOWQpuWImeaXoOazleesrOS6jOasoeW8uei1t21vZGFsXHJcblx0XHRcdHBvcHVwQ2xvc2UoKSB7XHJcblx0XHRcdFx0dGhpcy4kZW1pdCgnaW5wdXQnLCBmYWxzZSk7XHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOa4hemZpOWKoOi9veS4reeahOeKtuaAgVxyXG5cdFx0XHRjbGVhckxvYWRpbmcoKSB7XHJcblx0XHRcdFx0dGhpcy5sb2FkaW5nID0gZmFsc2U7XHJcblx0XHRcdH1cclxuXHRcdH1cclxuXHR9O1xyXG48L3NjcmlwdD5cclxuXHJcbjxzdHlsZSBsYW5nPVwic2Nzc1wiIHNjb3BlZD5cclxuXHRAaW1wb3J0IFwiLi4vLi4vbGlicy9jc3Mvc3R5bGUuY29tcG9uZW50cy5zY3NzXCI7XHJcblxyXG5cdC51LW1vZGVsIHtcclxuXHRcdGhlaWdodDogYXV0bztcclxuXHRcdG92ZXJmbG93OiBoaWRkZW47XHJcblx0XHRmb250LXNpemU6IDMycnB4O1xyXG5cdFx0YmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcclxuXHJcblx0XHQmX19idG4tLWhvdmVyIHtcclxuXHRcdFx0YmFja2dyb3VuZC1jb2xvcjogcmdiKDIzMCwgMjMwLCAyMzApO1xyXG5cdFx0fVxyXG5cclxuXHRcdCZfX3RpdGxlIHtcclxuXHRcdFx0cGFkZGluZy10b3A6IDQ4cnB4O1xyXG5cdFx0XHRmb250LXdlaWdodDogNTAwO1xyXG5cdFx0XHR0ZXh0LWFsaWduOiBjZW50ZXI7XHJcblx0XHRcdGNvbG9yOiAkdS1tYWluLWNvbG9yO1xyXG5cdFx0fVxyXG5cclxuXHRcdCZfX2NvbnRlbnQge1xyXG5cdFx0XHQmX19tZXNzYWdlIHtcclxuXHRcdFx0XHRwYWRkaW5nOiA0OHJweDtcclxuXHRcdFx0XHRmb250LXNpemU6IDMwcnB4O1xyXG5cdFx0XHRcdHRleHQtYWxpZ246IGNlbnRlcjtcclxuXHRcdFx0XHRjb2xvcjogJHUtY29udGVudC1jb2xvcjtcclxuXHRcdFx0fVxyXG5cdFx0fVxyXG5cclxuXHRcdCZfX2Zvb3RlciB7XHJcblx0XHRcdEBpbmNsdWRlIHZ1ZS1mbGV4O1xyXG5cclxuXHRcdFx0Jl9fYnV0dG9uIHtcclxuXHRcdFx0XHRmbGV4OiAxO1xyXG5cdFx0XHRcdGhlaWdodDogMTAwcnB4O1xyXG5cdFx0XHRcdGxpbmUtaGVpZ2h0OiAxMDBycHg7XHJcblx0XHRcdFx0Zm9udC1zaXplOiAzMnJweDtcclxuXHRcdFx0XHRib3gtc2l6aW5nOiBib3JkZXItYm94O1xyXG5cdFx0XHRcdGN1cnNvcjogcG9pbnRlcjtcclxuXHRcdFx0XHR0ZXh0LWFsaWduOiBjZW50ZXI7XHJcblx0XHRcdFx0Ym9yZGVyLXJhZGl1czogNHJweDtcclxuXHRcdFx0fVxyXG5cdFx0fVxyXG5cdH1cclxuPC9zdHlsZT5cclxuIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///551\n");
-// OP_HASH160 {scriptHash} OP_EQUAL
-Object.defineProperty(exports, '__esModule', { value: true });
-var bscript = __webpack_require__(/*! ../../script */ 475);
-var script_1 = __webpack_require__(/*! ../../script */ 475);
-function check(script) {
- var buffer = bscript.compile(script);
- return (
- buffer.length === 23 &&
- buffer[0] === script_1.OPS.OP_HASH160 &&
- buffer[1] === 0x14 &&
- buffer[22] === script_1.OPS.OP_EQUAL);
+/***/ }),
+/* 552 */
+/*!**************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/index/index.vue?vue&type=script&lang=js&mpType=page ***!
+ \**************************************************************************************/
+/*! no static exports found */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
-}
-exports.check = check;
-check.toJSON = function () {
- return 'scriptHash output';
-};
+"use strict";
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=script&lang=js&mpType=page */ 553);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQXVtQixDQUFnQixzb0JBQUcsRUFBQyIsImZpbGUiOiI1NTIuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiOyBleHBvcnQgZGVmYXVsdCBtb2Q7IGV4cG9ydCAqIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///552\n");
/***/ }),
-/* 538 */
-/*!*****************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/templates/witnesscommitment/index.js ***!
- \*****************************************************************************************************************/
+/* 553 */
+/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/pages/menu/index/index.vue?vue&type=script&lang=js&mpType=page ***!
+ \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-
-Object.defineProperty(exports, '__esModule', { value: true });
-var output = __webpack_require__(/*! ./output */ 539);
-exports.output = output;
+eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0; //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nvar _default =\n{\n data: function data() {\n return {\n result: '',\n disabled: true,\n show: false };\n\n },\n onLoad: function onLoad() {\n\n },\n methods: {\n printCancel: function printCancel() {\n plus.fingerprint.cancel();\n this.result = \"停止指纹识别\";\n },\n fingerprint: function fingerprint() {\n //\n // if (!plus.fingerprint.isSupport()) {\n // \tuni.showToast({\n // \t\ttitle: 'This device does not support fingerprint identification',\n // \t\ticon: 'none',\n // \t\tduration: 1500\n // \t})\n // \t// this.disabled = true;\n // } else if (!plus.fingerprint.isKeyguardSecure()) {\n // \tuni.showToast({\n // \t\ttitle: 'This device does not support fingerprint identification',\n // \t\ticon: 'none',\n // \t\tduration: 1500\n // \t})\n\n // } else if (!plus.fingerprint.isEnrolledFingerprints()) {\n // \tuni.showToast({\n // \t\ttitle: 'There is no fingerprint entered in this device. Please turn it on in the setting',\n // \t\ticon: 'none',\n // \t\tduration: 1500\n // \t})\n // \t// this.disabled = true;\n // } else {\n // \t// this.result = '此设备支持指纹识别';\n // \t// // this.disabled = false;\n //\n\n\n\n //\n\n\n\n\n // \tlet that=this;\n //\n // \tplus.fingerprint.authenticate(function() {\n // \t\tplus.nativeUI.closeWaiting(); //兼容Android平台关闭等待框\n // \t\tthat.show=false;\n // \t\tthat.result='指纹识别成功'\n // \t\t//plus.nativeUI.alert('指纹识别成功');\n // \t}, function(e) {\n // \t\tswitch (e.code) {\n // \t\t\tcase e.AUTHENTICATE_MISMATCH:\n // \t\t\t\tplus.nativeUI.toast('指纹匹配失败,请重新输入');\n // \t\t\t\tbreak;\n // \t\t\tcase e.AUTHENTICATE_OVERLIMIT:\n // \t\t\t\tplus.nativeUI.closeWaiting(); //兼容Android平台关闭等待框\n // \t\t\t\tplus.nativeUI.alert('指纹识别失败次数超出限制,请使用其它方式进行认证');\n // \t\t\t\tbreak;\n // \t\t\tcase e.CANCEL:\n // \t\t\t\tplus.nativeUI.toast('已取消识别');\n // \t\t\t\tbreak;\n // \t\t\tdefault:\n // \t\t\t\tplus.nativeUI.closeWaiting(); //兼容Android平台关闭等待框\n // \t\t\t\tplus.nativeUI.alert('指纹识别失败,请重试');\n // \t\t\t\tbreak;\n // \t\t}\n // \t});\n // \t// Android平台手动弹出等待提示框 \n // \tif ('Android' == plus.os.name) {\n // \t\tthis.show=true;\n // \t\t/* plus.nativeUI.showWaiting('指纹识别中...').onclose = function() {\n // \t\t\tplus.fingerprint.cancel();\n // \t\t} */\n // \t}\n //\n\n //\n\n\n\n\n\n\n\n\n\n\n\n\n\n // }\n //\n\n this.$walletUtil.fingerprint();\n } } };exports.default = _default;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vcGFnZXMvbWVudS9pbmRleC9pbmRleC52dWUiXSwibmFtZXMiOlsiZGF0YSIsInJlc3VsdCIsImRpc2FibGVkIiwic2hvdyIsIm9uTG9hZCIsIm1ldGhvZHMiLCJwcmludENhbmNlbCIsInBsdXMiLCJmaW5nZXJwcmludCIsImNhbmNlbCIsIiR3YWxsZXRVdGlsIl0sIm1hcHBpbmdzIjoid0ZBQUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRWU7QUFDZEEsTUFEYyxrQkFDUDtBQUNOLFdBQU87QUFDTkMsWUFBTSxFQUFFLEVBREY7QUFFTkMsY0FBUSxFQUFDLElBRkg7QUFHTkMsVUFBSSxFQUFDLEtBSEMsRUFBUDs7QUFLQSxHQVBhO0FBUWRDLFFBUmMsb0JBUUw7O0FBRVIsR0FWYTtBQVdkQyxTQUFPLEVBQUU7QUFDUkMsZUFBVyxFQUFDLHVCQUFVO0FBQ3JCQyxVQUFJLENBQUNDLFdBQUwsQ0FBaUJDLE1BQWpCO0FBQ0EsV0FBS1IsTUFBTCxHQUFZLFFBQVo7QUFDQSxLQUpPO0FBS1JPLGVBQVcsRUFBRSx1QkFBVztBQUN2QjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7Ozs7QUFJQTs7Ozs7QUFLQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7Ozs7Ozs7Ozs7Ozs7O0FBY0E7QUFDQTs7QUFFQSxXQUFLRSxXQUFMLENBQWlCRixXQUFqQjtBQUNBLEtBNUZPLEVBWEssRSIsImZpbGUiOiI1NTMuanMiLCJzb3VyY2VzQ29udGVudCI6WyIvL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuXG5leHBvcnQgZGVmYXVsdCB7XG5cdGRhdGEoKSB7XG5cdFx0cmV0dXJuIHtcblx0XHRcdHJlc3VsdDogJycsXG5cdFx0XHRkaXNhYmxlZDp0cnVlLFxuXHRcdFx0c2hvdzpmYWxzZSxcblx0XHR9XG5cdH0sXG5cdG9uTG9hZCgpIHtcblx0XG5cdH0sXG5cdG1ldGhvZHM6IHtcblx0XHRwcmludENhbmNlbDpmdW5jdGlvbigpe1xuXHRcdFx0cGx1cy5maW5nZXJwcmludC5jYW5jZWwoKTtcblx0XHRcdHRoaXMucmVzdWx0PVwi5YGc5q2i5oyH57q56K+G5YirXCJcblx0XHR9LFxuXHRcdGZpbmdlcnByaW50OiBmdW5jdGlvbigpIHtcblx0XHRcdC8vXG5cdFx0XHQvLyBpZiAoIXBsdXMuZmluZ2VycHJpbnQuaXNTdXBwb3J0KCkpIHtcblx0XHRcdC8vIFx0dW5pLnNob3dUb2FzdCh7XG5cdFx0XHQvLyBcdFx0dGl0bGU6ICdUaGlzIGRldmljZSBkb2VzIG5vdCBzdXBwb3J0IGZpbmdlcnByaW50IGlkZW50aWZpY2F0aW9uJyxcblx0XHRcdC8vIFx0XHRpY29uOiAnbm9uZScsXG5cdFx0XHQvLyBcdFx0ZHVyYXRpb246IDE1MDBcblx0XHRcdC8vIFx0fSlcblx0XHRcdC8vIFx0Ly8gdGhpcy5kaXNhYmxlZCA9IHRydWU7XG5cdFx0XHQvLyB9IGVsc2UgaWYgKCFwbHVzLmZpbmdlcnByaW50LmlzS2V5Z3VhcmRTZWN1cmUoKSkge1xuXHRcdFx0Ly8gXHR1bmkuc2hvd1RvYXN0KHtcblx0XHRcdC8vIFx0XHR0aXRsZTogJ1RoaXMgZGV2aWNlIGRvZXMgbm90IHN1cHBvcnQgZmluZ2VycHJpbnQgaWRlbnRpZmljYXRpb24nLFxuXHRcdFx0Ly8gXHRcdGljb246ICdub25lJyxcblx0XHRcdC8vIFx0XHRkdXJhdGlvbjogMTUwMFxuXHRcdFx0Ly8gXHR9KVxuXHRcdFx0XG5cdFx0XHQvLyB9IGVsc2UgaWYgKCFwbHVzLmZpbmdlcnByaW50LmlzRW5yb2xsZWRGaW5nZXJwcmludHMoKSkge1xuXHRcdFx0Ly8gXHR1bmkuc2hvd1RvYXN0KHtcblx0XHRcdC8vIFx0XHR0aXRsZTogJ1RoZXJlIGlzIG5vIGZpbmdlcnByaW50IGVudGVyZWQgaW4gdGhpcyBkZXZpY2UuIFBsZWFzZSB0dXJuIGl0IG9uIGluIHRoZSBzZXR0aW5nJyxcblx0XHRcdC8vIFx0XHRpY29uOiAnbm9uZScsXG5cdFx0XHQvLyBcdFx0ZHVyYXRpb246IDE1MDBcblx0XHRcdC8vIFx0fSlcblx0XHRcdC8vIFx0Ly8gdGhpcy5kaXNhYmxlZCA9IHRydWU7XG5cdFx0XHQvLyB9IGVsc2Uge1xuXHRcdFx0Ly8gXHQvLyB0aGlzLnJlc3VsdCA9ICfmraTorr7lpIfmlK/mjIHmjIfnurnor4bliKsnO1xuXHRcdFx0Ly8gXHQvLyAvLyB0aGlzLmRpc2FibGVkID0gZmFsc2U7XG5cdFx0XHQvL1xuXG5cblxuXHRcdFx0Ly9cblxuXG5cdFx0XHRcdFxuXHRcdFx0XHRcblx0XHRcdC8vIFx0bGV0IHRoYXQ9dGhpcztcblx0XHRcdC8vXG5cdFx0XHQvLyBcdHBsdXMuZmluZ2VycHJpbnQuYXV0aGVudGljYXRlKGZ1bmN0aW9uKCkge1xuXHRcdFx0Ly8gXHRcdHBsdXMubmF0aXZlVUkuY2xvc2VXYWl0aW5nKCk7IC8v5YW85a65QW5kcm9pZOW5s+WPsOWFs+mXreetieW+heahhlxuXHRcdFx0Ly8gXHRcdHRoYXQuc2hvdz1mYWxzZTtcblx0XHRcdC8vIFx0XHR0aGF0LnJlc3VsdD0n5oyH57q56K+G5Yir5oiQ5YqfJ1xuXHRcdFx0Ly8gXHRcdC8vcGx1cy5uYXRpdmVVSS5hbGVydCgn5oyH57q56K+G5Yir5oiQ5YqfJyk7XG5cdFx0XHQvLyBcdH0sIGZ1bmN0aW9uKGUpIHtcblx0XHRcdC8vIFx0XHRzd2l0Y2ggKGUuY29kZSkge1xuXHRcdFx0Ly8gXHRcdFx0Y2FzZSBlLkFVVEhFTlRJQ0FURV9NSVNNQVRDSDpcblx0XHRcdC8vIFx0XHRcdFx0cGx1cy5uYXRpdmVVSS50b2FzdCgn5oyH57q55Yy56YWN5aSx6LSl77yM6K+36YeN5paw6L6T5YWlJyk7XG5cdFx0XHQvLyBcdFx0XHRcdGJyZWFrO1xuXHRcdFx0Ly8gXHRcdFx0Y2FzZSBlLkFVVEhFTlRJQ0FURV9PVkVSTElNSVQ6XG5cdFx0XHQvLyBcdFx0XHRcdHBsdXMubmF0aXZlVUkuY2xvc2VXYWl0aW5nKCk7IC8v5YW85a65QW5kcm9pZOW5s+WPsOWFs+mXreetieW+heahhlxuXHRcdFx0Ly8gXHRcdFx0XHRwbHVzLm5hdGl2ZVVJLmFsZXJ0KCfmjIfnurnor4bliKvlpLHotKXmrKHmlbDotoXlh7rpmZDliLbvvIzor7fkvb/nlKjlhbblroPmlrnlvI/ov5vooYzorqTor4EnKTtcblx0XHRcdC8vIFx0XHRcdFx0YnJlYWs7XG5cdFx0XHQvLyBcdFx0XHRjYXNlIGUuQ0FOQ0VMOlxuXHRcdFx0Ly8gXHRcdFx0XHRwbHVzLm5hdGl2ZVVJLnRvYXN0KCflt7Llj5bmtojor4bliKsnKTtcblx0XHRcdC8vIFx0XHRcdFx0YnJlYWs7XG5cdFx0XHQvLyBcdFx0XHRkZWZhdWx0OlxuXHRcdFx0Ly8gXHRcdFx0XHRwbHVzLm5hdGl2ZVVJLmNsb3NlV2FpdGluZygpOyAvL+WFvOWuuUFuZHJvaWTlubPlj7DlhbPpl63nrYnlvoXmoYZcblx0XHRcdC8vIFx0XHRcdFx0cGx1cy5uYXRpdmVVSS5hbGVydCgn5oyH57q56K+G5Yir5aSx6LSl77yM6K+36YeN6K+VJyk7XG5cdFx0XHQvLyBcdFx0XHRcdGJyZWFrO1xuXHRcdFx0Ly8gXHRcdH1cblx0XHRcdC8vIFx0fSk7XG5cdFx0XHQvLyBcdC8vIEFuZHJvaWTlubPlj7DmiYvliqjlvLnlh7rnrYnlvoXmj5DnpLrmoYYgXG5cdFx0XHQvLyBcdGlmICgnQW5kcm9pZCcgPT0gcGx1cy5vcy5uYW1lKSB7XG5cdFx0XHQvLyBcdFx0dGhpcy5zaG93PXRydWU7XG5cdFx0XHQvLyBcdFx0LyogcGx1cy5uYXRpdmVVSS5zaG93V2FpdGluZygn5oyH57q56K+G5Yir5LitLi4uJykub25jbG9zZSA9IGZ1bmN0aW9uKCkge1xuXHRcdFx0Ly8gXHRcdFx0cGx1cy5maW5nZXJwcmludC5jYW5jZWwoKTtcblx0XHRcdC8vIFx0XHR9ICovXG5cdFx0XHQvLyBcdH1cblx0XHRcdC8vXG5cdFx0XHRcdFxuXHRcdFx0Ly9cblxuXG5cblxuXG5cblxuXG5cblxuXG5cblxuXHRcdFx0Ly8gfVxuXHRcdFx0Ly9cblx0XHRcdFxuXHQgIHRoaXMuJHdhbGxldFV0aWwuZmluZ2VycHJpbnQoKVxuXHRcdH0sXG5cdH1cbn1cbiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///553\n");
/***/ }),
-/* 539 */
-/*!******************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/templates/witnesscommitment/output.js ***!
- \******************************************************************************************************************/
+/* 554 */
+/*!******************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/token/btc/index.vue?mpType=page ***!
+ \******************************************************************/
/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
-// OP_RETURN {aa21a9ed} {commitment}
-Object.defineProperty(exports, '__esModule', { value: true });
-var bscript = __webpack_require__(/*! ../../script */ 475);
-var script_1 = __webpack_require__(/*! ../../script */ 475);
-var types = __webpack_require__(/*! ../../types */ 478);
-var typeforce = __webpack_require__(/*! typeforce */ 434);
-var HEADER = Buffer.from('aa21a9ed', 'hex');
-function check(script) {
- var buffer = bscript.compile(script);
- return (
- buffer.length > 37 &&
- buffer[0] === script_1.OPS.OP_RETURN &&
- buffer[1] === 0x24 &&
- buffer.slice(2, 6).equals(HEADER));
-
-}
-exports.check = check;
-check.toJSON = function () {
- return 'Witness commitment output';
-};
-function encode(commitment) {
- typeforce(types.Hash256bit, commitment);
- var buffer = Buffer.allocUnsafe(36);
- HEADER.copy(buffer, 0);
- commitment.copy(buffer, 4);
- return bscript.compile([script_1.OPS.OP_RETURN, buffer]);
-}
-exports.encode = encode;
-function decode(buffer) {
- typeforce(check, buffer);
- return bscript.decompile(buffer)[1].slice(4, 36);
-}
-exports.decode = decode;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
-
-/***/ }),
-/* 540 */
-/*!*****************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/templates/witnesspubkeyhash/index.js ***!
- \*****************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-Object.defineProperty(exports, '__esModule', { value: true });
-var input = __webpack_require__(/*! ./input */ 541);
-exports.input = input;
-var output = __webpack_require__(/*! ./output */ 535);
-exports.output = output;
-
-/***/ }),
-/* 541 */
-/*!*****************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/templates/witnesspubkeyhash/input.js ***!
- \*****************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// {signature} {pubKey}
-Object.defineProperty(exports, '__esModule', { value: true });
-var bscript = __webpack_require__(/*! ../../script */ 475);
-function isCompressedCanonicalPubKey(pubKey) {
- return bscript.isCanonicalPubKey(pubKey) && pubKey.length === 33;
-}
-function check(script) {
- var chunks = bscript.decompile(script);
- return (
- chunks.length === 2 &&
- bscript.isCanonicalScriptSignature(chunks[0]) &&
- isCompressedCanonicalPubKey(chunks[1]));
-
-}
-exports.check = check;
-check.toJSON = function () {
- return 'witnessPubKeyHash input';
-};
-
-/***/ }),
-/* 542 */
-/*!*****************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/templates/witnessscripthash/index.js ***!
- \*****************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-Object.defineProperty(exports, '__esModule', { value: true });
-var input = __webpack_require__(/*! ./input */ 543);
-exports.input = input;
-var output = __webpack_require__(/*! ./output */ 536);
-exports.output = output;
-
-/***/ }),
-/* 543 */
-/*!*****************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/bitcoinjs-lib/src/templates/witnessscripthash/input.js ***!
- \*****************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
-// {serialized scriptPubKey script}
-Object.defineProperty(exports, '__esModule', { value: true });
-var bscript = __webpack_require__(/*! ../../script */ 475);
-var typeforce = __webpack_require__(/*! typeforce */ 434);
-var p2ms = __webpack_require__(/*! ../multisig */ 523);
-var p2pk = __webpack_require__(/*! ../pubkey */ 527);
-var p2pkh = __webpack_require__(/*! ../pubkeyhash */ 530);
-function check(chunks, allowIncomplete) {
- typeforce(typeforce.Array, chunks);
- if (chunks.length < 1) return false;
- var witnessScript = chunks[chunks.length - 1];
- if (!Buffer.isBuffer(witnessScript)) return false;
- var witnessScriptChunks = bscript.decompile(witnessScript);
- // is witnessScript a valid script?
- if (!witnessScriptChunks || witnessScriptChunks.length === 0) return false;
- var witnessRawScriptSig = bscript.compile(chunks.slice(0, -1));
- // match types
- if (
- p2pkh.input.check(witnessRawScriptSig) &&
- p2pkh.output.check(witnessScriptChunks))
-
- return true;
- if (
- p2ms.input.check(witnessRawScriptSig, allowIncomplete) &&
- p2ms.output.check(witnessScriptChunks))
-
- return true;
- if (
- p2pk.input.check(witnessRawScriptSig) &&
- p2pk.output.check(witnessScriptChunks))
-
- return true;
- return false;
-}
-exports.check = check;
-check.toJSON = function () {
- return 'witnessScriptHash input';
-};
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
-
-/***/ }),
-/* 544 */
-/*!*************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/ethereumjs-tx/es5/index.js ***!
- \*************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* WEBPACK VAR INJECTION */(function(Buffer) {
-
-function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}
-
-var ethUtil = __webpack_require__(/*! ethereumjs-util */ 439);
-var fees = __webpack_require__(/*! ethereum-common/params.json */ 545);
-var BN = ethUtil.BN;
-
-// secp256k1n/2
-var N_DIV_2 = new BN('7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0', 16);
-
-/**
- * Creates a new transaction object.
- *
- * @example
- * var rawTx = {
- * nonce: '00',
- * gasPrice: '09184e72a000',
- * gasLimit: '2710',
- * to: '0000000000000000000000000000000000000000',
- * value: '00',
- * data: '7f7465737432000000000000000000000000000000000000000000000000000000600057',
- * v: '1c',
- * r: '5e1d3a76fbf824220eafc8c79ad578ad2b67d01b0c2425eb1f1347e8f50882ab',
- * s: '5bd428537f05f9830e93792f90ea6a3e2d1ee84952dd96edbae9f658f831ab13'
- * };
- * var tx = new Transaction(rawTx);
- *
- * @class
- * @param {Buffer | Array | Object} data a transaction can be initiailized with either a buffer containing the RLP serialized transaction or an array of buffers relating to each of the tx Properties, listed in order below in the exmple.
- *
- * Or lastly an Object containing the Properties of the transaction like in the Usage example.
- *
- * For Object and Arrays each of the elements can either be a Buffer, a hex-prefixed (0x) String , Number, or an object with a toBuffer method such as Bignum
- *
- * @property {Buffer} raw The raw rlp encoded transaction
- * @param {Buffer} data.nonce nonce number
- * @param {Buffer} data.gasLimit transaction gas limit
- * @param {Buffer} data.gasPrice transaction gas price
- * @param {Buffer} data.to to the to address
- * @param {Buffer} data.value the amount of ether sent
- * @param {Buffer} data.data this will contain the data of the message or the init of a contract
- * @param {Buffer} data.v EC signature parameter
- * @param {Buffer} data.r EC signature parameter
- * @param {Buffer} data.s EC recovery ID
- * @param {Number} data.chainId EIP 155 chainId - mainnet: 1, ropsten: 3
- * */
-
-var Transaction = function () {
- function Transaction(data) {
- _classCallCheck(this, Transaction);
-
- data = data || {};
- // Define Properties
- var fields = [{
- name: 'nonce',
- length: 32,
- allowLess: true,
- default: new Buffer([]) },
- {
- name: 'gasPrice',
- length: 32,
- allowLess: true,
- default: new Buffer([]) },
- {
- name: 'gasLimit',
- alias: 'gas',
- length: 32,
- allowLess: true,
- default: new Buffer([]) },
- {
- name: 'to',
- allowZero: true,
- length: 20,
- default: new Buffer([]) },
- {
- name: 'value',
- length: 32,
- allowLess: true,
- default: new Buffer([]) },
- {
- name: 'data',
- alias: 'input',
- allowZero: true,
- default: new Buffer([]) },
- {
- name: 'v',
- allowZero: true,
- default: new Buffer([0x1c]) },
- {
- name: 'r',
- length: 32,
- allowZero: true,
- allowLess: true,
- default: new Buffer([]) },
- {
- name: 's',
- length: 32,
- allowZero: true,
- allowLess: true,
- default: new Buffer([]) }];
-
-
- /**
- * Returns the rlp encoding of the transaction
- * @method serialize
- * @return {Buffer}
- * @memberof Transaction
- * @name serialize
- */
- // attached serialize
- ethUtil.defineProperties(this, fields, data);
-
- /**
- * @property {Buffer} from (read only) sender address of this transaction, mathematically derived from other parameters.
- * @name from
- * @memberof Transaction
- */
- Object.defineProperty(this, 'from', {
- enumerable: true,
- configurable: true,
- get: this.getSenderAddress.bind(this) });
-
-
- // calculate chainId from signature
- var sigV = ethUtil.bufferToInt(this.v);
- var chainId = Math.floor((sigV - 35) / 2);
- if (chainId < 0) chainId = 0;
-
- // set chainId
- this._chainId = chainId || data.chainId || 0;
- this._homestead = true;
- }
-
- /**
- * If the tx's `to` is to the creation address
- * @return {Boolean}
- */
-
-
- Transaction.prototype.toCreationAddress = function toCreationAddress() {
- return this.to.toString('hex') === '';
- };
-
- /**
- * Computes a sha3-256 hash of the serialized tx
- * @param {Boolean} [includeSignature=true] whether or not to inculde the signature
- * @return {Buffer}
- */
-
-
- Transaction.prototype.hash = function hash(includeSignature) {
- if (includeSignature === undefined) includeSignature = true;
-
- // EIP155 spec:
- // when computing the hash of a transaction for purposes of signing or recovering,
- // instead of hashing only the first six elements (ie. nonce, gasprice, startgas, to, value, data),
- // hash nine elements, with v replaced by CHAIN_ID, r = 0 and s = 0
-
- var items = void 0;
- if (includeSignature) {
- items = this.raw;
- } else {
- if (this._chainId > 0) {
- var raw = this.raw.slice();
- this.v = this._chainId;
- this.r = 0;
- this.s = 0;
- items = this.raw;
- this.raw = raw;
- } else {
- items = this.raw.slice(0, 6);
- }
- }
-
- // create hash
- return ethUtil.rlphash(items);
- };
-
- /**
- * returns the public key of the sender
- * @return {Buffer}
- */
-
-
- Transaction.prototype.getChainId = function getChainId() {
- return this._chainId;
- };
-
- /**
- * returns the sender's address
- * @return {Buffer}
- */
-
-
- Transaction.prototype.getSenderAddress = function getSenderAddress() {
- if (this._from) {
- return this._from;
- }
- var pubkey = this.getSenderPublicKey();
- this._from = ethUtil.publicToAddress(pubkey);
- return this._from;
- };
-
- /**
- * returns the public key of the sender
- * @return {Buffer}
- */
-
-
- Transaction.prototype.getSenderPublicKey = function getSenderPublicKey() {
- if (!this._senderPubKey || !this._senderPubKey.length) {
- if (!this.verifySignature()) throw new Error('Invalid Signature');
- }
- return this._senderPubKey;
- };
-
- /**
- * Determines if the signature is valid
- * @return {Boolean}
- */
-
-
- Transaction.prototype.verifySignature = function verifySignature() {
- var msgHash = this.hash(false);
- // All transaction signatures whose s-value is greater than secp256k1n/2 are considered invalid.
- if (this._homestead && new BN(this.s).cmp(N_DIV_2) === 1) {
- return false;
- }
-
- try {
- var v = ethUtil.bufferToInt(this.v);
- if (this._chainId > 0) {
- v -= this._chainId * 2 + 8;
- }
- this._senderPubKey = ethUtil.ecrecover(msgHash, v, this.r, this.s);
- } catch (e) {
- return false;
- }
-
- return !!this._senderPubKey;
- };
-
- /**
- * sign a transaction with a given a private key
- * @param {Buffer} privateKey
- */
-
-
- Transaction.prototype.sign = function sign(privateKey) {
- var msgHash = this.hash(false);
- var sig = ethUtil.ecsign(msgHash, privateKey);
- if (this._chainId > 0) {
- sig.v += this._chainId * 2 + 8;
- }
- Object.assign(this, sig);
- };
-
- /**
- * The amount of gas paid for the data in this tx
- * @return {BN}
- */
-
-
- Transaction.prototype.getDataFee = function getDataFee() {
- var data = this.raw[5];
- var cost = new BN(0);
- for (var i = 0; i < data.length; i++) {
- data[i] === 0 ? cost.iaddn(fees.txDataZeroGas.v) : cost.iaddn(fees.txDataNonZeroGas.v);
- }
- return cost;
- };
-
- /**
- * the minimum amount of gas the tx must have (DataFee + TxFee + Creation Fee)
- * @return {BN}
- */
-
-
- Transaction.prototype.getBaseFee = function getBaseFee() {
- var fee = this.getDataFee().iaddn(fees.txGas.v);
- if (this._homestead && this.toCreationAddress()) {
- fee.iaddn(fees.txCreation.v);
- }
- return fee;
- };
-
- /**
- * the up front amount that an account must have for this transaction to be valid
- * @return {BN}
- */
-
-
- Transaction.prototype.getUpfrontCost = function getUpfrontCost() {
- return new BN(this.gasLimit).imul(new BN(this.gasPrice)).iadd(new BN(this.value));
- };
-
- /**
- * validates the signature and checks to see if it has enough gas
- * @param {Boolean} [stringError=false] whether to return a string with a dscription of why the validation failed or return a Bloolean
- * @return {Boolean|String}
- */
-
-
- Transaction.prototype.validate = function validate(stringError) {
- var errors = [];
- if (!this.verifySignature()) {
- errors.push('Invalid Signature');
- }
-
- if (this.getBaseFee().cmp(new BN(this.gasLimit)) > 0) {
- errors.push(['gas limit is too low. Need at least ' + this.getBaseFee()]);
- }
-
- if (stringError === undefined || stringError === false) {
- return errors.length === 0;
- } else {
- return errors.join(' ');
- }
- };
-
- return Transaction;
-}();
-
-module.exports = Transaction;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../HBuilderX/plugins/uniapp-cli/node_modules/buffer/index.js */ 45).Buffer))
-
-/***/ }),
-/* 545 */
-/*!**************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/node_modules/ethereum-common/params.json ***!
- \**************************************************************************************/
-/*! exports provided: genesisGasLimit, genesisDifficulty, genesisNonce, genesisExtraData, genesisHash, genesisStateRoot, minGasLimit, gasLimitBoundDivisor, minimumDifficulty, difficultyBoundDivisor, durationLimit, maximumExtraDataSize, epochDuration, stackLimit, callCreateDepth, tierStepGas, expGas, expByteGas, sha3Gas, sha3WordGas, sloadGas, sstoreSetGas, sstoreResetGas, sstoreRefundGas, jumpdestGas, logGas, logDataGas, logTopicGas, createGas, callGas, callStipend, callValueTransferGas, callNewAccountGas, suicideRefundGas, memoryGas, quadCoeffDiv, createDataGas, txGas, txCreation, txDataZeroGas, txDataNonZeroGas, copyGas, ecrecoverGas, sha256Gas, sha256WordGas, ripemd160Gas, ripemd160WordGas, identityGas, identityWordGas, minerReward, ommerReward, niblingReward, homeSteadForkNumber, homesteadRepriceForkNumber, timebombPeriod, freeBlockPeriod, default */
-/***/ (function(module) {
-
-module.exports = JSON.parse("{\"genesisGasLimit\":{\"v\":5000,\"d\":\"Gas limit of the Genesis block.\"},\"genesisDifficulty\":{\"v\":17179869184,\"d\":\"Difficulty of the Genesis block.\"},\"genesisNonce\":{\"v\":\"0x0000000000000042\",\"d\":\"the geneis nonce\"},\"genesisExtraData\":{\"v\":\"0x11bbe8db4e347b4e8c937c1c8370e4b5ed33adb3db69cbdb7a38e1e50b1b82fa\",\"d\":\"extra data \"},\"genesisHash\":{\"v\":\"0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3\",\"d\":\"genesis hash\"},\"genesisStateRoot\":{\"v\":\"0xd7f8974fb5ac78d9ac099b9ad5018bedc2ce0a72dad1827a1709da30580f0544\",\"d\":\"the genesis state root\"},\"minGasLimit\":{\"v\":5000,\"d\":\"Minimum the gas limit may ever be.\"},\"gasLimitBoundDivisor\":{\"v\":1024,\"d\":\"The bound divisor of the gas limit, used in update calculations.\"},\"minimumDifficulty\":{\"v\":131072,\"d\":\"The minimum that the difficulty may ever be.\"},\"difficultyBoundDivisor\":{\"v\":2048,\"d\":\"The bound divisor of the difficulty, used in the update calculations.\"},\"durationLimit\":{\"v\":13,\"d\":\"The decision boundary on the blocktime duration used to determine whether difficulty should go up or not.\"},\"maximumExtraDataSize\":{\"v\":32,\"d\":\"Maximum size extra data may be after Genesis.\"},\"epochDuration\":{\"v\":30000,\"d\":\"Duration between proof-of-work epochs.\"},\"stackLimit\":{\"v\":1024,\"d\":\"Maximum size of VM stack allowed.\"},\"callCreateDepth\":{\"v\":1024,\"d\":\"Maximum depth of call/create stack.\"},\"tierStepGas\":{\"v\":[0,2,3,5,8,10,20],\"d\":\"Once per operation, for a selection of them.\"},\"expGas\":{\"v\":10,\"d\":\"Once per EXP instuction.\"},\"expByteGas\":{\"v\":10,\"d\":\"Times ceil(log256(exponent)) for the EXP instruction.\"},\"sha3Gas\":{\"v\":30,\"d\":\"Once per SHA3 operation.\"},\"sha3WordGas\":{\"v\":6,\"d\":\"Once per word of the SHA3 operation's data.\"},\"sloadGas\":{\"v\":50,\"d\":\"Once per SLOAD operation.\"},\"sstoreSetGas\":{\"v\":20000,\"d\":\"Once per SSTORE operation if the zeroness changes from zero.\"},\"sstoreResetGas\":{\"v\":5000,\"d\":\"Once per SSTORE operation if the zeroness does not change from zero.\"},\"sstoreRefundGas\":{\"v\":15000,\"d\":\"Once per SSTORE operation if the zeroness changes to zero.\"},\"jumpdestGas\":{\"v\":1,\"d\":\"Refunded gas, once per SSTORE operation if the zeroness changes to zero.\"},\"logGas\":{\"v\":375,\"d\":\"Per LOG* operation.\"},\"logDataGas\":{\"v\":8,\"d\":\"Per byte in a LOG* operation's data.\"},\"logTopicGas\":{\"v\":375,\"d\":\"Multiplied by the * of the LOG*, per LOG transaction. e.g. LOG0 incurs 0 * c_txLogTopicGas, LOG4 incurs 4 * c_txLogTopicGas.\"},\"createGas\":{\"v\":32000,\"d\":\"Once per CREATE operation & contract-creation transaction.\"},\"callGas\":{\"v\":40,\"d\":\"Once per CALL operation & message call transaction.\"},\"callStipend\":{\"v\":2300,\"d\":\"Free gas given at beginning of call.\"},\"callValueTransferGas\":{\"v\":9000,\"d\":\"Paid for CALL when the value transfor is non-zero.\"},\"callNewAccountGas\":{\"v\":25000,\"d\":\"Paid for CALL when the destination address didn't exist prior.\"},\"suicideRefundGas\":{\"v\":24000,\"d\":\"Refunded following a suicide operation.\"},\"memoryGas\":{\"v\":3,\"d\":\"Times the address of the (highest referenced byte in memory + 1). NOTE: referencing happens on read, write and in instructions such as RETURN and CALL.\"},\"quadCoeffDiv\":{\"v\":512,\"d\":\"Divisor for the quadratic particle of the memory cost equation.\"},\"createDataGas\":{\"v\":200,\"d\":\"\"},\"txGas\":{\"v\":21000,\"d\":\"Per transaction. NOTE: Not payable on data of calls between transactions.\"},\"txCreation\":{\"v\":32000,\"d\":\"the cost of creating a contract via tx\"},\"txDataZeroGas\":{\"v\":4,\"d\":\"Per byte of data attached to a transaction that equals zero. NOTE: Not payable on data of calls between transactions.\"},\"txDataNonZeroGas\":{\"v\":68,\"d\":\"Per byte of data attached to a transaction that is not equal to zero. NOTE: Not payable on data of calls between transactions.\"},\"copyGas\":{\"v\":3,\"d\":\"Multiplied by the number of 32-byte words that are copied (round up) for any *COPY operation and added.\"},\"ecrecoverGas\":{\"v\":3000,\"d\":\"\"},\"sha256Gas\":{\"v\":60,\"d\":\"\"},\"sha256WordGas\":{\"v\":12,\"d\":\"\"},\"ripemd160Gas\":{\"v\":600,\"d\":\"\"},\"ripemd160WordGas\":{\"v\":120,\"d\":\"\"},\"identityGas\":{\"v\":15,\"d\":\"\"},\"identityWordGas\":{\"v\":3,\"d\":\"\"},\"minerReward\":{\"v\":\"5000000000000000000\",\"d\":\"the amount a miner get rewarded for mining a block\"},\"ommerReward\":{\"v\":\"625000000000000000\",\"d\":\"The amount of wei a miner of an uncle block gets for being inculded in the blockchain\"},\"niblingReward\":{\"v\":\"156250000000000000\",\"d\":\"the amount a miner gets for inculding a uncle\"},\"homeSteadForkNumber\":{\"v\":1150000,\"d\":\"the block that the Homestead fork started at\"},\"homesteadRepriceForkNumber\":{\"v\":2463000,\"d\":\"the block that the Homestead Reprice (EIP150) fork started at\"},\"timebombPeriod\":{\"v\":100000,\"d\":\"Exponential difficulty timebomb period\"},\"freeBlockPeriod\":{\"v\":2}}");
-
-/***/ }),
-/* 546 */
-/*!*********************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/bye.png ***!
- \*********************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-eval("module.exports = \"/static/tongyonh/bye.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjU0Ni5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL2J5ZS5wbmdcIjsiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///546\n");
-
-/***/ }),
-/* 547 */
-/*!***************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/Frame3299.png ***!
- \***************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-eval("module.exports = \"/static/tongyonh/Frame3299.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjU0Ny5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL0ZyYW1lMzI5OS5wbmdcIjsiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///547\n");
-
-/***/ }),
-/* 548 */
-/*!************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/img500.png ***!
- \************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-eval("module.exports = \"/static/tongyonh/img500.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjU0OC5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL2ltZzUwMC5wbmdcIjsiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///548\n");
-
-/***/ }),
-/* 549 */
-/*!***********************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/tron1.png ***!
- \***********************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-eval("module.exports = \"/static/tongyonh/tron1.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjU0OS5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL3Ryb24xLnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///549\n");
-
-/***/ }),
-/* 550 */
-/*!****************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/tether_usd.png ***!
- \****************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-eval("module.exports = \"/static/tongyonh/tether_usd.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjU1MC5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL3RldGhlcl91c2QucG5nXCI7Il0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///550\n");
-
-/***/ }),
-/* 551 */
-/*!**********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/components/navigation/navigation.vue ***!
- \**********************************************************************************/
-/*! no static exports found */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _navigation_vue_vue_type_template_id_073adf44_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./navigation.vue?vue&type=template&id=073adf44&scoped=true& */ 552);\n/* harmony import */ var _navigation_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./navigation.vue?vue&type=script&lang=js& */ 555);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _navigation_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _navigation_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 7);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _navigation_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _navigation_vue_vue_type_template_id_073adf44_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _navigation_vue_vue_type_template_id_073adf44_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"073adf44\",\n null,\n false,\n _navigation_vue_vue_type_template_id_073adf44_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"components/navigation/navigation.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBbUk7QUFDbkk7QUFDOEQ7QUFDTDs7O0FBR3pEO0FBQ2dLO0FBQ2hLLGdCQUFnQiw2S0FBVTtBQUMxQixFQUFFLGdGQUFNO0FBQ1IsRUFBRSxpR0FBTTtBQUNSLEVBQUUsMEdBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUscUdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNTUxLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9uYXZpZ2F0aW9uLnZ1ZT92dWUmdHlwZT10ZW1wbGF0ZSZpZD0wNzNhZGY0NCZzY29wZWQ9dHJ1ZSZcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL25hdmlnYXRpb24udnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiXG5leHBvcnQgKiBmcm9tIFwiLi9uYXZpZ2F0aW9uLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9ydW50aW1lL2NvbXBvbmVudE5vcm1hbGl6ZXIuanNcIlxudmFyIGNvbXBvbmVudCA9IG5vcm1hbGl6ZXIoXG4gIHNjcmlwdCxcbiAgcmVuZGVyLFxuICBzdGF0aWNSZW5kZXJGbnMsXG4gIGZhbHNlLFxuICBudWxsLFxuICBcIjA3M2FkZjQ0XCIsXG4gIG51bGwsXG4gIGZhbHNlLFxuICBjb21wb25lbnRzLFxuICByZW5kZXJqc1xuKVxuXG5jb21wb25lbnQub3B0aW9ucy5fX2ZpbGUgPSBcImNvbXBvbmVudHMvbmF2aWdhdGlvbi9uYXZpZ2F0aW9uLnZ1ZVwiXG5leHBvcnQgZGVmYXVsdCBjb21wb25lbnQuZXhwb3J0cyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///551\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_4c0ce217_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=4c0ce217&scoped=true&mpType=page */ 555);\n/* harmony import */ var _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js&mpType=page */ 580);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_4c0ce217_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_4c0ce217_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"4c0ce217\",\n null,\n false,\n _index_vue_vue_type_template_id_4c0ce217_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/menu/token/btc/index.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBeUk7QUFDekk7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSx1R0FBTTtBQUNSLEVBQUUsZ0hBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsMkdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNTU0LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9NGMwY2UyMTcmc2NvcGVkPXRydWUmbXBUeXBlPXBhZ2VcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiXG5leHBvcnQgKiBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXHJ1bnRpbWVcXFxcY29tcG9uZW50Tm9ybWFsaXplci5qc1wiXG52YXIgY29tcG9uZW50ID0gbm9ybWFsaXplcihcbiAgc2NyaXB0LFxuICByZW5kZXIsXG4gIHN0YXRpY1JlbmRlckZucyxcbiAgZmFsc2UsXG4gIG51bGwsXG4gIFwiNGMwY2UyMTdcIixcbiAgbnVsbCxcbiAgZmFsc2UsXG4gIGNvbXBvbmVudHMsXG4gIHJlbmRlcmpzXG4pXG5cbmNvbXBvbmVudC5vcHRpb25zLl9fZmlsZSA9IFwicGFnZXMvbWVudS90b2tlbi9idGMvaW5kZXgudnVlXCJcbmV4cG9ydCBkZWZhdWx0IGNvbXBvbmVudC5leHBvcnRzIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///554\n");
/***/ }),
-/* 552 */
-/*!*****************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/components/navigation/navigation.vue?vue&type=template&id=073adf44&scoped=true& ***!
- \*****************************************************************************************************************************/
+/* 555 */
+/*!************************************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/token/btc/index.vue?vue&type=template&id=4c0ce217&scoped=true&mpType=page ***!
+ \************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
-/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_navigation_vue_vue_type_template_id_073adf44_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./navigation.vue?vue&type=template&id=073adf44&scoped=true& */ 553);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_navigation_vue_vue_type_template_id_073adf44_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_4c0ce217_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=4c0ce217&scoped=true&mpType=page */ 556);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_4c0ce217_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_navigation_vue_vue_type_template_id_073adf44_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_4c0ce217_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_navigation_vue_vue_type_template_id_073adf44_scoped_true___WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_4c0ce217_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_navigation_vue_vue_type_template_id_073adf44_scoped_true___WEBPACK_IMPORTED_MODULE_0__["components"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_4c0ce217_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
/***/ }),
-/* 553 */
-/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/components/navigation/navigation.vue?vue&type=template&id=073adf44&scoped=true& ***!
- \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
-/*! exports provided: render, staticRenderFns, recyclableRender, components */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "render", function() { return render; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return staticRenderFns; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return recyclableRender; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "components", function() { return components; });
-var components
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "view",
- { staticClass: _vm._$s(0, "sc", "nav-head"), attrs: { _i: 0 } },
- [
- _vm._t("address", null, { _i: 1 }),
- _vm._t("default", null, { _i: 2 }),
- _vm._t("bread", null, { _i: 3 }),
- _vm._t("logo", null, { _i: 4 }),
- _vm._$s(5, "i", _vm.showBack)
- ? _c("image", {
- staticClass: _vm._$s(5, "sc", "back"),
- attrs: {
- src: _vm._$s(
- 5,
- "a-src",
- __webpack_require__(/*! ../../static/tongyonh/Vector.png */ 554)
- ),
- _i: 5
- },
- on: {
- click: function($event) {
- return _vm.back()
- }
- }
- })
- : _vm._e()
- ],
- 2
- )
-}
-var recyclableRender = false
-var staticRenderFns = []
-render._withStripped = true
-
-
-
-/***/ }),
-/* 554 */
-/*!************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/Vector.png ***!
- \************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-eval("module.exports = \"/static/tongyonh/Vector.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjU1NC5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL1ZlY3Rvci5wbmdcIjsiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///554\n");
-
-/***/ }),
-/* 555 */
-/*!***********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/components/navigation/navigation.vue?vue&type=script&lang=js& ***!
- \***********************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_navigation_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./navigation.vue?vue&type=script&lang=js& */ 556);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_navigation_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_navigation_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_navigation_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_navigation_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_navigation_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQTBoQixDQUFnQixna0JBQUcsRUFBQyIsImZpbGUiOiI1NTUuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIS4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL2JhYmVsLWxvYWRlci9saWIvaW5kZXguanMhLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyL2luZGV4LmpzPz9yZWYtLTYtMSEuLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stdW5pLWFwcC1sb2FkZXIvdXNpbmctY29tcG9uZW50cy5qcyEuLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL2luZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi9uYXZpZ2F0aW9uLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIjsgZXhwb3J0IGRlZmF1bHQgbW9kOyBleHBvcnQgKiBmcm9tIFwiLSEuLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9iYWJlbC1sb2FkZXIvbGliL2luZGV4LmpzIS4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlci9pbmRleC5qcz8/cmVmLS02LTEhLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXVuaS1hcHAtbG9hZGVyL3VzaW5nLWNvbXBvbmVudHMuanMhLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9pbmRleC5qcz8/dnVlLWxvYWRlci1vcHRpb25zIS4vbmF2aWdhdGlvbi52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmXCIiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///555\n");
-
-/***/ }),
-/* 556 */
-/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/components/navigation/navigation.vue?vue&type=script&lang=js& ***!
- \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0; //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nvar COMPONENT_NAME = 'navigation';var _default2 =\n{\n name: COMPONENT_NAME,\n props: {\n showBack: {\n type: Boolean,\n default: function _default() {\n return true;\n } },\n\n bgnum: {\n type: Boolean,\n default: function _default() {\n return false;\n } } },\n\n\n data: function data() {\n return {};\n\n\n },\n computed: {},\n\n\n mounted: function mounted() {\n\n },\n methods: {\n back: function back() {\n\n\n\n\n\n\n uni.navigateBack();\n\n } } };exports.default = _default2;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vY29tcG9uZW50cy9uYXZpZ2F0aW9uL25hdmlnYXRpb24udnVlIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7O0FBV0Esa0M7QUFDQTtBQUNBLHNCQURBO0FBRUE7QUFDQTtBQUNBLG1CQURBO0FBRUEsYUFGQSxzQkFFQTtBQUNBO0FBQ0EsT0FKQSxFQURBOztBQU9BO0FBQ0EsbUJBREE7QUFFQSxhQUZBLHNCQUVBO0FBQ0E7QUFDQSxPQUpBLEVBUEEsRUFGQTs7O0FBZ0JBLE1BaEJBLGtCQWdCQTtBQUNBOzs7QUFHQSxHQXBCQTtBQXFCQSxjQXJCQTs7O0FBd0JBLFNBeEJBLHFCQXdCQTs7QUFFQSxHQTFCQTtBQTJCQTtBQUNBLFFBREEsa0JBQ0E7Ozs7Ozs7QUFPQTs7QUFFQSxLQVZBLEVBM0JBLEUiLCJmaWxlIjoiNTU2LmpzIiwic291cmNlc0NvbnRlbnQiOlsiPHRlbXBsYXRlPlxyXG5cdDx2aWV3IGNsYXNzPVwibmF2LWhlYWRcIj5cclxuXHRcdDxzbG90IG5hbWU9XCJhZGRyZXNzXCI+PC9zbG90PlxyXG5cdFx0PHNsb3Q+PC9zbG90PlxyXG5cdFx0PHNsb3QgbmFtZT1cImJyZWFkXCI+PC9zbG90PlxyXG5cdFx0PHNsb3QgbmFtZT1cImxvZ29cIj48L3Nsb3Q+XHJcblx0XHQ8aW1hZ2Ugc3JjPVwiLi4vLi4vc3RhdGljL3Rvbmd5b25oL1ZlY3Rvci5wbmdcIiBtb2RlPVwiYXNwZWN0Rml0XCIgY2xhc3M9XCJiYWNrXCIgQHRhcD1cImJhY2soKVwiIHYtaWY9XCJzaG93QmFja1wiPjwvaW1hZ2U+XHJcblx0PC92aWV3PlxyXG48L3RlbXBsYXRlPlxyXG5cclxuPHNjcmlwdD5cclxuXHRjb25zdCBDT01QT05FTlRfTkFNRSA9ICduYXZpZ2F0aW9uJ1xyXG5cdGV4cG9ydCBkZWZhdWx0IHtcclxuXHRcdG5hbWU6IENPTVBPTkVOVF9OQU1FLFxyXG5cdCAgICBwcm9wczp7XHJcblx0XHRcdHNob3dCYWNrOiB7XHJcblx0XHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0XHRkZWZhdWx0ICgpIHtcclxuXHRcdFx0XHRcdHJldHVybiB0cnVlXHJcblx0XHRcdFx0fVxyXG5cdFx0XHR9LFxyXG5cdFx0XHRiZ251bToge1xyXG5cdFx0XHRcdHR5cGU6IEJvb2xlYW4sXHJcblx0XHRcdFx0ZGVmYXVsdCAoKSB7XHJcblx0XHRcdFx0XHRyZXR1cm4gZmFsc2VcclxuXHRcdFx0XHR9XHJcblx0XHRcdH0sXHJcblx0XHR9LFxyXG5cdFx0ZGF0YSgpIHtcclxuXHRcdFx0cmV0dXJuIHtcclxuXHRcdFxyXG5cdFx0XHR9XHJcblx0XHR9LFxyXG5cdFx0Y29tcHV0ZWQ6IHtcclxuXHRcdFxyXG5cdFx0fSxcclxuXHRcdG1vdW50ZWQoKSB7XHJcblx0XHRcclxuXHRcdH0sXHJcblx0XHRtZXRob2RzOiB7XHJcblx0XHRiYWNrKCl7XHJcblxyXG5cdFx0XHRcdC8vICNpZmRlZiBINVxyXG5cdFx0XHRcdFx0aGlzdG9yeS5iYWNrKClcclxuXHRcdFx0XHQvLyAjZW5kaWZcclxuXHRcdFx0XHRcclxuXHRcdFx0XHQvLyAjaWZkZWYgQVBQLVBMVVNcdFxyXG5cdFx0XHRcdHVuaS5uYXZpZ2F0ZUJhY2soKVxyXG5cdFx0XHRcdC8vICNlbmRpZlxyXG5cdFx0XHRcdH1cdFxyXG5cdH0sXHJcblx0fVxyXG48L3NjcmlwdD5cclxuXHJcbjxzdHlsZSBzY29wZWQgbGFuZz1cInNjc3NcIj5cclxuXHJcbiAgICAuaXRlbXtcclxuICAgIFx0Zm9udC1zaXplOiAyOHJweDtcclxuICAgIFx0dGV4dC1hbGlnbjogY2VudGVyO1xyXG4gICAgXHR3aWR0aDogMjM0cnB4O1xyXG4gICAgXHRsaW5lLWhlaWdodDogNjBycHg7XHJcbiAgICB9XHJcbiAgIFxyXG5cdC5uYXYtaGVhZHtcclxuXHRcdGxpbmUtaGVpZ2h0OiA2MHJweDtcclxuXHRcdGJhY2tncm91bmQtY29sb3I6ICNmZmY7XHJcblx0XHR0ZXh0LWFsaWduOiBjZW50ZXI7XHJcblx0XHRmb250LXdlaWdodDogNzAwO1xyXG5cdFx0Zm9udC1zaXplOiAzNnJweDtcclxuXHRcdGNvbG9yOiAjMDAwO1xyXG5cdFx0cG9zaXRpb246IHJlbGF0aXZlO1xyXG5cdFx0cGFkZGluZzogMCAzNnJweDtcclxuXHRcdG1hcmdpbi10b3A6IDUwcnB4O1xyXG5cdFx0ZGlzcGxheTogZmxleDtcclxuXHRcdGp1c3RpZnktY29udGVudDogY2VudGVyO1xyXG5cdFx0ZmxleC1kaXJlY3Rpb246IHJvdy1yZXZlcnNlO1xyXG5cdFx0YWxpZ24taXRlbXM6IGNlbnRlcjtcclxuXHRcdG1hcmdpbi10b3A6IDgwcnB4O1xyXG5cdH1cclxuXHQuYmFja3tcclxuXHRcdHdpZHRoOiAxNnJweDtcclxuXHRcdGhlaWdodDogMjRycHg7XHJcblx0XHRwb3NpdGlvbjogYWJzb2x1dGU7XHJcblx0XHRsZWZ0OjM2cnB4O1xyXG5cdCAgICB0b3A6IDUwJTtcclxuXHRcdHRyYW5zZm9ybTogdHJhbnNsYXRlWSgtNTAlKTtcclxuXHR9XHJcblxyXG48L3N0eWxlPlxyXG4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///556\n");
-
-/***/ }),
-/* 557 */
-/*!****************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/token/btc/index.vue?mpType=page ***!
- \****************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_4c0ce217_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=4c0ce217&scoped=true&mpType=page */ 558);\n/* harmony import */ var _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js&mpType=page */ 583);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 7);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_4c0ce217_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_4c0ce217_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"4c0ce217\",\n null,\n false,\n _index_vue_vue_type_template_id_4c0ce217_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/menu/token/btc/index.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBeUk7QUFDekk7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ3NLO0FBQ3RLLGdCQUFnQiw2S0FBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSx1R0FBTTtBQUNSLEVBQUUsZ0hBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsMkdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNTU3LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9NGMwY2UyMTcmc2NvcGVkPXRydWUmbXBUeXBlPXBhZ2VcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiXG5leHBvcnQgKiBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9ydW50aW1lL2NvbXBvbmVudE5vcm1hbGl6ZXIuanNcIlxudmFyIGNvbXBvbmVudCA9IG5vcm1hbGl6ZXIoXG4gIHNjcmlwdCxcbiAgcmVuZGVyLFxuICBzdGF0aWNSZW5kZXJGbnMsXG4gIGZhbHNlLFxuICBudWxsLFxuICBcIjRjMGNlMjE3XCIsXG4gIG51bGwsXG4gIGZhbHNlLFxuICBjb21wb25lbnRzLFxuICByZW5kZXJqc1xuKVxuXG5jb21wb25lbnQub3B0aW9ucy5fX2ZpbGUgPSBcInBhZ2VzL21lbnUvdG9rZW4vYnRjL2luZGV4LnZ1ZVwiXG5leHBvcnQgZGVmYXVsdCBjb21wb25lbnQuZXhwb3J0cyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///557\n");
-
-/***/ }),
-/* 558 */
-/*!**********************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/token/btc/index.vue?vue&type=template&id=4c0ce217&scoped=true&mpType=page ***!
- \**********************************************************************************************************************************/
-/*! exports provided: render, staticRenderFns, recyclableRender, components */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_4c0ce217_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=4c0ce217&scoped=true&mpType=page */ 559);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_4c0ce217_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_4c0ce217_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_4c0ce217_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_4c0ce217_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
-
-
-
-/***/ }),
-/* 559 */
-/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/pages/menu/token/btc/index.vue?vue&type=template&id=4c0ce217&scoped=true&mpType=page ***!
- \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 556 */
+/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/pages/menu/token/btc/index.vue?vue&type=template&id=4c0ce217&scoped=true&mpType=page ***!
+ \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
@@ -71285,9 +68290,9 @@ __webpack_require__.r(__webpack_exports__);
var components
try {
components = {
- navigation: __webpack_require__(/*! @/components/navigation/navigation.vue */ 551).default,
- uTabs: __webpack_require__(/*! @/uview-ui/components/u-tabs/u-tabs.vue */ 560).default,
- uEmpty: __webpack_require__(/*! @/uview-ui/components/u-empty/u-empty.vue */ 570).default
+ navigation: __webpack_require__(/*! @/components/navigation/navigation.vue */ 523).default,
+ uTabs: __webpack_require__(/*! @/uview-ui/components/u-tabs/u-tabs.vue */ 557).default,
+ uEmpty: __webpack_require__(/*! @/uview-ui/components/u-empty/u-empty.vue */ 567).default
}
} catch (e) {
if (
@@ -71326,7 +68331,7 @@ var render = function() {
src: _vm._$s(
2,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/Vector.png */ 554)
+ __webpack_require__(/*! ../../../../static/tongyonh/Vector.png */ 526)
),
_i: 2
},
@@ -71401,7 +68406,7 @@ var render = function() {
src: _vm._$s(
10,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/ethereum.png */ 575)
+ __webpack_require__(/*! ../../../../static/tongyonh/ethereum.png */ 572)
),
_i: 10
}
@@ -71418,7 +68423,7 @@ var render = function() {
src: _vm._$s(
11,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/Frame28.png */ 576)
+ __webpack_require__(/*! ../../../../static/tongyonh/Frame28.png */ 573)
),
_i: 11
}
@@ -71435,7 +68440,7 @@ var render = function() {
src: _vm._$s(
12,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/tronicon.png */ 577)
+ __webpack_require__(/*! ../../../../static/tongyonh/tronicon.png */ 574)
),
_i: 12
}
@@ -71577,7 +68582,7 @@ var render = function() {
src: _vm._$s(
"27-" + $30,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/arrow-up-left.png */ 578)
+ __webpack_require__(/*! ../../../../static/tongyonh/arrow-up-left.png */ 575)
),
_i: "27-" + $30
}
@@ -71594,7 +68599,7 @@ var render = function() {
src: _vm._$s(
"28-" + $30,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/arrow-up-left_1.png */ 579)
+ __webpack_require__(/*! ../../../../static/tongyonh/arrow-up-left_1.png */ 576)
),
_i: "28-" + $30
}
@@ -71715,7 +68720,7 @@ var render = function() {
src: _vm._$s(
"37-" + $30,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/Shape.png */ 580)
+ __webpack_require__(/*! ../../../../static/tongyonh/Shape.png */ 577)
),
_i: "37-" + $30
}
@@ -71751,7 +68756,7 @@ var render = function() {
src: _vm._$s(
40,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/arrow-up-leftw.png */ 581)
+ __webpack_require__(/*! ../../../../static/tongyonh/arrow-up-leftw.png */ 578)
),
_i: 40
}
@@ -71773,7 +68778,7 @@ var render = function() {
src: _vm._$s(
42,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/arrow-up-leftp.png */ 582)
+ __webpack_require__(/*! ../../../../static/tongyonh/arrow-up-leftp.png */ 579)
),
_i: 42
}
@@ -71802,42 +68807,42 @@ render._withStripped = true
/***/ }),
-/* 560 */
-/*!***********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-tabs/u-tabs.vue ***!
- \***********************************************************************************/
+/* 557 */
+/*!*************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-tabs/u-tabs.vue ***!
+ \*************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _u_tabs_vue_vue_type_template_id_3b2b1a80_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./u-tabs.vue?vue&type=template&id=3b2b1a80&scoped=true& */ 561);\n/* harmony import */ var _u_tabs_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./u-tabs.vue?vue&type=script&lang=js& */ 568);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _u_tabs_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _u_tabs_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 7);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _u_tabs_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _u_tabs_vue_vue_type_template_id_3b2b1a80_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _u_tabs_vue_vue_type_template_id_3b2b1a80_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"3b2b1a80\",\n null,\n false,\n _u_tabs_vue_vue_type_template_id_3b2b1a80_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"uview-ui/components/u-tabs/u-tabs.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBK0g7QUFDL0g7QUFDMEQ7QUFDTDs7O0FBR3JEO0FBQ21LO0FBQ25LLGdCQUFnQiw2S0FBVTtBQUMxQixFQUFFLDRFQUFNO0FBQ1IsRUFBRSw2RkFBTTtBQUNSLEVBQUUsc0dBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsaUdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNTYwLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi91LXRhYnMudnVlP3Z1ZSZ0eXBlPXRlbXBsYXRlJmlkPTNiMmIxYTgwJnNjb3BlZD10cnVlJlwiXG52YXIgcmVuZGVyanNcbmltcG9ydCBzY3JpcHQgZnJvbSBcIi4vdS10YWJzLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuZXhwb3J0ICogZnJvbSBcIi4vdS10YWJzLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9ydW50aW1lL2NvbXBvbmVudE5vcm1hbGl6ZXIuanNcIlxudmFyIGNvbXBvbmVudCA9IG5vcm1hbGl6ZXIoXG4gIHNjcmlwdCxcbiAgcmVuZGVyLFxuICBzdGF0aWNSZW5kZXJGbnMsXG4gIGZhbHNlLFxuICBudWxsLFxuICBcIjNiMmIxYTgwXCIsXG4gIG51bGwsXG4gIGZhbHNlLFxuICBjb21wb25lbnRzLFxuICByZW5kZXJqc1xuKVxuXG5jb21wb25lbnQub3B0aW9ucy5fX2ZpbGUgPSBcInV2aWV3LXVpL2NvbXBvbmVudHMvdS10YWJzL3UtdGFicy52dWVcIlxuZXhwb3J0IGRlZmF1bHQgY29tcG9uZW50LmV4cG9ydHMiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///560\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _u_tabs_vue_vue_type_template_id_3b2b1a80_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./u-tabs.vue?vue&type=template&id=3b2b1a80&scoped=true& */ 558);\n/* harmony import */ var _u_tabs_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./u-tabs.vue?vue&type=script&lang=js& */ 565);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _u_tabs_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _u_tabs_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _u_tabs_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _u_tabs_vue_vue_type_template_id_3b2b1a80_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _u_tabs_vue_vue_type_template_id_3b2b1a80_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"3b2b1a80\",\n null,\n false,\n _u_tabs_vue_vue_type_template_id_3b2b1a80_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"uview-ui/components/u-tabs/u-tabs.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBK0g7QUFDL0g7QUFDMEQ7QUFDTDs7O0FBR3JEO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLDRFQUFNO0FBQ1IsRUFBRSw2RkFBTTtBQUNSLEVBQUUsc0dBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsaUdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNTU3LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi91LXRhYnMudnVlP3Z1ZSZ0eXBlPXRlbXBsYXRlJmlkPTNiMmIxYTgwJnNjb3BlZD10cnVlJlwiXG52YXIgcmVuZGVyanNcbmltcG9ydCBzY3JpcHQgZnJvbSBcIi4vdS10YWJzLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuZXhwb3J0ICogZnJvbSBcIi4vdS10YWJzLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXHJ1bnRpbWVcXFxcY29tcG9uZW50Tm9ybWFsaXplci5qc1wiXG52YXIgY29tcG9uZW50ID0gbm9ybWFsaXplcihcbiAgc2NyaXB0LFxuICByZW5kZXIsXG4gIHN0YXRpY1JlbmRlckZucyxcbiAgZmFsc2UsXG4gIG51bGwsXG4gIFwiM2IyYjFhODBcIixcbiAgbnVsbCxcbiAgZmFsc2UsXG4gIGNvbXBvbmVudHMsXG4gIHJlbmRlcmpzXG4pXG5cbmNvbXBvbmVudC5vcHRpb25zLl9fZmlsZSA9IFwidXZpZXctdWkvY29tcG9uZW50cy91LXRhYnMvdS10YWJzLnZ1ZVwiXG5leHBvcnQgZGVmYXVsdCBjb21wb25lbnQuZXhwb3J0cyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///557\n");
/***/ }),
-/* 561 */
-/*!******************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-tabs/u-tabs.vue?vue&type=template&id=3b2b1a80&scoped=true& ***!
- \******************************************************************************************************************************/
+/* 558 */
+/*!********************************************************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-tabs/u-tabs.vue?vue&type=template&id=3b2b1a80&scoped=true& ***!
+ \********************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
-/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_tabs_vue_vue_type_template_id_3b2b1a80_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-tabs.vue?vue&type=template&id=3b2b1a80&scoped=true& */ 562);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_tabs_vue_vue_type_template_id_3b2b1a80_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_tabs_vue_vue_type_template_id_3b2b1a80_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-tabs.vue?vue&type=template&id=3b2b1a80&scoped=true& */ 559);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_tabs_vue_vue_type_template_id_3b2b1a80_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_tabs_vue_vue_type_template_id_3b2b1a80_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_tabs_vue_vue_type_template_id_3b2b1a80_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_tabs_vue_vue_type_template_id_3b2b1a80_scoped_true___WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_tabs_vue_vue_type_template_id_3b2b1a80_scoped_true___WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_tabs_vue_vue_type_template_id_3b2b1a80_scoped_true___WEBPACK_IMPORTED_MODULE_0__["components"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_tabs_vue_vue_type_template_id_3b2b1a80_scoped_true___WEBPACK_IMPORTED_MODULE_0__["components"]; });
/***/ }),
-/* 562 */
-/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-tabs/u-tabs.vue?vue&type=template&id=3b2b1a80&scoped=true& ***!
- \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 559 */
+/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/uview-ui/components/u-tabs/u-tabs.vue?vue&type=template&id=3b2b1a80&scoped=true& ***!
+ \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
@@ -71850,7 +68855,7 @@ __webpack_require__.r(__webpack_exports__);
var components
try {
components = {
- uBadge: __webpack_require__(/*! @/uview-ui/components/u-badge/u-badge.vue */ 563).default
+ uBadge: __webpack_require__(/*! @/uview-ui/components/u-badge/u-badge.vue */ 560).default
}
} catch (e) {
if (
@@ -71973,42 +68978,42 @@ render._withStripped = true
/***/ }),
-/* 563 */
-/*!*************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-badge/u-badge.vue ***!
- \*************************************************************************************/
+/* 560 */
+/*!***************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-badge/u-badge.vue ***!
+ \***************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _u_badge_vue_vue_type_template_id_2b1712d8_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./u-badge.vue?vue&type=template&id=2b1712d8&scoped=true& */ 564);\n/* harmony import */ var _u_badge_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./u-badge.vue?vue&type=script&lang=js& */ 566);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _u_badge_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _u_badge_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 7);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _u_badge_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _u_badge_vue_vue_type_template_id_2b1712d8_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _u_badge_vue_vue_type_template_id_2b1712d8_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"2b1712d8\",\n null,\n false,\n _u_badge_vue_vue_type_template_id_2b1712d8_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"uview-ui/components/u-badge/u-badge.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBZ0k7QUFDaEk7QUFDMkQ7QUFDTDs7O0FBR3REO0FBQ21LO0FBQ25LLGdCQUFnQiw2S0FBVTtBQUMxQixFQUFFLDZFQUFNO0FBQ1IsRUFBRSw4RkFBTTtBQUNSLEVBQUUsdUdBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsa0dBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNTYzLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi91LWJhZGdlLnZ1ZT92dWUmdHlwZT10ZW1wbGF0ZSZpZD0yYjE3MTJkOCZzY29wZWQ9dHJ1ZSZcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL3UtYmFkZ2UudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiXG5leHBvcnQgKiBmcm9tIFwiLi91LWJhZGdlLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9ydW50aW1lL2NvbXBvbmVudE5vcm1hbGl6ZXIuanNcIlxudmFyIGNvbXBvbmVudCA9IG5vcm1hbGl6ZXIoXG4gIHNjcmlwdCxcbiAgcmVuZGVyLFxuICBzdGF0aWNSZW5kZXJGbnMsXG4gIGZhbHNlLFxuICBudWxsLFxuICBcIjJiMTcxMmQ4XCIsXG4gIG51bGwsXG4gIGZhbHNlLFxuICBjb21wb25lbnRzLFxuICByZW5kZXJqc1xuKVxuXG5jb21wb25lbnQub3B0aW9ucy5fX2ZpbGUgPSBcInV2aWV3LXVpL2NvbXBvbmVudHMvdS1iYWRnZS91LWJhZGdlLnZ1ZVwiXG5leHBvcnQgZGVmYXVsdCBjb21wb25lbnQuZXhwb3J0cyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///563\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _u_badge_vue_vue_type_template_id_2b1712d8_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./u-badge.vue?vue&type=template&id=2b1712d8&scoped=true& */ 561);\n/* harmony import */ var _u_badge_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./u-badge.vue?vue&type=script&lang=js& */ 563);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _u_badge_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _u_badge_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _u_badge_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _u_badge_vue_vue_type_template_id_2b1712d8_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _u_badge_vue_vue_type_template_id_2b1712d8_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"2b1712d8\",\n null,\n false,\n _u_badge_vue_vue_type_template_id_2b1712d8_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"uview-ui/components/u-badge/u-badge.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBZ0k7QUFDaEk7QUFDMkQ7QUFDTDs7O0FBR3REO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLDZFQUFNO0FBQ1IsRUFBRSw4RkFBTTtBQUNSLEVBQUUsdUdBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsa0dBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNTYwLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi91LWJhZGdlLnZ1ZT92dWUmdHlwZT10ZW1wbGF0ZSZpZD0yYjE3MTJkOCZzY29wZWQ9dHJ1ZSZcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL3UtYmFkZ2UudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiXG5leHBvcnQgKiBmcm9tIFwiLi91LWJhZGdlLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXHJ1bnRpbWVcXFxcY29tcG9uZW50Tm9ybWFsaXplci5qc1wiXG52YXIgY29tcG9uZW50ID0gbm9ybWFsaXplcihcbiAgc2NyaXB0LFxuICByZW5kZXIsXG4gIHN0YXRpY1JlbmRlckZucyxcbiAgZmFsc2UsXG4gIG51bGwsXG4gIFwiMmIxNzEyZDhcIixcbiAgbnVsbCxcbiAgZmFsc2UsXG4gIGNvbXBvbmVudHMsXG4gIHJlbmRlcmpzXG4pXG5cbmNvbXBvbmVudC5vcHRpb25zLl9fZmlsZSA9IFwidXZpZXctdWkvY29tcG9uZW50cy91LWJhZGdlL3UtYmFkZ2UudnVlXCJcbmV4cG9ydCBkZWZhdWx0IGNvbXBvbmVudC5leHBvcnRzIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///560\n");
/***/ }),
-/* 564 */
-/*!********************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-badge/u-badge.vue?vue&type=template&id=2b1712d8&scoped=true& ***!
- \********************************************************************************************************************************/
+/* 561 */
+/*!**********************************************************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-badge/u-badge.vue?vue&type=template&id=2b1712d8&scoped=true& ***!
+ \**********************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
-/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_badge_vue_vue_type_template_id_2b1712d8_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-badge.vue?vue&type=template&id=2b1712d8&scoped=true& */ 565);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_badge_vue_vue_type_template_id_2b1712d8_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_badge_vue_vue_type_template_id_2b1712d8_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-badge.vue?vue&type=template&id=2b1712d8&scoped=true& */ 562);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_badge_vue_vue_type_template_id_2b1712d8_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_badge_vue_vue_type_template_id_2b1712d8_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_badge_vue_vue_type_template_id_2b1712d8_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_badge_vue_vue_type_template_id_2b1712d8_scoped_true___WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_badge_vue_vue_type_template_id_2b1712d8_scoped_true___WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_badge_vue_vue_type_template_id_2b1712d8_scoped_true___WEBPACK_IMPORTED_MODULE_0__["components"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_badge_vue_vue_type_template_id_2b1712d8_scoped_true___WEBPACK_IMPORTED_MODULE_0__["components"]; });
/***/ }),
-/* 565 */
-/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-badge/u-badge.vue?vue&type=template&id=2b1712d8&scoped=true& ***!
- \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 562 */
+/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/uview-ui/components/u-badge/u-badge.vue?vue&type=template&id=2b1712d8&scoped=true& ***!
+ \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
@@ -72057,86 +69062,86 @@ render._withStripped = true
/***/ }),
-/* 566 */
-/*!**************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-badge/u-badge.vue?vue&type=script&lang=js& ***!
- \**************************************************************************************************************/
+/* 563 */
+/*!****************************************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-badge/u-badge.vue?vue&type=script&lang=js& ***!
+ \****************************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_badge_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-badge.vue?vue&type=script&lang=js& */ 567);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_badge_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_badge_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_badge_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_badge_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_badge_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQW1pQixDQUFnQiw2akJBQUcsRUFBQyIsImZpbGUiOiI1NjYuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL2JhYmVsLWxvYWRlci9saWIvaW5kZXguanMhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyL2luZGV4LmpzPz9yZWYtLTYtMSEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stdW5pLWFwcC1sb2FkZXIvdXNpbmctY29tcG9uZW50cy5qcyEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL2luZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi91LWJhZGdlLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIjsgZXhwb3J0IGRlZmF1bHQgbW9kOyBleHBvcnQgKiBmcm9tIFwiLSEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9iYWJlbC1sb2FkZXIvbGliL2luZGV4LmpzIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlci9pbmRleC5qcz8/cmVmLS02LTEhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXVuaS1hcHAtbG9hZGVyL3VzaW5nLWNvbXBvbmVudHMuanMhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9pbmRleC5qcz8/dnVlLWxvYWRlci1vcHRpb25zIS4vdS1iYWRnZS52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmXCIiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///566\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_badge_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-badge.vue?vue&type=script&lang=js& */ 564);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_badge_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_badge_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_badge_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_badge_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_badge_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQThsQixDQUFnQiw2bkJBQUcsRUFBQyIsImZpbGUiOiI1NjMuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL3UtYmFkZ2UudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiOyBleHBvcnQgZGVmYXVsdCBtb2Q7IGV4cG9ydCAqIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL3UtYmFkZ2UudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///563\n");
/***/ }),
-/* 567 */
-/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-badge/u-badge.vue?vue&type=script&lang=js& ***!
- \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 564 */
+/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/uview-ui/components/u-badge/u-badge.vue?vue&type=script&lang=js& ***!
+ \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0; //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n/**\n * badge 角标\n * @description 本组件一般用于展示头像的地方,如个人中心,或者评论列表页的用户头像展示等场所。\n * @tutorial https://www.uviewui.com/components/badge.html\n * @property {String Number} count 展示的数字,大于 overflowCount 时显示为 ${overflowCount}+,为0且show-zero为false时隐藏\n * @property {Boolean} is-dot 不展示数字,只有一个小点(默认false)\n * @property {Boolean} absolute 组件是否绝对定位,为true时,offset参数才有效(默认true)\n * @property {String Number} overflow-count 展示封顶的数字值(默认99)\n * @property {String} type 使用预设的背景颜色(默认error)\n * @property {Boolean} show-zero 当数值为 0 时,是否展示 Badge(默认false)\n * @property {String} size Badge的尺寸,设为mini会得到小一号的Badge(默认default)\n * @property {Array} offset 设置badge的位置偏移,格式为 [x, y],也即设置的为top和right的值,单位rpx。absolute为true时有效(默认[20, 20])\n * @property {String} color 字体颜色(默认#ffffff)\n * @property {String} bgColor 背景颜色,优先级比type高,如设置,type参数会失效\n * @property {Boolean} is-center 组件中心点是否和父组件右上角重合,优先级比offset高,如设置,offset参数会失效(默认false)\n * @example \n */var _default2 =\n{\n name: 'u-badge',\n props: {\n // primary,warning,success,error,info\n type: {\n type: String,\n default: 'error' },\n\n // default, mini\n size: {\n type: String,\n default: 'default' },\n\n //是否是圆点\n isDot: {\n type: Boolean,\n default: false },\n\n // 显示的数值内容\n count: {\n type: [Number, String] },\n\n // 展示封顶的数字值\n overflowCount: {\n type: Number,\n default: 99 },\n\n // 当数值为 0 时,是否展示 Badge\n showZero: {\n type: Boolean,\n default: false },\n\n // 位置偏移\n offset: {\n type: Array,\n default: function _default() {\n return [20, 20];\n } },\n\n // 是否开启绝对定位,开启了offset才会起作用\n absolute: {\n type: Boolean,\n default: true },\n\n // 字体大小\n fontSize: {\n type: [String, Number],\n default: '24' },\n\n // 字体演示\n color: {\n type: String,\n default: '#ffffff' },\n\n // badge的背景颜色\n bgColor: {\n type: String,\n default: '' },\n\n // 是否让badge组件的中心点和父组件右上角重合,配置的话,offset将会失效\n isCenter: {\n type: Boolean,\n default: false } },\n\n\n computed: {\n // 是否将badge中心与父组件右上角重合\n boxStyle: function boxStyle() {\n var style = {};\n if (this.isCenter) {\n style.top = 0;\n style.right = 0;\n // Y轴-50%,意味着badge向上移动了badge自身高度一半,X轴50%,意味着向右移动了自身宽度一半\n style.transform = \"translateY(-50%) translateX(50%)\";\n } else {\n style.top = this.offset[0] + 'rpx';\n style.right = this.offset[1] + 'rpx';\n style.transform = \"translateY(0) translateX(0)\";\n }\n // 如果尺寸为mini,后接上scal()\n if (this.size == 'mini') {\n style.transform = style.transform + \" scale(0.8)\";\n }\n return style;\n },\n // isDot类型时,不显示文字\n showText: function showText() {\n if (this.isDot) return '';else\n {\n if (this.count > this.overflowCount) return \"\".concat(this.overflowCount, \"+\");else\n return this.count;\n }\n },\n // 是否显示组件\n show: function show() {\n // 如果count的值为0,并且showZero设置为false,不显示组件\n if (this.count == 0 && this.showZero == false) return false;else\n return true;\n } } };exports.default = _default2;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXZpZXctdWkvY29tcG9uZW50cy91LWJhZGdlL3UtYmFkZ2UudnVlIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFtQkE7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBaUJBO0FBQ0EsaUJBREE7QUFFQTtBQUNBO0FBQ0E7QUFDQSxrQkFEQTtBQUVBLHNCQUZBLEVBRkE7O0FBTUE7QUFDQTtBQUNBLGtCQURBO0FBRUEsd0JBRkEsRUFQQTs7QUFXQTtBQUNBO0FBQ0EsbUJBREE7QUFFQSxvQkFGQSxFQVpBOztBQWdCQTtBQUNBO0FBQ0EsNEJBREEsRUFqQkE7O0FBb0JBO0FBQ0E7QUFDQSxrQkFEQTtBQUVBLGlCQUZBLEVBckJBOztBQXlCQTtBQUNBO0FBQ0EsbUJBREE7QUFFQSxvQkFGQSxFQTFCQTs7QUE4QkE7QUFDQTtBQUNBLGlCQURBO0FBRUE7QUFDQTtBQUNBLE9BSkEsRUEvQkE7O0FBcUNBO0FBQ0E7QUFDQSxtQkFEQTtBQUVBLG1CQUZBLEVBdENBOztBQTBDQTtBQUNBO0FBQ0EsNEJBREE7QUFFQSxtQkFGQSxFQTNDQTs7QUErQ0E7QUFDQTtBQUNBLGtCQURBO0FBRUEsd0JBRkEsRUFoREE7O0FBb0RBO0FBQ0E7QUFDQSxrQkFEQTtBQUVBLGlCQUZBLEVBckRBOztBQXlEQTtBQUNBO0FBQ0EsbUJBREE7QUFFQSxvQkFGQSxFQTFEQSxFQUZBOzs7QUFpRUE7QUFDQTtBQUNBLFlBRkEsc0JBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxPQUxBLE1BS0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQW5CQTtBQW9CQTtBQUNBLFlBckJBLHNCQXFCQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQTNCQTtBQTRCQTtBQUNBLFFBN0JBLGtCQTZCQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEtBakNBLEVBakVBLEUiLCJmaWxlIjoiNTY3LmpzIiwic291cmNlc0NvbnRlbnQiOlsiPHRlbXBsYXRlPlxyXG5cdDx2aWV3IHYtaWY9XCJzaG93XCIgY2xhc3M9XCJ1LWJhZGdlXCIgOmNsYXNzPVwiW1xyXG5cdFx0XHRpc0RvdCA/ICd1LWJhZGdlLWRvdCcgOiAnJywgXHJcblx0XHRcdHNpemUgPT0gJ21pbmknID8gJ3UtYmFkZ2UtbWluaScgOiAnJyxcclxuXHRcdFx0dHlwZSA/ICd1LWJhZGdlLS1iZy0tJyArIHR5cGUgOiAnJ1xyXG5cdFx0XVwiIDpzdHlsZT1cIlt7XHJcblx0XHRcdHRvcDogb2Zmc2V0WzBdICsgJ3JweCcsXHJcblx0XHRcdHJpZ2h0OiBvZmZzZXRbMV0gKyAncnB4JyxcclxuXHRcdFx0Zm9udFNpemU6IGZvbnRTaXplICsgJ3JweCcsXHJcblx0XHRcdHBvc2l0aW9uOiBhYnNvbHV0ZSA/ICdhYnNvbHV0ZScgOiAnc3RhdGljJyxcclxuXHRcdFx0Y29sb3I6IGNvbG9yLFxyXG5cdFx0XHRiYWNrZ3JvdW5kQ29sb3I6IGJnQ29sb3JcclxuXHRcdH0sIGJveFN0eWxlXVwiXHJcblx0PlxyXG5cdFx0e3tzaG93VGV4dH19XHJcblx0PC92aWV3PlxyXG48L3RlbXBsYXRlPlxyXG5cclxuPHNjcmlwdD5cclxuXHQvKipcclxuXHQgKiBiYWRnZSDop5LmoIdcclxuXHQgKiBAZGVzY3JpcHRpb24g5pys57uE5Lu25LiA6Iis55So5LqO5bGV56S65aS05YOP55qE5Zyw5pa577yM5aaC5Liq5Lq65Lit5b+D77yM5oiW6ICF6K+E6K665YiX6KGo6aG155qE55So5oi35aS05YOP5bGV56S6562J5Zy65omA44CCXHJcblx0ICogQHR1dG9yaWFsIGh0dHBzOi8vd3d3LnV2aWV3dWkuY29tL2NvbXBvbmVudHMvYmFkZ2UuaHRtbFxyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nIE51bWJlcn0gY291bnQg5bGV56S655qE5pWw5a2X77yM5aSn5LqOIG92ZXJmbG93Q291bnQg5pe25pi+56S65Li6ICR7b3ZlcmZsb3dDb3VudH0r77yM5Li6MOS4lHNob3ctemVyb+S4umZhbHNl5pe26ZqQ6JePXHJcblx0ICogQHByb3BlcnR5IHtCb29sZWFufSBpcy1kb3Qg5LiN5bGV56S65pWw5a2X77yM5Y+q5pyJ5LiA5Liq5bCP54K577yI6buY6K6kZmFsc2XvvIlcclxuXHQgKiBAcHJvcGVydHkge0Jvb2xlYW59IGFic29sdXRlIOe7hOS7tuaYr+WQpue7neWvueWumuS9je+8jOS4unRydWXml7bvvIxvZmZzZXTlj4LmlbDmiY3mnInmlYjvvIjpu5jorqR0cnVl77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmcgTnVtYmVyfSBvdmVyZmxvdy1jb3VudCDlsZXnpLrlsIHpobbnmoTmlbDlrZflgLzvvIjpu5jorqQ5Oe+8iVxyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nfSB0eXBlIOS9v+eUqOmihOiuvueahOiDjOaZr+minOiJsu+8iOm7mOiupGVycm9y77yJXHJcblx0ICogQHByb3BlcnR5IHtCb29sZWFufSBzaG93LXplcm8g5b2T5pWw5YC85Li6IDAg5pe277yM5piv5ZCm5bGV56S6IEJhZGdl77yI6buY6K6kZmFsc2XvvIlcclxuXHQgKiBAcHJvcGVydHkge1N0cmluZ30gc2l6ZSBCYWRnZeeahOWwuuWvuO+8jOiuvuS4um1pbmnkvJrlvpfliLDlsI/kuIDlj7fnmoRCYWRnZe+8iOm7mOiupGRlZmF1bHTvvIlcclxuXHQgKiBAcHJvcGVydHkge0FycmF5fSBvZmZzZXQg6K6+572uYmFkZ2XnmoTkvY3nva7lgY/np7vvvIzmoLzlvI/kuLogW3gsIHld77yM5Lmf5Y2z6K6+572u55qE5Li6dG9w5ZKMcmlnaHTnmoTlgLzvvIzljZXkvY1ycHjjgIJhYnNvbHV0ZeS4unRydWXml7bmnInmlYjvvIjpu5jorqRbMjAsIDIwXe+8iVxyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nfSBjb2xvciDlrZfkvZPpopzoibLvvIjpu5jorqQjZmZmZmZm77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmd9IGJnQ29sb3Ig6IOM5pmv6aKc6Imy77yM5LyY5YWI57qn5q+UdHlwZemrmO+8jOWmguiuvue9ru+8jHR5cGXlj4LmlbDkvJrlpLHmlYhcclxuXHQgKiBAcHJvcGVydHkge0Jvb2xlYW59IGlzLWNlbnRlciDnu4Tku7bkuK3lv4PngrnmmK/lkKblkozniLbnu4Tku7blj7PkuIrop5Lph43lkIjvvIzkvJjlhYjnuqfmr5RvZmZzZXTpq5jvvIzlpoLorr7nva7vvIxvZmZzZXTlj4LmlbDkvJrlpLHmlYjvvIjpu5jorqRmYWxzZe+8iVxyXG5cdCAqIEBleGFtcGxlIDx1LWJhZGdlIHR5cGU9XCJlcnJvclwiIGNvdW50PVwiN1wiPjwvdS1iYWRnZT5cclxuXHQgKi9cclxuXHRleHBvcnQgZGVmYXVsdCB7XHJcblx0XHRuYW1lOiAndS1iYWRnZScsXHJcblx0XHRwcm9wczoge1xyXG5cdFx0XHQvLyBwcmltYXJ5LHdhcm5pbmcsc3VjY2VzcyxlcnJvcixpbmZvXHJcblx0XHRcdHR5cGU6IHtcclxuXHRcdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdFx0ZGVmYXVsdDogJ2Vycm9yJ1xyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyBkZWZhdWx0LCBtaW5pXHJcblx0XHRcdHNpemU6IHtcclxuXHRcdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdFx0ZGVmYXVsdDogJ2RlZmF1bHQnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8v5piv5ZCm5piv5ZyG54K5XHJcblx0XHRcdGlzRG90OiB7XHJcblx0XHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0XHRkZWZhdWx0OiBmYWxzZVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDmmL7npLrnmoTmlbDlgLzlhoXlrrlcclxuXHRcdFx0Y291bnQ6IHtcclxuXHRcdFx0XHR0eXBlOiBbTnVtYmVyLCBTdHJpbmddLFxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDlsZXnpLrlsIHpobbnmoTmlbDlrZflgLxcclxuXHRcdFx0b3ZlcmZsb3dDb3VudDoge1xyXG5cdFx0XHRcdHR5cGU6IE51bWJlcixcclxuXHRcdFx0XHRkZWZhdWx0OiA5OVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDlvZPmlbDlgLzkuLogMCDml7bvvIzmmK/lkKblsZXnpLogQmFkZ2VcclxuXHRcdFx0c2hvd1plcm86IHtcclxuXHRcdFx0XHR0eXBlOiBCb29sZWFuLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IGZhbHNlXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOS9jee9ruWBj+enu1xyXG5cdFx0XHRvZmZzZXQ6IHtcclxuXHRcdFx0XHR0eXBlOiBBcnJheSxcclxuXHRcdFx0XHRkZWZhdWx0OiAoKSA9PiB7XHJcblx0XHRcdFx0XHRyZXR1cm4gWzIwLCAyMF1cclxuXHRcdFx0XHR9XHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOaYr+WQpuW8gOWQr+e7neWvueWumuS9je+8jOW8gOWQr+S6hm9mZnNldOaJjeS8mui1t+S9nOeUqFxyXG5cdFx0XHRhYnNvbHV0ZToge1xyXG5cdFx0XHRcdHR5cGU6IEJvb2xlYW4sXHJcblx0XHRcdFx0ZGVmYXVsdDogdHJ1ZVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDlrZfkvZPlpKflsI9cclxuXHRcdFx0Zm9udFNpemU6IHtcclxuXHRcdFx0XHR0eXBlOiBbU3RyaW5nLCBOdW1iZXJdLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICcyNCdcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5a2X5L2T5ryU56S6XHJcblx0XHRcdGNvbG9yOiB7XHJcblx0XHRcdFx0dHlwZTogU3RyaW5nLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICcjZmZmZmZmJ1xyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyBiYWRnZeeahOiDjOaZr+minOiJslxyXG5cdFx0XHRiZ0NvbG9yOiB7XHJcblx0XHRcdFx0dHlwZTogU3RyaW5nLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICcnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOaYr+WQpuiuqWJhZGdl57uE5Lu255qE5Lit5b+D54K55ZKM54i257uE5Lu25Y+z5LiK6KeS6YeN5ZCI77yM6YWN572u55qE6K+d77yMb2Zmc2V05bCG5Lya5aSx5pWIXHJcblx0XHRcdGlzQ2VudGVyOiB7XHJcblx0XHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0XHRkZWZhdWx0OiBmYWxzZVxyXG5cdFx0XHR9XHJcblx0XHR9LFxyXG5cdFx0Y29tcHV0ZWQ6IHtcclxuXHRcdFx0Ly8g5piv5ZCm5bCGYmFkZ2XkuK3lv4PkuI7niLbnu4Tku7blj7PkuIrop5Lph43lkIhcclxuXHRcdFx0Ym94U3R5bGUoKSB7XHJcblx0XHRcdFx0bGV0IHN0eWxlID0ge307XHJcblx0XHRcdFx0aWYodGhpcy5pc0NlbnRlcikge1xyXG5cdFx0XHRcdFx0c3R5bGUudG9wID0gMDtcclxuXHRcdFx0XHRcdHN0eWxlLnJpZ2h0ID0gMDtcclxuXHRcdFx0XHRcdC8vIFnovbQtNTAl77yM5oSP5ZGz552AYmFkZ2XlkJHkuIrnp7vliqjkuoZiYWRnZeiHqui6q+mrmOW6puS4gOWNiu+8jFjovbQ1MCXvvIzmhI/lkbPnnYDlkJHlj7Pnp7vliqjkuoboh6rouqvlrr3luqbkuIDljYpcclxuXHRcdFx0XHRcdHN0eWxlLnRyYW5zZm9ybSA9IFwidHJhbnNsYXRlWSgtNTAlKSB0cmFuc2xhdGVYKDUwJSlcIjtcclxuXHRcdFx0XHR9IGVsc2Uge1xyXG5cdFx0XHRcdFx0c3R5bGUudG9wID0gdGhpcy5vZmZzZXRbMF0gKyAncnB4JztcclxuXHRcdFx0XHRcdHN0eWxlLnJpZ2h0ID0gdGhpcy5vZmZzZXRbMV0gKyAncnB4JztcclxuXHRcdFx0XHRcdHN0eWxlLnRyYW5zZm9ybSA9IFwidHJhbnNsYXRlWSgwKSB0cmFuc2xhdGVYKDApXCI7XHJcblx0XHRcdFx0fVxyXG5cdFx0XHRcdC8vIOWmguaenOWwuuWvuOS4um1pbmnvvIzlkI7mjqXkuIpzY2FsKClcclxuXHRcdFx0XHRpZih0aGlzLnNpemUgPT0gJ21pbmknKSB7XHJcblx0XHRcdFx0XHRzdHlsZS50cmFuc2Zvcm0gPSBzdHlsZS50cmFuc2Zvcm0gKyBcIiBzY2FsZSgwLjgpXCI7XHJcblx0XHRcdFx0fVxyXG5cdFx0XHRcdHJldHVybiBzdHlsZTtcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8gaXNEb3Tnsbvlnovml7bvvIzkuI3mmL7npLrmloflrZdcclxuXHRcdFx0c2hvd1RleHQoKSB7XHJcblx0XHRcdFx0aWYodGhpcy5pc0RvdCkgcmV0dXJuICcnO1xyXG5cdFx0XHRcdGVsc2Uge1xyXG5cdFx0XHRcdFx0aWYodGhpcy5jb3VudCA+IHRoaXMub3ZlcmZsb3dDb3VudCkgcmV0dXJuIGAke3RoaXMub3ZlcmZsb3dDb3VudH0rYDtcclxuXHRcdFx0XHRcdGVsc2UgcmV0dXJuIHRoaXMuY291bnQ7XHJcblx0XHRcdFx0fVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDmmK/lkKbmmL7npLrnu4Tku7ZcclxuXHRcdFx0c2hvdygpIHtcclxuXHRcdFx0XHQvLyDlpoLmnpxjb3VudOeahOWAvOS4ujDvvIzlubbkuJRzaG93WmVyb+iuvue9ruS4umZhbHNl77yM5LiN5pi+56S657uE5Lu2XHJcblx0XHRcdFx0aWYodGhpcy5jb3VudCA9PSAwICYmIHRoaXMuc2hvd1plcm8gPT0gZmFsc2UpIHJldHVybiBmYWxzZTtcclxuXHRcdFx0XHRlbHNlIHJldHVybiB0cnVlO1xyXG5cdFx0XHR9XHJcblx0XHR9XHJcblx0fVxyXG48L3NjcmlwdD5cclxuXHJcbjxzdHlsZSBsYW5nPVwic2Nzc1wiIHNjb3BlZD5cclxuXHRAaW1wb3J0IFwiLi4vLi4vbGlicy9jc3Mvc3R5bGUuY29tcG9uZW50cy5zY3NzXCI7XHJcblx0XHJcblx0LnUtYmFkZ2Uge1xyXG5cdFx0LyogI2lmbmRlZiBBUFAtTlZVRSAqL1xyXG5cdFx0ZGlzcGxheTogaW5saW5lLWZsZXg7XHJcblx0XHQvKiAjZW5kaWYgKi9cclxuXHRcdGp1c3RpZnktY29udGVudDogY2VudGVyO1xyXG5cdFx0YWxpZ24taXRlbXM6IGNlbnRlcjtcclxuXHRcdGxpbmUtaGVpZ2h0OiAyNHJweDtcclxuXHRcdHBhZGRpbmc6IDRycHggOHJweDtcclxuXHRcdGJvcmRlci1yYWRpdXM6IDEwMHJweDtcclxuXHRcdHotaW5kZXg6IDk7XHJcblx0XHRcclxuXHRcdCYtLWJnLS1wcmltYXJ5IHtcclxuXHRcdFx0YmFja2dyb3VuZC1jb2xvcjogJHUtdHlwZS1wcmltYXJ5O1xyXG5cdFx0fVxyXG5cdFx0XHJcblx0XHQmLS1iZy0tZXJyb3Ige1xyXG5cdFx0XHRiYWNrZ3JvdW5kLWNvbG9yOiAkdS10eXBlLWVycm9yO1xyXG5cdFx0fVxyXG5cdFx0XHJcblx0XHQmLS1iZy0tc3VjY2VzcyB7XHJcblx0XHRcdGJhY2tncm91bmQtY29sb3I6ICR1LXR5cGUtc3VjY2VzcztcclxuXHRcdH1cclxuXHRcdFxyXG5cdFx0Ji0tYmctLWluZm8ge1xyXG5cdFx0XHRiYWNrZ3JvdW5kLWNvbG9yOiAkdS10eXBlLWluZm87XHJcblx0XHR9XHJcblx0XHRcclxuXHRcdCYtLWJnLS13YXJuaW5nIHtcclxuXHRcdFx0YmFja2dyb3VuZC1jb2xvcjogJHUtdHlwZS13YXJuaW5nO1xyXG5cdFx0fVxyXG5cdH1cclxuXHRcclxuXHQudS1iYWRnZS1kb3Qge1xyXG5cdFx0aGVpZ2h0OiAxNnJweDtcclxuXHRcdHdpZHRoOiAxNnJweDtcclxuXHRcdGJvcmRlci1yYWRpdXM6IDEwMHJweDtcclxuXHRcdGxpbmUtaGVpZ2h0OiAxO1xyXG5cdH1cclxuXHRcclxuXHQudS1iYWRnZS1taW5pIHtcclxuXHRcdHRyYW5zZm9ybTogc2NhbGUoMC44KTtcclxuXHRcdHRyYW5zZm9ybS1vcmlnaW46IGNlbnRlciBjZW50ZXI7XHJcblx0fVxyXG5cdFxyXG5cdC8vIC51LXByaW1hcnkge1xyXG5cdC8vIFx0YmFja2dyb3VuZDogJHUtdHlwZS1wcmltYXJ5O1xyXG5cdC8vIFx0Y29sb3I6ICNmZmY7XHJcblx0Ly8gfVxyXG5cdFxyXG5cdC8vIC51LWVycm9yIHtcclxuXHQvLyBcdGJhY2tncm91bmQ6ICR1LXR5cGUtZXJyb3I7XHJcblx0Ly8gXHRjb2xvcjogI2ZmZjtcclxuXHQvLyB9XHJcblx0XHJcblx0Ly8gLnUtd2FybmluZyB7XHJcblx0Ly8gXHRiYWNrZ3JvdW5kOiAkdS10eXBlLXdhcm5pbmc7XHJcblx0Ly8gXHRjb2xvcjogI2ZmZjtcclxuXHQvLyB9XHJcblx0XHJcblx0Ly8gLnUtc3VjY2VzcyB7XHJcblx0Ly8gXHRiYWNrZ3JvdW5kOiAkdS10eXBlLXN1Y2Nlc3M7XHJcblx0Ly8gXHRjb2xvcjogI2ZmZjtcclxuXHQvLyB9XHJcblx0XHJcblx0Ly8gLnUtYmxhY2sge1xyXG5cdC8vIFx0YmFja2dyb3VuZDogIzU4NTg1ODtcclxuXHQvLyBcdGNvbG9yOiAjZmZmO1xyXG5cdC8vIH1cclxuXHRcclxuXHQudS1pbmZvIHtcclxuXHRcdGJhY2tncm91bmQtY29sb3I6ICR1LXR5cGUtaW5mbztcclxuXHRcdGNvbG9yOiAjZmZmO1xyXG5cdH1cclxuPC9zdHlsZT4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///567\n");
+eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0; //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n/**\n * badge 角标\n * @description 本组件一般用于展示头像的地方,如个人中心,或者评论列表页的用户头像展示等场所。\n * @tutorial https://www.uviewui.com/components/badge.html\n * @property {String Number} count 展示的数字,大于 overflowCount 时显示为 ${overflowCount}+,为0且show-zero为false时隐藏\n * @property {Boolean} is-dot 不展示数字,只有一个小点(默认false)\n * @property {Boolean} absolute 组件是否绝对定位,为true时,offset参数才有效(默认true)\n * @property {String Number} overflow-count 展示封顶的数字值(默认99)\n * @property {String} type 使用预设的背景颜色(默认error)\n * @property {Boolean} show-zero 当数值为 0 时,是否展示 Badge(默认false)\n * @property {String} size Badge的尺寸,设为mini会得到小一号的Badge(默认default)\n * @property {Array} offset 设置badge的位置偏移,格式为 [x, y],也即设置的为top和right的值,单位rpx。absolute为true时有效(默认[20, 20])\n * @property {String} color 字体颜色(默认#ffffff)\n * @property {String} bgColor 背景颜色,优先级比type高,如设置,type参数会失效\n * @property {Boolean} is-center 组件中心点是否和父组件右上角重合,优先级比offset高,如设置,offset参数会失效(默认false)\n * @example \n */var _default2 =\n{\n name: 'u-badge',\n props: {\n // primary,warning,success,error,info\n type: {\n type: String,\n default: 'error' },\n\n // default, mini\n size: {\n type: String,\n default: 'default' },\n\n //是否是圆点\n isDot: {\n type: Boolean,\n default: false },\n\n // 显示的数值内容\n count: {\n type: [Number, String] },\n\n // 展示封顶的数字值\n overflowCount: {\n type: Number,\n default: 99 },\n\n // 当数值为 0 时,是否展示 Badge\n showZero: {\n type: Boolean,\n default: false },\n\n // 位置偏移\n offset: {\n type: Array,\n default: function _default() {\n return [20, 20];\n } },\n\n // 是否开启绝对定位,开启了offset才会起作用\n absolute: {\n type: Boolean,\n default: true },\n\n // 字体大小\n fontSize: {\n type: [String, Number],\n default: '24' },\n\n // 字体演示\n color: {\n type: String,\n default: '#ffffff' },\n\n // badge的背景颜色\n bgColor: {\n type: String,\n default: '' },\n\n // 是否让badge组件的中心点和父组件右上角重合,配置的话,offset将会失效\n isCenter: {\n type: Boolean,\n default: false } },\n\n\n computed: {\n // 是否将badge中心与父组件右上角重合\n boxStyle: function boxStyle() {\n var style = {};\n if (this.isCenter) {\n style.top = 0;\n style.right = 0;\n // Y轴-50%,意味着badge向上移动了badge自身高度一半,X轴50%,意味着向右移动了自身宽度一半\n style.transform = \"translateY(-50%) translateX(50%)\";\n } else {\n style.top = this.offset[0] + 'rpx';\n style.right = this.offset[1] + 'rpx';\n style.transform = \"translateY(0) translateX(0)\";\n }\n // 如果尺寸为mini,后接上scal()\n if (this.size == 'mini') {\n style.transform = style.transform + \" scale(0.8)\";\n }\n return style;\n },\n // isDot类型时,不显示文字\n showText: function showText() {\n if (this.isDot) return '';else\n {\n if (this.count > this.overflowCount) return \"\".concat(this.overflowCount, \"+\");else\n return this.count;\n }\n },\n // 是否显示组件\n show: function show() {\n // 如果count的值为0,并且showZero设置为false,不显示组件\n if (this.count == 0 && this.showZero == false) return false;else\n return true;\n } } };exports.default = _default2;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXZpZXctdWkvY29tcG9uZW50cy91LWJhZGdlL3UtYmFkZ2UudnVlIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFtQkE7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBaUJBO0FBQ0EsaUJBREE7QUFFQTtBQUNBO0FBQ0E7QUFDQSxrQkFEQTtBQUVBLHNCQUZBLEVBRkE7O0FBTUE7QUFDQTtBQUNBLGtCQURBO0FBRUEsd0JBRkEsRUFQQTs7QUFXQTtBQUNBO0FBQ0EsbUJBREE7QUFFQSxvQkFGQSxFQVpBOztBQWdCQTtBQUNBO0FBQ0EsNEJBREEsRUFqQkE7O0FBb0JBO0FBQ0E7QUFDQSxrQkFEQTtBQUVBLGlCQUZBLEVBckJBOztBQXlCQTtBQUNBO0FBQ0EsbUJBREE7QUFFQSxvQkFGQSxFQTFCQTs7QUE4QkE7QUFDQTtBQUNBLGlCQURBO0FBRUE7QUFDQTtBQUNBLE9BSkEsRUEvQkE7O0FBcUNBO0FBQ0E7QUFDQSxtQkFEQTtBQUVBLG1CQUZBLEVBdENBOztBQTBDQTtBQUNBO0FBQ0EsNEJBREE7QUFFQSxtQkFGQSxFQTNDQTs7QUErQ0E7QUFDQTtBQUNBLGtCQURBO0FBRUEsd0JBRkEsRUFoREE7O0FBb0RBO0FBQ0E7QUFDQSxrQkFEQTtBQUVBLGlCQUZBLEVBckRBOztBQXlEQTtBQUNBO0FBQ0EsbUJBREE7QUFFQSxvQkFGQSxFQTFEQSxFQUZBOzs7QUFpRUE7QUFDQTtBQUNBLFlBRkEsc0JBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxPQUxBLE1BS0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQW5CQTtBQW9CQTtBQUNBLFlBckJBLHNCQXFCQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQTNCQTtBQTRCQTtBQUNBLFFBN0JBLGtCQTZCQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEtBakNBLEVBakVBLEUiLCJmaWxlIjoiNTY0LmpzIiwic291cmNlc0NvbnRlbnQiOlsiPHRlbXBsYXRlPlxyXG5cdDx2aWV3IHYtaWY9XCJzaG93XCIgY2xhc3M9XCJ1LWJhZGdlXCIgOmNsYXNzPVwiW1xyXG5cdFx0XHRpc0RvdCA/ICd1LWJhZGdlLWRvdCcgOiAnJywgXHJcblx0XHRcdHNpemUgPT0gJ21pbmknID8gJ3UtYmFkZ2UtbWluaScgOiAnJyxcclxuXHRcdFx0dHlwZSA/ICd1LWJhZGdlLS1iZy0tJyArIHR5cGUgOiAnJ1xyXG5cdFx0XVwiIDpzdHlsZT1cIlt7XHJcblx0XHRcdHRvcDogb2Zmc2V0WzBdICsgJ3JweCcsXHJcblx0XHRcdHJpZ2h0OiBvZmZzZXRbMV0gKyAncnB4JyxcclxuXHRcdFx0Zm9udFNpemU6IGZvbnRTaXplICsgJ3JweCcsXHJcblx0XHRcdHBvc2l0aW9uOiBhYnNvbHV0ZSA/ICdhYnNvbHV0ZScgOiAnc3RhdGljJyxcclxuXHRcdFx0Y29sb3I6IGNvbG9yLFxyXG5cdFx0XHRiYWNrZ3JvdW5kQ29sb3I6IGJnQ29sb3JcclxuXHRcdH0sIGJveFN0eWxlXVwiXHJcblx0PlxyXG5cdFx0e3tzaG93VGV4dH19XHJcblx0PC92aWV3PlxyXG48L3RlbXBsYXRlPlxyXG5cclxuPHNjcmlwdD5cclxuXHQvKipcclxuXHQgKiBiYWRnZSDop5LmoIdcclxuXHQgKiBAZGVzY3JpcHRpb24g5pys57uE5Lu25LiA6Iis55So5LqO5bGV56S65aS05YOP55qE5Zyw5pa577yM5aaC5Liq5Lq65Lit5b+D77yM5oiW6ICF6K+E6K665YiX6KGo6aG155qE55So5oi35aS05YOP5bGV56S6562J5Zy65omA44CCXHJcblx0ICogQHR1dG9yaWFsIGh0dHBzOi8vd3d3LnV2aWV3dWkuY29tL2NvbXBvbmVudHMvYmFkZ2UuaHRtbFxyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nIE51bWJlcn0gY291bnQg5bGV56S655qE5pWw5a2X77yM5aSn5LqOIG92ZXJmbG93Q291bnQg5pe25pi+56S65Li6ICR7b3ZlcmZsb3dDb3VudH0r77yM5Li6MOS4lHNob3ctemVyb+S4umZhbHNl5pe26ZqQ6JePXHJcblx0ICogQHByb3BlcnR5IHtCb29sZWFufSBpcy1kb3Qg5LiN5bGV56S65pWw5a2X77yM5Y+q5pyJ5LiA5Liq5bCP54K577yI6buY6K6kZmFsc2XvvIlcclxuXHQgKiBAcHJvcGVydHkge0Jvb2xlYW59IGFic29sdXRlIOe7hOS7tuaYr+WQpue7neWvueWumuS9je+8jOS4unRydWXml7bvvIxvZmZzZXTlj4LmlbDmiY3mnInmlYjvvIjpu5jorqR0cnVl77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmcgTnVtYmVyfSBvdmVyZmxvdy1jb3VudCDlsZXnpLrlsIHpobbnmoTmlbDlrZflgLzvvIjpu5jorqQ5Oe+8iVxyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nfSB0eXBlIOS9v+eUqOmihOiuvueahOiDjOaZr+minOiJsu+8iOm7mOiupGVycm9y77yJXHJcblx0ICogQHByb3BlcnR5IHtCb29sZWFufSBzaG93LXplcm8g5b2T5pWw5YC85Li6IDAg5pe277yM5piv5ZCm5bGV56S6IEJhZGdl77yI6buY6K6kZmFsc2XvvIlcclxuXHQgKiBAcHJvcGVydHkge1N0cmluZ30gc2l6ZSBCYWRnZeeahOWwuuWvuO+8jOiuvuS4um1pbmnkvJrlvpfliLDlsI/kuIDlj7fnmoRCYWRnZe+8iOm7mOiupGRlZmF1bHTvvIlcclxuXHQgKiBAcHJvcGVydHkge0FycmF5fSBvZmZzZXQg6K6+572uYmFkZ2XnmoTkvY3nva7lgY/np7vvvIzmoLzlvI/kuLogW3gsIHld77yM5Lmf5Y2z6K6+572u55qE5Li6dG9w5ZKMcmlnaHTnmoTlgLzvvIzljZXkvY1ycHjjgIJhYnNvbHV0ZeS4unRydWXml7bmnInmlYjvvIjpu5jorqRbMjAsIDIwXe+8iVxyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nfSBjb2xvciDlrZfkvZPpopzoibLvvIjpu5jorqQjZmZmZmZm77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmd9IGJnQ29sb3Ig6IOM5pmv6aKc6Imy77yM5LyY5YWI57qn5q+UdHlwZemrmO+8jOWmguiuvue9ru+8jHR5cGXlj4LmlbDkvJrlpLHmlYhcclxuXHQgKiBAcHJvcGVydHkge0Jvb2xlYW59IGlzLWNlbnRlciDnu4Tku7bkuK3lv4PngrnmmK/lkKblkozniLbnu4Tku7blj7PkuIrop5Lph43lkIjvvIzkvJjlhYjnuqfmr5RvZmZzZXTpq5jvvIzlpoLorr7nva7vvIxvZmZzZXTlj4LmlbDkvJrlpLHmlYjvvIjpu5jorqRmYWxzZe+8iVxyXG5cdCAqIEBleGFtcGxlIDx1LWJhZGdlIHR5cGU9XCJlcnJvclwiIGNvdW50PVwiN1wiPjwvdS1iYWRnZT5cclxuXHQgKi9cclxuXHRleHBvcnQgZGVmYXVsdCB7XHJcblx0XHRuYW1lOiAndS1iYWRnZScsXHJcblx0XHRwcm9wczoge1xyXG5cdFx0XHQvLyBwcmltYXJ5LHdhcm5pbmcsc3VjY2VzcyxlcnJvcixpbmZvXHJcblx0XHRcdHR5cGU6IHtcclxuXHRcdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdFx0ZGVmYXVsdDogJ2Vycm9yJ1xyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyBkZWZhdWx0LCBtaW5pXHJcblx0XHRcdHNpemU6IHtcclxuXHRcdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdFx0ZGVmYXVsdDogJ2RlZmF1bHQnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8v5piv5ZCm5piv5ZyG54K5XHJcblx0XHRcdGlzRG90OiB7XHJcblx0XHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0XHRkZWZhdWx0OiBmYWxzZVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDmmL7npLrnmoTmlbDlgLzlhoXlrrlcclxuXHRcdFx0Y291bnQ6IHtcclxuXHRcdFx0XHR0eXBlOiBbTnVtYmVyLCBTdHJpbmddLFxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDlsZXnpLrlsIHpobbnmoTmlbDlrZflgLxcclxuXHRcdFx0b3ZlcmZsb3dDb3VudDoge1xyXG5cdFx0XHRcdHR5cGU6IE51bWJlcixcclxuXHRcdFx0XHRkZWZhdWx0OiA5OVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDlvZPmlbDlgLzkuLogMCDml7bvvIzmmK/lkKblsZXnpLogQmFkZ2VcclxuXHRcdFx0c2hvd1plcm86IHtcclxuXHRcdFx0XHR0eXBlOiBCb29sZWFuLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IGZhbHNlXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOS9jee9ruWBj+enu1xyXG5cdFx0XHRvZmZzZXQ6IHtcclxuXHRcdFx0XHR0eXBlOiBBcnJheSxcclxuXHRcdFx0XHRkZWZhdWx0OiAoKSA9PiB7XHJcblx0XHRcdFx0XHRyZXR1cm4gWzIwLCAyMF1cclxuXHRcdFx0XHR9XHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOaYr+WQpuW8gOWQr+e7neWvueWumuS9je+8jOW8gOWQr+S6hm9mZnNldOaJjeS8mui1t+S9nOeUqFxyXG5cdFx0XHRhYnNvbHV0ZToge1xyXG5cdFx0XHRcdHR5cGU6IEJvb2xlYW4sXHJcblx0XHRcdFx0ZGVmYXVsdDogdHJ1ZVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDlrZfkvZPlpKflsI9cclxuXHRcdFx0Zm9udFNpemU6IHtcclxuXHRcdFx0XHR0eXBlOiBbU3RyaW5nLCBOdW1iZXJdLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICcyNCdcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5a2X5L2T5ryU56S6XHJcblx0XHRcdGNvbG9yOiB7XHJcblx0XHRcdFx0dHlwZTogU3RyaW5nLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICcjZmZmZmZmJ1xyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyBiYWRnZeeahOiDjOaZr+minOiJslxyXG5cdFx0XHRiZ0NvbG9yOiB7XHJcblx0XHRcdFx0dHlwZTogU3RyaW5nLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICcnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOaYr+WQpuiuqWJhZGdl57uE5Lu255qE5Lit5b+D54K55ZKM54i257uE5Lu25Y+z5LiK6KeS6YeN5ZCI77yM6YWN572u55qE6K+d77yMb2Zmc2V05bCG5Lya5aSx5pWIXHJcblx0XHRcdGlzQ2VudGVyOiB7XHJcblx0XHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0XHRkZWZhdWx0OiBmYWxzZVxyXG5cdFx0XHR9XHJcblx0XHR9LFxyXG5cdFx0Y29tcHV0ZWQ6IHtcclxuXHRcdFx0Ly8g5piv5ZCm5bCGYmFkZ2XkuK3lv4PkuI7niLbnu4Tku7blj7PkuIrop5Lph43lkIhcclxuXHRcdFx0Ym94U3R5bGUoKSB7XHJcblx0XHRcdFx0bGV0IHN0eWxlID0ge307XHJcblx0XHRcdFx0aWYodGhpcy5pc0NlbnRlcikge1xyXG5cdFx0XHRcdFx0c3R5bGUudG9wID0gMDtcclxuXHRcdFx0XHRcdHN0eWxlLnJpZ2h0ID0gMDtcclxuXHRcdFx0XHRcdC8vIFnovbQtNTAl77yM5oSP5ZGz552AYmFkZ2XlkJHkuIrnp7vliqjkuoZiYWRnZeiHqui6q+mrmOW6puS4gOWNiu+8jFjovbQ1MCXvvIzmhI/lkbPnnYDlkJHlj7Pnp7vliqjkuoboh6rouqvlrr3luqbkuIDljYpcclxuXHRcdFx0XHRcdHN0eWxlLnRyYW5zZm9ybSA9IFwidHJhbnNsYXRlWSgtNTAlKSB0cmFuc2xhdGVYKDUwJSlcIjtcclxuXHRcdFx0XHR9IGVsc2Uge1xyXG5cdFx0XHRcdFx0c3R5bGUudG9wID0gdGhpcy5vZmZzZXRbMF0gKyAncnB4JztcclxuXHRcdFx0XHRcdHN0eWxlLnJpZ2h0ID0gdGhpcy5vZmZzZXRbMV0gKyAncnB4JztcclxuXHRcdFx0XHRcdHN0eWxlLnRyYW5zZm9ybSA9IFwidHJhbnNsYXRlWSgwKSB0cmFuc2xhdGVYKDApXCI7XHJcblx0XHRcdFx0fVxyXG5cdFx0XHRcdC8vIOWmguaenOWwuuWvuOS4um1pbmnvvIzlkI7mjqXkuIpzY2FsKClcclxuXHRcdFx0XHRpZih0aGlzLnNpemUgPT0gJ21pbmknKSB7XHJcblx0XHRcdFx0XHRzdHlsZS50cmFuc2Zvcm0gPSBzdHlsZS50cmFuc2Zvcm0gKyBcIiBzY2FsZSgwLjgpXCI7XHJcblx0XHRcdFx0fVxyXG5cdFx0XHRcdHJldHVybiBzdHlsZTtcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8gaXNEb3Tnsbvlnovml7bvvIzkuI3mmL7npLrmloflrZdcclxuXHRcdFx0c2hvd1RleHQoKSB7XHJcblx0XHRcdFx0aWYodGhpcy5pc0RvdCkgcmV0dXJuICcnO1xyXG5cdFx0XHRcdGVsc2Uge1xyXG5cdFx0XHRcdFx0aWYodGhpcy5jb3VudCA+IHRoaXMub3ZlcmZsb3dDb3VudCkgcmV0dXJuIGAke3RoaXMub3ZlcmZsb3dDb3VudH0rYDtcclxuXHRcdFx0XHRcdGVsc2UgcmV0dXJuIHRoaXMuY291bnQ7XHJcblx0XHRcdFx0fVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDmmK/lkKbmmL7npLrnu4Tku7ZcclxuXHRcdFx0c2hvdygpIHtcclxuXHRcdFx0XHQvLyDlpoLmnpxjb3VudOeahOWAvOS4ujDvvIzlubbkuJRzaG93WmVyb+iuvue9ruS4umZhbHNl77yM5LiN5pi+56S657uE5Lu2XHJcblx0XHRcdFx0aWYodGhpcy5jb3VudCA9PSAwICYmIHRoaXMuc2hvd1plcm8gPT0gZmFsc2UpIHJldHVybiBmYWxzZTtcclxuXHRcdFx0XHRlbHNlIHJldHVybiB0cnVlO1xyXG5cdFx0XHR9XHJcblx0XHR9XHJcblx0fVxyXG48L3NjcmlwdD5cclxuXHJcbjxzdHlsZSBsYW5nPVwic2Nzc1wiIHNjb3BlZD5cclxuXHRAaW1wb3J0IFwiLi4vLi4vbGlicy9jc3Mvc3R5bGUuY29tcG9uZW50cy5zY3NzXCI7XHJcblx0XHJcblx0LnUtYmFkZ2Uge1xyXG5cdFx0LyogI2lmbmRlZiBBUFAtTlZVRSAqL1xyXG5cdFx0ZGlzcGxheTogaW5saW5lLWZsZXg7XHJcblx0XHQvKiAjZW5kaWYgKi9cclxuXHRcdGp1c3RpZnktY29udGVudDogY2VudGVyO1xyXG5cdFx0YWxpZ24taXRlbXM6IGNlbnRlcjtcclxuXHRcdGxpbmUtaGVpZ2h0OiAyNHJweDtcclxuXHRcdHBhZGRpbmc6IDRycHggOHJweDtcclxuXHRcdGJvcmRlci1yYWRpdXM6IDEwMHJweDtcclxuXHRcdHotaW5kZXg6IDk7XHJcblx0XHRcclxuXHRcdCYtLWJnLS1wcmltYXJ5IHtcclxuXHRcdFx0YmFja2dyb3VuZC1jb2xvcjogJHUtdHlwZS1wcmltYXJ5O1xyXG5cdFx0fVxyXG5cdFx0XHJcblx0XHQmLS1iZy0tZXJyb3Ige1xyXG5cdFx0XHRiYWNrZ3JvdW5kLWNvbG9yOiAkdS10eXBlLWVycm9yO1xyXG5cdFx0fVxyXG5cdFx0XHJcblx0XHQmLS1iZy0tc3VjY2VzcyB7XHJcblx0XHRcdGJhY2tncm91bmQtY29sb3I6ICR1LXR5cGUtc3VjY2VzcztcclxuXHRcdH1cclxuXHRcdFxyXG5cdFx0Ji0tYmctLWluZm8ge1xyXG5cdFx0XHRiYWNrZ3JvdW5kLWNvbG9yOiAkdS10eXBlLWluZm87XHJcblx0XHR9XHJcblx0XHRcclxuXHRcdCYtLWJnLS13YXJuaW5nIHtcclxuXHRcdFx0YmFja2dyb3VuZC1jb2xvcjogJHUtdHlwZS13YXJuaW5nO1xyXG5cdFx0fVxyXG5cdH1cclxuXHRcclxuXHQudS1iYWRnZS1kb3Qge1xyXG5cdFx0aGVpZ2h0OiAxNnJweDtcclxuXHRcdHdpZHRoOiAxNnJweDtcclxuXHRcdGJvcmRlci1yYWRpdXM6IDEwMHJweDtcclxuXHRcdGxpbmUtaGVpZ2h0OiAxO1xyXG5cdH1cclxuXHRcclxuXHQudS1iYWRnZS1taW5pIHtcclxuXHRcdHRyYW5zZm9ybTogc2NhbGUoMC44KTtcclxuXHRcdHRyYW5zZm9ybS1vcmlnaW46IGNlbnRlciBjZW50ZXI7XHJcblx0fVxyXG5cdFxyXG5cdC8vIC51LXByaW1hcnkge1xyXG5cdC8vIFx0YmFja2dyb3VuZDogJHUtdHlwZS1wcmltYXJ5O1xyXG5cdC8vIFx0Y29sb3I6ICNmZmY7XHJcblx0Ly8gfVxyXG5cdFxyXG5cdC8vIC51LWVycm9yIHtcclxuXHQvLyBcdGJhY2tncm91bmQ6ICR1LXR5cGUtZXJyb3I7XHJcblx0Ly8gXHRjb2xvcjogI2ZmZjtcclxuXHQvLyB9XHJcblx0XHJcblx0Ly8gLnUtd2FybmluZyB7XHJcblx0Ly8gXHRiYWNrZ3JvdW5kOiAkdS10eXBlLXdhcm5pbmc7XHJcblx0Ly8gXHRjb2xvcjogI2ZmZjtcclxuXHQvLyB9XHJcblx0XHJcblx0Ly8gLnUtc3VjY2VzcyB7XHJcblx0Ly8gXHRiYWNrZ3JvdW5kOiAkdS10eXBlLXN1Y2Nlc3M7XHJcblx0Ly8gXHRjb2xvcjogI2ZmZjtcclxuXHQvLyB9XHJcblx0XHJcblx0Ly8gLnUtYmxhY2sge1xyXG5cdC8vIFx0YmFja2dyb3VuZDogIzU4NTg1ODtcclxuXHQvLyBcdGNvbG9yOiAjZmZmO1xyXG5cdC8vIH1cclxuXHRcclxuXHQudS1pbmZvIHtcclxuXHRcdGJhY2tncm91bmQtY29sb3I6ICR1LXR5cGUtaW5mbztcclxuXHRcdGNvbG9yOiAjZmZmO1xyXG5cdH1cclxuPC9zdHlsZT4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///564\n");
/***/ }),
-/* 568 */
-/*!************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-tabs/u-tabs.vue?vue&type=script&lang=js& ***!
- \************************************************************************************************************/
+/* 565 */
+/*!**************************************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-tabs/u-tabs.vue?vue&type=script&lang=js& ***!
+ \**************************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_tabs_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-tabs.vue?vue&type=script&lang=js& */ 569);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_tabs_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_tabs_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_tabs_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_tabs_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_tabs_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQWtpQixDQUFnQiw0akJBQUcsRUFBQyIsImZpbGUiOiI1NjguanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL2JhYmVsLWxvYWRlci9saWIvaW5kZXguanMhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyL2luZGV4LmpzPz9yZWYtLTYtMSEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stdW5pLWFwcC1sb2FkZXIvdXNpbmctY29tcG9uZW50cy5qcyEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL2luZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi91LXRhYnMudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiOyBleHBvcnQgZGVmYXVsdCBtb2Q7IGV4cG9ydCAqIGZyb20gXCItIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL2JhYmVsLWxvYWRlci9saWIvaW5kZXguanMhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyL2luZGV4LmpzPz9yZWYtLTYtMSEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stdW5pLWFwcC1sb2FkZXIvdXNpbmctY29tcG9uZW50cy5qcyEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL2luZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi91LXRhYnMudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///568\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_tabs_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-tabs.vue?vue&type=script&lang=js& */ 566);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_tabs_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_tabs_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_tabs_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_tabs_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_tabs_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQTZsQixDQUFnQiw0bkJBQUcsRUFBQyIsImZpbGUiOiI1NjUuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL3UtdGFicy52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmXCI7IGV4cG9ydCBkZWZhdWx0IG1vZDsgZXhwb3J0ICogZnJvbSBcIi0hQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxiYWJlbC1sb2FkZXJcXFxcbGliXFxcXGluZGV4LmpzIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcQGRjbG91ZGlvXFxcXHZ1ZS1jbGktcGx1Z2luLXVuaVxcXFxwYWNrYWdlc1xcXFx3ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyXFxcXGluZGV4LmpzPz9yZWYtLTYtMSFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay11bmktYXBwLWxvYWRlclxcXFx1c2luZy1jb21wb25lbnRzLmpzIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcQGRjbG91ZGlvXFxcXHZ1ZS1jbGktcGx1Z2luLXVuaVxcXFxwYWNrYWdlc1xcXFx2dWUtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcz8/dnVlLWxvYWRlci1vcHRpb25zIS4vdS10YWJzLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///565\n");
/***/ }),
-/* 569 */
-/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-tabs/u-tabs.vue?vue&type=script&lang=js& ***!
- \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 566 */
+/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/uview-ui/components/u-tabs/u-tabs.vue?vue&type=script&lang=js& ***!
+ \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 49));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {try {var info = gen[key](arg);var value = info.value;} catch (error) {reject(error);return;}if (info.done) {resolve(value);} else {Promise.resolve(value).then(_next, _throw);}}function _asyncToGenerator(fn) {return function () {var self = this,args = arguments;return new Promise(function (resolve, reject) {var gen = fn.apply(self, args);function _next(value) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"next\", value);}function _throw(err) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"throw\", err);}_next(undefined);});};} //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n/**\n * tabs 标签\n * @description 该组件,是一个tabs标签组件,在标签多的时候,可以配置为左右滑动,标签少的时候,可以禁止滑动。 该组件的一个特点是配置为滚动模式时,激活的tab会自动移动到组件的中间位置。\n * @tutorial https://www.uviewui.com/components/tabs.html\n * @property {Boolean} is-scroll tabs是否可以左右拖动(默认true)\n * @property {Array} list 标签数组,元素为对象,如[{name: '推荐'}]\n * @property {String Number} current 指定哪个tab为激活状态(默认0)\n * @property {String Number} height 导航栏的高度,单位rpx(默认80)\n * @property {String Number} font-size tab文字大小,单位rpx(默认30)\n * @property {String Number} duration 滑块移动一次所需的时间,单位秒(默认0.5)\n * @property {String} active-color 滑块和激活tab文字的颜色(默认#2979ff)\n * @property {String} inactive-color tabs文字颜色(默认#303133)\n * @property {String Number} bar-width 滑块宽度,单位rpx(默认40)\n * @property {Object} active-item-style 活动tabs item的样式,对象形式\n * @property {Object} bar-style 底部滑块的样式,对象形式\n * @property {Boolean} show-bar 是否显示底部的滑块(默认true)\n * @property {String Number} bar-height 滑块高度,单位rpx(默认6)\n * @property {String Number} item-width 标签的宽度(默认auto)\n * @property {String Number} gutter 单个tab标签的左右内边距之和,单位rpx(默认40)\n * @property {String} bg-color tabs导航栏的背景颜色(默认#ffffff)\n * @property {String} name 组件内部读取的list参数中的属性名(tab名称),见官网说明(默认name)\n * @property {String} count 组件内部读取的list参数中的属性名(badge徽标数),同name属性的使用,见官网说明(默认count)\n * @property {Array} offset 设置badge徽标数的位置偏移,格式为 [x, y],也即设置的为top和right的值,单位rpx(默认[5, 20])\n * @property {Boolean} bold 激活选项的字体是否加粗(默认true)\n * @event {Function} change 点击标签时触发\n * @example \n */var _default2 =\n{\n name: \"u-tabs\",\n props: {\n // 导航菜单是否需要滚动,如只有2或者3个的时候,就不需要滚动了,此时使用flex平分tab的宽度\n isScroll: {\n type: Boolean,\n default: true },\n\n //需循环的标签列表\n list: {\n type: Array,\n default: function _default() {\n return [];\n } },\n\n // 当前活动tab的索引\n current: {\n type: [Number, String],\n default: 0 },\n\n // 导航栏的高度和行高\n height: {\n type: [String, Number],\n default: 80 },\n\n // 字体大小\n fontSize: {\n type: [String, Number],\n default: 30 },\n\n // 过渡动画时长, 单位ms\n duration: {\n type: [String, Number],\n default: 0.5 },\n\n // 选中项的主题颜色\n activeColor: {\n type: String,\n default: '#2979ff' },\n\n // 未选中项的颜色\n inactiveColor: {\n type: String,\n default: '#303133' },\n\n // 菜单底部移动的bar的宽度,单位rpx\n barWidth: {\n type: [String, Number],\n default: 40 },\n\n // 移动bar的高度\n barHeight: {\n type: [String, Number],\n default: 6 },\n\n // 单个tab的左或有内边距(左右相同)\n gutter: {\n type: [String, Number],\n default: 30 },\n\n // 导航栏的背景颜色\n bgColor: {\n type: String,\n default: '#ffffff' },\n\n // 读取传入的数组对象的属性(tab名称)\n name: {\n type: String,\n default: 'name' },\n\n // 读取传入的数组对象的属性(徽标数)\n count: {\n type: String,\n default: 'count' },\n\n // 徽标数位置偏移\n offset: {\n type: Array,\n default: function _default() {\n return [5, 20];\n } },\n\n // 活动tab字体是否加粗\n bold: {\n type: Boolean,\n default: true },\n\n // 当前活动tab item的样式\n activeItemStyle: {\n type: Object,\n default: function _default() {\n return {};\n } },\n\n // 是否显示底部的滑块\n showBar: {\n type: Boolean,\n default: true },\n\n // 底部滑块的自定义样式\n barStyle: {\n type: Object,\n default: function _default() {\n return {};\n } },\n\n // 标签的宽度\n itemWidth: {\n type: [Number, String],\n default: 'auto' } },\n\n\n data: function data() {\n return {\n scrollLeft: 0, // 滚动scroll-view的左边滚动距离\n tabQueryInfo: [], // 存放对tab菜单查询后的节点信息\n componentWidth: 0, // 屏幕宽度,单位为px\n scrollBarLeft: 0, // 移动bar需要通过translateX()移动的距离\n parentLeft: 0, // 父元素(tabs组件)到屏幕左边的距离\n id: this.$u.guid(), // id值\n currentIndex: this.current,\n barFirstTimeMove: true // 滑块第一次移动时(页面刚生成时),无需动画,否则给人怪异的感觉\n };\n },\n watch: {\n // 监听tab的变化,重新计算tab菜单的布局信息,因为实际使用中菜单可能是通过\n // 后台获取的(如新闻app顶部的菜单),获取返回需要一定时间,所以list变化时,重新获取布局信息\n list: function list(n, o) {var _this = this;\n // list变动时,重制内部索引,否则可能导致超出数组边界的情况\n if (n.length !== o.length) this.currentIndex = 0;\n // 用$nextTick等待视图更新完毕后再计算tab的局部信息,否则可能因为tab还没生成就获取,就会有问题\n this.$nextTick(function () {\n _this.init();\n });\n },\n current: {\n immediate: true,\n handler: function handler(nVal, oVal) {var _this2 = this;\n // 视图更新后再执行移动操作\n this.$nextTick(function () {\n _this2.currentIndex = nVal;\n _this2.scrollByIndex();\n });\n } } },\n\n\n computed: {\n // 移动bar的样式\n tabBarStyle: function tabBarStyle() {\n var style = {\n width: this.barWidth + 'rpx',\n transform: \"translate(\".concat(this.scrollBarLeft, \"px, -100%)\"),\n // 滑块在页面渲染后第一次滑动时,无需动画效果\n 'transition-duration': \"\".concat(this.barFirstTimeMove ? 0 : this.duration, \"s\"),\n 'background-color': this.activeColor,\n height: this.barHeight + 'rpx',\n opacity: this.barFirstTimeMove ? 0 : 1,\n // 设置一个很大的值,它会自动取能用的最大值,不用高度的一半,是因为高度可能是单数,会有小数出现\n 'border-radius': \"\".concat(this.barHeight / 2, \"px\") };\n\n Object.assign(style, this.barStyle);\n return style;\n },\n // tab的样式\n tabItemStyle: function tabItemStyle() {var _this3 = this;\n return function (index) {\n var style = {\n height: _this3.height + 'rpx',\n 'line-height': _this3.height + 'rpx',\n 'font-size': _this3.fontSize + 'rpx',\n 'transition-duration': \"\".concat(_this3.duration, \"s\"),\n padding: _this3.isScroll ? \"0 \".concat(_this3.gutter, \"rpx\") : '',\n flex: _this3.isScroll ? 'auto' : '1',\n width: _this3.$u.addUnit(_this3.itemWidth) };\n\n // 字体加粗\n if (index == _this3.currentIndex && _this3.bold) style.fontWeight = 'bold';\n if (index == _this3.currentIndex) {\n style.color = _this3.activeColor;\n // 给选中的tab item添加外部自定义的样式\n style = Object.assign(style, _this3.activeItemStyle);\n } else {\n style.color = _this3.inactiveColor;\n }\n return style;\n };\n } },\n\n methods: {\n // 设置一个init方法,方便多处调用\n init: function init() {var _this4 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee() {var tabRect;return _regenerator.default.wrap(function _callee$(_context) {while (1) {switch (_context.prev = _context.next) {case 0:_context.next = 2;return (\n\n _this4.$uGetRect('#' + _this4.id));case 2:tabRect = _context.sent;\n // tabs组件距离屏幕左边的宽度\n _this4.parentLeft = tabRect.left;\n // tabs组件的宽度\n _this4.componentWidth = tabRect.width;\n _this4.getTabRect();case 6:case \"end\":return _context.stop();}}}, _callee);}))();\n },\n // 点击某一个tab菜单\n clickTab: function clickTab(index) {\n // 点击当前活动tab,不触发事件\n if (index == this.currentIndex) return;\n // 发送事件给父组件\n this.$emit('change', index);\n },\n // 查询tab的布局信息\n getTabRect: function getTabRect() {\n // 创建节点查询\n var query = uni.createSelectorQuery().in(this);\n // 历遍所有tab,这里是执行了查询,最终使用exec()会一次性返回查询的数组结果\n for (var i = 0; i < this.list.length; i++) {\n // 只要size和rect两个参数\n query.select(\"#u-tab-item-\".concat(i)).fields({\n size: true,\n rect: true });\n\n }\n // 执行查询,一次性获取多个结果\n query.exec(\n function (res) {\n this.tabQueryInfo = res;\n // 初始化滚动条和移动bar的位置\n this.scrollByIndex();\n }.bind(this));\n\n },\n // 滚动scroll-view,让活动的tab处于屏幕的中间位置\n scrollByIndex: function scrollByIndex() {var _this5 = this;\n // 当前活动tab的布局信息,有tab菜单的width和left(为元素左边界到父元素左边界的距离)等信息\n var tabInfo = this.tabQueryInfo[this.currentIndex];\n if (!tabInfo) return;\n // 活动tab的宽度\n var tabWidth = tabInfo.width;\n // 活动item的左边到tabs组件左边的距离,用item的left减去tabs的left\n var offsetLeft = tabInfo.left - this.parentLeft;\n // 将活动的tabs-item移动到屏幕正中间,实际上是对scroll-view的移动\n var scrollLeft = offsetLeft - (this.componentWidth - tabWidth) / 2;\n this.scrollLeft = scrollLeft < 0 ? 0 : scrollLeft;\n // 当前活动item的中点点到左边的距离减去滑块宽度的一半,即可得到滑块所需的移动距离\n var left = tabInfo.left + tabInfo.width / 2 - this.parentLeft;\n // 计算当前活跃item到组件左边的距离\n this.scrollBarLeft = left - uni.upx2px(this.barWidth) / 2;\n // 第一次移动滑块的时候,barFirstTimeMove为true,放到延时中将其设置false\n // 延时是因为scrollBarLeft作用于computed计算时,需要一个过程需,否则导致出错\n if (this.barFirstTimeMove == true) {\n setTimeout(function () {\n _this5.barFirstTimeMove = false;\n }, 100);\n }\n } },\n\n mounted: function mounted() {\n this.init();\n } };exports.default = _default2;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXZpZXctdWkvY29tcG9uZW50cy91LXRhYnMvdS10YWJzLnZ1ZSJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFxQkE7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQTJCQTtBQUNBLGdCQURBO0FBRUE7QUFDQTtBQUNBO0FBQ0EsbUJBREE7QUFFQSxtQkFGQSxFQUZBOztBQU1BO0FBQ0E7QUFDQSxpQkFEQTtBQUVBLGFBRkEsc0JBRUE7QUFDQTtBQUNBLE9BSkEsRUFQQTs7QUFhQTtBQUNBO0FBQ0EsNEJBREE7QUFFQSxnQkFGQSxFQWRBOztBQWtCQTtBQUNBO0FBQ0EsNEJBREE7QUFFQSxpQkFGQSxFQW5CQTs7QUF1QkE7QUFDQTtBQUNBLDRCQURBO0FBRUEsaUJBRkEsRUF4QkE7O0FBNEJBO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLGtCQUZBLEVBN0JBOztBQWlDQTtBQUNBO0FBQ0Esa0JBREE7QUFFQSx3QkFGQSxFQWxDQTs7QUFzQ0E7QUFDQTtBQUNBLGtCQURBO0FBRUEsd0JBRkEsRUF2Q0E7O0FBMkNBO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLGlCQUZBLEVBNUNBOztBQWdEQTtBQUNBO0FBQ0EsNEJBREE7QUFFQSxnQkFGQSxFQWpEQTs7QUFxREE7QUFDQTtBQUNBLDRCQURBO0FBRUEsaUJBRkEsRUF0REE7O0FBMERBO0FBQ0E7QUFDQSxrQkFEQTtBQUVBLHdCQUZBLEVBM0RBOztBQStEQTtBQUNBO0FBQ0Esa0JBREE7QUFFQSxxQkFGQSxFQWhFQTs7QUFvRUE7QUFDQTtBQUNBLGtCQURBO0FBRUEsc0JBRkEsRUFyRUE7O0FBeUVBO0FBQ0E7QUFDQSxpQkFEQTtBQUVBO0FBQ0E7QUFDQSxPQUpBLEVBMUVBOztBQWdGQTtBQUNBO0FBQ0EsbUJBREE7QUFFQSxtQkFGQSxFQWpGQTs7QUFxRkE7QUFDQTtBQUNBLGtCQURBO0FBRUEsYUFGQSxzQkFFQTtBQUNBO0FBQ0EsT0FKQSxFQXRGQTs7QUE0RkE7QUFDQTtBQUNBLG1CQURBO0FBRUEsbUJBRkEsRUE3RkE7O0FBaUdBO0FBQ0E7QUFDQSxrQkFEQTtBQUVBLGFBRkEsc0JBRUE7QUFDQTtBQUNBLE9BSkEsRUFsR0E7O0FBd0dBO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLHFCQUZBLEVBekdBLEVBRkE7OztBQWdIQSxNQWhIQSxrQkFnSEE7QUFDQTtBQUNBLG1CQURBLEVBQ0E7QUFDQSxzQkFGQSxFQUVBO0FBQ0EsdUJBSEEsRUFHQTtBQUNBLHNCQUpBLEVBSUE7QUFDQSxtQkFMQSxFQUtBO0FBQ0Esd0JBTkEsRUFNQTtBQUNBLGdDQVBBO0FBUUEsNEJBUkEsQ0FRQTtBQVJBO0FBVUEsR0EzSEE7QUE0SEE7QUFDQTtBQUNBO0FBQ0EsUUFIQSxnQkFHQSxDQUhBLEVBR0EsQ0FIQSxFQUdBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE9BRkE7QUFHQSxLQVZBO0FBV0E7QUFDQSxxQkFEQTtBQUVBLGFBRkEsbUJBRUEsSUFGQSxFQUVBLElBRkEsRUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FIQTtBQUlBLE9BUkEsRUFYQSxFQTVIQTs7O0FBa0pBO0FBQ0E7QUFDQSxlQUZBLHlCQUVBO0FBQ0E7QUFDQSxvQ0FEQTtBQUVBLHdFQUZBO0FBR0E7QUFDQSx3RkFKQTtBQUtBLDRDQUxBO0FBTUEsc0NBTkE7QUFPQSw4Q0FQQTtBQVFBO0FBQ0EsNERBVEE7O0FBV0E7QUFDQTtBQUNBLEtBaEJBO0FBaUJBO0FBQ0EsZ0JBbEJBLDBCQWtCQTtBQUNBO0FBQ0E7QUFDQSx1Q0FEQTtBQUVBLDhDQUZBO0FBR0EsOENBSEE7QUFJQSxnRUFKQTtBQUtBLDJFQUxBO0FBTUEsOENBTkE7QUFPQSxvREFQQTs7QUFTQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUpBLE1BSUE7QUFDQTtBQUNBO0FBQ0E7QUFDQSxPQXBCQTtBQXFCQSxLQXhDQSxFQWxKQTs7QUE0TEE7QUFDQTtBQUNBLFFBRkEsa0JBRUE7O0FBRUEsbURBRkEsU0FFQSxPQUZBO0FBR0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxvQ0FQQTtBQVFBLEtBVkE7QUFXQTtBQUNBLFlBWkEsb0JBWUEsS0FaQSxFQVlBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQWpCQTtBQWtCQTtBQUNBLGNBbkJBLHdCQW1CQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLG9CQURBO0FBRUEsb0JBRkE7O0FBSUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxPQUpBLENBSUEsSUFKQSxDQUlBLElBSkEsQ0FEQTs7QUFPQSxLQXRDQTtBQXVDQTtBQUNBLGlCQXhDQSwyQkF3Q0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBRkEsRUFFQSxHQUZBO0FBR0E7QUFDQSxLQTlEQSxFQTVMQTs7QUE0UEEsU0E1UEEscUJBNFBBO0FBQ0E7QUFDQSxHQTlQQSxFIiwiZmlsZSI6IjU2OS5qcyIsInNvdXJjZXNDb250ZW50IjpbIjx0ZW1wbGF0ZT5cclxuXHQ8dmlldyBjbGFzcz1cInUtdGFic1wiIDpzdHlsZT1cIntcclxuXHRcdGJhY2tncm91bmQ6IGJnQ29sb3JcclxuXHR9XCI+XHJcblx0XHQ8IS0tICR1LmdldFJlY3QoKeWvuee7hOS7tuagueiKgueCueaXoOaViO+8jOWboOS4uuWGmeS6hi5pbih0aGlzKe+8jOaVhei/memHjOiOt+WPluWGheWxguaOpeeCueWwuuWvuCAtLT5cclxuXHRcdDx2aWV3IDppZD1cImlkXCI+XHJcblx0XHRcdDxzY3JvbGwtdmlldyBzY3JvbGwteCBjbGFzcz1cInUtc2Nyb2xsLXZpZXdcIiA6c2Nyb2xsLWxlZnQ9XCJzY3JvbGxMZWZ0XCIgc2Nyb2xsLXdpdGgtYW5pbWF0aW9uPlxyXG5cdFx0XHRcdDx2aWV3IGNsYXNzPVwidS1zY3JvbGwtYm94XCIgOmNsYXNzPVwieyd1LXRhYnMtc2NvcmxsLWZsZXgnOiAhaXNTY3JvbGx9XCI+XHJcblx0XHRcdFx0XHQ8dmlldyBjbGFzcz1cInUtdGFiLWl0ZW0gdS1saW5lLTFcIiA6aWQ9XCIndS10YWItaXRlbS0nICsgaW5kZXhcIiB2LWZvcj1cIihpdGVtLCBpbmRleCkgaW4gbGlzdFwiIDprZXk9XCJpbmRleFwiIEB0YXA9XCJjbGlja1RhYihpbmRleClcIlxyXG5cdFx0XHRcdFx0IDpzdHlsZT1cIlt0YWJJdGVtU3R5bGUoaW5kZXgpXVwiPlxyXG5cdFx0XHRcdFx0XHQ8dS1iYWRnZSA6Y291bnQ9XCJpdGVtW2NvdW50XSB8fCBpdGVtWydjb3VudCddIHx8IDBcIiA6b2Zmc2V0PVwib2Zmc2V0XCIgc2l6ZT1cIm1pbmlcIj48L3UtYmFkZ2U+XHJcblx0XHRcdFx0XHRcdHt7IGl0ZW1bbmFtZV0gfHwgaXRlbVsnbmFtZSddfX1cclxuXHRcdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0XHRcdDx2aWV3IHYtaWY9XCJzaG93QmFyXCIgY2xhc3M9XCJ1LXRhYi1iYXJcIiA6c3R5bGU9XCJbdGFiQmFyU3R5bGVdXCI+PC92aWV3PlxyXG5cdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0PC9zY3JvbGwtdmlldz5cclxuXHRcdDwvdmlldz5cclxuXHQ8L3ZpZXc+XHJcbjwvdGVtcGxhdGU+XHJcblxyXG48c2NyaXB0PlxyXG5cdC8qKlxyXG5cdCAqIHRhYnMg5qCH562+XHJcblx0ICogQGRlc2NyaXB0aW9uIOivpee7hOS7tu+8jOaYr+S4gOS4qnRhYnPmoIfnrb7nu4Tku7bvvIzlnKjmoIfnrb7lpJrnmoTml7blgJnvvIzlj6/ku6XphY3nva7kuLrlt6blj7Pmu5HliqjvvIzmoIfnrb7lsJHnmoTml7blgJnvvIzlj6/ku6XnpoHmraLmu5HliqjjgIIg6K+l57uE5Lu255qE5LiA5Liq54m554K55piv6YWN572u5Li65rua5Yqo5qih5byP5pe277yM5r+A5rS755qEdGFi5Lya6Ieq5Yqo56e75Yqo5Yiw57uE5Lu255qE5Lit6Ze05L2N572u44CCXHJcblx0ICogQHR1dG9yaWFsIGh0dHBzOi8vd3d3LnV2aWV3dWkuY29tL2NvbXBvbmVudHMvdGFicy5odG1sXHJcblx0ICogQHByb3BlcnR5IHtCb29sZWFufSBpcy1zY3JvbGwgdGFic+aYr+WQpuWPr+S7peW3puWPs+aLluWKqO+8iOm7mOiupHRydWXvvIlcclxuXHQgKiBAcHJvcGVydHkge0FycmF5fSBsaXN0IOagh+etvuaVsOe7hO+8jOWFg+e0oOS4uuWvueixoe+8jOWmglt7bmFtZTogJ+aOqOiNkCd9XVxyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nIE51bWJlcn0gY3VycmVudCDmjIflrprlk6rkuKp0YWLkuLrmv4DmtLvnirbmgIHvvIjpu5jorqQw77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmcgTnVtYmVyfSBoZWlnaHQg5a+86Iiq5qCP55qE6auY5bqm77yM5Y2V5L2NcnB477yI6buY6K6kODDvvIlcclxuXHQgKiBAcHJvcGVydHkge1N0cmluZyBOdW1iZXJ9IGZvbnQtc2l6ZSB0YWLmloflrZflpKflsI/vvIzljZXkvY1ycHjvvIjpu5jorqQzMO+8iVxyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nIE51bWJlcn0gZHVyYXRpb24g5ruR5Z2X56e75Yqo5LiA5qyh5omA6ZyA55qE5pe26Ze077yM5Y2V5L2N56eS77yI6buY6K6kMC4177yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmd9IGFjdGl2ZS1jb2xvciDmu5HlnZflkozmv4DmtLt0YWLmloflrZfnmoTpopzoibLvvIjpu5jorqQjMjk3OWZm77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmd9IGluYWN0aXZlLWNvbG9yIHRhYnPmloflrZfpopzoibLvvIjpu5jorqQjMzAzMTMz77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmcgTnVtYmVyfSBiYXItd2lkdGgg5ruR5Z2X5a695bqm77yM5Y2V5L2NcnB477yI6buY6K6kNDDvvIlcclxuXHQgKiBAcHJvcGVydHkge09iamVjdH0gYWN0aXZlLWl0ZW0tc3R5bGUg5rS75YqodGFicyBpdGVt55qE5qC35byP77yM5a+56LGh5b2i5byPXHJcblx0ICogQHByb3BlcnR5IHtPYmplY3R9IGJhci1zdHlsZSDlupXpg6jmu5HlnZfnmoTmoLflvI/vvIzlr7nosaHlvaLlvI9cclxuXHQgKiBAcHJvcGVydHkge0Jvb2xlYW59IHNob3ctYmFyIOaYr+WQpuaYvuekuuW6lemDqOeahOa7keWdl++8iOm7mOiupHRydWXvvIlcclxuXHQgKiBAcHJvcGVydHkge1N0cmluZyBOdW1iZXJ9IGJhci1oZWlnaHQg5ruR5Z2X6auY5bqm77yM5Y2V5L2NcnB477yI6buY6K6kNu+8iVxyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nIE51bWJlcn0gaXRlbS13aWR0aCDmoIfnrb7nmoTlrr3luqbvvIjpu5jorqRhdXRv77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmcgTnVtYmVyfSBndXR0ZXIg5Y2V5LiqdGFi5qCH562+55qE5bem5Y+z5YaF6L656Led5LmL5ZKM77yM5Y2V5L2NcnB477yI6buY6K6kNDDvvIlcclxuXHQgKiBAcHJvcGVydHkge1N0cmluZ30gYmctY29sb3IgdGFic+WvvOiIquagj+eahOiDjOaZr+minOiJsu+8iOm7mOiupCNmZmZmZmbvvIlcclxuXHQgKiBAcHJvcGVydHkge1N0cmluZ30gbmFtZSDnu4Tku7blhoXpg6jor7vlj5bnmoRsaXN05Y+C5pWw5Lit55qE5bGe5oCn5ZCN77yIdGFi5ZCN56ew77yJ77yM6KeB5a6Y572R6K+05piO77yI6buY6K6kbmFtZe+8iVxyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nfSBjb3VudCDnu4Tku7blhoXpg6jor7vlj5bnmoRsaXN05Y+C5pWw5Lit55qE5bGe5oCn5ZCN77yIYmFkZ2Xlvr3moIfmlbDvvInvvIzlkIxuYW1l5bGe5oCn55qE5L2/55So77yM6KeB5a6Y572R6K+05piO77yI6buY6K6kY291bnTvvIlcclxuXHQgKiBAcHJvcGVydHkge0FycmF5fSBvZmZzZXQg6K6+572uYmFkZ2Xlvr3moIfmlbDnmoTkvY3nva7lgY/np7vvvIzmoLzlvI/kuLogW3gsIHld77yM5Lmf5Y2z6K6+572u55qE5Li6dG9w5ZKMcmlnaHTnmoTlgLzvvIzljZXkvY1ycHjvvIjpu5jorqRbNSwgMjBd77yJXHJcblx0ICogQHByb3BlcnR5IHtCb29sZWFufSBib2xkIOa/gOa0u+mAiemhueeahOWtl+S9k+aYr+WQpuWKoOeyl++8iOm7mOiupHRydWXvvIlcclxuXHQgKiBAZXZlbnQge0Z1bmN0aW9ufSBjaGFuZ2Ug54K55Ye75qCH562+5pe26Kem5Y+RXHJcblx0ICogQGV4YW1wbGUgPHUtdGFicyByZWY9XCJ0YWJzXCIgOmxpc3Q9XCJsaXN0XCIgOmlzLXNjcm9sbD1cImZhbHNlXCI+PC91LXRhYnM+XHJcblx0ICovXHJcblx0ZXhwb3J0IGRlZmF1bHQge1xyXG5cdFx0bmFtZTogXCJ1LXRhYnNcIixcclxuXHRcdHByb3BzOiB7XHJcblx0XHRcdC8vIOWvvOiIquiPnOWNleaYr+WQpumcgOimgea7muWKqO+8jOWmguWPquaciTLmiJbogIUz5Liq55qE5pe25YCZ77yM5bCx5LiN6ZyA6KaB5rua5Yqo5LqG77yM5q2k5pe25L2/55SoZmxleOW5s+WIhnRhYueahOWuveW6plxyXG5cdFx0XHRpc1Njcm9sbDoge1xyXG5cdFx0XHRcdHR5cGU6IEJvb2xlYW4sXHJcblx0XHRcdFx0ZGVmYXVsdDogdHJ1ZVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvL+mcgOW+queOr+eahOagh+etvuWIl+ihqFxyXG5cdFx0XHRsaXN0OiB7XHJcblx0XHRcdFx0dHlwZTogQXJyYXksXHJcblx0XHRcdFx0ZGVmYXVsdCAoKSB7XHJcblx0XHRcdFx0XHRyZXR1cm4gW107XHJcblx0XHRcdFx0fVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDlvZPliY3mtLvliqh0YWLnmoTntKLlvJVcclxuXHRcdFx0Y3VycmVudDoge1xyXG5cdFx0XHRcdHR5cGU6IFtOdW1iZXIsIFN0cmluZ10sXHJcblx0XHRcdFx0ZGVmYXVsdDogMFxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDlr7zoiKrmoI/nmoTpq5jluqblkozooYzpq5hcclxuXHRcdFx0aGVpZ2h0OiB7XHJcblx0XHRcdFx0dHlwZTogW1N0cmluZywgTnVtYmVyXSxcclxuXHRcdFx0XHRkZWZhdWx0OiA4MFxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDlrZfkvZPlpKflsI9cclxuXHRcdFx0Zm9udFNpemU6IHtcclxuXHRcdFx0XHR0eXBlOiBbU3RyaW5nLCBOdW1iZXJdLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IDMwXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOi/h+a4oeWKqOeUu+aXtumVvywg5Y2V5L2NbXNcclxuXHRcdFx0ZHVyYXRpb246IHtcclxuXHRcdFx0XHR0eXBlOiBbU3RyaW5nLCBOdW1iZXJdLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IDAuNVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDpgInkuK3pobnnmoTkuLvpopjpopzoibJcclxuXHRcdFx0YWN0aXZlQ29sb3I6IHtcclxuXHRcdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdFx0ZGVmYXVsdDogJyMyOTc5ZmYnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOacqumAieS4remhueeahOminOiJslxyXG5cdFx0XHRpbmFjdGl2ZUNvbG9yOiB7XHJcblx0XHRcdFx0dHlwZTogU3RyaW5nLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICcjMzAzMTMzJ1xyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDoj5zljZXlupXpg6jnp7vliqjnmoRiYXLnmoTlrr3luqbvvIzljZXkvY1ycHhcclxuXHRcdFx0YmFyV2lkdGg6IHtcclxuXHRcdFx0XHR0eXBlOiBbU3RyaW5nLCBOdW1iZXJdLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IDQwXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOenu+WKqGJhcueahOmrmOW6plxyXG5cdFx0XHRiYXJIZWlnaHQ6IHtcclxuXHRcdFx0XHR0eXBlOiBbU3RyaW5nLCBOdW1iZXJdLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IDZcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5Y2V5LiqdGFi55qE5bem5oiW5pyJ5YaF6L656Led77yI5bem5Y+z55u45ZCM77yJXHJcblx0XHRcdGd1dHRlcjoge1xyXG5cdFx0XHRcdHR5cGU6IFtTdHJpbmcsIE51bWJlcl0sXHJcblx0XHRcdFx0ZGVmYXVsdDogMzBcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5a+86Iiq5qCP55qE6IOM5pmv6aKc6ImyXHJcblx0XHRcdGJnQ29sb3I6IHtcclxuXHRcdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdFx0ZGVmYXVsdDogJyNmZmZmZmYnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOivu+WPluS8oOWFpeeahOaVsOe7hOWvueixoeeahOWxnuaApyh0YWLlkI3np7ApXHJcblx0XHRcdG5hbWU6IHtcclxuXHRcdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdFx0ZGVmYXVsdDogJ25hbWUnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOivu+WPluS8oOWFpeeahOaVsOe7hOWvueixoeeahOWxnuaApyjlvr3moIfmlbApXHJcblx0XHRcdGNvdW50OiB7XHJcblx0XHRcdFx0dHlwZTogU3RyaW5nLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICdjb3VudCdcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5b695qCH5pWw5L2N572u5YGP56e7XHJcblx0XHRcdG9mZnNldDoge1xyXG5cdFx0XHRcdHR5cGU6IEFycmF5LFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICgpID0+IHtcclxuXHRcdFx0XHRcdHJldHVybiBbNSwgMjBdXHJcblx0XHRcdFx0fVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDmtLvliqh0YWLlrZfkvZPmmK/lkKbliqDnspdcclxuXHRcdFx0Ym9sZDoge1xyXG5cdFx0XHRcdHR5cGU6IEJvb2xlYW4sXHJcblx0XHRcdFx0ZGVmYXVsdDogdHJ1ZVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDlvZPliY3mtLvliqh0YWIgaXRlbeeahOagt+W8j1xyXG5cdFx0XHRhY3RpdmVJdGVtU3R5bGU6IHtcclxuXHRcdFx0XHR0eXBlOiBPYmplY3QsXHJcblx0XHRcdFx0ZGVmYXVsdCgpIHtcclxuXHRcdFx0XHRcdHJldHVybiB7fVxyXG5cdFx0XHRcdH1cclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5piv5ZCm5pi+56S65bqV6YOo55qE5ruR5Z2XXHJcblx0XHRcdHNob3dCYXI6IHtcclxuXHRcdFx0XHR0eXBlOiBCb29sZWFuLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IHRydWVcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5bqV6YOo5ruR5Z2X55qE6Ieq5a6a5LmJ5qC35byPXHJcblx0XHRcdGJhclN0eWxlOiB7XHJcblx0XHRcdFx0dHlwZTogT2JqZWN0LFxyXG5cdFx0XHRcdGRlZmF1bHQoKSB7XHJcblx0XHRcdFx0XHRyZXR1cm4ge31cclxuXHRcdFx0XHR9XHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOagh+etvueahOWuveW6plxyXG5cdFx0XHRpdGVtV2lkdGg6IHtcclxuXHRcdFx0XHR0eXBlOiBbTnVtYmVyLCBTdHJpbmddLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICdhdXRvJ1xyXG5cdFx0XHR9XHJcblx0XHR9LFxyXG5cdFx0ZGF0YSgpIHtcclxuXHRcdFx0cmV0dXJuIHtcclxuXHRcdFx0XHRzY3JvbGxMZWZ0OiAwLCAvLyDmu5rliqhzY3JvbGwtdmlld+eahOW3pui+uea7muWKqOi3neemu1xyXG5cdFx0XHRcdHRhYlF1ZXJ5SW5mbzogW10sIC8vIOWtmOaUvuWvuXRhYuiPnOWNleafpeivouWQjueahOiKgueCueS/oeaBr1xyXG5cdFx0XHRcdGNvbXBvbmVudFdpZHRoOiAwLCAvLyDlsY/luZXlrr3luqbvvIzljZXkvY3kuLpweFxyXG5cdFx0XHRcdHNjcm9sbEJhckxlZnQ6IDAsIC8vIOenu+WKqGJhcumcgOimgemAmui/h3RyYW5zbGF0ZVgoKeenu+WKqOeahOi3neemu1xyXG5cdFx0XHRcdHBhcmVudExlZnQ6IDAsIC8vIOeItuWFg+e0oCh0YWJz57uE5Lu2KeWIsOWxj+W5leW3pui+ueeahOi3neemu1xyXG5cdFx0XHRcdGlkOiB0aGlzLiR1Lmd1aWQoKSwgLy8gaWTlgLxcclxuXHRcdFx0XHRjdXJyZW50SW5kZXg6IHRoaXMuY3VycmVudCxcclxuXHRcdFx0XHRiYXJGaXJzdFRpbWVNb3ZlOiB0cnVlLCAvLyDmu5HlnZfnrKzkuIDmrKHnp7vliqjml7Yo6aG16Z2i5Yia55Sf5oiQ5pe2Ke+8jOaXoOmcgOWKqOeUu++8jOWQpuWImee7meS6uuaAquW8gueahOaEn+iniVxyXG5cdFx0XHR9O1xyXG5cdFx0fSxcclxuXHRcdHdhdGNoOiB7XHJcblx0XHRcdC8vIOebkeWQrHRhYueahOWPmOWMlu+8jOmHjeaWsOiuoeeul3RhYuiPnOWNleeahOW4g+WxgOS/oeaBr++8jOWboOS4uuWunumZheS9v+eUqOS4reiPnOWNleWPr+iDveaYr+mAmui/h1xyXG5cdFx0XHQvLyDlkI7lj7Dojrflj5bnmoTvvIjlpoLmlrDpl7thcHDpobbpg6jnmoToj5zljZXvvInvvIzojrflj5bov5Tlm57pnIDopoHkuIDlrprml7bpl7TvvIzmiYDku6VsaXN05Y+Y5YyW5pe277yM6YeN5paw6I635Y+W5biD5bGA5L+h5oGvXHJcblx0XHRcdGxpc3Qobiwgbykge1xyXG5cdFx0XHRcdC8vIGxpc3Tlj5jliqjml7bvvIzph43liLblhoXpg6jntKLlvJXvvIzlkKbliJnlj6/og73lr7zoh7TotoXlh7rmlbDnu4TovrnnlYznmoTmg4XlhrVcclxuXHRcdFx0XHRpZihuLmxlbmd0aCAhPT0gby5sZW5ndGgpIHRoaXMuY3VycmVudEluZGV4ID0gMDtcclxuXHRcdFx0XHQvLyDnlKgkbmV4dFRpY2vnrYnlvoXop4blm77mm7TmlrDlrozmr5XlkI7lho3orqHnrpd0YWLnmoTlsYDpg6jkv6Hmga/vvIzlkKbliJnlj6/og73lm6DkuLp0YWLov5jmsqHnlJ/miJDlsLHojrflj5bvvIzlsLHkvJrmnInpl67pophcclxuXHRcdFx0XHR0aGlzLiRuZXh0VGljaygoKSA9PiB7XHJcblx0XHRcdFx0XHR0aGlzLmluaXQoKTtcclxuXHRcdFx0XHR9KTtcclxuXHRcdFx0fSxcclxuXHRcdFx0Y3VycmVudDoge1xyXG5cdFx0XHRcdGltbWVkaWF0ZTogdHJ1ZSxcclxuXHRcdFx0XHRoYW5kbGVyKG5WYWwsIG9WYWwpIHtcclxuXHRcdFx0XHRcdC8vIOinhuWbvuabtOaWsOWQjuWGjeaJp+ihjOenu+WKqOaTjeS9nFxyXG5cdFx0XHRcdFx0dGhpcy4kbmV4dFRpY2soKCkgPT4ge1xyXG5cdFx0XHRcdFx0XHR0aGlzLmN1cnJlbnRJbmRleCA9IG5WYWw7XHJcblx0XHRcdFx0XHRcdHRoaXMuc2Nyb2xsQnlJbmRleCgpO1xyXG5cdFx0XHRcdFx0fSk7XHJcblx0XHRcdFx0fVxyXG5cdFx0XHR9LFxyXG5cdFx0fSxcclxuXHRcdGNvbXB1dGVkOiB7XHJcblx0XHRcdC8vIOenu+WKqGJhcueahOagt+W8j1xyXG5cdFx0XHR0YWJCYXJTdHlsZSgpIHtcclxuXHRcdFx0XHRsZXQgc3R5bGUgPSB7XHJcblx0XHRcdFx0XHR3aWR0aDogdGhpcy5iYXJXaWR0aCArICdycHgnLFxyXG5cdFx0XHRcdFx0dHJhbnNmb3JtOiBgdHJhbnNsYXRlKCR7dGhpcy5zY3JvbGxCYXJMZWZ0fXB4LCAtMTAwJSlgLFxyXG5cdFx0XHRcdFx0Ly8g5ruR5Z2X5Zyo6aG16Z2i5riy5p+T5ZCO56ys5LiA5qyh5ruR5Yqo5pe277yM5peg6ZyA5Yqo55S75pWI5p6cXHJcblx0XHRcdFx0XHQndHJhbnNpdGlvbi1kdXJhdGlvbic6IGAke3RoaXMuYmFyRmlyc3RUaW1lTW92ZSA/IDAgOiB0aGlzLmR1cmF0aW9uIH1zYCxcclxuXHRcdFx0XHRcdCdiYWNrZ3JvdW5kLWNvbG9yJzogdGhpcy5hY3RpdmVDb2xvcixcclxuXHRcdFx0XHRcdGhlaWdodDogdGhpcy5iYXJIZWlnaHQgKyAncnB4JyxcclxuXHRcdFx0XHRcdG9wYWNpdHk6IHRoaXMuYmFyRmlyc3RUaW1lTW92ZSA/IDAgOiAxLFxyXG5cdFx0XHRcdFx0Ly8g6K6+572u5LiA5Liq5b6I5aSn55qE5YC877yM5a6D5Lya6Ieq5Yqo5Y+W6IO955So55qE5pyA5aSn5YC877yM5LiN55So6auY5bqm55qE5LiA5Y2K77yM5piv5Zug5Li66auY5bqm5Y+v6IO95piv5Y2V5pWw77yM5Lya5pyJ5bCP5pWw5Ye6546wXHJcblx0XHRcdFx0XHQnYm9yZGVyLXJhZGl1cyc6IGAke3RoaXMuYmFySGVpZ2h0IC8gMn1weGBcclxuXHRcdFx0XHR9O1xyXG5cdFx0XHRcdE9iamVjdC5hc3NpZ24oc3R5bGUsIHRoaXMuYmFyU3R5bGUpO1xyXG5cdFx0XHRcdHJldHVybiBzdHlsZTtcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8gdGFi55qE5qC35byPXHJcblx0XHRcdHRhYkl0ZW1TdHlsZSgpIHtcclxuXHRcdFx0XHRyZXR1cm4gKGluZGV4KSA9PiB7XHJcblx0XHRcdFx0XHRsZXQgc3R5bGUgPSB7XHJcblx0XHRcdFx0XHRcdGhlaWdodDogdGhpcy5oZWlnaHQgKyAncnB4JyxcclxuXHRcdFx0XHRcdFx0J2xpbmUtaGVpZ2h0JzogdGhpcy5oZWlnaHQgKyAncnB4JyxcclxuXHRcdFx0XHRcdFx0J2ZvbnQtc2l6ZSc6IHRoaXMuZm9udFNpemUgKyAncnB4JyxcclxuXHRcdFx0XHRcdFx0J3RyYW5zaXRpb24tZHVyYXRpb24nOiBgJHt0aGlzLmR1cmF0aW9ufXNgLFxyXG5cdFx0XHRcdFx0XHRwYWRkaW5nOiB0aGlzLmlzU2Nyb2xsID8gYDAgJHt0aGlzLmd1dHRlcn1ycHhgIDogJycsXHJcblx0XHRcdFx0XHRcdGZsZXg6IHRoaXMuaXNTY3JvbGwgPyAnYXV0bycgOiAnMScsXHJcblx0XHRcdFx0XHRcdHdpZHRoOiB0aGlzLiR1LmFkZFVuaXQodGhpcy5pdGVtV2lkdGgpXHJcblx0XHRcdFx0XHR9O1xyXG5cdFx0XHRcdFx0Ly8g5a2X5L2T5Yqg57KXXHJcblx0XHRcdFx0XHRpZiAoaW5kZXggPT0gdGhpcy5jdXJyZW50SW5kZXggJiYgdGhpcy5ib2xkKSBzdHlsZS5mb250V2VpZ2h0ID0gJ2JvbGQnO1xyXG5cdFx0XHRcdFx0aWYgKGluZGV4ID09IHRoaXMuY3VycmVudEluZGV4KSB7XHJcblx0XHRcdFx0XHRcdHN0eWxlLmNvbG9yID0gdGhpcy5hY3RpdmVDb2xvcjtcclxuXHRcdFx0XHRcdFx0Ly8g57uZ6YCJ5Lit55qEdGFiIGl0ZW3mt7vliqDlpJbpg6joh6rlrprkuYnnmoTmoLflvI9cclxuXHRcdFx0XHRcdFx0c3R5bGUgPSBPYmplY3QuYXNzaWduKHN0eWxlLCB0aGlzLmFjdGl2ZUl0ZW1TdHlsZSk7XHJcblx0XHRcdFx0XHR9IGVsc2Uge1xyXG5cdFx0XHRcdFx0XHRzdHlsZS5jb2xvciA9IHRoaXMuaW5hY3RpdmVDb2xvcjtcclxuXHRcdFx0XHRcdH1cclxuXHRcdFx0XHRcdHJldHVybiBzdHlsZTtcclxuXHRcdFx0XHR9XHJcblx0XHRcdH1cclxuXHRcdH0sXHJcblx0XHRtZXRob2RzOiB7XHJcblx0XHRcdC8vIOiuvue9ruS4gOS4qmluaXTmlrnms5XvvIzmlrnkvr/lpJrlpITosIPnlKhcclxuXHRcdFx0YXN5bmMgaW5pdCgpIHtcclxuXHRcdFx0XHQvLyDojrflj5Z0YWJz57uE5Lu255qE5bC65a+45L+h5oGvXHJcblx0XHRcdFx0bGV0IHRhYlJlY3QgPSBhd2FpdCB0aGlzLiR1R2V0UmVjdCgnIycgKyB0aGlzLmlkKTtcclxuXHRcdFx0XHQvLyB0YWJz57uE5Lu26Led56a75bGP5bmV5bem6L6555qE5a695bqmXHJcblx0XHRcdFx0dGhpcy5wYXJlbnRMZWZ0ID0gdGFiUmVjdC5sZWZ0O1xyXG5cdFx0XHRcdC8vIHRhYnPnu4Tku7bnmoTlrr3luqZcclxuXHRcdFx0XHR0aGlzLmNvbXBvbmVudFdpZHRoID0gdGFiUmVjdC53aWR0aDtcclxuXHRcdFx0XHR0aGlzLmdldFRhYlJlY3QoKTtcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g54K55Ye75p+Q5LiA5LiqdGFi6I+c5Y2VXHJcblx0XHRcdGNsaWNrVGFiKGluZGV4KSB7XHJcblx0XHRcdFx0Ly8g54K55Ye75b2T5YmN5rS75YqodGFi77yM5LiN6Kem5Y+R5LqL5Lu2XHJcblx0XHRcdFx0aWYoaW5kZXggPT0gdGhpcy5jdXJyZW50SW5kZXgpIHJldHVybiA7XHJcblx0XHRcdFx0Ly8g5Y+R6YCB5LqL5Lu257uZ54i257uE5Lu2XHJcblx0XHRcdFx0dGhpcy4kZW1pdCgnY2hhbmdlJywgaW5kZXgpO1xyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDmn6Xor6J0YWLnmoTluIPlsYDkv6Hmga9cclxuXHRcdFx0Z2V0VGFiUmVjdCgpIHtcclxuXHRcdFx0XHQvLyDliJvlu7roioLngrnmn6Xor6JcclxuXHRcdFx0XHRsZXQgcXVlcnkgPSB1bmkuY3JlYXRlU2VsZWN0b3JRdWVyeSgpLmluKHRoaXMpO1xyXG5cdFx0XHRcdC8vIOWOhumBjeaJgOaciXRhYu+8jOi/memHjOaYr+aJp+ihjOS6huafpeivou+8jOacgOe7iOS9v+eUqGV4ZWMoKeS8muS4gOasoeaAp+i/lOWbnuafpeivoueahOaVsOe7hOe7k+aenFxyXG5cdFx0XHRcdGZvciAobGV0IGkgPSAwOyBpIDwgdGhpcy5saXN0Lmxlbmd0aDsgaSsrKSB7XHJcblx0XHRcdFx0XHQvLyDlj6ropoFzaXpl5ZKMcmVjdOS4pOS4quWPguaVsFxyXG5cdFx0XHRcdFx0cXVlcnkuc2VsZWN0KGAjdS10YWItaXRlbS0ke2l9YCkuZmllbGRzKHtcclxuXHRcdFx0XHRcdFx0c2l6ZTogdHJ1ZSxcclxuXHRcdFx0XHRcdFx0cmVjdDogdHJ1ZVxyXG5cdFx0XHRcdFx0fSk7XHJcblx0XHRcdFx0fVxyXG5cdFx0XHRcdC8vIOaJp+ihjOafpeivou+8jOS4gOasoeaAp+iOt+WPluWkmuS4que7k+aenFxyXG5cdFx0XHRcdHF1ZXJ5LmV4ZWMoXHJcblx0XHRcdFx0XHRmdW5jdGlvbihyZXMpIHtcclxuXHRcdFx0XHRcdFx0dGhpcy50YWJRdWVyeUluZm8gPSByZXM7XHJcblx0XHRcdFx0XHRcdC8vIOWIneWni+WMlua7muWKqOadoeWSjOenu+WKqGJhcueahOS9jee9rlxyXG5cdFx0XHRcdFx0XHR0aGlzLnNjcm9sbEJ5SW5kZXgoKTtcclxuXHRcdFx0XHRcdH0uYmluZCh0aGlzKVxyXG5cdFx0XHRcdCk7XHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOa7muWKqHNjcm9sbC12aWV377yM6K6p5rS75Yqo55qEdGFi5aSE5LqO5bGP5bmV55qE5Lit6Ze05L2N572uXHJcblx0XHRcdHNjcm9sbEJ5SW5kZXgoKSB7XHJcblx0XHRcdFx0Ly8g5b2T5YmN5rS75YqodGFi55qE5biD5bGA5L+h5oGv77yM5pyJdGFi6I+c5Y2V55qEd2lkdGjlkoxsZWZ0KOS4uuWFg+e0oOW3pui+ueeVjOWIsOeItuWFg+e0oOW3pui+ueeVjOeahOi3neemuynnrYnkv6Hmga9cclxuXHRcdFx0XHRsZXQgdGFiSW5mbyA9IHRoaXMudGFiUXVlcnlJbmZvW3RoaXMuY3VycmVudEluZGV4XTtcclxuXHRcdFx0XHRpZiAoIXRhYkluZm8pIHJldHVybjtcclxuXHRcdFx0XHQvLyDmtLvliqh0YWLnmoTlrr3luqZcclxuXHRcdFx0XHRsZXQgdGFiV2lkdGggPSB0YWJJbmZvLndpZHRoO1xyXG5cdFx0XHRcdC8vIOa0u+WKqGl0ZW3nmoTlt6bovrnliLB0YWJz57uE5Lu25bem6L6555qE6Led56a777yM55SoaXRlbeeahGxlZnTlh4/ljrt0YWJz55qEbGVmdFxyXG5cdFx0XHRcdGxldCBvZmZzZXRMZWZ0ID0gdGFiSW5mby5sZWZ0IC0gdGhpcy5wYXJlbnRMZWZ0O1xyXG5cdFx0XHRcdC8vIOWwhua0u+WKqOeahHRhYnMtaXRlbeenu+WKqOWIsOWxj+W5leato+S4remXtO+8jOWunumZheS4iuaYr+WvuXNjcm9sbC12aWV355qE56e75YqoXHJcblx0XHRcdFx0bGV0IHNjcm9sbExlZnQgPSBvZmZzZXRMZWZ0IC0gKHRoaXMuY29tcG9uZW50V2lkdGggLSB0YWJXaWR0aCkgLyAyO1xyXG5cdFx0XHRcdHRoaXMuc2Nyb2xsTGVmdCA9IHNjcm9sbExlZnQgPCAwID8gMCA6IHNjcm9sbExlZnQ7XHJcblx0XHRcdFx0Ly8g5b2T5YmN5rS75YqoaXRlbeeahOS4reeCueeCueWIsOW3pui+ueeahOi3neemu+WHj+WOu+a7keWdl+WuveW6pueahOS4gOWNiu+8jOWNs+WPr+W+l+WIsOa7keWdl+aJgOmcgOeahOenu+WKqOi3neemu1xyXG5cdFx0XHRcdGxldCBsZWZ0ID0gdGFiSW5mby5sZWZ0ICsgdGFiSW5mby53aWR0aCAvIDIgLSB0aGlzLnBhcmVudExlZnQ7XHJcblx0XHRcdFx0Ly8g6K6h566X5b2T5YmN5rS76LeDaXRlbeWIsOe7hOS7tuW3pui+ueeahOi3neemu1xyXG5cdFx0XHRcdHRoaXMuc2Nyb2xsQmFyTGVmdCA9IGxlZnQgLSB1bmkudXB4MnB4KHRoaXMuYmFyV2lkdGgpIC8gMjtcclxuXHRcdFx0XHQvLyDnrKzkuIDmrKHnp7vliqjmu5HlnZfnmoTml7blgJnvvIxiYXJGaXJzdFRpbWVNb3Zl5Li6dHJ1Ze+8jOaUvuWIsOW7tuaXtuS4reWwhuWFtuiuvue9rmZhbHNlXHJcblx0XHRcdFx0Ly8g5bu25pe25piv5Zug5Li6c2Nyb2xsQmFyTGVmdOS9nOeUqOS6jmNvbXB1dGVk6K6h566X5pe277yM6ZyA6KaB5LiA5Liq6L+H56iL6ZyA77yM5ZCm5YiZ5a+86Ie05Ye66ZSZXHJcblx0XHRcdFx0aWYodGhpcy5iYXJGaXJzdFRpbWVNb3ZlID09IHRydWUpIHtcclxuXHRcdFx0XHRcdHNldFRpbWVvdXQoKCkgPT4ge1xyXG5cdFx0XHRcdFx0XHR0aGlzLmJhckZpcnN0VGltZU1vdmUgPSBmYWxzZTtcclxuXHRcdFx0XHRcdH0sIDEwMClcclxuXHRcdFx0XHR9XHJcblx0XHRcdH1cclxuXHRcdH0sXHJcblx0XHRtb3VudGVkKCkge1xyXG5cdFx0XHR0aGlzLmluaXQoKTtcclxuXHRcdH1cclxuXHR9O1xyXG48L3NjcmlwdD5cclxuXHJcbjxzdHlsZSBsYW5nPVwic2Nzc1wiIHNjb3BlZD5cclxuXHRAaW1wb3J0IFwiLi4vLi4vbGlicy9jc3Mvc3R5bGUuY29tcG9uZW50cy5zY3NzXCI7XHJcblxyXG5cdHZpZXcsXHJcblx0c2Nyb2xsLXZpZXcge1xyXG5cdFx0Ym94LXNpemluZzogYm9yZGVyLWJveDtcclxuXHR9XHJcblxyXG5cdC8qICNpZm5kZWYgQVBQLU5WVUUgKi9cclxuXHQ6Oi13ZWJraXQtc2Nyb2xsYmFyLFxyXG5cdDo6LXdlYmtpdC1zY3JvbGxiYXIsXHJcblx0Ojotd2Via2l0LXNjcm9sbGJhciB7XHJcblx0XHRkaXNwbGF5OiBub25lO1xyXG5cdFx0d2lkdGg6IDAgIWltcG9ydGFudDtcclxuXHRcdGhlaWdodDogMCAhaW1wb3J0YW50O1xyXG5cdFx0LXdlYmtpdC1hcHBlYXJhbmNlOiBub25lO1xyXG5cdFx0YmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7XHJcblx0fVxyXG5cdC8qICNlbmRpZiAqL1xyXG5cclxuXHQudS1zY3JvbGwtYm94IHtcclxuXHRcdHBvc2l0aW9uOiByZWxhdGl2ZTtcclxuXHRcdC8qICNpZmRlZiBNUC1UT1VUSUFPICovXHJcblx0XHR3aGl0ZS1zcGFjZTogbm93cmFwO1xyXG5cdFx0LyogI2VuZGlmICovXHJcblx0fVxyXG5cclxuXHQvKiAjaWZkZWYgSDUgKi9cclxuXHQvLyDpgJrov4fmoLflvI/nqb/pgI/vvIzpmpDol49INeS4i++8jHNjcm9sbC12aWV35LiL55qE5rua5Yqo5p2hXHJcblx0c2Nyb2xsLXZpZXcgOjp2LWRlZXAgOjotd2Via2l0LXNjcm9sbGJhciB7XHJcblx0XHRkaXNwbGF5OiBub25lO1xyXG5cdFx0d2lkdGg6IDAgIWltcG9ydGFudDtcclxuXHRcdGhlaWdodDogMCAhaW1wb3J0YW50O1xyXG5cdFx0LXdlYmtpdC1hcHBlYXJhbmNlOiBub25lO1xyXG5cdFx0YmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7XHJcblx0fVxyXG5cdC8qICNlbmRpZiAqL1xyXG5cclxuXHQudS1zY3JvbGwtdmlldyB7XHJcblx0XHR3aWR0aDogMTAwJTtcclxuXHRcdHdoaXRlLXNwYWNlOiBub3dyYXA7XHJcblx0XHRwb3NpdGlvbjogcmVsYXRpdmU7XHJcblx0fVxyXG5cclxuXHQudS10YWItaXRlbSB7XHJcblx0XHRwb3NpdGlvbjogcmVsYXRpdmU7XHJcblx0XHQvKiAjaWZuZGVmIEFQUC1OVlVFICovXHJcblx0XHRkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcblx0XHQvKiAjZW5kaWYgKi9cclxuXHRcdHRleHQtYWxpZ246IGNlbnRlcjtcclxuXHRcdHRyYW5zaXRpb24tcHJvcGVydHk6IGJhY2tncm91bmQtY29sb3IsIGNvbG9yO1xyXG5cdH1cclxuXHJcblx0LnUtdGFiLWJhciB7XHJcblx0XHRwb3NpdGlvbjogYWJzb2x1dGU7XHJcblx0XHRib3R0b206IDA7XHJcblx0fVxyXG5cclxuXHQudS10YWJzLXNjb3JsbC1mbGV4IHtcclxuXHRcdEBpbmNsdWRlIHZ1ZS1mbGV4O1xyXG5cdFx0anVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xyXG5cdH1cclxuPC9zdHlsZT5cclxuIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///569\n");
+eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 44));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {try {var info = gen[key](arg);var value = info.value;} catch (error) {reject(error);return;}if (info.done) {resolve(value);} else {Promise.resolve(value).then(_next, _throw);}}function _asyncToGenerator(fn) {return function () {var self = this,args = arguments;return new Promise(function (resolve, reject) {var gen = fn.apply(self, args);function _next(value) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"next\", value);}function _throw(err) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"throw\", err);}_next(undefined);});};} //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n/**\n * tabs 标签\n * @description 该组件,是一个tabs标签组件,在标签多的时候,可以配置为左右滑动,标签少的时候,可以禁止滑动。 该组件的一个特点是配置为滚动模式时,激活的tab会自动移动到组件的中间位置。\n * @tutorial https://www.uviewui.com/components/tabs.html\n * @property {Boolean} is-scroll tabs是否可以左右拖动(默认true)\n * @property {Array} list 标签数组,元素为对象,如[{name: '推荐'}]\n * @property {String Number} current 指定哪个tab为激活状态(默认0)\n * @property {String Number} height 导航栏的高度,单位rpx(默认80)\n * @property {String Number} font-size tab文字大小,单位rpx(默认30)\n * @property {String Number} duration 滑块移动一次所需的时间,单位秒(默认0.5)\n * @property {String} active-color 滑块和激活tab文字的颜色(默认#2979ff)\n * @property {String} inactive-color tabs文字颜色(默认#303133)\n * @property {String Number} bar-width 滑块宽度,单位rpx(默认40)\n * @property {Object} active-item-style 活动tabs item的样式,对象形式\n * @property {Object} bar-style 底部滑块的样式,对象形式\n * @property {Boolean} show-bar 是否显示底部的滑块(默认true)\n * @property {String Number} bar-height 滑块高度,单位rpx(默认6)\n * @property {String Number} item-width 标签的宽度(默认auto)\n * @property {String Number} gutter 单个tab标签的左右内边距之和,单位rpx(默认40)\n * @property {String} bg-color tabs导航栏的背景颜色(默认#ffffff)\n * @property {String} name 组件内部读取的list参数中的属性名(tab名称),见官网说明(默认name)\n * @property {String} count 组件内部读取的list参数中的属性名(badge徽标数),同name属性的使用,见官网说明(默认count)\n * @property {Array} offset 设置badge徽标数的位置偏移,格式为 [x, y],也即设置的为top和right的值,单位rpx(默认[5, 20])\n * @property {Boolean} bold 激活选项的字体是否加粗(默认true)\n * @event {Function} change 点击标签时触发\n * @example \n */var _default2 =\n{\n name: \"u-tabs\",\n props: {\n // 导航菜单是否需要滚动,如只有2或者3个的时候,就不需要滚动了,此时使用flex平分tab的宽度\n isScroll: {\n type: Boolean,\n default: true },\n\n //需循环的标签列表\n list: {\n type: Array,\n default: function _default() {\n return [];\n } },\n\n // 当前活动tab的索引\n current: {\n type: [Number, String],\n default: 0 },\n\n // 导航栏的高度和行高\n height: {\n type: [String, Number],\n default: 80 },\n\n // 字体大小\n fontSize: {\n type: [String, Number],\n default: 30 },\n\n // 过渡动画时长, 单位ms\n duration: {\n type: [String, Number],\n default: 0.5 },\n\n // 选中项的主题颜色\n activeColor: {\n type: String,\n default: '#2979ff' },\n\n // 未选中项的颜色\n inactiveColor: {\n type: String,\n default: '#303133' },\n\n // 菜单底部移动的bar的宽度,单位rpx\n barWidth: {\n type: [String, Number],\n default: 40 },\n\n // 移动bar的高度\n barHeight: {\n type: [String, Number],\n default: 6 },\n\n // 单个tab的左或有内边距(左右相同)\n gutter: {\n type: [String, Number],\n default: 30 },\n\n // 导航栏的背景颜色\n bgColor: {\n type: String,\n default: '#ffffff' },\n\n // 读取传入的数组对象的属性(tab名称)\n name: {\n type: String,\n default: 'name' },\n\n // 读取传入的数组对象的属性(徽标数)\n count: {\n type: String,\n default: 'count' },\n\n // 徽标数位置偏移\n offset: {\n type: Array,\n default: function _default() {\n return [5, 20];\n } },\n\n // 活动tab字体是否加粗\n bold: {\n type: Boolean,\n default: true },\n\n // 当前活动tab item的样式\n activeItemStyle: {\n type: Object,\n default: function _default() {\n return {};\n } },\n\n // 是否显示底部的滑块\n showBar: {\n type: Boolean,\n default: true },\n\n // 底部滑块的自定义样式\n barStyle: {\n type: Object,\n default: function _default() {\n return {};\n } },\n\n // 标签的宽度\n itemWidth: {\n type: [Number, String],\n default: 'auto' } },\n\n\n data: function data() {\n return {\n scrollLeft: 0, // 滚动scroll-view的左边滚动距离\n tabQueryInfo: [], // 存放对tab菜单查询后的节点信息\n componentWidth: 0, // 屏幕宽度,单位为px\n scrollBarLeft: 0, // 移动bar需要通过translateX()移动的距离\n parentLeft: 0, // 父元素(tabs组件)到屏幕左边的距离\n id: this.$u.guid(), // id值\n currentIndex: this.current,\n barFirstTimeMove: true // 滑块第一次移动时(页面刚生成时),无需动画,否则给人怪异的感觉\n };\n },\n watch: {\n // 监听tab的变化,重新计算tab菜单的布局信息,因为实际使用中菜单可能是通过\n // 后台获取的(如新闻app顶部的菜单),获取返回需要一定时间,所以list变化时,重新获取布局信息\n list: function list(n, o) {var _this = this;\n // list变动时,重制内部索引,否则可能导致超出数组边界的情况\n if (n.length !== o.length) this.currentIndex = 0;\n // 用$nextTick等待视图更新完毕后再计算tab的局部信息,否则可能因为tab还没生成就获取,就会有问题\n this.$nextTick(function () {\n _this.init();\n });\n },\n current: {\n immediate: true,\n handler: function handler(nVal, oVal) {var _this2 = this;\n // 视图更新后再执行移动操作\n this.$nextTick(function () {\n _this2.currentIndex = nVal;\n _this2.scrollByIndex();\n });\n } } },\n\n\n computed: {\n // 移动bar的样式\n tabBarStyle: function tabBarStyle() {\n var style = {\n width: this.barWidth + 'rpx',\n transform: \"translate(\".concat(this.scrollBarLeft, \"px, -100%)\"),\n // 滑块在页面渲染后第一次滑动时,无需动画效果\n 'transition-duration': \"\".concat(this.barFirstTimeMove ? 0 : this.duration, \"s\"),\n 'background-color': this.activeColor,\n height: this.barHeight + 'rpx',\n opacity: this.barFirstTimeMove ? 0 : 1,\n // 设置一个很大的值,它会自动取能用的最大值,不用高度的一半,是因为高度可能是单数,会有小数出现\n 'border-radius': \"\".concat(this.barHeight / 2, \"px\") };\n\n Object.assign(style, this.barStyle);\n return style;\n },\n // tab的样式\n tabItemStyle: function tabItemStyle() {var _this3 = this;\n return function (index) {\n var style = {\n height: _this3.height + 'rpx',\n 'line-height': _this3.height + 'rpx',\n 'font-size': _this3.fontSize + 'rpx',\n 'transition-duration': \"\".concat(_this3.duration, \"s\"),\n padding: _this3.isScroll ? \"0 \".concat(_this3.gutter, \"rpx\") : '',\n flex: _this3.isScroll ? 'auto' : '1',\n width: _this3.$u.addUnit(_this3.itemWidth) };\n\n // 字体加粗\n if (index == _this3.currentIndex && _this3.bold) style.fontWeight = 'bold';\n if (index == _this3.currentIndex) {\n style.color = _this3.activeColor;\n // 给选中的tab item添加外部自定义的样式\n style = Object.assign(style, _this3.activeItemStyle);\n } else {\n style.color = _this3.inactiveColor;\n }\n return style;\n };\n } },\n\n methods: {\n // 设置一个init方法,方便多处调用\n init: function init() {var _this4 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee() {var tabRect;return _regenerator.default.wrap(function _callee$(_context) {while (1) {switch (_context.prev = _context.next) {case 0:_context.next = 2;return (\n\n _this4.$uGetRect('#' + _this4.id));case 2:tabRect = _context.sent;\n // tabs组件距离屏幕左边的宽度\n _this4.parentLeft = tabRect.left;\n // tabs组件的宽度\n _this4.componentWidth = tabRect.width;\n _this4.getTabRect();case 6:case \"end\":return _context.stop();}}}, _callee);}))();\n },\n // 点击某一个tab菜单\n clickTab: function clickTab(index) {\n // 点击当前活动tab,不触发事件\n if (index == this.currentIndex) return;\n // 发送事件给父组件\n this.$emit('change', index);\n },\n // 查询tab的布局信息\n getTabRect: function getTabRect() {\n // 创建节点查询\n var query = uni.createSelectorQuery().in(this);\n // 历遍所有tab,这里是执行了查询,最终使用exec()会一次性返回查询的数组结果\n for (var i = 0; i < this.list.length; i++) {\n // 只要size和rect两个参数\n query.select(\"#u-tab-item-\".concat(i)).fields({\n size: true,\n rect: true });\n\n }\n // 执行查询,一次性获取多个结果\n query.exec(\n function (res) {\n this.tabQueryInfo = res;\n // 初始化滚动条和移动bar的位置\n this.scrollByIndex();\n }.bind(this));\n\n },\n // 滚动scroll-view,让活动的tab处于屏幕的中间位置\n scrollByIndex: function scrollByIndex() {var _this5 = this;\n // 当前活动tab的布局信息,有tab菜单的width和left(为元素左边界到父元素左边界的距离)等信息\n var tabInfo = this.tabQueryInfo[this.currentIndex];\n if (!tabInfo) return;\n // 活动tab的宽度\n var tabWidth = tabInfo.width;\n // 活动item的左边到tabs组件左边的距离,用item的left减去tabs的left\n var offsetLeft = tabInfo.left - this.parentLeft;\n // 将活动的tabs-item移动到屏幕正中间,实际上是对scroll-view的移动\n var scrollLeft = offsetLeft - (this.componentWidth - tabWidth) / 2;\n this.scrollLeft = scrollLeft < 0 ? 0 : scrollLeft;\n // 当前活动item的中点点到左边的距离减去滑块宽度的一半,即可得到滑块所需的移动距离\n var left = tabInfo.left + tabInfo.width / 2 - this.parentLeft;\n // 计算当前活跃item到组件左边的距离\n this.scrollBarLeft = left - uni.upx2px(this.barWidth) / 2;\n // 第一次移动滑块的时候,barFirstTimeMove为true,放到延时中将其设置false\n // 延时是因为scrollBarLeft作用于computed计算时,需要一个过程需,否则导致出错\n if (this.barFirstTimeMove == true) {\n setTimeout(function () {\n _this5.barFirstTimeMove = false;\n }, 100);\n }\n } },\n\n mounted: function mounted() {\n this.init();\n } };exports.default = _default2;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXZpZXctdWkvY29tcG9uZW50cy91LXRhYnMvdS10YWJzLnZ1ZSJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFxQkE7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQTJCQTtBQUNBLGdCQURBO0FBRUE7QUFDQTtBQUNBO0FBQ0EsbUJBREE7QUFFQSxtQkFGQSxFQUZBOztBQU1BO0FBQ0E7QUFDQSxpQkFEQTtBQUVBLGFBRkEsc0JBRUE7QUFDQTtBQUNBLE9BSkEsRUFQQTs7QUFhQTtBQUNBO0FBQ0EsNEJBREE7QUFFQSxnQkFGQSxFQWRBOztBQWtCQTtBQUNBO0FBQ0EsNEJBREE7QUFFQSxpQkFGQSxFQW5CQTs7QUF1QkE7QUFDQTtBQUNBLDRCQURBO0FBRUEsaUJBRkEsRUF4QkE7O0FBNEJBO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLGtCQUZBLEVBN0JBOztBQWlDQTtBQUNBO0FBQ0Esa0JBREE7QUFFQSx3QkFGQSxFQWxDQTs7QUFzQ0E7QUFDQTtBQUNBLGtCQURBO0FBRUEsd0JBRkEsRUF2Q0E7O0FBMkNBO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLGlCQUZBLEVBNUNBOztBQWdEQTtBQUNBO0FBQ0EsNEJBREE7QUFFQSxnQkFGQSxFQWpEQTs7QUFxREE7QUFDQTtBQUNBLDRCQURBO0FBRUEsaUJBRkEsRUF0REE7O0FBMERBO0FBQ0E7QUFDQSxrQkFEQTtBQUVBLHdCQUZBLEVBM0RBOztBQStEQTtBQUNBO0FBQ0Esa0JBREE7QUFFQSxxQkFGQSxFQWhFQTs7QUFvRUE7QUFDQTtBQUNBLGtCQURBO0FBRUEsc0JBRkEsRUFyRUE7O0FBeUVBO0FBQ0E7QUFDQSxpQkFEQTtBQUVBO0FBQ0E7QUFDQSxPQUpBLEVBMUVBOztBQWdGQTtBQUNBO0FBQ0EsbUJBREE7QUFFQSxtQkFGQSxFQWpGQTs7QUFxRkE7QUFDQTtBQUNBLGtCQURBO0FBRUEsYUFGQSxzQkFFQTtBQUNBO0FBQ0EsT0FKQSxFQXRGQTs7QUE0RkE7QUFDQTtBQUNBLG1CQURBO0FBRUEsbUJBRkEsRUE3RkE7O0FBaUdBO0FBQ0E7QUFDQSxrQkFEQTtBQUVBLGFBRkEsc0JBRUE7QUFDQTtBQUNBLE9BSkEsRUFsR0E7O0FBd0dBO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLHFCQUZBLEVBekdBLEVBRkE7OztBQWdIQSxNQWhIQSxrQkFnSEE7QUFDQTtBQUNBLG1CQURBLEVBQ0E7QUFDQSxzQkFGQSxFQUVBO0FBQ0EsdUJBSEEsRUFHQTtBQUNBLHNCQUpBLEVBSUE7QUFDQSxtQkFMQSxFQUtBO0FBQ0Esd0JBTkEsRUFNQTtBQUNBLGdDQVBBO0FBUUEsNEJBUkEsQ0FRQTtBQVJBO0FBVUEsR0EzSEE7QUE0SEE7QUFDQTtBQUNBO0FBQ0EsUUFIQSxnQkFHQSxDQUhBLEVBR0EsQ0FIQSxFQUdBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE9BRkE7QUFHQSxLQVZBO0FBV0E7QUFDQSxxQkFEQTtBQUVBLGFBRkEsbUJBRUEsSUFGQSxFQUVBLElBRkEsRUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsU0FIQTtBQUlBLE9BUkEsRUFYQSxFQTVIQTs7O0FBa0pBO0FBQ0E7QUFDQSxlQUZBLHlCQUVBO0FBQ0E7QUFDQSxvQ0FEQTtBQUVBLHdFQUZBO0FBR0E7QUFDQSx3RkFKQTtBQUtBLDRDQUxBO0FBTUEsc0NBTkE7QUFPQSw4Q0FQQTtBQVFBO0FBQ0EsNERBVEE7O0FBV0E7QUFDQTtBQUNBLEtBaEJBO0FBaUJBO0FBQ0EsZ0JBbEJBLDBCQWtCQTtBQUNBO0FBQ0E7QUFDQSx1Q0FEQTtBQUVBLDhDQUZBO0FBR0EsOENBSEE7QUFJQSxnRUFKQTtBQUtBLDJFQUxBO0FBTUEsOENBTkE7QUFPQSxvREFQQTs7QUFTQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxTQUpBLE1BSUE7QUFDQTtBQUNBO0FBQ0E7QUFDQSxPQXBCQTtBQXFCQSxLQXhDQSxFQWxKQTs7QUE0TEE7QUFDQTtBQUNBLFFBRkEsa0JBRUE7O0FBRUEsbURBRkEsU0FFQSxPQUZBO0FBR0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxvQ0FQQTtBQVFBLEtBVkE7QUFXQTtBQUNBLFlBWkEsb0JBWUEsS0FaQSxFQVlBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQWpCQTtBQWtCQTtBQUNBLGNBbkJBLHdCQW1CQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLG9CQURBO0FBRUEsb0JBRkE7O0FBSUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxPQUpBLENBSUEsSUFKQSxDQUlBLElBSkEsQ0FEQTs7QUFPQSxLQXRDQTtBQXVDQTtBQUNBLGlCQXhDQSwyQkF3Q0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFNBRkEsRUFFQSxHQUZBO0FBR0E7QUFDQSxLQTlEQSxFQTVMQTs7QUE0UEEsU0E1UEEscUJBNFBBO0FBQ0E7QUFDQSxHQTlQQSxFIiwiZmlsZSI6IjU2Ni5qcyIsInNvdXJjZXNDb250ZW50IjpbIjx0ZW1wbGF0ZT5cclxuXHQ8dmlldyBjbGFzcz1cInUtdGFic1wiIDpzdHlsZT1cIntcclxuXHRcdGJhY2tncm91bmQ6IGJnQ29sb3JcclxuXHR9XCI+XHJcblx0XHQ8IS0tICR1LmdldFJlY3QoKeWvuee7hOS7tuagueiKgueCueaXoOaViO+8jOWboOS4uuWGmeS6hi5pbih0aGlzKe+8jOaVhei/memHjOiOt+WPluWGheWxguaOpeeCueWwuuWvuCAtLT5cclxuXHRcdDx2aWV3IDppZD1cImlkXCI+XHJcblx0XHRcdDxzY3JvbGwtdmlldyBzY3JvbGwteCBjbGFzcz1cInUtc2Nyb2xsLXZpZXdcIiA6c2Nyb2xsLWxlZnQ9XCJzY3JvbGxMZWZ0XCIgc2Nyb2xsLXdpdGgtYW5pbWF0aW9uPlxyXG5cdFx0XHRcdDx2aWV3IGNsYXNzPVwidS1zY3JvbGwtYm94XCIgOmNsYXNzPVwieyd1LXRhYnMtc2NvcmxsLWZsZXgnOiAhaXNTY3JvbGx9XCI+XHJcblx0XHRcdFx0XHQ8dmlldyBjbGFzcz1cInUtdGFiLWl0ZW0gdS1saW5lLTFcIiA6aWQ9XCIndS10YWItaXRlbS0nICsgaW5kZXhcIiB2LWZvcj1cIihpdGVtLCBpbmRleCkgaW4gbGlzdFwiIDprZXk9XCJpbmRleFwiIEB0YXA9XCJjbGlja1RhYihpbmRleClcIlxyXG5cdFx0XHRcdFx0IDpzdHlsZT1cIlt0YWJJdGVtU3R5bGUoaW5kZXgpXVwiPlxyXG5cdFx0XHRcdFx0XHQ8dS1iYWRnZSA6Y291bnQ9XCJpdGVtW2NvdW50XSB8fCBpdGVtWydjb3VudCddIHx8IDBcIiA6b2Zmc2V0PVwib2Zmc2V0XCIgc2l6ZT1cIm1pbmlcIj48L3UtYmFkZ2U+XHJcblx0XHRcdFx0XHRcdHt7IGl0ZW1bbmFtZV0gfHwgaXRlbVsnbmFtZSddfX1cclxuXHRcdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0XHRcdDx2aWV3IHYtaWY9XCJzaG93QmFyXCIgY2xhc3M9XCJ1LXRhYi1iYXJcIiA6c3R5bGU9XCJbdGFiQmFyU3R5bGVdXCI+PC92aWV3PlxyXG5cdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0PC9zY3JvbGwtdmlldz5cclxuXHRcdDwvdmlldz5cclxuXHQ8L3ZpZXc+XHJcbjwvdGVtcGxhdGU+XHJcblxyXG48c2NyaXB0PlxyXG5cdC8qKlxyXG5cdCAqIHRhYnMg5qCH562+XHJcblx0ICogQGRlc2NyaXB0aW9uIOivpee7hOS7tu+8jOaYr+S4gOS4qnRhYnPmoIfnrb7nu4Tku7bvvIzlnKjmoIfnrb7lpJrnmoTml7blgJnvvIzlj6/ku6XphY3nva7kuLrlt6blj7Pmu5HliqjvvIzmoIfnrb7lsJHnmoTml7blgJnvvIzlj6/ku6XnpoHmraLmu5HliqjjgIIg6K+l57uE5Lu255qE5LiA5Liq54m554K55piv6YWN572u5Li65rua5Yqo5qih5byP5pe277yM5r+A5rS755qEdGFi5Lya6Ieq5Yqo56e75Yqo5Yiw57uE5Lu255qE5Lit6Ze05L2N572u44CCXHJcblx0ICogQHR1dG9yaWFsIGh0dHBzOi8vd3d3LnV2aWV3dWkuY29tL2NvbXBvbmVudHMvdGFicy5odG1sXHJcblx0ICogQHByb3BlcnR5IHtCb29sZWFufSBpcy1zY3JvbGwgdGFic+aYr+WQpuWPr+S7peW3puWPs+aLluWKqO+8iOm7mOiupHRydWXvvIlcclxuXHQgKiBAcHJvcGVydHkge0FycmF5fSBsaXN0IOagh+etvuaVsOe7hO+8jOWFg+e0oOS4uuWvueixoe+8jOWmglt7bmFtZTogJ+aOqOiNkCd9XVxyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nIE51bWJlcn0gY3VycmVudCDmjIflrprlk6rkuKp0YWLkuLrmv4DmtLvnirbmgIHvvIjpu5jorqQw77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmcgTnVtYmVyfSBoZWlnaHQg5a+86Iiq5qCP55qE6auY5bqm77yM5Y2V5L2NcnB477yI6buY6K6kODDvvIlcclxuXHQgKiBAcHJvcGVydHkge1N0cmluZyBOdW1iZXJ9IGZvbnQtc2l6ZSB0YWLmloflrZflpKflsI/vvIzljZXkvY1ycHjvvIjpu5jorqQzMO+8iVxyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nIE51bWJlcn0gZHVyYXRpb24g5ruR5Z2X56e75Yqo5LiA5qyh5omA6ZyA55qE5pe26Ze077yM5Y2V5L2N56eS77yI6buY6K6kMC4177yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmd9IGFjdGl2ZS1jb2xvciDmu5HlnZflkozmv4DmtLt0YWLmloflrZfnmoTpopzoibLvvIjpu5jorqQjMjk3OWZm77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmd9IGluYWN0aXZlLWNvbG9yIHRhYnPmloflrZfpopzoibLvvIjpu5jorqQjMzAzMTMz77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmcgTnVtYmVyfSBiYXItd2lkdGgg5ruR5Z2X5a695bqm77yM5Y2V5L2NcnB477yI6buY6K6kNDDvvIlcclxuXHQgKiBAcHJvcGVydHkge09iamVjdH0gYWN0aXZlLWl0ZW0tc3R5bGUg5rS75YqodGFicyBpdGVt55qE5qC35byP77yM5a+56LGh5b2i5byPXHJcblx0ICogQHByb3BlcnR5IHtPYmplY3R9IGJhci1zdHlsZSDlupXpg6jmu5HlnZfnmoTmoLflvI/vvIzlr7nosaHlvaLlvI9cclxuXHQgKiBAcHJvcGVydHkge0Jvb2xlYW59IHNob3ctYmFyIOaYr+WQpuaYvuekuuW6lemDqOeahOa7keWdl++8iOm7mOiupHRydWXvvIlcclxuXHQgKiBAcHJvcGVydHkge1N0cmluZyBOdW1iZXJ9IGJhci1oZWlnaHQg5ruR5Z2X6auY5bqm77yM5Y2V5L2NcnB477yI6buY6K6kNu+8iVxyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nIE51bWJlcn0gaXRlbS13aWR0aCDmoIfnrb7nmoTlrr3luqbvvIjpu5jorqRhdXRv77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmcgTnVtYmVyfSBndXR0ZXIg5Y2V5LiqdGFi5qCH562+55qE5bem5Y+z5YaF6L656Led5LmL5ZKM77yM5Y2V5L2NcnB477yI6buY6K6kNDDvvIlcclxuXHQgKiBAcHJvcGVydHkge1N0cmluZ30gYmctY29sb3IgdGFic+WvvOiIquagj+eahOiDjOaZr+minOiJsu+8iOm7mOiupCNmZmZmZmbvvIlcclxuXHQgKiBAcHJvcGVydHkge1N0cmluZ30gbmFtZSDnu4Tku7blhoXpg6jor7vlj5bnmoRsaXN05Y+C5pWw5Lit55qE5bGe5oCn5ZCN77yIdGFi5ZCN56ew77yJ77yM6KeB5a6Y572R6K+05piO77yI6buY6K6kbmFtZe+8iVxyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nfSBjb3VudCDnu4Tku7blhoXpg6jor7vlj5bnmoRsaXN05Y+C5pWw5Lit55qE5bGe5oCn5ZCN77yIYmFkZ2Xlvr3moIfmlbDvvInvvIzlkIxuYW1l5bGe5oCn55qE5L2/55So77yM6KeB5a6Y572R6K+05piO77yI6buY6K6kY291bnTvvIlcclxuXHQgKiBAcHJvcGVydHkge0FycmF5fSBvZmZzZXQg6K6+572uYmFkZ2Xlvr3moIfmlbDnmoTkvY3nva7lgY/np7vvvIzmoLzlvI/kuLogW3gsIHld77yM5Lmf5Y2z6K6+572u55qE5Li6dG9w5ZKMcmlnaHTnmoTlgLzvvIzljZXkvY1ycHjvvIjpu5jorqRbNSwgMjBd77yJXHJcblx0ICogQHByb3BlcnR5IHtCb29sZWFufSBib2xkIOa/gOa0u+mAiemhueeahOWtl+S9k+aYr+WQpuWKoOeyl++8iOm7mOiupHRydWXvvIlcclxuXHQgKiBAZXZlbnQge0Z1bmN0aW9ufSBjaGFuZ2Ug54K55Ye75qCH562+5pe26Kem5Y+RXHJcblx0ICogQGV4YW1wbGUgPHUtdGFicyByZWY9XCJ0YWJzXCIgOmxpc3Q9XCJsaXN0XCIgOmlzLXNjcm9sbD1cImZhbHNlXCI+PC91LXRhYnM+XHJcblx0ICovXHJcblx0ZXhwb3J0IGRlZmF1bHQge1xyXG5cdFx0bmFtZTogXCJ1LXRhYnNcIixcclxuXHRcdHByb3BzOiB7XHJcblx0XHRcdC8vIOWvvOiIquiPnOWNleaYr+WQpumcgOimgea7muWKqO+8jOWmguWPquaciTLmiJbogIUz5Liq55qE5pe25YCZ77yM5bCx5LiN6ZyA6KaB5rua5Yqo5LqG77yM5q2k5pe25L2/55SoZmxleOW5s+WIhnRhYueahOWuveW6plxyXG5cdFx0XHRpc1Njcm9sbDoge1xyXG5cdFx0XHRcdHR5cGU6IEJvb2xlYW4sXHJcblx0XHRcdFx0ZGVmYXVsdDogdHJ1ZVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvL+mcgOW+queOr+eahOagh+etvuWIl+ihqFxyXG5cdFx0XHRsaXN0OiB7XHJcblx0XHRcdFx0dHlwZTogQXJyYXksXHJcblx0XHRcdFx0ZGVmYXVsdCAoKSB7XHJcblx0XHRcdFx0XHRyZXR1cm4gW107XHJcblx0XHRcdFx0fVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDlvZPliY3mtLvliqh0YWLnmoTntKLlvJVcclxuXHRcdFx0Y3VycmVudDoge1xyXG5cdFx0XHRcdHR5cGU6IFtOdW1iZXIsIFN0cmluZ10sXHJcblx0XHRcdFx0ZGVmYXVsdDogMFxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDlr7zoiKrmoI/nmoTpq5jluqblkozooYzpq5hcclxuXHRcdFx0aGVpZ2h0OiB7XHJcblx0XHRcdFx0dHlwZTogW1N0cmluZywgTnVtYmVyXSxcclxuXHRcdFx0XHRkZWZhdWx0OiA4MFxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDlrZfkvZPlpKflsI9cclxuXHRcdFx0Zm9udFNpemU6IHtcclxuXHRcdFx0XHR0eXBlOiBbU3RyaW5nLCBOdW1iZXJdLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IDMwXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOi/h+a4oeWKqOeUu+aXtumVvywg5Y2V5L2NbXNcclxuXHRcdFx0ZHVyYXRpb246IHtcclxuXHRcdFx0XHR0eXBlOiBbU3RyaW5nLCBOdW1iZXJdLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IDAuNVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDpgInkuK3pobnnmoTkuLvpopjpopzoibJcclxuXHRcdFx0YWN0aXZlQ29sb3I6IHtcclxuXHRcdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdFx0ZGVmYXVsdDogJyMyOTc5ZmYnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOacqumAieS4remhueeahOminOiJslxyXG5cdFx0XHRpbmFjdGl2ZUNvbG9yOiB7XHJcblx0XHRcdFx0dHlwZTogU3RyaW5nLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICcjMzAzMTMzJ1xyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDoj5zljZXlupXpg6jnp7vliqjnmoRiYXLnmoTlrr3luqbvvIzljZXkvY1ycHhcclxuXHRcdFx0YmFyV2lkdGg6IHtcclxuXHRcdFx0XHR0eXBlOiBbU3RyaW5nLCBOdW1iZXJdLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IDQwXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOenu+WKqGJhcueahOmrmOW6plxyXG5cdFx0XHRiYXJIZWlnaHQ6IHtcclxuXHRcdFx0XHR0eXBlOiBbU3RyaW5nLCBOdW1iZXJdLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IDZcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5Y2V5LiqdGFi55qE5bem5oiW5pyJ5YaF6L656Led77yI5bem5Y+z55u45ZCM77yJXHJcblx0XHRcdGd1dHRlcjoge1xyXG5cdFx0XHRcdHR5cGU6IFtTdHJpbmcsIE51bWJlcl0sXHJcblx0XHRcdFx0ZGVmYXVsdDogMzBcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5a+86Iiq5qCP55qE6IOM5pmv6aKc6ImyXHJcblx0XHRcdGJnQ29sb3I6IHtcclxuXHRcdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdFx0ZGVmYXVsdDogJyNmZmZmZmYnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOivu+WPluS8oOWFpeeahOaVsOe7hOWvueixoeeahOWxnuaApyh0YWLlkI3np7ApXHJcblx0XHRcdG5hbWU6IHtcclxuXHRcdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdFx0ZGVmYXVsdDogJ25hbWUnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOivu+WPluS8oOWFpeeahOaVsOe7hOWvueixoeeahOWxnuaApyjlvr3moIfmlbApXHJcblx0XHRcdGNvdW50OiB7XHJcblx0XHRcdFx0dHlwZTogU3RyaW5nLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICdjb3VudCdcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5b695qCH5pWw5L2N572u5YGP56e7XHJcblx0XHRcdG9mZnNldDoge1xyXG5cdFx0XHRcdHR5cGU6IEFycmF5LFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICgpID0+IHtcclxuXHRcdFx0XHRcdHJldHVybiBbNSwgMjBdXHJcblx0XHRcdFx0fVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDmtLvliqh0YWLlrZfkvZPmmK/lkKbliqDnspdcclxuXHRcdFx0Ym9sZDoge1xyXG5cdFx0XHRcdHR5cGU6IEJvb2xlYW4sXHJcblx0XHRcdFx0ZGVmYXVsdDogdHJ1ZVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDlvZPliY3mtLvliqh0YWIgaXRlbeeahOagt+W8j1xyXG5cdFx0XHRhY3RpdmVJdGVtU3R5bGU6IHtcclxuXHRcdFx0XHR0eXBlOiBPYmplY3QsXHJcblx0XHRcdFx0ZGVmYXVsdCgpIHtcclxuXHRcdFx0XHRcdHJldHVybiB7fVxyXG5cdFx0XHRcdH1cclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5piv5ZCm5pi+56S65bqV6YOo55qE5ruR5Z2XXHJcblx0XHRcdHNob3dCYXI6IHtcclxuXHRcdFx0XHR0eXBlOiBCb29sZWFuLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IHRydWVcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5bqV6YOo5ruR5Z2X55qE6Ieq5a6a5LmJ5qC35byPXHJcblx0XHRcdGJhclN0eWxlOiB7XHJcblx0XHRcdFx0dHlwZTogT2JqZWN0LFxyXG5cdFx0XHRcdGRlZmF1bHQoKSB7XHJcblx0XHRcdFx0XHRyZXR1cm4ge31cclxuXHRcdFx0XHR9XHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOagh+etvueahOWuveW6plxyXG5cdFx0XHRpdGVtV2lkdGg6IHtcclxuXHRcdFx0XHR0eXBlOiBbTnVtYmVyLCBTdHJpbmddLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICdhdXRvJ1xyXG5cdFx0XHR9XHJcblx0XHR9LFxyXG5cdFx0ZGF0YSgpIHtcclxuXHRcdFx0cmV0dXJuIHtcclxuXHRcdFx0XHRzY3JvbGxMZWZ0OiAwLCAvLyDmu5rliqhzY3JvbGwtdmlld+eahOW3pui+uea7muWKqOi3neemu1xyXG5cdFx0XHRcdHRhYlF1ZXJ5SW5mbzogW10sIC8vIOWtmOaUvuWvuXRhYuiPnOWNleafpeivouWQjueahOiKgueCueS/oeaBr1xyXG5cdFx0XHRcdGNvbXBvbmVudFdpZHRoOiAwLCAvLyDlsY/luZXlrr3luqbvvIzljZXkvY3kuLpweFxyXG5cdFx0XHRcdHNjcm9sbEJhckxlZnQ6IDAsIC8vIOenu+WKqGJhcumcgOimgemAmui/h3RyYW5zbGF0ZVgoKeenu+WKqOeahOi3neemu1xyXG5cdFx0XHRcdHBhcmVudExlZnQ6IDAsIC8vIOeItuWFg+e0oCh0YWJz57uE5Lu2KeWIsOWxj+W5leW3pui+ueeahOi3neemu1xyXG5cdFx0XHRcdGlkOiB0aGlzLiR1Lmd1aWQoKSwgLy8gaWTlgLxcclxuXHRcdFx0XHRjdXJyZW50SW5kZXg6IHRoaXMuY3VycmVudCxcclxuXHRcdFx0XHRiYXJGaXJzdFRpbWVNb3ZlOiB0cnVlLCAvLyDmu5HlnZfnrKzkuIDmrKHnp7vliqjml7Yo6aG16Z2i5Yia55Sf5oiQ5pe2Ke+8jOaXoOmcgOWKqOeUu++8jOWQpuWImee7meS6uuaAquW8gueahOaEn+iniVxyXG5cdFx0XHR9O1xyXG5cdFx0fSxcclxuXHRcdHdhdGNoOiB7XHJcblx0XHRcdC8vIOebkeWQrHRhYueahOWPmOWMlu+8jOmHjeaWsOiuoeeul3RhYuiPnOWNleeahOW4g+WxgOS/oeaBr++8jOWboOS4uuWunumZheS9v+eUqOS4reiPnOWNleWPr+iDveaYr+mAmui/h1xyXG5cdFx0XHQvLyDlkI7lj7Dojrflj5bnmoTvvIjlpoLmlrDpl7thcHDpobbpg6jnmoToj5zljZXvvInvvIzojrflj5bov5Tlm57pnIDopoHkuIDlrprml7bpl7TvvIzmiYDku6VsaXN05Y+Y5YyW5pe277yM6YeN5paw6I635Y+W5biD5bGA5L+h5oGvXHJcblx0XHRcdGxpc3Qobiwgbykge1xyXG5cdFx0XHRcdC8vIGxpc3Tlj5jliqjml7bvvIzph43liLblhoXpg6jntKLlvJXvvIzlkKbliJnlj6/og73lr7zoh7TotoXlh7rmlbDnu4TovrnnlYznmoTmg4XlhrVcclxuXHRcdFx0XHRpZihuLmxlbmd0aCAhPT0gby5sZW5ndGgpIHRoaXMuY3VycmVudEluZGV4ID0gMDtcclxuXHRcdFx0XHQvLyDnlKgkbmV4dFRpY2vnrYnlvoXop4blm77mm7TmlrDlrozmr5XlkI7lho3orqHnrpd0YWLnmoTlsYDpg6jkv6Hmga/vvIzlkKbliJnlj6/og73lm6DkuLp0YWLov5jmsqHnlJ/miJDlsLHojrflj5bvvIzlsLHkvJrmnInpl67pophcclxuXHRcdFx0XHR0aGlzLiRuZXh0VGljaygoKSA9PiB7XHJcblx0XHRcdFx0XHR0aGlzLmluaXQoKTtcclxuXHRcdFx0XHR9KTtcclxuXHRcdFx0fSxcclxuXHRcdFx0Y3VycmVudDoge1xyXG5cdFx0XHRcdGltbWVkaWF0ZTogdHJ1ZSxcclxuXHRcdFx0XHRoYW5kbGVyKG5WYWwsIG9WYWwpIHtcclxuXHRcdFx0XHRcdC8vIOinhuWbvuabtOaWsOWQjuWGjeaJp+ihjOenu+WKqOaTjeS9nFxyXG5cdFx0XHRcdFx0dGhpcy4kbmV4dFRpY2soKCkgPT4ge1xyXG5cdFx0XHRcdFx0XHR0aGlzLmN1cnJlbnRJbmRleCA9IG5WYWw7XHJcblx0XHRcdFx0XHRcdHRoaXMuc2Nyb2xsQnlJbmRleCgpO1xyXG5cdFx0XHRcdFx0fSk7XHJcblx0XHRcdFx0fVxyXG5cdFx0XHR9LFxyXG5cdFx0fSxcclxuXHRcdGNvbXB1dGVkOiB7XHJcblx0XHRcdC8vIOenu+WKqGJhcueahOagt+W8j1xyXG5cdFx0XHR0YWJCYXJTdHlsZSgpIHtcclxuXHRcdFx0XHRsZXQgc3R5bGUgPSB7XHJcblx0XHRcdFx0XHR3aWR0aDogdGhpcy5iYXJXaWR0aCArICdycHgnLFxyXG5cdFx0XHRcdFx0dHJhbnNmb3JtOiBgdHJhbnNsYXRlKCR7dGhpcy5zY3JvbGxCYXJMZWZ0fXB4LCAtMTAwJSlgLFxyXG5cdFx0XHRcdFx0Ly8g5ruR5Z2X5Zyo6aG16Z2i5riy5p+T5ZCO56ys5LiA5qyh5ruR5Yqo5pe277yM5peg6ZyA5Yqo55S75pWI5p6cXHJcblx0XHRcdFx0XHQndHJhbnNpdGlvbi1kdXJhdGlvbic6IGAke3RoaXMuYmFyRmlyc3RUaW1lTW92ZSA/IDAgOiB0aGlzLmR1cmF0aW9uIH1zYCxcclxuXHRcdFx0XHRcdCdiYWNrZ3JvdW5kLWNvbG9yJzogdGhpcy5hY3RpdmVDb2xvcixcclxuXHRcdFx0XHRcdGhlaWdodDogdGhpcy5iYXJIZWlnaHQgKyAncnB4JyxcclxuXHRcdFx0XHRcdG9wYWNpdHk6IHRoaXMuYmFyRmlyc3RUaW1lTW92ZSA/IDAgOiAxLFxyXG5cdFx0XHRcdFx0Ly8g6K6+572u5LiA5Liq5b6I5aSn55qE5YC877yM5a6D5Lya6Ieq5Yqo5Y+W6IO955So55qE5pyA5aSn5YC877yM5LiN55So6auY5bqm55qE5LiA5Y2K77yM5piv5Zug5Li66auY5bqm5Y+v6IO95piv5Y2V5pWw77yM5Lya5pyJ5bCP5pWw5Ye6546wXHJcblx0XHRcdFx0XHQnYm9yZGVyLXJhZGl1cyc6IGAke3RoaXMuYmFySGVpZ2h0IC8gMn1weGBcclxuXHRcdFx0XHR9O1xyXG5cdFx0XHRcdE9iamVjdC5hc3NpZ24oc3R5bGUsIHRoaXMuYmFyU3R5bGUpO1xyXG5cdFx0XHRcdHJldHVybiBzdHlsZTtcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8gdGFi55qE5qC35byPXHJcblx0XHRcdHRhYkl0ZW1TdHlsZSgpIHtcclxuXHRcdFx0XHRyZXR1cm4gKGluZGV4KSA9PiB7XHJcblx0XHRcdFx0XHRsZXQgc3R5bGUgPSB7XHJcblx0XHRcdFx0XHRcdGhlaWdodDogdGhpcy5oZWlnaHQgKyAncnB4JyxcclxuXHRcdFx0XHRcdFx0J2xpbmUtaGVpZ2h0JzogdGhpcy5oZWlnaHQgKyAncnB4JyxcclxuXHRcdFx0XHRcdFx0J2ZvbnQtc2l6ZSc6IHRoaXMuZm9udFNpemUgKyAncnB4JyxcclxuXHRcdFx0XHRcdFx0J3RyYW5zaXRpb24tZHVyYXRpb24nOiBgJHt0aGlzLmR1cmF0aW9ufXNgLFxyXG5cdFx0XHRcdFx0XHRwYWRkaW5nOiB0aGlzLmlzU2Nyb2xsID8gYDAgJHt0aGlzLmd1dHRlcn1ycHhgIDogJycsXHJcblx0XHRcdFx0XHRcdGZsZXg6IHRoaXMuaXNTY3JvbGwgPyAnYXV0bycgOiAnMScsXHJcblx0XHRcdFx0XHRcdHdpZHRoOiB0aGlzLiR1LmFkZFVuaXQodGhpcy5pdGVtV2lkdGgpXHJcblx0XHRcdFx0XHR9O1xyXG5cdFx0XHRcdFx0Ly8g5a2X5L2T5Yqg57KXXHJcblx0XHRcdFx0XHRpZiAoaW5kZXggPT0gdGhpcy5jdXJyZW50SW5kZXggJiYgdGhpcy5ib2xkKSBzdHlsZS5mb250V2VpZ2h0ID0gJ2JvbGQnO1xyXG5cdFx0XHRcdFx0aWYgKGluZGV4ID09IHRoaXMuY3VycmVudEluZGV4KSB7XHJcblx0XHRcdFx0XHRcdHN0eWxlLmNvbG9yID0gdGhpcy5hY3RpdmVDb2xvcjtcclxuXHRcdFx0XHRcdFx0Ly8g57uZ6YCJ5Lit55qEdGFiIGl0ZW3mt7vliqDlpJbpg6joh6rlrprkuYnnmoTmoLflvI9cclxuXHRcdFx0XHRcdFx0c3R5bGUgPSBPYmplY3QuYXNzaWduKHN0eWxlLCB0aGlzLmFjdGl2ZUl0ZW1TdHlsZSk7XHJcblx0XHRcdFx0XHR9IGVsc2Uge1xyXG5cdFx0XHRcdFx0XHRzdHlsZS5jb2xvciA9IHRoaXMuaW5hY3RpdmVDb2xvcjtcclxuXHRcdFx0XHRcdH1cclxuXHRcdFx0XHRcdHJldHVybiBzdHlsZTtcclxuXHRcdFx0XHR9XHJcblx0XHRcdH1cclxuXHRcdH0sXHJcblx0XHRtZXRob2RzOiB7XHJcblx0XHRcdC8vIOiuvue9ruS4gOS4qmluaXTmlrnms5XvvIzmlrnkvr/lpJrlpITosIPnlKhcclxuXHRcdFx0YXN5bmMgaW5pdCgpIHtcclxuXHRcdFx0XHQvLyDojrflj5Z0YWJz57uE5Lu255qE5bC65a+45L+h5oGvXHJcblx0XHRcdFx0bGV0IHRhYlJlY3QgPSBhd2FpdCB0aGlzLiR1R2V0UmVjdCgnIycgKyB0aGlzLmlkKTtcclxuXHRcdFx0XHQvLyB0YWJz57uE5Lu26Led56a75bGP5bmV5bem6L6555qE5a695bqmXHJcblx0XHRcdFx0dGhpcy5wYXJlbnRMZWZ0ID0gdGFiUmVjdC5sZWZ0O1xyXG5cdFx0XHRcdC8vIHRhYnPnu4Tku7bnmoTlrr3luqZcclxuXHRcdFx0XHR0aGlzLmNvbXBvbmVudFdpZHRoID0gdGFiUmVjdC53aWR0aDtcclxuXHRcdFx0XHR0aGlzLmdldFRhYlJlY3QoKTtcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g54K55Ye75p+Q5LiA5LiqdGFi6I+c5Y2VXHJcblx0XHRcdGNsaWNrVGFiKGluZGV4KSB7XHJcblx0XHRcdFx0Ly8g54K55Ye75b2T5YmN5rS75YqodGFi77yM5LiN6Kem5Y+R5LqL5Lu2XHJcblx0XHRcdFx0aWYoaW5kZXggPT0gdGhpcy5jdXJyZW50SW5kZXgpIHJldHVybiA7XHJcblx0XHRcdFx0Ly8g5Y+R6YCB5LqL5Lu257uZ54i257uE5Lu2XHJcblx0XHRcdFx0dGhpcy4kZW1pdCgnY2hhbmdlJywgaW5kZXgpO1xyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDmn6Xor6J0YWLnmoTluIPlsYDkv6Hmga9cclxuXHRcdFx0Z2V0VGFiUmVjdCgpIHtcclxuXHRcdFx0XHQvLyDliJvlu7roioLngrnmn6Xor6JcclxuXHRcdFx0XHRsZXQgcXVlcnkgPSB1bmkuY3JlYXRlU2VsZWN0b3JRdWVyeSgpLmluKHRoaXMpO1xyXG5cdFx0XHRcdC8vIOWOhumBjeaJgOaciXRhYu+8jOi/memHjOaYr+aJp+ihjOS6huafpeivou+8jOacgOe7iOS9v+eUqGV4ZWMoKeS8muS4gOasoeaAp+i/lOWbnuafpeivoueahOaVsOe7hOe7k+aenFxyXG5cdFx0XHRcdGZvciAobGV0IGkgPSAwOyBpIDwgdGhpcy5saXN0Lmxlbmd0aDsgaSsrKSB7XHJcblx0XHRcdFx0XHQvLyDlj6ropoFzaXpl5ZKMcmVjdOS4pOS4quWPguaVsFxyXG5cdFx0XHRcdFx0cXVlcnkuc2VsZWN0KGAjdS10YWItaXRlbS0ke2l9YCkuZmllbGRzKHtcclxuXHRcdFx0XHRcdFx0c2l6ZTogdHJ1ZSxcclxuXHRcdFx0XHRcdFx0cmVjdDogdHJ1ZVxyXG5cdFx0XHRcdFx0fSk7XHJcblx0XHRcdFx0fVxyXG5cdFx0XHRcdC8vIOaJp+ihjOafpeivou+8jOS4gOasoeaAp+iOt+WPluWkmuS4que7k+aenFxyXG5cdFx0XHRcdHF1ZXJ5LmV4ZWMoXHJcblx0XHRcdFx0XHRmdW5jdGlvbihyZXMpIHtcclxuXHRcdFx0XHRcdFx0dGhpcy50YWJRdWVyeUluZm8gPSByZXM7XHJcblx0XHRcdFx0XHRcdC8vIOWIneWni+WMlua7muWKqOadoeWSjOenu+WKqGJhcueahOS9jee9rlxyXG5cdFx0XHRcdFx0XHR0aGlzLnNjcm9sbEJ5SW5kZXgoKTtcclxuXHRcdFx0XHRcdH0uYmluZCh0aGlzKVxyXG5cdFx0XHRcdCk7XHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOa7muWKqHNjcm9sbC12aWV377yM6K6p5rS75Yqo55qEdGFi5aSE5LqO5bGP5bmV55qE5Lit6Ze05L2N572uXHJcblx0XHRcdHNjcm9sbEJ5SW5kZXgoKSB7XHJcblx0XHRcdFx0Ly8g5b2T5YmN5rS75YqodGFi55qE5biD5bGA5L+h5oGv77yM5pyJdGFi6I+c5Y2V55qEd2lkdGjlkoxsZWZ0KOS4uuWFg+e0oOW3pui+ueeVjOWIsOeItuWFg+e0oOW3pui+ueeVjOeahOi3neemuynnrYnkv6Hmga9cclxuXHRcdFx0XHRsZXQgdGFiSW5mbyA9IHRoaXMudGFiUXVlcnlJbmZvW3RoaXMuY3VycmVudEluZGV4XTtcclxuXHRcdFx0XHRpZiAoIXRhYkluZm8pIHJldHVybjtcclxuXHRcdFx0XHQvLyDmtLvliqh0YWLnmoTlrr3luqZcclxuXHRcdFx0XHRsZXQgdGFiV2lkdGggPSB0YWJJbmZvLndpZHRoO1xyXG5cdFx0XHRcdC8vIOa0u+WKqGl0ZW3nmoTlt6bovrnliLB0YWJz57uE5Lu25bem6L6555qE6Led56a777yM55SoaXRlbeeahGxlZnTlh4/ljrt0YWJz55qEbGVmdFxyXG5cdFx0XHRcdGxldCBvZmZzZXRMZWZ0ID0gdGFiSW5mby5sZWZ0IC0gdGhpcy5wYXJlbnRMZWZ0O1xyXG5cdFx0XHRcdC8vIOWwhua0u+WKqOeahHRhYnMtaXRlbeenu+WKqOWIsOWxj+W5leato+S4remXtO+8jOWunumZheS4iuaYr+WvuXNjcm9sbC12aWV355qE56e75YqoXHJcblx0XHRcdFx0bGV0IHNjcm9sbExlZnQgPSBvZmZzZXRMZWZ0IC0gKHRoaXMuY29tcG9uZW50V2lkdGggLSB0YWJXaWR0aCkgLyAyO1xyXG5cdFx0XHRcdHRoaXMuc2Nyb2xsTGVmdCA9IHNjcm9sbExlZnQgPCAwID8gMCA6IHNjcm9sbExlZnQ7XHJcblx0XHRcdFx0Ly8g5b2T5YmN5rS75YqoaXRlbeeahOS4reeCueeCueWIsOW3pui+ueeahOi3neemu+WHj+WOu+a7keWdl+WuveW6pueahOS4gOWNiu+8jOWNs+WPr+W+l+WIsOa7keWdl+aJgOmcgOeahOenu+WKqOi3neemu1xyXG5cdFx0XHRcdGxldCBsZWZ0ID0gdGFiSW5mby5sZWZ0ICsgdGFiSW5mby53aWR0aCAvIDIgLSB0aGlzLnBhcmVudExlZnQ7XHJcblx0XHRcdFx0Ly8g6K6h566X5b2T5YmN5rS76LeDaXRlbeWIsOe7hOS7tuW3pui+ueeahOi3neemu1xyXG5cdFx0XHRcdHRoaXMuc2Nyb2xsQmFyTGVmdCA9IGxlZnQgLSB1bmkudXB4MnB4KHRoaXMuYmFyV2lkdGgpIC8gMjtcclxuXHRcdFx0XHQvLyDnrKzkuIDmrKHnp7vliqjmu5HlnZfnmoTml7blgJnvvIxiYXJGaXJzdFRpbWVNb3Zl5Li6dHJ1Ze+8jOaUvuWIsOW7tuaXtuS4reWwhuWFtuiuvue9rmZhbHNlXHJcblx0XHRcdFx0Ly8g5bu25pe25piv5Zug5Li6c2Nyb2xsQmFyTGVmdOS9nOeUqOS6jmNvbXB1dGVk6K6h566X5pe277yM6ZyA6KaB5LiA5Liq6L+H56iL6ZyA77yM5ZCm5YiZ5a+86Ie05Ye66ZSZXHJcblx0XHRcdFx0aWYodGhpcy5iYXJGaXJzdFRpbWVNb3ZlID09IHRydWUpIHtcclxuXHRcdFx0XHRcdHNldFRpbWVvdXQoKCkgPT4ge1xyXG5cdFx0XHRcdFx0XHR0aGlzLmJhckZpcnN0VGltZU1vdmUgPSBmYWxzZTtcclxuXHRcdFx0XHRcdH0sIDEwMClcclxuXHRcdFx0XHR9XHJcblx0XHRcdH1cclxuXHRcdH0sXHJcblx0XHRtb3VudGVkKCkge1xyXG5cdFx0XHR0aGlzLmluaXQoKTtcclxuXHRcdH1cclxuXHR9O1xyXG48L3NjcmlwdD5cclxuXHJcbjxzdHlsZSBsYW5nPVwic2Nzc1wiIHNjb3BlZD5cclxuXHRAaW1wb3J0IFwiLi4vLi4vbGlicy9jc3Mvc3R5bGUuY29tcG9uZW50cy5zY3NzXCI7XHJcblxyXG5cdHZpZXcsXHJcblx0c2Nyb2xsLXZpZXcge1xyXG5cdFx0Ym94LXNpemluZzogYm9yZGVyLWJveDtcclxuXHR9XHJcblxyXG5cdC8qICNpZm5kZWYgQVBQLU5WVUUgKi9cclxuXHQ6Oi13ZWJraXQtc2Nyb2xsYmFyLFxyXG5cdDo6LXdlYmtpdC1zY3JvbGxiYXIsXHJcblx0Ojotd2Via2l0LXNjcm9sbGJhciB7XHJcblx0XHRkaXNwbGF5OiBub25lO1xyXG5cdFx0d2lkdGg6IDAgIWltcG9ydGFudDtcclxuXHRcdGhlaWdodDogMCAhaW1wb3J0YW50O1xyXG5cdFx0LXdlYmtpdC1hcHBlYXJhbmNlOiBub25lO1xyXG5cdFx0YmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7XHJcblx0fVxyXG5cdC8qICNlbmRpZiAqL1xyXG5cclxuXHQudS1zY3JvbGwtYm94IHtcclxuXHRcdHBvc2l0aW9uOiByZWxhdGl2ZTtcclxuXHRcdC8qICNpZmRlZiBNUC1UT1VUSUFPICovXHJcblx0XHR3aGl0ZS1zcGFjZTogbm93cmFwO1xyXG5cdFx0LyogI2VuZGlmICovXHJcblx0fVxyXG5cclxuXHQvKiAjaWZkZWYgSDUgKi9cclxuXHQvLyDpgJrov4fmoLflvI/nqb/pgI/vvIzpmpDol49INeS4i++8jHNjcm9sbC12aWV35LiL55qE5rua5Yqo5p2hXHJcblx0c2Nyb2xsLXZpZXcgOjp2LWRlZXAgOjotd2Via2l0LXNjcm9sbGJhciB7XHJcblx0XHRkaXNwbGF5OiBub25lO1xyXG5cdFx0d2lkdGg6IDAgIWltcG9ydGFudDtcclxuXHRcdGhlaWdodDogMCAhaW1wb3J0YW50O1xyXG5cdFx0LXdlYmtpdC1hcHBlYXJhbmNlOiBub25lO1xyXG5cdFx0YmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7XHJcblx0fVxyXG5cdC8qICNlbmRpZiAqL1xyXG5cclxuXHQudS1zY3JvbGwtdmlldyB7XHJcblx0XHR3aWR0aDogMTAwJTtcclxuXHRcdHdoaXRlLXNwYWNlOiBub3dyYXA7XHJcblx0XHRwb3NpdGlvbjogcmVsYXRpdmU7XHJcblx0fVxyXG5cclxuXHQudS10YWItaXRlbSB7XHJcblx0XHRwb3NpdGlvbjogcmVsYXRpdmU7XHJcblx0XHQvKiAjaWZuZGVmIEFQUC1OVlVFICovXHJcblx0XHRkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcblx0XHQvKiAjZW5kaWYgKi9cclxuXHRcdHRleHQtYWxpZ246IGNlbnRlcjtcclxuXHRcdHRyYW5zaXRpb24tcHJvcGVydHk6IGJhY2tncm91bmQtY29sb3IsIGNvbG9yO1xyXG5cdH1cclxuXHJcblx0LnUtdGFiLWJhciB7XHJcblx0XHRwb3NpdGlvbjogYWJzb2x1dGU7XHJcblx0XHRib3R0b206IDA7XHJcblx0fVxyXG5cclxuXHQudS10YWJzLXNjb3JsbC1mbGV4IHtcclxuXHRcdEBpbmNsdWRlIHZ1ZS1mbGV4O1xyXG5cdFx0anVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xyXG5cdH1cclxuPC9zdHlsZT5cclxuIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///566\n");
/***/ }),
-/* 570 */
-/*!*************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-empty/u-empty.vue ***!
- \*************************************************************************************/
+/* 567 */
+/*!***************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-empty/u-empty.vue ***!
+ \***************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _u_empty_vue_vue_type_template_id_2e22d22c_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./u-empty.vue?vue&type=template&id=2e22d22c&scoped=true& */ 571);\n/* harmony import */ var _u_empty_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./u-empty.vue?vue&type=script&lang=js& */ 573);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _u_empty_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _u_empty_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 7);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _u_empty_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _u_empty_vue_vue_type_template_id_2e22d22c_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _u_empty_vue_vue_type_template_id_2e22d22c_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"2e22d22c\",\n null,\n false,\n _u_empty_vue_vue_type_template_id_2e22d22c_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"uview-ui/components/u-empty/u-empty.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBZ0k7QUFDaEk7QUFDMkQ7QUFDTDs7O0FBR3REO0FBQ21LO0FBQ25LLGdCQUFnQiw2S0FBVTtBQUMxQixFQUFFLDZFQUFNO0FBQ1IsRUFBRSw4RkFBTTtBQUNSLEVBQUUsdUdBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsa0dBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNTcwLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi91LWVtcHR5LnZ1ZT92dWUmdHlwZT10ZW1wbGF0ZSZpZD0yZTIyZDIyYyZzY29wZWQ9dHJ1ZSZcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL3UtZW1wdHkudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiXG5leHBvcnQgKiBmcm9tIFwiLi91LWVtcHR5LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9ydW50aW1lL2NvbXBvbmVudE5vcm1hbGl6ZXIuanNcIlxudmFyIGNvbXBvbmVudCA9IG5vcm1hbGl6ZXIoXG4gIHNjcmlwdCxcbiAgcmVuZGVyLFxuICBzdGF0aWNSZW5kZXJGbnMsXG4gIGZhbHNlLFxuICBudWxsLFxuICBcIjJlMjJkMjJjXCIsXG4gIG51bGwsXG4gIGZhbHNlLFxuICBjb21wb25lbnRzLFxuICByZW5kZXJqc1xuKVxuXG5jb21wb25lbnQub3B0aW9ucy5fX2ZpbGUgPSBcInV2aWV3LXVpL2NvbXBvbmVudHMvdS1lbXB0eS91LWVtcHR5LnZ1ZVwiXG5leHBvcnQgZGVmYXVsdCBjb21wb25lbnQuZXhwb3J0cyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///570\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _u_empty_vue_vue_type_template_id_2e22d22c_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./u-empty.vue?vue&type=template&id=2e22d22c&scoped=true& */ 568);\n/* harmony import */ var _u_empty_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./u-empty.vue?vue&type=script&lang=js& */ 570);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _u_empty_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _u_empty_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _u_empty_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _u_empty_vue_vue_type_template_id_2e22d22c_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _u_empty_vue_vue_type_template_id_2e22d22c_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"2e22d22c\",\n null,\n false,\n _u_empty_vue_vue_type_template_id_2e22d22c_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"uview-ui/components/u-empty/u-empty.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBZ0k7QUFDaEk7QUFDMkQ7QUFDTDs7O0FBR3REO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLDZFQUFNO0FBQ1IsRUFBRSw4RkFBTTtBQUNSLEVBQUUsdUdBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsa0dBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNTY3LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi91LWVtcHR5LnZ1ZT92dWUmdHlwZT10ZW1wbGF0ZSZpZD0yZTIyZDIyYyZzY29wZWQ9dHJ1ZSZcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL3UtZW1wdHkudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiXG5leHBvcnQgKiBmcm9tIFwiLi91LWVtcHR5LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXHJ1bnRpbWVcXFxcY29tcG9uZW50Tm9ybWFsaXplci5qc1wiXG52YXIgY29tcG9uZW50ID0gbm9ybWFsaXplcihcbiAgc2NyaXB0LFxuICByZW5kZXIsXG4gIHN0YXRpY1JlbmRlckZucyxcbiAgZmFsc2UsXG4gIG51bGwsXG4gIFwiMmUyMmQyMmNcIixcbiAgbnVsbCxcbiAgZmFsc2UsXG4gIGNvbXBvbmVudHMsXG4gIHJlbmRlcmpzXG4pXG5cbmNvbXBvbmVudC5vcHRpb25zLl9fZmlsZSA9IFwidXZpZXctdWkvY29tcG9uZW50cy91LWVtcHR5L3UtZW1wdHkudnVlXCJcbmV4cG9ydCBkZWZhdWx0IGNvbXBvbmVudC5leHBvcnRzIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///567\n");
/***/ }),
-/* 571 */
-/*!********************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-empty/u-empty.vue?vue&type=template&id=2e22d22c&scoped=true& ***!
- \********************************************************************************************************************************/
+/* 568 */
+/*!**********************************************************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-empty/u-empty.vue?vue&type=template&id=2e22d22c&scoped=true& ***!
+ \**********************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
-/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_empty_vue_vue_type_template_id_2e22d22c_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-empty.vue?vue&type=template&id=2e22d22c&scoped=true& */ 572);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_empty_vue_vue_type_template_id_2e22d22c_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_empty_vue_vue_type_template_id_2e22d22c_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-empty.vue?vue&type=template&id=2e22d22c&scoped=true& */ 569);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_empty_vue_vue_type_template_id_2e22d22c_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_empty_vue_vue_type_template_id_2e22d22c_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_empty_vue_vue_type_template_id_2e22d22c_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_empty_vue_vue_type_template_id_2e22d22c_scoped_true___WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_empty_vue_vue_type_template_id_2e22d22c_scoped_true___WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_empty_vue_vue_type_template_id_2e22d22c_scoped_true___WEBPACK_IMPORTED_MODULE_0__["components"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_empty_vue_vue_type_template_id_2e22d22c_scoped_true___WEBPACK_IMPORTED_MODULE_0__["components"]; });
/***/ }),
-/* 572 */
-/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-empty/u-empty.vue?vue&type=template&id=2e22d22c&scoped=true& ***!
- \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 569 */
+/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/uview-ui/components/u-empty/u-empty.vue?vue&type=template&id=2e22d22c&scoped=true& ***!
+ \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
@@ -72149,7 +69154,7 @@ __webpack_require__.r(__webpack_exports__);
var components
try {
components = {
- uIcon: __webpack_require__(/*! @/uview-ui/components/u-icon/u-icon.vue */ 20).default
+ uIcon: __webpack_require__(/*! @/uview-ui/components/u-icon/u-icon.vue */ 15).default
}
} catch (e) {
if (
@@ -72215,142 +69220,142 @@ render._withStripped = true
/***/ }),
-/* 573 */
-/*!**************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-empty/u-empty.vue?vue&type=script&lang=js& ***!
- \**************************************************************************************************************/
+/* 570 */
+/*!****************************************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-empty/u-empty.vue?vue&type=script&lang=js& ***!
+ \****************************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_empty_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-empty.vue?vue&type=script&lang=js& */ 574);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_empty_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_empty_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_empty_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_empty_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_empty_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQW1pQixDQUFnQiw2akJBQUcsRUFBQyIsImZpbGUiOiI1NzMuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL2JhYmVsLWxvYWRlci9saWIvaW5kZXguanMhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyL2luZGV4LmpzPz9yZWYtLTYtMSEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stdW5pLWFwcC1sb2FkZXIvdXNpbmctY29tcG9uZW50cy5qcyEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL2luZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi91LWVtcHR5LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIjsgZXhwb3J0IGRlZmF1bHQgbW9kOyBleHBvcnQgKiBmcm9tIFwiLSEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9iYWJlbC1sb2FkZXIvbGliL2luZGV4LmpzIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlci9pbmRleC5qcz8/cmVmLS02LTEhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXVuaS1hcHAtbG9hZGVyL3VzaW5nLWNvbXBvbmVudHMuanMhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9pbmRleC5qcz8/dnVlLWxvYWRlci1vcHRpb25zIS4vdS1lbXB0eS52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmXCIiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///573\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_empty_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-empty.vue?vue&type=script&lang=js& */ 571);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_empty_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_empty_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_empty_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_empty_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_empty_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQThsQixDQUFnQiw2bkJBQUcsRUFBQyIsImZpbGUiOiI1NzAuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL3UtZW1wdHkudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiOyBleHBvcnQgZGVmYXVsdCBtb2Q7IGV4cG9ydCAqIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL3UtZW1wdHkudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///570\n");
/***/ }),
-/* 574 */
-/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-empty/u-empty.vue?vue&type=script&lang=js& ***!
- \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 571 */
+/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/uview-ui/components/u-empty/u-empty.vue?vue&type=script&lang=js& ***!
+ \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0; //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n/**\n * empty 内容为空\n * @description 该组件用于需要加载内容,但是加载的第一页数据就为空,提示一个\"没有内容\"的场景, 我们精心挑选了十几个场景的图标,方便您使用。\n * @tutorial https://www.uviewui.com/components/empty.html\n * @property {String} color 文字颜色(默认#c0c4cc)\n * @property {String} text 文字提示(默认“无内容”)\n * @property {String} src 自定义图标路径,如定义,mode参数会失效\n * @property {String Number} font-size 提示文字的大小,单位rpx(默认28)\n * @property {String} mode 内置的图标,见官网说明(默认data)\n * @property {String Number} img-width 图标的宽度,单位rpx(默认240)\n * @property {String} img-height 图标的高度,单位rpx(默认auto)\n * @property {String Number} margin-top 组件距离上一个元素之间的距离(默认0)\n * @property {Boolean} show 是否显示组件(默认true)\n * @event {Function} click 点击组件时触发\n * @event {Function} close 点击关闭按钮时触发\n * @example \n */var _default2 =\n{\n name: \"u-empty\",\n props: {\n // 图标路径\n src: {\n type: String,\n default: '' },\n\n // 提示文字\n text: {\n type: String,\n default: '' },\n\n // 文字颜色\n color: {\n type: String,\n default: '#c0c4cc' },\n\n // 图标的颜色\n iconColor: {\n type: String,\n default: '#c0c4cc' },\n\n // 图标的大小\n iconSize: {\n type: [String, Number],\n default: 120 },\n\n // 文字大小,单位rpx\n fontSize: {\n type: [String, Number],\n default: 26 },\n\n // 选择预置的图标类型\n mode: {\n type: String,\n default: 'data' },\n\n // 图标宽度,单位rpx\n imgWidth: {\n type: [String, Number],\n default: 120 },\n\n // 图标高度,单位rpx\n imgHeight: {\n type: [String, Number],\n default: 'auto' },\n\n // 是否显示组件\n show: {\n type: Boolean,\n default: true },\n\n // 组件距离上一个元素之间的距离\n marginTop: {\n type: [String, Number],\n default: 0 },\n\n iconStyle: {\n type: Object,\n default: function _default() {\n return {};\n } } },\n\n\n data: function data() {\n return {\n icons: {\n car: '购物车为空',\n page: '页面不存在',\n search: '没有搜索结果',\n address: '没有收货地址',\n wifi: '没有WiFi',\n order: '订单为空',\n coupon: '没有优惠券',\n favor: '暂无收藏',\n permission: '无权限',\n history: '无历史记录',\n news: '无新闻列表',\n message: '消息列表为空',\n list: '列表为空',\n data: '数据为空' }\n\n // icons: [{\n // \ticon: 'car',\n // \ttext: '购物车为空'\n // },{\n // \ticon: 'page',\n // \ttext: '页面不存在'\n // },{\n // \ticon: 'search',\n // \ttext: '没有搜索结果'\n // },{\n // \ticon: 'address',\n // \ttext: '没有收货地址'\n // },{\n // \ticon: 'wifi',\n // \ttext: '没有WiFi'\n // },{\n // \ticon: 'order',\n // \ttext: '订单为空'\n // },{\n // \ticon: 'coupon',\n // \ttext: '没有优惠券'\n // },{\n // \ticon: 'favor',\n // \ttext: '暂无收藏'\n // },{\n // \ticon: 'permission',\n // \ttext: '无权限'\n // },{\n // \ticon: 'history',\n // \ttext: '无历史记录'\n // },{\n // \ticon: 'news',\n // \ttext: '无新闻列表'\n // },{\n // \ticon: 'message',\n // \ttext: '消息列表为空'\n // },{\n // \ticon: 'list',\n // \ttext: '列表为空'\n // },{\n // \ticon: 'data',\n // \ttext: '数据为空'\n // }],\n };\n\n } };exports.default = _default2;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXZpZXctdWkvY29tcG9uZW50cy91LWVtcHR5L3UtZW1wdHkudnVlIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFzQkE7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBaUJBO0FBQ0EsaUJBREE7QUFFQTtBQUNBO0FBQ0E7QUFDQSxrQkFEQTtBQUVBLGlCQUZBLEVBRkE7O0FBTUE7QUFDQTtBQUNBLGtCQURBO0FBRUEsaUJBRkEsRUFQQTs7QUFXQTtBQUNBO0FBQ0Esa0JBREE7QUFFQSx3QkFGQSxFQVpBOztBQWdCQTtBQUNBO0FBQ0Esa0JBREE7QUFFQSx3QkFGQSxFQWpCQTs7QUFxQkE7QUFDQTtBQUNBLDRCQURBO0FBRUEsa0JBRkEsRUF0QkE7O0FBMEJBO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLGlCQUZBLEVBM0JBOztBQStCQTtBQUNBO0FBQ0Esa0JBREE7QUFFQSxxQkFGQSxFQWhDQTs7QUFvQ0E7QUFDQTtBQUNBLDRCQURBO0FBRUEsa0JBRkEsRUFyQ0E7O0FBeUNBO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLHFCQUZBLEVBMUNBOztBQThDQTtBQUNBO0FBQ0EsbUJBREE7QUFFQSxtQkFGQSxFQS9DQTs7QUFtREE7QUFDQTtBQUNBLDRCQURBO0FBRUEsZ0JBRkEsRUFwREE7O0FBd0RBO0FBQ0Esa0JBREE7QUFFQSxhQUZBLHNCQUVBO0FBQ0E7QUFDQSxPQUpBLEVBeERBLEVBRkE7OztBQWlFQSxNQWpFQSxrQkFpRUE7QUFDQTtBQUNBO0FBQ0Esb0JBREE7QUFFQSxxQkFGQTtBQUdBLHdCQUhBO0FBSUEseUJBSkE7QUFLQSxzQkFMQTtBQU1BLHFCQU5BO0FBT0EsdUJBUEE7QUFRQSxxQkFSQTtBQVNBLHlCQVRBO0FBVUEsd0JBVkE7QUFXQSxxQkFYQTtBQVlBLHlCQVpBO0FBYUEsb0JBYkE7QUFjQSxvQkFkQTs7QUFnQkE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUEzREE7O0FBOERBLEdBaElBLEUiLCJmaWxlIjoiNTc0LmpzIiwic291cmNlc0NvbnRlbnQiOlsiPHRlbXBsYXRlPlxyXG5cdDx2aWV3IGNsYXNzPVwidS1lbXB0eVwiIHYtaWY9XCJzaG93XCIgOnN0eWxlPVwie1xyXG5cdFx0bWFyZ2luVG9wOiBtYXJnaW5Ub3AgKyAncnB4J1xyXG5cdH1cIj5cclxuXHRcdDx1LWljb25cclxuXHRcdFx0Om5hbWU9XCJzcmMgPyBzcmMgOiAnZW1wdHktJyArIG1vZGVcIlxyXG5cdFx0XHQ6Y3VzdG9tLXN0eWxlPVwiaWNvblN0eWxlXCJcclxuXHRcdFx0OmxhYmVsPVwidGV4dCA/IHRleHQgOiBpY29uc1ttb2RlXVwiXHJcblx0XHRcdGxhYmVsLXBvcz1cImJvdHRvbVwiXHJcblx0XHRcdDpsYWJlbC1jb2xvcj1cImNvbG9yXCJcclxuXHRcdFx0OmxhYmVsLXNpemU9XCJmb250U2l6ZVwiXHJcblx0XHRcdDpzaXplPVwiaWNvblNpemVcIlxyXG5cdFx0XHQ6Y29sb3I9XCJpY29uQ29sb3JcIlxyXG5cdFx0XHRtYXJnaW4tdG9wPVwiMTRcIlxyXG5cdFx0PjwvdS1pY29uPlxyXG5cdFx0PHZpZXcgY2xhc3M9XCJ1LXNsb3Qtd3JhcFwiPlxyXG5cdFx0XHQ8c2xvdCBuYW1lPVwiYm90dG9tXCI+PC9zbG90PlxyXG5cdFx0PC92aWV3PlxyXG5cdDwvdmlldz5cclxuPC90ZW1wbGF0ZT5cclxuXHJcbjxzY3JpcHQ+XHJcblx0LyoqXHJcblx0ICogZW1wdHkg5YaF5a655Li656m6XHJcblx0ICogQGRlc2NyaXB0aW9uIOivpee7hOS7tueUqOS6jumcgOimgeWKoOi9veWGheWuue+8jOS9huaYr+WKoOi9veeahOesrOS4gOmhteaVsOaNruWwseS4uuepuu+8jOaPkOekuuS4gOS4qlwi5rKh5pyJ5YaF5a65XCLnmoTlnLrmma/vvIwg5oiR5Lus57K+5b+D5oyR6YCJ5LqG5Y2B5Yeg5Liq5Zy65pmv55qE5Zu+5qCH77yM5pa55L6/5oKo5L2/55So44CCXHJcblx0ICogQHR1dG9yaWFsIGh0dHBzOi8vd3d3LnV2aWV3dWkuY29tL2NvbXBvbmVudHMvZW1wdHkuaHRtbFxyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nfSBjb2xvciDmloflrZfpopzoibLvvIjpu5jorqQjYzBjNGNj77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmd9IHRleHQg5paH5a2X5o+Q56S677yI6buY6K6k4oCc5peg5YaF5a654oCd77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmd9IHNyYyDoh6rlrprkuYnlm77moIfot6/lvoTvvIzlpoLlrprkuYnvvIxtb2Rl5Y+C5pWw5Lya5aSx5pWIXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmcgTnVtYmVyfSBmb250LXNpemUg5o+Q56S65paH5a2X55qE5aSn5bCP77yM5Y2V5L2NcnB477yI6buY6K6kMjjvvIlcclxuXHQgKiBAcHJvcGVydHkge1N0cmluZ30gbW9kZSDlhoXnva7nmoTlm77moIfvvIzop4HlrpjnvZHor7TmmI7vvIjpu5jorqRkYXRh77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmcgTnVtYmVyfSBpbWctd2lkdGgg5Zu+5qCH55qE5a695bqm77yM5Y2V5L2NcnB477yI6buY6K6kMjQw77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmd9IGltZy1oZWlnaHQg5Zu+5qCH55qE6auY5bqm77yM5Y2V5L2NcnB477yI6buY6K6kYXV0b++8iVxyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nIE51bWJlcn0gbWFyZ2luLXRvcCDnu4Tku7bot53nprvkuIrkuIDkuKrlhYPntKDkuYvpl7TnmoTot53nprvvvIjpu5jorqQw77yJXHJcblx0ICogQHByb3BlcnR5IHtCb29sZWFufSBzaG93IOaYr+WQpuaYvuekuue7hOS7tu+8iOm7mOiupHRydWXvvIlcclxuXHQgKiBAZXZlbnQge0Z1bmN0aW9ufSBjbGljayDngrnlh7vnu4Tku7bml7bop6blj5FcclxuXHQgKiBAZXZlbnQge0Z1bmN0aW9ufSBjbG9zZSDngrnlh7vlhbPpl63mjInpkq7ml7bop6blj5FcclxuXHQgKiBAZXhhbXBsZSA8dS1lbXB0eSB0ZXh0PVwi5omA6LCT5LyK5Lq677yM5Zyo5rC05LiA5pa5XCIgbW9kZT1cImxpc3RcIj48L3UtZW1wdHk+XHJcblx0ICovXHJcblx0ZXhwb3J0IGRlZmF1bHQge1xyXG5cdFx0bmFtZTogXCJ1LWVtcHR5XCIsXHJcblx0XHRwcm9wczoge1xyXG5cdFx0XHQvLyDlm77moIfot6/lvoRcclxuXHRcdFx0c3JjOiB7XHJcblx0XHRcdFx0dHlwZTogU3RyaW5nLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICcnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOaPkOekuuaWh+Wtl1xyXG5cdFx0XHR0ZXh0OiB7XHJcblx0XHRcdFx0dHlwZTogU3RyaW5nLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICcnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOaWh+Wtl+minOiJslxyXG5cdFx0XHRjb2xvcjoge1xyXG5cdFx0XHRcdHR5cGU6IFN0cmluZyxcclxuXHRcdFx0XHRkZWZhdWx0OiAnI2MwYzRjYydcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5Zu+5qCH55qE6aKc6ImyXHJcblx0XHRcdGljb25Db2xvcjoge1xyXG5cdFx0XHRcdHR5cGU6IFN0cmluZyxcclxuXHRcdFx0XHRkZWZhdWx0OiAnI2MwYzRjYydcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5Zu+5qCH55qE5aSn5bCPXHJcblx0XHRcdGljb25TaXplOiB7XHJcblx0XHRcdFx0dHlwZTogW1N0cmluZywgTnVtYmVyXSxcclxuXHRcdFx0XHRkZWZhdWx0OiAxMjBcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5paH5a2X5aSn5bCP77yM5Y2V5L2NcnB4XHJcblx0XHRcdGZvbnRTaXplOiB7XHJcblx0XHRcdFx0dHlwZTogW1N0cmluZywgTnVtYmVyXSxcclxuXHRcdFx0XHRkZWZhdWx0OiAyNlxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDpgInmi6npooTnva7nmoTlm77moIfnsbvlnotcclxuXHRcdFx0bW9kZToge1xyXG5cdFx0XHRcdHR5cGU6IFN0cmluZyxcclxuXHRcdFx0XHRkZWZhdWx0OiAnZGF0YSdcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8gIOWbvuagh+WuveW6pu+8jOWNleS9jXJweFxyXG5cdFx0XHRpbWdXaWR0aDoge1xyXG5cdFx0XHRcdHR5cGU6IFtTdHJpbmcsIE51bWJlcl0sXHJcblx0XHRcdFx0ZGVmYXVsdDogMTIwXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOWbvuagh+mrmOW6pu+8jOWNleS9jXJweFxyXG5cdFx0XHRpbWdIZWlnaHQ6IHtcclxuXHRcdFx0XHR0eXBlOiBbU3RyaW5nLCBOdW1iZXJdLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICdhdXRvJ1xyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDmmK/lkKbmmL7npLrnu4Tku7ZcclxuXHRcdFx0c2hvdzoge1xyXG5cdFx0XHRcdHR5cGU6IEJvb2xlYW4sXHJcblx0XHRcdFx0ZGVmYXVsdDogdHJ1ZVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDnu4Tku7bot53nprvkuIrkuIDkuKrlhYPntKDkuYvpl7TnmoTot53nprtcclxuXHRcdFx0bWFyZ2luVG9wOiB7XHJcblx0XHRcdFx0dHlwZTogW1N0cmluZywgTnVtYmVyXSxcclxuXHRcdFx0XHRkZWZhdWx0OiAwXHJcblx0XHRcdH0sXHJcblx0XHRcdGljb25TdHlsZToge1xyXG5cdFx0XHRcdHR5cGU6IE9iamVjdCxcclxuXHRcdFx0XHRkZWZhdWx0KCkge1xyXG5cdFx0XHRcdFx0cmV0dXJuIHt9XHJcblx0XHRcdFx0fVxyXG5cdFx0XHR9XHJcblx0XHR9LFxyXG5cdFx0ZGF0YSgpIHtcclxuXHRcdFx0cmV0dXJuIHtcclxuXHRcdFx0XHRpY29uczoge1xyXG5cdFx0XHRcdFx0Y2FyOiAn6LSt54mp6L2m5Li656m6JyxcclxuXHRcdFx0XHRcdHBhZ2U6ICfpobXpnaLkuI3lrZjlnKgnLFxyXG5cdFx0XHRcdFx0c2VhcmNoOiAn5rKh5pyJ5pCc57Si57uT5p6cJyxcclxuXHRcdFx0XHRcdGFkZHJlc3M6ICfmsqHmnInmlLbotKflnLDlnYAnLFxyXG5cdFx0XHRcdFx0d2lmaTogJ+ayoeaciVdpRmknLFxyXG5cdFx0XHRcdFx0b3JkZXI6ICforqLljZXkuLrnqbonLFxyXG5cdFx0XHRcdFx0Y291cG9uOiAn5rKh5pyJ5LyY5oOg5Yi4JyxcclxuXHRcdFx0XHRcdGZhdm9yOiAn5pqC5peg5pS26JePJyxcclxuXHRcdFx0XHRcdHBlcm1pc3Npb246ICfml6DmnYPpmZAnLFxyXG5cdFx0XHRcdFx0aGlzdG9yeTogJ+aXoOWOhuWPsuiusOW9lScsXHJcblx0XHRcdFx0XHRuZXdzOiAn5peg5paw6Ze75YiX6KGoJyxcclxuXHRcdFx0XHRcdG1lc3NhZ2U6ICfmtojmga/liJfooajkuLrnqbonLFxyXG5cdFx0XHRcdFx0bGlzdDogJ+WIl+ihqOS4uuepuicsXHJcblx0XHRcdFx0XHRkYXRhOiAn5pWw5o2u5Li656m6J1xyXG5cdFx0XHRcdH0sXHJcblx0XHRcdFx0Ly8gaWNvbnM6IFt7XHJcblx0XHRcdFx0Ly8gXHRpY29uOiAnY2FyJyxcclxuXHRcdFx0XHQvLyBcdHRleHQ6ICfotK3nianovabkuLrnqbonXHJcblx0XHRcdFx0Ly8gfSx7XHJcblx0XHRcdFx0Ly8gXHRpY29uOiAncGFnZScsXHJcblx0XHRcdFx0Ly8gXHR0ZXh0OiAn6aG16Z2i5LiN5a2Y5ZyoJ1xyXG5cdFx0XHRcdC8vIH0se1xyXG5cdFx0XHRcdC8vIFx0aWNvbjogJ3NlYXJjaCcsXHJcblx0XHRcdFx0Ly8gXHR0ZXh0OiAn5rKh5pyJ5pCc57Si57uT5p6cJ1xyXG5cdFx0XHRcdC8vIH0se1xyXG5cdFx0XHRcdC8vIFx0aWNvbjogJ2FkZHJlc3MnLFxyXG5cdFx0XHRcdC8vIFx0dGV4dDogJ+ayoeacieaUtui0p+WcsOWdgCdcclxuXHRcdFx0XHQvLyB9LHtcclxuXHRcdFx0XHQvLyBcdGljb246ICd3aWZpJyxcclxuXHRcdFx0XHQvLyBcdHRleHQ6ICfmsqHmnIlXaUZpJ1xyXG5cdFx0XHRcdC8vIH0se1xyXG5cdFx0XHRcdC8vIFx0aWNvbjogJ29yZGVyJyxcclxuXHRcdFx0XHQvLyBcdHRleHQ6ICforqLljZXkuLrnqbonXHJcblx0XHRcdFx0Ly8gfSx7XHJcblx0XHRcdFx0Ly8gXHRpY29uOiAnY291cG9uJyxcclxuXHRcdFx0XHQvLyBcdHRleHQ6ICfmsqHmnInkvJjmg6DliLgnXHJcblx0XHRcdFx0Ly8gfSx7XHJcblx0XHRcdFx0Ly8gXHRpY29uOiAnZmF2b3InLFxyXG5cdFx0XHRcdC8vIFx0dGV4dDogJ+aaguaXoOaUtuiXjydcclxuXHRcdFx0XHQvLyB9LHtcclxuXHRcdFx0XHQvLyBcdGljb246ICdwZXJtaXNzaW9uJyxcclxuXHRcdFx0XHQvLyBcdHRleHQ6ICfml6DmnYPpmZAnXHJcblx0XHRcdFx0Ly8gfSx7XHJcblx0XHRcdFx0Ly8gXHRpY29uOiAnaGlzdG9yeScsXHJcblx0XHRcdFx0Ly8gXHR0ZXh0OiAn5peg5Y6G5Y+y6K6w5b2VJ1xyXG5cdFx0XHRcdC8vIH0se1xyXG5cdFx0XHRcdC8vIFx0aWNvbjogJ25ld3MnLFxyXG5cdFx0XHRcdC8vIFx0dGV4dDogJ+aXoOaWsOmXu+WIl+ihqCdcclxuXHRcdFx0XHQvLyB9LHtcclxuXHRcdFx0XHQvLyBcdGljb246ICdtZXNzYWdlJyxcclxuXHRcdFx0XHQvLyBcdHRleHQ6ICfmtojmga/liJfooajkuLrnqbonXHJcblx0XHRcdFx0Ly8gfSx7XHJcblx0XHRcdFx0Ly8gXHRpY29uOiAnbGlzdCcsXHJcblx0XHRcdFx0Ly8gXHR0ZXh0OiAn5YiX6KGo5Li656m6J1xyXG5cdFx0XHRcdC8vIH0se1xyXG5cdFx0XHRcdC8vIFx0aWNvbjogJ2RhdGEnLFxyXG5cdFx0XHRcdC8vIFx0dGV4dDogJ+aVsOaNruS4uuepuidcclxuXHRcdFx0XHQvLyB9XSxcclxuXHJcblx0XHRcdH1cclxuXHRcdH1cclxuXHR9XHJcbjwvc2NyaXB0PlxyXG5cclxuPHN0eWxlIHNjb3BlZCBsYW5nPVwic2Nzc1wiPlxyXG5cdEBpbXBvcnQgXCIuLi8uLi9saWJzL2Nzcy9zdHlsZS5jb21wb25lbnRzLnNjc3NcIjtcclxuXHJcblx0LnUtZW1wdHkge1xyXG5cdFx0QGluY2x1ZGUgdnVlLWZsZXg7XHJcblx0XHRmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xyXG5cdFx0anVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcblx0XHRhbGlnbi1pdGVtczogY2VudGVyO1xyXG5cdFx0aGVpZ2h0OiAxMDAlO1xyXG5cdH1cclxuXHJcblx0LnUtaW1hZ2Uge1xyXG5cdFx0bWFyZ2luLWJvdHRvbTogMjBycHg7XHJcblx0fVxyXG5cclxuXHQudS1zbG90LXdyYXAge1xyXG5cdFx0QGluY2x1ZGUgdnVlLWZsZXg7XHJcblx0XHRqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcclxuXHRcdGFsaWduLWl0ZW1zOiBjZW50ZXI7XHJcblx0XHRtYXJnaW4tdG9wOiAyMHJweDtcclxuXHR9XHJcbjwvc3R5bGU+XHJcbiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///574\n");
+eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0; //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n/**\n * empty 内容为空\n * @description 该组件用于需要加载内容,但是加载的第一页数据就为空,提示一个\"没有内容\"的场景, 我们精心挑选了十几个场景的图标,方便您使用。\n * @tutorial https://www.uviewui.com/components/empty.html\n * @property {String} color 文字颜色(默认#c0c4cc)\n * @property {String} text 文字提示(默认“无内容”)\n * @property {String} src 自定义图标路径,如定义,mode参数会失效\n * @property {String Number} font-size 提示文字的大小,单位rpx(默认28)\n * @property {String} mode 内置的图标,见官网说明(默认data)\n * @property {String Number} img-width 图标的宽度,单位rpx(默认240)\n * @property {String} img-height 图标的高度,单位rpx(默认auto)\n * @property {String Number} margin-top 组件距离上一个元素之间的距离(默认0)\n * @property {Boolean} show 是否显示组件(默认true)\n * @event {Function} click 点击组件时触发\n * @event {Function} close 点击关闭按钮时触发\n * @example \n */var _default2 =\n{\n name: \"u-empty\",\n props: {\n // 图标路径\n src: {\n type: String,\n default: '' },\n\n // 提示文字\n text: {\n type: String,\n default: '' },\n\n // 文字颜色\n color: {\n type: String,\n default: '#c0c4cc' },\n\n // 图标的颜色\n iconColor: {\n type: String,\n default: '#c0c4cc' },\n\n // 图标的大小\n iconSize: {\n type: [String, Number],\n default: 120 },\n\n // 文字大小,单位rpx\n fontSize: {\n type: [String, Number],\n default: 26 },\n\n // 选择预置的图标类型\n mode: {\n type: String,\n default: 'data' },\n\n // 图标宽度,单位rpx\n imgWidth: {\n type: [String, Number],\n default: 120 },\n\n // 图标高度,单位rpx\n imgHeight: {\n type: [String, Number],\n default: 'auto' },\n\n // 是否显示组件\n show: {\n type: Boolean,\n default: true },\n\n // 组件距离上一个元素之间的距离\n marginTop: {\n type: [String, Number],\n default: 0 },\n\n iconStyle: {\n type: Object,\n default: function _default() {\n return {};\n } } },\n\n\n data: function data() {\n return {\n icons: {\n car: '购物车为空',\n page: '页面不存在',\n search: '没有搜索结果',\n address: '没有收货地址',\n wifi: '没有WiFi',\n order: '订单为空',\n coupon: '没有优惠券',\n favor: '暂无收藏',\n permission: '无权限',\n history: '无历史记录',\n news: '无新闻列表',\n message: '消息列表为空',\n list: '列表为空',\n data: '数据为空' }\n\n // icons: [{\n // \ticon: 'car',\n // \ttext: '购物车为空'\n // },{\n // \ticon: 'page',\n // \ttext: '页面不存在'\n // },{\n // \ticon: 'search',\n // \ttext: '没有搜索结果'\n // },{\n // \ticon: 'address',\n // \ttext: '没有收货地址'\n // },{\n // \ticon: 'wifi',\n // \ttext: '没有WiFi'\n // },{\n // \ticon: 'order',\n // \ttext: '订单为空'\n // },{\n // \ticon: 'coupon',\n // \ttext: '没有优惠券'\n // },{\n // \ticon: 'favor',\n // \ttext: '暂无收藏'\n // },{\n // \ticon: 'permission',\n // \ttext: '无权限'\n // },{\n // \ticon: 'history',\n // \ttext: '无历史记录'\n // },{\n // \ticon: 'news',\n // \ttext: '无新闻列表'\n // },{\n // \ticon: 'message',\n // \ttext: '消息列表为空'\n // },{\n // \ticon: 'list',\n // \ttext: '列表为空'\n // },{\n // \ticon: 'data',\n // \ttext: '数据为空'\n // }],\n };\n\n } };exports.default = _default2;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXZpZXctdWkvY29tcG9uZW50cy91LWVtcHR5L3UtZW1wdHkudnVlIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFzQkE7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBaUJBO0FBQ0EsaUJBREE7QUFFQTtBQUNBO0FBQ0E7QUFDQSxrQkFEQTtBQUVBLGlCQUZBLEVBRkE7O0FBTUE7QUFDQTtBQUNBLGtCQURBO0FBRUEsaUJBRkEsRUFQQTs7QUFXQTtBQUNBO0FBQ0Esa0JBREE7QUFFQSx3QkFGQSxFQVpBOztBQWdCQTtBQUNBO0FBQ0Esa0JBREE7QUFFQSx3QkFGQSxFQWpCQTs7QUFxQkE7QUFDQTtBQUNBLDRCQURBO0FBRUEsa0JBRkEsRUF0QkE7O0FBMEJBO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLGlCQUZBLEVBM0JBOztBQStCQTtBQUNBO0FBQ0Esa0JBREE7QUFFQSxxQkFGQSxFQWhDQTs7QUFvQ0E7QUFDQTtBQUNBLDRCQURBO0FBRUEsa0JBRkEsRUFyQ0E7O0FBeUNBO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLHFCQUZBLEVBMUNBOztBQThDQTtBQUNBO0FBQ0EsbUJBREE7QUFFQSxtQkFGQSxFQS9DQTs7QUFtREE7QUFDQTtBQUNBLDRCQURBO0FBRUEsZ0JBRkEsRUFwREE7O0FBd0RBO0FBQ0Esa0JBREE7QUFFQSxhQUZBLHNCQUVBO0FBQ0E7QUFDQSxPQUpBLEVBeERBLEVBRkE7OztBQWlFQSxNQWpFQSxrQkFpRUE7QUFDQTtBQUNBO0FBQ0Esb0JBREE7QUFFQSxxQkFGQTtBQUdBLHdCQUhBO0FBSUEseUJBSkE7QUFLQSxzQkFMQTtBQU1BLHFCQU5BO0FBT0EsdUJBUEE7QUFRQSxxQkFSQTtBQVNBLHlCQVRBO0FBVUEsd0JBVkE7QUFXQSxxQkFYQTtBQVlBLHlCQVpBO0FBYUEsb0JBYkE7QUFjQSxvQkFkQTs7QUFnQkE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUEzREE7O0FBOERBLEdBaElBLEUiLCJmaWxlIjoiNTcxLmpzIiwic291cmNlc0NvbnRlbnQiOlsiPHRlbXBsYXRlPlxyXG5cdDx2aWV3IGNsYXNzPVwidS1lbXB0eVwiIHYtaWY9XCJzaG93XCIgOnN0eWxlPVwie1xyXG5cdFx0bWFyZ2luVG9wOiBtYXJnaW5Ub3AgKyAncnB4J1xyXG5cdH1cIj5cclxuXHRcdDx1LWljb25cclxuXHRcdFx0Om5hbWU9XCJzcmMgPyBzcmMgOiAnZW1wdHktJyArIG1vZGVcIlxyXG5cdFx0XHQ6Y3VzdG9tLXN0eWxlPVwiaWNvblN0eWxlXCJcclxuXHRcdFx0OmxhYmVsPVwidGV4dCA/IHRleHQgOiBpY29uc1ttb2RlXVwiXHJcblx0XHRcdGxhYmVsLXBvcz1cImJvdHRvbVwiXHJcblx0XHRcdDpsYWJlbC1jb2xvcj1cImNvbG9yXCJcclxuXHRcdFx0OmxhYmVsLXNpemU9XCJmb250U2l6ZVwiXHJcblx0XHRcdDpzaXplPVwiaWNvblNpemVcIlxyXG5cdFx0XHQ6Y29sb3I9XCJpY29uQ29sb3JcIlxyXG5cdFx0XHRtYXJnaW4tdG9wPVwiMTRcIlxyXG5cdFx0PjwvdS1pY29uPlxyXG5cdFx0PHZpZXcgY2xhc3M9XCJ1LXNsb3Qtd3JhcFwiPlxyXG5cdFx0XHQ8c2xvdCBuYW1lPVwiYm90dG9tXCI+PC9zbG90PlxyXG5cdFx0PC92aWV3PlxyXG5cdDwvdmlldz5cclxuPC90ZW1wbGF0ZT5cclxuXHJcbjxzY3JpcHQ+XHJcblx0LyoqXHJcblx0ICogZW1wdHkg5YaF5a655Li656m6XHJcblx0ICogQGRlc2NyaXB0aW9uIOivpee7hOS7tueUqOS6jumcgOimgeWKoOi9veWGheWuue+8jOS9huaYr+WKoOi9veeahOesrOS4gOmhteaVsOaNruWwseS4uuepuu+8jOaPkOekuuS4gOS4qlwi5rKh5pyJ5YaF5a65XCLnmoTlnLrmma/vvIwg5oiR5Lus57K+5b+D5oyR6YCJ5LqG5Y2B5Yeg5Liq5Zy65pmv55qE5Zu+5qCH77yM5pa55L6/5oKo5L2/55So44CCXHJcblx0ICogQHR1dG9yaWFsIGh0dHBzOi8vd3d3LnV2aWV3dWkuY29tL2NvbXBvbmVudHMvZW1wdHkuaHRtbFxyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nfSBjb2xvciDmloflrZfpopzoibLvvIjpu5jorqQjYzBjNGNj77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmd9IHRleHQg5paH5a2X5o+Q56S677yI6buY6K6k4oCc5peg5YaF5a654oCd77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmd9IHNyYyDoh6rlrprkuYnlm77moIfot6/lvoTvvIzlpoLlrprkuYnvvIxtb2Rl5Y+C5pWw5Lya5aSx5pWIXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmcgTnVtYmVyfSBmb250LXNpemUg5o+Q56S65paH5a2X55qE5aSn5bCP77yM5Y2V5L2NcnB477yI6buY6K6kMjjvvIlcclxuXHQgKiBAcHJvcGVydHkge1N0cmluZ30gbW9kZSDlhoXnva7nmoTlm77moIfvvIzop4HlrpjnvZHor7TmmI7vvIjpu5jorqRkYXRh77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmcgTnVtYmVyfSBpbWctd2lkdGgg5Zu+5qCH55qE5a695bqm77yM5Y2V5L2NcnB477yI6buY6K6kMjQw77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmd9IGltZy1oZWlnaHQg5Zu+5qCH55qE6auY5bqm77yM5Y2V5L2NcnB477yI6buY6K6kYXV0b++8iVxyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nIE51bWJlcn0gbWFyZ2luLXRvcCDnu4Tku7bot53nprvkuIrkuIDkuKrlhYPntKDkuYvpl7TnmoTot53nprvvvIjpu5jorqQw77yJXHJcblx0ICogQHByb3BlcnR5IHtCb29sZWFufSBzaG93IOaYr+WQpuaYvuekuue7hOS7tu+8iOm7mOiupHRydWXvvIlcclxuXHQgKiBAZXZlbnQge0Z1bmN0aW9ufSBjbGljayDngrnlh7vnu4Tku7bml7bop6blj5FcclxuXHQgKiBAZXZlbnQge0Z1bmN0aW9ufSBjbG9zZSDngrnlh7vlhbPpl63mjInpkq7ml7bop6blj5FcclxuXHQgKiBAZXhhbXBsZSA8dS1lbXB0eSB0ZXh0PVwi5omA6LCT5LyK5Lq677yM5Zyo5rC05LiA5pa5XCIgbW9kZT1cImxpc3RcIj48L3UtZW1wdHk+XHJcblx0ICovXHJcblx0ZXhwb3J0IGRlZmF1bHQge1xyXG5cdFx0bmFtZTogXCJ1LWVtcHR5XCIsXHJcblx0XHRwcm9wczoge1xyXG5cdFx0XHQvLyDlm77moIfot6/lvoRcclxuXHRcdFx0c3JjOiB7XHJcblx0XHRcdFx0dHlwZTogU3RyaW5nLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICcnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOaPkOekuuaWh+Wtl1xyXG5cdFx0XHR0ZXh0OiB7XHJcblx0XHRcdFx0dHlwZTogU3RyaW5nLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICcnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOaWh+Wtl+minOiJslxyXG5cdFx0XHRjb2xvcjoge1xyXG5cdFx0XHRcdHR5cGU6IFN0cmluZyxcclxuXHRcdFx0XHRkZWZhdWx0OiAnI2MwYzRjYydcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5Zu+5qCH55qE6aKc6ImyXHJcblx0XHRcdGljb25Db2xvcjoge1xyXG5cdFx0XHRcdHR5cGU6IFN0cmluZyxcclxuXHRcdFx0XHRkZWZhdWx0OiAnI2MwYzRjYydcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5Zu+5qCH55qE5aSn5bCPXHJcblx0XHRcdGljb25TaXplOiB7XHJcblx0XHRcdFx0dHlwZTogW1N0cmluZywgTnVtYmVyXSxcclxuXHRcdFx0XHRkZWZhdWx0OiAxMjBcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5paH5a2X5aSn5bCP77yM5Y2V5L2NcnB4XHJcblx0XHRcdGZvbnRTaXplOiB7XHJcblx0XHRcdFx0dHlwZTogW1N0cmluZywgTnVtYmVyXSxcclxuXHRcdFx0XHRkZWZhdWx0OiAyNlxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDpgInmi6npooTnva7nmoTlm77moIfnsbvlnotcclxuXHRcdFx0bW9kZToge1xyXG5cdFx0XHRcdHR5cGU6IFN0cmluZyxcclxuXHRcdFx0XHRkZWZhdWx0OiAnZGF0YSdcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8gIOWbvuagh+WuveW6pu+8jOWNleS9jXJweFxyXG5cdFx0XHRpbWdXaWR0aDoge1xyXG5cdFx0XHRcdHR5cGU6IFtTdHJpbmcsIE51bWJlcl0sXHJcblx0XHRcdFx0ZGVmYXVsdDogMTIwXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOWbvuagh+mrmOW6pu+8jOWNleS9jXJweFxyXG5cdFx0XHRpbWdIZWlnaHQ6IHtcclxuXHRcdFx0XHR0eXBlOiBbU3RyaW5nLCBOdW1iZXJdLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICdhdXRvJ1xyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDmmK/lkKbmmL7npLrnu4Tku7ZcclxuXHRcdFx0c2hvdzoge1xyXG5cdFx0XHRcdHR5cGU6IEJvb2xlYW4sXHJcblx0XHRcdFx0ZGVmYXVsdDogdHJ1ZVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDnu4Tku7bot53nprvkuIrkuIDkuKrlhYPntKDkuYvpl7TnmoTot53nprtcclxuXHRcdFx0bWFyZ2luVG9wOiB7XHJcblx0XHRcdFx0dHlwZTogW1N0cmluZywgTnVtYmVyXSxcclxuXHRcdFx0XHRkZWZhdWx0OiAwXHJcblx0XHRcdH0sXHJcblx0XHRcdGljb25TdHlsZToge1xyXG5cdFx0XHRcdHR5cGU6IE9iamVjdCxcclxuXHRcdFx0XHRkZWZhdWx0KCkge1xyXG5cdFx0XHRcdFx0cmV0dXJuIHt9XHJcblx0XHRcdFx0fVxyXG5cdFx0XHR9XHJcblx0XHR9LFxyXG5cdFx0ZGF0YSgpIHtcclxuXHRcdFx0cmV0dXJuIHtcclxuXHRcdFx0XHRpY29uczoge1xyXG5cdFx0XHRcdFx0Y2FyOiAn6LSt54mp6L2m5Li656m6JyxcclxuXHRcdFx0XHRcdHBhZ2U6ICfpobXpnaLkuI3lrZjlnKgnLFxyXG5cdFx0XHRcdFx0c2VhcmNoOiAn5rKh5pyJ5pCc57Si57uT5p6cJyxcclxuXHRcdFx0XHRcdGFkZHJlc3M6ICfmsqHmnInmlLbotKflnLDlnYAnLFxyXG5cdFx0XHRcdFx0d2lmaTogJ+ayoeaciVdpRmknLFxyXG5cdFx0XHRcdFx0b3JkZXI6ICforqLljZXkuLrnqbonLFxyXG5cdFx0XHRcdFx0Y291cG9uOiAn5rKh5pyJ5LyY5oOg5Yi4JyxcclxuXHRcdFx0XHRcdGZhdm9yOiAn5pqC5peg5pS26JePJyxcclxuXHRcdFx0XHRcdHBlcm1pc3Npb246ICfml6DmnYPpmZAnLFxyXG5cdFx0XHRcdFx0aGlzdG9yeTogJ+aXoOWOhuWPsuiusOW9lScsXHJcblx0XHRcdFx0XHRuZXdzOiAn5peg5paw6Ze75YiX6KGoJyxcclxuXHRcdFx0XHRcdG1lc3NhZ2U6ICfmtojmga/liJfooajkuLrnqbonLFxyXG5cdFx0XHRcdFx0bGlzdDogJ+WIl+ihqOS4uuepuicsXHJcblx0XHRcdFx0XHRkYXRhOiAn5pWw5o2u5Li656m6J1xyXG5cdFx0XHRcdH0sXHJcblx0XHRcdFx0Ly8gaWNvbnM6IFt7XHJcblx0XHRcdFx0Ly8gXHRpY29uOiAnY2FyJyxcclxuXHRcdFx0XHQvLyBcdHRleHQ6ICfotK3nianovabkuLrnqbonXHJcblx0XHRcdFx0Ly8gfSx7XHJcblx0XHRcdFx0Ly8gXHRpY29uOiAncGFnZScsXHJcblx0XHRcdFx0Ly8gXHR0ZXh0OiAn6aG16Z2i5LiN5a2Y5ZyoJ1xyXG5cdFx0XHRcdC8vIH0se1xyXG5cdFx0XHRcdC8vIFx0aWNvbjogJ3NlYXJjaCcsXHJcblx0XHRcdFx0Ly8gXHR0ZXh0OiAn5rKh5pyJ5pCc57Si57uT5p6cJ1xyXG5cdFx0XHRcdC8vIH0se1xyXG5cdFx0XHRcdC8vIFx0aWNvbjogJ2FkZHJlc3MnLFxyXG5cdFx0XHRcdC8vIFx0dGV4dDogJ+ayoeacieaUtui0p+WcsOWdgCdcclxuXHRcdFx0XHQvLyB9LHtcclxuXHRcdFx0XHQvLyBcdGljb246ICd3aWZpJyxcclxuXHRcdFx0XHQvLyBcdHRleHQ6ICfmsqHmnIlXaUZpJ1xyXG5cdFx0XHRcdC8vIH0se1xyXG5cdFx0XHRcdC8vIFx0aWNvbjogJ29yZGVyJyxcclxuXHRcdFx0XHQvLyBcdHRleHQ6ICforqLljZXkuLrnqbonXHJcblx0XHRcdFx0Ly8gfSx7XHJcblx0XHRcdFx0Ly8gXHRpY29uOiAnY291cG9uJyxcclxuXHRcdFx0XHQvLyBcdHRleHQ6ICfmsqHmnInkvJjmg6DliLgnXHJcblx0XHRcdFx0Ly8gfSx7XHJcblx0XHRcdFx0Ly8gXHRpY29uOiAnZmF2b3InLFxyXG5cdFx0XHRcdC8vIFx0dGV4dDogJ+aaguaXoOaUtuiXjydcclxuXHRcdFx0XHQvLyB9LHtcclxuXHRcdFx0XHQvLyBcdGljb246ICdwZXJtaXNzaW9uJyxcclxuXHRcdFx0XHQvLyBcdHRleHQ6ICfml6DmnYPpmZAnXHJcblx0XHRcdFx0Ly8gfSx7XHJcblx0XHRcdFx0Ly8gXHRpY29uOiAnaGlzdG9yeScsXHJcblx0XHRcdFx0Ly8gXHR0ZXh0OiAn5peg5Y6G5Y+y6K6w5b2VJ1xyXG5cdFx0XHRcdC8vIH0se1xyXG5cdFx0XHRcdC8vIFx0aWNvbjogJ25ld3MnLFxyXG5cdFx0XHRcdC8vIFx0dGV4dDogJ+aXoOaWsOmXu+WIl+ihqCdcclxuXHRcdFx0XHQvLyB9LHtcclxuXHRcdFx0XHQvLyBcdGljb246ICdtZXNzYWdlJyxcclxuXHRcdFx0XHQvLyBcdHRleHQ6ICfmtojmga/liJfooajkuLrnqbonXHJcblx0XHRcdFx0Ly8gfSx7XHJcblx0XHRcdFx0Ly8gXHRpY29uOiAnbGlzdCcsXHJcblx0XHRcdFx0Ly8gXHR0ZXh0OiAn5YiX6KGo5Li656m6J1xyXG5cdFx0XHRcdC8vIH0se1xyXG5cdFx0XHRcdC8vIFx0aWNvbjogJ2RhdGEnLFxyXG5cdFx0XHRcdC8vIFx0dGV4dDogJ+aVsOaNruS4uuepuidcclxuXHRcdFx0XHQvLyB9XSxcclxuXHJcblx0XHRcdH1cclxuXHRcdH1cclxuXHR9XHJcbjwvc2NyaXB0PlxyXG5cclxuPHN0eWxlIHNjb3BlZCBsYW5nPVwic2Nzc1wiPlxyXG5cdEBpbXBvcnQgXCIuLi8uLi9saWJzL2Nzcy9zdHlsZS5jb21wb25lbnRzLnNjc3NcIjtcclxuXHJcblx0LnUtZW1wdHkge1xyXG5cdFx0QGluY2x1ZGUgdnVlLWZsZXg7XHJcblx0XHRmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xyXG5cdFx0anVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcblx0XHRhbGlnbi1pdGVtczogY2VudGVyO1xyXG5cdFx0aGVpZ2h0OiAxMDAlO1xyXG5cdH1cclxuXHJcblx0LnUtaW1hZ2Uge1xyXG5cdFx0bWFyZ2luLWJvdHRvbTogMjBycHg7XHJcblx0fVxyXG5cclxuXHQudS1zbG90LXdyYXAge1xyXG5cdFx0QGluY2x1ZGUgdnVlLWZsZXg7XHJcblx0XHRqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcclxuXHRcdGFsaWduLWl0ZW1zOiBjZW50ZXI7XHJcblx0XHRtYXJnaW4tdG9wOiAyMHJweDtcclxuXHR9XHJcbjwvc3R5bGU+XHJcbiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///571\n");
/***/ }),
-/* 575 */
-/*!**************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/ethereum.png ***!
- \**************************************************************************/
+/* 572 */
+/*!****************************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/ethereum.png ***!
+ \****************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
-eval("module.exports = \"/static/tongyonh/ethereum.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjU3NS5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL2V0aGVyZXVtLnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///575\n");
+eval("module.exports = \"/static/tongyonh/ethereum.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjU3Mi5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL2V0aGVyZXVtLnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///572\n");
/***/ }),
-/* 576 */
-/*!*************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/Frame28.png ***!
- \*************************************************************************/
+/* 573 */
+/*!***************************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/Frame28.png ***!
+ \***************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
-eval("module.exports = \"/static/tongyonh/Frame28.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjU3Ni5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL0ZyYW1lMjgucG5nXCI7Il0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///576\n");
+eval("module.exports = \"/static/tongyonh/Frame28.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjU3My5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL0ZyYW1lMjgucG5nXCI7Il0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///573\n");
/***/ }),
-/* 577 */
-/*!**************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/tronicon.png ***!
- \**************************************************************************/
+/* 574 */
+/*!****************************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/tronicon.png ***!
+ \****************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
-eval("module.exports = \"/static/tongyonh/tronicon.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjU3Ny5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL3Ryb25pY29uLnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///577\n");
+eval("module.exports = \"/static/tongyonh/tronicon.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjU3NC5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL3Ryb25pY29uLnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///574\n");
/***/ }),
-/* 578 */
-/*!*******************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/arrow-up-left.png ***!
- \*******************************************************************************/
+/* 575 */
+/*!*********************************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/arrow-up-left.png ***!
+ \*********************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
-eval("module.exports = \"/static/tongyonh/arrow-up-left.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjU3OC5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL2Fycm93LXVwLWxlZnQucG5nXCI7Il0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///578\n");
+eval("module.exports = \"/static/tongyonh/arrow-up-left.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjU3NS5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL2Fycm93LXVwLWxlZnQucG5nXCI7Il0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///575\n");
/***/ }),
-/* 579 */
-/*!*********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/arrow-up-left_1.png ***!
- \*********************************************************************************/
+/* 576 */
+/*!***********************************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/arrow-up-left_1.png ***!
+ \***********************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
-eval("module.exports = \"/static/tongyonh/arrow-up-left_1.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjU3OS5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL2Fycm93LXVwLWxlZnRfMS5wbmdcIjsiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///579\n");
+eval("module.exports = \"/static/tongyonh/arrow-up-left_1.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjU3Ni5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL2Fycm93LXVwLWxlZnRfMS5wbmdcIjsiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///576\n");
/***/ }),
-/* 580 */
-/*!***********************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/Shape.png ***!
- \***********************************************************************/
+/* 577 */
+/*!*************************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/Shape.png ***!
+ \*************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
-eval("module.exports = \"/static/tongyonh/Shape.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjU4MC5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL1NoYXBlLnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///580\n");
+eval("module.exports = \"/static/tongyonh/Shape.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjU3Ny5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL1NoYXBlLnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///577\n");
/***/ }),
-/* 581 */
-/*!********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/arrow-up-leftw.png ***!
- \********************************************************************************/
+/* 578 */
+/*!**********************************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/arrow-up-leftw.png ***!
+ \**********************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
-eval("module.exports = \"/static/tongyonh/arrow-up-leftw.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjU4MS5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL2Fycm93LXVwLWxlZnR3LnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///581\n");
+eval("module.exports = \"/static/tongyonh/arrow-up-leftw.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjU3OC5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL2Fycm93LXVwLWxlZnR3LnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///578\n");
/***/ }),
-/* 582 */
-/*!********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/arrow-up-leftp.png ***!
- \********************************************************************************/
+/* 579 */
+/*!**********************************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/arrow-up-leftp.png ***!
+ \**********************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
-eval("module.exports = \"/static/tongyonh/arrow-up-leftp.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjU4Mi5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL2Fycm93LXVwLWxlZnRwLnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///582\n");
+eval("module.exports = \"/static/tongyonh/arrow-up-leftp.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjU3OS5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL2Fycm93LXVwLWxlZnRwLnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///579\n");
/***/ }),
-/* 583 */
-/*!****************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/token/btc/index.vue?vue&type=script&lang=js&mpType=page ***!
- \****************************************************************************************************************/
+/* 580 */
+/*!******************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/token/btc/index.vue?vue&type=script&lang=js&mpType=page ***!
+ \******************************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=script&lang=js&mpType=page */ 584);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQXdqQixDQUFnQixza0JBQUcsRUFBQyIsImZpbGUiOiI1ODMuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIS4uLy4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL2JhYmVsLWxvYWRlci9saWIvaW5kZXguanMhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyL2luZGV4LmpzPz9yZWYtLTYtMSEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stdW5pLWFwcC1sb2FkZXIvdXNpbmctY29tcG9uZW50cy5qcyEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL2luZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIjsgZXhwb3J0IGRlZmF1bHQgbW9kOyBleHBvcnQgKiBmcm9tIFwiLSEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9iYWJlbC1sb2FkZXIvbGliL2luZGV4LmpzIS4uLy4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlci9pbmRleC5qcz8/cmVmLS02LTEhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXVuaS1hcHAtbG9hZGVyL3VzaW5nLWNvbXBvbmVudHMuanMhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9pbmRleC5qcz8/dnVlLWxvYWRlci1vcHRpb25zIS4vaW5kZXgudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJm1wVHlwZT1wYWdlXCIiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///583\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=script&lang=js&mpType=page */ 581);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQXVtQixDQUFnQixzb0JBQUcsRUFBQyIsImZpbGUiOiI1ODAuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiOyBleHBvcnQgZGVmYXVsdCBtb2Q7IGV4cG9ydCAqIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///580\n");
/***/ }),
-/* 584 */
-/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/pages/menu/token/btc/index.vue?vue&type=script&lang=js&mpType=page ***!
- \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 581 */
+/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/pages/menu/token/btc/index.vue?vue&type=script&lang=js&mpType=page ***!
+ \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 49));\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar _navigation = _interopRequireDefault(__webpack_require__(/*! @/components/navigation/navigation.vue */ 551));\nvar _api = _interopRequireDefault(__webpack_require__(/*! @/utils/api */ 585));\nvar _index = _interopRequireDefault(__webpack_require__(/*! @/utils/index.js */ 34));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {try {var info = gen[key](arg);var value = info.value;} catch (error) {reject(error);return;}if (info.done) {resolve(value);} else {Promise.resolve(value).then(_next, _throw);}}function _asyncToGenerator(fn) {return function () {var self = this,args = arguments;return new Promise(function (resolve, reject) {var gen = fn.apply(self, args);function _next(value) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"next\", value);}function _throw(err) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"throw\", err);}_next(undefined);});};}var _default =\n{\n data: function data() {\n return {\n teee: this.$t('index').Nocontent,\n // 拿账单的address\n trxs: [],\n coin: {},\n isNoData: false,\n showInfo: false,\n list: [{\n name: this.$t('index').All },\n\n {\n name: this.$t('index').Send },\n\n {\n name: this.$t('index').Receive }],\n\n\n infoWallet: {},\n current: 0,\n pageSize: 20,\n pageNum: 1,\n balance: 0,\n address: '',\n type: 'all',\n trueType: '',\n contract: '',\n balancePrice: '' };\n\n },\n computed: {\n i18n: function i18n() {\n return this.$t('index');\n } },\n\n methods: {\n back: function back() {\n uni.reLaunch({\n url: '../../wallet/index' });\n\n },\n goSend: function goSend() {\n uni.navigateTo({\n url: '/pages/menu/sendToken/transfer/index' });\n\n },\n goReceive: function goReceive() {\n uni.setStorageSync('infoWallet', this.infoWallet);\n uni.navigateTo({\n url: '/pages/menu/sendToken/index' });\n\n },\n goDetail: function goDetail(item, index) {\n uni.setStorageSync('transDetail', this.trxs[index]);\n uni.navigateTo({\n url: '/pages/menu/transction/detail/index' });\n\n\n },\n change: function change(index) {\n if (index == 0) {\n this.type = 'all';\n }\n if (index == 1) {\n this.type = 'send';\n }\n if (index == 2) {\n this.type = 'receive';\n }\n this.current = index;\n this.pageNum = 1;\n this.trxs = [];\n this.getWalletInfo();\n this.isNoData = false;\n },\n // onReachBottom() {\n // \tif(!this.isNoData){\n // \t console.log(445454545)\n // \t\tthis.pageNum=this.pageNum+1;\n // \t\tthis.getWalletInfo();\n // \t}\n\n // },\n // 给scrollview绑定下拉加载事件 代替onReachBottom\n scrollToPage: function scrollToPage() {\n if (!this.isNoData) {\n __f__(\"log\", 445454545, \" at pages/menu/token/btc/index.vue:197\");\n this.pageNum = this.pageNum + 1;\n this.getWalletInfo();\n }\n },\n getWalletInfo: function getWalletInfo() {var _this = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee() {var params, response;return _regenerator.default.wrap(function _callee$(_context) {while (1) {switch (_context.prev = _context.next) {case 0:\n params = {\n address: _this.coin.address,\n chainName: _this.coin.type,\n contract: _this.coin.contractAddress,\n pageNum: _this.pageNum,\n pageSize: _this.pageSize };\n\n if (_this.type === 'send') {\n params.fromAddress = _this.coin.address;\n } else if (_this.type === 'receive') {\n params.toAddress = _this.coin.address;\n }_context.next = 4;return (\n _this.$api.getChainDataList(params));case 4:response = _context.sent;\n if (response.data.rows.length == 0) {\n _this.isNoData = true;\n if (_this.pageNum == 1) {\n _this.showInfo = true;\n }\n\n } else {\n _this.showInfo = false;\n }\n\n _this.trxs = _this.trxs.concat(response.data.rows);case 7:case \"end\":return _context.stop();}}}, _callee);}))();\n\n\n } },\n\n onLoad: function onLoad() {\n this.coin = uni.getStorageSync('coin');\n this.change(0);\n } };exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 33)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vcGFnZXMvbWVudS90b2tlbi9idGMvaW5kZXgudnVlIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUEwR0E7QUFDQTtBQUNBLHFGO0FBQ0E7QUFDQSxNQURBLGtCQUNBO0FBQ0E7QUFDQSxzQ0FEQTtBQUVBO0FBQ0EsY0FIQTtBQUlBLGNBSkE7QUFLQSxxQkFMQTtBQU1BLHFCQU5BO0FBT0E7QUFDQSxrQ0FEQTs7QUFHQTtBQUNBLG1DQURBLEVBSEE7O0FBTUE7QUFDQSxzQ0FEQSxFQU5BLENBUEE7OztBQWlCQSxvQkFqQkE7QUFrQkEsZ0JBbEJBO0FBbUJBLGtCQW5CQTtBQW9CQSxnQkFwQkE7QUFxQkEsZ0JBckJBO0FBc0JBLGlCQXRCQTtBQXVCQSxpQkF2QkE7QUF3QkEsa0JBeEJBO0FBeUJBLGtCQXpCQTtBQTBCQSxzQkExQkE7O0FBNEJBLEdBOUJBO0FBK0JBO0FBQ0EsUUFEQSxrQkFDQTtBQUNBO0FBQ0EsS0FIQSxFQS9CQTs7QUFvQ0E7QUFDQSxRQURBLGtCQUNBO0FBQ0E7QUFDQSxpQ0FEQTs7QUFHQSxLQUxBO0FBTUEsVUFOQSxvQkFNQTtBQUNBO0FBQ0EsbURBREE7O0FBR0EsS0FWQTtBQVdBLGFBWEEsdUJBV0E7QUFDQTtBQUNBO0FBQ0EsMENBREE7O0FBR0EsS0FoQkE7QUFpQkEsWUFqQkEsb0JBaUJBLElBakJBLEVBaUJBLEtBakJBLEVBaUJBO0FBQ0E7QUFDQTtBQUNBLGtEQURBOzs7QUFJQSxLQXZCQTtBQXdCQSxVQXhCQSxrQkF3QkEsS0F4QkEsRUF3QkE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0F2Q0E7QUF3Q0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQSxnQkFqREEsMEJBaURBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEtBdkRBO0FBd0RBLGlCQXhEQSwyQkF3REE7QUFDQSxzQkFEQSxHQUNBO0FBQ0EsNkNBREE7QUFFQSw0Q0FGQTtBQUdBLHNEQUhBO0FBSUEsd0NBSkE7QUFLQSwwQ0FMQSxFQURBOztBQVFBO0FBQ0E7QUFDQSxpQkFGQSxNQUVBO0FBQ0E7QUFDQSxpQkFaQTtBQWFBLHFEQWJBLFNBYUEsUUFiQTtBQWNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUEsaUJBTkEsTUFNQTtBQUNBO0FBQ0E7O0FBRUEsbUVBeEJBOzs7QUEyQkEsS0FuRkEsRUFwQ0E7O0FBeUhBLFFBekhBLG9CQXlIQTtBQUNBO0FBQ0E7QUFDQSxHQTVIQSxFIiwiZmlsZSI6IjU4NC5qcyIsInNvdXJjZXNDb250ZW50IjpbIjx0ZW1wbGF0ZT5cclxuXHQ8dmlldyBjbGFzcz1cIlwiPlxyXG5cdFx0PG5hdmlnYXRpb24gOnNob3dCYWNrPVwiZmFsc2VcIiA6YmdudW09XCJ0cnVlXCIgY2xhc3M9XCJoZWFkXCI+XHJcblx0XHRcdDxpbWFnZSBzcmM9XCIuLi8uLi8uLi8uLi9zdGF0aWMvdG9uZ3lvbmgvVmVjdG9yLnBuZ1wiIG1vZGU9XCJhc3BlY3RGaXRcIiBjbGFzcz1cImJhY2tcIiBAY2xpY2s9XCJiYWNrKClcIj48L2ltYWdlPlxyXG5cdFx0XHQ8dGV4dCBjbGFzcz1cImJpZ190aXRsZVwiPlxyXG5cdFx0XHRcdHt7Y29pbi5uYW1lfX1cclxuXHRcdFx0PC90ZXh0PlxyXG5cclxuXHRcdDwvbmF2aWdhdGlvbj5cclxuXHRcdDx2aWV3IGNsYXNzPVwibWFpblwiPlxyXG5cdFx0XHQ8dmlldyBjbGFzcz1cIm1vbmV5X2NvblwiXHJcblx0XHRcdFx0OmNsYXNzPVwieydtb25leV9jb24nOiBjb2luLnR5cGU9PSdFVEgnLCAnbW9uZXlfY29uMic6IGNvaW4udHlwZT09J0JUQycsICdtb25leV9jb24zJzogY29pbi50eXBlPT0nVFJYJ31cIj5cclxuXHRcdFx0XHQ8dmlldyBjbGFzcz1cInRleHRjb24xXCI+XHJcblx0XHRcdFx0XHQ8dGV4dCBjbGFzcz1cInRleHQxXCI+XHJcblx0XHRcdFx0XHRcdDx2aWV3IGNsYXNzPVwiXCI+XHJcblx0XHRcdFx0XHRcdFx0e3tjb2luLmJhbGFuY2V9fSB7e2NvaW4ubmFtZX19XHJcblx0XHRcdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0XHRcdFx0PHRleHQgY2xhc3M9XCJ0ZXh0MlwiPuKJiCAkIHt7Y29pbi5iYWxhbmNlUHJpY2U/Y29pbi5iYWxhbmNlUHJpY2U6MH19PC90ZXh0PlxyXG5cdFx0XHRcdFx0PC90ZXh0PlxyXG5cdFx0XHRcdFx0PGltYWdlIHNyYz1cIi4uLy4uLy4uLy4uL3N0YXRpYy90b25neW9uaC9ldGhlcmV1bS5wbmdcIiBtb2RlPVwiYXNwZWN0Rml0XCIgY2xhc3M9XCJpbWcxXCJcclxuXHRcdFx0XHRcdFx0di1pZj1cImNvaW4udHlwZT09J0VUSCcmJiFjb2luLmNvbnRyYWN0QWRkcmVzc1wiPjwvaW1hZ2U+XHJcblx0XHRcdFx0XHQ8aW1hZ2Ugc3JjPVwiLi4vLi4vLi4vLi4vc3RhdGljL3Rvbmd5b25oL0ZyYW1lMjgucG5nXCIgbW9kZT1cImFzcGVjdEZpdFwiIGNsYXNzPVwiaW1nMVwiXHJcblx0XHRcdFx0XHRcdHYtaWY9XCJjb2luLnR5cGU9PSdCVEMnJiYhY29pbi5jb250cmFjdEFkZHJlc3NcIj48L2ltYWdlPlxyXG5cdFx0XHRcdFx0PGltYWdlIHNyYz1cIi4uLy4uLy4uLy4uL3N0YXRpYy90b25neW9uaC90cm9uaWNvbi5wbmdcIiBtb2RlPVwiYXNwZWN0Rml0XCIgY2xhc3M9XCJpbWcxXCJcclxuXHRcdFx0XHRcdFx0di1pZj1cImNvaW4udHlwZT09J1RSWCcmJiFjb2luLmNvbnRyYWN0QWRkcmVzc1wiPjwvaW1hZ2U+XHJcblx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHRcdDx2aWV3IGNsYXNzPVwidGV4dGNvbjFcIj5cclxuXHRcdFx0XHRcdDx2aWV3IGNsYXNzPVwidjFcIj5cclxuXHRcdFx0XHRcdFx0PHZpZXcgY2xhc3M9XCJ0MVwiPlxyXG5cdFx0XHRcdFx0XHRcdDAuMFxyXG5cdFx0XHRcdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdFx0XHRcdDx2aWV3IGNsYXNzPVwidDJcIj5cclxuXHRcdFx0XHRcdFx0XHR7e2kxOG4uRXhpc3RpbmdiYWxhbmNlfX1cclxuXHRcdFx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHRcdFx0PHZpZXcgY2xhc3M9XCJ2MSB2MlwiPlxyXG5cdFx0XHRcdFx0XHQ8dmlldyBjbGFzcz1cInQxXCI+XHJcblx0XHRcdFx0XHRcdFx0MC4wXHJcblx0XHRcdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0XHRcdFx0PHZpZXcgY2xhc3M9XCJ0MlwiPlxyXG5cdFx0XHRcdFx0XHRcdHt7aTE4bi5GcmVlemViYWxhbmNlfX1cclxuXHRcdFx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0PC92aWV3PlxyXG5cclxuXHRcdFx0PHZpZXcgY2xhc3M9XCJzZWxlY3RfY29uXCI+XHJcblx0XHRcdFx0PHZpZXcgY2xhc3M9XCJzZWxlY3RcIj5cclxuXHRcdFx0XHRcdDx1LXRhYnMgaGVpZ2h0PVwiMTIwXCIgYmFyLXdpZHRoPVwiMTcyXCIgYWN0aXZlLWZvbnQ9XCIxM1wiIGluYWN0aXZlLWZvbnQ9XCIxM1wiIGFjdGl2ZS1jb2xvcj1cIiM2RjY5RkZcIlxyXG5cdFx0XHRcdFx0XHRpbmFjdGl2ZS1jb2xvcj1cIiNBM0FFRDBcIiA6bGlzdD1cImxpc3RcIiA6aXMtc2Nyb2xsPVwiZmFsc2VcIiA6Y3VycmVudD1cImN1cnJlbnRcIiBAY2hhbmdlPVwiY2hhbmdlXCI+XHJcblx0XHRcdFx0XHQ8L3UtdGFicz5cclxuXHJcblx0XHRcdFx0XHQ8dS1lbXB0eSA6dGV4dD1cInRlZWVcIiBtb2RlPVwibGlzdFwiIHYtaWY9XCJzaG93SW5mb1wiPjwvdS1lbXB0eT5cclxuPHNjcm9sbC12aWV3ICB2LWlmPVwiIXNob3dJbmZvXCI6c2Nyb2xsLXk9XCJ0cnVlXCIgc3R5bGU9XCJoZWlnaHQ6IDg4MHJweDtcIiBAc2Nyb2xsdG9sb3dlcj1cInNjcm9sbFRvUGFnZVwiIGxvd2VyLXRocmVzaG9sZD1cIjUwXCI+XHJcblx0PHZpZXcgY2xhc3M9XCJpdGVtMVwiIHYtZm9yPVwiKGl0ZW0saW5kZXgpIGluIHRyeHNcIiBAY2xpY2s9XCJnb0RldGFpbChpdGVtLGluZGV4KVwiPlxyXG5cdFx0XHRcdFx0XHRcdDx2aWV3IGNsYXNzPVwibGVmX2NvblwiPlxyXG5cdFx0XHRcdFx0XHRcdFx0PGltYWdlIHNyYz1cIi4uLy4uLy4uLy4uL3N0YXRpYy90b25neW9uaC9hcnJvdy11cC1sZWZ0LnBuZ1wiIG1vZGU9XCJhc3BlY3RGaXRcIiBjbGFzcz1cImltZzFcIlxyXG5cdFx0XHRcdFx0XHRcdFx0XHR2LWlmPVwiaXRlbS50eXBlPT0naW4nXCI+PC9pbWFnZT5cclxuXHRcdFx0XHRcdFx0XHRcdDxpbWFnZSBzcmM9XCIuLi8uLi8uLi8uLi9zdGF0aWMvdG9uZ3lvbmgvYXJyb3ctdXAtbGVmdF8xLnBuZ1wiIG1vZGU9XCJhc3BlY3RGaXRcIlxyXG5cdFx0XHRcdFx0XHRcdFx0XHRjbGFzcz1cImltZzFcIiB2LWlmPVwiaXRlbS50eXBlPT0nb3V0J1wiPjwvaW1hZ2U+XHJcblx0XHRcdFx0XHRcdFx0XHQ8dmlldyBjbGFzcz1cInRleHRjb25cIj5cclxuXHJcblx0XHRcdFx0XHRcdFx0XHRcdDx2aWV3IGNsYXNzPVwidGV4dDFcIj5cclxuXHRcdFx0XHRcdFx0XHRcdFx0XHR7e2l0ZW0uYWRkcmVzc319XHJcblx0XHRcdFx0XHRcdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0XHRcdFx0XHRcdFx0PHZpZXcgY2xhc3M9XCJ0ZXh0MlwiPlxyXG5cdFx0XHRcdFx0XHRcdFx0XHRcdHt7aXRlbS50cmFuc2FjdGlvblRpbWV9fVxyXG5cdFx0XHRcdFx0XHRcdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdFx0XHRcdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdFx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHRcdFx0XHRcdDx2aWV3IGNsYXNzPVwicmlnX2NvblwiPlxyXG5cdFx0XHRcdFx0XHRcdFx0PHZpZXcgY2xhc3M9XCJ0ZXh0MVwiPlxyXG5cdFx0XHRcdFx0XHRcdFx0XHQ8dGV4dCB2LWlmPVwiaXRlbS50eXBlPT0naW4nXCI+KzwvdGV4dD5cclxuXHRcdFx0XHRcdFx0XHRcdFx0PHRleHQgdi1pZj1cIml0ZW0udHlwZT09J291dCdcIj4tPC90ZXh0PlxyXG5cdFx0XHRcdFx0XHRcdFx0XHR7e2l0ZW0uYW1vdW50fX1cclxuXHRcdFx0XHRcdFx0XHRcdFx0PHRleHQgY2xhc3M9XCJcIj5cclxuXHRcdFx0XHRcdFx0XHRcdFx0XHR7e2l0ZW0ubmV0d29ya319XHJcblx0XHRcdFx0XHRcdFx0XHRcdDwvdGV4dD5cclxuXHRcdFx0XHRcdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0XHRcdFx0XHRcdDxpbWFnZSBzcmM9XCIuLi8uLi8uLi8uLi9zdGF0aWMvdG9uZ3lvbmgvU2hhcGUucG5nXCIgbW9kZT1cImFzcGVjdEZpdFwiIGNsYXNzPVwiaW1nMVwiPlxyXG5cdFx0XHRcdFx0XHRcdFx0PC9pbWFnZT5cclxuXHRcdFx0XHRcdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdFx0XHRcdDwvdmlldz5cclxuPC9zY3JvbGwtdmlldz5cclxuXHRcdFx0XHQ8L3ZpZXc+XHJcblxyXG5cdFx0XHQ8L3ZpZXc+XHJcblxyXG5cclxuXHRcdFx0PHZpZXcgY2xhc3M9XCJidG5jb25uXCI+XHJcblx0XHRcdFx0PHZpZXcgY2xhc3M9XCJidG4gYWN0aXZlXCIgQGNsaWNrPVwiZ29TZW5kXCI+XHJcblx0XHRcdFx0XHQ8aW1hZ2Ugc3JjPVwiLi4vLi4vLi4vLi4vc3RhdGljL3Rvbmd5b25oL2Fycm93LXVwLWxlZnR3LnBuZ1wiIG1vZGU9XCJhc3BlY3RGaXRcIiBjbGFzcz1cImFycm93LXVwLWxlZnRcIj5cclxuXHRcdFx0XHRcdDwvaW1hZ2U+XHJcblx0XHRcdFx0XHR7e2kxOG4uU2VuZH19XHJcblx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHRcdDx2aWV3IGNsYXNzPVwiYnRuXCIgQGNsaWNrPVwiZ29SZWNlaXZlXCI+XHJcblx0XHRcdFx0XHQ8aW1hZ2Ugc3JjPVwiLi4vLi4vLi4vLi4vc3RhdGljL3Rvbmd5b25oL2Fycm93LXVwLWxlZnRwLnBuZ1wiIG1vZGU9XCJhc3BlY3RGaXRcIiBjbGFzcz1cImFycm93LXVwLWxlZnRcIj5cclxuXHRcdFx0XHRcdDwvaW1hZ2U+XHJcblx0XHRcdFx0XHQ8dGV4dCBjbGFzcz1cImJ0bjEzXCI+e3tpMThuLlJlY2VpdmV9fTwvdGV4dD5cclxuXHRcdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdDwvdmlldz5cclxuXHRcdDwvdmlldz5cclxuXHQ8L3ZpZXc+XHJcbjwvdGVtcGxhdGU+XHJcblxyXG48c2NyaXB0PlxyXG5cdGltcG9ydCBjb250IGZyb20gXCJAL2NvbXBvbmVudHMvbmF2aWdhdGlvbi9uYXZpZ2F0aW9uLnZ1ZVwiXHJcblx0aW1wb3J0IGFwaSBmcm9tICdAL3V0aWxzL2FwaSdcclxuXHRpbXBvcnQgaW5kZXggZnJvbSAnQC91dGlscy9pbmRleC5qcydcclxuXHRleHBvcnQgZGVmYXVsdCB7XHJcblx0XHRkYXRhKCkge1xyXG5cdFx0XHRyZXR1cm4ge1xyXG5cdFx0XHRcdHRlZWU6dGhpcy4kdCgnaW5kZXgnKS5Ob2NvbnRlbnQsXHJcblx0XHRcdFx0Ly8g5ou/6LSm5Y2V55qEYWRkcmVzc1xyXG5cdFx0XHRcdHRyeHM6IFtdLFxyXG5cdFx0XHRcdGNvaW46IHt9LFxyXG5cdFx0XHRcdGlzTm9EYXRhOmZhbHNlLFxyXG5cdFx0XHRcdHNob3dJbmZvOiBmYWxzZSxcclxuXHRcdFx0XHRsaXN0OiBbe1xyXG5cdFx0XHRcdFx0bmFtZTogdGhpcy4kdCgnaW5kZXgnKS5BbGwsXHJcblxyXG5cdFx0XHRcdH0sIHtcclxuXHRcdFx0XHRcdG5hbWU6IHRoaXMuJHQoJ2luZGV4JykuU2VuZCxcclxuXHJcblx0XHRcdFx0fSwge1xyXG5cdFx0XHRcdFx0bmFtZTogdGhpcy4kdCgnaW5kZXgnKS5SZWNlaXZlLFxyXG5cclxuXHRcdFx0XHR9XSxcclxuXHRcdFx0XHRpbmZvV2FsbGV0OiB7fSxcclxuXHRcdFx0XHRjdXJyZW50OiAwLFxyXG5cdFx0XHRcdHBhZ2VTaXplOiAyMCxcclxuXHRcdFx0XHRwYWdlTnVtOiAxLFxyXG5cdFx0XHRcdGJhbGFuY2U6IDAsXHJcblx0XHRcdFx0YWRkcmVzczogJycsXHJcblx0XHRcdFx0dHlwZTogJ2FsbCcsXHJcblx0XHRcdFx0dHJ1ZVR5cGU6ICcnLFxyXG5cdFx0XHRcdGNvbnRyYWN0OiAnJyxcclxuXHRcdFx0XHRiYWxhbmNlUHJpY2U6ICcnLFxyXG5cdFx0XHR9XHJcblx0XHR9LFxyXG5cdFx0Y29tcHV0ZWQ6IHtcclxuXHRcdFx0aTE4bigpIHtcclxuXHRcdFx0XHRyZXR1cm4gdGhpcy4kdCgnaW5kZXgnKVxyXG5cdFx0XHR9LFxyXG5cdFx0fSxcclxuXHRcdG1ldGhvZHM6IHtcclxuXHRcdFx0YmFjaygpIHtcclxuXHRcdFx0XHR1bmkucmVMYXVuY2goe1xyXG5cdFx0XHRcdFx0dXJsOiAnLi4vLi4vd2FsbGV0L2luZGV4J1xyXG5cdFx0XHRcdH0pXHJcblx0XHRcdH0sXHJcblx0XHRcdGdvU2VuZCgpIHtcclxuXHRcdFx0XHR1bmkubmF2aWdhdGVUbyh7XHJcblx0XHRcdFx0XHR1cmw6ICcvcGFnZXMvbWVudS9zZW5kVG9rZW4vdHJhbnNmZXIvaW5kZXgnXHJcblx0XHRcdFx0fSlcclxuXHRcdFx0fSxcclxuXHRcdFx0Z29SZWNlaXZlKCkge1xyXG5cdFx0XHRcdHVuaS5zZXRTdG9yYWdlU3luYygnaW5mb1dhbGxldCcsIHRoaXMuaW5mb1dhbGxldClcclxuXHRcdFx0XHR1bmkubmF2aWdhdGVUbyh7XHJcblx0XHRcdFx0XHR1cmw6ICcvcGFnZXMvbWVudS9zZW5kVG9rZW4vaW5kZXgnXHJcblx0XHRcdFx0fSlcclxuXHRcdFx0fSxcclxuXHRcdFx0Z29EZXRhaWwoaXRlbSwgaW5kZXgpIHtcclxuXHRcdFx0XHR1bmkuc2V0U3RvcmFnZVN5bmMoJ3RyYW5zRGV0YWlsJywgdGhpcy50cnhzW2luZGV4XSlcclxuXHRcdFx0XHR1bmkubmF2aWdhdGVUbyh7XHJcblx0XHRcdFx0XHR1cmw6ICcvcGFnZXMvbWVudS90cmFuc2N0aW9uL2RldGFpbC9pbmRleCdcclxuXHRcdFx0XHR9KVxyXG5cclxuXHRcdFx0fSxcclxuXHRcdFx0Y2hhbmdlKGluZGV4KSB7XHJcblx0XHRcdFx0aWYgKGluZGV4ID09IDApIHtcclxuXHRcdFx0XHRcdHRoaXMudHlwZSA9ICdhbGwnXHJcblx0XHRcdFx0fVxyXG5cdFx0XHRcdGlmIChpbmRleCA9PSAxKSB7XHJcblx0XHRcdFx0XHR0aGlzLnR5cGUgPSAnc2VuZCdcclxuXHRcdFx0XHR9XHJcblx0XHRcdFx0aWYgKGluZGV4ID09IDIpIHtcclxuXHRcdFx0XHRcdHRoaXMudHlwZSA9ICdyZWNlaXZlJ1xyXG5cdFx0XHRcdH1cclxuXHRcdFx0XHR0aGlzLmN1cnJlbnQgPSBpbmRleDtcclxuXHRcdFx0XHR0aGlzLnBhZ2VOdW0gPSAxO1xyXG5cdFx0XHRcdHRoaXMudHJ4cz1bXTtcclxuXHRcdFx0XHR0aGlzLmdldFdhbGxldEluZm8oKTtcclxuXHRcdFx0XHR0aGlzLmlzTm9EYXRhPWZhbHNlO1xyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyBvblJlYWNoQm90dG9tKCkge1xyXG5cdFx0XHQvLyBcdGlmKCF0aGlzLmlzTm9EYXRhKXtcclxuXHRcdFx0Ly8gXHQgIGNvbnNvbGUubG9nKDQ0NTQ1NDU0NSlcclxuXHRcdFx0Ly8gXHRcdHRoaXMucGFnZU51bT10aGlzLnBhZ2VOdW0rMTtcclxuXHRcdFx0Ly8gXHRcdHRoaXMuZ2V0V2FsbGV0SW5mbygpO1xyXG5cdFx0XHQvLyBcdH1cclxuXHRcdFx0XHRcclxuXHRcdFx0Ly8gfSxcclxuXHRcdFx0Ly8g57uZc2Nyb2xsdmlld+e7keWumuS4i+aLieWKoOi9veS6i+S7tiDku6Pmm79vblJlYWNoQm90dG9tXHJcblx0XHRcdHNjcm9sbFRvUGFnZSgpe1xyXG5cdFx0XHRcdGlmKCF0aGlzLmlzTm9EYXRhKXtcclxuXHRcdFx0XHQgIGNvbnNvbGUubG9nKDQ0NTQ1NDU0NSlcclxuXHRcdFx0XHRcdHRoaXMucGFnZU51bT10aGlzLnBhZ2VOdW0rMTtcclxuXHRcdFx0XHRcdHRoaXMuZ2V0V2FsbGV0SW5mbygpO1xyXG5cdFx0XHRcdH1cclxuXHRcdFx0fSxcclxuXHRcdFx0YXN5bmMgZ2V0V2FsbGV0SW5mbygpIHtcclxuXHRcdFx0XHRsZXQgcGFyYW1zID0ge1xyXG5cdFx0XHRcdFx0YWRkcmVzczogdGhpcy5jb2luLmFkZHJlc3MsXHJcblx0XHRcdFx0XHRjaGFpbk5hbWU6IHRoaXMuY29pbi50eXBlLFxyXG5cdFx0XHRcdFx0Y29udHJhY3Q6IHRoaXMuY29pbi5jb250cmFjdEFkZHJlc3MsXHJcblx0XHRcdFx0XHRwYWdlTnVtOiB0aGlzLnBhZ2VOdW0sXHJcblx0XHRcdFx0XHRwYWdlU2l6ZTogdGhpcy5wYWdlU2l6ZVxyXG5cdFx0XHRcdH1cclxuXHRcdFx0XHRpZiAodGhpcy50eXBlID09PSAnc2VuZCcpIHtcclxuXHRcdFx0XHRcdHBhcmFtcy5mcm9tQWRkcmVzcyA9IHRoaXMuY29pbi5hZGRyZXNzO1xyXG5cdFx0XHRcdH0gZWxzZSBpZiAodGhpcy50eXBlID09PSAncmVjZWl2ZScpIHtcclxuXHRcdFx0XHRcdHBhcmFtcy50b0FkZHJlc3MgPSB0aGlzLmNvaW4uYWRkcmVzc1xyXG5cdFx0XHRcdH1cclxuXHRcdFx0XHRjb25zdCByZXNwb25zZSA9IGF3YWl0IHRoaXMuJGFwaS5nZXRDaGFpbkRhdGFMaXN0KHBhcmFtcylcclxuXHRcdFx0XHRpZiAocmVzcG9uc2UuZGF0YS5yb3dzLmxlbmd0aCA9PSAwICkge1xyXG5cdFx0XHRcdFx0dGhpcy5pc05vRGF0YT10cnVlO1xyXG5cdFx0XHRcdFx0aWYodGhpcy5wYWdlTnVtID09IDEpe1xyXG5cdFx0XHRcdFx0XHR0aGlzLnNob3dJbmZvID0gdHJ1ZTtcclxuXHRcdFx0XHRcdH1cclxuXHRcdFx0XHRcdFxyXG5cdFx0XHRcdH0gZWxzZSB7XHJcblx0XHRcdFx0XHR0aGlzLnNob3dJbmZvID0gZmFsc2U7XHJcblx0XHRcdFx0fVxyXG5cdFx0XHRcdFxyXG5cdFx0XHRcdHRoaXMudHJ4cz10aGlzLnRyeHMuY29uY2F0KHJlc3BvbnNlLmRhdGEucm93cyk7XHJcblxyXG5cclxuXHRcdFx0fVxyXG5cdFx0fSxcclxuXHRcdG9uTG9hZCgpIHtcclxuXHRcdFx0dGhpcy5jb2luID0gdW5pLmdldFN0b3JhZ2VTeW5jKCdjb2luJyk7XHJcblx0XHRcdHRoaXMuY2hhbmdlKDApO1xyXG5cdFx0fVxyXG5cdFx0XHJcblx0fTtcclxuPC9zY3JpcHQ+XHJcbjxzdHlsZSBzY29wZWQ+XHJcblx0cGFnZSB7XHJcblx0XHRiYWNrZ3JvdW5kOiAjRkFGQUZBO1xyXG5cclxuXHR9XHJcbjwvc3R5bGU+XHJcblxyXG48c3R5bGU+XHJcblx0QGltcG9ydCAnLi9pbmRleC5jc3MnO1xyXG48L3N0eWxlPlxyXG4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///584\n");
+eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 44));\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar _navigation = _interopRequireDefault(__webpack_require__(/*! @/components/navigation/navigation.vue */ 523));\nvar _api = _interopRequireDefault(__webpack_require__(/*! @/utils/api */ 582));\nvar _index = _interopRequireDefault(__webpack_require__(/*! @/utils/index.js */ 29));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {try {var info = gen[key](arg);var value = info.value;} catch (error) {reject(error);return;}if (info.done) {resolve(value);} else {Promise.resolve(value).then(_next, _throw);}}function _asyncToGenerator(fn) {return function () {var self = this,args = arguments;return new Promise(function (resolve, reject) {var gen = fn.apply(self, args);function _next(value) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"next\", value);}function _throw(err) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"throw\", err);}_next(undefined);});};}var _default =\n{\n data: function data() {\n return {\n teee: this.$t('index').Nocontent,\n // 拿账单的address\n trxs: [],\n coin: {},\n isNoData: false,\n showInfo: false,\n list: [{\n name: this.$t('index').All },\n\n {\n name: this.$t('index').Send },\n\n {\n name: this.$t('index').Receive }],\n\n\n infoWallet: {},\n current: 0,\n pageSize: 20,\n pageNum: 1,\n balance: 0,\n address: '',\n type: 'all',\n trueType: '',\n contract: '',\n balancePrice: '' };\n\n },\n computed: {\n i18n: function i18n() {\n return this.$t('index');\n } },\n\n methods: {\n back: function back() {\n uni.reLaunch({\n url: '../../wallet/index' });\n\n },\n goSend: function goSend() {\n uni.navigateTo({\n url: '/pages/menu/sendToken/transfer/index' });\n\n },\n goReceive: function goReceive() {\n uni.setStorageSync('infoWallet', this.infoWallet);\n uni.navigateTo({\n url: '/pages/menu/sendToken/index' });\n\n },\n goDetail: function goDetail(item, index) {\n uni.setStorageSync('transDetail', this.trxs[index]);\n uni.navigateTo({\n url: '/pages/menu/transction/detail/index' });\n\n\n },\n change: function change(index) {\n if (index == 0) {\n this.type = 'all';\n }\n if (index == 1) {\n this.type = 'send';\n }\n if (index == 2) {\n this.type = 'receive';\n }\n this.current = index;\n this.pageNum = 1;\n this.trxs = [];\n this.getWalletInfo();\n this.isNoData = false;\n },\n // onReachBottom() {\n // \tif(!this.isNoData){\n // \t console.log(445454545)\n // \t\tthis.pageNum=this.pageNum+1;\n // \t\tthis.getWalletInfo();\n // \t}\n\n // },\n // 给scrollview绑定下拉加载事件 代替onReachBottom\n scrollToPage: function scrollToPage() {\n if (!this.isNoData) {\n __f__(\"log\", 445454545, \" at pages/menu/token/btc/index.vue:197\");\n this.pageNum = this.pageNum + 1;\n this.getWalletInfo();\n }\n },\n getWalletInfo: function getWalletInfo() {var _this = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee() {var params, response;return _regenerator.default.wrap(function _callee$(_context) {while (1) {switch (_context.prev = _context.next) {case 0:\n params = {\n address: _this.coin.address,\n chainName: _this.coin.type,\n contract: _this.coin.contractAddress,\n pageNum: _this.pageNum,\n pageSize: _this.pageSize };\n\n if (_this.type === 'send') {\n params.fromAddress = _this.coin.address;\n } else if (_this.type === 'receive') {\n params.toAddress = _this.coin.address;\n }_context.next = 4;return (\n _this.$api.getChainDataList(params));case 4:response = _context.sent;\n if (response.data.rows.length == 0) {\n _this.isNoData = true;\n if (_this.pageNum == 1) {\n _this.showInfo = true;\n }\n\n } else {\n _this.showInfo = false;\n }\n\n _this.trxs = _this.trxs.concat(response.data.rows);case 7:case \"end\":return _context.stop();}}}, _callee);}))();\n\n\n } },\n\n onLoad: function onLoad() {\n this.coin = uni.getStorageSync('coin');\n this.change(0);\n } };exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 28)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vcGFnZXMvbWVudS90b2tlbi9idGMvaW5kZXgudnVlIl0sIm5hbWVzIjpbImRhdGEiLCJ0ZWVlIiwiJHQiLCJOb2NvbnRlbnQiLCJ0cnhzIiwiY29pbiIsImlzTm9EYXRhIiwic2hvd0luZm8iLCJsaXN0IiwibmFtZSIsIkFsbCIsIlNlbmQiLCJSZWNlaXZlIiwiaW5mb1dhbGxldCIsImN1cnJlbnQiLCJwYWdlU2l6ZSIsInBhZ2VOdW0iLCJiYWxhbmNlIiwiYWRkcmVzcyIsInR5cGUiLCJ0cnVlVHlwZSIsImNvbnRyYWN0IiwiYmFsYW5jZVByaWNlIiwiY29tcHV0ZWQiLCJpMThuIiwibWV0aG9kcyIsImJhY2siLCJ1bmkiLCJyZUxhdW5jaCIsInVybCIsImdvU2VuZCIsIm5hdmlnYXRlVG8iLCJnb1JlY2VpdmUiLCJzZXRTdG9yYWdlU3luYyIsImdvRGV0YWlsIiwiaXRlbSIsImluZGV4IiwiY2hhbmdlIiwiZ2V0V2FsbGV0SW5mbyIsInNjcm9sbFRvUGFnZSIsInBhcmFtcyIsImNoYWluTmFtZSIsImNvbnRyYWN0QWRkcmVzcyIsImZyb21BZGRyZXNzIiwidG9BZGRyZXNzIiwiJGFwaSIsImdldENoYWluRGF0YUxpc3QiLCJyZXNwb25zZSIsInJvd3MiLCJsZW5ndGgiLCJjb25jYXQiLCJvbkxvYWQiLCJnZXRTdG9yYWdlU3luYyJdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQTBHQTtBQUNBO0FBQ0EscUY7QUFDZTtBQUNkQSxNQURjLGtCQUNQO0FBQ04sV0FBTztBQUNOQyxVQUFJLEVBQUMsS0FBS0MsRUFBTCxDQUFRLE9BQVIsRUFBaUJDLFNBRGhCO0FBRU47QUFDQUMsVUFBSSxFQUFFLEVBSEE7QUFJTkMsVUFBSSxFQUFFLEVBSkE7QUFLTkMsY0FBUSxFQUFDLEtBTEg7QUFNTkMsY0FBUSxFQUFFLEtBTko7QUFPTkMsVUFBSSxFQUFFLENBQUM7QUFDTkMsWUFBSSxFQUFFLEtBQUtQLEVBQUwsQ0FBUSxPQUFSLEVBQWlCUSxHQURqQixFQUFEOztBQUdIO0FBQ0ZELFlBQUksRUFBRSxLQUFLUCxFQUFMLENBQVEsT0FBUixFQUFpQlMsSUFEckIsRUFIRzs7QUFNSDtBQUNGRixZQUFJLEVBQUUsS0FBS1AsRUFBTCxDQUFRLE9BQVIsRUFBaUJVLE9BRHJCLEVBTkcsQ0FQQTs7O0FBaUJOQyxnQkFBVSxFQUFFLEVBakJOO0FBa0JOQyxhQUFPLEVBQUUsQ0FsQkg7QUFtQk5DLGNBQVEsRUFBRSxFQW5CSjtBQW9CTkMsYUFBTyxFQUFFLENBcEJIO0FBcUJOQyxhQUFPLEVBQUUsQ0FyQkg7QUFzQk5DLGFBQU8sRUFBRSxFQXRCSDtBQXVCTkMsVUFBSSxFQUFFLEtBdkJBO0FBd0JOQyxjQUFRLEVBQUUsRUF4Qko7QUF5Qk5DLGNBQVEsRUFBRSxFQXpCSjtBQTBCTkMsa0JBQVksRUFBRSxFQTFCUixFQUFQOztBQTRCQSxHQTlCYTtBQStCZEMsVUFBUSxFQUFFO0FBQ1RDLFFBRFMsa0JBQ0Y7QUFDTixhQUFPLEtBQUt0QixFQUFMLENBQVEsT0FBUixDQUFQO0FBQ0EsS0FIUSxFQS9CSTs7QUFvQ2R1QixTQUFPLEVBQUU7QUFDUkMsUUFEUSxrQkFDRDtBQUNOQyxTQUFHLENBQUNDLFFBQUosQ0FBYTtBQUNaQyxXQUFHLEVBQUUsb0JBRE8sRUFBYjs7QUFHQSxLQUxPO0FBTVJDLFVBTlEsb0JBTUM7QUFDUkgsU0FBRyxDQUFDSSxVQUFKLENBQWU7QUFDZEYsV0FBRyxFQUFFLHNDQURTLEVBQWY7O0FBR0EsS0FWTztBQVdSRyxhQVhRLHVCQVdJO0FBQ1hMLFNBQUcsQ0FBQ00sY0FBSixDQUFtQixZQUFuQixFQUFpQyxLQUFLcEIsVUFBdEM7QUFDQWMsU0FBRyxDQUFDSSxVQUFKLENBQWU7QUFDZEYsV0FBRyxFQUFFLDZCQURTLEVBQWY7O0FBR0EsS0FoQk87QUFpQlJLLFlBakJRLG9CQWlCQ0MsSUFqQkQsRUFpQk9DLEtBakJQLEVBaUJjO0FBQ3JCVCxTQUFHLENBQUNNLGNBQUosQ0FBbUIsYUFBbkIsRUFBa0MsS0FBSzdCLElBQUwsQ0FBVWdDLEtBQVYsQ0FBbEM7QUFDQVQsU0FBRyxDQUFDSSxVQUFKLENBQWU7QUFDZEYsV0FBRyxFQUFFLHFDQURTLEVBQWY7OztBQUlBLEtBdkJPO0FBd0JSUSxVQXhCUSxrQkF3QkRELEtBeEJDLEVBd0JNO0FBQ2IsVUFBSUEsS0FBSyxJQUFJLENBQWIsRUFBZ0I7QUFDZixhQUFLakIsSUFBTCxHQUFZLEtBQVo7QUFDQTtBQUNELFVBQUlpQixLQUFLLElBQUksQ0FBYixFQUFnQjtBQUNmLGFBQUtqQixJQUFMLEdBQVksTUFBWjtBQUNBO0FBQ0QsVUFBSWlCLEtBQUssSUFBSSxDQUFiLEVBQWdCO0FBQ2YsYUFBS2pCLElBQUwsR0FBWSxTQUFaO0FBQ0E7QUFDRCxXQUFLTCxPQUFMLEdBQWVzQixLQUFmO0FBQ0EsV0FBS3BCLE9BQUwsR0FBZSxDQUFmO0FBQ0EsV0FBS1osSUFBTCxHQUFVLEVBQVY7QUFDQSxXQUFLa0MsYUFBTDtBQUNBLFdBQUtoQyxRQUFMLEdBQWMsS0FBZDtBQUNBLEtBdkNPO0FBd0NSO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQTtBQUNBO0FBQ0FpQyxnQkFqRFEsMEJBaURNO0FBQ2IsVUFBRyxDQUFDLEtBQUtqQyxRQUFULEVBQWtCO0FBQ2hCLHFCQUFZLFNBQVo7QUFDRCxhQUFLVSxPQUFMLEdBQWEsS0FBS0EsT0FBTCxHQUFhLENBQTFCO0FBQ0EsYUFBS3NCLGFBQUw7QUFDQTtBQUNELEtBdkRPO0FBd0RGQSxpQkF4REUsMkJBd0RjO0FBQ2pCRSxzQkFEaUIsR0FDUjtBQUNadEIseUJBQU8sRUFBRSxLQUFJLENBQUNiLElBQUwsQ0FBVWEsT0FEUDtBQUVadUIsMkJBQVMsRUFBRSxLQUFJLENBQUNwQyxJQUFMLENBQVVjLElBRlQ7QUFHWkUsMEJBQVEsRUFBRSxLQUFJLENBQUNoQixJQUFMLENBQVVxQyxlQUhSO0FBSVoxQix5QkFBTyxFQUFFLEtBQUksQ0FBQ0EsT0FKRjtBQUtaRCwwQkFBUSxFQUFFLEtBQUksQ0FBQ0EsUUFMSCxFQURROztBQVFyQixvQkFBSSxLQUFJLENBQUNJLElBQUwsS0FBYyxNQUFsQixFQUEwQjtBQUN6QnFCLHdCQUFNLENBQUNHLFdBQVAsR0FBcUIsS0FBSSxDQUFDdEMsSUFBTCxDQUFVYSxPQUEvQjtBQUNBLGlCQUZELE1BRU8sSUFBSSxLQUFJLENBQUNDLElBQUwsS0FBYyxTQUFsQixFQUE2QjtBQUNuQ3FCLHdCQUFNLENBQUNJLFNBQVAsR0FBbUIsS0FBSSxDQUFDdkMsSUFBTCxDQUFVYSxPQUE3QjtBQUNBLGlCQVpvQjtBQWFFLHVCQUFJLENBQUMyQixJQUFMLENBQVVDLGdCQUFWLENBQTJCTixNQUEzQixDQWJGLFNBYWZPLFFBYmU7QUFjckIsb0JBQUlBLFFBQVEsQ0FBQy9DLElBQVQsQ0FBY2dELElBQWQsQ0FBbUJDLE1BQW5CLElBQTZCLENBQWpDLEVBQXFDO0FBQ3BDLHVCQUFJLENBQUMzQyxRQUFMLEdBQWMsSUFBZDtBQUNBLHNCQUFHLEtBQUksQ0FBQ1UsT0FBTCxJQUFnQixDQUFuQixFQUFxQjtBQUNwQix5QkFBSSxDQUFDVCxRQUFMLEdBQWdCLElBQWhCO0FBQ0E7O0FBRUQsaUJBTkQsTUFNTztBQUNOLHVCQUFJLENBQUNBLFFBQUwsR0FBZ0IsS0FBaEI7QUFDQTs7QUFFRCxxQkFBSSxDQUFDSCxJQUFMLEdBQVUsS0FBSSxDQUFDQSxJQUFMLENBQVU4QyxNQUFWLENBQWlCSCxRQUFRLENBQUMvQyxJQUFULENBQWNnRCxJQUEvQixDQUFWLENBeEJxQjs7O0FBMkJyQixLQW5GTyxFQXBDSzs7QUF5SGRHLFFBekhjLG9CQXlITDtBQUNSLFNBQUs5QyxJQUFMLEdBQVlzQixHQUFHLENBQUN5QixjQUFKLENBQW1CLE1BQW5CLENBQVo7QUFDQSxTQUFLZixNQUFMLENBQVksQ0FBWjtBQUNBLEdBNUhhLEUiLCJmaWxlIjoiNTgxLmpzIiwic291cmNlc0NvbnRlbnQiOlsiLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuXG5pbXBvcnQgY29udCBmcm9tIFwiQC9jb21wb25lbnRzL25hdmlnYXRpb24vbmF2aWdhdGlvbi52dWVcIlxuaW1wb3J0IGFwaSBmcm9tICdAL3V0aWxzL2FwaSdcbmltcG9ydCBpbmRleCBmcm9tICdAL3V0aWxzL2luZGV4LmpzJ1xuZXhwb3J0IGRlZmF1bHQge1xuXHRkYXRhKCkge1xuXHRcdHJldHVybiB7XG5cdFx0XHR0ZWVlOnRoaXMuJHQoJ2luZGV4JykuTm9jb250ZW50LFxuXHRcdFx0Ly8g5ou/6LSm5Y2V55qEYWRkcmVzc1xuXHRcdFx0dHJ4czogW10sXG5cdFx0XHRjb2luOiB7fSxcblx0XHRcdGlzTm9EYXRhOmZhbHNlLFxuXHRcdFx0c2hvd0luZm86IGZhbHNlLFxuXHRcdFx0bGlzdDogW3tcblx0XHRcdFx0bmFtZTogdGhpcy4kdCgnaW5kZXgnKS5BbGwsXG5cblx0XHRcdH0sIHtcblx0XHRcdFx0bmFtZTogdGhpcy4kdCgnaW5kZXgnKS5TZW5kLFxuXG5cdFx0XHR9LCB7XG5cdFx0XHRcdG5hbWU6IHRoaXMuJHQoJ2luZGV4JykuUmVjZWl2ZSxcblxuXHRcdFx0fV0sXG5cdFx0XHRpbmZvV2FsbGV0OiB7fSxcblx0XHRcdGN1cnJlbnQ6IDAsXG5cdFx0XHRwYWdlU2l6ZTogMjAsXG5cdFx0XHRwYWdlTnVtOiAxLFxuXHRcdFx0YmFsYW5jZTogMCxcblx0XHRcdGFkZHJlc3M6ICcnLFxuXHRcdFx0dHlwZTogJ2FsbCcsXG5cdFx0XHR0cnVlVHlwZTogJycsXG5cdFx0XHRjb250cmFjdDogJycsXG5cdFx0XHRiYWxhbmNlUHJpY2U6ICcnLFxuXHRcdH1cblx0fSxcblx0Y29tcHV0ZWQ6IHtcblx0XHRpMThuKCkge1xuXHRcdFx0cmV0dXJuIHRoaXMuJHQoJ2luZGV4Jylcblx0XHR9LFxuXHR9LFxuXHRtZXRob2RzOiB7XG5cdFx0YmFjaygpIHtcblx0XHRcdHVuaS5yZUxhdW5jaCh7XG5cdFx0XHRcdHVybDogJy4uLy4uL3dhbGxldC9pbmRleCdcblx0XHRcdH0pXG5cdFx0fSxcblx0XHRnb1NlbmQoKSB7XG5cdFx0XHR1bmkubmF2aWdhdGVUbyh7XG5cdFx0XHRcdHVybDogJy9wYWdlcy9tZW51L3NlbmRUb2tlbi90cmFuc2Zlci9pbmRleCdcblx0XHRcdH0pXG5cdFx0fSxcblx0XHRnb1JlY2VpdmUoKSB7XG5cdFx0XHR1bmkuc2V0U3RvcmFnZVN5bmMoJ2luZm9XYWxsZXQnLCB0aGlzLmluZm9XYWxsZXQpXG5cdFx0XHR1bmkubmF2aWdhdGVUbyh7XG5cdFx0XHRcdHVybDogJy9wYWdlcy9tZW51L3NlbmRUb2tlbi9pbmRleCdcblx0XHRcdH0pXG5cdFx0fSxcblx0XHRnb0RldGFpbChpdGVtLCBpbmRleCkge1xuXHRcdFx0dW5pLnNldFN0b3JhZ2VTeW5jKCd0cmFuc0RldGFpbCcsIHRoaXMudHJ4c1tpbmRleF0pXG5cdFx0XHR1bmkubmF2aWdhdGVUbyh7XG5cdFx0XHRcdHVybDogJy9wYWdlcy9tZW51L3RyYW5zY3Rpb24vZGV0YWlsL2luZGV4J1xuXHRcdFx0fSlcblxuXHRcdH0sXG5cdFx0Y2hhbmdlKGluZGV4KSB7XG5cdFx0XHRpZiAoaW5kZXggPT0gMCkge1xuXHRcdFx0XHR0aGlzLnR5cGUgPSAnYWxsJ1xuXHRcdFx0fVxuXHRcdFx0aWYgKGluZGV4ID09IDEpIHtcblx0XHRcdFx0dGhpcy50eXBlID0gJ3NlbmQnXG5cdFx0XHR9XG5cdFx0XHRpZiAoaW5kZXggPT0gMikge1xuXHRcdFx0XHR0aGlzLnR5cGUgPSAncmVjZWl2ZSdcblx0XHRcdH1cblx0XHRcdHRoaXMuY3VycmVudCA9IGluZGV4O1xuXHRcdFx0dGhpcy5wYWdlTnVtID0gMTtcblx0XHRcdHRoaXMudHJ4cz1bXTtcblx0XHRcdHRoaXMuZ2V0V2FsbGV0SW5mbygpO1xuXHRcdFx0dGhpcy5pc05vRGF0YT1mYWxzZTtcblx0XHR9LFxuXHRcdC8vIG9uUmVhY2hCb3R0b20oKSB7XG5cdFx0Ly8gXHRpZighdGhpcy5pc05vRGF0YSl7XG5cdFx0Ly8gXHQgIGNvbnNvbGUubG9nKDQ0NTQ1NDU0NSlcblx0XHQvLyBcdFx0dGhpcy5wYWdlTnVtPXRoaXMucGFnZU51bSsxO1xuXHRcdC8vIFx0XHR0aGlzLmdldFdhbGxldEluZm8oKTtcblx0XHQvLyBcdH1cblx0XHRcdFxuXHRcdC8vIH0sXG5cdFx0Ly8g57uZc2Nyb2xsdmlld+e7keWumuS4i+aLieWKoOi9veS6i+S7tiDku6Pmm79vblJlYWNoQm90dG9tXG5cdFx0c2Nyb2xsVG9QYWdlKCl7XG5cdFx0XHRpZighdGhpcy5pc05vRGF0YSl7XG5cdFx0XHQgIGNvbnNvbGUubG9nKDQ0NTQ1NDU0NSlcblx0XHRcdFx0dGhpcy5wYWdlTnVtPXRoaXMucGFnZU51bSsxO1xuXHRcdFx0XHR0aGlzLmdldFdhbGxldEluZm8oKTtcblx0XHRcdH1cblx0XHR9LFxuXHRcdGFzeW5jIGdldFdhbGxldEluZm8oKSB7XG5cdFx0XHRsZXQgcGFyYW1zID0ge1xuXHRcdFx0XHRhZGRyZXNzOiB0aGlzLmNvaW4uYWRkcmVzcyxcblx0XHRcdFx0Y2hhaW5OYW1lOiB0aGlzLmNvaW4udHlwZSxcblx0XHRcdFx0Y29udHJhY3Q6IHRoaXMuY29pbi5jb250cmFjdEFkZHJlc3MsXG5cdFx0XHRcdHBhZ2VOdW06IHRoaXMucGFnZU51bSxcblx0XHRcdFx0cGFnZVNpemU6IHRoaXMucGFnZVNpemVcblx0XHRcdH1cblx0XHRcdGlmICh0aGlzLnR5cGUgPT09ICdzZW5kJykge1xuXHRcdFx0XHRwYXJhbXMuZnJvbUFkZHJlc3MgPSB0aGlzLmNvaW4uYWRkcmVzcztcblx0XHRcdH0gZWxzZSBpZiAodGhpcy50eXBlID09PSAncmVjZWl2ZScpIHtcblx0XHRcdFx0cGFyYW1zLnRvQWRkcmVzcyA9IHRoaXMuY29pbi5hZGRyZXNzXG5cdFx0XHR9XG5cdFx0XHRjb25zdCByZXNwb25zZSA9IGF3YWl0IHRoaXMuJGFwaS5nZXRDaGFpbkRhdGFMaXN0KHBhcmFtcylcblx0XHRcdGlmIChyZXNwb25zZS5kYXRhLnJvd3MubGVuZ3RoID09IDAgKSB7XG5cdFx0XHRcdHRoaXMuaXNOb0RhdGE9dHJ1ZTtcblx0XHRcdFx0aWYodGhpcy5wYWdlTnVtID09IDEpe1xuXHRcdFx0XHRcdHRoaXMuc2hvd0luZm8gPSB0cnVlO1xuXHRcdFx0XHR9XG5cdFx0XHRcdFxuXHRcdFx0fSBlbHNlIHtcblx0XHRcdFx0dGhpcy5zaG93SW5mbyA9IGZhbHNlO1xuXHRcdFx0fVxuXHRcdFx0XG5cdFx0XHR0aGlzLnRyeHM9dGhpcy50cnhzLmNvbmNhdChyZXNwb25zZS5kYXRhLnJvd3MpO1xuXG5cblx0XHR9XG5cdH0sXG5cdG9uTG9hZCgpIHtcblx0XHR0aGlzLmNvaW4gPSB1bmkuZ2V0U3RvcmFnZVN5bmMoJ2NvaW4nKTtcblx0XHR0aGlzLmNoYW5nZSgwKTtcblx0fVxuXHRcbn07XG4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///581\n");
/***/ }),
-/* 585 */
-/*!**********************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/utils/api.js ***!
- \**********************************************************/
+/* 582 */
+/*!************************************!*\
+ !*** D:/fone/bitcooo/utils/api.js ***!
+ \************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;var _vue = _interopRequireDefault(__webpack_require__(/*! vue */ 40));\nvar _qs = _interopRequireDefault(__webpack_require__(/*! qs */ 586));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}\nvar api = {\n //获取NFT项目列表\n getNftProjectList: function getNftProjectList(params) {return _vue.default.prototype.$axios.get('/api/nft/getNftProjectList?' + _qs.default.stringify(params));},\n //添加NFT收藏品\n addNftCollection: function addNftCollection(params) {return _vue.default.prototype.$axios.post('/api/nft/addNftCollection', _qs.default.stringify(params));},\n getNftCollectionList: function getNftCollectionList(params) {return _vue.default.prototype.$axios.get('/api/nft/getNftCollectionList?' + _qs.default.stringify(\n params));},\n getContractInfoList: function getContractInfoList(params) {return _vue.default.prototype.$axios.get('/api/contract/getContractInfoList?' + _qs.default.stringify(params));},\n //获取汇率\n getCoinRate: function getCoinRate(params) {return _vue.default.prototype.$axios.get('/api/coinRate/getCoinRate?' + _qs.default.stringify(params));},\n getChainDataList: function getChainDataList(params) {return _vue.default.prototype.$axios.get('/api/chainData/getChainDataList?' + _qs.default.stringify(params));},\n getCoinTickerList: function getCoinTickerList(params) {return _vue.default.prototype.$axios.get('/api/coinTicker/getCoinTickerList');}\n //--------------------------------- free ---------------------------------\n};var _default =\n\n\n\napi;exports.default = _default;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXRpbHMvYXBpLmpzIl0sIm5hbWVzIjpbImFwaSIsImdldE5mdFByb2plY3RMaXN0IiwicGFyYW1zIiwiVnVlIiwicHJvdG90eXBlIiwiJGF4aW9zIiwiZ2V0IiwicXMiLCJzdHJpbmdpZnkiLCJhZGROZnRDb2xsZWN0aW9uIiwicG9zdCIsImdldE5mdENvbGxlY3Rpb25MaXN0IiwiZ2V0Q29udHJhY3RJbmZvTGlzdCIsImdldENvaW5SYXRlIiwiZ2V0Q2hhaW5EYXRhTGlzdCIsImdldENvaW5UaWNrZXJMaXN0Il0sIm1hcHBpbmdzIjoidUZBQUE7QUFDQSxxRTtBQUNBLElBQU1BLEdBQUcsR0FBRztBQUNYO0FBQ0FDLG1CQUFpQixFQUFFLDJCQUFDQyxNQUFELFVBQVlDLGFBQUlDLFNBQUosQ0FBY0MsTUFBZCxDQUFxQkMsR0FBckIsQ0FBeUIsZ0NBQWdDQyxZQUFHQyxTQUFILENBQWFOLE1BQWIsQ0FBekQsQ0FBWixFQUZSO0FBR1g7QUFDQU8sa0JBQWdCLEVBQUUsMEJBQUNQLE1BQUQsVUFBWUMsYUFBSUMsU0FBSixDQUFjQyxNQUFkLENBQXFCSyxJQUFyQixDQUEwQiwyQkFBMUIsRUFBdURILFlBQUdDLFNBQUgsQ0FBYU4sTUFBYixDQUF2RCxDQUFaLEVBSlA7QUFLWFMsc0JBQW9CLEVBQUUsOEJBQUNULE1BQUQsVUFBWUMsYUFBSUMsU0FBSixDQUFjQyxNQUFkLENBQXFCQyxHQUFyQixDQUF5QixtQ0FBbUNDLFlBQUdDLFNBQUg7QUFDN0ZOLFVBRDZGLENBQTVELENBQVosRUFMWDtBQU9YVSxxQkFBbUIsRUFBRSw2QkFBQ1YsTUFBRCxVQUFZQyxhQUFJQyxTQUFKLENBQWNDLE1BQWQsQ0FBcUJDLEdBQXJCLENBQXlCLHVDQUF1Q0MsWUFBR0MsU0FBSCxDQUFhTixNQUFiLENBQWhFLENBQVosRUFQVjtBQVFYO0FBQ0FXLGFBQVcsRUFBRSxxQkFBQ1gsTUFBRCxVQUFZQyxhQUFJQyxTQUFKLENBQWNDLE1BQWQsQ0FBcUJDLEdBQXJCLENBQXlCLCtCQUErQkMsWUFBR0MsU0FBSCxDQUFhTixNQUFiLENBQXhELENBQVosRUFURjtBQVVYWSxrQkFBZ0IsRUFBRSwwQkFBQ1osTUFBRCxVQUFZQyxhQUFJQyxTQUFKLENBQWNDLE1BQWQsQ0FBcUJDLEdBQXJCLENBQXlCLHFDQUFxQ0MsWUFBR0MsU0FBSCxDQUFhTixNQUFiLENBQTlELENBQVosRUFWUDtBQVdYYSxtQkFBaUIsRUFBRSwyQkFBQ2IsTUFBRCxVQUFZQyxhQUFJQyxTQUFKLENBQWNDLE1BQWQsQ0FBcUJDLEdBQXJCLENBQXlCLG1DQUF6QixDQUFaO0FBQ25CO0FBWlcsQ0FBWixDOzs7O0FBaUJlTixHIiwiZmlsZSI6IjU4NS5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBWdWUgZnJvbSAndnVlJztcclxuaW1wb3J0IHFzIGZyb20gJ3FzJ1xyXG5jb25zdCBhcGkgPSB7XHJcblx0Ly/ojrflj5ZORlTpobnnm67liJfooahcclxuXHRnZXROZnRQcm9qZWN0TGlzdDogKHBhcmFtcykgPT4gVnVlLnByb3RvdHlwZS4kYXhpb3MuZ2V0KCcvYXBpL25mdC9nZXROZnRQcm9qZWN0TGlzdD8nICsgcXMuc3RyaW5naWZ5KHBhcmFtcykpLFxyXG5cdC8v5re75YqgTkZU5pS26JeP5ZOBXHJcblx0YWRkTmZ0Q29sbGVjdGlvbjogKHBhcmFtcykgPT4gVnVlLnByb3RvdHlwZS4kYXhpb3MucG9zdCgnL2FwaS9uZnQvYWRkTmZ0Q29sbGVjdGlvbicsIHFzLnN0cmluZ2lmeShwYXJhbXMpKSxcclxuXHRnZXROZnRDb2xsZWN0aW9uTGlzdDogKHBhcmFtcykgPT4gVnVlLnByb3RvdHlwZS4kYXhpb3MuZ2V0KCcvYXBpL25mdC9nZXROZnRDb2xsZWN0aW9uTGlzdD8nICsgcXMuc3RyaW5naWZ5KFxyXG5cdFx0cGFyYW1zKSksXHJcblx0Z2V0Q29udHJhY3RJbmZvTGlzdDogKHBhcmFtcykgPT4gVnVlLnByb3RvdHlwZS4kYXhpb3MuZ2V0KCcvYXBpL2NvbnRyYWN0L2dldENvbnRyYWN0SW5mb0xpc3Q/JyArIHFzLnN0cmluZ2lmeShwYXJhbXMpKSxcclxuXHQvL+iOt+WPluaxh+eOh1xyXG5cdGdldENvaW5SYXRlOiAocGFyYW1zKSA9PiBWdWUucHJvdG90eXBlLiRheGlvcy5nZXQoJy9hcGkvY29pblJhdGUvZ2V0Q29pblJhdGU/JyArIHFzLnN0cmluZ2lmeShwYXJhbXMpKSxcclxuXHRnZXRDaGFpbkRhdGFMaXN0OiAocGFyYW1zKSA9PiBWdWUucHJvdG90eXBlLiRheGlvcy5nZXQoJy9hcGkvY2hhaW5EYXRhL2dldENoYWluRGF0YUxpc3Q/JyArIHFzLnN0cmluZ2lmeShwYXJhbXMpKSxcclxuXHRnZXRDb2luVGlja2VyTGlzdDogKHBhcmFtcykgPT4gVnVlLnByb3RvdHlwZS4kYXhpb3MuZ2V0KCcvYXBpL2NvaW5UaWNrZXIvZ2V0Q29pblRpY2tlckxpc3QnKSxcclxuXHQvLy0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSBmcmVlIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLVxyXG5cclxufVxyXG5cclxuXHJcbmV4cG9ydCBkZWZhdWx0IGFwaVxyXG4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///585\n");
+eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;var _vue = _interopRequireDefault(__webpack_require__(/*! vue */ 35));\nvar _qs = _interopRequireDefault(__webpack_require__(/*! qs */ 583));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}\nvar api = {\n //获取NFT项目列表\n getNftProjectList: function getNftProjectList(params) {return _vue.default.prototype.$axios.get('/api/nft/getNftProjectList?' + _qs.default.stringify(params));},\n //添加NFT收藏品\n addNftCollection: function addNftCollection(params) {return _vue.default.prototype.$axios.post('/api/nft/addNftCollection', _qs.default.stringify(params));},\n getNftCollectionList: function getNftCollectionList(params) {return _vue.default.prototype.$axios.get('/api/nft/getNftCollectionList?' + _qs.default.stringify(\n params));},\n getContractInfoList: function getContractInfoList(params) {return _vue.default.prototype.$axios.get('/api/contract/getContractInfoList?' + _qs.default.stringify(params));},\n //获取汇率\n getCoinRate: function getCoinRate(params) {return _vue.default.prototype.$axios.get('/api/coinRate/getCoinRate?' + _qs.default.stringify(params));},\n getChainDataList: function getChainDataList(params) {return _vue.default.prototype.$axios.get('/api/chainData/getChainDataList?' + _qs.default.stringify(params));},\n getCoinTickerList: function getCoinTickerList(params) {return _vue.default.prototype.$axios.get('/api/coinTicker/getCoinTickerList');}\n //--------------------------------- free ---------------------------------\n};var _default =\n\n\n\napi;exports.default = _default;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXRpbHMvYXBpLmpzIl0sIm5hbWVzIjpbImFwaSIsImdldE5mdFByb2plY3RMaXN0IiwicGFyYW1zIiwiVnVlIiwicHJvdG90eXBlIiwiJGF4aW9zIiwiZ2V0IiwicXMiLCJzdHJpbmdpZnkiLCJhZGROZnRDb2xsZWN0aW9uIiwicG9zdCIsImdldE5mdENvbGxlY3Rpb25MaXN0IiwiZ2V0Q29udHJhY3RJbmZvTGlzdCIsImdldENvaW5SYXRlIiwiZ2V0Q2hhaW5EYXRhTGlzdCIsImdldENvaW5UaWNrZXJMaXN0Il0sIm1hcHBpbmdzIjoidUZBQUE7QUFDQSxxRTtBQUNBLElBQU1BLEdBQUcsR0FBRztBQUNYO0FBQ0FDLG1CQUFpQixFQUFFLDJCQUFDQyxNQUFELFVBQVlDLGFBQUlDLFNBQUosQ0FBY0MsTUFBZCxDQUFxQkMsR0FBckIsQ0FBeUIsZ0NBQWdDQyxZQUFHQyxTQUFILENBQWFOLE1BQWIsQ0FBekQsQ0FBWixFQUZSO0FBR1g7QUFDQU8sa0JBQWdCLEVBQUUsMEJBQUNQLE1BQUQsVUFBWUMsYUFBSUMsU0FBSixDQUFjQyxNQUFkLENBQXFCSyxJQUFyQixDQUEwQiwyQkFBMUIsRUFBdURILFlBQUdDLFNBQUgsQ0FBYU4sTUFBYixDQUF2RCxDQUFaLEVBSlA7QUFLWFMsc0JBQW9CLEVBQUUsOEJBQUNULE1BQUQsVUFBWUMsYUFBSUMsU0FBSixDQUFjQyxNQUFkLENBQXFCQyxHQUFyQixDQUF5QixtQ0FBbUNDLFlBQUdDLFNBQUg7QUFDN0ZOLFVBRDZGLENBQTVELENBQVosRUFMWDtBQU9YVSxxQkFBbUIsRUFBRSw2QkFBQ1YsTUFBRCxVQUFZQyxhQUFJQyxTQUFKLENBQWNDLE1BQWQsQ0FBcUJDLEdBQXJCLENBQXlCLHVDQUF1Q0MsWUFBR0MsU0FBSCxDQUFhTixNQUFiLENBQWhFLENBQVosRUFQVjtBQVFYO0FBQ0FXLGFBQVcsRUFBRSxxQkFBQ1gsTUFBRCxVQUFZQyxhQUFJQyxTQUFKLENBQWNDLE1BQWQsQ0FBcUJDLEdBQXJCLENBQXlCLCtCQUErQkMsWUFBR0MsU0FBSCxDQUFhTixNQUFiLENBQXhELENBQVosRUFURjtBQVVYWSxrQkFBZ0IsRUFBRSwwQkFBQ1osTUFBRCxVQUFZQyxhQUFJQyxTQUFKLENBQWNDLE1BQWQsQ0FBcUJDLEdBQXJCLENBQXlCLHFDQUFxQ0MsWUFBR0MsU0FBSCxDQUFhTixNQUFiLENBQTlELENBQVosRUFWUDtBQVdYYSxtQkFBaUIsRUFBRSwyQkFBQ2IsTUFBRCxVQUFZQyxhQUFJQyxTQUFKLENBQWNDLE1BQWQsQ0FBcUJDLEdBQXJCLENBQXlCLG1DQUF6QixDQUFaO0FBQ25CO0FBWlcsQ0FBWixDOzs7O0FBaUJlTixHIiwiZmlsZSI6IjU4Mi5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBWdWUgZnJvbSAndnVlJztcclxuaW1wb3J0IHFzIGZyb20gJ3FzJ1xyXG5jb25zdCBhcGkgPSB7XHJcblx0Ly/ojrflj5ZORlTpobnnm67liJfooahcclxuXHRnZXROZnRQcm9qZWN0TGlzdDogKHBhcmFtcykgPT4gVnVlLnByb3RvdHlwZS4kYXhpb3MuZ2V0KCcvYXBpL25mdC9nZXROZnRQcm9qZWN0TGlzdD8nICsgcXMuc3RyaW5naWZ5KHBhcmFtcykpLFxyXG5cdC8v5re75YqgTkZU5pS26JeP5ZOBXHJcblx0YWRkTmZ0Q29sbGVjdGlvbjogKHBhcmFtcykgPT4gVnVlLnByb3RvdHlwZS4kYXhpb3MucG9zdCgnL2FwaS9uZnQvYWRkTmZ0Q29sbGVjdGlvbicsIHFzLnN0cmluZ2lmeShwYXJhbXMpKSxcclxuXHRnZXROZnRDb2xsZWN0aW9uTGlzdDogKHBhcmFtcykgPT4gVnVlLnByb3RvdHlwZS4kYXhpb3MuZ2V0KCcvYXBpL25mdC9nZXROZnRDb2xsZWN0aW9uTGlzdD8nICsgcXMuc3RyaW5naWZ5KFxyXG5cdFx0cGFyYW1zKSksXHJcblx0Z2V0Q29udHJhY3RJbmZvTGlzdDogKHBhcmFtcykgPT4gVnVlLnByb3RvdHlwZS4kYXhpb3MuZ2V0KCcvYXBpL2NvbnRyYWN0L2dldENvbnRyYWN0SW5mb0xpc3Q/JyArIHFzLnN0cmluZ2lmeShwYXJhbXMpKSxcclxuXHQvL+iOt+WPluaxh+eOh1xyXG5cdGdldENvaW5SYXRlOiAocGFyYW1zKSA9PiBWdWUucHJvdG90eXBlLiRheGlvcy5nZXQoJy9hcGkvY29pblJhdGUvZ2V0Q29pblJhdGU/JyArIHFzLnN0cmluZ2lmeShwYXJhbXMpKSxcclxuXHRnZXRDaGFpbkRhdGFMaXN0OiAocGFyYW1zKSA9PiBWdWUucHJvdG90eXBlLiRheGlvcy5nZXQoJy9hcGkvY2hhaW5EYXRhL2dldENoYWluRGF0YUxpc3Q/JyArIHFzLnN0cmluZ2lmeShwYXJhbXMpKSxcclxuXHRnZXRDb2luVGlja2VyTGlzdDogKHBhcmFtcykgPT4gVnVlLnByb3RvdHlwZS4kYXhpb3MuZ2V0KCcvYXBpL2NvaW5UaWNrZXIvZ2V0Q29pblRpY2tlckxpc3QnKSxcclxuXHQvLy0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSBmcmVlIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLVxyXG5cclxufVxyXG5cclxuXHJcbmV4cG9ydCBkZWZhdWx0IGFwaVxyXG4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///582\n");
/***/ }),
-/* 586 */
+/* 583 */
/*!**************************************!*\
!*** ./node_modules/qs/lib/index.js ***!
\**************************************/
@@ -72360,9 +69365,9 @@ eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.de
"use strict";
-var stringify = __webpack_require__(/*! ./stringify */ 587);
-var parse = __webpack_require__(/*! ./parse */ 590);
-var formats = __webpack_require__(/*! ./formats */ 589);
+var stringify = __webpack_require__(/*! ./stringify */ 584);
+var parse = __webpack_require__(/*! ./parse */ 587);
+var formats = __webpack_require__(/*! ./formats */ 586);
module.exports = {
formats: formats,
@@ -72372,7 +69377,7 @@ module.exports = {
/***/ }),
-/* 587 */
+/* 584 */
/*!******************************************!*\
!*** ./node_modules/qs/lib/stringify.js ***!
\******************************************/
@@ -72382,8 +69387,8 @@ module.exports = {
"use strict";
-var utils = __webpack_require__(/*! ./utils */ 588);
-var formats = __webpack_require__(/*! ./formats */ 589);
+var utils = __webpack_require__(/*! ./utils */ 585);
+var formats = __webpack_require__(/*! ./formats */ 586);
var arrayPrefixGenerators = {
brackets: function brackets(prefix) { // eslint-disable-line func-name-matching
@@ -72593,7 +69598,7 @@ module.exports = function (object, opts) {
/***/ }),
-/* 588 */
+/* 585 */
/*!**************************************!*\
!*** ./node_modules/qs/lib/utils.js ***!
\**************************************/
@@ -72817,7 +69822,7 @@ module.exports = {
/***/ }),
-/* 589 */
+/* 586 */
/*!****************************************!*\
!*** ./node_modules/qs/lib/formats.js ***!
\****************************************/
@@ -72846,7 +69851,7 @@ module.exports = {
/***/ }),
-/* 590 */
+/* 587 */
/*!**************************************!*\
!*** ./node_modules/qs/lib/parse.js ***!
\**************************************/
@@ -72856,7 +69861,7 @@ module.exports = {
"use strict";
-var utils = __webpack_require__(/*! ./utils */ 588);
+var utils = __webpack_require__(/*! ./utils */ 585);
var has = Object.prototype.hasOwnProperty;
@@ -73031,42 +70036,42 @@ module.exports = function (str, opts) {
/***/ }),
-/* 591 */
-/*!********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/wallet/search/index.vue?mpType=page ***!
- \********************************************************************************************/
+/* 588 */
+/*!**********************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/wallet/search/index.vue?mpType=page ***!
+ \**********************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_fb43f6cc_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=fb43f6cc&mpType=page */ 592);\n/* harmony import */ var _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js&mpType=page */ 600);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 7);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_fb43f6cc_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_fb43f6cc_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n null,\n null,\n false,\n _index_vue_vue_type_template_id_fb43f6cc_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/menu/wallet/search/index.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBNkg7QUFDN0g7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ3NLO0FBQ3RLLGdCQUFnQiw2S0FBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSwyRkFBTTtBQUNSLEVBQUUsb0dBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsK0ZBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNTkxLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9ZmI0M2Y2Y2MmbXBUeXBlPXBhZ2VcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiXG5leHBvcnQgKiBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9ydW50aW1lL2NvbXBvbmVudE5vcm1hbGl6ZXIuanNcIlxudmFyIGNvbXBvbmVudCA9IG5vcm1hbGl6ZXIoXG4gIHNjcmlwdCxcbiAgcmVuZGVyLFxuICBzdGF0aWNSZW5kZXJGbnMsXG4gIGZhbHNlLFxuICBudWxsLFxuICBudWxsLFxuICBudWxsLFxuICBmYWxzZSxcbiAgY29tcG9uZW50cyxcbiAgcmVuZGVyanNcbilcblxuY29tcG9uZW50Lm9wdGlvbnMuX19maWxlID0gXCJwYWdlcy9tZW51L3dhbGxldC9zZWFyY2gvaW5kZXgudnVlXCJcbmV4cG9ydCBkZWZhdWx0IGNvbXBvbmVudC5leHBvcnRzIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///591\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_fb43f6cc_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=fb43f6cc&mpType=page */ 589);\n/* harmony import */ var _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js&mpType=page */ 597);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_fb43f6cc_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_fb43f6cc_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n null,\n null,\n false,\n _index_vue_vue_type_template_id_fb43f6cc_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/menu/wallet/search/index.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBNkg7QUFDN0g7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSwyRkFBTTtBQUNSLEVBQUUsb0dBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsK0ZBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNTg4LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9ZmI0M2Y2Y2MmbXBUeXBlPXBhZ2VcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiXG5leHBvcnQgKiBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXHJ1bnRpbWVcXFxcY29tcG9uZW50Tm9ybWFsaXplci5qc1wiXG52YXIgY29tcG9uZW50ID0gbm9ybWFsaXplcihcbiAgc2NyaXB0LFxuICByZW5kZXIsXG4gIHN0YXRpY1JlbmRlckZucyxcbiAgZmFsc2UsXG4gIG51bGwsXG4gIG51bGwsXG4gIG51bGwsXG4gIGZhbHNlLFxuICBjb21wb25lbnRzLFxuICByZW5kZXJqc1xuKVxuXG5jb21wb25lbnQub3B0aW9ucy5fX2ZpbGUgPSBcInBhZ2VzL21lbnUvd2FsbGV0L3NlYXJjaC9pbmRleC52dWVcIlxuZXhwb3J0IGRlZmF1bHQgY29tcG9uZW50LmV4cG9ydHMiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///588\n");
/***/ }),
-/* 592 */
-/*!**************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/wallet/search/index.vue?vue&type=template&id=fb43f6cc&mpType=page ***!
- \**************************************************************************************************************************/
+/* 589 */
+/*!****************************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/wallet/search/index.vue?vue&type=template&id=fb43f6cc&mpType=page ***!
+ \****************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
-/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_fb43f6cc_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=fb43f6cc&mpType=page */ 593);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_fb43f6cc_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_fb43f6cc_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=fb43f6cc&mpType=page */ 590);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_fb43f6cc_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_fb43f6cc_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_fb43f6cc_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_fb43f6cc_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_fb43f6cc_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_fb43f6cc_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_fb43f6cc_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
/***/ }),
-/* 593 */
-/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/pages/menu/wallet/search/index.vue?vue&type=template&id=fb43f6cc&mpType=page ***!
- \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 590 */
+/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/pages/menu/wallet/search/index.vue?vue&type=template&id=fb43f6cc&mpType=page ***!
+ \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
@@ -73079,8 +70084,8 @@ __webpack_require__.r(__webpack_exports__);
var components
try {
components = {
- uInput: __webpack_require__(/*! @/uview-ui/components/u-input/u-input.vue */ 594).default,
- uEmpty: __webpack_require__(/*! @/uview-ui/components/u-empty/u-empty.vue */ 570).default
+ uInput: __webpack_require__(/*! @/uview-ui/components/u-input/u-input.vue */ 591).default,
+ uEmpty: __webpack_require__(/*! @/uview-ui/components/u-empty/u-empty.vue */ 567).default
}
} catch (e) {
if (
@@ -73118,7 +70123,7 @@ var render = function() {
src: _vm._$s(
3,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/search.png */ 599)
+ __webpack_require__(/*! ../../../../static/tongyonh/search.png */ 596)
),
_i: 3
}
@@ -73168,42 +70173,42 @@ render._withStripped = true
/***/ }),
-/* 594 */
-/*!*************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-input/u-input.vue ***!
- \*************************************************************************************/
+/* 591 */
+/*!***************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-input/u-input.vue ***!
+ \***************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _u_input_vue_vue_type_template_id_460c1d26_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./u-input.vue?vue&type=template&id=460c1d26&scoped=true& */ 595);\n/* harmony import */ var _u_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./u-input.vue?vue&type=script&lang=js& */ 597);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _u_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _u_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 7);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _u_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _u_input_vue_vue_type_template_id_460c1d26_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _u_input_vue_vue_type_template_id_460c1d26_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"460c1d26\",\n null,\n false,\n _u_input_vue_vue_type_template_id_460c1d26_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"uview-ui/components/u-input/u-input.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBZ0k7QUFDaEk7QUFDMkQ7QUFDTDs7O0FBR3REO0FBQ21LO0FBQ25LLGdCQUFnQiw2S0FBVTtBQUMxQixFQUFFLDZFQUFNO0FBQ1IsRUFBRSw4RkFBTTtBQUNSLEVBQUUsdUdBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsa0dBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNTk0LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi91LWlucHV0LnZ1ZT92dWUmdHlwZT10ZW1wbGF0ZSZpZD00NjBjMWQyNiZzY29wZWQ9dHJ1ZSZcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL3UtaW5wdXQudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiXG5leHBvcnQgKiBmcm9tIFwiLi91LWlucHV0LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9ydW50aW1lL2NvbXBvbmVudE5vcm1hbGl6ZXIuanNcIlxudmFyIGNvbXBvbmVudCA9IG5vcm1hbGl6ZXIoXG4gIHNjcmlwdCxcbiAgcmVuZGVyLFxuICBzdGF0aWNSZW5kZXJGbnMsXG4gIGZhbHNlLFxuICBudWxsLFxuICBcIjQ2MGMxZDI2XCIsXG4gIG51bGwsXG4gIGZhbHNlLFxuICBjb21wb25lbnRzLFxuICByZW5kZXJqc1xuKVxuXG5jb21wb25lbnQub3B0aW9ucy5fX2ZpbGUgPSBcInV2aWV3LXVpL2NvbXBvbmVudHMvdS1pbnB1dC91LWlucHV0LnZ1ZVwiXG5leHBvcnQgZGVmYXVsdCBjb21wb25lbnQuZXhwb3J0cyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///594\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _u_input_vue_vue_type_template_id_460c1d26_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./u-input.vue?vue&type=template&id=460c1d26&scoped=true& */ 592);\n/* harmony import */ var _u_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./u-input.vue?vue&type=script&lang=js& */ 594);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _u_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _u_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _u_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _u_input_vue_vue_type_template_id_460c1d26_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _u_input_vue_vue_type_template_id_460c1d26_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"460c1d26\",\n null,\n false,\n _u_input_vue_vue_type_template_id_460c1d26_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"uview-ui/components/u-input/u-input.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBZ0k7QUFDaEk7QUFDMkQ7QUFDTDs7O0FBR3REO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLDZFQUFNO0FBQ1IsRUFBRSw4RkFBTTtBQUNSLEVBQUUsdUdBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsa0dBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNTkxLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi91LWlucHV0LnZ1ZT92dWUmdHlwZT10ZW1wbGF0ZSZpZD00NjBjMWQyNiZzY29wZWQ9dHJ1ZSZcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL3UtaW5wdXQudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiXG5leHBvcnQgKiBmcm9tIFwiLi91LWlucHV0LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXHJ1bnRpbWVcXFxcY29tcG9uZW50Tm9ybWFsaXplci5qc1wiXG52YXIgY29tcG9uZW50ID0gbm9ybWFsaXplcihcbiAgc2NyaXB0LFxuICByZW5kZXIsXG4gIHN0YXRpY1JlbmRlckZucyxcbiAgZmFsc2UsXG4gIG51bGwsXG4gIFwiNDYwYzFkMjZcIixcbiAgbnVsbCxcbiAgZmFsc2UsXG4gIGNvbXBvbmVudHMsXG4gIHJlbmRlcmpzXG4pXG5cbmNvbXBvbmVudC5vcHRpb25zLl9fZmlsZSA9IFwidXZpZXctdWkvY29tcG9uZW50cy91LWlucHV0L3UtaW5wdXQudnVlXCJcbmV4cG9ydCBkZWZhdWx0IGNvbXBvbmVudC5leHBvcnRzIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///591\n");
/***/ }),
-/* 595 */
-/*!********************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-input/u-input.vue?vue&type=template&id=460c1d26&scoped=true& ***!
- \********************************************************************************************************************************/
+/* 592 */
+/*!**********************************************************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-input/u-input.vue?vue&type=template&id=460c1d26&scoped=true& ***!
+ \**********************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
-/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_input_vue_vue_type_template_id_460c1d26_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-input.vue?vue&type=template&id=460c1d26&scoped=true& */ 596);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_input_vue_vue_type_template_id_460c1d26_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_input_vue_vue_type_template_id_460c1d26_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-input.vue?vue&type=template&id=460c1d26&scoped=true& */ 593);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_input_vue_vue_type_template_id_460c1d26_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_input_vue_vue_type_template_id_460c1d26_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_input_vue_vue_type_template_id_460c1d26_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_input_vue_vue_type_template_id_460c1d26_scoped_true___WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_input_vue_vue_type_template_id_460c1d26_scoped_true___WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_input_vue_vue_type_template_id_460c1d26_scoped_true___WEBPACK_IMPORTED_MODULE_0__["components"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_input_vue_vue_type_template_id_460c1d26_scoped_true___WEBPACK_IMPORTED_MODULE_0__["components"]; });
/***/ }),
-/* 596 */
-/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-input/u-input.vue?vue&type=template&id=460c1d26&scoped=true& ***!
- \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 593 */
+/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/uview-ui/components/u-input/u-input.vue?vue&type=template&id=460c1d26&scoped=true& ***!
+ \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
@@ -73216,7 +70221,7 @@ __webpack_require__.r(__webpack_exports__);
var components
try {
components = {
- uIcon: __webpack_require__(/*! @/uview-ui/components/u-icon/u-icon.vue */ 20).default
+ uIcon: __webpack_require__(/*! @/uview-ui/components/u-icon/u-icon.vue */ 15).default
}
} catch (e) {
if (
@@ -73457,96 +70462,96 @@ render._withStripped = true
/***/ }),
-/* 597 */
-/*!**************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-input/u-input.vue?vue&type=script&lang=js& ***!
- \**************************************************************************************************************/
+/* 594 */
+/*!****************************************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-input/u-input.vue?vue&type=script&lang=js& ***!
+ \****************************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-input.vue?vue&type=script&lang=js& */ 598);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQW1pQixDQUFnQiw2akJBQUcsRUFBQyIsImZpbGUiOiI1OTcuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL2JhYmVsLWxvYWRlci9saWIvaW5kZXguanMhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyL2luZGV4LmpzPz9yZWYtLTYtMSEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stdW5pLWFwcC1sb2FkZXIvdXNpbmctY29tcG9uZW50cy5qcyEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL2luZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi91LWlucHV0LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIjsgZXhwb3J0IGRlZmF1bHQgbW9kOyBleHBvcnQgKiBmcm9tIFwiLSEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9iYWJlbC1sb2FkZXIvbGliL2luZGV4LmpzIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlci9pbmRleC5qcz8/cmVmLS02LTEhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXVuaS1hcHAtbG9hZGVyL3VzaW5nLWNvbXBvbmVudHMuanMhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9pbmRleC5qcz8/dnVlLWxvYWRlci1vcHRpb25zIS4vdS1pbnB1dC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmXCIiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///597\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-input.vue?vue&type=script&lang=js& */ 595);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQThsQixDQUFnQiw2bkJBQUcsRUFBQyIsImZpbGUiOiI1OTQuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL3UtaW5wdXQudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiOyBleHBvcnQgZGVmYXVsdCBtb2Q7IGV4cG9ydCAqIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL3UtaW5wdXQudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///594\n");
/***/ }),
-/* 598 */
-/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-input/u-input.vue?vue&type=script&lang=js& ***!
- \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 595 */
+/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/uview-ui/components/u-input/u-input.vue?vue&type=script&lang=js& ***!
+ \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar _emitter = _interopRequireDefault(__webpack_require__(/*! ../../libs/util/emitter.js */ 16));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };} //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n/**\r\n * input 输入框\r\n * @description 此组件为一个输入框,默认没有边框和样式,是专门为配合表单组件u-form而设计的,利用它可以快速实现表单验证,输入内容,下拉选择等功能。\r\n * @tutorial http://uviewui.com/components/input.html\r\n * @property {String} type 模式选择,见官网说明\r\n * @property {Boolean} clearable 是否显示右侧的清除图标(默认true)\r\n * @property {} v-model 用于双向绑定输入框的值\r\n * @property {String} input-align 输入框文字的对齐方式(默认left)\r\n * @property {String} placeholder placeholder显示值(默认 '请输入内容')\r\n * @property {Boolean} disabled 是否禁用输入框(默认false)\r\n * @property {String Number} maxlength 输入框的最大可输入长度(默认140)\r\n * @property {String Number} selection-start 光标起始位置,自动聚焦时有效,需与selection-end搭配使用(默认-1)\r\n * @property {String Number} maxlength 光标结束位置,自动聚焦时有效,需与selection-start搭配使用(默认-1)\r\n * @property {String Number} cursor-spacing 指定光标与键盘的距离,单位px(默认0)\r\n * @property {String} placeholderStyle placeholder的样式,字符串形式,如\"color: red;\"(默认 \"color: #c0c4cc;\")\r\n * @property {String} confirm-type 设置键盘右下角按钮的文字,仅在type为text时生效(默认done)\r\n * @property {Object} custom-style 自定义输入框的样式,对象形式\r\n * @property {Boolean} focus 是否自动获得焦点(默认false)\r\n * @property {Boolean} fixed 如果type为textarea,且在一个\"position:fixed\"的区域,需要指明为true(默认false)\r\n * @property {Boolean} password-icon type为password时,是否显示右侧的密码查看图标(默认true)\r\n * @property {Boolean} border 是否显示边框(默认false)\r\n * @property {String} border-color 输入框的边框颜色(默认#dcdfe6)\r\n * @property {Boolean} auto-height 是否自动增高输入区域,type为textarea时有效(默认true)\r\n * @property {String Number} height 高度,单位rpx(text类型时为70,textarea时为100)\r\n * @example \r\n */var _default2 = { name: 'u-input', mixins: [_emitter.default], props: { value: { type: [String, Number], default: '' }, // 输入框的类型,textarea,text,number\n type: { type: String, default: 'text' }, inputAlign: { type: String, default: 'left' }, placeholder: { type: String, default: '请输入内容' }, disabled: { type: Boolean, default: false }, maxlength: { type: [Number, String], default: 140 }, placeholderStyle: { type: String, default: 'color: #c0c4cc;' }, confirmType: { type: String, default: 'done' }, // 输入框的自定义样式\n customStyle: { type: Object, default: function _default() {return {};} }, // 如果 textarea 是在一个 position:fixed 的区域,需要显示指定属性 fixed 为 true\n fixed: { type: Boolean, default: false }, // 是否自动获得焦点\n focus: { type: Boolean, default: false }, // 密码类型时,是否显示右侧的密码图标\n passwordIcon: { type: Boolean, default: true }, // input|textarea是否显示边框\n border: { type: Boolean, default: false }, // 输入框的边框颜色\n borderColor: { type: String, default: '#dcdfe6' }, autoHeight: { type: Boolean, default: true }, // type=select时,旋转右侧的图标,标识当前处于打开还是关闭select的状态\n // open-打开,close-关闭\n selectOpen: { type: Boolean, default: false }, // 高度,单位rpx\n height: {\n type: [Number, String],\n default: '' },\n\n // 是否可清空\n clearable: {\n type: Boolean,\n default: true },\n\n // 指定光标与键盘的距离,单位 px\n cursorSpacing: {\n type: [Number, String],\n default: 0 },\n\n // 光标起始位置,自动聚焦时有效,需与selection-end搭配使用\n selectionStart: {\n type: [Number, String],\n default: -1 },\n\n // 光标结束位置,自动聚焦时有效,需与selection-start搭配使用\n selectionEnd: {\n type: [Number, String],\n default: -1 },\n\n // 是否自动去除两端的空格\n trim: {\n type: Boolean,\n default: true },\n\n // 是否显示键盘上方带有”完成“按钮那一栏\n showConfirmbar: {\n type: Boolean,\n default: true } },\n\n\n data: function data() {\n return {\n defaultValue: this.value,\n inputHeight: 70, // input的高度\n textareaHeight: 100, // textarea的高度\n validateState: false, // 当前input的验证状态,用于错误时,边框是否改为红色\n focused: false, // 当前是否处于获得焦点的状态\n showPassword: false, // 是否预览密码\n lastValue: '' // 用于头条小程序,判断@input中,前后的值是否发生了变化,因为头条中文下,按下键没有输入内容,也会触发@input时间\n };\n },\n watch: {\n value: function value(nVal, oVal) {\n this.defaultValue = nVal;\n // 当值发生变化,且为select类型时(此时input被设置为disabled,不会触发@input事件),模拟触发@input事件\n if (nVal != oVal && this.type == 'select') this.handleInput({\n detail: {\n value: nVal } });\n\n\n } },\n\n computed: {\n // 因为uniapp的input组件的maxlength组件必须要数值,这里转为数值,给用户可以传入字符串数值\n inputMaxlength: function inputMaxlength() {\n return Number(this.maxlength);\n },\n getStyle: function getStyle() {\n var style = {};\n // 如果没有自定义高度,就根据type为input还是textare来分配一个默认的高度\n style.minHeight = this.height ? this.height + 'rpx' : this.type == 'textarea' ?\n this.textareaHeight + 'rpx' : this.inputHeight + 'rpx';\n style = Object.assign(style, this.customStyle);\n return style;\n },\n //\n getCursorSpacing: function getCursorSpacing() {\n return Number(this.cursorSpacing);\n },\n // 光标起始位置\n uSelectionStart: function uSelectionStart() {\n return String(this.selectionStart);\n },\n // 光标结束位置\n uSelectionEnd: function uSelectionEnd() {\n return String(this.selectionEnd);\n } },\n\n created: function created() {\n // 监听u-form-item发出的错误事件,将输入框边框变红色\n this.$on('on-form-item-error', this.onFormItemError);\n },\n methods: {\n /**\r\n * change 事件\r\n * @param event\r\n */\n handleInput: function handleInput(event) {var _this = this;\n var value = event.detail.value;\n // 判断是否去除空格\n if (this.trim) value = this.$u.trim(value);\n // vue 原生的方法 return 出去\n this.$emit('input', value);\n // 当前model 赋值\n this.defaultValue = value;\n // 过一个生命周期再发送事件给u-form-item,否则this.$emit('input')更新了父组件的值,但是微信小程序上\n // 尚未更新到u-form-item,导致获取的值为空,从而校验混论\n // 这里不能延时时间太短,或者使用this.$nextTick,否则在头条上,会造成混乱\n setTimeout(function () {\n // 头条小程序由于自身bug,导致中文下,每按下一个键(尚未完成输入),都会触发一次@input,导致错误,这里进行判断处理\n\n\n\n\n // 将当前的值发送到 u-form-item 进行校验\n _this.dispatch('u-form-item', 'on-form-change', value);\n }, 40);\n },\n /**\r\n * blur 事件\r\n * @param event\r\n */\n handleBlur: function handleBlur(event) {var _this2 = this;\n // 最开始使用的是监听图标@touchstart事件,自从hx2.8.4后,此方法在微信小程序出错\n // 这里改为监听点击事件,手点击清除图标时,同时也发生了@blur事件,导致图标消失而无法点击,这里做一个延时\n setTimeout(function () {\n _this2.focused = false;\n }, 100);\n // vue 原生的方法 return 出去\n this.$emit('blur', event.detail.value);\n setTimeout(function () {\n // 头条小程序由于自身bug,导致中文下,每按下一个键(尚未完成输入),都会触发一次@input,导致错误,这里进行判断处理\n\n\n\n\n // 将当前的值发送到 u-form-item 进行校验\n _this2.dispatch('u-form-item', 'on-form-blur', event.detail.value);\n }, 40);\n },\n onFormItemError: function onFormItemError(status) {\n this.validateState = status;\n },\n onFocus: function onFocus(event) {\n this.focused = true;\n this.$emit('focus');\n },\n onConfirm: function onConfirm(e) {\n this.$emit('confirm', e.detail.value);\n },\n onClear: function onClear(event) {\n this.$emit('input', '');\n },\n inputClick: function inputClick() {\n this.$emit('click');\n } } };exports.default = _default2;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXZpZXctdWkvY29tcG9uZW50cy91LWlucHV0L3UtaW5wdXQudnVlIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBMEVBLGlHOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBRUE7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7bUJBMEJBLEVBQ0EsZUFEQSxFQUVBLDBCQUZBLEVBR0EsU0FDQSxTQUNBLHNCQURBLEVBRUEsV0FGQSxFQURBLEVBS0E7QUFDQSxZQUNBLFlBREEsRUFFQSxlQUZBLEVBTkEsRUFVQSxjQUNBLFlBREEsRUFFQSxlQUZBLEVBVkEsRUFjQSxlQUNBLFlBREEsRUFFQSxnQkFGQSxFQWRBLEVBa0JBLFlBQ0EsYUFEQSxFQUVBLGNBRkEsRUFsQkEsRUFzQkEsYUFDQSxzQkFEQSxFQUVBLFlBRkEsRUF0QkEsRUEwQkEsb0JBQ0EsWUFEQSxFQUVBLDBCQUZBLEVBMUJBLEVBOEJBLGVBQ0EsWUFEQSxFQUVBLGVBRkEsRUE5QkEsRUFrQ0E7QUFDQSxtQkFDQSxZQURBLEVBRUEsT0FGQSxzQkFFQSxDQUNBLFVBQ0EsQ0FKQSxFQW5DQSxFQXlDQTtBQUNBLGFBQ0EsYUFEQSxFQUVBLGNBRkEsRUExQ0EsRUE4Q0E7QUFDQSxhQUNBLGFBREEsRUFFQSxjQUZBLEVBL0NBLEVBbURBO0FBQ0Esb0JBQ0EsYUFEQSxFQUVBLGFBRkEsRUFwREEsRUF3REE7QUFDQSxjQUNBLGFBREEsRUFFQSxjQUZBLEVBekRBLEVBNkRBO0FBQ0EsbUJBQ0EsWUFEQSxFQUVBLGtCQUZBLEVBOURBLEVBa0VBLGNBQ0EsYUFEQSxFQUVBLGFBRkEsRUFsRUEsRUFzRUE7QUFDQTtBQUNBLGtCQUNBLGFBREEsRUFFQSxjQUZBLEVBeEVBLEVBNEVBO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLGlCQUZBLEVBN0VBOztBQWlGQTtBQUNBO0FBQ0EsbUJBREE7QUFFQSxtQkFGQSxFQWxGQTs7QUFzRkE7QUFDQTtBQUNBLDRCQURBO0FBRUEsZ0JBRkEsRUF2RkE7O0FBMkZBO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLGlCQUZBLEVBNUZBOztBQWdHQTtBQUNBO0FBQ0EsNEJBREE7QUFFQSxpQkFGQSxFQWpHQTs7QUFxR0E7QUFDQTtBQUNBLG1CQURBO0FBRUEsbUJBRkEsRUF0R0E7O0FBMEdBO0FBQ0E7QUFDQSxtQkFEQTtBQUVBLG1CQUZBLEVBM0dBLEVBSEE7OztBQW1IQSxNQW5IQSxrQkFtSEE7QUFDQTtBQUNBLDhCQURBO0FBRUEscUJBRkEsRUFFQTtBQUNBLHlCQUhBLEVBR0E7QUFDQSwwQkFKQSxFQUlBO0FBQ0Esb0JBTEEsRUFLQTtBQUNBLHlCQU5BLEVBTUE7QUFDQSxtQkFQQSxDQU9BO0FBUEE7QUFTQSxHQTdIQTtBQThIQTtBQUNBLFNBREEsaUJBQ0EsSUFEQSxFQUNBLElBREEsRUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EscUJBREEsRUFEQTs7O0FBS0EsS0FUQSxFQTlIQTs7QUF5SUE7QUFDQTtBQUNBLGtCQUZBLDRCQUVBO0FBQ0E7QUFDQSxLQUpBO0FBS0EsWUFMQSxzQkFLQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGlDQURBLEdBQ0Esd0JBREE7QUFFQTtBQUNBO0FBQ0EsS0FaQTtBQWFBO0FBQ0Esb0JBZEEsOEJBY0E7QUFDQTtBQUNBLEtBaEJBO0FBaUJBO0FBQ0EsbUJBbEJBLDZCQWtCQTtBQUNBO0FBQ0EsS0FwQkE7QUFxQkE7QUFDQSxpQkF0QkEsMkJBc0JBO0FBQ0E7QUFDQSxLQXhCQSxFQXpJQTs7QUFtS0EsU0FuS0EscUJBbUtBO0FBQ0E7QUFDQTtBQUNBLEdBdEtBO0FBdUtBO0FBQ0E7Ozs7QUFJQSxlQUxBLHVCQUtBLEtBTEEsRUFLQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7Ozs7QUFLQTtBQUNBO0FBQ0EsT0FSQSxFQVFBLEVBUkE7QUFTQSxLQXpCQTtBQTBCQTs7OztBQUlBLGNBOUJBLHNCQThCQSxLQTlCQSxFQThCQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsT0FGQSxFQUVBLEdBRkE7QUFHQTtBQUNBO0FBQ0E7QUFDQTs7Ozs7QUFLQTtBQUNBO0FBQ0EsT0FSQSxFQVFBLEVBUkE7QUFTQSxLQS9DQTtBQWdEQSxtQkFoREEsMkJBZ0RBLE1BaERBLEVBZ0RBO0FBQ0E7QUFDQSxLQWxEQTtBQW1EQSxXQW5EQSxtQkFtREEsS0FuREEsRUFtREE7QUFDQTtBQUNBO0FBQ0EsS0F0REE7QUF1REEsYUF2REEscUJBdURBLENBdkRBLEVBdURBO0FBQ0E7QUFDQSxLQXpEQTtBQTBEQSxXQTFEQSxtQkEwREEsS0ExREEsRUEwREE7QUFDQTtBQUNBLEtBNURBO0FBNkRBLGNBN0RBLHdCQTZEQTtBQUNBO0FBQ0EsS0EvREEsRUF2S0EsRSIsImZpbGUiOiI1OTguanMiLCJzb3VyY2VzQ29udGVudCI6WyI8dGVtcGxhdGU+XHJcblx0PHZpZXdcclxuXHRcdGNsYXNzPVwidS1pbnB1dFwiXHJcblx0XHQ6Y2xhc3M9XCJ7XHJcblx0XHRcdCd1LWlucHV0LS1ib3JkZXInOiBib3JkZXIsXHJcblx0XHRcdCd1LWlucHV0LS1lcnJvcic6IHZhbGlkYXRlU3RhdGVcclxuXHRcdH1cIlxyXG5cdFx0OnN0eWxlPVwie1xyXG5cdFx0XHRwYWRkaW5nOiBgMCAke2JvcmRlciA/IDIwIDogMH1ycHhgLFxyXG5cdFx0XHRib3JkZXJDb2xvcjogYm9yZGVyQ29sb3IsXHJcblx0XHRcdHRleHRBbGlnbjogaW5wdXRBbGlnblxyXG5cdFx0fVwiXHJcblx0XHRAdGFwLnN0b3A9XCJpbnB1dENsaWNrXCJcclxuXHQ+XHJcblx0XHQ8dGV4dGFyZWFcclxuXHRcdFx0di1pZj1cInR5cGUgPT0gJ3RleHRhcmVhJ1wiXHJcblx0XHRcdGNsYXNzPVwidS1pbnB1dF9faW5wdXQgdS1pbnB1dF9fdGV4dGFyZWFcIlxyXG5cdFx0XHQ6c3R5bGU9XCJbZ2V0U3R5bGVdXCJcclxuXHRcdFx0OnZhbHVlPVwiZGVmYXVsdFZhbHVlXCJcclxuXHRcdFx0OnBsYWNlaG9sZGVyPVwicGxhY2Vob2xkZXJcIlxyXG5cdFx0XHQ6cGxhY2Vob2xkZXJTdHlsZT1cInBsYWNlaG9sZGVyU3R5bGVcIlxyXG5cdFx0XHQ6ZGlzYWJsZWQ9XCJkaXNhYmxlZFwiXHJcblx0XHRcdDptYXhsZW5ndGg9XCJpbnB1dE1heGxlbmd0aFwiXHJcblx0XHRcdDpmaXhlZD1cImZpeGVkXCJcclxuXHRcdFx0OmZvY3VzPVwiZm9jdXNcIlxyXG5cdFx0XHQ6YXV0b0hlaWdodD1cImF1dG9IZWlnaHRcIlxyXG5cdFx0XHQ6c2VsZWN0aW9uLWVuZD1cInVTZWxlY3Rpb25FbmRcIlxyXG5cdFx0XHQ6c2VsZWN0aW9uLXN0YXJ0PVwidVNlbGVjdGlvblN0YXJ0XCJcclxuXHRcdFx0OmN1cnNvci1zcGFjaW5nPVwiZ2V0Q3Vyc29yU3BhY2luZ1wiXHJcblx0XHRcdDpzaG93LWNvbmZpcm0tYmFyPVwic2hvd0NvbmZpcm1iYXJcIlxyXG5cdFx0XHRAaW5wdXQ9XCJoYW5kbGVJbnB1dFwiXHJcblx0XHRcdEBibHVyPVwiaGFuZGxlQmx1clwiXHJcblx0XHRcdEBmb2N1cz1cIm9uRm9jdXNcIlxyXG5cdFx0XHRAY29uZmlybT1cIm9uQ29uZmlybVwiXHJcblx0XHQvPlxyXG5cdFx0PGlucHV0XHJcblx0XHRcdHYtZWxzZVxyXG5cdFx0XHRjbGFzcz1cInUtaW5wdXRfX2lucHV0XCJcclxuXHRcdFx0OnR5cGU9XCJ0eXBlID09ICdwYXNzd29yZCcgPyAndGV4dCcgOiB0eXBlXCJcclxuXHRcdFx0OnN0eWxlPVwiW2dldFN0eWxlXVwiXHJcblx0XHRcdDp2YWx1ZT1cImRlZmF1bHRWYWx1ZVwiXHJcblx0XHRcdDpwYXNzd29yZD1cInR5cGUgPT0gJ3Bhc3N3b3JkJyAmJiAhc2hvd1Bhc3N3b3JkXCJcclxuXHRcdFx0OnBsYWNlaG9sZGVyPVwicGxhY2Vob2xkZXJcIlxyXG5cdFx0XHQ6cGxhY2Vob2xkZXJTdHlsZT1cInBsYWNlaG9sZGVyU3R5bGVcIlxyXG5cdFx0XHQ6ZGlzYWJsZWQ9XCJkaXNhYmxlZCB8fCB0eXBlID09PSAnc2VsZWN0J1wiXHJcblx0XHRcdDptYXhsZW5ndGg9XCJpbnB1dE1heGxlbmd0aFwiXHJcblx0XHRcdDpmb2N1cz1cImZvY3VzXCJcclxuXHRcdFx0OmNvbmZpcm1UeXBlPVwiY29uZmlybVR5cGVcIlxyXG5cdFx0XHQ6Y3Vyc29yLXNwYWNpbmc9XCJnZXRDdXJzb3JTcGFjaW5nXCJcclxuXHRcdFx0OnNlbGVjdGlvbi1lbmQ9XCJ1U2VsZWN0aW9uRW5kXCJcclxuXHRcdFx0OnNlbGVjdGlvbi1zdGFydD1cInVTZWxlY3Rpb25TdGFydFwiXHJcblx0XHRcdDpzaG93LWNvbmZpcm0tYmFyPVwic2hvd0NvbmZpcm1iYXJcIlxyXG5cdFx0XHRAZm9jdXM9XCJvbkZvY3VzXCJcclxuXHRcdFx0QGJsdXI9XCJoYW5kbGVCbHVyXCJcclxuXHRcdFx0QGlucHV0PVwiaGFuZGxlSW5wdXRcIlxyXG5cdFx0XHRAY29uZmlybT1cIm9uQ29uZmlybVwiXHJcblx0XHQvPlxyXG5cdFx0PHZpZXcgY2xhc3M9XCJ1LWlucHV0X19yaWdodC1pY29uIHUtZmxleFwiPlxyXG5cdFx0XHQ8dmlldyBjbGFzcz1cInUtaW5wdXRfX3JpZ2h0LWljb25fX2NsZWFyIHUtaW5wdXRfX3JpZ2h0LWljb25fX2l0ZW1cIiBAdGFwPVwib25DbGVhclwiIHYtaWY9XCJjbGVhcmFibGUgJiYgdmFsdWUgIT0gJycgJiYgZm9jdXNlZFwiPlxyXG5cdFx0XHRcdDx1LWljb24gc2l6ZT1cIjMyXCIgbmFtZT1cImNsb3NlLWNpcmNsZS1maWxsXCIgY29sb3I9XCIjYzBjNGNjXCIvPlxyXG5cdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdDx2aWV3IGNsYXNzPVwidS1pbnB1dF9fcmlnaHQtaWNvbl9fY2xlYXIgdS1pbnB1dF9fcmlnaHQtaWNvbl9faXRlbVwiIHYtaWY9XCJwYXNzd29yZEljb24gJiYgdHlwZSA9PSAncGFzc3dvcmQnXCI+XHJcblx0XHRcdFx0PHUtaWNvbiBzaXplPVwiMzJcIiA6bmFtZT1cIiFzaG93UGFzc3dvcmQgPyAnZXllJyA6ICdleWUtZmlsbCdcIiBjb2xvcj1cIiNjMGM0Y2NcIiBAY2xpY2s9XCJzaG93UGFzc3dvcmQgPSAhc2hvd1Bhc3N3b3JkXCIvPlxyXG5cdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdDx2aWV3IGNsYXNzPVwidS1pbnB1dF9fcmlnaHQtaWNvbi0tc2VsZWN0IHUtaW5wdXRfX3JpZ2h0LWljb25fX2l0ZW1cIiB2LWlmPVwidHlwZSA9PSAnc2VsZWN0J1wiIDpjbGFzcz1cIntcclxuXHRcdFx0XHQndS1pbnB1dF9fcmlnaHQtaWNvbi0tc2VsZWN0LS1yZXZlcnNlJzogc2VsZWN0T3BlblxyXG5cdFx0XHR9XCI+XHJcblx0XHRcdFx0PHUtaWNvbiBuYW1lPVwiYXJyb3ctZG93bi1maWxsXCIgc2l6ZT1cIjI2XCIgY29sb3I9XCIjYzBjNGNjXCI+PC91LWljb24+XHJcblx0XHRcdDwvdmlldz5cclxuXHRcdDwvdmlldz5cclxuXHQ8L3ZpZXc+XHJcbjwvdGVtcGxhdGU+XHJcblxyXG48c2NyaXB0PlxyXG5pbXBvcnQgRW1pdHRlciBmcm9tICcuLi8uLi9saWJzL3V0aWwvZW1pdHRlci5qcyc7XHJcblxyXG4vKipcclxuICogaW5wdXQg6L6T5YWl5qGGXHJcbiAqIEBkZXNjcmlwdGlvbiDmraTnu4Tku7bkuLrkuIDkuKrovpPlhaXmoYbvvIzpu5jorqTmsqHmnInovrnmoYblkozmoLflvI/vvIzmmK/kuJPpl6jkuLrphY3lkIjooajljZXnu4Tku7Z1LWZvcm3ogIzorr7orqHnmoTvvIzliKnnlKjlroPlj6/ku6Xlv6vpgJ/lrp7njrDooajljZXpqozor4HvvIzovpPlhaXlhoXlrrnvvIzkuIvmi4npgInmi6nnrYnlip/og73jgIJcclxuICogQHR1dG9yaWFsIGh0dHA6Ly91dmlld3VpLmNvbS9jb21wb25lbnRzL2lucHV0Lmh0bWxcclxuICogQHByb3BlcnR5IHtTdHJpbmd9IHR5cGUg5qih5byP6YCJ5oup77yM6KeB5a6Y572R6K+05piOXHJcbiAqIEBwcm9wZXJ0eSB7Qm9vbGVhbn0gY2xlYXJhYmxlIOaYr+WQpuaYvuekuuWPs+S+p+eahOa4hemZpOWbvuaghyjpu5jorqR0cnVlKVxyXG4gKiBAcHJvcGVydHkge30gdi1tb2RlbCDnlKjkuo7lj4zlkJHnu5HlrprovpPlhaXmoYbnmoTlgLxcclxuICogQHByb3BlcnR5IHtTdHJpbmd9IGlucHV0LWFsaWduIOi+k+WFpeahhuaWh+Wtl+eahOWvuem9kOaWueW8jyjpu5jorqRsZWZ0KVxyXG4gKiBAcHJvcGVydHkge1N0cmluZ30gcGxhY2Vob2xkZXIgcGxhY2Vob2xkZXLmmL7npLrlgLwo6buY6K6kICfor7fovpPlhaXlhoXlrrknKVxyXG4gKiBAcHJvcGVydHkge0Jvb2xlYW59IGRpc2FibGVkIOaYr+WQpuemgeeUqOi+k+WFpeahhijpu5jorqRmYWxzZSlcclxuICogQHByb3BlcnR5IHtTdHJpbmcgTnVtYmVyfSBtYXhsZW5ndGgg6L6T5YWl5qGG55qE5pyA5aSn5Y+v6L6T5YWl6ZW/5bqmKOm7mOiupDE0MClcclxuICogQHByb3BlcnR5IHtTdHJpbmcgTnVtYmVyfSBzZWxlY3Rpb24tc3RhcnQg5YWJ5qCH6LW35aeL5L2N572u77yM6Ieq5Yqo6IGa54Sm5pe25pyJ5pWI77yM6ZyA5LiOc2VsZWN0aW9uLWVuZOaQremFjeS9v+eUqO+8iOm7mOiupC0x77yJXHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nIE51bWJlcn0gbWF4bGVuZ3RoIOWFieagh+e7k+adn+S9jee9ru+8jOiHquWKqOiBmueEpuaXtuacieaViO+8jOmcgOS4jnNlbGVjdGlvbi1zdGFydOaQremFjeS9v+eUqO+8iOm7mOiupC0x77yJXHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nIE51bWJlcn0gY3Vyc29yLXNwYWNpbmcg5oyH5a6a5YWJ5qCH5LiO6ZSu55uY55qE6Led56a777yM5Y2V5L2NcHgo6buY6K6kMClcclxuICogQHByb3BlcnR5IHtTdHJpbmd9IHBsYWNlaG9sZGVyU3R5bGUgcGxhY2Vob2xkZXLnmoTmoLflvI/vvIzlrZfnrKbkuLLlvaLlvI/vvIzlpoJcImNvbG9yOiByZWQ7XCIo6buY6K6kIFwiY29sb3I6ICNjMGM0Y2M7XCIpXHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nfSBjb25maXJtLXR5cGUg6K6+572u6ZSu55uY5Y+z5LiL6KeS5oyJ6ZKu55qE5paH5a2X77yM5LuF5ZyodHlwZeS4unRleHTml7bnlJ/mlYgo6buY6K6kZG9uZSlcclxuICogQHByb3BlcnR5IHtPYmplY3R9IGN1c3RvbS1zdHlsZSDoh6rlrprkuYnovpPlhaXmoYbnmoTmoLflvI/vvIzlr7nosaHlvaLlvI9cclxuICogQHByb3BlcnR5IHtCb29sZWFufSBmb2N1cyDmmK/lkKboh6rliqjojrflvpfnhKbngrko6buY6K6kZmFsc2UpXHJcbiAqIEBwcm9wZXJ0eSB7Qm9vbGVhbn0gZml4ZWQg5aaC5p6cdHlwZeS4unRleHRhcmVh77yM5LiU5Zyo5LiA5LiqXCJwb3NpdGlvbjpmaXhlZFwi55qE5Yy65Z+f77yM6ZyA6KaB5oyH5piO5Li6dHJ1ZSjpu5jorqRmYWxzZSlcclxuICogQHByb3BlcnR5IHtCb29sZWFufSBwYXNzd29yZC1pY29uIHR5cGXkuLpwYXNzd29yZOaXtu+8jOaYr+WQpuaYvuekuuWPs+S+p+eahOWvhueggeafpeeci+Wbvuaghyjpu5jorqR0cnVlKVxyXG4gKiBAcHJvcGVydHkge0Jvb2xlYW59IGJvcmRlciDmmK/lkKbmmL7npLrovrnmoYYo6buY6K6kZmFsc2UpXHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nfSBib3JkZXItY29sb3Ig6L6T5YWl5qGG55qE6L655qGG6aKc6ImyKOm7mOiupCNkY2RmZTYpXHJcbiAqIEBwcm9wZXJ0eSB7Qm9vbGVhbn0gYXV0by1oZWlnaHQg5piv5ZCm6Ieq5Yqo5aKe6auY6L6T5YWl5Yy65Z+f77yMdHlwZeS4unRleHRhcmVh5pe25pyJ5pWIKOm7mOiupHRydWUpXHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nIE51bWJlcn0gaGVpZ2h0IOmrmOW6pu+8jOWNleS9jXJweCh0ZXh057G75Z6L5pe25Li6NzDvvIx0ZXh0YXJlYeaXtuS4ujEwMClcclxuICogQGV4YW1wbGUgPHUtaW5wdXQgdi1tb2RlbD1cInZhbHVlXCIgOnR5cGU9XCJ0eXBlXCIgOmJvcmRlcj1cImJvcmRlclwiIC8+XHJcbiAqL1xyXG5leHBvcnQgZGVmYXVsdCB7XHJcblx0bmFtZTogJ3UtaW5wdXQnLFxyXG5cdG1peGluczogW0VtaXR0ZXJdLFxyXG5cdHByb3BzOiB7XHJcblx0XHR2YWx1ZToge1xyXG5cdFx0XHR0eXBlOiBbU3RyaW5nLCBOdW1iZXJdLFxyXG5cdFx0XHRkZWZhdWx0OiAnJ1xyXG5cdFx0fSxcclxuXHRcdC8vIOi+k+WFpeahhueahOexu+Wei++8jHRleHRhcmVh77yMdGV4dO+8jG51bWJlclxyXG5cdFx0dHlwZToge1xyXG5cdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdGRlZmF1bHQ6ICd0ZXh0J1xyXG5cdFx0fSxcclxuXHRcdGlucHV0QWxpZ246IHtcclxuXHRcdFx0dHlwZTogU3RyaW5nLFxyXG5cdFx0XHRkZWZhdWx0OiAnbGVmdCdcclxuXHRcdH0sXHJcblx0XHRwbGFjZWhvbGRlcjoge1xyXG5cdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdGRlZmF1bHQ6ICfor7fovpPlhaXlhoXlrrknXHJcblx0XHR9LFxyXG5cdFx0ZGlzYWJsZWQ6IHtcclxuXHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0ZGVmYXVsdDogZmFsc2VcclxuXHRcdH0sXHJcblx0XHRtYXhsZW5ndGg6IHtcclxuXHRcdFx0dHlwZTogW051bWJlciwgU3RyaW5nXSxcclxuXHRcdFx0ZGVmYXVsdDogMTQwXHJcblx0XHR9LFxyXG5cdFx0cGxhY2Vob2xkZXJTdHlsZToge1xyXG5cdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdGRlZmF1bHQ6ICdjb2xvcjogI2MwYzRjYzsnXHJcblx0XHR9LFxyXG5cdFx0Y29uZmlybVR5cGU6IHtcclxuXHRcdFx0dHlwZTogU3RyaW5nLFxyXG5cdFx0XHRkZWZhdWx0OiAnZG9uZSdcclxuXHRcdH0sXHJcblx0XHQvLyDovpPlhaXmoYbnmoToh6rlrprkuYnmoLflvI9cclxuXHRcdGN1c3RvbVN0eWxlOiB7XHJcblx0XHRcdHR5cGU6IE9iamVjdCxcclxuXHRcdFx0ZGVmYXVsdCgpIHtcclxuXHRcdFx0XHRyZXR1cm4ge307XHJcblx0XHRcdH1cclxuXHRcdH0sXHJcblx0XHQvLyDlpoLmnpwgdGV4dGFyZWEg5piv5Zyo5LiA5LiqIHBvc2l0aW9uOmZpeGVkIOeahOWMuuWfn++8jOmcgOimgeaYvuekuuaMh+WumuWxnuaApyBmaXhlZCDkuLogdHJ1ZVxyXG5cdFx0Zml4ZWQ6IHtcclxuXHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0ZGVmYXVsdDogZmFsc2VcclxuXHRcdH0sXHJcblx0XHQvLyDmmK/lkKboh6rliqjojrflvpfnhKbngrlcclxuXHRcdGZvY3VzOiB7XHJcblx0XHRcdHR5cGU6IEJvb2xlYW4sXHJcblx0XHRcdGRlZmF1bHQ6IGZhbHNlXHJcblx0XHR9LFxyXG5cdFx0Ly8g5a+G56CB57G75Z6L5pe277yM5piv5ZCm5pi+56S65Y+z5L6n55qE5a+G56CB5Zu+5qCHXHJcblx0XHRwYXNzd29yZEljb246IHtcclxuXHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0ZGVmYXVsdDogdHJ1ZVxyXG5cdFx0fSxcclxuXHRcdC8vIGlucHV0fHRleHRhcmVh5piv5ZCm5pi+56S66L655qGGXHJcblx0XHRib3JkZXI6IHtcclxuXHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0ZGVmYXVsdDogZmFsc2VcclxuXHRcdH0sXHJcblx0XHQvLyDovpPlhaXmoYbnmoTovrnmoYbpopzoibJcclxuXHRcdGJvcmRlckNvbG9yOiB7XHJcblx0XHRcdHR5cGU6IFN0cmluZyxcclxuXHRcdFx0ZGVmYXVsdDogJyNkY2RmZTYnXHJcblx0XHR9LFxyXG5cdFx0YXV0b0hlaWdodDoge1xyXG5cdFx0XHR0eXBlOiBCb29sZWFuLFxyXG5cdFx0XHRkZWZhdWx0OiB0cnVlXHJcblx0XHR9LFxyXG5cdFx0Ly8gdHlwZT1zZWxlY3Tml7bvvIzml4vovazlj7PkvqfnmoTlm77moIfvvIzmoIfor4blvZPliY3lpITkuo7miZPlvIDov5jmmK/lhbPpl61zZWxlY3TnmoTnirbmgIFcclxuXHRcdC8vIG9wZW4t5omT5byA77yMY2xvc2Ut5YWz6ZetXHJcblx0XHRzZWxlY3RPcGVuOiB7XHJcblx0XHRcdHR5cGU6IEJvb2xlYW4sXHJcblx0XHRcdGRlZmF1bHQ6IGZhbHNlXHJcblx0XHR9LFxyXG5cdFx0Ly8g6auY5bqm77yM5Y2V5L2NcnB4XHJcblx0XHRoZWlnaHQ6IHtcclxuXHRcdFx0dHlwZTogW051bWJlciwgU3RyaW5nXSxcclxuXHRcdFx0ZGVmYXVsdDogJydcclxuXHRcdH0sXHJcblx0XHQvLyDmmK/lkKblj6/muIXnqbpcclxuXHRcdGNsZWFyYWJsZToge1xyXG5cdFx0XHR0eXBlOiBCb29sZWFuLFxyXG5cdFx0XHRkZWZhdWx0OiB0cnVlXHJcblx0XHR9LFxyXG5cdFx0Ly8g5oyH5a6a5YWJ5qCH5LiO6ZSu55uY55qE6Led56a777yM5Y2V5L2NIHB4XHJcblx0XHRjdXJzb3JTcGFjaW5nOiB7XHJcblx0XHRcdHR5cGU6IFtOdW1iZXIsIFN0cmluZ10sXHJcblx0XHRcdGRlZmF1bHQ6IDBcclxuXHRcdH0sXHJcblx0XHQvLyDlhYnmoIfotbflp4vkvY3nva7vvIzoh6rliqjogZrnhKbml7bmnInmlYjvvIzpnIDkuI5zZWxlY3Rpb24tZW5k5pCt6YWN5L2/55SoXHJcblx0XHRzZWxlY3Rpb25TdGFydDoge1xyXG5cdFx0XHR0eXBlOiBbTnVtYmVyLCBTdHJpbmddLFxyXG5cdFx0XHRkZWZhdWx0OiAtMVxyXG5cdFx0fSxcclxuXHRcdC8vIOWFieagh+e7k+adn+S9jee9ru+8jOiHquWKqOiBmueEpuaXtuacieaViO+8jOmcgOS4jnNlbGVjdGlvbi1zdGFydOaQremFjeS9v+eUqFxyXG5cdFx0c2VsZWN0aW9uRW5kOiB7XHJcblx0XHRcdHR5cGU6IFtOdW1iZXIsIFN0cmluZ10sXHJcblx0XHRcdGRlZmF1bHQ6IC0xXHJcblx0XHR9LFxyXG5cdFx0Ly8g5piv5ZCm6Ieq5Yqo5Y676Zmk5Lik56uv55qE56m65qC8XHJcblx0XHR0cmltOiB7XHJcblx0XHRcdHR5cGU6IEJvb2xlYW4sXHJcblx0XHRcdGRlZmF1bHQ6IHRydWVcclxuXHRcdH0sXHJcblx0XHQvLyDmmK/lkKbmmL7npLrplK7nm5jkuIrmlrnluKbmnInigJ3lrozmiJDigJzmjInpkq7pgqPkuIDmoI9cclxuXHRcdHNob3dDb25maXJtYmFyOntcclxuXHRcdFx0dHlwZTpCb29sZWFuLFxyXG5cdFx0XHRkZWZhdWx0OnRydWVcclxuXHRcdH1cclxuXHR9LFxyXG5cdGRhdGEoKSB7XHJcblx0XHRyZXR1cm4ge1xyXG5cdFx0XHRkZWZhdWx0VmFsdWU6IHRoaXMudmFsdWUsXHJcblx0XHRcdGlucHV0SGVpZ2h0OiA3MCwgLy8gaW5wdXTnmoTpq5jluqZcclxuXHRcdFx0dGV4dGFyZWFIZWlnaHQ6IDEwMCwgLy8gdGV4dGFyZWHnmoTpq5jluqZcclxuXHRcdFx0dmFsaWRhdGVTdGF0ZTogZmFsc2UsIC8vIOW9k+WJjWlucHV055qE6aqM6K+B54q25oCB77yM55So5LqO6ZSZ6K+v5pe277yM6L655qGG5piv5ZCm5pS55Li657qi6ImyXHJcblx0XHRcdGZvY3VzZWQ6IGZhbHNlLCAvLyDlvZPliY3mmK/lkKblpITkuo7ojrflvpfnhKbngrnnmoTnirbmgIFcclxuXHRcdFx0c2hvd1Bhc3N3b3JkOiBmYWxzZSwgLy8g5piv5ZCm6aKE6KeI5a+G56CBXHJcblx0XHRcdGxhc3RWYWx1ZTogJycsIC8vIOeUqOS6juWktOadoeWwj+eoi+W6j++8jOWIpOaWrUBpbnB1dOS4re+8jOWJjeWQjueahOWAvOaYr+WQpuWPkeeUn+S6huWPmOWMlu+8jOWboOS4uuWktOadoeS4reaWh+S4i++8jOaMieS4i+mUruayoeaciei+k+WFpeWGheWuue+8jOS5n+S8muinpuWPkUBpbnB1dOaXtumXtFxyXG5cdFx0fTtcclxuXHR9LFxyXG5cdHdhdGNoOiB7XHJcblx0XHR2YWx1ZShuVmFsLCBvVmFsKSB7XHJcblx0XHRcdHRoaXMuZGVmYXVsdFZhbHVlID0gblZhbDtcclxuXHRcdFx0Ly8g5b2T5YC85Y+R55Sf5Y+Y5YyW77yM5LiU5Li6c2VsZWN057G75Z6L5pe2KOatpOaXtmlucHV06KKr6K6+572u5Li6ZGlzYWJsZWTvvIzkuI3kvJrop6blj5FAaW5wdXTkuovku7Yp77yM5qih5ouf6Kem5Y+RQGlucHV05LqL5Lu2XHJcblx0XHRcdGlmKG5WYWwgIT0gb1ZhbCAmJiB0aGlzLnR5cGUgPT0gJ3NlbGVjdCcpIHRoaXMuaGFuZGxlSW5wdXQoe1xyXG5cdFx0XHRcdGRldGFpbDoge1xyXG5cdFx0XHRcdFx0dmFsdWU6IG5WYWxcclxuXHRcdFx0XHR9XHJcblx0XHRcdH0pXHJcblx0XHR9LFxyXG5cdH0sXHJcblx0Y29tcHV0ZWQ6IHtcclxuXHRcdC8vIOWboOS4unVuaWFwcOeahGlucHV057uE5Lu255qEbWF4bGVuZ3Ro57uE5Lu25b+F6aG76KaB5pWw5YC877yM6L+Z6YeM6L2s5Li65pWw5YC877yM57uZ55So5oi35Y+v5Lul5Lyg5YWl5a2X56ym5Liy5pWw5YC8XHJcblx0XHRpbnB1dE1heGxlbmd0aCgpIHtcclxuXHRcdFx0cmV0dXJuIE51bWJlcih0aGlzLm1heGxlbmd0aCk7XHJcblx0XHR9LFxyXG5cdFx0Z2V0U3R5bGUoKSB7XHJcblx0XHRcdGxldCBzdHlsZSA9IHt9O1xyXG5cdFx0XHQvLyDlpoLmnpzmsqHmnInoh6rlrprkuYnpq5jluqbvvIzlsLHmoLnmja50eXBl5Li6aW5wdXTov5jmmK90ZXh0YXJl5p2l5YiG6YWN5LiA5Liq6buY6K6k55qE6auY5bqmXHJcblx0XHRcdHN0eWxlLm1pbkhlaWdodCA9IHRoaXMuaGVpZ2h0ID8gdGhpcy5oZWlnaHQgKyAncnB4JyA6IHRoaXMudHlwZSA9PSAndGV4dGFyZWEnID9cclxuXHRcdFx0XHR0aGlzLnRleHRhcmVhSGVpZ2h0ICsgJ3JweCcgOiB0aGlzLmlucHV0SGVpZ2h0ICsgJ3JweCc7XHJcblx0XHRcdHN0eWxlID0gT2JqZWN0LmFzc2lnbihzdHlsZSwgdGhpcy5jdXN0b21TdHlsZSk7XHJcblx0XHRcdHJldHVybiBzdHlsZTtcclxuXHRcdH0sXHJcblx0XHQvL1xyXG5cdFx0Z2V0Q3Vyc29yU3BhY2luZygpIHtcclxuXHRcdFx0cmV0dXJuIE51bWJlcih0aGlzLmN1cnNvclNwYWNpbmcpO1xyXG5cdFx0fSxcclxuXHRcdC8vIOWFieagh+i1t+Wni+S9jee9rlxyXG5cdFx0dVNlbGVjdGlvblN0YXJ0KCkge1xyXG5cdFx0XHRyZXR1cm4gU3RyaW5nKHRoaXMuc2VsZWN0aW9uU3RhcnQpO1xyXG5cdFx0fSxcclxuXHRcdC8vIOWFieagh+e7k+adn+S9jee9rlxyXG5cdFx0dVNlbGVjdGlvbkVuZCgpIHtcclxuXHRcdFx0cmV0dXJuIFN0cmluZyh0aGlzLnNlbGVjdGlvbkVuZCk7XHJcblx0XHR9XHJcblx0fSxcclxuXHRjcmVhdGVkKCkge1xyXG5cdFx0Ly8g55uR5ZCsdS1mb3JtLWl0ZW3lj5Hlh7rnmoTplJnor6/kuovku7bvvIzlsIbovpPlhaXmoYbovrnmoYblj5jnuqLoibJcclxuXHRcdHRoaXMuJG9uKCdvbi1mb3JtLWl0ZW0tZXJyb3InLCB0aGlzLm9uRm9ybUl0ZW1FcnJvcik7XHJcblx0fSxcclxuXHRtZXRob2RzOiB7XHJcblx0XHQvKipcclxuXHRcdCAqIGNoYW5nZSDkuovku7ZcclxuXHRcdCAqIEBwYXJhbSBldmVudFxyXG5cdFx0ICovXHJcblx0XHRoYW5kbGVJbnB1dChldmVudCkge1xyXG5cdFx0XHRsZXQgdmFsdWUgPSBldmVudC5kZXRhaWwudmFsdWU7XHJcblx0XHRcdC8vIOWIpOaWreaYr+WQpuWOu+mZpOepuuagvFxyXG5cdFx0XHRpZih0aGlzLnRyaW0pIHZhbHVlID0gdGhpcy4kdS50cmltKHZhbHVlKTtcclxuXHRcdFx0Ly8gdnVlIOWOn+eUn+eahOaWueazlSByZXR1cm4g5Ye65Y67XHJcblx0XHRcdHRoaXMuJGVtaXQoJ2lucHV0JywgdmFsdWUpO1xyXG5cdFx0XHQvLyDlvZPliY1tb2RlbCDotYvlgLxcclxuXHRcdFx0dGhpcy5kZWZhdWx0VmFsdWUgPSB2YWx1ZTtcclxuXHRcdFx0Ly8g6L+H5LiA5Liq55Sf5ZG95ZGo5pyf5YaN5Y+R6YCB5LqL5Lu257uZdS1mb3JtLWl0ZW3vvIzlkKbliJl0aGlzLiRlbWl0KCdpbnB1dCcp5pu05paw5LqG54i257uE5Lu255qE5YC877yM5L2G5piv5b6u5L+h5bCP56iL5bqP5LiKXHJcblx0XHRcdC8vIOWwmuacquabtOaWsOWIsHUtZm9ybS1pdGVt77yM5a+86Ie06I635Y+W55qE5YC85Li656m677yM5LuO6ICM5qCh6aqM5re36K66XHJcblx0XHRcdC8vIOi/memHjOS4jeiDveW7tuaXtuaXtumXtOWkquefre+8jOaIluiAheS9v+eUqHRoaXMuJG5leHRUaWNr77yM5ZCm5YiZ5Zyo5aS05p2h5LiK77yM5Lya6YCg5oiQ5re35LmxXHJcblx0XHRcdHNldFRpbWVvdXQoKCkgPT4ge1xyXG5cdFx0XHRcdC8vIOWktOadoeWwj+eoi+W6j+eUseS6juiHqui6q2J1Z++8jOWvvOiHtOS4reaWh+S4i++8jOavj+aMieS4i+S4gOS4qumUrijlsJrmnKrlrozmiJDovpPlhaUp77yM6YO95Lya6Kem5Y+R5LiA5qyhQGlucHV077yM5a+86Ie06ZSZ6K+v77yM6L+Z6YeM6L+b6KGM5Yik5pat5aSE55CGXHJcblx0XHRcdFx0Ly8gI2lmZGVmIE1QLVRPVVRJQU9cclxuXHRcdFx0XHRpZih0aGlzLiR1LnRyaW0odmFsdWUpID09IHRoaXMubGFzdFZhbHVlKSByZXR1cm4gO1xyXG5cdFx0XHRcdHRoaXMubGFzdFZhbHVlID0gdmFsdWU7XHJcblx0XHRcdFx0Ly8gI2VuZGlmXHJcblx0XHRcdFx0Ly8g5bCG5b2T5YmN55qE5YC85Y+R6YCB5YiwIHUtZm9ybS1pdGVtIOi/m+ihjOagoemqjFxyXG5cdFx0XHRcdHRoaXMuZGlzcGF0Y2goJ3UtZm9ybS1pdGVtJywgJ29uLWZvcm0tY2hhbmdlJywgdmFsdWUpO1xyXG5cdFx0XHR9LCA0MClcclxuXHRcdH0sXHJcblx0XHQvKipcclxuXHRcdCAqIGJsdXIg5LqL5Lu2XHJcblx0XHQgKiBAcGFyYW0gZXZlbnRcclxuXHRcdCAqL1xyXG5cdFx0aGFuZGxlQmx1cihldmVudCkge1xyXG5cdFx0XHQvLyDmnIDlvIDlp4vkvb/nlKjnmoTmmK/nm5HlkKzlm77moIdAdG91Y2hzdGFydOS6i+S7tu+8jOiHquS7jmh4Mi44LjTlkI7vvIzmraTmlrnms5XlnKjlvq7kv6HlsI/nqIvluo/lh7rplJlcclxuXHRcdFx0Ly8g6L+Z6YeM5pS55Li655uR5ZCs54K55Ye75LqL5Lu277yM5omL54K55Ye75riF6Zmk5Zu+5qCH5pe277yM5ZCM5pe25Lmf5Y+R55Sf5LqGQGJsdXLkuovku7bvvIzlr7zoh7Tlm77moIfmtojlpLHogIzml6Dms5Xngrnlh7vvvIzov5nph4zlgZrkuIDkuKrlu7bml7ZcclxuXHRcdFx0c2V0VGltZW91dCgoKSA9PiB7XHJcblx0XHRcdFx0dGhpcy5mb2N1c2VkID0gZmFsc2U7XHJcblx0XHRcdH0sIDEwMClcclxuXHRcdFx0Ly8gdnVlIOWOn+eUn+eahOaWueazlSByZXR1cm4g5Ye65Y67XHJcblx0XHRcdHRoaXMuJGVtaXQoJ2JsdXInLCBldmVudC5kZXRhaWwudmFsdWUpO1xyXG5cdFx0XHRzZXRUaW1lb3V0KCgpID0+IHtcclxuXHRcdFx0XHQvLyDlpLTmnaHlsI/nqIvluo/nlLHkuo7oh6rouqtidWfvvIzlr7zoh7TkuK3mlofkuIvvvIzmr4/mjInkuIvkuIDkuKrplK4o5bCa5pyq5a6M5oiQ6L6T5YWlKe+8jOmDveS8muinpuWPkeS4gOasoUBpbnB1dO+8jOWvvOiHtOmUmeivr++8jOi/memHjOi/m+ihjOWIpOaWreWkhOeQhlxyXG5cdFx0XHRcdC8vICNpZmRlZiBNUC1UT1VUSUFPXHJcblx0XHRcdFx0aWYodGhpcy4kdS50cmltKHZhbHVlKSA9PSB0aGlzLmxhc3RWYWx1ZSkgcmV0dXJuIDtcclxuXHRcdFx0XHR0aGlzLmxhc3RWYWx1ZSA9IHZhbHVlO1xyXG5cdFx0XHRcdC8vICNlbmRpZlxyXG5cdFx0XHRcdC8vIOWwhuW9k+WJjeeahOWAvOWPkemAgeWIsCB1LWZvcm0taXRlbSDov5vooYzmoKHpqoxcclxuXHRcdFx0XHR0aGlzLmRpc3BhdGNoKCd1LWZvcm0taXRlbScsICdvbi1mb3JtLWJsdXInLCBldmVudC5kZXRhaWwudmFsdWUpO1xyXG5cdFx0XHR9LCA0MClcclxuXHRcdH0sXHJcblx0XHRvbkZvcm1JdGVtRXJyb3Ioc3RhdHVzKSB7XHJcblx0XHRcdHRoaXMudmFsaWRhdGVTdGF0ZSA9IHN0YXR1cztcclxuXHRcdH0sXHJcblx0XHRvbkZvY3VzKGV2ZW50KSB7XHJcblx0XHRcdHRoaXMuZm9jdXNlZCA9IHRydWU7XHJcblx0XHRcdHRoaXMuJGVtaXQoJ2ZvY3VzJyk7XHJcblx0XHR9LFxyXG5cdFx0b25Db25maXJtKGUpIHtcclxuXHRcdFx0dGhpcy4kZW1pdCgnY29uZmlybScsIGUuZGV0YWlsLnZhbHVlKTtcclxuXHRcdH0sXHJcblx0XHRvbkNsZWFyKGV2ZW50KSB7XHJcblx0XHRcdHRoaXMuJGVtaXQoJ2lucHV0JywgJycpO1xyXG5cdFx0fSxcclxuXHRcdGlucHV0Q2xpY2soKSB7XHJcblx0XHRcdHRoaXMuJGVtaXQoJ2NsaWNrJyk7XHJcblx0XHR9XHJcblx0fVxyXG59O1xyXG48L3NjcmlwdD5cclxuXHJcbjxzdHlsZSBsYW5nPVwic2Nzc1wiIHNjb3BlZD5cclxuQGltcG9ydCBcIi4uLy4uL2xpYnMvY3NzL3N0eWxlLmNvbXBvbmVudHMuc2Nzc1wiO1xyXG5cclxuLnUtaW5wdXQge1xyXG5cdHBvc2l0aW9uOiByZWxhdGl2ZTtcclxuXHRmbGV4OiAxO1xyXG5cdEBpbmNsdWRlIHZ1ZS1mbGV4O1xyXG5cclxuXHQmX19pbnB1dCB7XHJcblx0XHQvL2hlaWdodDogJHUtZm9ybS1pdGVtLWhlaWdodDtcclxuXHRcdGZvbnQtc2l6ZTogMjhycHg7XHJcblx0XHRjb2xvcjogJHUtbWFpbi1jb2xvcjtcclxuXHRcdGZsZXg6IDE7XHJcblx0fVxyXG5cclxuXHQmX190ZXh0YXJlYSB7XHJcblx0XHR3aWR0aDogYXV0bztcclxuXHRcdGZvbnQtc2l6ZTogMjhycHg7XHJcblx0XHRjb2xvcjogJHUtbWFpbi1jb2xvcjtcclxuXHRcdHBhZGRpbmc6IDEwcnB4IDA7XHJcblx0XHRsaW5lLWhlaWdodDogbm9ybWFsO1xyXG5cdFx0ZmxleDogMTtcclxuXHR9XHJcblxyXG5cdCYtLWJvcmRlciB7XHJcblx0XHRib3JkZXItcmFkaXVzOiA2cnB4O1xyXG5cdFx0Ym9yZGVyLXJhZGl1czogNHB4O1xyXG5cdFx0Ym9yZGVyOiAxcHggc29saWQgJHUtZm9ybS1pdGVtLWJvcmRlci1jb2xvcjtcclxuXHR9XHJcblxyXG5cdCYtLWVycm9yIHtcclxuXHRcdGJvcmRlci1jb2xvcjogJHUtdHlwZS1lcnJvciFpbXBvcnRhbnQ7XHJcblx0fVxyXG5cclxuXHQmX19yaWdodC1pY29uIHtcclxuXHJcblx0XHQmX19pdGVtIHtcclxuXHRcdFx0bWFyZ2luLWxlZnQ6IDEwcnB4O1xyXG5cdFx0fVxyXG5cclxuXHRcdCYtLXNlbGVjdCB7XHJcblx0XHRcdHRyYW5zaXRpb246IHRyYW5zZm9ybSAuNHM7XHJcblxyXG5cdFx0XHQmLS1yZXZlcnNlIHtcclxuXHRcdFx0XHR0cmFuc2Zvcm06IHJvdGF0ZSgtMTgwZGVnKTtcclxuXHRcdFx0fVxyXG5cdFx0fVxyXG5cdH1cclxufVxyXG48L3N0eWxlPlxyXG4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///598\n");
+eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar _emitter = _interopRequireDefault(__webpack_require__(/*! ../../libs/util/emitter.js */ 10));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };} //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n/**\r\n * input 输入框\r\n * @description 此组件为一个输入框,默认没有边框和样式,是专门为配合表单组件u-form而设计的,利用它可以快速实现表单验证,输入内容,下拉选择等功能。\r\n * @tutorial http://uviewui.com/components/input.html\r\n * @property {String} type 模式选择,见官网说明\r\n * @property {Boolean} clearable 是否显示右侧的清除图标(默认true)\r\n * @property {} v-model 用于双向绑定输入框的值\r\n * @property {String} input-align 输入框文字的对齐方式(默认left)\r\n * @property {String} placeholder placeholder显示值(默认 '请输入内容')\r\n * @property {Boolean} disabled 是否禁用输入框(默认false)\r\n * @property {String Number} maxlength 输入框的最大可输入长度(默认140)\r\n * @property {String Number} selection-start 光标起始位置,自动聚焦时有效,需与selection-end搭配使用(默认-1)\r\n * @property {String Number} maxlength 光标结束位置,自动聚焦时有效,需与selection-start搭配使用(默认-1)\r\n * @property {String Number} cursor-spacing 指定光标与键盘的距离,单位px(默认0)\r\n * @property {String} placeholderStyle placeholder的样式,字符串形式,如\"color: red;\"(默认 \"color: #c0c4cc;\")\r\n * @property {String} confirm-type 设置键盘右下角按钮的文字,仅在type为text时生效(默认done)\r\n * @property {Object} custom-style 自定义输入框的样式,对象形式\r\n * @property {Boolean} focus 是否自动获得焦点(默认false)\r\n * @property {Boolean} fixed 如果type为textarea,且在一个\"position:fixed\"的区域,需要指明为true(默认false)\r\n * @property {Boolean} password-icon type为password时,是否显示右侧的密码查看图标(默认true)\r\n * @property {Boolean} border 是否显示边框(默认false)\r\n * @property {String} border-color 输入框的边框颜色(默认#dcdfe6)\r\n * @property {Boolean} auto-height 是否自动增高输入区域,type为textarea时有效(默认true)\r\n * @property {String Number} height 高度,单位rpx(text类型时为70,textarea时为100)\r\n * @example \r\n */var _default2 = { name: 'u-input', mixins: [_emitter.default], props: { value: { type: [String, Number], default: '' }, // 输入框的类型,textarea,text,number\n type: { type: String, default: 'text' }, inputAlign: { type: String, default: 'left' }, placeholder: { type: String, default: '请输入内容' }, disabled: { type: Boolean, default: false }, maxlength: { type: [Number, String], default: 140 }, placeholderStyle: { type: String, default: 'color: #c0c4cc;' }, confirmType: { type: String, default: 'done' }, // 输入框的自定义样式\n customStyle: { type: Object, default: function _default() {return {};} }, // 如果 textarea 是在一个 position:fixed 的区域,需要显示指定属性 fixed 为 true\n fixed: { type: Boolean, default: false }, // 是否自动获得焦点\n focus: { type: Boolean, default: false }, // 密码类型时,是否显示右侧的密码图标\n passwordIcon: { type: Boolean, default: true }, // input|textarea是否显示边框\n border: { type: Boolean, default: false }, // 输入框的边框颜色\n borderColor: { type: String, default: '#dcdfe6' }, autoHeight: { type: Boolean, default: true }, // type=select时,旋转右侧的图标,标识当前处于打开还是关闭select的状态\n // open-打开,close-关闭\n selectOpen: { type: Boolean, default: false }, // 高度,单位rpx\n height: {\n type: [Number, String],\n default: '' },\n\n // 是否可清空\n clearable: {\n type: Boolean,\n default: true },\n\n // 指定光标与键盘的距离,单位 px\n cursorSpacing: {\n type: [Number, String],\n default: 0 },\n\n // 光标起始位置,自动聚焦时有效,需与selection-end搭配使用\n selectionStart: {\n type: [Number, String],\n default: -1 },\n\n // 光标结束位置,自动聚焦时有效,需与selection-start搭配使用\n selectionEnd: {\n type: [Number, String],\n default: -1 },\n\n // 是否自动去除两端的空格\n trim: {\n type: Boolean,\n default: true },\n\n // 是否显示键盘上方带有”完成“按钮那一栏\n showConfirmbar: {\n type: Boolean,\n default: true } },\n\n\n data: function data() {\n return {\n defaultValue: this.value,\n inputHeight: 70, // input的高度\n textareaHeight: 100, // textarea的高度\n validateState: false, // 当前input的验证状态,用于错误时,边框是否改为红色\n focused: false, // 当前是否处于获得焦点的状态\n showPassword: false, // 是否预览密码\n lastValue: '' // 用于头条小程序,判断@input中,前后的值是否发生了变化,因为头条中文下,按下键没有输入内容,也会触发@input时间\n };\n },\n watch: {\n value: function value(nVal, oVal) {\n this.defaultValue = nVal;\n // 当值发生变化,且为select类型时(此时input被设置为disabled,不会触发@input事件),模拟触发@input事件\n if (nVal != oVal && this.type == 'select') this.handleInput({\n detail: {\n value: nVal } });\n\n\n } },\n\n computed: {\n // 因为uniapp的input组件的maxlength组件必须要数值,这里转为数值,给用户可以传入字符串数值\n inputMaxlength: function inputMaxlength() {\n return Number(this.maxlength);\n },\n getStyle: function getStyle() {\n var style = {};\n // 如果没有自定义高度,就根据type为input还是textare来分配一个默认的高度\n style.minHeight = this.height ? this.height + 'rpx' : this.type == 'textarea' ?\n this.textareaHeight + 'rpx' : this.inputHeight + 'rpx';\n style = Object.assign(style, this.customStyle);\n return style;\n },\n //\n getCursorSpacing: function getCursorSpacing() {\n return Number(this.cursorSpacing);\n },\n // 光标起始位置\n uSelectionStart: function uSelectionStart() {\n return String(this.selectionStart);\n },\n // 光标结束位置\n uSelectionEnd: function uSelectionEnd() {\n return String(this.selectionEnd);\n } },\n\n created: function created() {\n // 监听u-form-item发出的错误事件,将输入框边框变红色\n this.$on('on-form-item-error', this.onFormItemError);\n },\n methods: {\n /**\r\n * change 事件\r\n * @param event\r\n */\n handleInput: function handleInput(event) {var _this = this;\n var value = event.detail.value;\n // 判断是否去除空格\n if (this.trim) value = this.$u.trim(value);\n // vue 原生的方法 return 出去\n this.$emit('input', value);\n // 当前model 赋值\n this.defaultValue = value;\n // 过一个生命周期再发送事件给u-form-item,否则this.$emit('input')更新了父组件的值,但是微信小程序上\n // 尚未更新到u-form-item,导致获取的值为空,从而校验混论\n // 这里不能延时时间太短,或者使用this.$nextTick,否则在头条上,会造成混乱\n setTimeout(function () {\n // 头条小程序由于自身bug,导致中文下,每按下一个键(尚未完成输入),都会触发一次@input,导致错误,这里进行判断处理\n\n\n\n\n // 将当前的值发送到 u-form-item 进行校验\n _this.dispatch('u-form-item', 'on-form-change', value);\n }, 40);\n },\n /**\r\n * blur 事件\r\n * @param event\r\n */\n handleBlur: function handleBlur(event) {var _this2 = this;\n // 最开始使用的是监听图标@touchstart事件,自从hx2.8.4后,此方法在微信小程序出错\n // 这里改为监听点击事件,手点击清除图标时,同时也发生了@blur事件,导致图标消失而无法点击,这里做一个延时\n setTimeout(function () {\n _this2.focused = false;\n }, 100);\n // vue 原生的方法 return 出去\n this.$emit('blur', event.detail.value);\n setTimeout(function () {\n // 头条小程序由于自身bug,导致中文下,每按下一个键(尚未完成输入),都会触发一次@input,导致错误,这里进行判断处理\n\n\n\n\n // 将当前的值发送到 u-form-item 进行校验\n _this2.dispatch('u-form-item', 'on-form-blur', event.detail.value);\n }, 40);\n },\n onFormItemError: function onFormItemError(status) {\n this.validateState = status;\n },\n onFocus: function onFocus(event) {\n this.focused = true;\n this.$emit('focus');\n },\n onConfirm: function onConfirm(e) {\n this.$emit('confirm', e.detail.value);\n },\n onClear: function onClear(event) {\n this.$emit('input', '');\n },\n inputClick: function inputClick() {\n this.$emit('click');\n } } };exports.default = _default2;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXZpZXctdWkvY29tcG9uZW50cy91LWlucHV0L3UtaW5wdXQudnVlIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBMEVBLGlHOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBRUE7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7bUJBMEJBLEVBQ0EsZUFEQSxFQUVBLDBCQUZBLEVBR0EsU0FDQSxTQUNBLHNCQURBLEVBRUEsV0FGQSxFQURBLEVBS0E7QUFDQSxZQUNBLFlBREEsRUFFQSxlQUZBLEVBTkEsRUFVQSxjQUNBLFlBREEsRUFFQSxlQUZBLEVBVkEsRUFjQSxlQUNBLFlBREEsRUFFQSxnQkFGQSxFQWRBLEVBa0JBLFlBQ0EsYUFEQSxFQUVBLGNBRkEsRUFsQkEsRUFzQkEsYUFDQSxzQkFEQSxFQUVBLFlBRkEsRUF0QkEsRUEwQkEsb0JBQ0EsWUFEQSxFQUVBLDBCQUZBLEVBMUJBLEVBOEJBLGVBQ0EsWUFEQSxFQUVBLGVBRkEsRUE5QkEsRUFrQ0E7QUFDQSxtQkFDQSxZQURBLEVBRUEsT0FGQSxzQkFFQSxDQUNBLFVBQ0EsQ0FKQSxFQW5DQSxFQXlDQTtBQUNBLGFBQ0EsYUFEQSxFQUVBLGNBRkEsRUExQ0EsRUE4Q0E7QUFDQSxhQUNBLGFBREEsRUFFQSxjQUZBLEVBL0NBLEVBbURBO0FBQ0Esb0JBQ0EsYUFEQSxFQUVBLGFBRkEsRUFwREEsRUF3REE7QUFDQSxjQUNBLGFBREEsRUFFQSxjQUZBLEVBekRBLEVBNkRBO0FBQ0EsbUJBQ0EsWUFEQSxFQUVBLGtCQUZBLEVBOURBLEVBa0VBLGNBQ0EsYUFEQSxFQUVBLGFBRkEsRUFsRUEsRUFzRUE7QUFDQTtBQUNBLGtCQUNBLGFBREEsRUFFQSxjQUZBLEVBeEVBLEVBNEVBO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLGlCQUZBLEVBN0VBOztBQWlGQTtBQUNBO0FBQ0EsbUJBREE7QUFFQSxtQkFGQSxFQWxGQTs7QUFzRkE7QUFDQTtBQUNBLDRCQURBO0FBRUEsZ0JBRkEsRUF2RkE7O0FBMkZBO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLGlCQUZBLEVBNUZBOztBQWdHQTtBQUNBO0FBQ0EsNEJBREE7QUFFQSxpQkFGQSxFQWpHQTs7QUFxR0E7QUFDQTtBQUNBLG1CQURBO0FBRUEsbUJBRkEsRUF0R0E7O0FBMEdBO0FBQ0E7QUFDQSxtQkFEQTtBQUVBLG1CQUZBLEVBM0dBLEVBSEE7OztBQW1IQSxNQW5IQSxrQkFtSEE7QUFDQTtBQUNBLDhCQURBO0FBRUEscUJBRkEsRUFFQTtBQUNBLHlCQUhBLEVBR0E7QUFDQSwwQkFKQSxFQUlBO0FBQ0Esb0JBTEEsRUFLQTtBQUNBLHlCQU5BLEVBTUE7QUFDQSxtQkFQQSxDQU9BO0FBUEE7QUFTQSxHQTdIQTtBQThIQTtBQUNBLFNBREEsaUJBQ0EsSUFEQSxFQUNBLElBREEsRUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EscUJBREEsRUFEQTs7O0FBS0EsS0FUQSxFQTlIQTs7QUF5SUE7QUFDQTtBQUNBLGtCQUZBLDRCQUVBO0FBQ0E7QUFDQSxLQUpBO0FBS0EsWUFMQSxzQkFLQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGlDQURBLEdBQ0Esd0JBREE7QUFFQTtBQUNBO0FBQ0EsS0FaQTtBQWFBO0FBQ0Esb0JBZEEsOEJBY0E7QUFDQTtBQUNBLEtBaEJBO0FBaUJBO0FBQ0EsbUJBbEJBLDZCQWtCQTtBQUNBO0FBQ0EsS0FwQkE7QUFxQkE7QUFDQSxpQkF0QkEsMkJBc0JBO0FBQ0E7QUFDQSxLQXhCQSxFQXpJQTs7QUFtS0EsU0FuS0EscUJBbUtBO0FBQ0E7QUFDQTtBQUNBLEdBdEtBO0FBdUtBO0FBQ0E7Ozs7QUFJQSxlQUxBLHVCQUtBLEtBTEEsRUFLQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7Ozs7QUFLQTtBQUNBO0FBQ0EsT0FSQSxFQVFBLEVBUkE7QUFTQSxLQXpCQTtBQTBCQTs7OztBQUlBLGNBOUJBLHNCQThCQSxLQTlCQSxFQThCQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsT0FGQSxFQUVBLEdBRkE7QUFHQTtBQUNBO0FBQ0E7QUFDQTs7Ozs7QUFLQTtBQUNBO0FBQ0EsT0FSQSxFQVFBLEVBUkE7QUFTQSxLQS9DQTtBQWdEQSxtQkFoREEsMkJBZ0RBLE1BaERBLEVBZ0RBO0FBQ0E7QUFDQSxLQWxEQTtBQW1EQSxXQW5EQSxtQkFtREEsS0FuREEsRUFtREE7QUFDQTtBQUNBO0FBQ0EsS0F0REE7QUF1REEsYUF2REEscUJBdURBLENBdkRBLEVBdURBO0FBQ0E7QUFDQSxLQXpEQTtBQTBEQSxXQTFEQSxtQkEwREEsS0ExREEsRUEwREE7QUFDQTtBQUNBLEtBNURBO0FBNkRBLGNBN0RBLHdCQTZEQTtBQUNBO0FBQ0EsS0EvREEsRUF2S0EsRSIsImZpbGUiOiI1OTUuanMiLCJzb3VyY2VzQ29udGVudCI6WyI8dGVtcGxhdGU+XHJcblx0PHZpZXdcclxuXHRcdGNsYXNzPVwidS1pbnB1dFwiXHJcblx0XHQ6Y2xhc3M9XCJ7XHJcblx0XHRcdCd1LWlucHV0LS1ib3JkZXInOiBib3JkZXIsXHJcblx0XHRcdCd1LWlucHV0LS1lcnJvcic6IHZhbGlkYXRlU3RhdGVcclxuXHRcdH1cIlxyXG5cdFx0OnN0eWxlPVwie1xyXG5cdFx0XHRwYWRkaW5nOiBgMCAke2JvcmRlciA/IDIwIDogMH1ycHhgLFxyXG5cdFx0XHRib3JkZXJDb2xvcjogYm9yZGVyQ29sb3IsXHJcblx0XHRcdHRleHRBbGlnbjogaW5wdXRBbGlnblxyXG5cdFx0fVwiXHJcblx0XHRAdGFwLnN0b3A9XCJpbnB1dENsaWNrXCJcclxuXHQ+XHJcblx0XHQ8dGV4dGFyZWFcclxuXHRcdFx0di1pZj1cInR5cGUgPT0gJ3RleHRhcmVhJ1wiXHJcblx0XHRcdGNsYXNzPVwidS1pbnB1dF9faW5wdXQgdS1pbnB1dF9fdGV4dGFyZWFcIlxyXG5cdFx0XHQ6c3R5bGU9XCJbZ2V0U3R5bGVdXCJcclxuXHRcdFx0OnZhbHVlPVwiZGVmYXVsdFZhbHVlXCJcclxuXHRcdFx0OnBsYWNlaG9sZGVyPVwicGxhY2Vob2xkZXJcIlxyXG5cdFx0XHQ6cGxhY2Vob2xkZXJTdHlsZT1cInBsYWNlaG9sZGVyU3R5bGVcIlxyXG5cdFx0XHQ6ZGlzYWJsZWQ9XCJkaXNhYmxlZFwiXHJcblx0XHRcdDptYXhsZW5ndGg9XCJpbnB1dE1heGxlbmd0aFwiXHJcblx0XHRcdDpmaXhlZD1cImZpeGVkXCJcclxuXHRcdFx0OmZvY3VzPVwiZm9jdXNcIlxyXG5cdFx0XHQ6YXV0b0hlaWdodD1cImF1dG9IZWlnaHRcIlxyXG5cdFx0XHQ6c2VsZWN0aW9uLWVuZD1cInVTZWxlY3Rpb25FbmRcIlxyXG5cdFx0XHQ6c2VsZWN0aW9uLXN0YXJ0PVwidVNlbGVjdGlvblN0YXJ0XCJcclxuXHRcdFx0OmN1cnNvci1zcGFjaW5nPVwiZ2V0Q3Vyc29yU3BhY2luZ1wiXHJcblx0XHRcdDpzaG93LWNvbmZpcm0tYmFyPVwic2hvd0NvbmZpcm1iYXJcIlxyXG5cdFx0XHRAaW5wdXQ9XCJoYW5kbGVJbnB1dFwiXHJcblx0XHRcdEBibHVyPVwiaGFuZGxlQmx1clwiXHJcblx0XHRcdEBmb2N1cz1cIm9uRm9jdXNcIlxyXG5cdFx0XHRAY29uZmlybT1cIm9uQ29uZmlybVwiXHJcblx0XHQvPlxyXG5cdFx0PGlucHV0XHJcblx0XHRcdHYtZWxzZVxyXG5cdFx0XHRjbGFzcz1cInUtaW5wdXRfX2lucHV0XCJcclxuXHRcdFx0OnR5cGU9XCJ0eXBlID09ICdwYXNzd29yZCcgPyAndGV4dCcgOiB0eXBlXCJcclxuXHRcdFx0OnN0eWxlPVwiW2dldFN0eWxlXVwiXHJcblx0XHRcdDp2YWx1ZT1cImRlZmF1bHRWYWx1ZVwiXHJcblx0XHRcdDpwYXNzd29yZD1cInR5cGUgPT0gJ3Bhc3N3b3JkJyAmJiAhc2hvd1Bhc3N3b3JkXCJcclxuXHRcdFx0OnBsYWNlaG9sZGVyPVwicGxhY2Vob2xkZXJcIlxyXG5cdFx0XHQ6cGxhY2Vob2xkZXJTdHlsZT1cInBsYWNlaG9sZGVyU3R5bGVcIlxyXG5cdFx0XHQ6ZGlzYWJsZWQ9XCJkaXNhYmxlZCB8fCB0eXBlID09PSAnc2VsZWN0J1wiXHJcblx0XHRcdDptYXhsZW5ndGg9XCJpbnB1dE1heGxlbmd0aFwiXHJcblx0XHRcdDpmb2N1cz1cImZvY3VzXCJcclxuXHRcdFx0OmNvbmZpcm1UeXBlPVwiY29uZmlybVR5cGVcIlxyXG5cdFx0XHQ6Y3Vyc29yLXNwYWNpbmc9XCJnZXRDdXJzb3JTcGFjaW5nXCJcclxuXHRcdFx0OnNlbGVjdGlvbi1lbmQ9XCJ1U2VsZWN0aW9uRW5kXCJcclxuXHRcdFx0OnNlbGVjdGlvbi1zdGFydD1cInVTZWxlY3Rpb25TdGFydFwiXHJcblx0XHRcdDpzaG93LWNvbmZpcm0tYmFyPVwic2hvd0NvbmZpcm1iYXJcIlxyXG5cdFx0XHRAZm9jdXM9XCJvbkZvY3VzXCJcclxuXHRcdFx0QGJsdXI9XCJoYW5kbGVCbHVyXCJcclxuXHRcdFx0QGlucHV0PVwiaGFuZGxlSW5wdXRcIlxyXG5cdFx0XHRAY29uZmlybT1cIm9uQ29uZmlybVwiXHJcblx0XHQvPlxyXG5cdFx0PHZpZXcgY2xhc3M9XCJ1LWlucHV0X19yaWdodC1pY29uIHUtZmxleFwiPlxyXG5cdFx0XHQ8dmlldyBjbGFzcz1cInUtaW5wdXRfX3JpZ2h0LWljb25fX2NsZWFyIHUtaW5wdXRfX3JpZ2h0LWljb25fX2l0ZW1cIiBAdGFwPVwib25DbGVhclwiIHYtaWY9XCJjbGVhcmFibGUgJiYgdmFsdWUgIT0gJycgJiYgZm9jdXNlZFwiPlxyXG5cdFx0XHRcdDx1LWljb24gc2l6ZT1cIjMyXCIgbmFtZT1cImNsb3NlLWNpcmNsZS1maWxsXCIgY29sb3I9XCIjYzBjNGNjXCIvPlxyXG5cdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdDx2aWV3IGNsYXNzPVwidS1pbnB1dF9fcmlnaHQtaWNvbl9fY2xlYXIgdS1pbnB1dF9fcmlnaHQtaWNvbl9faXRlbVwiIHYtaWY9XCJwYXNzd29yZEljb24gJiYgdHlwZSA9PSAncGFzc3dvcmQnXCI+XHJcblx0XHRcdFx0PHUtaWNvbiBzaXplPVwiMzJcIiA6bmFtZT1cIiFzaG93UGFzc3dvcmQgPyAnZXllJyA6ICdleWUtZmlsbCdcIiBjb2xvcj1cIiNjMGM0Y2NcIiBAY2xpY2s9XCJzaG93UGFzc3dvcmQgPSAhc2hvd1Bhc3N3b3JkXCIvPlxyXG5cdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdDx2aWV3IGNsYXNzPVwidS1pbnB1dF9fcmlnaHQtaWNvbi0tc2VsZWN0IHUtaW5wdXRfX3JpZ2h0LWljb25fX2l0ZW1cIiB2LWlmPVwidHlwZSA9PSAnc2VsZWN0J1wiIDpjbGFzcz1cIntcclxuXHRcdFx0XHQndS1pbnB1dF9fcmlnaHQtaWNvbi0tc2VsZWN0LS1yZXZlcnNlJzogc2VsZWN0T3BlblxyXG5cdFx0XHR9XCI+XHJcblx0XHRcdFx0PHUtaWNvbiBuYW1lPVwiYXJyb3ctZG93bi1maWxsXCIgc2l6ZT1cIjI2XCIgY29sb3I9XCIjYzBjNGNjXCI+PC91LWljb24+XHJcblx0XHRcdDwvdmlldz5cclxuXHRcdDwvdmlldz5cclxuXHQ8L3ZpZXc+XHJcbjwvdGVtcGxhdGU+XHJcblxyXG48c2NyaXB0PlxyXG5pbXBvcnQgRW1pdHRlciBmcm9tICcuLi8uLi9saWJzL3V0aWwvZW1pdHRlci5qcyc7XHJcblxyXG4vKipcclxuICogaW5wdXQg6L6T5YWl5qGGXHJcbiAqIEBkZXNjcmlwdGlvbiDmraTnu4Tku7bkuLrkuIDkuKrovpPlhaXmoYbvvIzpu5jorqTmsqHmnInovrnmoYblkozmoLflvI/vvIzmmK/kuJPpl6jkuLrphY3lkIjooajljZXnu4Tku7Z1LWZvcm3ogIzorr7orqHnmoTvvIzliKnnlKjlroPlj6/ku6Xlv6vpgJ/lrp7njrDooajljZXpqozor4HvvIzovpPlhaXlhoXlrrnvvIzkuIvmi4npgInmi6nnrYnlip/og73jgIJcclxuICogQHR1dG9yaWFsIGh0dHA6Ly91dmlld3VpLmNvbS9jb21wb25lbnRzL2lucHV0Lmh0bWxcclxuICogQHByb3BlcnR5IHtTdHJpbmd9IHR5cGUg5qih5byP6YCJ5oup77yM6KeB5a6Y572R6K+05piOXHJcbiAqIEBwcm9wZXJ0eSB7Qm9vbGVhbn0gY2xlYXJhYmxlIOaYr+WQpuaYvuekuuWPs+S+p+eahOa4hemZpOWbvuaghyjpu5jorqR0cnVlKVxyXG4gKiBAcHJvcGVydHkge30gdi1tb2RlbCDnlKjkuo7lj4zlkJHnu5HlrprovpPlhaXmoYbnmoTlgLxcclxuICogQHByb3BlcnR5IHtTdHJpbmd9IGlucHV0LWFsaWduIOi+k+WFpeahhuaWh+Wtl+eahOWvuem9kOaWueW8jyjpu5jorqRsZWZ0KVxyXG4gKiBAcHJvcGVydHkge1N0cmluZ30gcGxhY2Vob2xkZXIgcGxhY2Vob2xkZXLmmL7npLrlgLwo6buY6K6kICfor7fovpPlhaXlhoXlrrknKVxyXG4gKiBAcHJvcGVydHkge0Jvb2xlYW59IGRpc2FibGVkIOaYr+WQpuemgeeUqOi+k+WFpeahhijpu5jorqRmYWxzZSlcclxuICogQHByb3BlcnR5IHtTdHJpbmcgTnVtYmVyfSBtYXhsZW5ndGgg6L6T5YWl5qGG55qE5pyA5aSn5Y+v6L6T5YWl6ZW/5bqmKOm7mOiupDE0MClcclxuICogQHByb3BlcnR5IHtTdHJpbmcgTnVtYmVyfSBzZWxlY3Rpb24tc3RhcnQg5YWJ5qCH6LW35aeL5L2N572u77yM6Ieq5Yqo6IGa54Sm5pe25pyJ5pWI77yM6ZyA5LiOc2VsZWN0aW9uLWVuZOaQremFjeS9v+eUqO+8iOm7mOiupC0x77yJXHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nIE51bWJlcn0gbWF4bGVuZ3RoIOWFieagh+e7k+adn+S9jee9ru+8jOiHquWKqOiBmueEpuaXtuacieaViO+8jOmcgOS4jnNlbGVjdGlvbi1zdGFydOaQremFjeS9v+eUqO+8iOm7mOiupC0x77yJXHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nIE51bWJlcn0gY3Vyc29yLXNwYWNpbmcg5oyH5a6a5YWJ5qCH5LiO6ZSu55uY55qE6Led56a777yM5Y2V5L2NcHgo6buY6K6kMClcclxuICogQHByb3BlcnR5IHtTdHJpbmd9IHBsYWNlaG9sZGVyU3R5bGUgcGxhY2Vob2xkZXLnmoTmoLflvI/vvIzlrZfnrKbkuLLlvaLlvI/vvIzlpoJcImNvbG9yOiByZWQ7XCIo6buY6K6kIFwiY29sb3I6ICNjMGM0Y2M7XCIpXHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nfSBjb25maXJtLXR5cGUg6K6+572u6ZSu55uY5Y+z5LiL6KeS5oyJ6ZKu55qE5paH5a2X77yM5LuF5ZyodHlwZeS4unRleHTml7bnlJ/mlYgo6buY6K6kZG9uZSlcclxuICogQHByb3BlcnR5IHtPYmplY3R9IGN1c3RvbS1zdHlsZSDoh6rlrprkuYnovpPlhaXmoYbnmoTmoLflvI/vvIzlr7nosaHlvaLlvI9cclxuICogQHByb3BlcnR5IHtCb29sZWFufSBmb2N1cyDmmK/lkKboh6rliqjojrflvpfnhKbngrko6buY6K6kZmFsc2UpXHJcbiAqIEBwcm9wZXJ0eSB7Qm9vbGVhbn0gZml4ZWQg5aaC5p6cdHlwZeS4unRleHRhcmVh77yM5LiU5Zyo5LiA5LiqXCJwb3NpdGlvbjpmaXhlZFwi55qE5Yy65Z+f77yM6ZyA6KaB5oyH5piO5Li6dHJ1ZSjpu5jorqRmYWxzZSlcclxuICogQHByb3BlcnR5IHtCb29sZWFufSBwYXNzd29yZC1pY29uIHR5cGXkuLpwYXNzd29yZOaXtu+8jOaYr+WQpuaYvuekuuWPs+S+p+eahOWvhueggeafpeeci+Wbvuaghyjpu5jorqR0cnVlKVxyXG4gKiBAcHJvcGVydHkge0Jvb2xlYW59IGJvcmRlciDmmK/lkKbmmL7npLrovrnmoYYo6buY6K6kZmFsc2UpXHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nfSBib3JkZXItY29sb3Ig6L6T5YWl5qGG55qE6L655qGG6aKc6ImyKOm7mOiupCNkY2RmZTYpXHJcbiAqIEBwcm9wZXJ0eSB7Qm9vbGVhbn0gYXV0by1oZWlnaHQg5piv5ZCm6Ieq5Yqo5aKe6auY6L6T5YWl5Yy65Z+f77yMdHlwZeS4unRleHRhcmVh5pe25pyJ5pWIKOm7mOiupHRydWUpXHJcbiAqIEBwcm9wZXJ0eSB7U3RyaW5nIE51bWJlcn0gaGVpZ2h0IOmrmOW6pu+8jOWNleS9jXJweCh0ZXh057G75Z6L5pe25Li6NzDvvIx0ZXh0YXJlYeaXtuS4ujEwMClcclxuICogQGV4YW1wbGUgPHUtaW5wdXQgdi1tb2RlbD1cInZhbHVlXCIgOnR5cGU9XCJ0eXBlXCIgOmJvcmRlcj1cImJvcmRlclwiIC8+XHJcbiAqL1xyXG5leHBvcnQgZGVmYXVsdCB7XHJcblx0bmFtZTogJ3UtaW5wdXQnLFxyXG5cdG1peGluczogW0VtaXR0ZXJdLFxyXG5cdHByb3BzOiB7XHJcblx0XHR2YWx1ZToge1xyXG5cdFx0XHR0eXBlOiBbU3RyaW5nLCBOdW1iZXJdLFxyXG5cdFx0XHRkZWZhdWx0OiAnJ1xyXG5cdFx0fSxcclxuXHRcdC8vIOi+k+WFpeahhueahOexu+Wei++8jHRleHRhcmVh77yMdGV4dO+8jG51bWJlclxyXG5cdFx0dHlwZToge1xyXG5cdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdGRlZmF1bHQ6ICd0ZXh0J1xyXG5cdFx0fSxcclxuXHRcdGlucHV0QWxpZ246IHtcclxuXHRcdFx0dHlwZTogU3RyaW5nLFxyXG5cdFx0XHRkZWZhdWx0OiAnbGVmdCdcclxuXHRcdH0sXHJcblx0XHRwbGFjZWhvbGRlcjoge1xyXG5cdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdGRlZmF1bHQ6ICfor7fovpPlhaXlhoXlrrknXHJcblx0XHR9LFxyXG5cdFx0ZGlzYWJsZWQ6IHtcclxuXHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0ZGVmYXVsdDogZmFsc2VcclxuXHRcdH0sXHJcblx0XHRtYXhsZW5ndGg6IHtcclxuXHRcdFx0dHlwZTogW051bWJlciwgU3RyaW5nXSxcclxuXHRcdFx0ZGVmYXVsdDogMTQwXHJcblx0XHR9LFxyXG5cdFx0cGxhY2Vob2xkZXJTdHlsZToge1xyXG5cdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdGRlZmF1bHQ6ICdjb2xvcjogI2MwYzRjYzsnXHJcblx0XHR9LFxyXG5cdFx0Y29uZmlybVR5cGU6IHtcclxuXHRcdFx0dHlwZTogU3RyaW5nLFxyXG5cdFx0XHRkZWZhdWx0OiAnZG9uZSdcclxuXHRcdH0sXHJcblx0XHQvLyDovpPlhaXmoYbnmoToh6rlrprkuYnmoLflvI9cclxuXHRcdGN1c3RvbVN0eWxlOiB7XHJcblx0XHRcdHR5cGU6IE9iamVjdCxcclxuXHRcdFx0ZGVmYXVsdCgpIHtcclxuXHRcdFx0XHRyZXR1cm4ge307XHJcblx0XHRcdH1cclxuXHRcdH0sXHJcblx0XHQvLyDlpoLmnpwgdGV4dGFyZWEg5piv5Zyo5LiA5LiqIHBvc2l0aW9uOmZpeGVkIOeahOWMuuWfn++8jOmcgOimgeaYvuekuuaMh+WumuWxnuaApyBmaXhlZCDkuLogdHJ1ZVxyXG5cdFx0Zml4ZWQ6IHtcclxuXHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0ZGVmYXVsdDogZmFsc2VcclxuXHRcdH0sXHJcblx0XHQvLyDmmK/lkKboh6rliqjojrflvpfnhKbngrlcclxuXHRcdGZvY3VzOiB7XHJcblx0XHRcdHR5cGU6IEJvb2xlYW4sXHJcblx0XHRcdGRlZmF1bHQ6IGZhbHNlXHJcblx0XHR9LFxyXG5cdFx0Ly8g5a+G56CB57G75Z6L5pe277yM5piv5ZCm5pi+56S65Y+z5L6n55qE5a+G56CB5Zu+5qCHXHJcblx0XHRwYXNzd29yZEljb246IHtcclxuXHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0ZGVmYXVsdDogdHJ1ZVxyXG5cdFx0fSxcclxuXHRcdC8vIGlucHV0fHRleHRhcmVh5piv5ZCm5pi+56S66L655qGGXHJcblx0XHRib3JkZXI6IHtcclxuXHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0ZGVmYXVsdDogZmFsc2VcclxuXHRcdH0sXHJcblx0XHQvLyDovpPlhaXmoYbnmoTovrnmoYbpopzoibJcclxuXHRcdGJvcmRlckNvbG9yOiB7XHJcblx0XHRcdHR5cGU6IFN0cmluZyxcclxuXHRcdFx0ZGVmYXVsdDogJyNkY2RmZTYnXHJcblx0XHR9LFxyXG5cdFx0YXV0b0hlaWdodDoge1xyXG5cdFx0XHR0eXBlOiBCb29sZWFuLFxyXG5cdFx0XHRkZWZhdWx0OiB0cnVlXHJcblx0XHR9LFxyXG5cdFx0Ly8gdHlwZT1zZWxlY3Tml7bvvIzml4vovazlj7PkvqfnmoTlm77moIfvvIzmoIfor4blvZPliY3lpITkuo7miZPlvIDov5jmmK/lhbPpl61zZWxlY3TnmoTnirbmgIFcclxuXHRcdC8vIG9wZW4t5omT5byA77yMY2xvc2Ut5YWz6ZetXHJcblx0XHRzZWxlY3RPcGVuOiB7XHJcblx0XHRcdHR5cGU6IEJvb2xlYW4sXHJcblx0XHRcdGRlZmF1bHQ6IGZhbHNlXHJcblx0XHR9LFxyXG5cdFx0Ly8g6auY5bqm77yM5Y2V5L2NcnB4XHJcblx0XHRoZWlnaHQ6IHtcclxuXHRcdFx0dHlwZTogW051bWJlciwgU3RyaW5nXSxcclxuXHRcdFx0ZGVmYXVsdDogJydcclxuXHRcdH0sXHJcblx0XHQvLyDmmK/lkKblj6/muIXnqbpcclxuXHRcdGNsZWFyYWJsZToge1xyXG5cdFx0XHR0eXBlOiBCb29sZWFuLFxyXG5cdFx0XHRkZWZhdWx0OiB0cnVlXHJcblx0XHR9LFxyXG5cdFx0Ly8g5oyH5a6a5YWJ5qCH5LiO6ZSu55uY55qE6Led56a777yM5Y2V5L2NIHB4XHJcblx0XHRjdXJzb3JTcGFjaW5nOiB7XHJcblx0XHRcdHR5cGU6IFtOdW1iZXIsIFN0cmluZ10sXHJcblx0XHRcdGRlZmF1bHQ6IDBcclxuXHRcdH0sXHJcblx0XHQvLyDlhYnmoIfotbflp4vkvY3nva7vvIzoh6rliqjogZrnhKbml7bmnInmlYjvvIzpnIDkuI5zZWxlY3Rpb24tZW5k5pCt6YWN5L2/55SoXHJcblx0XHRzZWxlY3Rpb25TdGFydDoge1xyXG5cdFx0XHR0eXBlOiBbTnVtYmVyLCBTdHJpbmddLFxyXG5cdFx0XHRkZWZhdWx0OiAtMVxyXG5cdFx0fSxcclxuXHRcdC8vIOWFieagh+e7k+adn+S9jee9ru+8jOiHquWKqOiBmueEpuaXtuacieaViO+8jOmcgOS4jnNlbGVjdGlvbi1zdGFydOaQremFjeS9v+eUqFxyXG5cdFx0c2VsZWN0aW9uRW5kOiB7XHJcblx0XHRcdHR5cGU6IFtOdW1iZXIsIFN0cmluZ10sXHJcblx0XHRcdGRlZmF1bHQ6IC0xXHJcblx0XHR9LFxyXG5cdFx0Ly8g5piv5ZCm6Ieq5Yqo5Y676Zmk5Lik56uv55qE56m65qC8XHJcblx0XHR0cmltOiB7XHJcblx0XHRcdHR5cGU6IEJvb2xlYW4sXHJcblx0XHRcdGRlZmF1bHQ6IHRydWVcclxuXHRcdH0sXHJcblx0XHQvLyDmmK/lkKbmmL7npLrplK7nm5jkuIrmlrnluKbmnInigJ3lrozmiJDigJzmjInpkq7pgqPkuIDmoI9cclxuXHRcdHNob3dDb25maXJtYmFyOntcclxuXHRcdFx0dHlwZTpCb29sZWFuLFxyXG5cdFx0XHRkZWZhdWx0OnRydWVcclxuXHRcdH1cclxuXHR9LFxyXG5cdGRhdGEoKSB7XHJcblx0XHRyZXR1cm4ge1xyXG5cdFx0XHRkZWZhdWx0VmFsdWU6IHRoaXMudmFsdWUsXHJcblx0XHRcdGlucHV0SGVpZ2h0OiA3MCwgLy8gaW5wdXTnmoTpq5jluqZcclxuXHRcdFx0dGV4dGFyZWFIZWlnaHQ6IDEwMCwgLy8gdGV4dGFyZWHnmoTpq5jluqZcclxuXHRcdFx0dmFsaWRhdGVTdGF0ZTogZmFsc2UsIC8vIOW9k+WJjWlucHV055qE6aqM6K+B54q25oCB77yM55So5LqO6ZSZ6K+v5pe277yM6L655qGG5piv5ZCm5pS55Li657qi6ImyXHJcblx0XHRcdGZvY3VzZWQ6IGZhbHNlLCAvLyDlvZPliY3mmK/lkKblpITkuo7ojrflvpfnhKbngrnnmoTnirbmgIFcclxuXHRcdFx0c2hvd1Bhc3N3b3JkOiBmYWxzZSwgLy8g5piv5ZCm6aKE6KeI5a+G56CBXHJcblx0XHRcdGxhc3RWYWx1ZTogJycsIC8vIOeUqOS6juWktOadoeWwj+eoi+W6j++8jOWIpOaWrUBpbnB1dOS4re+8jOWJjeWQjueahOWAvOaYr+WQpuWPkeeUn+S6huWPmOWMlu+8jOWboOS4uuWktOadoeS4reaWh+S4i++8jOaMieS4i+mUruayoeaciei+k+WFpeWGheWuue+8jOS5n+S8muinpuWPkUBpbnB1dOaXtumXtFxyXG5cdFx0fTtcclxuXHR9LFxyXG5cdHdhdGNoOiB7XHJcblx0XHR2YWx1ZShuVmFsLCBvVmFsKSB7XHJcblx0XHRcdHRoaXMuZGVmYXVsdFZhbHVlID0gblZhbDtcclxuXHRcdFx0Ly8g5b2T5YC85Y+R55Sf5Y+Y5YyW77yM5LiU5Li6c2VsZWN057G75Z6L5pe2KOatpOaXtmlucHV06KKr6K6+572u5Li6ZGlzYWJsZWTvvIzkuI3kvJrop6blj5FAaW5wdXTkuovku7Yp77yM5qih5ouf6Kem5Y+RQGlucHV05LqL5Lu2XHJcblx0XHRcdGlmKG5WYWwgIT0gb1ZhbCAmJiB0aGlzLnR5cGUgPT0gJ3NlbGVjdCcpIHRoaXMuaGFuZGxlSW5wdXQoe1xyXG5cdFx0XHRcdGRldGFpbDoge1xyXG5cdFx0XHRcdFx0dmFsdWU6IG5WYWxcclxuXHRcdFx0XHR9XHJcblx0XHRcdH0pXHJcblx0XHR9LFxyXG5cdH0sXHJcblx0Y29tcHV0ZWQ6IHtcclxuXHRcdC8vIOWboOS4unVuaWFwcOeahGlucHV057uE5Lu255qEbWF4bGVuZ3Ro57uE5Lu25b+F6aG76KaB5pWw5YC877yM6L+Z6YeM6L2s5Li65pWw5YC877yM57uZ55So5oi35Y+v5Lul5Lyg5YWl5a2X56ym5Liy5pWw5YC8XHJcblx0XHRpbnB1dE1heGxlbmd0aCgpIHtcclxuXHRcdFx0cmV0dXJuIE51bWJlcih0aGlzLm1heGxlbmd0aCk7XHJcblx0XHR9LFxyXG5cdFx0Z2V0U3R5bGUoKSB7XHJcblx0XHRcdGxldCBzdHlsZSA9IHt9O1xyXG5cdFx0XHQvLyDlpoLmnpzmsqHmnInoh6rlrprkuYnpq5jluqbvvIzlsLHmoLnmja50eXBl5Li6aW5wdXTov5jmmK90ZXh0YXJl5p2l5YiG6YWN5LiA5Liq6buY6K6k55qE6auY5bqmXHJcblx0XHRcdHN0eWxlLm1pbkhlaWdodCA9IHRoaXMuaGVpZ2h0ID8gdGhpcy5oZWlnaHQgKyAncnB4JyA6IHRoaXMudHlwZSA9PSAndGV4dGFyZWEnID9cclxuXHRcdFx0XHR0aGlzLnRleHRhcmVhSGVpZ2h0ICsgJ3JweCcgOiB0aGlzLmlucHV0SGVpZ2h0ICsgJ3JweCc7XHJcblx0XHRcdHN0eWxlID0gT2JqZWN0LmFzc2lnbihzdHlsZSwgdGhpcy5jdXN0b21TdHlsZSk7XHJcblx0XHRcdHJldHVybiBzdHlsZTtcclxuXHRcdH0sXHJcblx0XHQvL1xyXG5cdFx0Z2V0Q3Vyc29yU3BhY2luZygpIHtcclxuXHRcdFx0cmV0dXJuIE51bWJlcih0aGlzLmN1cnNvclNwYWNpbmcpO1xyXG5cdFx0fSxcclxuXHRcdC8vIOWFieagh+i1t+Wni+S9jee9rlxyXG5cdFx0dVNlbGVjdGlvblN0YXJ0KCkge1xyXG5cdFx0XHRyZXR1cm4gU3RyaW5nKHRoaXMuc2VsZWN0aW9uU3RhcnQpO1xyXG5cdFx0fSxcclxuXHRcdC8vIOWFieagh+e7k+adn+S9jee9rlxyXG5cdFx0dVNlbGVjdGlvbkVuZCgpIHtcclxuXHRcdFx0cmV0dXJuIFN0cmluZyh0aGlzLnNlbGVjdGlvbkVuZCk7XHJcblx0XHR9XHJcblx0fSxcclxuXHRjcmVhdGVkKCkge1xyXG5cdFx0Ly8g55uR5ZCsdS1mb3JtLWl0ZW3lj5Hlh7rnmoTplJnor6/kuovku7bvvIzlsIbovpPlhaXmoYbovrnmoYblj5jnuqLoibJcclxuXHRcdHRoaXMuJG9uKCdvbi1mb3JtLWl0ZW0tZXJyb3InLCB0aGlzLm9uRm9ybUl0ZW1FcnJvcik7XHJcblx0fSxcclxuXHRtZXRob2RzOiB7XHJcblx0XHQvKipcclxuXHRcdCAqIGNoYW5nZSDkuovku7ZcclxuXHRcdCAqIEBwYXJhbSBldmVudFxyXG5cdFx0ICovXHJcblx0XHRoYW5kbGVJbnB1dChldmVudCkge1xyXG5cdFx0XHRsZXQgdmFsdWUgPSBldmVudC5kZXRhaWwudmFsdWU7XHJcblx0XHRcdC8vIOWIpOaWreaYr+WQpuWOu+mZpOepuuagvFxyXG5cdFx0XHRpZih0aGlzLnRyaW0pIHZhbHVlID0gdGhpcy4kdS50cmltKHZhbHVlKTtcclxuXHRcdFx0Ly8gdnVlIOWOn+eUn+eahOaWueazlSByZXR1cm4g5Ye65Y67XHJcblx0XHRcdHRoaXMuJGVtaXQoJ2lucHV0JywgdmFsdWUpO1xyXG5cdFx0XHQvLyDlvZPliY1tb2RlbCDotYvlgLxcclxuXHRcdFx0dGhpcy5kZWZhdWx0VmFsdWUgPSB2YWx1ZTtcclxuXHRcdFx0Ly8g6L+H5LiA5Liq55Sf5ZG95ZGo5pyf5YaN5Y+R6YCB5LqL5Lu257uZdS1mb3JtLWl0ZW3vvIzlkKbliJl0aGlzLiRlbWl0KCdpbnB1dCcp5pu05paw5LqG54i257uE5Lu255qE5YC877yM5L2G5piv5b6u5L+h5bCP56iL5bqP5LiKXHJcblx0XHRcdC8vIOWwmuacquabtOaWsOWIsHUtZm9ybS1pdGVt77yM5a+86Ie06I635Y+W55qE5YC85Li656m677yM5LuO6ICM5qCh6aqM5re36K66XHJcblx0XHRcdC8vIOi/memHjOS4jeiDveW7tuaXtuaXtumXtOWkquefre+8jOaIluiAheS9v+eUqHRoaXMuJG5leHRUaWNr77yM5ZCm5YiZ5Zyo5aS05p2h5LiK77yM5Lya6YCg5oiQ5re35LmxXHJcblx0XHRcdHNldFRpbWVvdXQoKCkgPT4ge1xyXG5cdFx0XHRcdC8vIOWktOadoeWwj+eoi+W6j+eUseS6juiHqui6q2J1Z++8jOWvvOiHtOS4reaWh+S4i++8jOavj+aMieS4i+S4gOS4qumUrijlsJrmnKrlrozmiJDovpPlhaUp77yM6YO95Lya6Kem5Y+R5LiA5qyhQGlucHV077yM5a+86Ie06ZSZ6K+v77yM6L+Z6YeM6L+b6KGM5Yik5pat5aSE55CGXHJcblx0XHRcdFx0Ly8gI2lmZGVmIE1QLVRPVVRJQU9cclxuXHRcdFx0XHRpZih0aGlzLiR1LnRyaW0odmFsdWUpID09IHRoaXMubGFzdFZhbHVlKSByZXR1cm4gO1xyXG5cdFx0XHRcdHRoaXMubGFzdFZhbHVlID0gdmFsdWU7XHJcblx0XHRcdFx0Ly8gI2VuZGlmXHJcblx0XHRcdFx0Ly8g5bCG5b2T5YmN55qE5YC85Y+R6YCB5YiwIHUtZm9ybS1pdGVtIOi/m+ihjOagoemqjFxyXG5cdFx0XHRcdHRoaXMuZGlzcGF0Y2goJ3UtZm9ybS1pdGVtJywgJ29uLWZvcm0tY2hhbmdlJywgdmFsdWUpO1xyXG5cdFx0XHR9LCA0MClcclxuXHRcdH0sXHJcblx0XHQvKipcclxuXHRcdCAqIGJsdXIg5LqL5Lu2XHJcblx0XHQgKiBAcGFyYW0gZXZlbnRcclxuXHRcdCAqL1xyXG5cdFx0aGFuZGxlQmx1cihldmVudCkge1xyXG5cdFx0XHQvLyDmnIDlvIDlp4vkvb/nlKjnmoTmmK/nm5HlkKzlm77moIdAdG91Y2hzdGFydOS6i+S7tu+8jOiHquS7jmh4Mi44LjTlkI7vvIzmraTmlrnms5XlnKjlvq7kv6HlsI/nqIvluo/lh7rplJlcclxuXHRcdFx0Ly8g6L+Z6YeM5pS55Li655uR5ZCs54K55Ye75LqL5Lu277yM5omL54K55Ye75riF6Zmk5Zu+5qCH5pe277yM5ZCM5pe25Lmf5Y+R55Sf5LqGQGJsdXLkuovku7bvvIzlr7zoh7Tlm77moIfmtojlpLHogIzml6Dms5Xngrnlh7vvvIzov5nph4zlgZrkuIDkuKrlu7bml7ZcclxuXHRcdFx0c2V0VGltZW91dCgoKSA9PiB7XHJcblx0XHRcdFx0dGhpcy5mb2N1c2VkID0gZmFsc2U7XHJcblx0XHRcdH0sIDEwMClcclxuXHRcdFx0Ly8gdnVlIOWOn+eUn+eahOaWueazlSByZXR1cm4g5Ye65Y67XHJcblx0XHRcdHRoaXMuJGVtaXQoJ2JsdXInLCBldmVudC5kZXRhaWwudmFsdWUpO1xyXG5cdFx0XHRzZXRUaW1lb3V0KCgpID0+IHtcclxuXHRcdFx0XHQvLyDlpLTmnaHlsI/nqIvluo/nlLHkuo7oh6rouqtidWfvvIzlr7zoh7TkuK3mlofkuIvvvIzmr4/mjInkuIvkuIDkuKrplK4o5bCa5pyq5a6M5oiQ6L6T5YWlKe+8jOmDveS8muinpuWPkeS4gOasoUBpbnB1dO+8jOWvvOiHtOmUmeivr++8jOi/memHjOi/m+ihjOWIpOaWreWkhOeQhlxyXG5cdFx0XHRcdC8vICNpZmRlZiBNUC1UT1VUSUFPXHJcblx0XHRcdFx0aWYodGhpcy4kdS50cmltKHZhbHVlKSA9PSB0aGlzLmxhc3RWYWx1ZSkgcmV0dXJuIDtcclxuXHRcdFx0XHR0aGlzLmxhc3RWYWx1ZSA9IHZhbHVlO1xyXG5cdFx0XHRcdC8vICNlbmRpZlxyXG5cdFx0XHRcdC8vIOWwhuW9k+WJjeeahOWAvOWPkemAgeWIsCB1LWZvcm0taXRlbSDov5vooYzmoKHpqoxcclxuXHRcdFx0XHR0aGlzLmRpc3BhdGNoKCd1LWZvcm0taXRlbScsICdvbi1mb3JtLWJsdXInLCBldmVudC5kZXRhaWwudmFsdWUpO1xyXG5cdFx0XHR9LCA0MClcclxuXHRcdH0sXHJcblx0XHRvbkZvcm1JdGVtRXJyb3Ioc3RhdHVzKSB7XHJcblx0XHRcdHRoaXMudmFsaWRhdGVTdGF0ZSA9IHN0YXR1cztcclxuXHRcdH0sXHJcblx0XHRvbkZvY3VzKGV2ZW50KSB7XHJcblx0XHRcdHRoaXMuZm9jdXNlZCA9IHRydWU7XHJcblx0XHRcdHRoaXMuJGVtaXQoJ2ZvY3VzJyk7XHJcblx0XHR9LFxyXG5cdFx0b25Db25maXJtKGUpIHtcclxuXHRcdFx0dGhpcy4kZW1pdCgnY29uZmlybScsIGUuZGV0YWlsLnZhbHVlKTtcclxuXHRcdH0sXHJcblx0XHRvbkNsZWFyKGV2ZW50KSB7XHJcblx0XHRcdHRoaXMuJGVtaXQoJ2lucHV0JywgJycpO1xyXG5cdFx0fSxcclxuXHRcdGlucHV0Q2xpY2soKSB7XHJcblx0XHRcdHRoaXMuJGVtaXQoJ2NsaWNrJyk7XHJcblx0XHR9XHJcblx0fVxyXG59O1xyXG48L3NjcmlwdD5cclxuXHJcbjxzdHlsZSBsYW5nPVwic2Nzc1wiIHNjb3BlZD5cclxuQGltcG9ydCBcIi4uLy4uL2xpYnMvY3NzL3N0eWxlLmNvbXBvbmVudHMuc2Nzc1wiO1xyXG5cclxuLnUtaW5wdXQge1xyXG5cdHBvc2l0aW9uOiByZWxhdGl2ZTtcclxuXHRmbGV4OiAxO1xyXG5cdEBpbmNsdWRlIHZ1ZS1mbGV4O1xyXG5cclxuXHQmX19pbnB1dCB7XHJcblx0XHQvL2hlaWdodDogJHUtZm9ybS1pdGVtLWhlaWdodDtcclxuXHRcdGZvbnQtc2l6ZTogMjhycHg7XHJcblx0XHRjb2xvcjogJHUtbWFpbi1jb2xvcjtcclxuXHRcdGZsZXg6IDE7XHJcblx0fVxyXG5cclxuXHQmX190ZXh0YXJlYSB7XHJcblx0XHR3aWR0aDogYXV0bztcclxuXHRcdGZvbnQtc2l6ZTogMjhycHg7XHJcblx0XHRjb2xvcjogJHUtbWFpbi1jb2xvcjtcclxuXHRcdHBhZGRpbmc6IDEwcnB4IDA7XHJcblx0XHRsaW5lLWhlaWdodDogbm9ybWFsO1xyXG5cdFx0ZmxleDogMTtcclxuXHR9XHJcblxyXG5cdCYtLWJvcmRlciB7XHJcblx0XHRib3JkZXItcmFkaXVzOiA2cnB4O1xyXG5cdFx0Ym9yZGVyLXJhZGl1czogNHB4O1xyXG5cdFx0Ym9yZGVyOiAxcHggc29saWQgJHUtZm9ybS1pdGVtLWJvcmRlci1jb2xvcjtcclxuXHR9XHJcblxyXG5cdCYtLWVycm9yIHtcclxuXHRcdGJvcmRlci1jb2xvcjogJHUtdHlwZS1lcnJvciFpbXBvcnRhbnQ7XHJcblx0fVxyXG5cclxuXHQmX19yaWdodC1pY29uIHtcclxuXHJcblx0XHQmX19pdGVtIHtcclxuXHRcdFx0bWFyZ2luLWxlZnQ6IDEwcnB4O1xyXG5cdFx0fVxyXG5cclxuXHRcdCYtLXNlbGVjdCB7XHJcblx0XHRcdHRyYW5zaXRpb246IHRyYW5zZm9ybSAuNHM7XHJcblxyXG5cdFx0XHQmLS1yZXZlcnNlIHtcclxuXHRcdFx0XHR0cmFuc2Zvcm06IHJvdGF0ZSgtMTgwZGVnKTtcclxuXHRcdFx0fVxyXG5cdFx0fVxyXG5cdH1cclxufVxyXG48L3N0eWxlPlxyXG4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///595\n");
/***/ }),
-/* 599 */
-/*!************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/search.png ***!
- \************************************************************************/
+/* 596 */
+/*!**************************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/search.png ***!
+ \**************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
-eval("module.exports = \"/static/tongyonh/search.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjU5OS5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL3NlYXJjaC5wbmdcIjsiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///599\n");
+eval("module.exports = \"/static/tongyonh/search.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjU5Ni5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL3NlYXJjaC5wbmdcIjsiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///596\n");
/***/ }),
-/* 600 */
-/*!********************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/wallet/search/index.vue?vue&type=script&lang=js&mpType=page ***!
- \********************************************************************************************************************/
+/* 597 */
+/*!**********************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/wallet/search/index.vue?vue&type=script&lang=js&mpType=page ***!
+ \**********************************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=script&lang=js&mpType=page */ 601);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQXdqQixDQUFnQixza0JBQUcsRUFBQyIsImZpbGUiOiI2MDAuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIS4uLy4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL2JhYmVsLWxvYWRlci9saWIvaW5kZXguanMhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyL2luZGV4LmpzPz9yZWYtLTYtMSEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stdW5pLWFwcC1sb2FkZXIvdXNpbmctY29tcG9uZW50cy5qcyEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL2luZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIjsgZXhwb3J0IGRlZmF1bHQgbW9kOyBleHBvcnQgKiBmcm9tIFwiLSEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9iYWJlbC1sb2FkZXIvbGliL2luZGV4LmpzIS4uLy4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlci9pbmRleC5qcz8/cmVmLS02LTEhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXVuaS1hcHAtbG9hZGVyL3VzaW5nLWNvbXBvbmVudHMuanMhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9pbmRleC5qcz8/dnVlLWxvYWRlci1vcHRpb25zIS4vaW5kZXgudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJm1wVHlwZT1wYWdlXCIiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///600\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=script&lang=js&mpType=page */ 598);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQXVtQixDQUFnQixzb0JBQUcsRUFBQyIsImZpbGUiOiI1OTcuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiOyBleHBvcnQgZGVmYXVsdCBtb2Q7IGV4cG9ydCAqIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///597\n");
/***/ }),
-/* 601 */
-/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/pages/menu/wallet/search/index.vue?vue&type=script&lang=js&mpType=page ***!
- \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 598 */
+/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/pages/menu/wallet/search/index.vue?vue&type=script&lang=js&mpType=page ***!
+ \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0; //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nvar _default =\n{\n data: function data() {\n return {\n value: '',\n type: 'text',\n show: false,\n border: false };\n\n\n },\n methods: {\n back: function back() {\n uni.navigateBack({});\n\n\n } } };exports.default = _default;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vcGFnZXMvbWVudS93YWxsZXQvc2VhcmNoL2luZGV4LnZ1ZSJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7OztBQWNBO0FBQ0EsTUFEQSxrQkFDQTtBQUNBO0FBQ0EsZUFEQTtBQUVBLGtCQUZBO0FBR0EsaUJBSEE7QUFJQSxtQkFKQTs7O0FBT0EsR0FUQTtBQVVBO0FBQ0EsUUFEQSxrQkFDQTtBQUNBOzs7QUFHQSxLQUxBLEVBVkEsRSIsImZpbGUiOiI2MDEuanMiLCJzb3VyY2VzQ29udGVudCI6WyI8dGVtcGxhdGU+XG5cdDx2aWV3IGNsYXNzPVwibWFpblwiPlxyXG5cdFx0PHZpZXcgY2xhc3M9XCJmbGV4XCI+XHJcblx0XHRcdDx2aWV3IGNsYXNzPVwidG9wdmlld1wiPlxyXG5cdFx0XHRcdDxpbWFnZSBzcmM9XCIuLi8uLi8uLi8uLi9zdGF0aWMvdG9uZ3lvbmgvc2VhcmNoLnBuZ1wiIG1vZGU9XCJhc3BlY3RGaXRcIiBjbGFzcz1cInNlYXJjaGltZ1wiPjwvaW1hZ2U+XHJcblx0XHRcdFx0PHUtaW5wdXQgcGxhY2Vob2xkZXJTdHlsZT1cImZvbnRTaXplOjEycHg7Y29sb3I6I0QwRDBEMlwiIHBsYWNlaG9sZGVyPVwiRW50ZXIgdGhlIHRva2VuIG5hbWUgb3IgY29udHJhY3QgYWRkcmVzc1wiIHYtbW9kZWw9XCJ2YWx1ZVwiIDpmb2N1cz1cInRydWVcIiA6dHlwZT1cInR5cGVcIiA6Ym9yZGVyPVwiYm9yZGVyXCIgY2xhc3M9XCJjdXN0b20tc3R5bGVcIiAgLz5cclxuXHRcdFx0PC92aWV3PlxyXG5cdFx0XHQgIDx0ZXh0IGNsYXNzPVwidGV4dFwiIEBjbGljaz1cImJhY2tcIj5DYW5jZWw8L3RleHQ+XHJcblx0XHQ8L3ZpZXc+XHJcblx0PHUtZW1wdHkgdGV4dD1cIlBsZWFzZSBlbnRlciB0aGUgdG9rZW4gbmFtZSBvciBjb250cmFjdCBhZGRyZXNzIHRvIHNlYXJjaFwiIG1vZGU9XCJsaXN0XCI+PC91LWVtcHR5PlxyXG5cdDwvdmlldz5cbjwvdGVtcGxhdGU+XG5cbjxzY3JpcHQ+XG5cdGV4cG9ydCBkZWZhdWx0IHtcblx0XHRkYXRhKCkge1xuXHRcdFx0cmV0dXJuIHtcblx0XHRcdFx0dmFsdWU6ICcnLFxuXHRcdFx0XHR0eXBlOiAndGV4dCcsXG5cdFx0XHRcdHNob3c6IGZhbHNlLFxuXHRcdFx0XHRib3JkZXI6IGZhbHNlLFxuXHRcdFx0XG5cdFx0XHR9XG5cdFx0fSxcblx0XHRtZXRob2RzOiB7XG5cdFx0YmFjaygpe1xyXG5cdFx0XHR1bmkubmF2aWdhdGVCYWNrKHtcclxuXHRcdFx0XHRcclxuXHRcdFx0fSlcclxuXHRcdH1cblx0XHR9XG5cdH1cbjwvc2NyaXB0PlxyXG48c3R5bGU+XHJcblx0QGltcG9ydCAnLi9pbmRleC5jc3MnO1xyXG48L3N0eWxlPiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///601\n");
+eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0; //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nvar _default =\n{\n data: function data() {\n return {\n value: '',\n type: 'text',\n show: false,\n border: false };\n\n\n },\n methods: {\n back: function back() {\n uni.navigateBack({});\n\n\n } } };exports.default = _default;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vcGFnZXMvbWVudS93YWxsZXQvc2VhcmNoL2luZGV4LnZ1ZSJdLCJuYW1lcyI6WyJkYXRhIiwidmFsdWUiLCJ0eXBlIiwic2hvdyIsImJvcmRlciIsIm1ldGhvZHMiLCJiYWNrIiwidW5pIiwibmF2aWdhdGVCYWNrIl0sIm1hcHBpbmdzIjoid0ZBQUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRWU7QUFDZEEsTUFEYyxrQkFDUDtBQUNOLFdBQU87QUFDTkMsV0FBSyxFQUFFLEVBREQ7QUFFTkMsVUFBSSxFQUFFLE1BRkE7QUFHTkMsVUFBSSxFQUFFLEtBSEE7QUFJTkMsWUFBTSxFQUFFLEtBSkYsRUFBUDs7O0FBT0EsR0FUYTtBQVVkQyxTQUFPLEVBQUU7QUFDVEMsUUFEUyxrQkFDSDtBQUNMQyxTQUFHLENBQUNDLFlBQUosQ0FBaUIsRUFBakI7OztBQUdBLEtBTFEsRUFWSyxFIiwiZmlsZSI6IjU5OC5qcyIsInNvdXJjZXNDb250ZW50IjpbIi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG5cbmV4cG9ydCBkZWZhdWx0IHtcblx0ZGF0YSgpIHtcblx0XHRyZXR1cm4ge1xuXHRcdFx0dmFsdWU6ICcnLFxuXHRcdFx0dHlwZTogJ3RleHQnLFxuXHRcdFx0c2hvdzogZmFsc2UsXG5cdFx0XHRib3JkZXI6IGZhbHNlLFxuXHRcdFxuXHRcdH1cblx0fSxcblx0bWV0aG9kczoge1xuXHRiYWNrKCl7XG5cdFx0dW5pLm5hdmlnYXRlQmFjayh7XG5cdFx0XHRcblx0XHR9KVxuXHR9XG5cdH1cbn1cbiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///598\n");
/***/ }),
-/* 602 */
-/*!**************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/collection/collectionDetailtrue/index.vue?mpType=page ***!
- \**************************************************************************************************************/
+/* 599 */
+/*!****************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/collection/collectionDetailtrue/index.vue?mpType=page ***!
+ \****************************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_f019896c_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=f019896c&scoped=true&mpType=page */ 603);\n/* harmony import */ var _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js&mpType=page */ 605);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 7);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_f019896c_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_f019896c_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"f019896c\",\n null,\n false,\n _index_vue_vue_type_template_id_f019896c_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/menu/collection/collectionDetailtrue/index.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBeUk7QUFDekk7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ3NLO0FBQ3RLLGdCQUFnQiw2S0FBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSx1R0FBTTtBQUNSLEVBQUUsZ0hBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsMkdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNjAyLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9ZjAxOTg5NmMmc2NvcGVkPXRydWUmbXBUeXBlPXBhZ2VcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiXG5leHBvcnQgKiBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9ydW50aW1lL2NvbXBvbmVudE5vcm1hbGl6ZXIuanNcIlxudmFyIGNvbXBvbmVudCA9IG5vcm1hbGl6ZXIoXG4gIHNjcmlwdCxcbiAgcmVuZGVyLFxuICBzdGF0aWNSZW5kZXJGbnMsXG4gIGZhbHNlLFxuICBudWxsLFxuICBcImYwMTk4OTZjXCIsXG4gIG51bGwsXG4gIGZhbHNlLFxuICBjb21wb25lbnRzLFxuICByZW5kZXJqc1xuKVxuXG5jb21wb25lbnQub3B0aW9ucy5fX2ZpbGUgPSBcInBhZ2VzL21lbnUvY29sbGVjdGlvbi9jb2xsZWN0aW9uRGV0YWlsdHJ1ZS9pbmRleC52dWVcIlxuZXhwb3J0IGRlZmF1bHQgY29tcG9uZW50LmV4cG9ydHMiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///602\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_f019896c_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=f019896c&scoped=true&mpType=page */ 600);\n/* harmony import */ var _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js&mpType=page */ 602);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_f019896c_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_f019896c_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"f019896c\",\n null,\n false,\n _index_vue_vue_type_template_id_f019896c_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/menu/collection/collectionDetailtrue/index.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBeUk7QUFDekk7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSx1R0FBTTtBQUNSLEVBQUUsZ0hBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsMkdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNTk5LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9ZjAxOTg5NmMmc2NvcGVkPXRydWUmbXBUeXBlPXBhZ2VcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiXG5leHBvcnQgKiBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXHJ1bnRpbWVcXFxcY29tcG9uZW50Tm9ybWFsaXplci5qc1wiXG52YXIgY29tcG9uZW50ID0gbm9ybWFsaXplcihcbiAgc2NyaXB0LFxuICByZW5kZXIsXG4gIHN0YXRpY1JlbmRlckZucyxcbiAgZmFsc2UsXG4gIG51bGwsXG4gIFwiZjAxOTg5NmNcIixcbiAgbnVsbCxcbiAgZmFsc2UsXG4gIGNvbXBvbmVudHMsXG4gIHJlbmRlcmpzXG4pXG5cbmNvbXBvbmVudC5vcHRpb25zLl9fZmlsZSA9IFwicGFnZXMvbWVudS9jb2xsZWN0aW9uL2NvbGxlY3Rpb25EZXRhaWx0cnVlL2luZGV4LnZ1ZVwiXG5leHBvcnQgZGVmYXVsdCBjb21wb25lbnQuZXhwb3J0cyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///599\n");
/***/ }),
-/* 603 */
-/*!********************************************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/collection/collectionDetailtrue/index.vue?vue&type=template&id=f019896c&scoped=true&mpType=page ***!
- \********************************************************************************************************************************************************/
+/* 600 */
+/*!**********************************************************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/collection/collectionDetailtrue/index.vue?vue&type=template&id=f019896c&scoped=true&mpType=page ***!
+ \**********************************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
-/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_f019896c_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=f019896c&scoped=true&mpType=page */ 604);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_f019896c_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_f019896c_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=f019896c&scoped=true&mpType=page */ 601);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_f019896c_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_f019896c_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_f019896c_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_f019896c_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_f019896c_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_f019896c_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_f019896c_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
/***/ }),
-/* 604 */
-/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/pages/menu/collection/collectionDetailtrue/index.vue?vue&type=template&id=f019896c&scoped=true&mpType=page ***!
- \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 601 */
+/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/pages/menu/collection/collectionDetailtrue/index.vue?vue&type=template&id=f019896c&scoped=true&mpType=page ***!
+ \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
@@ -73559,7 +70564,7 @@ __webpack_require__.r(__webpack_exports__);
var components
try {
components = {
- navigation: __webpack_require__(/*! @/components/navigation/navigation.vue */ 551).default
+ navigation: __webpack_require__(/*! @/components/navigation/navigation.vue */ 523).default
}
} catch (e) {
if (
@@ -73722,64 +70727,64 @@ render._withStripped = true
/***/ }),
-/* 605 */
-/*!**************************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/collection/collectionDetailtrue/index.vue?vue&type=script&lang=js&mpType=page ***!
- \**************************************************************************************************************************************/
+/* 602 */
+/*!****************************************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/collection/collectionDetailtrue/index.vue?vue&type=script&lang=js&mpType=page ***!
+ \****************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=script&lang=js&mpType=page */ 606);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQXdqQixDQUFnQixza0JBQUcsRUFBQyIsImZpbGUiOiI2MDUuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIS4uLy4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL2JhYmVsLWxvYWRlci9saWIvaW5kZXguanMhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyL2luZGV4LmpzPz9yZWYtLTYtMSEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stdW5pLWFwcC1sb2FkZXIvdXNpbmctY29tcG9uZW50cy5qcyEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL2luZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIjsgZXhwb3J0IGRlZmF1bHQgbW9kOyBleHBvcnQgKiBmcm9tIFwiLSEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9iYWJlbC1sb2FkZXIvbGliL2luZGV4LmpzIS4uLy4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlci9pbmRleC5qcz8/cmVmLS02LTEhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXVuaS1hcHAtbG9hZGVyL3VzaW5nLWNvbXBvbmVudHMuanMhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9pbmRleC5qcz8/dnVlLWxvYWRlci1vcHRpb25zIS4vaW5kZXgudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJm1wVHlwZT1wYWdlXCIiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///605\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=script&lang=js&mpType=page */ 603);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQXVtQixDQUFnQixzb0JBQUcsRUFBQyIsImZpbGUiOiI2MDIuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiOyBleHBvcnQgZGVmYXVsdCBtb2Q7IGV4cG9ydCAqIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///602\n");
/***/ }),
-/* 606 */
-/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/pages/menu/collection/collectionDetailtrue/index.vue?vue&type=script&lang=js&mpType=page ***!
- \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 603 */
+/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/pages/menu/collection/collectionDetailtrue/index.vue?vue&type=script&lang=js&mpType=page ***!
+ \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar _navigation = _interopRequireDefault(__webpack_require__(/*! @/components/navigation/navigation.vue */ 551));\nvar _TokenUtil = _interopRequireDefault(__webpack_require__(/*! @/utils/TokenUtil */ 43));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };} //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nvar _default = { data: function data() {return { wallet: {}, nftIndex: 0, walletInfo: {} };}, computed: { i18n: function i18n() {return this.$t('index');} }, onLoad: function onLoad() {__f__(\"log\", uni.getStorageSync('nftOneItem'), 4444, \" at pages/menu/collection/collectionDetailtrue/index.vue:62\");this.item = uni.getStorageSync('nftOneItem');if (uni.getStorageSync('wallet')) {this.wallet = uni.getStorageSync('wallet');this.wallet.address = this.wallet.address.substring(0, 6) + '...' + this.wallet.address.substring(25, this.wallet.address.length);} else {this.wallet = uni.getStorageSync('walletInfo').BTC[0];this.wallet.address = this.wallet.address.substring(0, 6) + '...' + this.wallet.address;__f__(\"log\", this.wallet, 111, \" at pages/menu/collection/collectionDetailtrue/index.vue:73\");}}, methods: { test: function test() {this.nftIndex = uni.getStorageSync('nftIndex');} } };exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 33)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vcGFnZXMvbWVudS9jb2xsZWN0aW9uL2NvbGxlY3Rpb25EZXRhaWx0cnVlL2luZGV4LnZ1ZSJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUE2Q0E7QUFDQSwwRjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7ZUFDQSxFQUNBLElBREEsa0JBQ0EsQ0FDQSxTQUNBLFVBREEsRUFFQSxXQUZBLEVBR0EsY0FIQSxHQUtBLENBUEEsRUFRQSxZQUNBLElBREEsa0JBQ0EsQ0FDQSx3QkFDQSxDQUhBLEVBUkEsRUFhQSxNQWJBLG9CQWFBLENBQ0Esb0hBQ0EsNkNBRUEsbUNBQ0EsMkNBQ0Esd0ZBQ0EsU0FEQSxDQUNBLEVBREEsRUFDQSwwQkFEQSxFQUdBLENBTEEsTUFLQSxDQUNBLHNEQUNBLHdGQUNBLDhGQUNBLENBR0EsQ0E3QkEsRUE4QkEsV0FDQSxJQURBLGtCQUNBLENBQ0EsK0NBQ0EsQ0FIQSxFQTlCQSxFIiwiZmlsZSI6IjYwNi5qcyIsInNvdXJjZXNDb250ZW50IjpbIjx0ZW1wbGF0ZT5cclxuXHQ8dmlldyBjbGFzcz1cIm1haW50b1BcIj5cclxuXHRcdDxuYXZpZ2F0aW9uIDpzaG93QmFjaz1cInRydWVcIiA6YmdudW09XCJ0cnVlXCIgY2xhc3M9XCJhYWFcIj5cclxuXHRcdDx0ZXh0IGNsYXNzPVwiYmlnX3RpdGxlXCI+XHJcblx0e3tpMThuLkNvbGxlY3Rpb25kZXRhaWxzfX1cclxuXHRcdDwvdGV4dD5cclxuXHRcdDwvbmF2aWdhdGlvbj5cclxuXHRcdDx2aWV3IGNsYXNzPVwibWFpblwiPlxyXG4gICA8dmlldyBjbGFzcz1cIm1haW5fY29uXCI+XHJcbiAgIFx0PHZpZXcgY2xhc3M9XCJpdGVtXCI+XHJcbiAgIFx0XHQ8dmlldyBjbGFzcz1cImltZ2NvbiBmbGV4MlwiPlxyXG4gICBcdFx0XHQ8aW1hZ2UgOnNyYz1cIml0ZW0uY2hhaW5JY29uVXJsXCIgbW9kZT1cImFzcGVjdEZpdFwiIGNsYXNzPVwiaW1nXCI+PC9pbWFnZT5cclxuXHRcdFx0PHRleHQgY2xhc3M9XCJ0ZXgxXCI+e3t3YWxsZXQuY29pbkxpc3RbMF0ubmFtZTJ9fTwvdGV4dD5cclxuICAgXHRcdDwvdmlldz5cclxuXHRcdDx2aWV3IGNsYXNzPVwidGV4dDFvbmVcIj5cclxuXHRcdFx0XHR7e2l0ZW0uYWRkcmVzc319XHJcblx0XHQ8L3ZpZXc+XHJcbiAgIFx0PC92aWV3PlxyXG5cdDx2aWV3IGNsYXNzPVwiaXRlbVwiPlxyXG5cdFx0PHZpZXcgY2xhc3M9XCJ0aXRsZVwiPlxyXG5cdFx0XHR7e2kxOG4uQ29udHJhY3RhZGRyZXNzfX1cclxuXHRcdDwvdmlldz5cclxuXHRcdDx2aWV3IGNsYXNzPVwidGV4dDFvbmVcIj5cclxuXHRcdFx0e3tpdGVtLmNvbnRyYWN0fX1cclxuXHRcdDwvdmlldz5cclxuXHQ8L3ZpZXc+XHJcblx0PHZpZXcgY2xhc3M9XCJpdGVtXCI+XHJcblx0XHQ8dmlldyBjbGFzcz1cInRpdGxlXCI+XHJcblx0XHRcdHt7aTE4bi5Ub2tlbklEfX1cclxuXHRcdDwvdmlldz5cclxuXHQ8dmlldyBjbGFzcz1cInRleHQxb25lXCI+XHJcblx0XHRcdHt7aXRlbS5pZH19XHJcblx0PC92aWV3PlxyXG5cdDwvdmlldz5cclxuXHQ8dmlldyBjbGFzcz1cImJ0blwiIEBjbGljaz1cInRlc3RcIj5cclxuXHRcdHt7aTE4bi5Db25maXJtfX1cclxuXHQ8L3ZpZXc+XHJcbiAgIDwvdmlldz5cclxuXHJcblx0XHQ8L3ZpZXc+XHJcblx0XHJcblx0PC92aWV3PlxyXG48L3RlbXBsYXRlPlxyXG5cclxuPHNjcmlwdD5cclxuXHRpbXBvcnQgY29udCBmcm9tIFwiQC9jb21wb25lbnRzL25hdmlnYXRpb24vbmF2aWdhdGlvbi52dWVcIlxyXG5cdGltcG9ydCB0b2tlbiBmcm9tIFwiQC91dGlscy9Ub2tlblV0aWxcIlxyXG5cdGV4cG9ydCBkZWZhdWx0IHtcclxuXHRcdGRhdGEoKSB7XHJcblx0XHRcdHJldHVybiB7XHJcblx0XHRcdFx0d2FsbGV0Ont9LFxyXG5cdFx0XHRcdG5mdEluZGV4OjAsXHJcblx0XHRcdFx0d2FsbGV0SW5mbzp7fSxcclxuXHRcdFx0fVxyXG5cdFx0fSxcclxuXHRjb21wdXRlZDoge1xyXG5cdFx0XHRcdFx0aTE4bigpIHtcclxuXHRcdFx0XHRcdFx0cmV0dXJuIHRoaXMuJHQoJ2luZGV4JylcclxuXHRcdFx0XHRcdH0sXHJcblx0XHRcdFx0fSxcclxuXHRcdG9uTG9hZCgpIHtcclxuXHRcdFx0Y29uc29sZS5sb2codW5pLmdldFN0b3JhZ2VTeW5jKCduZnRPbmVJdGVtJyksNDQ0NClcclxuXHRcdFx0dGhpcy5pdGVtPXVuaS5nZXRTdG9yYWdlU3luYygnbmZ0T25lSXRlbScpXHJcblx0XHJcblx0XHRpZih1bmkuZ2V0U3RvcmFnZVN5bmMoJ3dhbGxldCcpKXtcclxuXHRcdFx0dGhpcy53YWxsZXQ9dW5pLmdldFN0b3JhZ2VTeW5jKCd3YWxsZXQnKVxyXG5cdFx0XHR0aGlzLndhbGxldC5hZGRyZXNzID0gdGhpcy53YWxsZXQuYWRkcmVzcy5zdWJzdHJpbmcoMCwgNikgKyAnLi4uJyArIHRoaXMud2FsbGV0LmFkZHJlc3NcclxuXHRcdFx0XHQuc3Vic3RyaW5nKDI1LCB0aGlzLndhbGxldC5hZGRyZXNzLmxlbmd0aCk7XHJcblx0XHRcdFxyXG5cdFx0fWVsc2V7XHJcblx0XHRcdHRoaXMud2FsbGV0PXVuaS5nZXRTdG9yYWdlU3luYygnd2FsbGV0SW5mbycpLkJUQ1swXVxyXG5cdFx0XHR0aGlzLndhbGxldC5hZGRyZXNzID0gdGhpcy53YWxsZXQuYWRkcmVzcy5zdWJzdHJpbmcoMCwgNikgKyAnLi4uJyArIHRoaXMud2FsbGV0LmFkZHJlc3NcclxuXHRcdFx0Y29uc29sZS5sb2codGhpcy53YWxsZXQsMTExKVxyXG5cdFx0fVxyXG5cdFxyXG5cclxuXHRcdH0sXHJcblx0XHRtZXRob2RzOiB7XHJcblx0XHR0ZXN0KCl7XHJcblx0XHRcdHRoaXMubmZ0SW5kZXg9dW5pLmdldFN0b3JhZ2VTeW5jKCduZnRJbmRleCcpXHJcblx0XHRcdH1cclxuXHRcclxuXHRcdFx0XHJcblx0XHJcblx0XHJcblx0XHR9XHJcblxyXG5cdFxyXG5cclxuXHR9O1xyXG48L3NjcmlwdD5cclxuPHN0eWxlIHNjb3BlZD5cclxuXHJcbjwvc3R5bGU+XHJcblxyXG48c3R5bGU+XHJcblx0QGltcG9ydCAnLi9pbmRleC5jc3MnO1xyXG48L3N0eWxlPlxyXG4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///606\n");
+eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar _navigation = _interopRequireDefault(__webpack_require__(/*! @/components/navigation/navigation.vue */ 523));\nvar _TokenUtil = _interopRequireDefault(__webpack_require__(/*! @/utils/TokenUtil */ 38));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };} //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nvar _default = { data: function data() {return { wallet: {}, nftIndex: 0, walletInfo: {} };}, computed: { i18n: function i18n() {return this.$t('index');} }, onLoad: function onLoad() {__f__(\"log\", uni.getStorageSync('nftOneItem'), 4444, \" at pages/menu/collection/collectionDetailtrue/index.vue:62\");this.item = uni.getStorageSync('nftOneItem');if (uni.getStorageSync('wallet')) {this.wallet = uni.getStorageSync('wallet');this.wallet.address = this.wallet.address.substring(0, 6) + '...' + this.wallet.address.substring(25, this.wallet.address.length);} else {this.wallet = uni.getStorageSync('walletInfo').BTC[0];this.wallet.address = this.wallet.address.substring(0, 6) + '...' + this.wallet.address;__f__(\"log\", this.wallet, 111, \" at pages/menu/collection/collectionDetailtrue/index.vue:73\");}}, methods: { test: function test() {this.nftIndex = uni.getStorageSync('nftIndex');} } };exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 28)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vcGFnZXMvbWVudS9jb2xsZWN0aW9uL2NvbGxlY3Rpb25EZXRhaWx0cnVlL2luZGV4LnZ1ZSJdLCJuYW1lcyI6WyJkYXRhIiwid2FsbGV0IiwibmZ0SW5kZXgiLCJ3YWxsZXRJbmZvIiwiY29tcHV0ZWQiLCJpMThuIiwiJHQiLCJvbkxvYWQiLCJ1bmkiLCJnZXRTdG9yYWdlU3luYyIsIml0ZW0iLCJhZGRyZXNzIiwic3Vic3RyaW5nIiwibGVuZ3RoIiwiQlRDIiwibWV0aG9kcyIsInRlc3QiXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQTZDQTtBQUNBLDBGLDhGQTlDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO2VBSWUsRUFDZEEsSUFEYyxrQkFDUCxDQUNOLE9BQU8sRUFDTkMsTUFBTSxFQUFDLEVBREQsRUFFTkMsUUFBUSxFQUFDLENBRkgsRUFHTkMsVUFBVSxFQUFDLEVBSEwsRUFBUCxDQUtBLENBUGEsRUFRZkMsUUFBUSxFQUFFLEVBQ05DLElBRE0sa0JBQ0MsQ0FDTixPQUFPLEtBQUtDLEVBQUwsQ0FBUSxPQUFSLENBQVAsQ0FDQSxDQUhLLEVBUkssRUFhZEMsTUFiYyxvQkFhTCxDQUNSLGFBQVlDLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixZQUFuQixDQUFaLEVBQTZDLElBQTdDLGlFQUNBLEtBQUtDLElBQUwsR0FBVUYsR0FBRyxDQUFDQyxjQUFKLENBQW1CLFlBQW5CLENBQVYsQ0FFRCxJQUFHRCxHQUFHLENBQUNDLGNBQUosQ0FBbUIsUUFBbkIsQ0FBSCxFQUFnQyxDQUMvQixLQUFLUixNQUFMLEdBQVlPLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixRQUFuQixDQUFaLENBQ0EsS0FBS1IsTUFBTCxDQUFZVSxPQUFaLEdBQXNCLEtBQUtWLE1BQUwsQ0FBWVUsT0FBWixDQUFvQkMsU0FBcEIsQ0FBOEIsQ0FBOUIsRUFBaUMsQ0FBakMsSUFBc0MsS0FBdEMsR0FBOEMsS0FBS1gsTUFBTCxDQUFZVSxPQUFaLENBQ2xFQyxTQURrRSxDQUN4RCxFQUR3RCxFQUNwRCxLQUFLWCxNQUFMLENBQVlVLE9BQVosQ0FBb0JFLE1BRGdDLENBQXBFLENBR0EsQ0FMRCxNQUtLLENBQ0osS0FBS1osTUFBTCxHQUFZTyxHQUFHLENBQUNDLGNBQUosQ0FBbUIsWUFBbkIsRUFBaUNLLEdBQWpDLENBQXFDLENBQXJDLENBQVosQ0FDQSxLQUFLYixNQUFMLENBQVlVLE9BQVosR0FBc0IsS0FBS1YsTUFBTCxDQUFZVSxPQUFaLENBQW9CQyxTQUFwQixDQUE4QixDQUE5QixFQUFpQyxDQUFqQyxJQUFzQyxLQUF0QyxHQUE4QyxLQUFLWCxNQUFMLENBQVlVLE9BQWhGLENBQ0EsYUFBWSxLQUFLVixNQUFqQixFQUF3QixHQUF4QixpRUFDQSxDQUdBLENBN0JhLEVBOEJkYyxPQUFPLEVBQUUsRUFDVEMsSUFEUyxrQkFDSCxDQUNMLEtBQUtkLFFBQUwsR0FBY00sR0FBRyxDQUFDQyxjQUFKLENBQW1CLFVBQW5CLENBQWQsQ0FDQyxDQUhPLEVBOUJLLEUiLCJmaWxlIjoiNjAzLmpzIiwic291cmNlc0NvbnRlbnQiOlsiLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG5cbmltcG9ydCBjb250IGZyb20gXCJAL2NvbXBvbmVudHMvbmF2aWdhdGlvbi9uYXZpZ2F0aW9uLnZ1ZVwiXG5pbXBvcnQgdG9rZW4gZnJvbSBcIkAvdXRpbHMvVG9rZW5VdGlsXCJcbmV4cG9ydCBkZWZhdWx0IHtcblx0ZGF0YSgpIHtcblx0XHRyZXR1cm4ge1xuXHRcdFx0d2FsbGV0Ont9LFxuXHRcdFx0bmZ0SW5kZXg6MCxcblx0XHRcdHdhbGxldEluZm86e30sXG5cdFx0fVxuXHR9LFxuY29tcHV0ZWQ6IHtcblx0XHRcdFx0aTE4bigpIHtcblx0XHRcdFx0XHRyZXR1cm4gdGhpcy4kdCgnaW5kZXgnKVxuXHRcdFx0XHR9LFxuXHRcdFx0fSxcblx0b25Mb2FkKCkge1xuXHRcdGNvbnNvbGUubG9nKHVuaS5nZXRTdG9yYWdlU3luYygnbmZ0T25lSXRlbScpLDQ0NDQpXG5cdFx0dGhpcy5pdGVtPXVuaS5nZXRTdG9yYWdlU3luYygnbmZ0T25lSXRlbScpXG5cblx0aWYodW5pLmdldFN0b3JhZ2VTeW5jKCd3YWxsZXQnKSl7XG5cdFx0dGhpcy53YWxsZXQ9dW5pLmdldFN0b3JhZ2VTeW5jKCd3YWxsZXQnKVxuXHRcdHRoaXMud2FsbGV0LmFkZHJlc3MgPSB0aGlzLndhbGxldC5hZGRyZXNzLnN1YnN0cmluZygwLCA2KSArICcuLi4nICsgdGhpcy53YWxsZXQuYWRkcmVzc1xuXHRcdFx0LnN1YnN0cmluZygyNSwgdGhpcy53YWxsZXQuYWRkcmVzcy5sZW5ndGgpO1xuXHRcdFxuXHR9ZWxzZXtcblx0XHR0aGlzLndhbGxldD11bmkuZ2V0U3RvcmFnZVN5bmMoJ3dhbGxldEluZm8nKS5CVENbMF1cblx0XHR0aGlzLndhbGxldC5hZGRyZXNzID0gdGhpcy53YWxsZXQuYWRkcmVzcy5zdWJzdHJpbmcoMCwgNikgKyAnLi4uJyArIHRoaXMud2FsbGV0LmFkZHJlc3Ncblx0XHRjb25zb2xlLmxvZyh0aGlzLndhbGxldCwxMTEpXG5cdH1cblxuXG5cdH0sXG5cdG1ldGhvZHM6IHtcblx0dGVzdCgpe1xuXHRcdHRoaXMubmZ0SW5kZXg9dW5pLmdldFN0b3JhZ2VTeW5jKCduZnRJbmRleCcpXG5cdFx0fVxuXG5cdFx0XG5cblxuXHR9XG5cblxuXG59O1xuIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///603\n");
/***/ }),
-/* 607 */
-/*!*******************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/collection/addCollection/index.vue?mpType=page ***!
- \*******************************************************************************************************/
+/* 604 */
+/*!*********************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/collection/addCollection/index.vue?mpType=page ***!
+ \*********************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_36728e88_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=36728e88&scoped=true&mpType=page */ 608);\n/* harmony import */ var _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js&mpType=page */ 610);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 7);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_36728e88_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_36728e88_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"36728e88\",\n null,\n false,\n _index_vue_vue_type_template_id_36728e88_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/menu/collection/addCollection/index.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBeUk7QUFDekk7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ3NLO0FBQ3RLLGdCQUFnQiw2S0FBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSx1R0FBTTtBQUNSLEVBQUUsZ0hBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsMkdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNjA3LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9MzY3MjhlODgmc2NvcGVkPXRydWUmbXBUeXBlPXBhZ2VcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiXG5leHBvcnQgKiBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9ydW50aW1lL2NvbXBvbmVudE5vcm1hbGl6ZXIuanNcIlxudmFyIGNvbXBvbmVudCA9IG5vcm1hbGl6ZXIoXG4gIHNjcmlwdCxcbiAgcmVuZGVyLFxuICBzdGF0aWNSZW5kZXJGbnMsXG4gIGZhbHNlLFxuICBudWxsLFxuICBcIjM2NzI4ZTg4XCIsXG4gIG51bGwsXG4gIGZhbHNlLFxuICBjb21wb25lbnRzLFxuICByZW5kZXJqc1xuKVxuXG5jb21wb25lbnQub3B0aW9ucy5fX2ZpbGUgPSBcInBhZ2VzL21lbnUvY29sbGVjdGlvbi9hZGRDb2xsZWN0aW9uL2luZGV4LnZ1ZVwiXG5leHBvcnQgZGVmYXVsdCBjb21wb25lbnQuZXhwb3J0cyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///607\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_36728e88_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=36728e88&scoped=true&mpType=page */ 605);\n/* harmony import */ var _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js&mpType=page */ 607);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_36728e88_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_36728e88_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"36728e88\",\n null,\n false,\n _index_vue_vue_type_template_id_36728e88_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/menu/collection/addCollection/index.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBeUk7QUFDekk7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSx1R0FBTTtBQUNSLEVBQUUsZ0hBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsMkdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNjA0LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9MzY3MjhlODgmc2NvcGVkPXRydWUmbXBUeXBlPXBhZ2VcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiXG5leHBvcnQgKiBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXHJ1bnRpbWVcXFxcY29tcG9uZW50Tm9ybWFsaXplci5qc1wiXG52YXIgY29tcG9uZW50ID0gbm9ybWFsaXplcihcbiAgc2NyaXB0LFxuICByZW5kZXIsXG4gIHN0YXRpY1JlbmRlckZucyxcbiAgZmFsc2UsXG4gIG51bGwsXG4gIFwiMzY3MjhlODhcIixcbiAgbnVsbCxcbiAgZmFsc2UsXG4gIGNvbXBvbmVudHMsXG4gIHJlbmRlcmpzXG4pXG5cbmNvbXBvbmVudC5vcHRpb25zLl9fZmlsZSA9IFwicGFnZXMvbWVudS9jb2xsZWN0aW9uL2FkZENvbGxlY3Rpb24vaW5kZXgudnVlXCJcbmV4cG9ydCBkZWZhdWx0IGNvbXBvbmVudC5leHBvcnRzIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///604\n");
/***/ }),
-/* 608 */
-/*!*************************************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/collection/addCollection/index.vue?vue&type=template&id=36728e88&scoped=true&mpType=page ***!
- \*************************************************************************************************************************************************/
+/* 605 */
+/*!***************************************************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/collection/addCollection/index.vue?vue&type=template&id=36728e88&scoped=true&mpType=page ***!
+ \***************************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
-/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_36728e88_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=36728e88&scoped=true&mpType=page */ 609);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_36728e88_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_36728e88_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=36728e88&scoped=true&mpType=page */ 606);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_36728e88_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_36728e88_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_36728e88_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_36728e88_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_36728e88_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_36728e88_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_36728e88_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
/***/ }),
-/* 609 */
-/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/pages/menu/collection/addCollection/index.vue?vue&type=template&id=36728e88&scoped=true&mpType=page ***!
- \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 606 */
+/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/pages/menu/collection/addCollection/index.vue?vue&type=template&id=36728e88&scoped=true&mpType=page ***!
+ \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
@@ -73792,7 +70797,7 @@ __webpack_require__.r(__webpack_exports__);
var components
try {
components = {
- navigation: __webpack_require__(/*! @/components/navigation/navigation.vue */ 551).default
+ navigation: __webpack_require__(/*! @/components/navigation/navigation.vue */ 523).default
}
} catch (e) {
if (
@@ -73832,7 +70837,7 @@ var render = function() {
src: _vm._$s(
2,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/Vector.png */ 554)
+ __webpack_require__(/*! ../../../../static/tongyonh/Vector.png */ 526)
),
_i: 2
},
@@ -73904,7 +70909,7 @@ var render = function() {
src: _vm._$s(
11,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/chevron_right_24px.png */ 29)
+ __webpack_require__(/*! ../../../../static/tongyonh/chevron_right_24px.png */ 24)
),
_i: 11
}
@@ -74016,64 +71021,64 @@ render._withStripped = true
/***/ }),
-/* 610 */
-/*!*******************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/collection/addCollection/index.vue?vue&type=script&lang=js&mpType=page ***!
- \*******************************************************************************************************************************/
+/* 607 */
+/*!*********************************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/collection/addCollection/index.vue?vue&type=script&lang=js&mpType=page ***!
+ \*********************************************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=script&lang=js&mpType=page */ 611);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQXdqQixDQUFnQixza0JBQUcsRUFBQyIsImZpbGUiOiI2MTAuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIS4uLy4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL2JhYmVsLWxvYWRlci9saWIvaW5kZXguanMhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyL2luZGV4LmpzPz9yZWYtLTYtMSEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stdW5pLWFwcC1sb2FkZXIvdXNpbmctY29tcG9uZW50cy5qcyEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL2luZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIjsgZXhwb3J0IGRlZmF1bHQgbW9kOyBleHBvcnQgKiBmcm9tIFwiLSEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9iYWJlbC1sb2FkZXIvbGliL2luZGV4LmpzIS4uLy4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlci9pbmRleC5qcz8/cmVmLS02LTEhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXVuaS1hcHAtbG9hZGVyL3VzaW5nLWNvbXBvbmVudHMuanMhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9pbmRleC5qcz8/dnVlLWxvYWRlci1vcHRpb25zIS4vaW5kZXgudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJm1wVHlwZT1wYWdlXCIiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///610\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=script&lang=js&mpType=page */ 608);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQXVtQixDQUFnQixzb0JBQUcsRUFBQyIsImZpbGUiOiI2MDcuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiOyBleHBvcnQgZGVmYXVsdCBtb2Q7IGV4cG9ydCAqIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///607\n");
/***/ }),
-/* 611 */
-/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/pages/menu/collection/addCollection/index.vue?vue&type=script&lang=js&mpType=page ***!
- \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 608 */
+/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/pages/menu/collection/addCollection/index.vue?vue&type=script&lang=js&mpType=page ***!
+ \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 49));\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar _navigation = _interopRequireDefault(__webpack_require__(/*! @/components/navigation/navigation.vue */ 551));\nvar _TokenUtil = _interopRequireDefault(__webpack_require__(/*! @/utils/TokenUtil */ 43));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {try {var info = gen[key](arg);var value = info.value;} catch (error) {reject(error);return;}if (info.done) {resolve(value);} else {Promise.resolve(value).then(_next, _throw);}}function _asyncToGenerator(fn) {return function () {var self = this,args = arguments;return new Promise(function (resolve, reject) {var gen = fn.apply(self, args);function _next(value) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"next\", value);}function _throw(err) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"throw\", err);}_next(undefined);});};}var _default =\n{\n data: function data() {\n return {\n teee1: this.$t('index').entercontractaddress,\n teee2: this.$t('index').entercontractaddress,\n caddress: '',\n tid: '',\n wallet: {},\n nftIndex: 0,\n nftContrct: [\n []],\n\n walletInfo: {},\n address: '',\n proid: '' };\n\n\n },\n\n onLoad: function onLoad() {\n if (uni.getStorageSync('wallet')) {\n this.address = uni.getStorageSync('wallet').address;\n this.wallet = uni.getStorageSync('wallet');\n this.wallet.address = this.wallet.address.substring(0, 6) + '...' + this.wallet.address.\n substring(25, this.wallet.address.length);\n\n } else {\n this.wallet = uni.getStorageSync('walletInfo').BTC[0];\n this.wallet.address = this.wallet.address.substring(0, 6) + '...' + this.wallet.address;\n __f__(\"log\", this.wallet, 111, \" at pages/menu/collection/addCollection/index.vue:79\");\n }\n\n\n },\n computed: {\n i18n: function i18n() {\n return this.$t('index');\n } },\n\n methods: {\n\n back: function back() {\n uni.reLaunch({\n url: '../collectionDetail/index' });\n\n },\n Add: function Add() {var _this = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee() {var params, response;return _regenerator.default.wrap(function _callee$(_context) {while (1) {switch (_context.prev = _context.next) {case 0:\n _this.proid = uni.getStorageSync('proid');\n params = {\n address: _this.address,\n contract: _this.caddress,\n tonkenId: _this.tid,\n nftProjectId: _this.proid };_context.next = 4;return (\n\n _this.$api.addNftCollection(params));case 4:response = _context.sent;\n\n if (response.code == 200) {\n uni.showToast({\n title: _this.$t('index').Successful,\n icon: 'success',\n duration: 1500 });\n\n setTimeout(function () {\n uni.navigateTo({\n url: '../collectionDetail/index' });\n\n }, 1500);\n } else {\n uni.showToast({\n title: response.msg,\n icon: 'error',\n duration: 1500 });\n\n }case 6:case \"end\":return _context.stop();}}}, _callee);}))();\n\n\n } } };exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 33)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vcGFnZXMvbWVudS9jb2xsZWN0aW9uL2FkZENvbGxlY3Rpb24vaW5kZXgudnVlIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBK0NBO0FBQ0EsMEY7QUFDQTtBQUNBLE1BREEsa0JBQ0E7QUFDQTtBQUNBLGtEQURBO0FBRUEsa0RBRkE7QUFHQSxrQkFIQTtBQUlBLGFBSkE7QUFLQSxnQkFMQTtBQU1BLGlCQU5BO0FBT0E7QUFDQSxRQURBLENBUEE7O0FBVUEsb0JBVkE7QUFXQSxpQkFYQTtBQVlBLGVBWkE7OztBQWVBLEdBakJBOztBQW1CQSxRQW5CQSxvQkFtQkE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGVBREEsQ0FDQSxFQURBLEVBQ0EsMEJBREE7O0FBR0EsS0FOQSxNQU1BO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7OztBQUdBLEdBakNBO0FBa0NBO0FBQ0EsUUFEQSxrQkFDQTtBQUNBO0FBQ0EsS0FIQSxFQWxDQTs7QUF1Q0E7O0FBRUEsUUFGQSxrQkFFQTtBQUNBO0FBQ0Esd0NBREE7O0FBR0EsS0FOQTtBQU9BLE9BUEEsaUJBT0E7QUFDQTtBQUNBLHNCQUZBLEdBRUE7QUFDQSx3Q0FEQTtBQUVBLDBDQUZBO0FBR0EscUNBSEE7QUFJQSwyQ0FKQSxFQUZBOztBQVFBLHFEQVJBLFNBUUEsUUFSQTs7QUFVQTtBQUNBO0FBQ0EsdURBREE7QUFFQSxtQ0FGQTtBQUdBLGtDQUhBOztBQUtBO0FBQ0E7QUFDQSxzREFEQTs7QUFHQSxtQkFKQSxFQUlBLElBSkE7QUFLQSxpQkFYQSxNQVdBO0FBQ0E7QUFDQSx1Q0FEQTtBQUVBLGlDQUZBO0FBR0Esa0NBSEE7O0FBS0EsaUJBM0JBOzs7QUE4QkEsS0FyQ0EsRUF2Q0EsRSIsImZpbGUiOiI2MTEuanMiLCJzb3VyY2VzQ29udGVudCI6WyI8dGVtcGxhdGU+XHJcblx0PHZpZXcgY2xhc3M9XCJtYWludG9QXCI+XHJcblx0XHQ8bmF2aWdhdGlvbiA6c2hvd0JhY2s9XCJmYWxzZVwiIDpiZ251bT1cInRydWVcIiBjbGFzcz1cImFhYVwiPlxyXG5cdFx0XHQ8aW1hZ2Ugc3JjPVwiLi4vLi4vLi4vLi4vc3RhdGljL3Rvbmd5b25oL1ZlY3Rvci5wbmdcIiBtb2RlPVwiYXNwZWN0Rml0XCIgY2xhc3M9XCJiYWNrXCIgQGNsaWNrPVwiYmFjaygpXCI+PC9pbWFnZT5cclxuXHRcdFx0PHRleHQgY2xhc3M9XCJiaWdfdGl0bGVcIj5cclxuXHRcdFx0XHR7e2kxOG4uTkZUY29sbGVjdGlvbn19XHJcblx0XHRcdDwvdGV4dD5cclxuXHRcdDwvbmF2aWdhdGlvbj5cclxuXHRcdDx2aWV3IGNsYXNzPVwibWFpblwiPlxyXG5cdFx0XHQ8dmlldyBjbGFzcz1cIm1haW5fY29uXCI+XHJcblx0XHRcdFx0PHZpZXcgY2xhc3M9XCJmbGV4IGl0ZW1cIj5cclxuXHRcdFx0XHRcdDx2aWV3IGNsYXNzPVwiaW1nY29uIGZsZXgyXCI+XHJcblx0XHRcdFx0XHRcdDxpbWFnZSA6c3JjPVwid2FsbGV0LmNvaW5MaXN0WzBdLmljb25cIiBtb2RlPVwiYXNwZWN0Rml0XCIgY2xhc3M9XCJpbWdcIj48L2ltYWdlPlxyXG5cdFx0XHRcdFx0XHQ8dGV4dCBjbGFzcz1cInRleDFcIj57e3dhbGxldC5jb2luTGlzdFswXS5uYW1lMn19PC90ZXh0PlxyXG5cdFx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHRcdFx0PHZpZXcgY2xhc3M9XCJ0ZXh0MVwiPlxyXG5cdFx0XHRcdFx0XHR7e3dhbGxldC5hZGRyZXNzfX1cclxuXHRcdFx0XHRcdFx0PGltYWdlIHNyYz1cIi4uLy4uLy4uLy4uL3N0YXRpYy90b25neW9uaC9jaGV2cm9uX3JpZ2h0XzI0cHgucG5nXCIgbW9kZT1cImFzcGVjdEZpdFwiXHJcblx0XHRcdFx0XHRcdFx0Y2xhc3M9XCJsZmV0aW1nXCI+PC9pbWFnZT5cclxuXHRcdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdFx0PHZpZXcgY2xhc3M9XCJpdGVtMlwiPlxyXG5cdFx0XHRcdFx0PHZpZXcgY2xhc3M9XCJ0aXRsZVwiPlxyXG5cdFx0XHRcdFx0XHRcdHt7aTE4bi5Db250cmFjdGFkZHJlc3N9fVxyXG5cdFx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHRcdFx0PGlucHV0IHR5cGU9XCJ0ZXh0XCIgdi1tb2RlbD1cImNhZGRyZXNzXCIgdmFsdWU9XCJcIiBjbGFzcz1cImlucHV0XCJcclxuXHRcdFx0XHRcdFx0cGxhY2Vob2xkZXItc3R5bGU9XCJjb2xvcjojQkVCRUJFO2ZvbnRTaXplOjE0cHhcIlxyXG5cdFx0XHRcdFx0XHQ6cGxhY2Vob2xkZXI9XCJ0ZWVlMVwiIC8+XHJcblx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHRcdDx2aWV3IGNsYXNzPVwiaXRlbTJcIj5cclxuXHRcdFx0XHRcdDx2aWV3IGNsYXNzPVwidGl0bGVcIj5cclxuXHRcdFx0XHRcdFx0XHR7e2kxOG4uVG9rZW5JRH19XHJcblx0XHRcdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdFx0XHQ8aW5wdXQgdHlwZT1cInRleHRcIiB2LW1vZGVsPVwidGlkXCIgdmFsdWU9XCJcIiBjbGFzcz1cImlucHV0XCJcclxuXHRcdFx0XHRcdFx0cGxhY2Vob2xkZXItc3R5bGU9XCJjb2xvcjojQkVCRUJFO2ZvbnRTaXplOjE0cHhcIiA6cGxhY2Vob2xkZXI9XCJ0ZWVlMlwiIC8+XHJcblx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHRcdDx2aWV3IGNsYXNzPVwiYnRuXCIgQGNsaWNrPVwiQWRkXCI+XHJcblx0XHRcdFx0XHR7e2kxOG4uQ29uZmlybX19XHJcblx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHQ8L3ZpZXc+XHJcblxyXG5cdFx0PC92aWV3PlxyXG5cclxuXHQ8L3ZpZXc+XHJcbjwvdGVtcGxhdGU+XHJcblxyXG48c2NyaXB0PlxyXG5cdGltcG9ydCBjb250IGZyb20gXCJAL2NvbXBvbmVudHMvbmF2aWdhdGlvbi9uYXZpZ2F0aW9uLnZ1ZVwiXHJcblx0aW1wb3J0IHRva2VuIGZyb20gXCJAL3V0aWxzL1Rva2VuVXRpbFwiXHJcblx0ZXhwb3J0IGRlZmF1bHQge1xyXG5cdFx0ZGF0YSgpIHtcclxuXHRcdFx0cmV0dXJuIHtcclxuXHRcdFx0XHR0ZWVlMTp0aGlzLiR0KCdpbmRleCcpLmVudGVyY29udHJhY3RhZGRyZXNzLFxyXG5cdFx0XHRcdHRlZWUyOnRoaXMuJHQoJ2luZGV4JykuZW50ZXJjb250cmFjdGFkZHJlc3MsXHJcblx0XHRcdFx0Y2FkZHJlc3M6ICcnLFxyXG5cdFx0XHRcdHRpZDogJycsXHJcblx0XHRcdFx0d2FsbGV0OiB7fSxcclxuXHRcdFx0XHRuZnRJbmRleDogMCxcclxuXHRcdFx0XHRuZnRDb250cmN0OiBbXHJcblx0XHRcdFx0XHRbXVxyXG5cdFx0XHRcdF0sXHJcblx0XHRcdFx0d2FsbGV0SW5mbzoge30sXHJcblx0XHRcdFx0YWRkcmVzczogJycsXHJcblx0XHRcdFx0cHJvaWQ6ICcnLFxyXG5cclxuXHRcdFx0fVxyXG5cdFx0fSxcclxuXHJcblx0XHRvbkxvYWQoKSB7XHJcblx0XHRcdGlmICh1bmkuZ2V0U3RvcmFnZVN5bmMoJ3dhbGxldCcpKSB7XHJcblx0XHRcdFx0dGhpcy5hZGRyZXNzID0gdW5pLmdldFN0b3JhZ2VTeW5jKCd3YWxsZXQnKS5hZGRyZXNzXHJcblx0XHRcdFx0dGhpcy53YWxsZXQgPSB1bmkuZ2V0U3RvcmFnZVN5bmMoJ3dhbGxldCcpXHJcblx0XHRcdFx0dGhpcy53YWxsZXQuYWRkcmVzcyA9IHRoaXMud2FsbGV0LmFkZHJlc3Muc3Vic3RyaW5nKDAsIDYpICsgJy4uLicgKyB0aGlzLndhbGxldC5hZGRyZXNzXHJcblx0XHRcdFx0XHQuc3Vic3RyaW5nKDI1LCB0aGlzLndhbGxldC5hZGRyZXNzLmxlbmd0aCk7XHJcblxyXG5cdFx0XHR9IGVsc2Uge1xyXG5cdFx0XHRcdHRoaXMud2FsbGV0ID0gdW5pLmdldFN0b3JhZ2VTeW5jKCd3YWxsZXRJbmZvJykuQlRDWzBdXHJcblx0XHRcdFx0dGhpcy53YWxsZXQuYWRkcmVzcyA9IHRoaXMud2FsbGV0LmFkZHJlc3Muc3Vic3RyaW5nKDAsIDYpICsgJy4uLicgKyB0aGlzLndhbGxldC5hZGRyZXNzXHJcblx0XHRcdFx0Y29uc29sZS5sb2codGhpcy53YWxsZXQsIDExMSlcclxuXHRcdFx0fVxyXG5cclxuXHJcblx0XHR9LFxyXG5cdFx0Y29tcHV0ZWQ6IHtcclxuXHRcdFx0XHRcdFx0aTE4bigpIHtcclxuXHRcdFx0XHRcdFx0XHRyZXR1cm4gdGhpcy4kdCgnaW5kZXgnKVxyXG5cdFx0XHRcdFx0XHR9LFxyXG5cdFx0XHRcdFx0fSxcclxuXHRcdG1ldGhvZHM6IHtcclxuXHRcdFx0XHJcblx0XHRcdGJhY2soKSB7XHJcblx0XHRcdFx0dW5pLnJlTGF1bmNoKHtcclxuXHRcdFx0XHRcdHVybDogJy4uL2NvbGxlY3Rpb25EZXRhaWwvaW5kZXgnXHJcblx0XHRcdFx0fSlcclxuXHRcdFx0fSxcclxuXHRcdFx0YXN5bmMgQWRkKCkge1xyXG5cdFx0XHRcdHRoaXMucHJvaWQgPSB1bmkuZ2V0U3RvcmFnZVN5bmMoJ3Byb2lkJylcclxuXHRcdFx0XHRsZXQgcGFyYW1zID0ge1xyXG5cdFx0XHRcdFx0YWRkcmVzczogdGhpcy5hZGRyZXNzLFxyXG5cdFx0XHRcdFx0Y29udHJhY3Q6IHRoaXMuY2FkZHJlc3MsXHJcblx0XHRcdFx0XHR0b25rZW5JZDogdGhpcy50aWQsXHJcblx0XHRcdFx0XHRuZnRQcm9qZWN0SWQ6IHRoaXMucHJvaWRcclxuXHRcdFx0XHR9O1xyXG5cdFx0XHRcdGNvbnN0IHJlc3BvbnNlID0gYXdhaXQgdGhpcy4kYXBpLmFkZE5mdENvbGxlY3Rpb24ocGFyYW1zKVxyXG5cclxuXHRcdFx0XHRpZiAocmVzcG9uc2UuY29kZSA9PSAyMDApIHtcclxuXHRcdFx0XHRcdHVuaS5zaG93VG9hc3Qoe1xyXG5cdFx0XHRcdFx0XHR0aXRsZTogdGhpcy4kdCgnaW5kZXgnKS5TdWNjZXNzZnVsLFxyXG5cdFx0XHRcdFx0XHRpY29uOiAnc3VjY2VzcycsXHJcblx0XHRcdFx0XHRcdGR1cmF0aW9uOiAxNTAwXHJcblx0XHRcdFx0XHR9KVxyXG5cdFx0XHRcdFx0c2V0VGltZW91dCgoKSA9PiB7XHJcblx0XHRcdFx0XHRcdHVuaS5uYXZpZ2F0ZVRvKHtcclxuXHRcdFx0XHRcdFx0XHR1cmw6ICcuLi9jb2xsZWN0aW9uRGV0YWlsL2luZGV4J1xyXG5cdFx0XHRcdFx0XHR9KVxyXG5cdFx0XHRcdFx0fSwgMTUwMClcclxuXHRcdFx0XHR9ZWxzZXtcclxuXHRcdFx0XHRcdHVuaS5zaG93VG9hc3Qoe1xyXG5cdFx0XHRcdFx0XHR0aXRsZTogcmVzcG9uc2UubXNnLFxyXG5cdFx0XHRcdFx0XHRpY29uOiAnZXJyb3InLFxyXG5cdFx0XHRcdFx0XHRkdXJhdGlvbjogMTUwMFxyXG5cdFx0XHRcdFx0fSlcclxuXHRcdFx0XHR9XHJcblxyXG5cclxuXHRcdFx0fSxcclxuXHJcblxyXG5cclxuXHJcblxyXG5cclxuXHRcdH1cclxuXHJcblxyXG5cclxuXHR9O1xyXG48L3NjcmlwdD5cclxuPHN0eWxlIHNjb3BlZD5cclxuXHJcbjwvc3R5bGU+XHJcblxyXG48c3R5bGU+XHJcblx0QGltcG9ydCAnLi9pbmRleC5jc3MnO1xyXG48L3N0eWxlPlxyXG4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///611\n");
+eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 44));\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar _navigation = _interopRequireDefault(__webpack_require__(/*! @/components/navigation/navigation.vue */ 523));\nvar _TokenUtil = _interopRequireDefault(__webpack_require__(/*! @/utils/TokenUtil */ 38));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {try {var info = gen[key](arg);var value = info.value;} catch (error) {reject(error);return;}if (info.done) {resolve(value);} else {Promise.resolve(value).then(_next, _throw);}}function _asyncToGenerator(fn) {return function () {var self = this,args = arguments;return new Promise(function (resolve, reject) {var gen = fn.apply(self, args);function _next(value) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"next\", value);}function _throw(err) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"throw\", err);}_next(undefined);});};}var _default =\n{\n data: function data() {\n return {\n teee1: this.$t('index').entercontractaddress,\n teee2: this.$t('index').entercontractaddress,\n caddress: '',\n tid: '',\n wallet: {},\n nftIndex: 0,\n nftContrct: [\n []],\n\n walletInfo: {},\n address: '',\n proid: '' };\n\n\n },\n\n onLoad: function onLoad() {\n if (uni.getStorageSync('wallet')) {\n this.address = uni.getStorageSync('wallet').address;\n this.wallet = uni.getStorageSync('wallet');\n this.wallet.address = this.wallet.address.substring(0, 6) + '...' + this.wallet.address.\n substring(25, this.wallet.address.length);\n\n } else {\n this.wallet = uni.getStorageSync('walletInfo').BTC[0];\n this.wallet.address = this.wallet.address.substring(0, 6) + '...' + this.wallet.address;\n __f__(\"log\", this.wallet, 111, \" at pages/menu/collection/addCollection/index.vue:79\");\n }\n\n\n },\n computed: {\n i18n: function i18n() {\n return this.$t('index');\n } },\n\n methods: {\n\n back: function back() {\n uni.reLaunch({\n url: '../collectionDetail/index' });\n\n },\n Add: function Add() {var _this = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee() {var params, response;return _regenerator.default.wrap(function _callee$(_context) {while (1) {switch (_context.prev = _context.next) {case 0:\n _this.proid = uni.getStorageSync('proid');\n params = {\n address: _this.address,\n contract: _this.caddress,\n tonkenId: _this.tid,\n nftProjectId: _this.proid };_context.next = 4;return (\n\n _this.$api.addNftCollection(params));case 4:response = _context.sent;\n\n if (response.code == 200) {\n uni.showToast({\n title: _this.$t('index').Successful,\n icon: 'success',\n duration: 1500 });\n\n setTimeout(function () {\n uni.navigateTo({\n url: '../collectionDetail/index' });\n\n }, 1500);\n } else {\n uni.showToast({\n title: response.msg,\n icon: 'error',\n duration: 1500 });\n\n }case 6:case \"end\":return _context.stop();}}}, _callee);}))();\n\n\n } } };exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 28)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vcGFnZXMvbWVudS9jb2xsZWN0aW9uL2FkZENvbGxlY3Rpb24vaW5kZXgudnVlIl0sIm5hbWVzIjpbImRhdGEiLCJ0ZWVlMSIsIiR0IiwiZW50ZXJjb250cmFjdGFkZHJlc3MiLCJ0ZWVlMiIsImNhZGRyZXNzIiwidGlkIiwid2FsbGV0IiwibmZ0SW5kZXgiLCJuZnRDb250cmN0Iiwid2FsbGV0SW5mbyIsImFkZHJlc3MiLCJwcm9pZCIsIm9uTG9hZCIsInVuaSIsImdldFN0b3JhZ2VTeW5jIiwic3Vic3RyaW5nIiwibGVuZ3RoIiwiQlRDIiwiY29tcHV0ZWQiLCJpMThuIiwibWV0aG9kcyIsImJhY2siLCJyZUxhdW5jaCIsInVybCIsIkFkZCIsInBhcmFtcyIsImNvbnRyYWN0IiwidG9ua2VuSWQiLCJuZnRQcm9qZWN0SWQiLCIkYXBpIiwiYWRkTmZ0Q29sbGVjdGlvbiIsInJlc3BvbnNlIiwiY29kZSIsInNob3dUb2FzdCIsInRpdGxlIiwiU3VjY2Vzc2Z1bCIsImljb24iLCJkdXJhdGlvbiIsInNldFRpbWVvdXQiLCJuYXZpZ2F0ZVRvIiwibXNnIl0sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQStDQTtBQUNBLDBGO0FBQ2U7QUFDZEEsTUFEYyxrQkFDUDtBQUNOLFdBQU87QUFDTkMsV0FBSyxFQUFDLEtBQUtDLEVBQUwsQ0FBUSxPQUFSLEVBQWlCQyxvQkFEakI7QUFFTkMsV0FBSyxFQUFDLEtBQUtGLEVBQUwsQ0FBUSxPQUFSLEVBQWlCQyxvQkFGakI7QUFHTkUsY0FBUSxFQUFFLEVBSEo7QUFJTkMsU0FBRyxFQUFFLEVBSkM7QUFLTkMsWUFBTSxFQUFFLEVBTEY7QUFNTkMsY0FBUSxFQUFFLENBTko7QUFPTkMsZ0JBQVUsRUFBRTtBQUNYLFFBRFcsQ0FQTjs7QUFVTkMsZ0JBQVUsRUFBRSxFQVZOO0FBV05DLGFBQU8sRUFBRSxFQVhIO0FBWU5DLFdBQUssRUFBRSxFQVpELEVBQVA7OztBQWVBLEdBakJhOztBQW1CZEMsUUFuQmMsb0JBbUJMO0FBQ1IsUUFBSUMsR0FBRyxDQUFDQyxjQUFKLENBQW1CLFFBQW5CLENBQUosRUFBa0M7QUFDakMsV0FBS0osT0FBTCxHQUFlRyxHQUFHLENBQUNDLGNBQUosQ0FBbUIsUUFBbkIsRUFBNkJKLE9BQTVDO0FBQ0EsV0FBS0osTUFBTCxHQUFjTyxHQUFHLENBQUNDLGNBQUosQ0FBbUIsUUFBbkIsQ0FBZDtBQUNBLFdBQUtSLE1BQUwsQ0FBWUksT0FBWixHQUFzQixLQUFLSixNQUFMLENBQVlJLE9BQVosQ0FBb0JLLFNBQXBCLENBQThCLENBQTlCLEVBQWlDLENBQWpDLElBQXNDLEtBQXRDLEdBQThDLEtBQUtULE1BQUwsQ0FBWUksT0FBWjtBQUNsRUssZUFEa0UsQ0FDeEQsRUFEd0QsRUFDcEQsS0FBS1QsTUFBTCxDQUFZSSxPQUFaLENBQW9CTSxNQURnQyxDQUFwRTs7QUFHQSxLQU5ELE1BTU87QUFDTixXQUFLVixNQUFMLEdBQWNPLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixZQUFuQixFQUFpQ0csR0FBakMsQ0FBcUMsQ0FBckMsQ0FBZDtBQUNBLFdBQUtYLE1BQUwsQ0FBWUksT0FBWixHQUFzQixLQUFLSixNQUFMLENBQVlJLE9BQVosQ0FBb0JLLFNBQXBCLENBQThCLENBQTlCLEVBQWlDLENBQWpDLElBQXNDLEtBQXRDLEdBQThDLEtBQUtULE1BQUwsQ0FBWUksT0FBaEY7QUFDQSxtQkFBWSxLQUFLSixNQUFqQixFQUF5QixHQUF6QjtBQUNBOzs7QUFHRCxHQWpDYTtBQWtDZFksVUFBUSxFQUFFO0FBQ05DLFFBRE0sa0JBQ0M7QUFDTixhQUFPLEtBQUtsQixFQUFMLENBQVEsT0FBUixDQUFQO0FBQ0EsS0FISyxFQWxDSTs7QUF1Q2RtQixTQUFPLEVBQUU7O0FBRVJDLFFBRlEsa0JBRUQ7QUFDTlIsU0FBRyxDQUFDUyxRQUFKLENBQWE7QUFDWkMsV0FBRyxFQUFFLDJCQURPLEVBQWI7O0FBR0EsS0FOTztBQU9GQyxPQVBFLGlCQU9JO0FBQ1gscUJBQUksQ0FBQ2IsS0FBTCxHQUFhRSxHQUFHLENBQUNDLGNBQUosQ0FBbUIsT0FBbkIsQ0FBYjtBQUNJVyxzQkFGTyxHQUVFO0FBQ1pmLHlCQUFPLEVBQUUsS0FBSSxDQUFDQSxPQURGO0FBRVpnQiwwQkFBUSxFQUFFLEtBQUksQ0FBQ3RCLFFBRkg7QUFHWnVCLDBCQUFRLEVBQUUsS0FBSSxDQUFDdEIsR0FISDtBQUladUIsOEJBQVksRUFBRSxLQUFJLENBQUNqQixLQUpQLEVBRkY7O0FBUVksdUJBQUksQ0FBQ2tCLElBQUwsQ0FBVUMsZ0JBQVYsQ0FBMkJMLE1BQTNCLENBUlosU0FRTE0sUUFSSzs7QUFVWCxvQkFBSUEsUUFBUSxDQUFDQyxJQUFULElBQWlCLEdBQXJCLEVBQTBCO0FBQ3pCbkIscUJBQUcsQ0FBQ29CLFNBQUosQ0FBYztBQUNiQyx5QkFBSyxFQUFFLEtBQUksQ0FBQ2pDLEVBQUwsQ0FBUSxPQUFSLEVBQWlCa0MsVUFEWDtBQUViQyx3QkFBSSxFQUFFLFNBRk87QUFHYkMsNEJBQVEsRUFBRSxJQUhHLEVBQWQ7O0FBS0FDLDRCQUFVLENBQUMsWUFBTTtBQUNoQnpCLHVCQUFHLENBQUMwQixVQUFKLENBQWU7QUFDZGhCLHlCQUFHLEVBQUUsMkJBRFMsRUFBZjs7QUFHQSxtQkFKUyxFQUlQLElBSk8sQ0FBVjtBQUtBLGlCQVhELE1BV0s7QUFDSlYscUJBQUcsQ0FBQ29CLFNBQUosQ0FBYztBQUNiQyx5QkFBSyxFQUFFSCxRQUFRLENBQUNTLEdBREg7QUFFYkosd0JBQUksRUFBRSxPQUZPO0FBR2JDLDRCQUFRLEVBQUUsSUFIRyxFQUFkOztBQUtBLGlCQTNCVTs7O0FBOEJYLEtBckNPLEVBdkNLLEUiLCJmaWxlIjoiNjA4LmpzIiwic291cmNlc0NvbnRlbnQiOlsiLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cblxuaW1wb3J0IGNvbnQgZnJvbSBcIkAvY29tcG9uZW50cy9uYXZpZ2F0aW9uL25hdmlnYXRpb24udnVlXCJcbmltcG9ydCB0b2tlbiBmcm9tIFwiQC91dGlscy9Ub2tlblV0aWxcIlxuZXhwb3J0IGRlZmF1bHQge1xuXHRkYXRhKCkge1xuXHRcdHJldHVybiB7XG5cdFx0XHR0ZWVlMTp0aGlzLiR0KCdpbmRleCcpLmVudGVyY29udHJhY3RhZGRyZXNzLFxuXHRcdFx0dGVlZTI6dGhpcy4kdCgnaW5kZXgnKS5lbnRlcmNvbnRyYWN0YWRkcmVzcyxcblx0XHRcdGNhZGRyZXNzOiAnJyxcblx0XHRcdHRpZDogJycsXG5cdFx0XHR3YWxsZXQ6IHt9LFxuXHRcdFx0bmZ0SW5kZXg6IDAsXG5cdFx0XHRuZnRDb250cmN0OiBbXG5cdFx0XHRcdFtdXG5cdFx0XHRdLFxuXHRcdFx0d2FsbGV0SW5mbzoge30sXG5cdFx0XHRhZGRyZXNzOiAnJyxcblx0XHRcdHByb2lkOiAnJyxcblxuXHRcdH1cblx0fSxcblxuXHRvbkxvYWQoKSB7XG5cdFx0aWYgKHVuaS5nZXRTdG9yYWdlU3luYygnd2FsbGV0JykpIHtcblx0XHRcdHRoaXMuYWRkcmVzcyA9IHVuaS5nZXRTdG9yYWdlU3luYygnd2FsbGV0JykuYWRkcmVzc1xuXHRcdFx0dGhpcy53YWxsZXQgPSB1bmkuZ2V0U3RvcmFnZVN5bmMoJ3dhbGxldCcpXG5cdFx0XHR0aGlzLndhbGxldC5hZGRyZXNzID0gdGhpcy53YWxsZXQuYWRkcmVzcy5zdWJzdHJpbmcoMCwgNikgKyAnLi4uJyArIHRoaXMud2FsbGV0LmFkZHJlc3Ncblx0XHRcdFx0LnN1YnN0cmluZygyNSwgdGhpcy53YWxsZXQuYWRkcmVzcy5sZW5ndGgpO1xuXG5cdFx0fSBlbHNlIHtcblx0XHRcdHRoaXMud2FsbGV0ID0gdW5pLmdldFN0b3JhZ2VTeW5jKCd3YWxsZXRJbmZvJykuQlRDWzBdXG5cdFx0XHR0aGlzLndhbGxldC5hZGRyZXNzID0gdGhpcy53YWxsZXQuYWRkcmVzcy5zdWJzdHJpbmcoMCwgNikgKyAnLi4uJyArIHRoaXMud2FsbGV0LmFkZHJlc3Ncblx0XHRcdGNvbnNvbGUubG9nKHRoaXMud2FsbGV0LCAxMTEpXG5cdFx0fVxuXG5cblx0fSxcblx0Y29tcHV0ZWQ6IHtcblx0XHRcdFx0XHRpMThuKCkge1xuXHRcdFx0XHRcdFx0cmV0dXJuIHRoaXMuJHQoJ2luZGV4Jylcblx0XHRcdFx0XHR9LFxuXHRcdFx0XHR9LFxuXHRtZXRob2RzOiB7XG5cdFx0XG5cdFx0YmFjaygpIHtcblx0XHRcdHVuaS5yZUxhdW5jaCh7XG5cdFx0XHRcdHVybDogJy4uL2NvbGxlY3Rpb25EZXRhaWwvaW5kZXgnXG5cdFx0XHR9KVxuXHRcdH0sXG5cdFx0YXN5bmMgQWRkKCkge1xuXHRcdFx0dGhpcy5wcm9pZCA9IHVuaS5nZXRTdG9yYWdlU3luYygncHJvaWQnKVxuXHRcdFx0bGV0IHBhcmFtcyA9IHtcblx0XHRcdFx0YWRkcmVzczogdGhpcy5hZGRyZXNzLFxuXHRcdFx0XHRjb250cmFjdDogdGhpcy5jYWRkcmVzcyxcblx0XHRcdFx0dG9ua2VuSWQ6IHRoaXMudGlkLFxuXHRcdFx0XHRuZnRQcm9qZWN0SWQ6IHRoaXMucHJvaWRcblx0XHRcdH07XG5cdFx0XHRjb25zdCByZXNwb25zZSA9IGF3YWl0IHRoaXMuJGFwaS5hZGROZnRDb2xsZWN0aW9uKHBhcmFtcylcblxuXHRcdFx0aWYgKHJlc3BvbnNlLmNvZGUgPT0gMjAwKSB7XG5cdFx0XHRcdHVuaS5zaG93VG9hc3Qoe1xuXHRcdFx0XHRcdHRpdGxlOiB0aGlzLiR0KCdpbmRleCcpLlN1Y2Nlc3NmdWwsXG5cdFx0XHRcdFx0aWNvbjogJ3N1Y2Nlc3MnLFxuXHRcdFx0XHRcdGR1cmF0aW9uOiAxNTAwXG5cdFx0XHRcdH0pXG5cdFx0XHRcdHNldFRpbWVvdXQoKCkgPT4ge1xuXHRcdFx0XHRcdHVuaS5uYXZpZ2F0ZVRvKHtcblx0XHRcdFx0XHRcdHVybDogJy4uL2NvbGxlY3Rpb25EZXRhaWwvaW5kZXgnXG5cdFx0XHRcdFx0fSlcblx0XHRcdFx0fSwgMTUwMClcblx0XHRcdH1lbHNle1xuXHRcdFx0XHR1bmkuc2hvd1RvYXN0KHtcblx0XHRcdFx0XHR0aXRsZTogcmVzcG9uc2UubXNnLFxuXHRcdFx0XHRcdGljb246ICdlcnJvcicsXG5cdFx0XHRcdFx0ZHVyYXRpb246IDE1MDBcblx0XHRcdFx0fSlcblx0XHRcdH1cblxuXG5cdFx0fSxcblxuXG5cblxuXG5cblx0fVxuXG5cblxufTtcbiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///608\n");
/***/ }),
-/* 612 */
-/*!**********************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/collection/collectionDetail/index.vue?mpType=page ***!
- \**********************************************************************************************************/
+/* 609 */
+/*!************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/collection/collectionDetail/index.vue?mpType=page ***!
+ \************************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_072654bc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=072654bc&scoped=true&mpType=page */ 613);\n/* harmony import */ var _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js&mpType=page */ 617);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 7);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_072654bc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_072654bc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"072654bc\",\n null,\n false,\n _index_vue_vue_type_template_id_072654bc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/menu/collection/collectionDetail/index.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBeUk7QUFDekk7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ3NLO0FBQ3RLLGdCQUFnQiw2S0FBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSx1R0FBTTtBQUNSLEVBQUUsZ0hBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsMkdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNjEyLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9MDcyNjU0YmMmc2NvcGVkPXRydWUmbXBUeXBlPXBhZ2VcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiXG5leHBvcnQgKiBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9ydW50aW1lL2NvbXBvbmVudE5vcm1hbGl6ZXIuanNcIlxudmFyIGNvbXBvbmVudCA9IG5vcm1hbGl6ZXIoXG4gIHNjcmlwdCxcbiAgcmVuZGVyLFxuICBzdGF0aWNSZW5kZXJGbnMsXG4gIGZhbHNlLFxuICBudWxsLFxuICBcIjA3MjY1NGJjXCIsXG4gIG51bGwsXG4gIGZhbHNlLFxuICBjb21wb25lbnRzLFxuICByZW5kZXJqc1xuKVxuXG5jb21wb25lbnQub3B0aW9ucy5fX2ZpbGUgPSBcInBhZ2VzL21lbnUvY29sbGVjdGlvbi9jb2xsZWN0aW9uRGV0YWlsL2luZGV4LnZ1ZVwiXG5leHBvcnQgZGVmYXVsdCBjb21wb25lbnQuZXhwb3J0cyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///612\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_072654bc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=072654bc&scoped=true&mpType=page */ 610);\n/* harmony import */ var _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js&mpType=page */ 614);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_072654bc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_072654bc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"072654bc\",\n null,\n false,\n _index_vue_vue_type_template_id_072654bc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/menu/collection/collectionDetail/index.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBeUk7QUFDekk7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSx1R0FBTTtBQUNSLEVBQUUsZ0hBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsMkdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNjA5LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9MDcyNjU0YmMmc2NvcGVkPXRydWUmbXBUeXBlPXBhZ2VcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiXG5leHBvcnQgKiBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXHJ1bnRpbWVcXFxcY29tcG9uZW50Tm9ybWFsaXplci5qc1wiXG52YXIgY29tcG9uZW50ID0gbm9ybWFsaXplcihcbiAgc2NyaXB0LFxuICByZW5kZXIsXG4gIHN0YXRpY1JlbmRlckZucyxcbiAgZmFsc2UsXG4gIG51bGwsXG4gIFwiMDcyNjU0YmNcIixcbiAgbnVsbCxcbiAgZmFsc2UsXG4gIGNvbXBvbmVudHMsXG4gIHJlbmRlcmpzXG4pXG5cbmNvbXBvbmVudC5vcHRpb25zLl9fZmlsZSA9IFwicGFnZXMvbWVudS9jb2xsZWN0aW9uL2NvbGxlY3Rpb25EZXRhaWwvaW5kZXgudnVlXCJcbmV4cG9ydCBkZWZhdWx0IGNvbXBvbmVudC5leHBvcnRzIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///609\n");
/***/ }),
-/* 613 */
-/*!****************************************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/collection/collectionDetail/index.vue?vue&type=template&id=072654bc&scoped=true&mpType=page ***!
- \****************************************************************************************************************************************************/
+/* 610 */
+/*!******************************************************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/collection/collectionDetail/index.vue?vue&type=template&id=072654bc&scoped=true&mpType=page ***!
+ \******************************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
-/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_072654bc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=072654bc&scoped=true&mpType=page */ 614);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_072654bc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_072654bc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=072654bc&scoped=true&mpType=page */ 611);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_072654bc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_072654bc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_072654bc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_072654bc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_072654bc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_072654bc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_072654bc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
/***/ }),
-/* 614 */
-/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/pages/menu/collection/collectionDetail/index.vue?vue&type=template&id=072654bc&scoped=true&mpType=page ***!
- \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 611 */
+/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/pages/menu/collection/collectionDetail/index.vue?vue&type=template&id=072654bc&scoped=true&mpType=page ***!
+ \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
@@ -74086,7 +71091,7 @@ __webpack_require__.r(__webpack_exports__);
var components
try {
components = {
- navigation: __webpack_require__(/*! @/components/navigation/navigation.vue */ 551).default
+ navigation: __webpack_require__(/*! @/components/navigation/navigation.vue */ 523).default
}
} catch (e) {
if (
@@ -74126,7 +71131,7 @@ var render = function() {
src: _vm._$s(
2,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/Vector.png */ 554)
+ __webpack_require__(/*! ../../../../static/tongyonh/Vector.png */ 526)
),
_i: 2
},
@@ -74142,7 +71147,7 @@ var render = function() {
src: _vm._$s(
3,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/IconGroup.png */ 615)
+ __webpack_require__(/*! ../../../../static/tongyonh/IconGroup.png */ 612)
),
_i: 3
},
@@ -74160,1678 +71165,541 @@ var render = function() {
"view",
{ staticClass: _vm._$s(5, "sc", "main"), attrs: { _i: 5 } },
_vm._l(_vm._$s(6, "f", { forItems: _vm.result }), function(
- item,
- index,
- $20,
- $30
- ) {
- return _c(
- "view",
- {
- key: _vm._$s(6, "f", { forIndex: $20, key: index }),
- staticClass: _vm._$s("6-" + $30, "sc", "item"),
- attrs: { _i: "6-" + $30 }
- },
- [
- _c(
- "view",
- {
- staticClass: _vm._$s("7-" + $30, "sc", "top"),
- attrs: { _i: "7-" + $30 }
- },
- [
- _c("image", {
- staticClass: _vm._$s("8-" + $30, "sc", "img"),
- attrs: {
- src: _vm._$s("8-" + $30, "a-src", item.chainIconUrl),
- _i: "8-" + $30
- }
- }),
- _vm._v(_vm._$s("7-" + $30, "t1-0", _vm._s(item.address))),
- _c("image", {
- staticClass: _vm._$s("9-" + $30, "sc", "img lfet"),
- attrs: {
- src: _vm._$s(
- "9-" + $30,
- "a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/more_vert_24px@2x.png */ 616)
- ),
- _i: "9-" + $30
- },
- on: {
- click: function($event) {
- return _vm.goDetail(index)
- }
- }
- })
- ]
- ),
- _c(
- "view",
- {
- staticClass: _vm._$s("10-" + $30, "sc", "top"),
- attrs: { _i: "10-" + $30 }
- },
- [
- _c(
- "text",
- {
- staticClass: _vm._$s("11-" + $30, "sc", "textleft"),
- attrs: { _i: "11-" + $30 }
- },
- [
- _vm._v(
- _vm._$s("11-" + $30, "t0-0", _vm._s(_vm.i18n.Contracts))
- )
- ]
- ),
- _vm._v(_vm._$s("10-" + $30, "t1-0", _vm._s(item.contract)))
- ]
- ),
- _c(
- "view",
- {
- staticClass: _vm._$s("12-" + $30, "sc", "top"),
- attrs: { _i: "12-" + $30 }
- },
- [
- _c(
- "text",
- {
- staticClass: _vm._$s(
- "13-" + $30,
- "sc",
- "textleft texttt"
- ),
- attrs: { _i: "13-" + $30 }
- },
- [_vm._v(_vm._$s("13-" + $30, "t0-0", _vm._s(_vm.i18n.ID)))]
- ),
- _vm._v(_vm._$s("12-" + $30, "t1-0", _vm._s(item.id)))
- ]
- )
- ]
- )
- }),
- 0
- )
- ],
- 1
- )
-}
-var recyclableRender = false
-var staticRenderFns = []
-render._withStripped = true
-
-
-
-/***/ }),
-/* 615 */
-/*!***************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/IconGroup.png ***!
- \***************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-eval("module.exports = \"/static/tongyonh/IconGroup.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjYxNS5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL0ljb25Hcm91cC5wbmdcIjsiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///615\n");
-
-/***/ }),
-/* 616 */
-/*!***********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/more_vert_24px@2x.png ***!
- \***********************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-eval("module.exports = \"/static/tongyonh/more_vert_24px@2x.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjYxNi5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL21vcmVfdmVydF8yNHB4QDJ4LnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///616\n");
-
-/***/ }),
-/* 617 */
-/*!**********************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/collection/collectionDetail/index.vue?vue&type=script&lang=js&mpType=page ***!
- \**********************************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=script&lang=js&mpType=page */ 618);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQXdqQixDQUFnQixza0JBQUcsRUFBQyIsImZpbGUiOiI2MTcuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIS4uLy4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL2JhYmVsLWxvYWRlci9saWIvaW5kZXguanMhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyL2luZGV4LmpzPz9yZWYtLTYtMSEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stdW5pLWFwcC1sb2FkZXIvdXNpbmctY29tcG9uZW50cy5qcyEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL2luZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIjsgZXhwb3J0IGRlZmF1bHQgbW9kOyBleHBvcnQgKiBmcm9tIFwiLSEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9iYWJlbC1sb2FkZXIvbGliL2luZGV4LmpzIS4uLy4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlci9pbmRleC5qcz8/cmVmLS02LTEhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXVuaS1hcHAtbG9hZGVyL3VzaW5nLWNvbXBvbmVudHMuanMhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9pbmRleC5qcz8/dnVlLWxvYWRlci1vcHRpb25zIS4vaW5kZXgudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJm1wVHlwZT1wYWdlXCIiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///617\n");
-
-/***/ }),
-/* 618 */
-/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/pages/menu/collection/collectionDetail/index.vue?vue&type=script&lang=js&mpType=page ***!
- \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 49));\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar _navigation = _interopRequireDefault(__webpack_require__(/*! @/components/navigation/navigation.vue */ 551));\nvar _TokenUtil = _interopRequireDefault(__webpack_require__(/*! @/utils/TokenUtil */ 43));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {try {var info = gen[key](arg);var value = info.value;} catch (error) {reject(error);return;}if (info.done) {resolve(value);} else {Promise.resolve(value).then(_next, _throw);}}function _asyncToGenerator(fn) {return function () {var self = this,args = arguments;return new Promise(function (resolve, reject) {var gen = fn.apply(self, args);function _next(value) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"next\", value);}function _throw(err) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"throw\", err);}_next(undefined);});};}var _default =\n{\n data: function data() {\n return {\n item: {},\n wallet: {},\n address: '',\n result: [],\n result2: [],\n pageSize: 10,\n pageNum: 1 };\n\n },\n\n onLoad: function onLoad(option) {\n if (uni.getStorageSync('wallet')) {\n this.address = uni.getStorageSync('wallet').address;\n this.wallet = uni.getStorageSync('wallet');\n this.wallet.address = this.wallet.address.substring(0, 6) + '...' + this.wallet.address.\n substring(25, this.wallet.address.length);\n\n } else {\n this.wallet = uni.getStorageSync('walletInfo').BTC[0];\n this.wallet.address = this.wallet.address.substring(0, 6) + '...' + this.wallet.address.substring(25, this.\n wallet.address.length);\n __f__(\"log\", this.wallet, 111, \" at pages/menu/collection/collectionDetail/index.vue:59\");\n }\n\n\n this.item = uni.getStorageSync('nftitem');\n\n\n this.getProject();\n this.getProject2();\n },\n onReachBottom: function onReachBottom() {\n this.pageSize += 5;\n this.getProject();\n this.getProject2();\n },\n computed: {\n i18n: function i18n() {\n return this.$t('index');\n } },\n\n methods: {\n back: function back() {\n uni.reLaunch({\n url: '../index' });\n\n },\n getProject: function getProject() {var _this = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee() {var params, response, i;return _regenerator.default.wrap(function _callee$(_context) {while (1) {switch (_context.prev = _context.next) {case 0:\n params = {\n nftProjectId: _this.item.id,\n address: _this.address,\n pageSize: _this.pageSize,\n pageNum: _this.pageNum };_context.next = 3;return (\n\n _this.$api.getNftCollectionList(params));case 3:response = _context.sent;\n\n _this.result = response.data.rows;\n for (i = 0; i < _this.result.length; i++) {\n _this.result[i].address = _this.result[i].address.substring(0, 6) + '...' + _this.result[i].address.\n substring(25, _this.result[i].address.length);\n }case 6:case \"end\":return _context.stop();}}}, _callee);}))();\n\n },\n getProject2: function getProject2() {var _this2 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee2() {var params, response;return _regenerator.default.wrap(function _callee2$(_context2) {while (1) {switch (_context2.prev = _context2.next) {case 0:\n params = {\n nftProjectId: _this2.item.id,\n address: _this2.address,\n pageSize: _this2.pageSize,\n pageNum: _this2.pageNum };_context2.next = 3;return (\n\n _this2.$api.getNftCollectionList(params));case 3:response = _context2.sent;\n _this2.result2 = response.data.rows;\n __f__(\"log\", _this2.result2, 7878, \" at pages/menu/collection/collectionDetail/index.vue:110\");case 6:case \"end\":return _context2.stop();}}}, _callee2);}))();\n\n },\n goAdd: function goAdd() {\n uni.navigateTo({\n url: '../addCollection/index' });\n\n },\n goDetail: function goDetail(index) {\n __f__(\"log\", this.result2[index], \" at pages/menu/collection/collectionDetail/index.vue:119\");\n uni.setStorageSync('nftOneItem', this.result2[index]);\n uni.navigateTo({\n url: '../collectionDetailtrue/index' });\n\n\n } } };exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 33)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vcGFnZXMvbWVudS9jb2xsZWN0aW9uL2NvbGxlY3Rpb25EZXRhaWwvaW5kZXgudnVlIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBZ0NBO0FBQ0EsMEY7QUFDQTtBQUNBLE1BREEsa0JBQ0E7QUFDQTtBQUNBLGNBREE7QUFFQSxnQkFGQTtBQUdBLGlCQUhBO0FBSUEsZ0JBSkE7QUFLQSxpQkFMQTtBQU1BLGtCQU5BO0FBT0EsZ0JBUEE7O0FBU0EsR0FYQTs7QUFhQSxRQWJBLGtCQWFBLE1BYkEsRUFhQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsZUFEQSxDQUNBLEVBREEsRUFDQSwwQkFEQTs7QUFHQSxLQU5BLE1BTUE7QUFDQTtBQUNBO0FBQ0EsWUFEQSxDQUNBLE9BREEsQ0FDQSxNQURBO0FBRUE7QUFDQTs7O0FBR0E7OztBQUdBO0FBQ0E7QUFDQSxHQWpDQTtBQWtDQSxlQWxDQSwyQkFrQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxHQXRDQTtBQXVDQTtBQUNBLFFBREEsa0JBQ0E7QUFDQTtBQUNBLEtBSEEsRUF2Q0E7O0FBNENBO0FBQ0EsUUFEQSxrQkFDQTtBQUNBO0FBQ0EsdUJBREE7O0FBR0EsS0FMQTtBQU1BLGNBTkEsd0JBTUE7QUFDQSxzQkFEQSxHQUNBO0FBQ0EsNkNBREE7QUFFQSx3Q0FGQTtBQUdBLDBDQUhBO0FBSUEsd0NBSkEsRUFEQTs7QUFPQSx5REFQQSxTQU9BLFFBUEE7O0FBU0E7QUFDQTtBQUNBO0FBQ0EsMkJBREEsQ0FDQSxFQURBLEVBQ0EsOEJBREE7QUFFQSxpQkFiQTs7QUFlQSxLQXJCQTtBQXNCQSxlQXRCQSx5QkFzQkE7QUFDQSxzQkFEQSxHQUNBO0FBQ0EsOENBREE7QUFFQSx5Q0FGQTtBQUdBLDJDQUhBO0FBSUEseUNBSkEsRUFEQTs7QUFPQSwwREFQQSxTQU9BLFFBUEE7QUFRQTtBQUNBLCtHQVRBOztBQVdBLEtBakNBO0FBa0NBLFNBbENBLG1CQWtDQTtBQUNBO0FBQ0EscUNBREE7O0FBR0EsS0F0Q0E7QUF1Q0EsWUF2Q0Esb0JBdUNBLEtBdkNBLEVBdUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsNENBREE7OztBQUlBLEtBOUNBLEVBNUNBLEUiLCJmaWxlIjoiNjE4LmpzIiwic291cmNlc0NvbnRlbnQiOlsiPHRlbXBsYXRlPlxyXG5cdDx2aWV3IGNsYXNzPVwibWFpbnRvUFwiPlxyXG5cdFx0PG5hdmlnYXRpb24gOnNob3dCYWNrPVwiZmFsc2VcIiA6YmdudW09XCJ0cnVlXCIgY2xhc3M9XCJhYWFcIj5cclxuXHRcdFx0PGltYWdlIHNyYz1cIi4uLy4uLy4uLy4uL3N0YXRpYy90b25neW9uaC9WZWN0b3IucG5nXCIgbW9kZT1cImFzcGVjdEZpdFwiIGNsYXNzPVwiYmFja1wiIEBjbGljaz1cImJhY2soKVwiPjwvaW1hZ2U+XHJcblx0XHRcdDxpbWFnZSBzcmM9XCIuLi8uLi8uLi8uLi9zdGF0aWMvdG9uZ3lvbmgvSWNvbkdyb3VwLnBuZ1wiIG1vZGU9XCJhc3BlY3RGaXRcIiBAY2xpY2s9XCJnb0FkZFwiIGNsYXNzPVwicmVuWW91MlwiXHJcblx0XHRcdFx0c2xvdD1cImxvZ29cIj48L2ltYWdlPlxyXG5cdFx0XHQ8dGV4dCBjbGFzcz1cImJpZ190aXRsZVwiPlxyXG5cdFx0XHRcdHt7aXRlbS5wcm9qZWN0TmFtZX19XHJcblx0XHRcdDwvdGV4dD5cclxuXHRcdDwvbmF2aWdhdGlvbj5cclxuXHRcdDx2aWV3IGNsYXNzPVwibWFpblwiPlxyXG5cclxuXHRcdFx0PHZpZXcgY2xhc3M9XCJpdGVtXCIgdi1mb3I9XCJpdGVtLGluZGV4IGluIHJlc3VsdFwiIDprZXk9XCJpbmRleFwiPlxyXG5cdFx0XHRcdDx2aWV3IGNsYXNzPVwidG9wXCI+XHJcblx0XHRcdFx0XHQ8aW1hZ2UgOnNyYz1cIml0ZW0uY2hhaW5JY29uVXJsXCIgbW9kZT1cImFzcGVjdEZpdFwiIGNsYXNzPVwiaW1nXCI+PC9pbWFnZT5cclxuXHRcdFx0XHRcdHt7aXRlbS5hZGRyZXNzfX1cclxuXHRcdFx0XHRcdDxpbWFnZSBzcmM9XCIuLi8uLi8uLi8uLi9zdGF0aWMvdG9uZ3lvbmgvbW9yZV92ZXJ0XzI0cHhAMngucG5nXCIgbW9kZT1cImFzcGVjdEZpdFwiIGNsYXNzPVwiaW1nIGxmZXRcIlxyXG5cdFx0XHRcdFx0XHRAY2xpY2s9XCJnb0RldGFpbChpbmRleClcIj48L2ltYWdlPlxyXG5cdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0XHQ8dmlldyBjbGFzcz1cInRvcFwiPlxyXG5cdFx0XHRcdFx0PHRleHQgY2xhc3M9XCJ0ZXh0bGVmdFwiPnt7aTE4bi5Db250cmFjdHN9fTogPC90ZXh0Pnt7aXRlbS5jb250cmFjdH19XHJcblx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHRcdDx2aWV3IGNsYXNzPVwidG9wXCI+XHJcblx0XHRcdFx0XHQ8dGV4dCBjbGFzcz1cInRleHRsZWZ0IHRleHR0dFwiPnt7aTE4bi5JRH19OiA8L3RleHQ+e3tpdGVtLmlkfX1cclxuXHRcdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdDwvdmlldz5cclxuXHRcdDwvdmlldz5cclxuXHJcblx0PC92aWV3PlxyXG48L3RlbXBsYXRlPlxyXG5cclxuPHNjcmlwdD5cclxuXHRpbXBvcnQgY29udCBmcm9tIFwiQC9jb21wb25lbnRzL25hdmlnYXRpb24vbmF2aWdhdGlvbi52dWVcIlxyXG5cdGltcG9ydCB0b2tlbiBmcm9tIFwiQC91dGlscy9Ub2tlblV0aWxcIlxyXG5cdGV4cG9ydCBkZWZhdWx0IHtcclxuXHRcdGRhdGEoKSB7XHJcblx0XHRcdHJldHVybiB7XHJcblx0XHRcdFx0aXRlbToge30sXHJcblx0XHRcdFx0d2FsbGV0OiB7fSxcclxuXHRcdFx0XHRhZGRyZXNzOiAnJyxcclxuXHRcdFx0XHRyZXN1bHQ6IFtdLFxyXG5cdFx0XHRcdHJlc3VsdDI6IFtdLFxyXG5cdFx0XHRcdHBhZ2VTaXplOiAxMCxcclxuXHRcdFx0XHRwYWdlTnVtOiAxLFxyXG5cdFx0XHR9XHJcblx0XHR9LFxyXG5cclxuXHRcdG9uTG9hZChvcHRpb24pIHtcclxuXHRcdFx0aWYgKHVuaS5nZXRTdG9yYWdlU3luYygnd2FsbGV0JykpIHtcclxuXHRcdFx0XHR0aGlzLmFkZHJlc3MgPSB1bmkuZ2V0U3RvcmFnZVN5bmMoJ3dhbGxldCcpLmFkZHJlc3NcclxuXHRcdFx0XHR0aGlzLndhbGxldCA9IHVuaS5nZXRTdG9yYWdlU3luYygnd2FsbGV0JylcclxuXHRcdFx0XHR0aGlzLndhbGxldC5hZGRyZXNzID0gdGhpcy53YWxsZXQuYWRkcmVzcy5zdWJzdHJpbmcoMCwgNikgKyAnLi4uJyArIHRoaXMud2FsbGV0LmFkZHJlc3NcclxuXHRcdFx0XHRcdC5zdWJzdHJpbmcoMjUsIHRoaXMud2FsbGV0LmFkZHJlc3MubGVuZ3RoKTtcclxuXHJcblx0XHRcdH0gZWxzZSB7XHJcblx0XHRcdFx0dGhpcy53YWxsZXQgPSB1bmkuZ2V0U3RvcmFnZVN5bmMoJ3dhbGxldEluZm8nKS5CVENbMF1cclxuXHRcdFx0XHR0aGlzLndhbGxldC5hZGRyZXNzID0gdGhpcy53YWxsZXQuYWRkcmVzcy5zdWJzdHJpbmcoMCwgNikgKyAnLi4uJyArIHRoaXMud2FsbGV0LmFkZHJlc3Muc3Vic3RyaW5nKDI1LCB0aGlzXHJcblx0XHRcdFx0XHQud2FsbGV0LmFkZHJlc3MubGVuZ3RoKTtcclxuXHRcdFx0XHRjb25zb2xlLmxvZyh0aGlzLndhbGxldCwgMTExKVxyXG5cdFx0XHR9XHJcblxyXG5cclxuXHRcdFx0dGhpcy5pdGVtID0gdW5pLmdldFN0b3JhZ2VTeW5jKCduZnRpdGVtJylcclxuXHJcblxyXG5cdFx0XHR0aGlzLmdldFByb2plY3QoKVxyXG5cdFx0XHR0aGlzLmdldFByb2plY3QyKClcclxuXHRcdH0sXHJcblx0XHRvblJlYWNoQm90dG9tKCkge1xyXG5cdFx0XHR0aGlzLnBhZ2VTaXplICs9IDVcclxuXHRcdFx0dGhpcy5nZXRQcm9qZWN0KClcclxuXHRcdFx0dGhpcy5nZXRQcm9qZWN0MigpXHJcblx0XHR9LFxyXG5cdFx0Y29tcHV0ZWQ6IHtcclxuXHRcdFx0XHRcdFx0aTE4bigpIHtcclxuXHRcdFx0XHRcdFx0XHRyZXR1cm4gdGhpcy4kdCgnaW5kZXgnKVxyXG5cdFx0XHRcdFx0XHR9LFxyXG5cdFx0XHRcdFx0fSxcclxuXHRcdG1ldGhvZHM6IHtcclxuXHRcdFx0YmFjaygpIHtcclxuXHRcdFx0XHR1bmkucmVMYXVuY2goe1xyXG5cdFx0XHRcdFx0dXJsOiAnLi4vaW5kZXgnXHJcblx0XHRcdFx0fSlcclxuXHRcdFx0fSxcclxuXHRcdFx0YXN5bmMgZ2V0UHJvamVjdCgpIHtcclxuXHRcdFx0XHRsZXQgcGFyYW1zID0ge1xyXG5cdFx0XHRcdFx0bmZ0UHJvamVjdElkOiB0aGlzLml0ZW0uaWQsXHJcblx0XHRcdFx0XHRhZGRyZXNzOiB0aGlzLmFkZHJlc3MsXHJcblx0XHRcdFx0XHRwYWdlU2l6ZTogdGhpcy5wYWdlU2l6ZSxcclxuXHRcdFx0XHRcdHBhZ2VOdW06IHRoaXMucGFnZU51bVxyXG5cdFx0XHRcdH1cclxuXHRcdFx0XHRjb25zdCByZXNwb25zZSA9IGF3YWl0IHRoaXMuJGFwaS5nZXROZnRDb2xsZWN0aW9uTGlzdChwYXJhbXMpXHJcblxyXG5cdFx0XHRcdHRoaXMucmVzdWx0ID0gcmVzcG9uc2UuZGF0YS5yb3dzXHJcblx0XHRcdFx0Zm9yICh2YXIgaSA9IDA7IGkgPCB0aGlzLnJlc3VsdC5sZW5ndGg7IGkrKykge1xyXG5cdFx0XHRcdFx0dGhpcy5yZXN1bHRbaV0uYWRkcmVzcyA9IHRoaXMucmVzdWx0W2ldLmFkZHJlc3Muc3Vic3RyaW5nKDAsIDYpICsgJy4uLicgKyB0aGlzLnJlc3VsdFtpXS5hZGRyZXNzXHJcblx0XHRcdFx0XHRcdC5zdWJzdHJpbmcoMjUsIHRoaXMucmVzdWx0W2ldLmFkZHJlc3MubGVuZ3RoKTtcclxuXHRcdFx0XHR9XHJcblxyXG5cdFx0XHR9LFxyXG5cdFx0XHRhc3luYyBnZXRQcm9qZWN0MigpIHtcclxuXHRcdFx0XHRsZXQgcGFyYW1zID0ge1xyXG5cdFx0XHRcdFx0bmZ0UHJvamVjdElkOiB0aGlzLml0ZW0uaWQsXHJcblx0XHRcdFx0XHRhZGRyZXNzOiB0aGlzLmFkZHJlc3MsXHJcblx0XHRcdFx0XHRwYWdlU2l6ZTogdGhpcy5wYWdlU2l6ZSxcclxuXHRcdFx0XHRcdHBhZ2VOdW06IHRoaXMucGFnZU51bVxyXG5cdFx0XHRcdH1cclxuXHRcdFx0XHRjb25zdCByZXNwb25zZSA9IGF3YWl0IHRoaXMuJGFwaS5nZXROZnRDb2xsZWN0aW9uTGlzdChwYXJhbXMpO1xyXG5cdFx0XHRcdHRoaXMucmVzdWx0MiA9IHJlc3BvbnNlLmRhdGEucm93c1xyXG5cdFx0XHRcdGNvbnNvbGUubG9nKHRoaXMucmVzdWx0MiwgNzg3OClcclxuXHRcdFx0XHJcblx0XHRcdH0sXHJcblx0XHRcdGdvQWRkKCkge1xyXG5cdFx0XHRcdHVuaS5uYXZpZ2F0ZVRvKHtcclxuXHRcdFx0XHRcdHVybDogJy4uL2FkZENvbGxlY3Rpb24vaW5kZXgnXHJcblx0XHRcdFx0fSlcclxuXHRcdFx0fSxcclxuXHRcdFx0Z29EZXRhaWwoaW5kZXgpIHtcclxuXHRcdFx0XHRjb25zb2xlLmxvZyh0aGlzLnJlc3VsdDJbaW5kZXhdKVxyXG5cdFx0XHRcdHVuaS5zZXRTdG9yYWdlU3luYygnbmZ0T25lSXRlbScsIHRoaXMucmVzdWx0MltpbmRleF0pXHJcblx0XHRcdFx0dW5pLm5hdmlnYXRlVG8oe1xyXG5cdFx0XHRcdFx0dXJsOiAnLi4vY29sbGVjdGlvbkRldGFpbHRydWUvaW5kZXgnXHJcblx0XHRcdFx0fSlcclxuXHJcblx0XHRcdH1cclxuXHJcblxyXG5cdFx0fSxcclxuXHJcblx0fTtcclxuPC9zY3JpcHQ+XHJcbjxzdHlsZSBzY29wZWQ+XHJcblxyXG48L3N0eWxlPlxyXG5cclxuPHN0eWxlPlxyXG5cdEBpbXBvcnQgJy4vaW5kZXguY3NzJztcclxuPC9zdHlsZT5cclxuIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///618\n");
-
-/***/ }),
-/* 619 */
-/*!*****************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/collection/index.vue?mpType=page ***!
- \*****************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_046e92f8_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=046e92f8&scoped=true&mpType=page */ 620);\n/* harmony import */ var _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js&mpType=page */ 629);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 7);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_046e92f8_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_046e92f8_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"046e92f8\",\n null,\n false,\n _index_vue_vue_type_template_id_046e92f8_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/menu/collection/index.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBeUk7QUFDekk7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ21LO0FBQ25LLGdCQUFnQiw2S0FBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSx1R0FBTTtBQUNSLEVBQUUsZ0hBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsMkdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNjE5LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9MDQ2ZTkyZjgmc2NvcGVkPXRydWUmbXBUeXBlPXBhZ2VcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiXG5leHBvcnQgKiBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9ydW50aW1lL2NvbXBvbmVudE5vcm1hbGl6ZXIuanNcIlxudmFyIGNvbXBvbmVudCA9IG5vcm1hbGl6ZXIoXG4gIHNjcmlwdCxcbiAgcmVuZGVyLFxuICBzdGF0aWNSZW5kZXJGbnMsXG4gIGZhbHNlLFxuICBudWxsLFxuICBcIjA0NmU5MmY4XCIsXG4gIG51bGwsXG4gIGZhbHNlLFxuICBjb21wb25lbnRzLFxuICByZW5kZXJqc1xuKVxuXG5jb21wb25lbnQub3B0aW9ucy5fX2ZpbGUgPSBcInBhZ2VzL21lbnUvY29sbGVjdGlvbi9pbmRleC52dWVcIlxuZXhwb3J0IGRlZmF1bHQgY29tcG9uZW50LmV4cG9ydHMiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///619\n");
-
-/***/ }),
-/* 620 */
-/*!***********************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/collection/index.vue?vue&type=template&id=046e92f8&scoped=true&mpType=page ***!
- \***********************************************************************************************************************************/
-/*! exports provided: render, staticRenderFns, recyclableRender, components */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_046e92f8_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=046e92f8&scoped=true&mpType=page */ 621);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_046e92f8_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_046e92f8_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_046e92f8_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_046e92f8_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
-
-
-
-/***/ }),
-/* 621 */
-/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/pages/menu/collection/index.vue?vue&type=template&id=046e92f8&scoped=true&mpType=page ***!
- \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
-/*! exports provided: render, staticRenderFns, recyclableRender, components */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "render", function() { return render; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return staticRenderFns; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return recyclableRender; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "components", function() { return components; });
-var components
-try {
- components = {
- navigation: __webpack_require__(/*! @/components/navigation/navigation.vue */ 551).default,
- uMask: __webpack_require__(/*! @/uview-ui/components/u-mask/u-mask.vue */ 622).default
- }
-} catch (e) {
- if (
- e.message.indexOf("Cannot find module") !== -1 &&
- e.message.indexOf(".vue") !== -1
- ) {
- console.error(e.message)
- console.error("1. 排查组件名称拼写是否正确")
- console.error(
- "2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"
- )
- console.error(
- "3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件"
- )
- } else {
- throw e
- }
-}
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "view",
- { staticClass: _vm._$s(0, "sc", "maintoP"), attrs: { _i: 0 } },
- [
- _c(
- "navigation",
- {
- staticClass: _vm._$s(1, "sc", "head"),
- attrs: { showBack: false, bgnum: true, _i: 1 }
- },
- [_vm._v(_vm._$s(1, "t0-0", _vm._s(_vm.i18n.NFTcollection)))]
- ),
- _c(
- "view",
- { staticClass: _vm._$s(2, "sc", "big_con"), attrs: { _i: 2 } },
- [
- _c(
- "view",
- { staticClass: _vm._$s(3, "sc", "main"), attrs: { _i: 3 } },
- [
- _c(
- "view",
- { staticClass: _vm._$s(4, "sc", "main_con"), attrs: { _i: 4 } },
- _vm._l(
- _vm._$s(5, "f", { forItems: _vm.collectinInfo }),
- function(item, index, $20, $30) {
- return _c(
- "view",
- {
- key: _vm._$s(5, "f", { forIndex: $20, key: index }),
- staticClass: _vm._$s("5-" + $30, "sc", "item flex"),
- attrs: { _i: "5-" + $30 },
- on: {
- click: function($event) {
- return _vm.showMsg(item, index)
- }
- }
- },
- [
- _c(
- "view",
- {
- staticClass: _vm._$s(
- "6-" + $30,
- "sc",
- "left flex2"
- ),
- attrs: { _i: "6-" + $30 }
- },
- [
- _c("image", {
- staticClass: _vm._$s("7-" + $30, "sc", "img"),
- attrs: {
- src: _vm._$s(
- "7-" + $30,
- "a-src",
- item.projectIconUrlAbs
- ),
- _i: "7-" + $30
- }
- }),
- _c(
- "view",
- {
- staticClass: _vm._$s(
- "8-" + $30,
- "sc",
- "textcon"
- ),
- attrs: { _i: "8-" + $30 }
- },
- [
- _c(
- "view",
- {
- staticClass: _vm._$s(
- "9-" + $30,
- "sc",
- "text1"
- ),
- attrs: { _i: "9-" + $30 }
- },
- [
- _vm._v(
- _vm._$s(
- "9-" + $30,
- "t0-0",
- _vm._s(item.projectName)
- )
- )
- ]
- ),
- _c(
- "view",
- {
- staticClass: _vm._$s(
- "10-" + $30,
- "sc",
- "text2"
- ),
- attrs: { _i: "10-" + $30 }
- },
- [
- _vm._v(
- _vm._$s(
- "10-" + $30,
- "t0-0",
- _vm._s(item.collectionTotal)
- )
- )
- ]
- ),
- _c(
- "view",
- {
- staticClass: _vm._$s(
- "11-" + $30,
- "sc",
- "text2"
- ),
- attrs: { _i: "11-" + $30 }
- },
- [
- _vm._v(
- _vm._$s(
- "11-" + $30,
- "t0-0",
- _vm._s(item.chainName)
- )
- )
- ]
- )
- ]
- )
- ]
- ),
- _c("image", {
- staticClass: _vm._$s("12-" + $30, "sc", "letImg"),
- attrs: {
- src: _vm._$s(
- "12-" + $30,
- "a-src",
- __webpack_require__(/*! ../../../static/tongyonh/chevron_right_24px.png */ 29)
- ),
- _i: "12-" + $30
- }
- })
- ]
- )
- }
- ),
- 0
- ),
- _c("tab-bar", { attrs: { selectActive: 2, _i: 13 } })
- ],
- 1
- )
- ]
- ),
- _vm._$s(14, "i", _vm.showbottom)
- ? _c(
- "view",
- { staticClass: _vm._$s(14, "sc", "bottom_con"), attrs: { _i: 14 } },
- [
- _c("image", {
- staticClass: _vm._$s(15, "sc", "ethimg2"),
- attrs: {
- src: _vm._$s(
- 15,
- "a-src",
- __webpack_require__(/*! ../../../static/tongyonh/xg.png */ 627)
- ),
- _i: 15
- },
- on: {
- click: function($event) {
- _vm.showbottom = false
- }
- }
- }),
- _c("view", {
- staticClass: _vm._$s(16, "sc", "title_con"),
- attrs: { _i: 16 }
- }),
- _c(
- "view",
- {
- staticClass: _vm._$s(17, "sc", "money_con"),
- attrs: { _i: 17 }
- },
- [
- _c(
- "view",
- {
- staticClass: _vm._$s(18, "sc", "info_con"),
- attrs: { _i: 18 }
- },
- _vm._l(
- _vm._$s(19, "f", { forItems: _vm.ethInfo }),
- function(item, index, $21, $31) {
- return _c(
- "view",
- {
- key: _vm._$s(19, "f", {
- forIndex: $21,
- key: index
- }),
- staticClass: _vm._$s(
- "19-" + $31,
- "sc",
- "item flexx pur"
- ),
- attrs: { _i: "19-" + $31 },
- on: {
- click: function($event) {
- return _vm.goDetail2(item)
- }
- }
- },
- [
- _c(
- "view",
- {
- staticClass: _vm._$s(
- "20-" + $31,
- "sc",
- "left flex"
- ),
- attrs: { _i: "20-" + $31 }
- },
- [
- _c("image", {
- staticClass: _vm._$s(
- "21-" + $31,
- "sc",
- "ethimg1"
- ),
- attrs: {
- src: _vm._$s(
- "21-" + $31,
- "a-src",
- __webpack_require__(/*! ../../../static/tongyonh/ETH_icon.png */ 628)
- ),
- _i: "21-" + $31
- }
- }),
- _c(
- "view",
- {
- staticClass: _vm._$s(
- "22-" + $31,
- "sc",
- "textcon"
- ),
- attrs: { _i: "22-" + $31 }
- },
- [
- _c(
- "view",
- {
- staticClass: _vm._$s(
- "23-" + $31,
- "sc",
- "text1 text111"
- ),
- attrs: { _i: "23-" + $31 }
- },
- [
- _vm._v(
- _vm._$s(
- "23-" + $31,
- "t0-0",
- _vm._s(item.coinList[0].name)
- )
- )
- ]
- ),
- _c(
- "view",
- {
- staticClass: _vm._$s(
- "24-" + $31,
- "sc",
- "text2"
- ),
- attrs: { _i: "24-" + $31 }
- },
- [
- _vm._v(
- _vm._$s(
- "24-" + $31,
- "t0-0",
- _vm._s(item.address)
- )
- )
- ]
- )
- ]
- )
- ]
- )
- ]
- )
- }
- ),
- 0
- )
- ]
- )
- ]
- )
- : _vm._e(),
- _c("u-mask", {
- attrs: { show: _vm.showbottom, "z-index": "8888", _i: 25 }
- })
- ],
- 1
- )
-}
-var recyclableRender = false
-var staticRenderFns = []
-render._withStripped = true
-
-
-
-/***/ }),
-/* 622 */
-/*!***********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-mask/u-mask.vue ***!
- \***********************************************************************************/
-/*! no static exports found */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _u_mask_vue_vue_type_template_id_4bfa3b00_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./u-mask.vue?vue&type=template&id=4bfa3b00&scoped=true& */ 623);\n/* harmony import */ var _u_mask_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./u-mask.vue?vue&type=script&lang=js& */ 625);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _u_mask_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _u_mask_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 7);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _u_mask_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _u_mask_vue_vue_type_template_id_4bfa3b00_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _u_mask_vue_vue_type_template_id_4bfa3b00_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"4bfa3b00\",\n null,\n false,\n _u_mask_vue_vue_type_template_id_4bfa3b00_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"uview-ui/components/u-mask/u-mask.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBK0g7QUFDL0g7QUFDMEQ7QUFDTDs7O0FBR3JEO0FBQ21LO0FBQ25LLGdCQUFnQiw2S0FBVTtBQUMxQixFQUFFLDRFQUFNO0FBQ1IsRUFBRSw2RkFBTTtBQUNSLEVBQUUsc0dBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsaUdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNjIyLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi91LW1hc2sudnVlP3Z1ZSZ0eXBlPXRlbXBsYXRlJmlkPTRiZmEzYjAwJnNjb3BlZD10cnVlJlwiXG52YXIgcmVuZGVyanNcbmltcG9ydCBzY3JpcHQgZnJvbSBcIi4vdS1tYXNrLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuZXhwb3J0ICogZnJvbSBcIi4vdS1tYXNrLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9ydW50aW1lL2NvbXBvbmVudE5vcm1hbGl6ZXIuanNcIlxudmFyIGNvbXBvbmVudCA9IG5vcm1hbGl6ZXIoXG4gIHNjcmlwdCxcbiAgcmVuZGVyLFxuICBzdGF0aWNSZW5kZXJGbnMsXG4gIGZhbHNlLFxuICBudWxsLFxuICBcIjRiZmEzYjAwXCIsXG4gIG51bGwsXG4gIGZhbHNlLFxuICBjb21wb25lbnRzLFxuICByZW5kZXJqc1xuKVxuXG5jb21wb25lbnQub3B0aW9ucy5fX2ZpbGUgPSBcInV2aWV3LXVpL2NvbXBvbmVudHMvdS1tYXNrL3UtbWFzay52dWVcIlxuZXhwb3J0IGRlZmF1bHQgY29tcG9uZW50LmV4cG9ydHMiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///622\n");
-
-/***/ }),
-/* 623 */
-/*!******************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-mask/u-mask.vue?vue&type=template&id=4bfa3b00&scoped=true& ***!
- \******************************************************************************************************************************/
-/*! exports provided: render, staticRenderFns, recyclableRender, components */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_mask_vue_vue_type_template_id_4bfa3b00_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-mask.vue?vue&type=template&id=4bfa3b00&scoped=true& */ 624);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_mask_vue_vue_type_template_id_4bfa3b00_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_mask_vue_vue_type_template_id_4bfa3b00_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_mask_vue_vue_type_template_id_4bfa3b00_scoped_true___WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_mask_vue_vue_type_template_id_4bfa3b00_scoped_true___WEBPACK_IMPORTED_MODULE_0__["components"]; });
-
-
-
-/***/ }),
-/* 624 */
-/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-mask/u-mask.vue?vue&type=template&id=4bfa3b00&scoped=true& ***!
- \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
-/*! exports provided: render, staticRenderFns, recyclableRender, components */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "render", function() { return render; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return staticRenderFns; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return recyclableRender; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "components", function() { return components; });
-var components
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "view",
- {
- staticClass: _vm._$s(0, "sc", "u-mask"),
- class: _vm._$s(0, "c", {
- "u-mask-zoom": _vm.zoom,
- "u-mask-show": _vm.show
- }),
- style: _vm._$s(0, "s", [_vm.maskStyle, _vm.zoomStyle]),
- attrs: { _i: 0 },
- on: {
- touchmove: function($event) {
- $event.stopPropagation()
- $event.preventDefault()
- return (function() {})($event)
- },
- click: _vm.click
- }
- },
- [_vm._t("default", null, { _i: 1 })],
- 2
- )
-}
-var recyclableRender = false
-var staticRenderFns = []
-render._withStripped = true
-
-
-
-/***/ }),
-/* 625 */
-/*!************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-mask/u-mask.vue?vue&type=script&lang=js& ***!
- \************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_mask_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-mask.vue?vue&type=script&lang=js& */ 626);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_mask_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_mask_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_mask_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_mask_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_mask_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQWtpQixDQUFnQiw0akJBQUcsRUFBQyIsImZpbGUiOiI2MjUuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL2JhYmVsLWxvYWRlci9saWIvaW5kZXguanMhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyL2luZGV4LmpzPz9yZWYtLTYtMSEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stdW5pLWFwcC1sb2FkZXIvdXNpbmctY29tcG9uZW50cy5qcyEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL2luZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi91LW1hc2sudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiOyBleHBvcnQgZGVmYXVsdCBtb2Q7IGV4cG9ydCAqIGZyb20gXCItIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL2JhYmVsLWxvYWRlci9saWIvaW5kZXguanMhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyL2luZGV4LmpzPz9yZWYtLTYtMSEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stdW5pLWFwcC1sb2FkZXIvdXNpbmctY29tcG9uZW50cy5qcyEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL2luZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi91LW1hc2sudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///625\n");
-
-/***/ }),
-/* 626 */
-/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-mask/u-mask.vue?vue&type=script&lang=js& ***!
- \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;function ownKeys(object, enumerableOnly) {var keys = Object.keys(object);if (Object.getOwnPropertySymbols) {var symbols = Object.getOwnPropertySymbols(object);if (enumerableOnly) symbols = symbols.filter(function (sym) {return Object.getOwnPropertyDescriptor(object, sym).enumerable;});keys.push.apply(keys, symbols);}return keys;}function _objectSpread(target) {for (var i = 1; i < arguments.length; i++) {var source = arguments[i] != null ? arguments[i] : {};if (i % 2) {ownKeys(Object(source), true).forEach(function (key) {_defineProperty(target, key, source[key]);});} else if (Object.getOwnPropertyDescriptors) {Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));} else {ownKeys(Object(source)).forEach(function (key) {Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));});}}return target;}function _defineProperty(obj, key, value) {if (key in obj) {Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true });} else {obj[key] = value;}return obj;} //\n//\n//\n//\n//\n//\n//\n//\n//\n\n/**\n * mask 遮罩\n * @description 创建一个遮罩层,用于强调特定的页面元素,并阻止用户对遮罩下层的内容进行操作,一般用于弹窗场景\n * @tutorial https://www.uviewui.com/components/mask.html\n * @property {Boolean} show 是否显示遮罩(默认false)\n * @property {String Number} z-index z-index 层级(默认1070)\n * @property {Object} custom-style 自定义样式对象,见上方说明\n * @property {String Number} duration 动画时长,单位毫秒(默认300)\n * @property {Boolean} zoom 是否使用scale对遮罩进行缩放(默认true)\n * @property {Boolean} mask-click-able 遮罩是否可点击,为false时点击不会发送click事件(默认true)\n * @event {Function} click mask-click-able为true时,点击遮罩发送此事件\n * @example \n */var _default2 =\n{\n name: \"u-mask\",\n props: {\n // 是否显示遮罩\n show: {\n type: Boolean,\n default: false },\n\n // 层级z-index\n zIndex: {\n type: [Number, String],\n default: '' },\n\n // 用户自定义样式\n customStyle: {\n type: Object,\n default: function _default() {\n return {};\n } },\n\n // 遮罩的动画样式, 是否使用使用zoom进行scale进行缩放\n zoom: {\n type: Boolean,\n default: true },\n\n // 遮罩的过渡时间,单位为ms\n duration: {\n type: [Number, String],\n default: 300 },\n\n // 是否可以通过点击遮罩进行关闭\n maskClickAble: {\n type: Boolean,\n default: true } },\n\n\n data: function data() {\n return {\n zoomStyle: {\n transform: '' },\n\n scale: 'scale(1.2, 1.2)' };\n\n },\n watch: {\n show: function show(n) {\n if (n && this.zoom) {\n // 当展示遮罩的时候,设置scale为1,达到缩小(原来为1.2)的效果\n this.zoomStyle.transform = 'scale(1, 1)';\n } else if (!n && this.zoom) {\n // 当隐藏遮罩的时候,设置scale为1.2,达到放大(因为显示遮罩时已重置为1)的效果\n this.zoomStyle.transform = this.scale;\n }\n } },\n\n computed: {\n maskStyle: function maskStyle() {\n var style = {};\n style.backgroundColor = \"rgba(0, 0, 0, 0.6)\";\n if (this.show) style.zIndex = this.zIndex ? this.zIndex : this.$u.zIndex.mask;else\n style.zIndex = -1;\n style.transition = \"all \".concat(this.duration / 1000, \"s ease-in-out\");\n // 判断用户传递的对象是否为空,不为空就进行合并\n if (Object.keys(this.customStyle).length) style = _objectSpread(_objectSpread({},\n style),\n this.customStyle);\n\n return style;\n } },\n\n methods: {\n click: function click() {\n if (!this.maskClickAble) return;\n this.$emit('click');\n } } };exports.default = _default2;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXZpZXctdWkvY29tcG9uZW50cy91LW1hc2svdS1tYXNrLnZ1ZSJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7O0FBVUE7Ozs7Ozs7Ozs7Ozs7QUFhQTtBQUNBLGdCQURBO0FBRUE7QUFDQTtBQUNBO0FBQ0EsbUJBREE7QUFFQSxvQkFGQSxFQUZBOztBQU1BO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLGlCQUZBLEVBUEE7O0FBV0E7QUFDQTtBQUNBLGtCQURBO0FBRUEsYUFGQSxzQkFFQTtBQUNBO0FBQ0EsT0FKQSxFQVpBOztBQWtCQTtBQUNBO0FBQ0EsbUJBREE7QUFFQSxtQkFGQSxFQW5CQTs7QUF1QkE7QUFDQTtBQUNBLDRCQURBO0FBRUEsa0JBRkEsRUF4QkE7O0FBNEJBO0FBQ0E7QUFDQSxtQkFEQTtBQUVBLG1CQUZBLEVBN0JBLEVBRkE7OztBQW9DQSxNQXBDQSxrQkFvQ0E7QUFDQTtBQUNBO0FBQ0EscUJBREEsRUFEQTs7QUFJQSw4QkFKQTs7QUFNQSxHQTNDQTtBQTRDQTtBQUNBLFFBREEsZ0JBQ0EsQ0FEQSxFQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsT0FIQSxNQUdBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FUQSxFQTVDQTs7QUF1REE7QUFDQSxhQURBLHVCQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxXQURBO0FBRUEsc0JBRkE7O0FBSUE7QUFDQSxLQWJBLEVBdkRBOztBQXNFQTtBQUNBLFNBREEsbUJBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FKQSxFQXRFQSxFIiwiZmlsZSI6IjYyNi5qcyIsInNvdXJjZXNDb250ZW50IjpbIjx0ZW1wbGF0ZT5cclxuXHQ8dmlldyBjbGFzcz1cInUtbWFza1wiIGhvdmVyLXN0b3AtcHJvcGFnYXRpb24gOnN0eWxlPVwiW21hc2tTdHlsZSwgem9vbVN0eWxlXVwiIEB0YXA9XCJjbGlja1wiIEB0b3VjaG1vdmUuc3RvcC5wcmV2ZW50PVwiKCkgPT4ge31cIiA6Y2xhc3M9XCJ7XHJcblx0XHQndS1tYXNrLXpvb20nOiB6b29tLFxyXG5cdFx0J3UtbWFzay1zaG93Jzogc2hvd1xyXG5cdH1cIj5cclxuXHRcdDxzbG90IC8+XHJcblx0PC92aWV3PlxyXG48L3RlbXBsYXRlPlxyXG5cclxuPHNjcmlwdD5cclxuXHQvKipcclxuXHQgKiBtYXNrIOmBrue9qVxyXG5cdCAqIEBkZXNjcmlwdGlvbiDliJvlu7rkuIDkuKrpga7nvanlsYLvvIznlKjkuo7lvLrosIPnibnlrprnmoTpobXpnaLlhYPntKDvvIzlubbpmLvmraLnlKjmiLflr7npga7nvankuIvlsYLnmoTlhoXlrrnov5vooYzmk43kvZzvvIzkuIDoiKznlKjkuo7lvLnnqpflnLrmma9cclxuXHQgKiBAdHV0b3JpYWwgaHR0cHM6Ly93d3cudXZpZXd1aS5jb20vY29tcG9uZW50cy9tYXNrLmh0bWxcclxuXHQgKiBAcHJvcGVydHkge0Jvb2xlYW59IHNob3cg5piv5ZCm5pi+56S66YGu572p77yI6buY6K6kZmFsc2XvvIlcclxuXHQgKiBAcHJvcGVydHkge1N0cmluZyBOdW1iZXJ9IHotaW5kZXggei1pbmRleCDlsYLnuqfvvIjpu5jorqQxMDcw77yJXHJcblx0ICogQHByb3BlcnR5IHtPYmplY3R9IGN1c3RvbS1zdHlsZSDoh6rlrprkuYnmoLflvI/lr7nosaHvvIzop4HkuIrmlrnor7TmmI5cclxuXHQgKiBAcHJvcGVydHkge1N0cmluZyBOdW1iZXJ9IGR1cmF0aW9uIOWKqOeUu+aXtumVv++8jOWNleS9jeavq+enku+8iOm7mOiupDMwMO+8iVxyXG5cdCAqIEBwcm9wZXJ0eSB7Qm9vbGVhbn0gem9vbSDmmK/lkKbkvb/nlKhzY2FsZeWvuemBrue9qei/m+ihjOe8qeaUvu+8iOm7mOiupHRydWXvvIlcclxuXHQgKiBAcHJvcGVydHkge0Jvb2xlYW59IG1hc2stY2xpY2stYWJsZSDpga7nvanmmK/lkKblj6/ngrnlh7vvvIzkuLpmYWxzZeaXtueCueWHu+S4jeS8muWPkemAgWNsaWNr5LqL5Lu277yI6buY6K6kdHJ1Ze+8iVxyXG5cdCAqIEBldmVudCB7RnVuY3Rpb259IGNsaWNrIG1hc2stY2xpY2stYWJsZeS4unRydWXml7bvvIzngrnlh7vpga7nvanlj5HpgIHmraTkuovku7ZcclxuXHQgKiBAZXhhbXBsZSA8dS1tYXNrIDpzaG93PVwic2hvd1wiIEBjbGljaz1cInNob3cgPSBmYWxzZVwiPjwvdS1tYXNrPlxyXG5cdCAqL1xyXG5cdGV4cG9ydCBkZWZhdWx0IHtcclxuXHRcdG5hbWU6IFwidS1tYXNrXCIsXHJcblx0XHRwcm9wczoge1xyXG5cdFx0XHQvLyDmmK/lkKbmmL7npLrpga7nvalcclxuXHRcdFx0c2hvdzoge1xyXG5cdFx0XHRcdHR5cGU6IEJvb2xlYW4sXHJcblx0XHRcdFx0ZGVmYXVsdDogZmFsc2VcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5bGC57qnei1pbmRleFxyXG5cdFx0XHR6SW5kZXg6IHtcclxuXHRcdFx0XHR0eXBlOiBbTnVtYmVyLCBTdHJpbmddLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICcnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOeUqOaIt+iHquWumuS5ieagt+W8j1xyXG5cdFx0XHRjdXN0b21TdHlsZToge1xyXG5cdFx0XHRcdHR5cGU6IE9iamVjdCxcclxuXHRcdFx0XHRkZWZhdWx0ICgpIHtcclxuXHRcdFx0XHRcdHJldHVybiB7fVxyXG5cdFx0XHRcdH1cclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g6YGu572p55qE5Yqo55S75qC35byP77yMIOaYr+WQpuS9v+eUqOS9v+eUqHpvb23ov5vooYxzY2FsZei/m+ihjOe8qeaUvlxyXG5cdFx0XHR6b29tOiB7XHJcblx0XHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0XHRkZWZhdWx0OiB0cnVlXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOmBrue9qeeahOi/h+a4oeaXtumXtO+8jOWNleS9jeS4um1zXHJcblx0XHRcdGR1cmF0aW9uOiB7XHJcblx0XHRcdFx0dHlwZTogW051bWJlciwgU3RyaW5nXSxcclxuXHRcdFx0XHRkZWZhdWx0OiAzMDBcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5piv5ZCm5Y+v5Lul6YCa6L+H54K55Ye76YGu572p6L+b6KGM5YWz6ZetXHJcblx0XHRcdG1hc2tDbGlja0FibGU6IHtcclxuXHRcdFx0XHR0eXBlOiBCb29sZWFuLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IHRydWVcclxuXHRcdFx0fVxyXG5cdFx0fSxcclxuXHRcdGRhdGEoKSB7XHJcblx0XHRcdHJldHVybiB7XHJcblx0XHRcdFx0em9vbVN0eWxlOiB7XHJcblx0XHRcdFx0XHR0cmFuc2Zvcm06ICcnXHJcblx0XHRcdFx0fSxcclxuXHRcdFx0XHRzY2FsZTogJ3NjYWxlKDEuMiwgMS4yKSdcclxuXHRcdFx0fVxyXG5cdFx0fSxcclxuXHRcdHdhdGNoOiB7XHJcblx0XHRcdHNob3cobikge1xyXG5cdFx0XHRcdGlmKG4gJiYgdGhpcy56b29tKSB7XHJcblx0XHRcdFx0XHQvLyDlvZPlsZXnpLrpga7nvannmoTml7blgJnvvIzorr7nva5zY2FsZeS4ujHvvIzovr7liLDnvKnlsI8o5Y6f5p2l5Li6MS4yKeeahOaViOaenFxyXG5cdFx0XHRcdFx0dGhpcy56b29tU3R5bGUudHJhbnNmb3JtID0gJ3NjYWxlKDEsIDEpJztcclxuXHRcdFx0XHR9IGVsc2UgaWYoIW4gJiYgdGhpcy56b29tKSB7XHJcblx0XHRcdFx0XHQvLyDlvZPpmpDol4/pga7nvannmoTml7blgJnvvIzorr7nva5zY2FsZeS4ujEuMu+8jOi+vuWIsOaUvuWkpyjlm6DkuLrmmL7npLrpga7nvanml7blt7Lph43nva7kuLoxKeeahOaViOaenFxyXG5cdFx0XHRcdFx0dGhpcy56b29tU3R5bGUudHJhbnNmb3JtID0gdGhpcy5zY2FsZTtcclxuXHRcdFx0XHR9XHJcblx0XHRcdH1cclxuXHRcdH0sXHJcblx0XHRjb21wdXRlZDoge1xyXG5cdFx0XHRtYXNrU3R5bGUoKSB7XHJcblx0XHRcdFx0bGV0IHN0eWxlID0ge307XHJcblx0XHRcdFx0c3R5bGUuYmFja2dyb3VuZENvbG9yID0gXCJyZ2JhKDAsIDAsIDAsIDAuNilcIjtcclxuXHRcdFx0XHRpZih0aGlzLnNob3cpIHN0eWxlLnpJbmRleCA9IHRoaXMuekluZGV4ID8gdGhpcy56SW5kZXggOiB0aGlzLiR1LnpJbmRleC5tYXNrO1xyXG5cdFx0XHRcdGVsc2Ugc3R5bGUuekluZGV4ID0gLTE7XHJcblx0XHRcdFx0c3R5bGUudHJhbnNpdGlvbiA9IGBhbGwgJHt0aGlzLmR1cmF0aW9uIC8gMTAwMH1zIGVhc2UtaW4tb3V0YDtcclxuXHRcdFx0XHQvLyDliKTmlq3nlKjmiLfkvKDpgJLnmoTlr7nosaHmmK/lkKbkuLrnqbrvvIzkuI3kuLrnqbrlsLHov5vooYzlkIjlubZcclxuXHRcdFx0XHRpZiAoT2JqZWN0LmtleXModGhpcy5jdXN0b21TdHlsZSkubGVuZ3RoKSBzdHlsZSA9IHsgXHJcblx0XHRcdFx0XHQuLi5zdHlsZSxcclxuXHRcdFx0XHRcdC4uLnRoaXMuY3VzdG9tU3R5bGVcclxuXHRcdFx0XHR9O1xyXG5cdFx0XHRcdHJldHVybiBzdHlsZTtcclxuXHRcdFx0fVxyXG5cdFx0fSxcclxuXHRcdG1ldGhvZHM6IHtcclxuXHRcdFx0Y2xpY2soKSB7XHJcblx0XHRcdFx0aWYgKCF0aGlzLm1hc2tDbGlja0FibGUpIHJldHVybjtcclxuXHRcdFx0XHR0aGlzLiRlbWl0KCdjbGljaycpO1xyXG5cdFx0XHR9XHJcblx0XHR9XHJcblx0fVxyXG48L3NjcmlwdD5cclxuXHJcbjxzdHlsZSBsYW5nPVwic2Nzc1wiIHNjb3BlZD5cclxuXHRAaW1wb3J0IFwiLi4vLi4vbGlicy9jc3Mvc3R5bGUuY29tcG9uZW50cy5zY3NzXCI7XHJcblx0XHJcblx0LnUtbWFzayB7XHJcblx0XHRwb3NpdGlvbjogZml4ZWQ7XHJcblx0XHR0b3A6IDA7XHJcblx0XHRsZWZ0OiAwO1xyXG5cdFx0cmlnaHQ6IDA7XHJcblx0XHRib3R0b206IDA7XHJcblx0XHRvcGFjaXR5OiAwO1xyXG5cdFx0dHJhbnNpdGlvbjogdHJhbnNmb3JtIDAuM3M7XHJcblx0fVxyXG5cclxuXHQudS1tYXNrLXNob3cge1xyXG5cdFx0b3BhY2l0eTogMTtcclxuXHR9XHJcblx0XHJcblx0LnUtbWFzay16b29tIHtcclxuXHRcdHRyYW5zZm9ybTogc2NhbGUoMS4yLCAxLjIpO1xyXG5cdH1cclxuPC9zdHlsZT5cclxuIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///626\n");
-
-/***/ }),
-/* 627 */
-/*!********************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/xg.png ***!
- \********************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-eval("module.exports = \"/static/tongyonh/xg.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjYyNy5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL3hnLnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///627\n");
-
-/***/ }),
-/* 628 */
-/*!**************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/ETH_icon.png ***!
- \**************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-eval("module.exports = \"/static/tongyonh/ETH_icon.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjYyOC5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL0VUSF9pY29uLnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///628\n");
-
-/***/ }),
-/* 629 */
-/*!*****************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/collection/index.vue?vue&type=script&lang=js&mpType=page ***!
- \*****************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=script&lang=js&mpType=page */ 630);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQTRpQixDQUFnQixza0JBQUcsRUFBQyIsImZpbGUiOiI2MjkuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL2JhYmVsLWxvYWRlci9saWIvaW5kZXguanMhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyL2luZGV4LmpzPz9yZWYtLTYtMSEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stdW5pLWFwcC1sb2FkZXIvdXNpbmctY29tcG9uZW50cy5qcyEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL2luZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIjsgZXhwb3J0IGRlZmF1bHQgbW9kOyBleHBvcnQgKiBmcm9tIFwiLSEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9iYWJlbC1sb2FkZXIvbGliL2luZGV4LmpzIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlci9pbmRleC5qcz8/cmVmLS02LTEhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXVuaS1hcHAtbG9hZGVyL3VzaW5nLWNvbXBvbmVudHMuanMhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9pbmRleC5qcz8/dnVlLWxvYWRlci1vcHRpb25zIS4vaW5kZXgudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJm1wVHlwZT1wYWdlXCIiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///629\n");
-
-/***/ }),
-/* 630 */
-/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/pages/menu/collection/index.vue?vue&type=script&lang=js&mpType=page ***!
- \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 49));\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar _navigation = _interopRequireDefault(__webpack_require__(/*! @/components/navigation/navigation.vue */ 551));\nvar _TokenUtil = _interopRequireDefault(__webpack_require__(/*! @/utils/TokenUtil */ 43));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {try {var info = gen[key](arg);var value = info.value;} catch (error) {reject(error);return;}if (info.done) {resolve(value);} else {Promise.resolve(value).then(_next, _throw);}}function _asyncToGenerator(fn) {return function () {var self = this,args = arguments;return new Promise(function (resolve, reject) {var gen = fn.apply(self, args);function _next(value) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"next\", value);}function _throw(err) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"throw\", err);}_next(undefined);});};}var _default =\n{\n data: function data() {\n return {\n address: '',\n collectinInfo: [],\n ethInfo: {},\n showbottom: false,\n test: {},\n testindex: 0 };\n\n },\n\n onLoad: function onLoad() {\n this.ethInfo = uni.getStorageSync('walletInfo').ETH;\n __f__(\"log\", this.ethInfo, 444, \" at pages/menu/collection/index.vue:88\");\n if (uni.getStorageSync('wallet')) {\n this.address = uni.getStorageSync('wallet').address;\n } else {\n this.address = uni.getStorageSync('walletInfo').BTC[0].address;\n }\n\n this.getCollection();\n\n\n },\n computed: {\n i18n: function i18n() {\n return this.$t('index');\n } },\n\n // onPullDownRefresh() {\n // \tconsole.log('refresh');\n // \tthis.getCollection();\n // \tsetTimeout(function() {\n // \t\tuni.stopPullDownRefresh();\n // \t}, 500);\n // },\n methods: {\n showMsg: function showMsg(item, index) {\n this.test = item;\n this.testindex = index;\n if (uni.getStorageSync('wallet').type == 'ETH') {\n this.showbottom = false;\n this.goDetail();\n } else {\n this.showbottom = true;\n }\n },\n // 拿收藏品\n getCollection: function getCollection() {var _this = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee() {var params, response;return _regenerator.default.wrap(function _callee$(_context) {while (1) {switch (_context.prev = _context.next) {case 0:\n params = {\n address: _this.address };_context.next = 3;return (\n\n _this.$api.getNftProjectList(params));case 3:response = _context.sent;\n _this.collectinInfo = response.data;case 5:case \"end\":return _context.stop();}}}, _callee);}))();\n\n },\n goDetail2: function goDetail2(itemm, index) {\n uni.setStorageSync('proid', this.test.id);\n uni.setStorageSync('wallet', itemm);\n uni.setStorageSync('walleti', itemm.address);\n __f__(\"log\", itemm, 444, \" at pages/menu/collection/index.vue:135\");\n uni.setStorageSync('nftIndex', this.testindex);\n var item = JSON.stringify(this.test);\n uni.setStorageSync('nftitem', this.test);\n uni.navigateTo({\n url: './collectionDetail/index?type=' + item });\n\n this.showbottom = false;\n },\n goDetail: function goDetail(itemm, index) {\n uni.setStorageSync('proid', this.test.id);\n uni.setStorageSync('nftIndex', this.testindex);\n uni.setStorageSync('nftitem', this.test);\n uni.navigateTo({\n url: './collectionDetail/index' });\n\n this.showbottom = false;\n } } };exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 33)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vcGFnZXMvbWVudS9jb2xsZWN0aW9uL2luZGV4LnZ1ZSJdLCJuYW1lcyI6WyJkYXRhIiwiYWRkcmVzcyIsImNvbGxlY3RpbkluZm8iLCJldGhJbmZvIiwic2hvd2JvdHRvbSIsInRlc3QiLCJ0ZXN0aW5kZXgiLCJvbkxvYWQiLCJ1bmkiLCJnZXRTdG9yYWdlU3luYyIsIkVUSCIsIkJUQyIsImdldENvbGxlY3Rpb24iLCJjb21wdXRlZCIsImkxOG4iLCIkdCIsIm1ldGhvZHMiLCJzaG93TXNnIiwiaXRlbSIsImluZGV4IiwidHlwZSIsImdvRGV0YWlsIiwicGFyYW1zIiwiJGFwaSIsImdldE5mdFByb2plY3RMaXN0IiwicmVzcG9uc2UiLCJnb0RldGFpbDIiLCJpdGVtbSIsInNldFN0b3JhZ2VTeW5jIiwiaWQiLCJKU09OIiwic3RyaW5naWZ5IiwibmF2aWdhdGVUbyIsInVybCJdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUF1RUM7QUFDQSwwRjtBQUNlO0FBQ2RBLE1BRGMsa0JBQ1A7QUFDTixXQUFPO0FBQ05DLGFBQU8sRUFBQyxFQURGO0FBRU5DLG1CQUFhLEVBQUMsRUFGUjtBQUdOQyxhQUFPLEVBQUMsRUFIRjtBQUlOQyxnQkFBVSxFQUFDLEtBSkw7QUFLTkMsVUFBSSxFQUFDLEVBTEM7QUFNTkMsZUFBUyxFQUFDLENBTkosRUFBUDs7QUFRQSxHQVZhOztBQVlkQyxRQVpjLG9CQVlMO0FBQ0QsU0FBS0osT0FBTCxHQUFhSyxHQUFHLENBQUNDLGNBQUosQ0FBbUIsWUFBbkIsRUFBaUNDLEdBQTlDO0FBQ04saUJBQWEsS0FBS1AsT0FBbEIsRUFBMEIsR0FBMUI7QUFDRCxRQUFHSyxHQUFHLENBQUNDLGNBQUosQ0FBbUIsUUFBbkIsQ0FBSCxFQUFnQztBQUMvQixXQUFLUixPQUFMLEdBQWFPLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixRQUFuQixFQUE2QlIsT0FBMUM7QUFDQSxLQUZELE1BRUs7QUFDSixXQUFLQSxPQUFMLEdBQWFPLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixZQUFuQixFQUFpQ0UsR0FBakMsQ0FBcUMsQ0FBckMsRUFBd0NWLE9BQXJEO0FBQ0E7O0FBRUYsU0FBS1csYUFBTDs7O0FBR0MsR0F4QmE7QUF5QmRDLFVBQVEsRUFBRTtBQUNOQyxRQURNLGtCQUNDO0FBQ04sYUFBTyxLQUFLQyxFQUFMLENBQVEsT0FBUixDQUFQO0FBQ0EsS0FISyxFQXpCSTs7QUE4QmQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQUMsU0FBTyxFQUFFO0FBQ1JDLFdBRFEsbUJBQ0FDLElBREEsRUFDS0MsS0FETCxFQUNXO0FBQ2xCLFdBQUtkLElBQUwsR0FBVWEsSUFBVjtBQUNBLFdBQUtaLFNBQUwsR0FBZWEsS0FBZjtBQUNBLFVBQUdYLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixRQUFuQixFQUE2QlcsSUFBN0IsSUFBbUMsS0FBdEMsRUFBNEM7QUFDM0MsYUFBS2hCLFVBQUwsR0FBZ0IsS0FBaEI7QUFDQSxhQUFLaUIsUUFBTDtBQUNBLE9BSEQsTUFHSztBQUNKLGFBQUtqQixVQUFMLEdBQWdCLElBQWhCO0FBQ0E7QUFDRCxLQVZPO0FBV1I7QUFDTVEsaUJBWkUsMkJBWWE7QUFDaEJVLHNCQURnQixHQUNQO0FBQ1pyQix5QkFBTyxFQUFFLEtBQUksQ0FBQ0EsT0FERixFQURPOztBQUlHLHVCQUFJLENBQUNzQixJQUFMLENBQVVDLGlCQUFWLENBQTRCRixNQUE1QixDQUpILFNBSWRHLFFBSmM7QUFLcEIscUJBQUksQ0FBQ3ZCLGFBQUwsR0FBbUJ1QixRQUFRLENBQUN6QixJQUE1QixDQUxvQjs7QUFPcEIsS0FuQk87QUFvQlYwQixhQXBCVSxxQkFvQkFDLEtBcEJBLEVBb0JNUixLQXBCTixFQW9CWTtBQUNyQlgsU0FBRyxDQUFDb0IsY0FBSixDQUFtQixPQUFuQixFQUEyQixLQUFLdkIsSUFBTCxDQUFVd0IsRUFBckM7QUFDQXJCLFNBQUcsQ0FBQ29CLGNBQUosQ0FBbUIsUUFBbkIsRUFBNEJELEtBQTVCO0FBQ0FuQixTQUFHLENBQUNvQixjQUFKLENBQW1CLFNBQW5CLEVBQTZCRCxLQUFLLENBQUMxQixPQUFuQztBQUNBLG1CQUFZMEIsS0FBWixFQUFrQixHQUFsQjtBQUNBbkIsU0FBRyxDQUFDb0IsY0FBSixDQUFtQixVQUFuQixFQUE4QixLQUFLdEIsU0FBbkM7QUFDQSxVQUFJWSxJQUFJLEdBQUdZLElBQUksQ0FBQ0MsU0FBTCxDQUFlLEtBQUsxQixJQUFwQixDQUFYO0FBQ0FHLFNBQUcsQ0FBQ29CLGNBQUosQ0FBbUIsU0FBbkIsRUFBNkIsS0FBS3ZCLElBQWxDO0FBQ0FHLFNBQUcsQ0FBQ3dCLFVBQUosQ0FBZTtBQUNkQyxXQUFHLEVBQUMsbUNBQWlDZixJQUR2QixFQUFmOztBQUdBLFdBQUtkLFVBQUwsR0FBZ0IsS0FBaEI7QUFDQSxLQWhDUztBQWlDVGlCLFlBakNTLG9CQWlDQU0sS0FqQ0EsRUFpQ01SLEtBakNOLEVBaUNZO0FBQ3BCWCxTQUFHLENBQUNvQixjQUFKLENBQW1CLE9BQW5CLEVBQTJCLEtBQUt2QixJQUFMLENBQVV3QixFQUFyQztBQUNBckIsU0FBRyxDQUFDb0IsY0FBSixDQUFtQixVQUFuQixFQUE4QixLQUFLdEIsU0FBbkM7QUFDQUUsU0FBRyxDQUFDb0IsY0FBSixDQUFtQixTQUFuQixFQUE2QixLQUFLdkIsSUFBbEM7QUFDQUcsU0FBRyxDQUFDd0IsVUFBSixDQUFlO0FBQ2RDLFdBQUcsRUFBQywwQkFEVSxFQUFmOztBQUdBLFdBQUs3QixVQUFMLEdBQWdCLEtBQWhCO0FBQ0EsS0F6Q1EsRUFyQ0ssRSIsImZpbGUiOiI2MzAuanMiLCJzb3VyY2VzQ29udGVudCI6WyIvL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuXG5cdGltcG9ydCBjb250IGZyb20gXCJAL2NvbXBvbmVudHMvbmF2aWdhdGlvbi9uYXZpZ2F0aW9uLnZ1ZVwiXG5cdGltcG9ydCB0b2tlbiBmcm9tIFwiQC91dGlscy9Ub2tlblV0aWxcIlxuXHRleHBvcnQgZGVmYXVsdCB7XG5cdFx0ZGF0YSgpIHtcblx0XHRcdHJldHVybiB7XG5cdFx0XHRcdGFkZHJlc3M6JycsXG5cdFx0XHRcdGNvbGxlY3RpbkluZm86W10sXG5cdFx0XHRcdGV0aEluZm86e30sXG5cdFx0XHRcdHNob3dib3R0b206ZmFsc2UsXG5cdFx0XHRcdHRlc3Q6e30sXG5cdFx0XHRcdHRlc3RpbmRleDowLFxuXHRcdFx0fVxuXHRcdH0sXG5cdFxuXHRcdG9uTG9hZCgpIHtcbiAgICAgICAgICB0aGlzLmV0aEluZm89dW5pLmdldFN0b3JhZ2VTeW5jKCd3YWxsZXRJbmZvJykuRVRIO1xuXHRcdCAgY29uc29sZS5sb2coIHRoaXMuZXRoSW5mbyw0NDQpXG5cdFx0XHRpZih1bmkuZ2V0U3RvcmFnZVN5bmMoJ3dhbGxldCcpKXtcblx0XHRcdFx0dGhpcy5hZGRyZXNzPXVuaS5nZXRTdG9yYWdlU3luYygnd2FsbGV0JykuYWRkcmVzc1xuXHRcdFx0fWVsc2V7XG5cdFx0XHRcdHRoaXMuYWRkcmVzcz11bmkuZ2V0U3RvcmFnZVN5bmMoJ3dhbGxldEluZm8nKS5CVENbMF0uYWRkcmVzc1xuXHRcdFx0fVxuXG5cdFx0dGhpcy5nZXRDb2xsZWN0aW9uKCk7XG5cdFxuXG5cdFx0fSxcblx0XHRjb21wdXRlZDoge1xuXHRcdFx0XHRcdFx0aTE4bigpIHtcblx0XHRcdFx0XHRcdFx0cmV0dXJuIHRoaXMuJHQoJ2luZGV4Jylcblx0XHRcdFx0XHRcdH0sXG5cdFx0XHRcdFx0fSxcblx0XHQvLyBvblB1bGxEb3duUmVmcmVzaCgpIHtcblx0XHQvLyBcdGNvbnNvbGUubG9nKCdyZWZyZXNoJyk7XG5cdFx0Ly8gXHR0aGlzLmdldENvbGxlY3Rpb24oKTtcblx0XHQvLyBcdHNldFRpbWVvdXQoZnVuY3Rpb24oKSB7XG5cdFx0Ly8gXHRcdHVuaS5zdG9wUHVsbERvd25SZWZyZXNoKCk7XG5cdFx0Ly8gXHR9LCA1MDApO1xuXHRcdC8vIH0sXG5cdFx0bWV0aG9kczoge1xuXHRcdFx0c2hvd01zZyhpdGVtLGluZGV4KXtcblx0XHRcdFx0dGhpcy50ZXN0PWl0ZW1cblx0XHRcdFx0dGhpcy50ZXN0aW5kZXg9aW5kZXhcblx0XHRcdFx0aWYodW5pLmdldFN0b3JhZ2VTeW5jKCd3YWxsZXQnKS50eXBlPT0nRVRIJyl7XG5cdFx0XHRcdFx0dGhpcy5zaG93Ym90dG9tPWZhbHNlXG5cdFx0XHRcdFx0dGhpcy5nb0RldGFpbCgpO1xuXHRcdFx0XHR9ZWxzZXtcblx0XHRcdFx0XHR0aGlzLnNob3dib3R0b209dHJ1ZVxuXHRcdFx0XHR9XG5cdFx0XHR9LFxuXHRcdFx0Ly8g5ou/5pS26JeP5ZOBXG5cdFx0XHRhc3luYyBnZXRDb2xsZWN0aW9uKCl7XG5cdFx0XHRcdGxldCBwYXJhbXMgPSB7XG5cdFx0XHRcdFx0YWRkcmVzczogdGhpcy5hZGRyZXNzXG5cdFx0XHRcdH1cblx0XHRcdFx0Y29uc3QgcmVzcG9uc2UgPSBhd2FpdCB0aGlzLiRhcGkuZ2V0TmZ0UHJvamVjdExpc3QocGFyYW1zKVxuXHRcdFx0XHR0aGlzLmNvbGxlY3RpbkluZm89cmVzcG9uc2UuZGF0YVxuXHRcdFx0XHRcblx0XHRcdH0sXG5cdGdvRGV0YWlsMihpdGVtbSxpbmRleCl7XG5cdFx0dW5pLnNldFN0b3JhZ2VTeW5jKCdwcm9pZCcsdGhpcy50ZXN0LmlkKVxuXHRcdHVuaS5zZXRTdG9yYWdlU3luYygnd2FsbGV0JyxpdGVtbSlcblx0XHR1bmkuc2V0U3RvcmFnZVN5bmMoJ3dhbGxldGknLGl0ZW1tLmFkZHJlc3MpXG5cdFx0Y29uc29sZS5sb2coaXRlbW0sNDQ0KVxuXHRcdHVuaS5zZXRTdG9yYWdlU3luYygnbmZ0SW5kZXgnLHRoaXMudGVzdGluZGV4KVxuXHRcdGxldCBpdGVtID0gSlNPTi5zdHJpbmdpZnkodGhpcy50ZXN0KVxuXHRcdHVuaS5zZXRTdG9yYWdlU3luYygnbmZ0aXRlbScsdGhpcy50ZXN0KVxuXHRcdHVuaS5uYXZpZ2F0ZVRvKHtcblx0XHRcdHVybDonLi9jb2xsZWN0aW9uRGV0YWlsL2luZGV4P3R5cGU9JytpdGVtXG5cdFx0fSlcblx0XHR0aGlzLnNob3dib3R0b209ZmFsc2U7XG5cdH0sXG5cdFx0Z29EZXRhaWwoaXRlbW0saW5kZXgpe1xuXHRcdFx0dW5pLnNldFN0b3JhZ2VTeW5jKCdwcm9pZCcsdGhpcy50ZXN0LmlkKVxuXHRcdFx0dW5pLnNldFN0b3JhZ2VTeW5jKCduZnRJbmRleCcsdGhpcy50ZXN0aW5kZXgpXG5cdFx0XHR1bmkuc2V0U3RvcmFnZVN5bmMoJ25mdGl0ZW0nLHRoaXMudGVzdClcblx0XHRcdHVuaS5uYXZpZ2F0ZVRvKHtcblx0XHRcdFx0dXJsOicuL2NvbGxlY3Rpb25EZXRhaWwvaW5kZXgnXG5cdFx0XHR9KVxuXHRcdFx0dGhpcy5zaG93Ym90dG9tPWZhbHNlO1xuXHRcdH1cblxuXHRcdH0sXG5cblx0fTtcbiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///630\n");
-
-/***/ }),
-/* 631 */
-/*!*****************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/utils/locales/zh.js ***!
- \*****************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;var _index;function _defineProperty(obj, key, value) {if (key in obj) {Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true });} else {obj[key] = value;}return obj;} // zh.js\nvar _default = {\n index: (_index = {\n walletname: '请输入钱包名称',\n Namecannot: '输入名称不能为空',\n // 底部导航栏\n Wallet: '钱包',\n NFT: 'NFT',\n Market: '市场',\n Discover: '发现',\n Profile: '我的',\n // tongyong\n Confirm: '确认',\n Successful: '成功',\n Cancel: '取消',\n Setsuccessfully: '创建成功',\n Creationfailed: '创建失败',\n correct: '正确',\n // lang\n langSelect: '选择',\n // setting\n fingerPass: '指纹密码',\n lans: '语言设置',\n curr: '货币',\n nodes: '节点设置',\n // profile\n protit: '我的',\n apps: '应用程序设置',\n magew: '管理钱包',\n addBook: '地址目录',\n Settings: '设置',\n helpcen: '帮助中心',\n aboutus: '关于我们',\n Hardware: '硬件',\n math: '配套硬件' }, _defineProperty(_index, \"Wallet\",\n\n '钱包'), _defineProperty(_index, \"assets\",\n '资产'), _defineProperty(_index, \"cwallet\",\n '选择钱包'), _defineProperty(_index, \"manage\",\n '管理'), _defineProperty(_index, \"mwallet\",\n '管理钱包'), _defineProperty(_index, \"addwallet\",\n '添加'), _defineProperty(_index, \"crewalllet\",\n\n '创建钱包'), _defineProperty(_index, \"mneimport\",\n '助记词导入'), _defineProperty(_index, \"privakeyimport\",\n '私钥导入'), _defineProperty(_index, \"backupMneTit\",\n\n '备份助记词'), _defineProperty(_index, \"BackupTips\",\n '备份提示'), _defineProperty(_index, \"Axioms\",\n '公理是控制资产的唯一方法。'), _defineProperty(_index, \"retrieve\",\n '您无法检索丢失的助记符,因此请务必对其进行备份!'), _defineProperty(_index, \"disclose\",\n '不要向任何人透露你的记忆法。'), _defineProperty(_index, \"startBack\",\n '开始备份'), _defineProperty(_index, \"pcopy\",\n\n '请按正确的顺序复制'), _defineProperty(_index, \"pcopy2\",\n '助记词'), _defineProperty(_index, \"booster\",\n '宣传语将用于钱包资产追回,请按正确顺序复制宣传语并保存在安全的地方,不得泄露给他人'), _defineProperty(_index, \"copied\",\n '我已记住'), _defineProperty(_index, \"conMne\",\n\n '确认你的钱包助记词'), _defineProperty(_index, \"boosterword\",\n '请点击助记词文字,以确保您的备用助推器文字正确无误'), _defineProperty(_index, \"backCom\",\n '备份助记符已完成!'), _defineProperty(_index, \"seed\",\n '无效助记词'), _defineProperty(_index, \"wrongWord\",\n '你输入了错误的单词,'), _defineProperty(_index, \"wrongWord2\",\n '请重试。'), _defineProperty(_index, \"transPaw\",\n\n '交易密码'), _defineProperty(_index, \"settransPaw\",\n '设置交易密码'), _defineProperty(_index, \"transPawAgain\",\n '请再次输入密码'), _defineProperty(_index, \"Securetransaction\",\n '保障交易密码,'), _defineProperty(_index, \"Securetransaction2\",\n '请勿泄露'), _defineProperty(_index, \"Passworddiscrepansies\",\n '两次密码输入不一致'), _defineProperty(_index, \"Versionupdate\",\n\n\n '版本更新'), _defineProperty(_index, \"Officialwebsite\",\n '官方网站'), _defineProperty(_index, \"TermsofService\",\n '服务条款'), _defineProperty(_index, \"PrivacyPolicy\",\n '隐私政策'), _defineProperty(_index, \"Etiamnisilorem1\",\n\n 'Etiam nisi lorem简体'), _defineProperty(_index, \"Etiamnisilorem2\",\n ''), _defineProperty(_index, \"Etiamnisilorem3\",\n ''), _defineProperty(_index, \"TermsofService\",\n\n '隐私政策'), _defineProperty(_index, \"Address\",\n\n '地址'), _defineProperty(_index, \"Manage\",\n '管理'), _defineProperty(_index, \"Name\",\n '名字'), _defineProperty(_index, \"Setname\",\n '设置钱包名称'), _defineProperty(_index, \"Backupprivatekey\",\n '备份私钥'), _defineProperty(_index, \"Newwalletname\",\n '新的钱包名称'), _defineProperty(_index, \"keepyourmnemonics\",\n\n '请保留你的记忆法。任何获得你的助记符的人都可以控制你的账户,包括转移所有资金'), _defineProperty(_index, \"Incorrectpassword\",\n '密码不正确'), _defineProperty(_index, \"keepyourprivatekey\",\n\n '请保留您的私钥。任何获得您私钥的人都可以控制您的帐户,包括转移所有资金'), _defineProperty(_index, \"Showprivatekey\",\n\n '显示私钥'), _defineProperty(_index, \"Showprivatekeytext\",\n '文本'), _defineProperty(_index, \"ShowQRCode\",\n '二维码'), _defineProperty(_index, \"ShowCopy\",\n '复制'), _defineProperty(_index, \"ScantheQR\",\n '扫描二维码至....'), _defineProperty(_index, \"CopyprivatekeySuccessful\",\n '复制私钥成功'), _defineProperty(_index, \"Onemomentplease\",\n '请稍等'), _defineProperty(_index, \"TrandingPairs\",\n\n '币种'), _defineProperty(_index, \"PriceVol\",\n '价格'), _defineProperty(_index, \"Chang\",\n '24小时涨跌幅'), _defineProperty(_index, \"DAPPwebsite\",\n\n '搜索或进入DAPP网站'), _defineProperty(_index, \"Beefy\",\n 'Beefy finance(BSC)'), _defineProperty(_index, \"revenue\",\n '基于币安智能链的收益聚合器'), _defineProperty(_index, \"Bunicorn\",\n 'Bunicorn'), _defineProperty(_index, \"throughmobility\",\n '一个性能卓越的AMM DEX,通过流动性..'), _defineProperty(_index, \"ForTube\",\n 'ForTube(BSC)'), _defineProperty(_index, \"platform\",\n '全球领先的DeFi借贷平台(BSC)'), _defineProperty(_index, \"Popular\",\n '热门'), _defineProperty(_index, \"Lending\",\n '借出'), _defineProperty(_index, \"Trade\",\n '贸易'), _defineProperty(_index, \"Yield\",\n '产量'), _defineProperty(_index, \"Stake\",\n '股份'), _defineProperty(_index, \"redirected\",\n '您将被重定向到第三方dApp页面,您对第三方dApp的使用将受该第三方dApp is用户协议和隐私政策的约束,第三方dApp直接且完全对您负责。'), _defineProperty(_index, \"Disclaimers\",\n '免责声明'), _defineProperty(_index, \"NFTcollection\",\n\n 'NFT收藏品'), _defineProperty(_index, \"Contractaddress\",\n '合约地址'), _defineProperty(_index, \"TokenID\",\n '令牌ID'), _defineProperty(_index, \"entercontractaddress\",\n '请输入合约地址'), _defineProperty(_index, \"entertokenID\",\n '请输入令牌ID'), _defineProperty(_index, \"Contracts\",\n '合约'), _defineProperty(_index, \"ID\",\n 'ID'), _defineProperty(_index, \"Collectiondetails\",\n '收藏品详情'), _defineProperty(_index, \"Existingbalance\",\n\n '现有余额'), _defineProperty(_index, \"Freezebalance\",\n '冻结余额'), _defineProperty(_index, \"All\",\n '所有'), _defineProperty(_index, \"Send\",\n '发送'), _defineProperty(_index, \"Receive\",\n '接收'), _defineProperty(_index, \"Receivingaddress\",\n\n '接受地址'), _defineProperty(_index, \"ScanQR\",\n '扫描二维码以转移到资产'), _defineProperty(_index, \"Copyaddress\",\n '复制地址'), _defineProperty(_index, \"CopySuccessful\",\n '复制地址成功!'), _defineProperty(_index, \"Transfer\",\n\n '转账'), _defineProperty(_index, \"AdressBook\",\n '地址目录'), _defineProperty(_index, \"Transferamount\",\n '转账金额'), _defineProperty(_index, \"Balance\",\n '余额'), _defineProperty(_index, \"ALL\",\n \"所有\"), _defineProperty(_index, \"Remark\",\n '备注'), _defineProperty(_index, \"Transactionfee\",\n '交易费'), _defineProperty(_index, \"Transferconfirmation\",\n '转账确认书'), _defineProperty(_index, \"Amount\",\n '金额'), _defineProperty(_index, \"Sendaddress\",\n '发送地址'), _defineProperty(_index, \"Fingerprintpassword\",\n '指纹密码'), _defineProperty(_index, \"fingerprintsensor\",\n '触摸指纹传感器'), _defineProperty(_index, \"UsePassword\",\n '使用密码'), _defineProperty(_index, \"Fingerprintrecognized\",\n '指纹无法识别。'), _defineProperty(_index, \"Tryagain\",\n '请再次尝试'), _defineProperty(_index, \"Fingerprintrecognized\",\n '指纹识别成功。'), _defineProperty(_index, \"enterthetransferamount\",\n '请输入转账金额'), _defineProperty(_index, \"enterthereceivingaddress\",\n '请输入接收地址'), _defineProperty(_index, \"lessthan\",\n '输入的金额不能小于0'), _defineProperty(_index, \"runninglow\",\n '余额不足'), _defineProperty(_index, \"fingerprintidentification\",\n '此设备不支持指纹识别'), _defineProperty(_index, \"notequipped\",\n '此设备未配备密码锁定屏幕,无法使用指纹识别'), _defineProperty(_index, \"oninthesetting\",\n '此设备中没有输入指纹。请在设置中打开它'), _defineProperty(_index, \"AddToken\",\n\n '添加代币'), _defineProperty(_index, \"Hotassets\",\n '热门资产'), _defineProperty(_index, \"Addedsuccessfully\",\n '添加成功'), _defineProperty(_index, \"Importviaprivatekey\",\n\n '通过私钥导入'), _defineProperty(_index, \"Privatekeyimportverification\",\n '私钥导入验证'), _defineProperty(_index, \"privatekeyanddo\",\n '请输入您的私钥,不要将其泄露给其他人外部地址无法通过助记键恢复。请妥善保管'), _defineProperty(_index, \"enteryourprivatekey\",\n '请输入您的私钥'), _defineProperty(_index, \"beempty\",\n '不能为空'), _defineProperty(_index, \"beenimported\",\n '钱包已经被导入'), _defineProperty(_index, \"Importmnemonics\",\n\n '导入助记词'), _defineProperty(_index, \"Mnemonicsimportverification\",\n '助记符输入验证'), _defineProperty(_index, \"Language\",\n '语言'), _defineProperty(_index, \"langfan\",\n '繁体中文'), _defineProperty(_index, \"langjian\",\n '简体中文'), _defineProperty(_index, \"eng\",\n '英文'), _defineProperty(_index, \"edit\",\n '修改'), _defineProperty(_index, \"Delete\",\n '删除'), _defineProperty(_index, \"DELETE\",\n '删除'), _defineProperty(_index, \"Addaddress\",\n '添加地址'), _defineProperty(_index, \"Save\",\n '保存'), _defineProperty(_index, \"selectcurrency\",\n '请选择币种'), _defineProperty(_index, \"Pleaserecipientaddress\",\n '请输入收件人地址'), _defineProperty(_index, \"enterthename\",\n '请输入名称'), _defineProperty(_index, \"Addressorname\",\n '地址或名称不能为空'), _defineProperty(_index, \"loading\",\n '加载中'), _defineProperty(_index, \"closevalidation\",\n '确认关闭验证?'), _defineProperty(_index, \"Login\",\n '登录'), _defineProperty(_index, \"Transactiondetails\",\n '交易详情'), _defineProperty(_index, \"Confirmed\",\n '确认交易'), _defineProperty(_index, \"Time\",\n '时间'), _defineProperty(_index, \"TxFee\",\n '发送费'), _defineProperty(_index, \"TransactionID\",\n '交易ID'), _defineProperty(_index, \"others\",\n '其他'), _defineProperty(_index, \"me\",\n '我'), _defineProperty(_index, \"moreinformation\",\n '有关详细信息,请转到浏览器'), _defineProperty(_index, \"CopySuccessful\",\n '复制成功!'), _defineProperty(_index, \"Nocontent\",\n '无内容'), _index) };exports.default = _default;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXRpbHMvbG9jYWxlcy96aC5qcyJdLCJuYW1lcyI6WyJpbmRleCIsIndhbGxldG5hbWUiLCJOYW1lY2Fubm90IiwiV2FsbGV0IiwiTkZUIiwiTWFya2V0IiwiRGlzY292ZXIiLCJQcm9maWxlIiwiQ29uZmlybSIsIlN1Y2Nlc3NmdWwiLCJDYW5jZWwiLCJTZXRzdWNjZXNzZnVsbHkiLCJDcmVhdGlvbmZhaWxlZCIsImNvcnJlY3QiLCJsYW5nU2VsZWN0IiwiZmluZ2VyUGFzcyIsImxhbnMiLCJjdXJyIiwibm9kZXMiLCJwcm90aXQiLCJhcHBzIiwibWFnZXciLCJhZGRCb29rIiwiU2V0dGluZ3MiLCJoZWxwY2VuIiwiYWJvdXR1cyIsIkhhcmR3YXJlIiwibWF0aCJdLCJtYXBwaW5ncyI6IjZTQUFBO2VBQ2U7QUFDZEEsT0FBSztBQUNKQyxjQUFVLEVBQUMsU0FEUDtBQUVKQyxjQUFVLEVBQUMsVUFGUDtBQUdKO0FBQ0FDLFVBQU0sRUFBQyxJQUpIO0FBS0pDLE9BQUcsRUFBQyxLQUxBO0FBTUpDLFVBQU0sRUFBQyxJQU5IO0FBT0pDLFlBQVEsRUFBQyxJQVBMO0FBUUpDLFdBQU8sRUFBQyxJQVJKO0FBU0o7QUFDQUMsV0FBTyxFQUFDLElBVko7QUFXSkMsY0FBVSxFQUFDLElBWFA7QUFZSkMsVUFBTSxFQUFDLElBWkg7QUFhSkMsbUJBQWUsRUFBQyxNQWJaO0FBY0pDLGtCQUFjLEVBQUMsTUFkWDtBQWVKQyxXQUFPLEVBQUMsSUFmSjtBQWdCSjtBQUNEQyxjQUFVLEVBQUMsSUFqQk47QUFrQkw7QUFDQUMsY0FBVSxFQUFDLE1BbkJOO0FBb0JKQyxRQUFJLEVBQUMsTUFwQkQ7QUFxQkpDLFFBQUksRUFBQyxJQXJCRDtBQXNCSkMsU0FBSyxFQUFDLE1BdEJGO0FBdUJKO0FBQ0FDLFVBQU0sRUFBQyxJQXhCSDtBQXlCSkMsUUFBSSxFQUFDLFFBekJEO0FBMEJKQyxTQUFLLEVBQUMsTUExQkY7QUEyQkpDLFdBQU8sRUFBQyxNQTNCSjtBQTRCSkMsWUFBUSxFQUFDLElBNUJMO0FBNkJKQyxXQUFPLEVBQUMsTUE3Qko7QUE4QkpDLFdBQU8sRUFBQyxNQTlCSjtBQStCSkMsWUFBUSxFQUFDLElBL0JMO0FBZ0NKQyxRQUFJLEVBQUMsTUFoQ0Q7O0FBa0NHLE1BbENIO0FBbUNHLE1BbkNIO0FBb0NJLFFBcENKO0FBcUNHLE1BckNIO0FBc0NJLFFBdENKO0FBdUNNLE1BdkNOOztBQXlDTyxRQXpDUDtBQTBDTSxTQTFDTjtBQTJDVyxRQTNDWDs7QUE2Q1MsU0E3Q1Q7QUE4Q08sUUE5Q1A7QUErQ0csaUJBL0NIO0FBZ0RLLDRCQWhETDtBQWlESyxrQkFqREw7QUFrRE0sUUFsRE47O0FBb0RFLGFBcERGO0FBcURHLE9BckRIO0FBc0RJLDZDQXRESjtBQXVERyxRQXZESDs7QUF5REcsYUF6REg7QUEwRFEsNkJBMURSO0FBMkRJLGFBM0RKO0FBNERDLFNBNUREO0FBNkRNLGNBN0ROO0FBOERPLFFBOURQOztBQWdFSyxRQWhFTDtBQWlFUSxVQWpFUjtBQWtFVSxXQWxFVjtBQW1FYyxXQW5FZDtBQW9FZSxRQXBFZjtBQXFFa0IsYUFyRWxCOzs7QUF3RVUsUUF4RVY7QUF5RVksUUF6RVo7QUEwRVcsUUExRVg7QUEyRVUsUUEzRVY7O0FBNkVZLHNCQTdFWjtBQThFWSxJQTlFWjtBQStFWSxJQS9FWjs7QUFpRlksUUFqRlo7O0FBbUZNLE1BbkZOO0FBb0ZLLE1BcEZMO0FBcUZHLE1BckZIO0FBc0ZNLFVBdEZOO0FBdUZlLFFBdkZmO0FBd0ZZLFVBeEZaOztBQTBGaUIsMENBMUZqQjtBQTJGaUIsU0EzRmpCOztBQTZGZ0IsdUNBN0ZoQjs7QUErRlUsUUEvRlY7QUFnR2MsTUFoR2Q7QUFpR00sT0FqR047QUFrR0ksTUFsR0o7QUFtR0ssY0FuR0w7QUFvR29CLFVBcEdwQjtBQXFHVyxPQXJHWDs7QUF1R1MsTUF2R1Q7QUF3R0ksTUF4R0o7QUF5R0MsV0F6R0Q7O0FBMkdPLGVBM0dQO0FBNEdDLHNCQTVHRDtBQTZHRyxpQkE3R0g7QUE4R0ksWUE5R0o7QUErR1csMEJBL0dYO0FBZ0hHLGdCQWhISDtBQWlISSxzQkFqSEo7QUFrSEcsTUFsSEg7QUFtSEcsTUFuSEg7QUFvSEMsTUFwSEQ7QUFxSEMsTUFySEQ7QUFzSEMsTUF0SEQ7QUF1SE0sNEVBdkhOO0FBd0hPLFFBeEhQOztBQTBIUyxVQTFIVDtBQTJIVyxRQTNIWDtBQTRIRyxRQTVISDtBQTZIZ0IsV0E3SGhCO0FBOEhRLFdBOUhSO0FBK0hLLE1BL0hMO0FBZ0lGLE1BaElFO0FBaUlhLFNBakliOztBQW1JVyxRQW5JWDtBQW9JUyxRQXBJVDtBQXFJRCxNQXJJQztBQXNJQSxNQXRJQTtBQXVJRyxNQXZJSDs7QUF5SVksUUF6SVo7QUEwSUUsZUExSUY7QUEySU8sUUEzSVA7QUE0SVUsV0E1SVY7O0FBOElJLE1BOUlKO0FBK0lNLFFBL0lOO0FBZ0pVLFFBaEpWO0FBaUpHLE1BakpIO0FBa0pELE1BbEpDO0FBbUpFLE1BbkpGO0FBb0pVLE9BcEpWO0FBcUpnQixTQXJKaEI7QUFzSkUsTUF0SkY7QUF1Sk8sUUF2SlA7QUF3SmUsUUF4SmY7QUF5SmEsV0F6SmI7QUEwSk8sUUExSlA7QUEySmlCLFdBM0pqQjtBQTRKSSxTQTVKSjtBQTZKaUIsV0E3SmpCO0FBOEprQixXQTlKbEI7QUErSm9CLFdBL0pwQjtBQWdLSSxjQWhLSjtBQWlLTSxRQWpLTjtBQWtLcUIsY0FsS3JCO0FBbUtPLHlCQW5LUDtBQW9LVSx1QkFwS1Y7O0FBc0tLLFFBdEtMO0FBdUtNLFFBdktOO0FBd0tjLFFBeEtkOztBQTBLaUIsVUExS2pCO0FBMkswQixVQTNLMUI7QUE0S2EseUNBNUtiO0FBNktnQixXQTdLaEI7QUE4S0ksUUE5S0o7QUErS1MsV0EvS1Q7O0FBaUxZLFNBakxaO0FBa0x3QixXQWxMeEI7QUFtTE0sTUFuTE47QUFvTEssUUFwTEw7QUFxTE0sUUFyTE47QUFzTEMsTUF0TEQ7QUF1TEUsTUF2TEY7QUF3TEksTUF4TEo7QUF5TEksTUF6TEo7QUEwTFEsUUExTFI7QUEyTEUsTUEzTEY7QUE0TFksU0E1TFo7QUE2TG9CLFlBN0xwQjtBQThMVSxTQTlMVjtBQStMVyxhQS9MWDtBQWdNSyxPQWhNTDtBQWlNYSxXQWpNYjtBQWtNRyxNQWxNSDtBQW1NZ0IsUUFuTWhCO0FBb01RLFFBcE1SO0FBcU1HLE1Bck1IO0FBc01JLE9BdE1KO0FBdU1ZLFFBdk1aO0FBd01LLE1BeE1MO0FBeU1DLEtBek1EO0FBME1hLGlCQTFNYjtBQTJNYSxTQTNNYjtBQTRNTSxPQTVNTixVQURTLEUiLCJmaWxlIjoiNjMxLmpzIiwic291cmNlc0NvbnRlbnQiOlsiLy8gemguanNcclxuZXhwb3J0IGRlZmF1bHQge1xyXG5cdGluZGV4OiB7XHJcblx0XHR3YWxsZXRuYW1lOifor7fovpPlhaXpkrHljIXlkI3np7AnLFxyXG5cdFx0TmFtZWNhbm5vdDon6L6T5YWl5ZCN56ew5LiN6IO95Li656m6JyxcclxuXHRcdC8vIOW6lemDqOWvvOiIquagj1xyXG5cdFx0V2FsbGV0OifpkrHljIUnLFxyXG5cdFx0TkZUOidORlQnLFxyXG5cdFx0TWFya2V0OifluILlnLonLFxyXG5cdFx0RGlzY292ZXI6J+WPkeeOsCcsXHJcblx0XHRQcm9maWxlOifmiJHnmoQnLFxyXG5cdFx0Ly8gdG9uZ3lvbmdcclxuXHRcdENvbmZpcm06J+ehruiupCcsXHJcblx0XHRTdWNjZXNzZnVsOifmiJDlip8nLFxyXG5cdFx0Q2FuY2VsOiflj5bmtognLFxyXG5cdFx0U2V0c3VjY2Vzc2Z1bGx5OifliJvlu7rmiJDlip8nLFxyXG5cdFx0Q3JlYXRpb25mYWlsZWQ6J+WIm+W7uuWksei0pScsXHJcblx0XHRjb3JyZWN0OifmraPnoa4nLFxyXG5cdFx0Ly8gbGFuZ1xyXG5cdGxhbmdTZWxlY3Q6J+mAieaLqScsXHJcblx0Ly8gc2V0dGluZ1xyXG5cdGZpbmdlclBhc3M6J+aMh+e6ueWvhueggScsXHRcclxuXHRcdGxhbnM6J+ivreiogOiuvue9ricsXHJcblx0XHRjdXJyOifotKfluIEnLFxyXG5cdFx0bm9kZXM6J+iKgueCueiuvue9ricsXHJcblx0XHQvLyBwcm9maWxlXHJcblx0XHRwcm90aXQ6J+aIkeeahCcsXHJcblx0XHRhcHBzOiflupTnlKjnqIvluo/orr7nva4nLFxyXG5cdFx0bWFnZXc6J+euoeeQhumSseWMhScsXHJcblx0XHRhZGRCb29rOiflnLDlnYDnm67lvZUnLFxyXG5cdFx0U2V0dGluZ3M6J+iuvue9ricsXHJcblx0XHRoZWxwY2VuOifluK7liqnkuK3lv4MnLFxyXG5cdFx0YWJvdXR1czon5YWz5LqO5oiR5LusJyxcclxuXHRcdEhhcmR3YXJlOifnoazku7YnLFxyXG5cdFx0bWF0aDon6YWN5aWX56Gs5Lu2JyxcclxuXHRcdC8vIHdhbGxldFxyXG5cdFx0V2FsbGV0OifpkrHljIUnLFxyXG5cdFx0YXNzZXRzOifotYTkuqcnLFxyXG5cdFx0Y3dhbGxldDon6YCJ5oup6ZKx5YyFJyxcclxuXHRcdG1hbmFnZTon566h55CGJyxcclxuXHRcdG13YWxsZXQ6J+euoeeQhumSseWMhScsXHJcblx0XHRhZGR3YWxsZXQ6J+a3u+WKoCcsXHJcblx0XHQvLyBhZGRcclxuXHRcdGNyZXdhbGxsZXQ6J+WIm+W7uumSseWMhScsXHJcblx0XHRtbmVpbXBvcnQ6J+WKqeiusOivjeWvvOWFpScsXHJcblx0XHRwcml2YWtleWltcG9ydDon56eB6ZKl5a+85YWlJyxcclxuXHRcdC8vIGJhY2svaW5kZXhcclxuXHRcdGJhY2t1cE1uZVRpdDon5aSH5Lu95Yqp6K6w6K+NJyxcclxuXHRcdEJhY2t1cFRpcHM6J+Wkh+S7veaPkOekuicsXHJcblx0XHRBeGlvbXM6J+WFrOeQhuaYr+aOp+WItui1hOS6p+eahOWUr+S4gOaWueazleOAgicsXHJcblx0XHRyZXRyaWV2ZTon5oKo5peg5rOV5qOA57Si5Lii5aSx55qE5Yqp6K6w56ym77yM5Zug5q2k6K+35Yqh5b+F5a+55YW26L+b6KGM5aSH5Lu977yBJyxcclxuXHRcdGRpc2Nsb3NlOifkuI3opoHlkJHku7vkvZXkurrpgI/pnLLkvaDnmoTorrDlv4bms5XjgIInLFxyXG5cdFx0c3RhcnRCYWNrOiflvIDlp4vlpIfku70nLFxyXG5cdFx0Ly8gYmFja3VwMlxyXG5cdFx0cGNvcHk6J+ivt+aMieato+ehrueahOmhuuW6j+WkjeWIticsXHJcblx0XHRwY29weTI6J+WKqeiusOivjScsXHJcblx0XHRib29zdGVyOiflrqPkvKDor63lsIbnlKjkuo7pkrHljIXotYTkuqfov73lm57vvIzor7fmjInmraPnoa7pobrluo/lpI3liLblrqPkvKDor63lubbkv53lrZjlnKjlronlhajnmoTlnLDmlrnvvIzkuI3lvpfms4TpnLLnu5nku5bkuronLFxyXG5cdFx0Y29waWVkOifmiJHlt7LorrDkvY8nLFxyXG5cdFx0Ly8gYmFja3VwM1xyXG5cdFx0Y29uTW5lOifnoa7orqTkvaDnmoTpkrHljIXliqnorrDor40nLFxyXG5cdFx0Ym9vc3RlcndvcmQ6J+ivt+eCueWHu+WKqeiusOivjeaWh+Wtl++8jOS7peehruS/neaCqOeahOWkh+eUqOWKqeaOqOWZqOaWh+Wtl+ato+ehruaXoOivrycsXHJcblx0XHRiYWNrQ29tOiflpIfku73liqnorrDnrKblt7LlrozmiJDvvIEnLFxyXG5cdFx0c2VlZDon5peg5pWI5Yqp6K6w6K+NJyxcclxuXHRcdHdyb25nV29yZDon5L2g6L6T5YWl5LqG6ZSZ6K+v55qE5Y2V6K+N77yMJyxcclxuXHRcdHdyb25nV29yZDI6J+ivt+mHjeivleOAgicsXHJcblx0XHQvLyB0cmFuc1Bhd1xyXG5cdFx0dHJhbnNQYXc6J+S6pOaYk+WvhueggScsXHJcblx0XHRzZXR0cmFuc1Bhdzon6K6+572u5Lqk5piT5a+G56CBJyxcclxuXHRcdHRyYW5zUGF3QWdhaW46J+ivt+WGjeasoei+k+WFpeWvhueggScsXHJcblx0XHRTZWN1cmV0cmFuc2FjdGlvbjon5L+d6Zqc5Lqk5piT5a+G56CB77yMJyxcclxuXHRcdFNlY3VyZXRyYW5zYWN0aW9uMjon6K+35Yu/5rOE6ZyyJyxcclxuXHRcdFBhc3N3b3JkZGlzY3JlcGFuc2llczon5Lik5qyh5a+G56CB6L6T5YWl5LiN5LiA6Ie0JyxcclxuXHRcdFxyXG5cdFx0Ly8gYWJvdXRcclxuXHRcdFZlcnNpb251cGRhdGU6J+eJiOacrOabtOaWsCcsXHJcblx0XHRPZmZpY2lhbHdlYnNpdGU6J+WumOaWuee9keermScsXHJcblx0XHRUZXJtc29mU2VydmljZTon5pyN5Yqh5p2h5qy+JyxcclxuXHRcdFByaXZhY3lQb2xpY3k6J+makOengeaUv+etlicsXHJcblx0XHQvLyBUZXJtc29mU2VydmljZVxyXG5cdFx0RXRpYW1uaXNpbG9yZW0xOidFdGlhbSBuaXNpIGxvcmVt566A5L2TJyxcclxuXHRcdEV0aWFtbmlzaWxvcmVtMjonJyxcclxuXHRcdEV0aWFtbmlzaWxvcmVtMzonJyxcclxuXHRcdC8vIHByaXZhY3lcclxuXHRcdFx0VGVybXNvZlNlcnZpY2U6J+makOengeaUv+etlicsXHJcblx0XHRcdC8vIG1hbmFnZVxyXG5cdFx0XHRcdEFkZHJlc3M6J+WcsOWdgCcsXHJcblx0XHRcdFx0TWFuYWdlOifnrqHnkIYnLFxyXG5cdFx0XHRcdE5hbWU6J+WQjeWtlycsXHJcblx0XHRcdFx0U2V0bmFtZTon6K6+572u6ZKx5YyF5ZCN56ewJyxcclxuXHRcdFx0XHRCYWNrdXBwcml2YXRla2V5OiflpIfku73np4HpkqUnLFxyXG5cdFx0XHRcdE5ld3dhbGxldG5hbWU6J+aWsOeahOmSseWMheWQjeensCcsXHJcblx0XHRcdFx0Ly8gdHJhbnNQYXdNYW5cclxuXHRcdFx0XHQga2VlcHlvdXJtbmVtb25pY3M6J+ivt+S/neeVmeS9oOeahOiusOW/huazleOAguS7u+S9leiOt+W+l+S9oOeahOWKqeiusOespueahOS6uumDveWPr+S7peaOp+WItuS9oOeahOi0puaIt++8jOWMheaLrOi9rOenu+aJgOaciei1hOmHkScsXHJcblx0XHRcdFx0IEluY29ycmVjdHBhc3N3b3JkOiflr4bnoIHkuI3mraPnoa4nLFxyXG5cdCAgLy8ga2V5b3V0XHJcblx0ICBrZWVweW91cnByaXZhdGVrZXk6J+ivt+S/neeVmeaCqOeahOengemSpeOAguS7u+S9leiOt+W+l+aCqOengemSpeeahOS6uumDveWPr+S7peaOp+WItuaCqOeahOW4kOaIt++8jOWMheaLrOi9rOenu+aJgOaciei1hOmHkScsXHJcblx0Ly8gc2hvd2tleVxyXG5cdFNob3dwcml2YXRla2V5OifmmL7npLrnp4HpkqUnLFxyXG5cdFNob3dwcml2YXRla2V5dGV4dDon5paH5pysJyxcclxuXHRTaG93UVJDb2RlOifkuoznu7TnoIEnLFxyXG5cdFNob3dDb3B5OiflpI3liLYnLFxyXG5cdFNjYW50aGVRUjon5omr5o+P5LqM57u056CB6IezLi4uLicsXHJcblx0Q29weXByaXZhdGVrZXlTdWNjZXNzZnVsOiflpI3liLbnp4HpkqXmiJDlip8nLFxyXG5cdE9uZW1vbWVudHBsZWFzZTon6K+356iN562JJyxcclxuXHQvLyBtYXJrZXRcclxuXHRUcmFuZGluZ1BhaXJzOifluIHnp40nLFxyXG5cdFByaWNlVm9sOifku7fmoLwnLFxyXG5cdENoYW5nOicyNOWwj+aXtua2qOi3jOW5hScsXHJcblx0Ly8gZGlzY292ZXJcclxuXHREQVBQd2Vic2l0ZTon5pCc57Si5oiW6L+b5YWlREFQUOe9keermScsXHJcblx0QmVlZnk6J0JlZWZ5IGZpbmFuY2UoQlNDKScsXHJcblx0cmV2ZW51ZTon5Z+65LqO5biB5a6J5pm66IO96ZO+55qE5pS255uK6IGa5ZCI5ZmoJyxcclxuXHRCdW5pY29ybjonQnVuaWNvcm4nLFxyXG5cdHRocm91Z2htb2JpbGl0eTon5LiA5Liq5oCn6IO95Y2T6LaK55qEQU1NIERFWO+8jOmAmui/h+a1geWKqOaApy4uJyxcclxuXHRGb3JUdWJlOidGb3JUdWJlKEJTQyknLFxyXG5cdHBsYXRmb3JtOiflhajnkIPpooblhYjnmoREZUZp5YCf6LS35bmz5Y+w77yIQlND77yJJyxcclxuXHRQb3B1bGFyOifng63pl6gnLFxyXG5cdExlbmRpbmc6J+WAn+WHuicsXHJcblx0VHJhZGU6J+i0uOaYkycsXHJcblx0WWllbGQ6J+S6p+mHjycsXHJcblx0U3Rha2U6J+iCoeS7vScsXHJcblx0cmVkaXJlY3RlZDon5oKo5bCG6KKr6YeN5a6a5ZCR5Yiw56ys5LiJ5pa5ZEFwcOmhtemdou+8jOaCqOWvueesrOS4ieaWuWRBcHDnmoTkvb/nlKjlsIblj5for6XnrKzkuInmlrlkQXBwIGlz55So5oi35Y2P6K6u5ZKM6ZqQ56eB5pS/562W55qE57qm5p2f77yM56ys5LiJ5pa5ZEFwcOebtOaOpeS4lOWujOWFqOWvueaCqOi0n+i0o+OAgicsXHJcblx0RGlzY2xhaW1lcnM6J+WFjei0o+WjsOaYjicsXHJcblx0Ly8gbmZ0Q29sbGVjdGlvblxyXG5cdE5GVGNvbGxlY3Rpb246J05GVOaUtuiXj+WTgScsXHJcblx0Q29udHJhY3RhZGRyZXNzOiflkIjnuqblnLDlnYAnLFxyXG5cdFRva2VuSUQ6J+S7pOeJjElEJyxcclxuXHRlbnRlcmNvbnRyYWN0YWRkcmVzczon6K+36L6T5YWl5ZCI57qm5Zyw5Z2AJyxcclxuXHRlbnRlcnRva2VuSUQ6J+ivt+i+k+WFpeS7pOeJjElEJyxcclxuXHRDb250cmFjdHM6J+WQiOe6picsXHJcblx0SUQ6J0lEJyxcclxuXHRDb2xsZWN0aW9uZGV0YWlsczon5pS26JeP5ZOB6K+m5oOFJyxcclxuXHQvLyBidGMgaW5kZXhcclxuXHRFeGlzdGluZ2JhbGFuY2U6J+eOsOacieS9meminScsXHJcblx0RnJlZXplYmFsYW5jZTon5Ya757uT5L2Z6aKdJyxcclxuXHRBbGw6J+aJgOaciScsXHJcblx0U2VuZDon5Y+R6YCBJyxcclxuXHRSZWNlaXZlOifmjqXmlLYnLFxyXG5cdC8vIHNlbmRUb2tlbiBpbmRleFxyXG5cdFJlY2VpdmluZ2FkZHJlc3M6J+aOpeWPl+WcsOWdgCcsXHJcblx0U2NhblFSOifmiavmj4/kuoznu7TnoIHku6Xovaznp7vliLDotYTkuqcnLFxyXG5cdENvcHlhZGRyZXNzOiflpI3liLblnLDlnYAnLFxyXG5cdENvcHlTdWNjZXNzZnVsOiflpI3liLblnLDlnYDmiJDlip/vvIEnLFxyXG5cdC8vIHRyYW5zZmVyXHJcblx0VHJhbnNmZXI6J+i9rOi0picsXHJcblx0QWRyZXNzQm9vazon5Zyw5Z2A55uu5b2VJyxcclxuXHRUcmFuc2ZlcmFtb3VudDon6L2s6LSm6YeR6aKdJyxcclxuXHRCYWxhbmNlOifkvZnpop0nLFxyXG5cdEFMTDpcIuaJgOaciVwiLFxyXG5cdFJlbWFyazon5aSH5rOoJyxcclxuXHRUcmFuc2FjdGlvbmZlZTon5Lqk5piT6LS5JyxcclxuXHRUcmFuc2ZlcmNvbmZpcm1hdGlvbjon6L2s6LSm56Gu6K6k5LmmJyxcclxuXHRBbW91bnQ6J+mHkeminScsXHJcblx0U2VuZGFkZHJlc3M6J+WPkemAgeWcsOWdgCcsXHJcblx0RmluZ2VycHJpbnRwYXNzd29yZDon5oyH57q55a+G56CBJyxcclxuXHRmaW5nZXJwcmludHNlbnNvcjon6Kem5pG45oyH57q55Lyg5oSf5ZmoJyxcclxuXHRVc2VQYXNzd29yZDon5L2/55So5a+G56CBJyxcclxuXHRGaW5nZXJwcmludHJlY29nbml6ZWQ6J+aMh+e6ueaXoOazleivhuWIq+OAgicsXHJcblx0VHJ5YWdhaW46J+ivt+WGjeasoeWwneivlScsXHJcblx0RmluZ2VycHJpbnRyZWNvZ25pemVkOifmjIfnurnor4bliKvmiJDlip/jgIInLFxyXG5cdGVudGVydGhldHJhbnNmZXJhbW91bnQ6J+ivt+i+k+WFpei9rOi0pumHkeminScsXHJcblx0ZW50ZXJ0aGVyZWNlaXZpbmdhZGRyZXNzOifor7fovpPlhaXmjqXmlLblnLDlnYAnLFxyXG5cdGxlc3N0aGFuOifovpPlhaXnmoTph5Hpop3kuI3og73lsI/kuo4wJyxcclxuXHRydW5uaW5nbG93OifkvZnpop3kuI3otrMnLFxyXG5cdGZpbmdlcnByaW50aWRlbnRpZmljYXRpb246J+atpOiuvuWkh+S4jeaUr+aMgeaMh+e6ueivhuWIqycsXHJcblx0bm90ZXF1aXBwZWQ6J+atpOiuvuWkh+acqumFjeWkh+WvhueggemUgeWumuWxj+W5le+8jOaXoOazleS9v+eUqOaMh+e6ueivhuWIqycsXHJcblx0b25pbnRoZXNldHRpbmc6J+atpOiuvuWkh+S4reayoeaciei+k+WFpeaMh+e6ueOAguivt+WcqOiuvue9ruS4reaJk+W8gOWugycsXHJcblx0Ly8gXHRBZGQgVG9rZW5cclxuXHRcdEFkZFRva2VuOifmt7vliqDku6PluIEnLFxyXG5cdFx0SG90YXNzZXRzOifng63pl6jotYTkuqcnLFxyXG5cdFx0QWRkZWRzdWNjZXNzZnVsbHk6J+a3u+WKoOaIkOWKnycsXHJcblx0XHQvLyBiYWNrdXA1XHJcblx0XHRcdEltcG9ydHZpYXByaXZhdGVrZXk6J+mAmui/h+engemSpeWvvOWFpScsXHJcblx0XHRcdFByaXZhdGVrZXlpbXBvcnR2ZXJpZmljYXRpb246J+engemSpeWvvOWFpemqjOivgScsXHJcblx0XHRcdHByaXZhdGVrZXlhbmRkbzon6K+36L6T5YWl5oKo55qE56eB6ZKl77yM5LiN6KaB5bCG5YW25rOE6Zyy57uZ5YW25LuW5Lq65aSW6YOo5Zyw5Z2A5peg5rOV6YCa6L+H5Yqp6K6w6ZSu5oGi5aSN44CC6K+35aal5ZaE5L+d566hJyxcclxuXHRcdGVudGVyeW91cnByaXZhdGVrZXk6J+ivt+i+k+WFpeaCqOeahOengemSpScsXHJcblx0XHRiZWVtcHR5OifkuI3og73kuLrnqbonLFxyXG5cdFx0YmVlbmltcG9ydGVkOifpkrHljIXlt7Lnu4/ooqvlr7zlhaUnLFxyXG5cdFx0Ly8gYmFja3VwNFxyXG5cdFx0SW1wb3J0bW5lbW9uaWNzOiflr7zlhaXliqnorrDor40nLFxyXG5cdFx0TW5lbW9uaWNzaW1wb3J0dmVyaWZpY2F0aW9uOifliqnorrDnrKbovpPlhaXpqozor4EnLFxyXG5cdCAgTGFuZ3VhZ2U6J+ivreiogCcsXHJcblx0ICBsYW5nZmFuOifnuYHkvZPkuK3mlocnLFxyXG5cdCAgbGFuZ2ppYW46J+eugOS9k+S4reaWhycsXHJcblx0ICBlbmc6J+iLseaWhycsXHJcblx0ICBlZGl0Oifkv67mlLknLFxyXG5cdCAgRGVsZXRlOifliKDpmaQnLFxyXG5cdCAgREVMRVRFOifliKDpmaQnLFxyXG5cdCAgQWRkYWRkcmVzczon5re75Yqg5Zyw5Z2AJyxcclxuXHQgIFNhdmU6J+S/neWtmCcsXHJcblx0ICBzZWxlY3RjdXJyZW5jeTon6K+36YCJ5oup5biB56eNJyxcclxuXHQgIFBsZWFzZXJlY2lwaWVudGFkZHJlc3M6J+ivt+i+k+WFpeaUtuS7tuS6uuWcsOWdgCcsXHJcblx0ICBlbnRlcnRoZW5hbWU6J+ivt+i+k+WFpeWQjeensCcsXHJcblx0ICBBZGRyZXNzb3JuYW1lOiflnLDlnYDmiJblkI3np7DkuI3og73kuLrnqbonLFxyXG5cdCAgbG9hZGluZzon5Yqg6L295LitJyxcclxuXHQgIGNsb3NldmFsaWRhdGlvbjon56Gu6K6k5YWz6Zet6aqM6K+B77yfJyxcclxuXHQgIExvZ2luOifnmbvlvZUnLFxyXG5cdCAgVHJhbnNhY3Rpb25kZXRhaWxzOifkuqTmmJPor6bmg4UnLFxyXG5cdCAgXHRDb25maXJtZWQ6J+ehruiupOS6pOaYkycsXHJcblx0ICBcdFRpbWU6J+aXtumXtCcsXHJcblx0ICBcdFR4RmVlOiflj5HpgIHotLknLFxyXG5cdCAgXHRUcmFuc2FjdGlvbklEOifkuqTmmJNJRCcsXHJcblx0ICBcdG90aGVyczon5YW25LuWJyxcclxuXHQgIFx0bWU6J+aIkScsXHJcblx0ICBtb3JlaW5mb3JtYXRpb246J+acieWFs+ivpue7huS/oeaBr++8jOivt+i9rOWIsOa1j+iniOWZqCcsXHJcblx0ICBcdENvcHlTdWNjZXNzZnVsOiflpI3liLbmiJDlip/vvIEnLFxyXG5cdFx0Tm9jb250ZW50Oifml6DlhoXlrrknLFxyXG5cdH1cclxufVxyXG4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///631\n");
-
-/***/ }),
-/* 632 */
-/*!*****************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/utils/locales/en.js ***!
- \*****************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;var _index;function _defineProperty(obj, key, value) {if (key in obj) {Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true });} else {obj[key] = value;}return obj;} // en.js\nvar _default = {\n index: (_index = {\n walletname: 'Please enter wallet name',\n Namecannot: 'Name cannot be empty',\n // 底部导航栏\n Wallet: 'Wallet',\n NFT: 'NFT',\n Market: 'Market',\n Discover: 'Discover',\n Profile: 'Profile',\n // tongyong\n Confirm: 'Confirm',\n Successful: 'Successfully',\n Cancel: 'Cancel',\n Setsuccessfully: 'Set successfully',\n Creationfailed: 'Creation failed',\n correct: 'Correct',\n\n langSelect: 'Select',\n fingerPass: 'Fingerprint password',\n lans: 'Language settings',\n curr: 'Currency',\n nodes: 'Node settings',\n // profile\n protit: 'Profile',\n apps: 'App settings',\n magew: 'Manage Wallet',\n addBook: 'Address Book',\n Settings: 'Settings',\n helpcen: 'Help Center',\n aboutus: 'About Us',\n Hardware: 'Hardware',\n math: 'Matching hardware' }, _defineProperty(_index, \"Wallet\",\n\n 'Wallet'), _defineProperty(_index, \"assets\",\n 'Assets'), _defineProperty(_index, \"cwallet\",\n 'Choose a wallet'), _defineProperty(_index, \"manage\",\n 'Manage'), _defineProperty(_index, \"mwallet\",\n 'Manage wallet'), _defineProperty(_index, \"addwallet\",\n 'Add to'), _defineProperty(_index, \"crewalllet\",\n\n 'Create a wallet'), _defineProperty(_index, \"mneimport\",\n 'Mnemonic import'), _defineProperty(_index, \"privakeyimport\",\n 'Private key import'), _defineProperty(_index, \"backupMneTit\",\n\n 'Backup mnemonics'), _defineProperty(_index, \"BackupTips\",\n 'Backup Tips'), _defineProperty(_index, \"Axioms\",\n 'Axioms are the only way to control assets.'), _defineProperty(_index, \"retrieve\",\n 'You cannot retrieve a lost mnemonic, so be sure to back it up!'), _defineProperty(_index, \"disclose\",\n 'Do not disclose your mnemonic to anyone.'), _defineProperty(_index, \"startBack\",\n 'Start backup'), _defineProperty(_index, \"pcopy\",\n\n 'Please copy the helper words in'), _defineProperty(_index, \"pcopy2\",\n 'the correct order'), _defineProperty(_index, \"booster\",\n 'The booster words will be used for wallet asset recovery, please copy the booster words in the correct order and keep them in a safe place and do not disclose them to others'), _defineProperty(_index, \"copied\",\n 'I have copied it'), _defineProperty(_index, \"conMne\",\n\n 'Confirm your wallet mnemonic'), _defineProperty(_index, \"boosterword\",\n 'Please click on the booster words in order to ensure that your backup booster words are correct'), _defineProperty(_index, \"backCom\",\n 'Backup mnemonic completed!'), _defineProperty(_index, \"seed\",\n 'Invalid Seed'), _defineProperty(_index, \"wrongWord\",\n 'You entered the wrong booster words,'), _defineProperty(_index, \"wrongWord2\",\n 'please try again.'), _defineProperty(_index, \"transPaw\",\n\n 'Transaction password'), _defineProperty(_index, \"settransPaw\",\n 'Set transaction password'), _defineProperty(_index, \"transPawAgain\",\n 'Please enter again'), _defineProperty(_index, \"Securetransaction\",\n 'Secure transaction passwords,'), _defineProperty(_index, \"Securetransaction2\",\n 'please do not disclose'), _defineProperty(_index, \"Passworddiscrepansies\",\n 'Password discrepansies'), _defineProperty(_index, \"Versionupdate\",\n\n\n 'Version update'), _defineProperty(_index, \"Officialwebsite\",\n 'Official website'), _defineProperty(_index, \"TermsofService\",\n 'Terms of Service'), _defineProperty(_index, \"PrivacyPolicy\",\n 'Privacy Policy'), _defineProperty(_index, \"Etiamnisilorem1\",\n\n 'Etiam nisi lorem'), _defineProperty(_index, \"Etiamnisilorem2\",\n 'posuere at turpis at, fringilla efficitur quam. Suspendisse vitae lacus ac lectus facilisis ornare. Vivamus vitae pulvinar nisi, in vehicula elit. Praesent iaculis ante tellus, eu mattis lectus suscipit sit amet. Sed congue accumsan nunc in iaculis. Sed malesuada elit turpis, eu egestas eros rhoncus non. Sed pulvinar euismod libero sit amet scelerisque. Vestibulum ante felis, condimentum in vulputate id, tempor eu nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Etiam condimentum augue vitae nulla suscipit eleifend. Phasellus consectetur volutpat nulla, cursus facilisis elit vulputate sed. Mauris in semper sem. Interdum et malesuada fames ac ante ipsum primis in faucibus.'), _defineProperty(_index, \"Etiamnisilorem3\",\n 'Etiam nisi lorem, posuere at turpis at, fringilla efficitur quam. Suspendisse vitae lacus ac lectus facilisis ornare. Vivamus vitae pulvinar nisi, in vehicula elit. Praesent iaculis ante tellus, eu mattis lectus suscipit sit amet. Sed congue accumsan nunc in iaculis. Sed malesuada elit turpis, eu egestas eros rhoncus non. Sed pulvinar euismod libero sit amet scelerisque. Vestibulum ante felis, condimentum in vulputate id, tempor eu nulla. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Etiam condimentum augue vitae nulla suscipit eleifend. Phasellus consectetur volutpat nulla, cursus facilisis elit vulputate sed. Mauris in semper sem. Interdum et malesuada fames ac ante ipsum primis in faucibus.'), _defineProperty(_index, \"TermsofService\",\n\n 'Terms of Service'), _defineProperty(_index, \"Address\",\n\n\n 'Address'), _defineProperty(_index, \"Manage\",\n 'Manage'), _defineProperty(_index, \"Name\",\n 'Name'), _defineProperty(_index, \"Setname\",\n 'Set name'), _defineProperty(_index, \"Backupprivatekey\",\n 'Backup private key'), _defineProperty(_index, \"Newwalletname\",\n 'New wallet name'), _defineProperty(_index, \"keepyourmnemonics\",\n\n 'Please keep your mnemonics. Anyone who gets your mnemonics can control your account, including transferring all funds'), _defineProperty(_index, \"Incorrectpassword\",\n 'Incorrect password'), _defineProperty(_index, \"keepyourprivatekey\",\n\n 'Please keep your private key. Anyone who gets your private key can control your account, including transferring all funds'), _defineProperty(_index, \"Showprivatekey\",\n\n\n 'Show private key'), _defineProperty(_index, \"Showprivatekeytext\",\n 'Text'), _defineProperty(_index, \"ShowQRCode\",\n 'QR Code'), _defineProperty(_index, \"ShowCopy\",\n 'Copy'), _defineProperty(_index, \"ScantheQR\",\n 'Scan the QR code to ....'), _defineProperty(_index, \"CopyprivatekeySuccessful\",\n 'Copy private key Successful!'), _defineProperty(_index, \"Onemomentplease\",\n 'One moment please'), _defineProperty(_index, \"TrandingPairs\",\n\n 'Tranding Pairs'), _defineProperty(_index, \"PriceVol\",\n 'Price/Vol'), _defineProperty(_index, \"Chang\",\n '24h Chang'), _defineProperty(_index, \"DAPPwebsite\",\n\n\n 'Search or enter the DAPP website'), _defineProperty(_index, \"Beefy\",\n 'Beefy finance(BSC)'), _defineProperty(_index, \"revenue\",\n 'Revenue aggregator based on coin security intelligent chain'), _defineProperty(_index, \"Bunicorn\",\n 'Bunicorn'), _defineProperty(_index, \"throughmobility\",\n 'A high performance AMM DEX through mobility'), _defineProperty(_index, \"ForTube\",\n 'ForTube(BSC)'), _defineProperty(_index, \"platform\",\n 'The world is leading defi lending platform (BSC)'), _defineProperty(_index, \"Popular\",\n 'Popular'), _defineProperty(_index, \"Lending\",\n 'Lending'), _defineProperty(_index, \"Trade\",\n 'Trade'), _defineProperty(_index, \"Yield\",\n 'Yield'), _defineProperty(_index, \"Stake\",\n 'Stake'), _defineProperty(_index, \"redirected\",\n 'You will be redirected to a third party dApp page and your use of the third party dApp will be governed by that third party dApp is User Agreement and Privacy Policy, for which the third party dApp is directly and solely liable to you.'), _defineProperty(_index, \"Disclaimers\",\n 'Disclaimers'), _defineProperty(_index, \"NFTcollection\",\n\n 'NFT collection'), _defineProperty(_index, \"Contractaddress\",\n 'Contract address'), _defineProperty(_index, \"TokenID\",\n 'Token ID'), _defineProperty(_index, \"entercontractaddress\",\n 'Please enter the contract address'), _defineProperty(_index, \"entertokenID\",\n 'Please enter token ID'), _defineProperty(_index, \"Contracts\",\n 'Contracts'), _defineProperty(_index, \"ID\",\n 'ID'), _defineProperty(_index, \"Collectiondetails\",\n 'Collection details'), _defineProperty(_index, \"Existingbalance\",\n\n 'Existing balance'), _defineProperty(_index, \"Freezebalance\",\n 'Freeze balance'), _defineProperty(_index, \"All\",\n 'All'), _defineProperty(_index, \"Send\",\n 'Send'), _defineProperty(_index, \"Receive\",\n 'Receive'), _defineProperty(_index, \"Receivingaddress\",\n\n 'Receiving address'), _defineProperty(_index, \"ScanQR\",\n 'Scan the QR code to transfer to the asset'), _defineProperty(_index, \"Copyaddress\",\n 'Copy address'), _defineProperty(_index, \"CopySuccessful\",\n 'Copy address Successful!'), _defineProperty(_index, \"Transfer\",\n\n 'Transfer'), _defineProperty(_index, \"AddressBook\",\n 'Address Book'), _defineProperty(_index, \"Transferamount\",\n 'Transfer amount'), _defineProperty(_index, \"Balance\",\n 'Balance'), _defineProperty(_index, \"ALL\",\n \"ALL\"), _defineProperty(_index, \"Remark\",\n 'Remark'), _defineProperty(_index, \"Transactionfee\",\n 'Transaction fee'), _defineProperty(_index, \"Transferconfirmation\",\n 'Transfer confirmation'), _defineProperty(_index, \"Amount\",\n 'Amount'), _defineProperty(_index, \"Sendaddress\",\n 'Send address'), _defineProperty(_index, \"Fingerprintpassword\",\n 'Fingerprint password'), _defineProperty(_index, \"fingerprintsensor\",\n 'Touch the fingerprint sensor'), _defineProperty(_index, \"UsePassword\",\n 'Use Password'), _defineProperty(_index, \"Fingerprintrecognized\",\n 'Fingerprint not recognized.'), _defineProperty(_index, \"Tryagain\",\n 'Try again'), _defineProperty(_index, \"Fingerprintrecognized\",\n 'Fingerprint recognized.'), _defineProperty(_index, \"enterthetransferamount\",\n 'Please enter the transfer amount'), _defineProperty(_index, \"enterthereceivingaddress\",\n 'Please enter the receiving address'), _defineProperty(_index, \"lessthan\",\n 'The entered amount cannot be less than 0'), _defineProperty(_index, \"runninglow\",\n 'Sorry, your credit is running low'), _defineProperty(_index, \"fingerprintidentification\",\n 'This device does not support fingerprint identification'), _defineProperty(_index, \"notequipped\",\n 'This device is not equipped with a password lock screen and cannot use fingerprint identification'), _defineProperty(_index, \"oninthesetting\",\n 'There is no fingerprint entered in this device. Please turn it on in the setting'), _defineProperty(_index, \"AddToken\",\n\n 'Add Token'), _defineProperty(_index, \"Hotassets\",\n 'Hot assets'), _defineProperty(_index, \"Addedsuccessfully\",\n 'Added successfully'), _defineProperty(_index, \"Importviaprivatekey\",\n\n 'Import via private key'), _defineProperty(_index, \"Privatekeyimportverification\",\n 'Private key import verification'), _defineProperty(_index, \"privatekeyanddo\",\n 'Please enter your private key and do not disclose it to othersThe external address cannot be recovered by mnemonics. Please keep it properly'), _defineProperty(_index, \"enteryourprivatekey\",\n 'Please enter your private key'), _defineProperty(_index, \"beempty\",\n 'Cannot be empty'), _defineProperty(_index, \"beenimported\",\n 'The wallet has been imported'), _defineProperty(_index, \"Importmnemonics\",\n\n 'Import mnemonics'), _defineProperty(_index, \"Mnemonicsimportverification\",\n 'Mnemonics import verification'), _defineProperty(_index, \"Language\",\n 'Language'), _defineProperty(_index, \"langfan\",\n 'Traditional Chinese'), _defineProperty(_index, \"langjian\",\n 'Simplified Chinese'), _defineProperty(_index, \"eng\",\n 'English'), _defineProperty(_index, \"edit\",\n 'Edit'), _defineProperty(_index, \"Delete\",\n 'Delete'), _defineProperty(_index, \"DELETE\",\n 'DELETE'), _defineProperty(_index, \"Addaddress\",\n 'Add address'), _defineProperty(_index, \"Save\",\n 'Save'), _defineProperty(_index, \"selectcurrency\",\n 'Please select currency'), _defineProperty(_index, \"Pleaserecipientaddress\",\n 'Please enter the recipient address'), _defineProperty(_index, \"enterthename\",\n 'Please enter the name'), _defineProperty(_index, \"Addressorname\",\n 'Address or name cannot be empty'), _defineProperty(_index, \"loading\",\n 'loading'), _defineProperty(_index, \"closevalidation\",\n 'Confirm close validation?'), _defineProperty(_index, \"Login\",\n 'Log in'), _defineProperty(_index, \"Transactiondetails\",\n 'Transaction details'), _defineProperty(_index, \"Confirmed\",\n 'Confirmed'), _defineProperty(_index, \"Time\",\n 'Time'), _defineProperty(_index, \"TxFee\",\n 'Tx Fee'), _defineProperty(_index, \"TransactionID\",\n 'Transaction ID'), _defineProperty(_index, \"others\",\n 'others'), _defineProperty(_index, \"me\",\n 'me'), _defineProperty(_index, \"moreinformation\",\n 'Go to your browser for more information'), _defineProperty(_index, \"CopySuccessful\",\n 'Copy Successful!'), _defineProperty(_index, \"Nocontent\",\n 'No content'), _index) };exports.default = _default;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXRpbHMvbG9jYWxlcy9lbi5qcyJdLCJuYW1lcyI6WyJpbmRleCIsIndhbGxldG5hbWUiLCJOYW1lY2Fubm90IiwiV2FsbGV0IiwiTkZUIiwiTWFya2V0IiwiRGlzY292ZXIiLCJQcm9maWxlIiwiQ29uZmlybSIsIlN1Y2Nlc3NmdWwiLCJDYW5jZWwiLCJTZXRzdWNjZXNzZnVsbHkiLCJDcmVhdGlvbmZhaWxlZCIsImNvcnJlY3QiLCJsYW5nU2VsZWN0IiwiZmluZ2VyUGFzcyIsImxhbnMiLCJjdXJyIiwibm9kZXMiLCJwcm90aXQiLCJhcHBzIiwibWFnZXciLCJhZGRCb29rIiwiU2V0dGluZ3MiLCJoZWxwY2VuIiwiYWJvdXR1cyIsIkhhcmR3YXJlIiwibWF0aCJdLCJtYXBwaW5ncyI6IjZTQUFBO2VBQ2U7QUFDZEEsT0FBSztBQUNKQyxjQUFVLEVBQUMsMEJBRFA7QUFFSkMsY0FBVSxFQUFDLHNCQUZQO0FBR0o7QUFDQUMsVUFBTSxFQUFDLFFBSkg7QUFLSkMsT0FBRyxFQUFDLEtBTEE7QUFNSkMsVUFBTSxFQUFDLFFBTkg7QUFPSkMsWUFBUSxFQUFDLFVBUEw7QUFRSkMsV0FBTyxFQUFDLFNBUko7QUFTSjtBQUNBQyxXQUFPLEVBQUMsU0FWSjtBQVdFQyxjQUFVLEVBQUMsY0FYYjtBQVlKQyxVQUFNLEVBQUMsUUFaSDtBQWFKQyxtQkFBZSxFQUFDLGtCQWJaO0FBY0pDLGtCQUFjLEVBQUMsaUJBZFg7QUFlSkMsV0FBTyxFQUFDLFNBZko7O0FBaUJMQyxjQUFVLEVBQUMsUUFqQk47QUFrQkxDLGNBQVUsRUFBQyxzQkFsQk47QUFtQkxDLFFBQUksRUFBQyxtQkFuQkE7QUFvQkxDLFFBQUksRUFBQyxVQXBCQTtBQXFCTEMsU0FBSyxFQUFDLGVBckJEO0FBc0JMO0FBQ0FDLFVBQU0sRUFBQyxTQXZCRjtBQXdCTEMsUUFBSSxFQUFDLGNBeEJBO0FBeUJMQyxTQUFLLEVBQUMsZUF6QkQ7QUEwQkxDLFdBQU8sRUFBQyxjQTFCSDtBQTJCTEMsWUFBUSxFQUFDLFVBM0JKO0FBNEJMQyxXQUFPLEVBQUMsYUE1Qkg7QUE2QkxDLFdBQU8sRUFBQyxVQTdCSDtBQThCTEMsWUFBUSxFQUFDLFVBOUJKO0FBK0JMQyxRQUFJLEVBQUMsbUJBL0JBOztBQWlDRSxVQWpDRjtBQWtDRSxVQWxDRjtBQW1DRyxtQkFuQ0g7QUFvQ0UsVUFwQ0Y7QUFxQ0csaUJBckNIO0FBc0NLLFVBdENMOztBQXdDTSxtQkF4Q047QUF5Q0ssbUJBekNMO0FBMENVLHNCQTFDVjs7QUE0Q1Esb0JBNUNSO0FBNkNNLGVBN0NOO0FBOENFLDhDQTlDRjtBQStDSSxrRUEvQ0o7QUFnREksNENBaERKO0FBaURLLGdCQWpETDs7QUFtREMsbUNBbkREO0FBb0RFLHFCQXBERjtBQXFERyxpTEFyREg7QUFzREUsb0JBdERGOztBQXdERSxnQ0F4REY7QUF5RE8sbUdBekRQO0FBMERHLDhCQTFESDtBQTJEQSxnQkEzREE7QUE0REssd0NBNURMO0FBNkRNLHFCQTdETjs7QUErREksd0JBL0RKO0FBZ0VPLDRCQWhFUDtBQWlFUyxzQkFqRVQ7QUFrRWEsaUNBbEViO0FBbUVjLDBCQW5FZDtBQW9FaUIsMEJBcEVqQjs7O0FBdUVTLGtCQXZFVDtBQXdFVyxvQkF4RVg7QUF5RVUsb0JBekVWO0FBMEVTLGtCQTFFVDs7QUE0RVcsb0JBNUVYO0FBNkVXLGd1QkE3RVg7QUE4RVcsa3ZCQTlFWDs7QUFnRlUsb0JBaEZWOzs7QUFtRkksV0FuRko7QUFvRkcsVUFwRkg7QUFxRkMsUUFyRkQ7QUFzRkksWUF0Rko7QUF1RmEsc0JBdkZiO0FBd0ZVLG1CQXhGVjs7QUEwRmUseUhBMUZmO0FBMkZlLHNCQTNGZjs7QUE2RmdCLDZIQTdGaEI7OztBQWdHVSxvQkFoR1Y7QUFpR2MsUUFqR2Q7QUFrR00sV0FsR047QUFtR0ksUUFuR0o7QUFvR0ssNEJBcEdMO0FBcUdvQixnQ0FyR3BCO0FBc0dXLHFCQXRHWDs7QUF3R1Msa0JBeEdUO0FBeUdJLGFBekdKO0FBMEdDLGFBMUdEOzs7QUE2R08sb0NBN0dQO0FBOEdDLHNCQTlHRDtBQStHRywrREEvR0g7QUFnSEksWUFoSEo7QUFpSFcsK0NBakhYO0FBa0hHLGdCQWxISDtBQW1ISSxvREFuSEo7QUFvSEcsV0FwSEg7QUFxSEcsV0FySEg7QUFzSEMsU0F0SEQ7QUF1SEMsU0F2SEQ7QUF3SEMsU0F4SEQ7QUF5SE0sK09BekhOO0FBMEhPLGVBMUhQOztBQTRIUyxrQkE1SFQ7QUE2SFcsb0JBN0hYO0FBOEhHLFlBOUhIO0FBK0hnQixxQ0EvSGhCO0FBZ0lRLHlCQWhJUjtBQWlJSyxhQWpJTDtBQWtJRixNQWxJRTtBQW1JYSxzQkFuSWI7O0FBcUlXLG9CQXJJWDtBQXNJUyxrQkF0SVQ7QUF1SUQsT0F2SUM7QUF3SUEsUUF4SUE7QUF5SUcsV0F6SUg7O0FBMklZLHFCQTNJWjtBQTRJRSw2Q0E1SUY7QUE2SU8sZ0JBN0lQO0FBOElVLDRCQTlJVjs7QUFnSkksWUFoSko7QUFpSk8sZ0JBakpQO0FBa0pVLG1CQWxKVjtBQW1KRyxXQW5KSDtBQW9KRCxPQXBKQztBQXFKRSxVQXJKRjtBQXNKVSxtQkF0SlY7QUF1SmdCLHlCQXZKaEI7QUF3SkUsVUF4SkY7QUF5Sk8sZ0JBekpQO0FBMEplLHdCQTFKZjtBQTJKYSxnQ0EzSmI7QUE0Sk8sZ0JBNUpQO0FBNkppQiwrQkE3SmpCO0FBOEpJLGFBOUpKO0FBK0ppQiwyQkEvSmpCO0FBZ0trQixvQ0FoS2xCO0FBaUtvQixzQ0FqS3BCO0FBa0tJLDRDQWxLSjtBQW1LTSxxQ0FuS047QUFvS3FCLDJEQXBLckI7QUFxS08scUdBcktQO0FBc0tVLG9GQXRLVjs7QUF3S0ssYUF4S0w7QUF5S00sY0F6S047QUEwS2Msc0JBMUtkOztBQTRLZ0IsMEJBNUtoQjtBQTZLeUIsbUNBN0t6QjtBQThLWSxnSkE5S1o7QUErS2UsaUNBL0tmO0FBZ0xHLG1CQWhMSDtBQWlMUSxnQ0FqTFI7O0FBbUxXLG9CQW5MWDtBQW9MdUIsaUNBcEx2QjtBQXFMSSxZQXJMSjtBQXNMRyx1QkF0TEg7QUF1TEksc0JBdkxKO0FBd0xELFdBeExDO0FBeUxBLFFBekxBO0FBMExFLFVBMUxGO0FBMkxFLFVBM0xGO0FBNExNLGVBNUxOO0FBNkxBLFFBN0xBO0FBOExVLDBCQTlMVjtBQStMa0Isc0NBL0xsQjtBQWdNUSx5QkFoTVI7QUFpTVMsbUNBak1UO0FBa01HLFdBbE1IO0FBbU1XLDZCQW5NWDtBQW9NQyxVQXBNRDtBQXFNYyx1QkFyTWQ7QUFzTUssYUF0TUw7QUF1TUEsUUF2TUE7QUF3TUMsVUF4TUQ7QUF5TVMsa0JBek1UO0FBME1FLFVBMU1GO0FBMk1GLE1BM01FO0FBNE1VLDJDQTVNVjtBQTZNVSxvQkE3TVY7QUE4TUssY0E5TUwsVUFEUyxFIiwiZmlsZSI6IjYzMi5qcyIsInNvdXJjZXNDb250ZW50IjpbIi8vIGVuLmpzXHJcbmV4cG9ydCBkZWZhdWx0IHtcclxuXHRpbmRleDoge1xyXG5cdFx0d2FsbGV0bmFtZTonUGxlYXNlIGVudGVyIHdhbGxldCBuYW1lJyxcclxuXHRcdE5hbWVjYW5ub3Q6J05hbWUgY2Fubm90IGJlIGVtcHR5JyxcclxuXHRcdC8vIOW6lemDqOWvvOiIquagj1xyXG5cdFx0V2FsbGV0OidXYWxsZXQnLFxyXG5cdFx0TkZUOidORlQnLFxyXG5cdFx0TWFya2V0OidNYXJrZXQnLFxyXG5cdFx0RGlzY292ZXI6J0Rpc2NvdmVyJyxcclxuXHRcdFByb2ZpbGU6J1Byb2ZpbGUnLFxyXG5cdFx0Ly8gdG9uZ3lvbmdcclxuXHRcdENvbmZpcm06J0NvbmZpcm0nLFxyXG4gICAgICAgIFN1Y2Nlc3NmdWw6J1N1Y2Nlc3NmdWxseScsXHJcblx0XHRDYW5jZWw6J0NhbmNlbCcsXHJcblx0XHRTZXRzdWNjZXNzZnVsbHk6J1NldCBzdWNjZXNzZnVsbHknLFxyXG5cdFx0Q3JlYXRpb25mYWlsZWQ6J0NyZWF0aW9uIGZhaWxlZCcsXHJcblx0XHRjb3JyZWN0OidDb3JyZWN0JyxcclxuXHRcdFx0XHRcclxuXHRsYW5nU2VsZWN0OidTZWxlY3QnLFxyXG5cdGZpbmdlclBhc3M6J0ZpbmdlcnByaW50IHBhc3N3b3JkJyxcclxuXHRsYW5zOidMYW5ndWFnZSBzZXR0aW5ncycsXHJcblx0Y3VycjonQ3VycmVuY3knLFxyXG5cdG5vZGVzOidOb2RlIHNldHRpbmdzJyxcclxuXHQvLyBwcm9maWxlXHJcblx0cHJvdGl0OidQcm9maWxlJyxcclxuXHRhcHBzOidBcHAgc2V0dGluZ3MnLFxyXG5cdG1hZ2V3OidNYW5hZ2UgV2FsbGV0JyxcclxuXHRhZGRCb29rOidBZGRyZXNzIEJvb2snLFxyXG5cdFNldHRpbmdzOidTZXR0aW5ncycsXHJcblx0aGVscGNlbjonSGVscCBDZW50ZXInLFxyXG5cdGFib3V0dXM6J0Fib3V0IFVzJyxcclxuXHRIYXJkd2FyZTonSGFyZHdhcmUnLFxyXG5cdG1hdGg6J01hdGNoaW5nIGhhcmR3YXJlJyxcclxuXHQvLyB3YWxsZXRcclxuXHRXYWxsZXQ6J1dhbGxldCcsXHJcblx0YXNzZXRzOidBc3NldHMnLFxyXG5cdGN3YWxsZXQ6J0Nob29zZSBhIHdhbGxldCcsXHJcblx0bWFuYWdlOidNYW5hZ2UnLFxyXG5cdG13YWxsZXQ6J01hbmFnZSB3YWxsZXQnLFxyXG5cdGFkZHdhbGxldDonQWRkIHRvJyxcclxuXHQvLyBhZGRcclxuXHRjcmV3YWxsbGV0OidDcmVhdGUgYSB3YWxsZXQnLFxyXG5cdG1uZWltcG9ydDonTW5lbW9uaWMgaW1wb3J0JyxcclxuXHRwcml2YWtleWltcG9ydDonUHJpdmF0ZSBrZXkgaW1wb3J0JyxcclxuXHQvLyBiYWNrL2luZGV4XHJcblx0YmFja3VwTW5lVGl0OidCYWNrdXAgbW5lbW9uaWNzJyxcclxuXHRCYWNrdXBUaXBzOidCYWNrdXAgVGlwcycsXHJcblx0QXhpb21zOidBeGlvbXMgYXJlIHRoZSBvbmx5IHdheSB0byBjb250cm9sIGFzc2V0cy4nLFxyXG5cdHJldHJpZXZlOidZb3UgY2Fubm90IHJldHJpZXZlIGEgbG9zdCBtbmVtb25pYywgc28gYmUgc3VyZSB0byBiYWNrIGl0IHVwIScsXHJcblx0ZGlzY2xvc2U6J0RvIG5vdCBkaXNjbG9zZSB5b3VyIG1uZW1vbmljIHRvIGFueW9uZS4nLFxyXG5cdHN0YXJ0QmFjazonU3RhcnQgYmFja3VwJyxcclxuXHQvLyBiYWNrdXAyXHJcblx0cGNvcHk6J1BsZWFzZSBjb3B5IHRoZSBoZWxwZXIgd29yZHMgaW4nLFxyXG5cdHBjb3B5MjondGhlIGNvcnJlY3Qgb3JkZXInLFxyXG5cdGJvb3N0ZXI6J1RoZSBib29zdGVyIHdvcmRzIHdpbGwgYmUgdXNlZCBmb3Igd2FsbGV0IGFzc2V0IHJlY292ZXJ5LCBwbGVhc2UgY29weSB0aGUgYm9vc3RlciB3b3JkcyBpbiB0aGUgY29ycmVjdCBvcmRlciBhbmQga2VlcCB0aGVtIGluIGEgc2FmZSBwbGFjZSBhbmQgZG8gbm90IGRpc2Nsb3NlIHRoZW0gdG8gb3RoZXJzJyxcclxuXHRjb3BpZWQ6J0kgaGF2ZSBjb3BpZWQgaXQnLFxyXG5cdC8vIGJhY2t1cDNcclxuXHRjb25NbmU6J0NvbmZpcm0geW91ciB3YWxsZXQgbW5lbW9uaWMnLFxyXG5cdGJvb3N0ZXJ3b3JkOidQbGVhc2UgY2xpY2sgb24gdGhlIGJvb3N0ZXIgd29yZHMgaW4gb3JkZXIgdG8gZW5zdXJlIHRoYXQgeW91ciBiYWNrdXAgYm9vc3RlciB3b3JkcyBhcmUgY29ycmVjdCcsXHJcblx0YmFja0NvbTonQmFja3VwIG1uZW1vbmljIGNvbXBsZXRlZCEnLFxyXG5cdHNlZWQ6J0ludmFsaWQgU2VlZCcsXHJcblx0d3JvbmdXb3JkOidZb3UgZW50ZXJlZCB0aGUgd3JvbmcgYm9vc3RlciB3b3JkcywnLFxyXG5cdHdyb25nV29yZDI6J3BsZWFzZSB0cnkgYWdhaW4uJyxcclxuXHQvLyB0cmFuc1Bhd1xyXG5cdHRyYW5zUGF3OidUcmFuc2FjdGlvbiBwYXNzd29yZCcsXHJcblx0c2V0dHJhbnNQYXc6J1NldCB0cmFuc2FjdGlvbiBwYXNzd29yZCcsXHJcblx0dHJhbnNQYXdBZ2FpbjonUGxlYXNlIGVudGVyIGFnYWluJyxcclxuXHRTZWN1cmV0cmFuc2FjdGlvbjonU2VjdXJlIHRyYW5zYWN0aW9uIHBhc3N3b3JkcywnLFxyXG5cdFNlY3VyZXRyYW5zYWN0aW9uMjoncGxlYXNlIGRvIG5vdCBkaXNjbG9zZScsXHJcblx0UGFzc3dvcmRkaXNjcmVwYW5zaWVzOidQYXNzd29yZCBkaXNjcmVwYW5zaWVzJyxcclxuXHRcclxuXHQvLyBhYm91dFxyXG5cdFZlcnNpb251cGRhdGU6J1ZlcnNpb24gdXBkYXRlJyxcclxuXHRPZmZpY2lhbHdlYnNpdGU6J09mZmljaWFsIHdlYnNpdGUnLFxyXG5cdFRlcm1zb2ZTZXJ2aWNlOidUZXJtcyBvZiBTZXJ2aWNlJyxcclxuXHRQcml2YWN5UG9saWN5OidQcml2YWN5IFBvbGljeScsXHJcblx0Ly8gVGVybXNvZlNlcnZpY2VcclxuXHRFdGlhbW5pc2lsb3JlbTE6J0V0aWFtIG5pc2kgbG9yZW0nLFxyXG5cdEV0aWFtbmlzaWxvcmVtMjoncG9zdWVyZSBhdCB0dXJwaXMgYXQsIGZyaW5naWxsYSBlZmZpY2l0dXIgcXVhbS4gU3VzcGVuZGlzc2Ugdml0YWUgbGFjdXMgYWMgbGVjdHVzIGZhY2lsaXNpcyBvcm5hcmUuIFZpdmFtdXMgdml0YWUgcHVsdmluYXIgbmlzaSwgaW4gdmVoaWN1bGEgZWxpdC4gUHJhZXNlbnQgaWFjdWxpcyBhbnRlIHRlbGx1cywgZXUgbWF0dGlzIGxlY3R1cyBzdXNjaXBpdCBzaXQgYW1ldC4gU2VkIGNvbmd1ZSBhY2N1bXNhbiBudW5jIGluIGlhY3VsaXMuIFNlZCBtYWxlc3VhZGEgZWxpdCB0dXJwaXMsIGV1IGVnZXN0YXMgZXJvcyByaG9uY3VzIG5vbi4gU2VkIHB1bHZpbmFyIGV1aXNtb2QgbGliZXJvIHNpdCBhbWV0IHNjZWxlcmlzcXVlLiBWZXN0aWJ1bHVtIGFudGUgZmVsaXMsIGNvbmRpbWVudHVtIGluIHZ1bHB1dGF0ZSBpZCwgdGVtcG9yIGV1IG51bGxhLiBQZWxsZW50ZXNxdWUgaGFiaXRhbnQgbW9yYmkgdHJpc3RpcXVlIHNlbmVjdHVzIGV0IG5ldHVzIGV0IG1hbGVzdWFkYSBmYW1lcyBhYyB0dXJwaXMgZWdlc3Rhcy4gRXRpYW0gY29uZGltZW50dW0gYXVndWUgdml0YWUgbnVsbGEgc3VzY2lwaXQgZWxlaWZlbmQuIFBoYXNlbGx1cyBjb25zZWN0ZXR1ciB2b2x1dHBhdCBudWxsYSwgY3Vyc3VzIGZhY2lsaXNpcyBlbGl0IHZ1bHB1dGF0ZSBzZWQuIE1hdXJpcyBpbiBzZW1wZXIgc2VtLiBJbnRlcmR1bSBldCBtYWxlc3VhZGEgZmFtZXMgYWMgYW50ZSBpcHN1bSBwcmltaXMgaW4gZmF1Y2lidXMuJyxcclxuXHRFdGlhbW5pc2lsb3JlbTM6J0V0aWFtIG5pc2kgbG9yZW0sIHBvc3VlcmUgYXQgdHVycGlzIGF0LCBmcmluZ2lsbGEgZWZmaWNpdHVyIHF1YW0uIFN1c3BlbmRpc3NlIHZpdGFlIGxhY3VzIGFjIGxlY3R1cyBmYWNpbGlzaXMgb3JuYXJlLiBWaXZhbXVzIHZpdGFlIHB1bHZpbmFyIG5pc2ksIGluIHZlaGljdWxhIGVsaXQuIFByYWVzZW50IGlhY3VsaXMgYW50ZSB0ZWxsdXMsIGV1IG1hdHRpcyBsZWN0dXMgc3VzY2lwaXQgc2l0IGFtZXQuIFNlZCBjb25ndWUgYWNjdW1zYW4gbnVuYyBpbiBpYWN1bGlzLiBTZWQgbWFsZXN1YWRhIGVsaXQgdHVycGlzLCBldSBlZ2VzdGFzIGVyb3MgcmhvbmN1cyBub24uIFNlZCBwdWx2aW5hciBldWlzbW9kIGxpYmVybyBzaXQgYW1ldCBzY2VsZXJpc3F1ZS4gVmVzdGlidWx1bSBhbnRlIGZlbGlzLCBjb25kaW1lbnR1bSBpbiB2dWxwdXRhdGUgaWQsIHRlbXBvciBldSBudWxsYS4gUGVsbGVudGVzcXVlIGhhYml0YW50IG1vcmJpIHRyaXN0aXF1ZSBzZW5lY3R1cyBldCBuZXR1cyBldCBtYWxlc3VhZGEgZmFtZXMgYWMgdHVycGlzIGVnZXN0YXMuIEV0aWFtIGNvbmRpbWVudHVtIGF1Z3VlIHZpdGFlIG51bGxhIHN1c2NpcGl0IGVsZWlmZW5kLiBQaGFzZWxsdXMgY29uc2VjdGV0dXIgdm9sdXRwYXQgbnVsbGEsIGN1cnN1cyBmYWNpbGlzaXMgZWxpdCB2dWxwdXRhdGUgc2VkLiBNYXVyaXMgaW4gc2VtcGVyIHNlbS4gSW50ZXJkdW0gZXQgbWFsZXN1YWRhIGZhbWVzIGFjIGFudGUgaXBzdW0gcHJpbWlzIGluIGZhdWNpYnVzLicsXHJcblx0Ly8gcHJpdmFjeVxyXG5cdFRlcm1zb2ZTZXJ2aWNlOidUZXJtcyBvZiBTZXJ2aWNlJyxcclxuXHRcclxuXHQvLyBtYW5hZ2VcclxuXHRcdEFkZHJlc3M6J0FkZHJlc3MnLFxyXG5cdFx0TWFuYWdlOidNYW5hZ2UnLFxyXG5cdFx0TmFtZTonTmFtZScsXHJcblx0XHRTZXRuYW1lOidTZXQgbmFtZScsXHJcblx0XHRCYWNrdXBwcml2YXRla2V5OidCYWNrdXAgcHJpdmF0ZSBrZXknLFxyXG5cdFx0TmV3d2FsbGV0bmFtZTonTmV3IHdhbGxldCBuYW1lJyxcclxuXHRcdC8vIHRyYW5zUGF3TWFuXHJcblx0XHQga2VlcHlvdXJtbmVtb25pY3M6J1BsZWFzZSBrZWVwIHlvdXIgbW5lbW9uaWNzLiBBbnlvbmUgd2hvIGdldHMgeW91ciBtbmVtb25pY3MgY2FuIGNvbnRyb2wgeW91ciBhY2NvdW50LCBpbmNsdWRpbmcgdHJhbnNmZXJyaW5nIGFsbCBmdW5kcycsXHJcblx0XHQgSW5jb3JyZWN0cGFzc3dvcmQ6J0luY29ycmVjdCBwYXNzd29yZCcsXHJcblx0XHQgLy8ga2V5b3V0XHJcblx0XHQga2VlcHlvdXJwcml2YXRla2V5OidQbGVhc2Uga2VlcCB5b3VyIHByaXZhdGUga2V5LiBBbnlvbmUgd2hvIGdldHMgeW91ciBwcml2YXRlIGtleSBjYW4gY29udHJvbCB5b3VyIGFjY291bnQsIGluY2x1ZGluZyB0cmFuc2ZlcnJpbmcgYWxsIGZ1bmRzJyxcclxuXHRcdCBcclxuXHQvLyBzaG93a2V5XHJcblx0U2hvd3ByaXZhdGVrZXk6J1Nob3cgcHJpdmF0ZSBrZXknLFxyXG5cdFNob3dwcml2YXRla2V5dGV4dDonVGV4dCcsXHJcblx0U2hvd1FSQ29kZTonUVIgQ29kZScsXHJcblx0U2hvd0NvcHk6J0NvcHknLFxyXG5cdFNjYW50aGVRUjonU2NhbiB0aGUgUVIgY29kZSB0byAuLi4uJyxcclxuXHRDb3B5cHJpdmF0ZWtleVN1Y2Nlc3NmdWw6J0NvcHkgcHJpdmF0ZSBrZXkgU3VjY2Vzc2Z1bCEnLFxyXG5cdE9uZW1vbWVudHBsZWFzZTonT25lIG1vbWVudCBwbGVhc2UnLFxyXG5cdC8vIG1hcmtldFxyXG5cdFRyYW5kaW5nUGFpcnM6J1RyYW5kaW5nIFBhaXJzJyxcclxuXHRQcmljZVZvbDonUHJpY2UvVm9sJyxcclxuXHRDaGFuZzonMjRoIENoYW5nJyxcclxuXHRcclxuXHQvLyBkaXNjb3ZlclxyXG5cdERBUFB3ZWJzaXRlOidTZWFyY2ggb3IgZW50ZXIgdGhlIERBUFAgd2Vic2l0ZScsXHJcblx0QmVlZnk6J0JlZWZ5IGZpbmFuY2UoQlNDKScsXHJcblx0cmV2ZW51ZTonUmV2ZW51ZSBhZ2dyZWdhdG9yIGJhc2VkIG9uIGNvaW4gc2VjdXJpdHkgaW50ZWxsaWdlbnQgY2hhaW4nLFxyXG5cdEJ1bmljb3JuOidCdW5pY29ybicsXHJcblx0dGhyb3VnaG1vYmlsaXR5OidBIGhpZ2ggcGVyZm9ybWFuY2UgQU1NIERFWCB0aHJvdWdoIG1vYmlsaXR5JyxcclxuXHRGb3JUdWJlOidGb3JUdWJlKEJTQyknLFxyXG5cdHBsYXRmb3JtOidUaGUgd29ybGQgaXMgbGVhZGluZyBkZWZpIGxlbmRpbmcgcGxhdGZvcm0gKEJTQyknLFxyXG5cdFBvcHVsYXI6J1BvcHVsYXInLFxyXG5cdExlbmRpbmc6J0xlbmRpbmcnLFxyXG5cdFRyYWRlOidUcmFkZScsXHJcblx0WWllbGQ6J1lpZWxkJyxcclxuXHRTdGFrZTonU3Rha2UnLFxyXG5cdHJlZGlyZWN0ZWQ6J1lvdSB3aWxsIGJlIHJlZGlyZWN0ZWQgdG8gYSB0aGlyZCBwYXJ0eSBkQXBwIHBhZ2UgYW5kIHlvdXIgdXNlIG9mIHRoZSB0aGlyZCBwYXJ0eSBkQXBwIHdpbGwgYmUgZ292ZXJuZWQgYnkgdGhhdCB0aGlyZCBwYXJ0eSBkQXBwIGlzIFVzZXIgQWdyZWVtZW50IGFuZCBQcml2YWN5IFBvbGljeSwgZm9yIHdoaWNoIHRoZSB0aGlyZCBwYXJ0eSBkQXBwIGlzIGRpcmVjdGx5IGFuZCBzb2xlbHkgbGlhYmxlIHRvIHlvdS4nLFxyXG5cdERpc2NsYWltZXJzOidEaXNjbGFpbWVycycsXHJcblx0Ly8gbmZ0Q29sbGVjdGlvblxyXG5cdE5GVGNvbGxlY3Rpb246J05GVCBjb2xsZWN0aW9uJyxcclxuXHRDb250cmFjdGFkZHJlc3M6J0NvbnRyYWN0IGFkZHJlc3MnLFxyXG5cdFRva2VuSUQ6J1Rva2VuIElEJyxcclxuXHRlbnRlcmNvbnRyYWN0YWRkcmVzczonUGxlYXNlIGVudGVyIHRoZSBjb250cmFjdCBhZGRyZXNzJyxcclxuXHRlbnRlcnRva2VuSUQ6J1BsZWFzZSBlbnRlciB0b2tlbiBJRCcsXHJcblx0Q29udHJhY3RzOidDb250cmFjdHMnLFxyXG5cdElEOidJRCcsXHJcblx0Q29sbGVjdGlvbmRldGFpbHM6J0NvbGxlY3Rpb24gZGV0YWlscycsXHJcblx0Ly8gYnRjIGluZGV4XHJcblx0RXhpc3RpbmdiYWxhbmNlOidFeGlzdGluZyBiYWxhbmNlJyxcclxuXHRGcmVlemViYWxhbmNlOidGcmVlemUgYmFsYW5jZScsXHJcblx0QWxsOidBbGwnLFxyXG5cdFNlbmQ6J1NlbmQnLFxyXG5cdFJlY2VpdmU6J1JlY2VpdmUnLFxyXG5cdC8vIHNlbmRUb2tlbiBpbmRleFxyXG5cdFJlY2VpdmluZ2FkZHJlc3M6J1JlY2VpdmluZyBhZGRyZXNzJyxcclxuXHRTY2FuUVI6J1NjYW4gdGhlIFFSIGNvZGUgdG8gdHJhbnNmZXIgdG8gdGhlIGFzc2V0JyxcclxuXHRDb3B5YWRkcmVzczonQ29weSBhZGRyZXNzJyxcclxuXHRDb3B5U3VjY2Vzc2Z1bDonQ29weSBhZGRyZXNzIFN1Y2Nlc3NmdWwhJyxcclxuXHQvLyB0cmFuc2ZlclxyXG5cdFRyYW5zZmVyOidUcmFuc2ZlcicsXHJcblx0QWRkcmVzc0Jvb2s6J0FkZHJlc3MgQm9vaycsXHJcblx0VHJhbnNmZXJhbW91bnQ6J1RyYW5zZmVyIGFtb3VudCcsXHJcblx0QmFsYW5jZTonQmFsYW5jZScsXHJcblx0QUxMOlwiQUxMXCIsXHJcblx0UmVtYXJrOidSZW1hcmsnLFxyXG5cdFRyYW5zYWN0aW9uZmVlOidUcmFuc2FjdGlvbiBmZWUnLFxyXG5cdFRyYW5zZmVyY29uZmlybWF0aW9uOidUcmFuc2ZlciBjb25maXJtYXRpb24nLFxyXG5cdEFtb3VudDonQW1vdW50JyxcclxuXHRTZW5kYWRkcmVzczonU2VuZCBhZGRyZXNzJyxcclxuXHRGaW5nZXJwcmludHBhc3N3b3JkOidGaW5nZXJwcmludCBwYXNzd29yZCcsXHJcblx0ZmluZ2VycHJpbnRzZW5zb3I6J1RvdWNoIHRoZSBmaW5nZXJwcmludCBzZW5zb3InLFxyXG5cdFVzZVBhc3N3b3JkOidVc2UgUGFzc3dvcmQnLFxyXG5cdEZpbmdlcnByaW50cmVjb2duaXplZDonRmluZ2VycHJpbnQgbm90IHJlY29nbml6ZWQuJyxcclxuXHRUcnlhZ2FpbjonVHJ5IGFnYWluJyxcclxuXHRGaW5nZXJwcmludHJlY29nbml6ZWQ6J0ZpbmdlcnByaW50IHJlY29nbml6ZWQuJyxcclxuXHRlbnRlcnRoZXRyYW5zZmVyYW1vdW50OidQbGVhc2UgZW50ZXIgdGhlIHRyYW5zZmVyIGFtb3VudCcsXHJcblx0ZW50ZXJ0aGVyZWNlaXZpbmdhZGRyZXNzOidQbGVhc2UgZW50ZXIgdGhlIHJlY2VpdmluZyBhZGRyZXNzJyxcclxuXHRsZXNzdGhhbjonVGhlIGVudGVyZWQgYW1vdW50IGNhbm5vdCBiZSBsZXNzIHRoYW4gMCcsXHJcblx0cnVubmluZ2xvdzonU29ycnksIHlvdXIgY3JlZGl0IGlzIHJ1bm5pbmcgbG93JyxcclxuXHRmaW5nZXJwcmludGlkZW50aWZpY2F0aW9uOidUaGlzIGRldmljZSBkb2VzIG5vdCBzdXBwb3J0IGZpbmdlcnByaW50IGlkZW50aWZpY2F0aW9uJyxcclxuXHRub3RlcXVpcHBlZDonVGhpcyBkZXZpY2UgaXMgbm90IGVxdWlwcGVkIHdpdGggYSBwYXNzd29yZCBsb2NrIHNjcmVlbiBhbmQgY2Fubm90IHVzZSBmaW5nZXJwcmludCBpZGVudGlmaWNhdGlvbicsXHJcblx0b25pbnRoZXNldHRpbmc6J1RoZXJlIGlzIG5vIGZpbmdlcnByaW50IGVudGVyZWQgaW4gdGhpcyBkZXZpY2UuIFBsZWFzZSB0dXJuIGl0IG9uIGluIHRoZSBzZXR0aW5nJyxcclxuXHQvLyBcdEFkZCBUb2tlblxyXG5cdFx0QWRkVG9rZW46J0FkZCBUb2tlbicsXHJcblx0XHRIb3Rhc3NldHM6J0hvdCBhc3NldHMnLFxyXG5cdFx0QWRkZWRzdWNjZXNzZnVsbHk6J0FkZGVkIHN1Y2Nlc3NmdWxseScsXHRcclxuXHRcdC8vIGJhY2t1cDVcclxuXHRcdEltcG9ydHZpYXByaXZhdGVrZXk6J0ltcG9ydCB2aWEgcHJpdmF0ZSBrZXknLFxyXG5cdFx0UHJpdmF0ZWtleWltcG9ydHZlcmlmaWNhdGlvbjonUHJpdmF0ZSBrZXkgaW1wb3J0IHZlcmlmaWNhdGlvbicsXHJcblx0XHRwcml2YXRla2V5YW5kZG86J1BsZWFzZSBlbnRlciB5b3VyIHByaXZhdGUga2V5IGFuZCBkbyBub3QgZGlzY2xvc2UgaXQgdG8gb3RoZXJzVGhlIGV4dGVybmFsIGFkZHJlc3MgY2Fubm90IGJlIHJlY292ZXJlZCBieSBtbmVtb25pY3MuIFBsZWFzZSBrZWVwIGl0IHByb3Blcmx5JyxcclxuXHRlbnRlcnlvdXJwcml2YXRla2V5OidQbGVhc2UgZW50ZXIgeW91ciBwcml2YXRlIGtleScsXHJcblx0YmVlbXB0eTonQ2Fubm90IGJlIGVtcHR5JyxcclxuXHRiZWVuaW1wb3J0ZWQ6J1RoZSB3YWxsZXQgaGFzIGJlZW4gaW1wb3J0ZWQnLFxyXG5cdC8vIGJhY2t1cDRcclxuXHRJbXBvcnRtbmVtb25pY3M6J0ltcG9ydCBtbmVtb25pY3MnLFxyXG5cdE1uZW1vbmljc2ltcG9ydHZlcmlmaWNhdGlvbjonTW5lbW9uaWNzIGltcG9ydCB2ZXJpZmljYXRpb24nLFxyXG5cdExhbmd1YWdlOidMYW5ndWFnZScsXHJcblx0bGFuZ2ZhbjonVHJhZGl0aW9uYWwgQ2hpbmVzZScsXHJcblx0bGFuZ2ppYW46J1NpbXBsaWZpZWQgQ2hpbmVzZScsXHJcblx0ZW5nOidFbmdsaXNoJyxcclxuXHRlZGl0OidFZGl0JyxcclxuXHREZWxldGU6J0RlbGV0ZScsXHJcblx0REVMRVRFOidERUxFVEUnLFxyXG5cdEFkZGFkZHJlc3M6J0FkZCBhZGRyZXNzJyxcclxuXHRTYXZlOidTYXZlJyxcclxuXHRzZWxlY3RjdXJyZW5jeTonUGxlYXNlIHNlbGVjdCBjdXJyZW5jeScsXHJcblx0UGxlYXNlcmVjaXBpZW50YWRkcmVzczonUGxlYXNlIGVudGVyIHRoZSByZWNpcGllbnQgYWRkcmVzcycsXHJcblx0ZW50ZXJ0aGVuYW1lOidQbGVhc2UgZW50ZXIgdGhlIG5hbWUnLFxyXG5cdEFkZHJlc3Nvcm5hbWU6J0FkZHJlc3Mgb3IgbmFtZSBjYW5ub3QgYmUgZW1wdHknLFxyXG5cdGxvYWRpbmc6J2xvYWRpbmcnLFxyXG5cdGNsb3NldmFsaWRhdGlvbjonQ29uZmlybSBjbG9zZSB2YWxpZGF0aW9uPycsXHJcblx0TG9naW46J0xvZyBpbicsXHJcblx0VHJhbnNhY3Rpb25kZXRhaWxzOidUcmFuc2FjdGlvbiBkZXRhaWxzJyxcclxuXHRDb25maXJtZWQ6J0NvbmZpcm1lZCcsXHJcblx0VGltZTonVGltZScsXHJcblx0VHhGZWU6J1R4IEZlZScsXHJcblx0VHJhbnNhY3Rpb25JRDonVHJhbnNhY3Rpb24gSUQnLFxyXG5cdG90aGVyczonb3RoZXJzJyxcclxuXHRtZTonbWUnLFxyXG5tb3JlaW5mb3JtYXRpb246J0dvIHRvIHlvdXIgYnJvd3NlciBmb3IgbW9yZSBpbmZvcm1hdGlvbicsXHJcblx0Q29weVN1Y2Nlc3NmdWw6J0NvcHkgU3VjY2Vzc2Z1bCEnLFxyXG5cdE5vY29udGVudDonTm8gY29udGVudCcsXHJcblx0fVxyXG59XHJcbiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///632\n");
-
-/***/ }),
-/* 633 */
-/*!*******************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/utils/locales/zh-F.js ***!
- \*******************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;var _index;function _defineProperty(obj, key, value) {if (key in obj) {Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true });} else {obj[key] = value;}return obj;} // zhf.js\nvar _default = {\n index: (_index = {\n walletname: '請輸入錢包名稱',\n Namecannot: '輸入名稱不能為空',\n // 底部导航栏\n Wallet: '錢包',\n NFT: 'NFT',\n Market: '市場',\n Discover: '發現',\n Profile: '我的',\n // tongyong\n Confirm: '確認',\n Successful: '成功',\n Cancel: '取消',\n Setsuccessfully: '創建成功',\n Creationfailed: '創建失敗',\n correct: '正確',\n\n langSelect: '選擇',\n // setting\n fingerPass: '指紋密碼',\n lans: '語言設定',\n curr: '貨币',\n nodes: '節點設定',\n // profile\n protit: '我的',\n apps: '應用程序設定',\n magew: '管理錢包',\n addBook: '地址目錄',\n Settings: '設定',\n helpcen: '幫助中心',\n aboutus: '關於我們',\n Hardware: '硬體',\n math: '配套硬體' }, _defineProperty(_index, \"Wallet\",\n\n '錢包'), _defineProperty(_index, \"assets\",\n '資產'), _defineProperty(_index, \"cwallet\",\n '選擇錢包'), _defineProperty(_index, \"manage\",\n '管理'), _defineProperty(_index, \"mwallet\",\n '管理錢包'), _defineProperty(_index, \"addwallet\",\n '添加'), _defineProperty(_index, \"crewalllet\",\n\n '創建錢包'), _defineProperty(_index, \"mneimport\",\n '助記詞導入'), _defineProperty(_index, \"privakeyimport\",\n '私鑰導入'), _defineProperty(_index, \"backupMneTit\",\n\n '備份助記詞'), _defineProperty(_index, \"BackupTips\",\n '備份提示'), _defineProperty(_index, \"Axioms\",\n '公理是控制資產的唯一方法。'), _defineProperty(_index, \"retrieve\",\n '您无法检索丢失的助记符,因此请务必对其进行备份!'), _defineProperty(_index, \"disclose\",\n '不要向任何人透露你的記憶法。'), _defineProperty(_index, \"startBack\",\n '開始備份'), _defineProperty(_index, \"pcopy\",\n\n '請按正確的順序複製'), _defineProperty(_index, \"pcopy2\",\n '助記詞'), _defineProperty(_index, \"booster\",\n '宣傳語將用於錢包資產追回,請按正確順序複製宣傳語並保存在安全的地方,不得洩露給他人'), _defineProperty(_index, \"copied\",\n '我已記住'), _defineProperty(_index, \"conMne\",\n\n '確認你的錢包助記詞'), _defineProperty(_index, \"boosterword\",\n '請點擊助記詞文字,以確保您的備用助推器文字正確無誤'), _defineProperty(_index, \"backCom\",\n '備份助記符已完成!'), _defineProperty(_index, \"seed\",\n '無效助記詞'), _defineProperty(_index, \"wrongWord\",\n '你輸入了錯誤的單詞,'), _defineProperty(_index, \"wrongWord2\",\n '請重試。'), _defineProperty(_index, \"transPaw\",\n\n '交易密碼'), _defineProperty(_index, \"settransPaw\",\n '設定交易密碼'), _defineProperty(_index, \"transPawAgain\",\n '請再次輸入密碼'), _defineProperty(_index, \"Securetransaction\",\n '保障交易密碼,'), _defineProperty(_index, \"Securetransaction2\",\n '請勿洩露'), _defineProperty(_index, \"Passworddiscrepansies\",\n '兩次密碼輸入不一致'), _defineProperty(_index, \"Versionupdate\",\n\n\n '版本更新'), _defineProperty(_index, \"Officialwebsite\",\n '官方網站'), _defineProperty(_index, \"TermsofService\",\n '服務條款'), _defineProperty(_index, \"PrivacyPolicy\",\n '隱私政策'), _defineProperty(_index, \"Etiamnisilorem1\",\n\n\n 'Etiam nisi lorem繁体'), _defineProperty(_index, \"Etiamnisilorem2\",\n ''), _defineProperty(_index, \"Etiamnisilorem3\",\n ''), _defineProperty(_index, \"TermsofService\",\n\n '隱私政策'), _defineProperty(_index, \"Address\",\n\n '地址'), _defineProperty(_index, \"Manage\",\n '管理'), _defineProperty(_index, \"Name\",\n '名字'), _defineProperty(_index, \"Setname\",\n '設定錢包名稱'), _defineProperty(_index, \"Backupprivatekey\",\n '備份私密金鑰'), _defineProperty(_index, \"Newwalletname\",\n '新的錢包名稱'), _defineProperty(_index, \"keepyourmnemonics\",\n\n '請保留你的記憶法。 任何獲得你的助記符的人都可以控制你的帳戶,包括轉移所有資金'), _defineProperty(_index, \"Incorrectpassword\",\n '密碼不正確'), _defineProperty(_index, \"keepyourprivatekey\",\n\n\n '請保留您的私密金鑰。任何獲得您私密金鑰的人都可以控制您的帳戶,包括轉移所有資金'), _defineProperty(_index, \"Showprivatekey\",\n\n '顯示私密金鑰'), _defineProperty(_index, \"Showprivatekeytext\",\n '文本'), _defineProperty(_index, \"ShowQRCode\",\n '二維碼'), _defineProperty(_index, \"ShowCopy\",\n '複製'), _defineProperty(_index, \"ScantheQR\",\n '掃描二維碼至....'), _defineProperty(_index, \"CopyprivatekeySuccessful\",\n '複製私密金鑰成功'), _defineProperty(_index, \"Onemomentplease\",\n '請稍等'), _defineProperty(_index, \"TrandingPairs\",\n\n '幣種'), _defineProperty(_index, \"PriceVol\",\n '價格'), _defineProperty(_index, \"Chang\",\n '24小時漲跌幅'), _defineProperty(_index, \"DAPPwebsite\",\n\n '蒐索或進入DAPP網站'), _defineProperty(_index, \"Beefy\",\n 'Beefy finance(BSC)'), _defineProperty(_index, \"revenue\",\n '基於幣安智慧鏈的收益聚合器'), _defineProperty(_index, \"Bunicorn\",\n 'Bunicorn'), _defineProperty(_index, \"throughmobility\",\n '一個性能卓越的AMM DEX,通過流動性..'), _defineProperty(_index, \"ForTube\",\n 'ForTube(BSC)'), _defineProperty(_index, \"platform\",\n '全球領先的DeFi借貸平臺(BSC)'), _defineProperty(_index, \"Popular\",\n '熱門'), _defineProperty(_index, \"Lending\",\n '借出'), _defineProperty(_index, \"Trade\",\n '貿易'), _defineProperty(_index, \"Yield\",\n '產量'), _defineProperty(_index, \"Stake\",\n '股份'), _defineProperty(_index, \"redirected\",\n '您將被重定向到協力廠商dApp頁面,您對協力廠商dApp的使用將受該協力廠商dApp is使用者協定和隱私政策的約束,協力廠商dApp直接且完全對您負責。'), _defineProperty(_index, \"Disclaimers\",\n '免責聲明'), _defineProperty(_index, \"NFTcollection\",\n\n 'NFT收藏品'), _defineProperty(_index, \"Contractaddress\",\n '合約地址'), _defineProperty(_index, \"TokenID\",\n '權杖ID'), _defineProperty(_index, \"entercontractaddress\",\n '請輸入契约地址'), _defineProperty(_index, \"entertokenID\",\n '請輸入權杖ID'), _defineProperty(_index, \"Contracts\",\n '契约'), _defineProperty(_index, \"ID\",\n 'ID'), _defineProperty(_index, \"Collectiondetails\",\n '收藏品詳情'), _defineProperty(_index, \"Existingbalance\",\n\n '現有餘額'), _defineProperty(_index, \"Freezebalance\",\n '凍結餘額'), _defineProperty(_index, \"All\",\n '所有'), _defineProperty(_index, \"Send\",\n '發送'), _defineProperty(_index, \"Receive\",\n '接收'), _defineProperty(_index, \"Receivingaddress\",\n\n '接收地址'), _defineProperty(_index, \"ScanQR\",\n '掃描二維碼以轉移到資產'), _defineProperty(_index, \"Copyaddress\",\n '複製地址'), _defineProperty(_index, \"CopySuccessful\",\n '複製地址成功!'), _defineProperty(_index, \"Transfer\",\n\n '轉帳'), _defineProperty(_index, \"AdressBook\",\n '地址目錄'), _defineProperty(_index, \"Transferamount\",\n '轉帳金額'), _defineProperty(_index, \"Balance\",\n '餘額'), _defineProperty(_index, \"ALL\",\n \"所有\"), _defineProperty(_index, \"Remark\",\n '備註'), _defineProperty(_index, \"Transactionfee\",\n '交易費'), _defineProperty(_index, \"Transferconfirmation\",\n '轉帳確認書'), _defineProperty(_index, \"Amount\",\n '金額'), _defineProperty(_index, \"Sendaddress\",\n '發送地址'), _defineProperty(_index, \"Fingerprintpassword\",\n '指紋密碼'), _defineProperty(_index, \"fingerprintsensor\",\n '觸摸指紋感測器'), _defineProperty(_index, \"UsePassword\",\n '使用密碼'), _defineProperty(_index, \"Fingerprintrecognized\",\n '指紋無法識別。'), _defineProperty(_index, \"Tryagain\",\n '請再次嘗試'), _defineProperty(_index, \"Fingerprintrecognized\",\n '指紋識別成功。'), _defineProperty(_index, \"enterthetransferamount\",\n '請輸入轉帳金額'), _defineProperty(_index, \"enterthereceivingaddress\",\n '請輸入接收地址'), _defineProperty(_index, \"lessthan\",\n '輸入的金額不能小於0'), _defineProperty(_index, \"runninglow\",\n '餘額不足'), _defineProperty(_index, \"fingerprintidentification\",\n '此設備不支持指紋識別'), _defineProperty(_index, \"notequipped\",\n '此設備未配備密碼鎖定荧幕,無法使用指紋識別'), _defineProperty(_index, \"oninthesetting\",\n '此設備中沒有輸入指紋。 請在設定中打開它'), _defineProperty(_index, \"AddToken\",\n\n '添加代幣'), _defineProperty(_index, \"Hotassets\",\n '熱門資產'), _defineProperty(_index, \"Addedsuccessfully\",\n '添加成功'), _defineProperty(_index, \"Importviaprivatekey\",\n\n '通過私密金鑰導入'), _defineProperty(_index, \"Privatekeyimportverification\",\n '私密金鑰導入驗證'), _defineProperty(_index, \"privatekeyanddo\",\n '請輸入您的私密金鑰,不要將其洩露給其他人外部地址無法通過助記鍵恢復。 請妥善保管'), _defineProperty(_index, \"enteryourprivatekey\",\n '請輸入您的私密金鑰'), _defineProperty(_index, \"beempty\",\n '不能為空'), _defineProperty(_index, \"beenimported\",\n '錢包已經被導入'), _defineProperty(_index, \"Importmnemonics\",\n\n '導入助記詞'), _defineProperty(_index, \"Mnemonicsimportverification\",\n '助記符輸入驗證'), _defineProperty(_index, \"Language\",\n '語言'), _defineProperty(_index, \"langfan\",\n '繁體中文'), _defineProperty(_index, \"langjian\",\n '簡體中文'), _defineProperty(_index, \"eng\",\n '英文'), _defineProperty(_index, \"edit\",\n '修改'), _defineProperty(_index, \"Delete\",\n '删除'), _defineProperty(_index, \"DELETE\",\n '删除'), _defineProperty(_index, \"Addaddress\",\n '添加地址'), _defineProperty(_index, \"Save\",\n '保存'), _defineProperty(_index, \"selectcurrency\",\n '請選擇幣種'), _defineProperty(_index, \"Pleaserecipientaddress\",\n '請輸入收件人地址'), _defineProperty(_index, \"enterthename\",\n '請輸入名稱'), _defineProperty(_index, \"Addressorname\",\n '地址或名稱不能為空'), _defineProperty(_index, \"loading\",\n '加載中'), _defineProperty(_index, \"closevalidation\",\n '確認關閉驗證?'), _defineProperty(_index, \"Login\",\n '登入'), _defineProperty(_index, \"Transactiondetails\",\n '交易詳情'), _defineProperty(_index, \"Confirmed\",\n '確認交易'), _defineProperty(_index, \"Time\",\n '時間'), _defineProperty(_index, \"TxFee\",\n '發送費'), _defineProperty(_index, \"TransactionID\",\n '交易ID'), _defineProperty(_index, \"others\",\n '其他'), _defineProperty(_index, \"me\",\n '我'), _defineProperty(_index, \"moreinformation\",\n '有關詳細資訊,請轉到瀏覽器'), _defineProperty(_index, \"CopySuccessful\",\n '複製成功!'), _defineProperty(_index, \"Nocontent\",\n '無內容'), _index) };exports.default = _default;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXRpbHMvbG9jYWxlcy96aC1GLmpzIl0sIm5hbWVzIjpbImluZGV4Iiwid2FsbGV0bmFtZSIsIk5hbWVjYW5ub3QiLCJXYWxsZXQiLCJORlQiLCJNYXJrZXQiLCJEaXNjb3ZlciIsIlByb2ZpbGUiLCJDb25maXJtIiwiU3VjY2Vzc2Z1bCIsIkNhbmNlbCIsIlNldHN1Y2Nlc3NmdWxseSIsIkNyZWF0aW9uZmFpbGVkIiwiY29ycmVjdCIsImxhbmdTZWxlY3QiLCJmaW5nZXJQYXNzIiwibGFucyIsImN1cnIiLCJub2RlcyIsInByb3RpdCIsImFwcHMiLCJtYWdldyIsImFkZEJvb2siLCJTZXR0aW5ncyIsImhlbHBjZW4iLCJhYm91dHVzIiwiSGFyZHdhcmUiLCJtYXRoIl0sIm1hcHBpbmdzIjoiNlNBQUE7ZUFDZTtBQUNkQSxPQUFLO0FBQ0pDLGNBQVUsRUFBQyxTQURQO0FBRUpDLGNBQVUsRUFBQyxVQUZQO0FBR0o7QUFDQUMsVUFBTSxFQUFDLElBSkg7QUFLSkMsT0FBRyxFQUFDLEtBTEE7QUFNSkMsVUFBTSxFQUFDLElBTkg7QUFPSkMsWUFBUSxFQUFDLElBUEw7QUFRSkMsV0FBTyxFQUFDLElBUko7QUFTSjtBQUNBQyxXQUFPLEVBQUMsSUFWSjtBQVdKQyxjQUFVLEVBQUMsSUFYUDtBQVlKQyxVQUFNLEVBQUMsSUFaSDtBQWFKQyxtQkFBZSxFQUFDLE1BYlo7QUFjSkMsa0JBQWMsRUFBQyxNQWRYO0FBZUpDLFdBQU8sRUFBQyxJQWZKOztBQWlCTEMsY0FBVSxFQUFDLElBakJOO0FBa0JKO0FBQ0FDLGNBQVUsRUFBQyxNQW5CUDtBQW9CSEMsUUFBSSxFQUFDLE1BcEJGO0FBcUJIQyxRQUFJLEVBQUMsSUFyQkY7QUFzQkhDLFNBQUssRUFBQyxNQXRCSDtBQXVCSDtBQUNBQyxVQUFNLEVBQUMsSUF4Qko7QUF5QkhDLFFBQUksRUFBQyxRQXpCRjtBQTBCSEMsU0FBSyxFQUFDLE1BMUJIO0FBMkJIQyxXQUFPLEVBQUMsTUEzQkw7QUE0QkhDLFlBQVEsRUFBQyxJQTVCTjtBQTZCSEMsV0FBTyxFQUFDLE1BN0JMO0FBOEJIQyxXQUFPLEVBQUMsTUE5Qkw7QUErQkhDLFlBQVEsRUFBQyxJQS9CTjtBQWdDSEMsUUFBSSxFQUFDLE1BaENGOztBQWtDSSxNQWxDSjtBQW1DSSxNQW5DSjtBQW9DSyxRQXBDTDtBQXFDSSxNQXJDSjtBQXNDSyxRQXRDTDtBQXVDTyxNQXZDUDs7QUF5Q1EsUUF6Q1I7QUEwQ08sU0ExQ1A7QUEyQ1ksUUEzQ1o7O0FBNkNVLFNBN0NWO0FBOENRLFFBOUNSO0FBK0NJLGlCQS9DSjtBQWdETSw0QkFoRE47QUFpRE0sa0JBakROO0FBa0RPLFFBbERQOztBQW9ERyxhQXBESDtBQXFESSxPQXJESjtBQXNESyw2Q0F0REw7QUF1REksUUF2REo7O0FBeURJLGFBekRKO0FBMERTLDZCQTFEVDtBQTJESyxhQTNETDtBQTRERSxTQTVERjtBQTZETyxjQTdEUDtBQThEUSxRQTlEUjs7QUFnRU0sUUFoRU47QUFpRVMsVUFqRVQ7QUFrRVcsV0FsRVg7QUFtRWUsV0FuRWY7QUFvRWdCLFFBcEVoQjtBQXFFbUIsYUFyRW5COzs7QUF3RVcsUUF4RVg7QUF5RWEsUUF6RWI7QUEwRVksUUExRVo7QUEyRVcsUUEzRVg7OztBQThFYSxzQkE5RWI7QUErRWEsSUEvRWI7QUFnRmEsSUFoRmI7O0FBa0ZhLFFBbEZiOztBQW9GTyxNQXBGUDtBQXFGTSxNQXJGTjtBQXNGSSxNQXRGSjtBQXVGTyxVQXZGUDtBQXdGZ0IsVUF4RmhCO0FBeUZhLFVBekZiOztBQTJGa0IsMkNBM0ZsQjtBQTRGa0IsU0E1RmxCOzs7QUErRmdCLDJDQS9GaEI7O0FBaUdVLFVBakdWO0FBa0djLE1BbEdkO0FBbUdNLE9BbkdOO0FBb0dJLE1BcEdKO0FBcUdLLGNBckdMO0FBc0dvQixZQXRHcEI7QUF1R1csT0F2R1g7O0FBeUdTLE1BekdUO0FBMEdJLE1BMUdKO0FBMkdDLFdBM0dEOztBQTZHTyxlQTdHUDtBQThHQyxzQkE5R0Q7QUErR0csaUJBL0dIO0FBZ0hJLFlBaEhKO0FBaUhXLDBCQWpIWDtBQWtIRyxnQkFsSEg7QUFtSEksc0JBbkhKO0FBb0hHLE1BcEhIO0FBcUhHLE1BckhIO0FBc0hDLE1BdEhEO0FBdUhDLE1BdkhEO0FBd0hDLE1BeEhEO0FBeUhNLGlGQXpITjtBQTBITyxRQTFIUDs7QUE0SFMsVUE1SFQ7QUE2SFcsUUE3SFg7QUE4SEcsUUE5SEg7QUErSGdCLFdBL0hoQjtBQWdJUSxXQWhJUjtBQWlJSyxNQWpJTDtBQWtJRixNQWxJRTtBQW1JYSxTQW5JYjs7QUFxSVcsUUFySVg7QUFzSVMsUUF0SVQ7QUF1SUQsTUF2SUM7QUF3SUEsTUF4SUE7QUF5SUcsTUF6SUg7O0FBMklZLFFBM0laO0FBNElFLGVBNUlGO0FBNklPLFFBN0lQO0FBOElVLFdBOUlWOztBQWdKSSxNQWhKSjtBQWlKTSxRQWpKTjtBQWtKVSxRQWxKVjtBQW1KRyxNQW5KSDtBQW9KRCxNQXBKQztBQXFKRSxNQXJKRjtBQXNKVSxPQXRKVjtBQXVKZ0IsU0F2SmhCO0FBd0pFLE1BeEpGO0FBeUpPLFFBekpQO0FBMEplLFFBMUpmO0FBMkphLFdBM0piO0FBNEpPLFFBNUpQO0FBNkppQixXQTdKakI7QUE4SkksU0E5Sko7QUErSmlCLFdBL0pqQjtBQWdLa0IsV0FoS2xCO0FBaUtvQixXQWpLcEI7QUFrS0ksY0FsS0o7QUFtS00sUUFuS047QUFvS3FCLGNBcEtyQjtBQXFLTyx5QkFyS1A7QUFzS1Usd0JBdEtWOztBQXdLSyxRQXhLTDtBQXlLTSxRQXpLTjtBQTBLYyxRQTFLZDs7QUE0S2lCLFlBNUtqQjtBQTZLMEIsWUE3SzFCO0FBOEthLDRDQTlLYjtBQStLZ0IsYUEvS2hCO0FBZ0xJLFFBaExKO0FBaUxTLFdBakxUOztBQW1MWSxTQW5MWjtBQW9Md0IsV0FwTHhCO0FBcUxLLE1BckxMO0FBc0xJLFFBdExKO0FBdUxLLFFBdkxMO0FBd0xBLE1BeExBO0FBeUxDLE1BekxEO0FBMExHLE1BMUxIO0FBMkxHLE1BM0xIO0FBNExPLFFBNUxQO0FBNkxDLE1BN0xEO0FBOExXLFNBOUxYO0FBK0xtQixZQS9MbkI7QUFnTVMsU0FoTVQ7QUFpTVUsYUFqTVY7QUFrTUksT0FsTUo7QUFtTVksV0FuTVo7QUFvTUUsTUFwTUY7QUFxTWUsUUFyTWY7QUFzTU8sUUF0TVA7QUF1TUUsTUF2TUY7QUF3TUcsT0F4TUg7QUF5TVcsUUF6TVg7QUEwTUksTUExTUo7QUEyTUEsS0EzTUE7QUE0TVksaUJBNU1aO0FBNk1ZLFNBN01aO0FBOE1PLE9BOU1QLFVBRFMsRSIsImZpbGUiOiI2MzMuanMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyB6aGYuanNcclxuZXhwb3J0IGRlZmF1bHQge1xyXG5cdGluZGV4OiB7XHJcblx0XHR3YWxsZXRuYW1lOifoq4vovLjlhaXpjKLljIXlkI3nqLEnLFxyXG5cdFx0TmFtZWNhbm5vdDon6Ly45YWl5ZCN56ix5LiN6IO954K656m6JyxcclxuXHRcdC8vIOW6lemDqOWvvOiIquagj1xyXG5cdFx0V2FsbGV0OifpjKLljIUnLFxyXG5cdFx0TkZUOidORlQnLFxyXG5cdFx0TWFya2V0OifluILloLQnLFxyXG5cdFx0RGlzY292ZXI6J+eZvOePvicsXHJcblx0XHRQcm9maWxlOifmiJHnmoQnLFxyXG5cdFx0Ly8gdG9uZ3lvbmdcclxuXHRcdENvbmZpcm06J+eiuuiqjScsXHJcblx0XHRTdWNjZXNzZnVsOifmiJDlip8nLFxyXG5cdFx0Q2FuY2VsOiflj5bmtognLFxyXG5cdFx0U2V0c3VjY2Vzc2Z1bGx5OiflibXlu7rmiJDlip8nLFxyXG5cdFx0Q3JlYXRpb25mYWlsZWQ6J+WJteW7uuWkseaVlycsXHJcblx0XHRjb3JyZWN0OifmraPnoronLFxyXG5cdFx0XHJcblx0bGFuZ1NlbGVjdDon6YG45pOHJyxcclxuXHRcdC8vIHNldHRpbmdcclxuXHRcdGZpbmdlclBhc3M6J+aMh+e0i+WvhueivCcsXHRcclxuXHRcdFx0bGFuczon6Kqe6KiA6Kit5a6aJyxcclxuXHRcdFx0Y3Vycjon6LKo5biBJyxcclxuXHRcdFx0bm9kZXM6J+evgOm7nuioreWumicsXHJcblx0XHRcdC8vIHByb2ZpbGVcclxuXHRcdFx0cHJvdGl0OifmiJHnmoQnLFxyXG5cdFx0XHRhcHBzOifmh4nnlKjnqIvluo/oqK3lrponLFxyXG5cdFx0XHRtYWdldzon566h55CG6Yyi5YyFJyxcclxuXHRcdFx0YWRkQm9vazon5Zyw5Z2A55uu6YyEJyxcclxuXHRcdFx0U2V0dGluZ3M6J+ioreWumicsXHJcblx0XHRcdGhlbHBjZW46J+W5q+WKqeS4reW/gycsXHJcblx0XHRcdGFib3V0dXM6J+mXnOaWvOaIkeWAkScsXHJcblx0XHRcdEhhcmR3YXJlOifnoazpq5QnLFxyXG5cdFx0XHRtYXRoOifphY3lpZfnoazpq5QnLFxyXG5cdFx0XHQvLyB3YWxsZXRcclxuXHRcdFx0V2FsbGV0OifpjKLljIUnLFxyXG5cdFx0XHRhc3NldHM6J+izh+eUoicsXHJcblx0XHRcdGN3YWxsZXQ6J+mBuOaTh+mMouWMhScsXHJcblx0XHRcdG1hbmFnZTon566h55CGJyxcclxuXHRcdFx0bXdhbGxldDon566h55CG6Yyi5YyFJyxcclxuXHRcdFx0YWRkd2FsbGV0Oifmt7vliqAnLFxyXG5cdFx0XHQvLyBhZGRcclxuXHRcdFx0Y3Jld2FsbGxldDon5Ym15bu66Yyi5YyFJyxcclxuXHRcdFx0bW5laW1wb3J0OifliqnoqJjoqZ7lsI7lhaUnLFxyXG5cdFx0XHRwcml2YWtleWltcG9ydDon56eB6ZGw5bCO5YWlJyxcclxuXHRcdFx0Ly8gYmFjay9pbmRleFxyXG5cdFx0XHRiYWNrdXBNbmVUaXQ6J+WCmeS7veWKqeiomOipnicsXHJcblx0XHRcdEJhY2t1cFRpcHM6J+WCmeS7veaPkOekuicsXHJcblx0XHRcdEF4aW9tczon5YWs55CG5piv5o6n5Yi26LOH55Si55qE5ZSv5LiA5pa55rOV44CCJyxcclxuXHRcdFx0cmV0cmlldmU6J+aCqOaXoOazleajgOe0ouS4ouWkseeahOWKqeiusOespu+8jOWboOatpOivt+WKoeW/heWvueWFtui/m+ihjOWkh+S7ve+8gScsXHJcblx0XHRcdGRpc2Nsb3NlOifkuI3opoHlkJHku7vkvZXkurrpgI/pnLLkvaDnmoToqJjmhrbms5XjgIInLFxyXG5cdFx0XHRzdGFydEJhY2s6J+mWi+Wni+WCmeS7vScsXHJcblx0XHRcdC8vIGJhY2t1cDJcclxuXHRcdFx0cGNvcHk6J+iri+aMieato+eiuueahOmghuW6j+ikh+ijvScsXHJcblx0XHRcdHBjb3B5Mjon5Yqp6KiY6KmeJyxcclxuXHRcdFx0Ym9vc3Rlcjon5a6j5YKz6Kqe5bCH55So5pa86Yyi5YyF6LOH55Si6L+95Zue77yM6KuL5oyJ5q2j56K66aCG5bqP6KSH6KO95a6j5YKz6Kqe5Lim5L+d5a2Y5Zyo5a6J5YWo55qE5Zyw5pa577yM5LiN5b6X5rSp6Zyy57Wm5LuW5Lq6JyxcclxuXHRcdFx0Y29waWVkOifmiJHlt7LoqJjkvY8nLFxyXG5cdFx0XHQvLyBiYWNrdXAzXHJcblx0XHRcdGNvbk1uZTon56K66KqN5L2g55qE6Yyi5YyF5Yqp6KiY6KmeJyxcclxuXHRcdFx0Ym9vc3RlcndvcmQ6J+iri+m7nuaTiuWKqeiomOipnuaWh+Wtl++8jOS7peeiuuS/neaCqOeahOWCmeeUqOWKqeaOqOWZqOaWh+Wtl+ato+eiuueEoeiqpCcsXHJcblx0XHRcdGJhY2tDb206J+WCmeS7veWKqeiomOespuW3suWujOaIkO+8gScsXHJcblx0XHRcdHNlZWQ6J+eEoeaViOWKqeiomOipnicsXHJcblx0XHRcdHdyb25nV29yZDon5L2g6Ly45YWl5LqG6Yyv6Kqk55qE5Zau6Kme77yMJyxcclxuXHRcdFx0d3JvbmdXb3JkMjon6KuL6YeN6Kmm44CCJyxcclxuXHRcdFx0Ly8gdHJhbnNQYXdcclxuXHRcdFx0dHJhbnNQYXc6J+S6pOaYk+WvhueivCcsXHJcblx0XHRcdHNldHRyYW5zUGF3OifoqK3lrprkuqTmmJPlr4bnorwnLFxyXG5cdFx0XHR0cmFuc1Bhd0FnYWluOifoq4vlho3mrKHovLjlhaXlr4bnorwnLFxyXG5cdFx0XHRTZWN1cmV0cmFuc2FjdGlvbjon5L+d6Zqc5Lqk5piT5a+G56K877yMJyxcclxuXHRcdFx0U2VjdXJldHJhbnNhY3Rpb24yOifoq4vli7/mtKnpnLInLFxyXG5cdFx0XHRQYXNzd29yZGRpc2NyZXBhbnNpZXM6J+WFqeasoeWvhueivOi8uOWFpeS4jeS4gOiHtCcsXHJcblx0XHRcdFxyXG5cdFx0XHQvLyBhYm91dFxyXG5cdFx0XHRWZXJzaW9udXBkYXRlOifniYjmnKzmm7TmlrAnLFxyXG5cdFx0XHRPZmZpY2lhbHdlYnNpdGU6J+WumOaWuee2suermScsXHJcblx0XHRcdFRlcm1zb2ZTZXJ2aWNlOifmnI3li5nmop3mrL4nLFxyXG5cdFx0XHRQcml2YWN5UG9saWN5OifpmrHnp4HmlL/nrZYnLFxyXG5cdFx0XHRcclxuXHRcdFx0Ly8gVGVybXNvZlNlcnZpY2VcclxuXHRcdFx0RXRpYW1uaXNpbG9yZW0xOidFdGlhbSBuaXNpIGxvcmVt57mB5L2TJyxcclxuXHRcdFx0RXRpYW1uaXNpbG9yZW0yOicnLFxyXG5cdFx0XHRFdGlhbW5pc2lsb3JlbTM6JycsXHJcblx0XHRcdC8vIHByaXZhY3lcclxuXHRcdFx0XHRUZXJtc29mU2VydmljZTon6Zqx56eB5pS/562WJyxcclxuXHRcdFx0XHQvLyBtYW5hZ2VcclxuXHRcdFx0XHRcdEFkZHJlc3M6J+WcsOWdgCcsXHJcblx0XHRcdFx0XHRNYW5hZ2U6J+euoeeQhicsXHJcblx0XHRcdFx0XHROYW1lOiflkI3lrZcnLFxyXG5cdFx0XHRcdFx0U2V0bmFtZTon6Kit5a6a6Yyi5YyF5ZCN56ixJyxcclxuXHRcdFx0XHRcdEJhY2t1cHByaXZhdGVrZXk6J+WCmeS7veengeWvhumHkemRsCcsXHJcblx0XHRcdFx0XHROZXd3YWxsZXRuYW1lOifmlrDnmoTpjKLljIXlkI3nqLEnLFxyXG5cdFx0XHRcdFx0Ly8gdHJhbnNQYXdNYW5cclxuXHRcdFx0XHRcdCBrZWVweW91cm1uZW1vbmljczon6KuL5L+d55WZ5L2g55qE6KiY5oa25rOV44CCIOS7u+S9leeNsuW+l+S9oOeahOWKqeiomOespueahOS6uumDveWPr+S7peaOp+WItuS9oOeahOW4s+aItu+8jOWMheaLrOi9ieenu+aJgOacieizh+mHkScsXHJcblx0XHRcdFx0XHQgSW5jb3JyZWN0cGFzc3dvcmQ6J+WvhueivOS4jeato+eiuicsXHJcblx0XHJcblx0Ly8ga2V5b3V0XHJcblx0ICBrZWVweW91cnByaXZhdGVrZXk6J+iri+S/neeVmeaCqOeahOengeWvhumHkemRsOOAguS7u+S9leeNsuW+l+aCqOengeWvhumHkemRsOeahOS6uumDveWPr+S7peaOp+WItuaCqOeahOW4s+aItu+8jOWMheaLrOi9ieenu+aJgOacieizh+mHkScsXHJcblx0Ly8gc2hvd2tleVxyXG5cdFNob3dwcml2YXRla2V5Oifpoa/npLrnp4Hlr4bph5HpkbAnLFxyXG5cdFNob3dwcml2YXRla2V5dGV4dDon5paH5pysJyxcclxuXHRTaG93UVJDb2RlOifkuozntq3norwnLFxyXG5cdFNob3dDb3B5OifopIfoo70nLFxyXG5cdFNjYW50aGVRUjon5o6D5o+P5LqM57at56K86IezLi4uLicsXHJcblx0Q29weXByaXZhdGVrZXlTdWNjZXNzZnVsOifopIfoo73np4Hlr4bph5HpkbDmiJDlip8nLFxyXG5cdE9uZW1vbWVudHBsZWFzZTon6KuL56iN562JJyxcclxuXHQvLyBtYXJrZXRcclxuXHRUcmFuZGluZ1BhaXJzOifluaPnqK4nLFxyXG5cdFByaWNlVm9sOiflg7nmoLwnLFxyXG5cdENoYW5nOicyNOWwj+aZgua8sui3jOW5hScsXHJcblx0Ly8gZGlzY292ZXJcclxuXHREQVBQd2Vic2l0ZTon6JKQ57Si5oiW6YCy5YWlREFQUOe2suermScsXHJcblx0QmVlZnk6J0JlZWZ5IGZpbmFuY2UoQlNDKScsXHJcblx0cmV2ZW51ZTon5Z+65pa85bmj5a6J5pm65oWn6Y+I55qE5pS255uK6IGa5ZCI5ZmoJyxcclxuXHRCdW5pY29ybjonQnVuaWNvcm4nLFxyXG5cdHRocm91Z2htb2JpbGl0eTon5LiA5YCL5oCn6IO95Y2T6LaK55qEQU1NIERFWO+8jOmAmumBjua1geWLleaApy4uJyxcclxuXHRGb3JUdWJlOidGb3JUdWJlKEJTQyknLFxyXG5cdHBsYXRmb3JtOiflhajnkIPpoJjlhYjnmoREZUZp5YCf6LK45bmz6Ie677yIQlND77yJJyxcclxuXHRQb3B1bGFyOifnhrHploAnLFxyXG5cdExlbmRpbmc6J+WAn+WHuicsXHJcblx0VHJhZGU6J+iyv+aYkycsXHJcblx0WWllbGQ6J+eUoumHjycsXHJcblx0U3Rha2U6J+iCoeS7vScsXHJcblx0cmVkaXJlY3RlZDon5oKo5bCH6KKr6YeN5a6a5ZCR5Yiw5Y2U5Yqb5bug5ZWGZEFwcOmggemdou+8jOaCqOWwjeWNlOWKm+W7oOWVhmRBcHDnmoTkvb/nlKjlsIflj5foqbLljZTlipvlu6DllYZkQXBwIGlz5L2/55So6ICF5Y2U5a6a5ZKM6Zqx56eB5pS/562W55qE57SE5p2f77yM5Y2U5Yqb5bug5ZWGZEFwcOebtOaOpeS4lOWujOWFqOWwjeaCqOiyoOiyrOOAgicsXHJcblx0RGlzY2xhaW1lcnM6J+WFjeiyrOiBsuaYjicsXHJcblx0Ly8gbmZ0Q29sbGVjdGlvblxyXG5cdE5GVGNvbGxlY3Rpb246J05GVOaUtuiXj+WTgScsXHJcblx0Q29udHJhY3RhZGRyZXNzOiflkIjntITlnLDlnYAnLFxyXG5cdFRva2VuSUQ6J+asiuadlklEJyxcclxuXHRlbnRlcmNvbnRyYWN0YWRkcmVzczon6KuL6Ly45YWl5aWR57qm5Zyw5Z2AJyxcclxuXHRlbnRlcnRva2VuSUQ6J+iri+i8uOWFpeasiuadlklEJyxcclxuXHRDb250cmFjdHM6J+Wlkee6picsXHJcblx0SUQ6J0lEJyxcclxuXHRDb2xsZWN0aW9uZGV0YWlsczon5pS26JeP5ZOB6Kmz5oOFJyxcclxuXHQvLyBidGMgaW5kZXhcclxuXHRFeGlzdGluZ2JhbGFuY2U6J+ePvuaciemkmOmhjScsXHJcblx0RnJlZXplYmFsYW5jZTon5YeN57WQ6aSY6aGNJyxcclxuXHRBbGw6J+aJgOaciScsXHJcblx0U2VuZDon55m86YCBJyxcclxuXHRSZWNlaXZlOifmjqXmlLYnLFxyXG5cdC8vIHNlbmRUb2tlbiBpbmRleFxyXG5cdFJlY2VpdmluZ2FkZHJlc3M6J+aOpeaUtuWcsOWdgCcsXHJcblx0U2NhblFSOifmjoPmj4/kuozntq3norzku6XovYnnp7vliLDos4fnlKInLFxyXG5cdENvcHlhZGRyZXNzOifopIfoo73lnLDlnYAnLFxyXG5cdENvcHlTdWNjZXNzZnVsOifopIfoo73lnLDlnYDmiJDlip/vvIEnLFxyXG5cdC8vIHRyYW5zZmVyXHJcblx0VHJhbnNmZXI6J+i9ieW4sycsXHJcblx0QWRyZXNzQm9vazon5Zyw5Z2A55uu6YyEJyxcclxuXHRUcmFuc2ZlcmFtb3VudDon6L2J5biz6YeR6aGNJyxcclxuXHRCYWxhbmNlOifppJjpoY0nLFxyXG5cdEFMTDpcIuaJgOaciVwiLFxyXG5cdFJlbWFyazon5YKZ6Ki7JyxcclxuXHRUcmFuc2FjdGlvbmZlZTon5Lqk5piT6LK7JyxcclxuXHRUcmFuc2ZlcmNvbmZpcm1hdGlvbjon6L2J5biz56K66KqN5pu4JyxcclxuXHRBbW91bnQ6J+mHkemhjScsXHJcblx0U2VuZGFkZHJlc3M6J+eZvOmAgeWcsOWdgCcsXHJcblx0RmluZ2VycHJpbnRwYXNzd29yZDon5oyH57SL5a+G56K8JyxcclxuXHRmaW5nZXJwcmludHNlbnNvcjon6Ke45pG45oyH57SL5oSf5ris5ZmoJyxcclxuXHRVc2VQYXNzd29yZDon5L2/55So5a+G56K8JyxcclxuXHRGaW5nZXJwcmludHJlY29nbml6ZWQ6J+aMh+e0i+eEoeazleitmOWIpeOAgicsXHJcblx0VHJ5YWdhaW46J+iri+WGjeasoeWYl+ippicsXHJcblx0RmluZ2VycHJpbnRyZWNvZ25pemVkOifmjIfntIvorZjliKXmiJDlip/jgIInLFxyXG5cdGVudGVydGhldHJhbnNmZXJhbW91bnQ6J+iri+i8uOWFpei9ieW4s+mHkemhjScsXHJcblx0ZW50ZXJ0aGVyZWNlaXZpbmdhZGRyZXNzOifoq4vovLjlhaXmjqXmlLblnLDlnYAnLFxyXG5cdGxlc3N0aGFuOifovLjlhaXnmoTph5HpoY3kuI3og73lsI/mlrwwJyxcclxuXHRydW5uaW5nbG93OifppJjpoY3kuI3otrMnLFxyXG5cdGZpbmdlcnByaW50aWRlbnRpZmljYXRpb246J+atpOioreWCmeS4jeaUr+aMgeaMh+e0i+itmOWIpScsXHJcblx0bm90ZXF1aXBwZWQ6J+atpOioreWCmeacqumFjeWCmeWvhueivOmOluWumuiNp+W5le+8jOeEoeazleS9v+eUqOaMh+e0i+itmOWIpScsXHJcblx0b25pbnRoZXNldHRpbmc6J+atpOioreWCmeS4reaykuaciei8uOWFpeaMh+e0i+OAgiDoq4vlnKjoqK3lrprkuK3miZPplovlroMnLFxyXG5cdC8vIFx0QWRkIFRva2VuXHJcblx0XHRBZGRUb2tlbjon5re75Yqg5Luj5bmjJyxcclxuXHRcdEhvdGFzc2V0czon54ax6ZaA6LOH55SiJyxcclxuXHRcdEFkZGVkc3VjY2Vzc2Z1bGx5Oifmt7vliqDmiJDlip8nLFxyXG5cdFx0Ly8gYmFja3VwNVxyXG5cdFx0XHRJbXBvcnR2aWFwcml2YXRla2V5OifpgJrpgY7np4Hlr4bph5HpkbDlsI7lhaUnLFxyXG5cdFx0XHRQcml2YXRla2V5aW1wb3J0dmVyaWZpY2F0aW9uOifnp4Hlr4bph5HpkbDlsI7lhaXpqZforYknLFxyXG5cdFx0XHRwcml2YXRla2V5YW5kZG86J+iri+i8uOWFpeaCqOeahOengeWvhumHkemRsO+8jOS4jeimgeWwh+WFtua0qemcsue1puWFtuS7luS6uuWklumDqOWcsOWdgOeEoeazlemAmumBjuWKqeiomOmNteaBouW+qeOAgiDoq4vlpqXlloTkv53nrqEnLFxyXG5cdFx0ZW50ZXJ5b3VycHJpdmF0ZWtleTon6KuL6Ly45YWl5oKo55qE56eB5a+G6YeR6ZGwJyxcclxuXHRcdGJlZW1wdHk6J+S4jeiDveeCuuepuicsXHJcblx0XHRiZWVuaW1wb3J0ZWQ6J+mMouWMheW3sue2k+iiq+WwjuWFpScsXHJcblx0XHQvLyBiYWNrdXA0XHJcblx0XHRJbXBvcnRtbmVtb25pY3M6J+WwjuWFpeWKqeiomOipnicsXHJcblx0XHRNbmVtb25pY3NpbXBvcnR2ZXJpZmljYXRpb246J+WKqeiomOespui8uOWFpempl+itiScsXHJcblx0XHRMYW5ndWFnZTon6Kqe6KiAJyxcclxuXHRcdGxhbmdmYW46J+e5gemrlOS4reaWhycsXHJcblx0XHRsYW5namlhbjon57Ch6auU5Lit5paHJyxcclxuXHRcdGVuZzon6Iux5paHJyxcclxuXHRcdGVkaXQ6J+S/ruaUuScsXHJcblx0XHREZWxldGU6J+WIoOmZpCcsXHJcblx0XHRERUxFVEU6J+WIoOmZpCcsXHJcblx0XHRBZGRhZGRyZXNzOifmt7vliqDlnLDlnYAnLFxyXG5cdFx0U2F2ZTon5L+d5a2YJyxcclxuXHRcdHNlbGVjdGN1cnJlbmN5Oifoq4vpgbjmk4fluaPnqK4nLFxyXG5cdFx0UGxlYXNlcmVjaXBpZW50YWRkcmVzczon6KuL6Ly45YWl5pS25Lu25Lq65Zyw5Z2AJyxcclxuXHRcdGVudGVydGhlbmFtZTon6KuL6Ly45YWl5ZCN56ixJyxcclxuXHRcdEFkZHJlc3Nvcm5hbWU6J+WcsOWdgOaIluWQjeeoseS4jeiDveeCuuepuicsXHJcblx0XHRsb2FkaW5nOifliqDovInkuK0nLFxyXG5cdFx0Y2xvc2V2YWxpZGF0aW9uOifnorroqo3pl5zplonpqZforYnvvJ8nLFxyXG5cdFx0TG9naW46J+eZu+WFpScsXHJcblx0XHRUcmFuc2FjdGlvbmRldGFpbHM6J+S6pOaYk+ips+aDhScsXHJcblx0XHRcdENvbmZpcm1lZDon56K66KqN5Lqk5piTJyxcclxuXHRcdFx0VGltZTon5pmC6ZaTJyxcclxuXHRcdFx0VHhGZWU6J+eZvOmAgeiyuycsXHJcblx0XHRcdFRyYW5zYWN0aW9uSUQ6J+S6pOaYk0lEJyxcclxuXHRcdFx0b3RoZXJzOiflhbbku5YnLFxyXG5cdFx0XHRtZTon5oiRJyxcclxuXHRcdG1vcmVpbmZvcm1hdGlvbjon5pyJ6Zec6Kmz57Sw6LOH6KiK77yM6KuL6L2J5Yiw54CP6Ka95ZmoJyxcclxuXHRcdFx0Q29weVN1Y2Nlc3NmdWw6J+ikh+ijveaIkOWKn++8gScsXHJcblx0XHRcdE5vY29udGVudDon54Sh5YWn5a65JyxcclxuXHR9XHJcbn1cclxuIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///633\n");
-
-/***/ }),
-/* 634 */
-/*!************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/b_logo.png ***!
- \************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-eval("module.exports = \"/static/tongyonh/b_logo.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjYzNC5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL2JfbG9nby5wbmdcIjsiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///634\n");
-
-/***/ }),
-/* 635 */
-/*!*************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/sendToken/address/index2.vue?mpType=page ***!
- \*************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index2_vue_vue_type_template_id_71289870_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index2.vue?vue&type=template&id=71289870&scoped=true&mpType=page */ 636);\n/* harmony import */ var _index2_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index2.vue?vue&type=script&lang=js&mpType=page */ 638);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index2_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index2_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 7);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index2_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index2_vue_vue_type_template_id_71289870_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index2_vue_vue_type_template_id_71289870_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"71289870\",\n null,\n false,\n _index2_vue_vue_type_template_id_71289870_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/menu/sendToken/address/index2.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBMEk7QUFDMUk7QUFDcUU7QUFDTDs7O0FBR2hFO0FBQ3NLO0FBQ3RLLGdCQUFnQiw2S0FBVTtBQUMxQixFQUFFLHVGQUFNO0FBQ1IsRUFBRSx3R0FBTTtBQUNSLEVBQUUsaUhBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsNEdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNjM1LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9pbmRleDIudnVlP3Z1ZSZ0eXBlPXRlbXBsYXRlJmlkPTcxMjg5ODcwJnNjb3BlZD10cnVlJm1wVHlwZT1wYWdlXCJcbnZhciByZW5kZXJqc1xuaW1wb3J0IHNjcmlwdCBmcm9tIFwiLi9pbmRleDIudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJm1wVHlwZT1wYWdlXCJcbmV4cG9ydCAqIGZyb20gXCIuL2luZGV4Mi52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9ydW50aW1lL2NvbXBvbmVudE5vcm1hbGl6ZXIuanNcIlxudmFyIGNvbXBvbmVudCA9IG5vcm1hbGl6ZXIoXG4gIHNjcmlwdCxcbiAgcmVuZGVyLFxuICBzdGF0aWNSZW5kZXJGbnMsXG4gIGZhbHNlLFxuICBudWxsLFxuICBcIjcxMjg5ODcwXCIsXG4gIG51bGwsXG4gIGZhbHNlLFxuICBjb21wb25lbnRzLFxuICByZW5kZXJqc1xuKVxuXG5jb21wb25lbnQub3B0aW9ucy5fX2ZpbGUgPSBcInBhZ2VzL21lbnUvc2VuZFRva2VuL2FkZHJlc3MvaW5kZXgyLnZ1ZVwiXG5leHBvcnQgZGVmYXVsdCBjb21wb25lbnQuZXhwb3J0cyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///635\n");
-
-/***/ }),
-/* 636 */
-/*!*******************************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/sendToken/address/index2.vue?vue&type=template&id=71289870&scoped=true&mpType=page ***!
- \*******************************************************************************************************************************************/
-/*! exports provided: render, staticRenderFns, recyclableRender, components */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index2_vue_vue_type_template_id_71289870_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index2.vue?vue&type=template&id=71289870&scoped=true&mpType=page */ 637);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index2_vue_vue_type_template_id_71289870_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index2_vue_vue_type_template_id_71289870_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index2_vue_vue_type_template_id_71289870_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index2_vue_vue_type_template_id_71289870_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
-
-
-
-/***/ }),
-/* 637 */
-/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/pages/menu/sendToken/address/index2.vue?vue&type=template&id=71289870&scoped=true&mpType=page ***!
- \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
-/*! exports provided: render, staticRenderFns, recyclableRender, components */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "render", function() { return render; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return staticRenderFns; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return recyclableRender; });
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "components", function() { return components; });
-var components
-try {
- components = {
- navigation: __webpack_require__(/*! @/components/navigation/navigation.vue */ 551).default,
- uMask: __webpack_require__(/*! @/uview-ui/components/u-mask/u-mask.vue */ 622).default
- }
-} catch (e) {
- if (
- e.message.indexOf("Cannot find module") !== -1 &&
- e.message.indexOf(".vue") !== -1
- ) {
- console.error(e.message)
- console.error("1. 排查组件名称拼写是否正确")
- console.error(
- "2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"
- )
- console.error(
- "3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件"
- )
- } else {
- throw e
- }
-}
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "view",
- [
- _c("navigation", { attrs: { showBack: false, bgnum: true, _i: 1 } }, [
- _c("image", {
- staticClass: _vm._$s(2, "sc", "back"),
- attrs: {
- src: _vm._$s(
- 2,
- "a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/Vector.png */ 554)
- ),
- _i: 2
- },
- on: {
- click: function($event) {
- return _vm.back()
- }
- }
- }),
- _c("image", {
- staticClass: _vm._$s(3, "sc", "renYou"),
- attrs: {
- src: _vm._$s(
- 3,
- "a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/IconGroup.png */ 615)
- ),
- _i: 3
- },
- on: {
- click: function($event) {
- return _vm.goAddress()
- }
- },
- slot: "logo"
- }),
- _c(
- "text",
- { staticClass: _vm._$s(4, "sc", "big_title"), attrs: { _i: 4 } },
- [_vm._v(_vm._$s(4, "t0-0", _vm._s(_vm.i18n.Address)))]
- )
- ]),
- _c("view", { staticClass: _vm._$s(5, "sc", "main"), attrs: { _i: 5 } }, [
- _c(
- "view",
- { staticClass: _vm._$s(6, "sc", "big_item"), attrs: { _i: 6 } },
- [
- _vm._l(_vm._$s(7, "f", { forItems: _vm.BTCAddressInfo }), function(
- item,
- index,
- $20,
- $30
- ) {
- return _c(
- "view",
- {
- key: _vm._$s(7, "f", { forIndex: $20, key: 7 + "-" + $30 }),
- staticClass: _vm._$s("7-" + $30, "sc", "item flex"),
- attrs: { _i: "7-" + $30 },
- on: {
- click: function($event) {
- return _vm.goTransfer(item)
- }
- }
- },
- [
- _c(
- "view",
- {
- staticClass: _vm._$s("8-" + $30, "sc", "textcon flex"),
- attrs: { _i: "8-" + $30 }
- },
- [
- _c(
- "view",
- {
- staticClass: _vm._$s("9-" + $30, "sc", "bigcon"),
- attrs: { _i: "9-" + $30 }
- },
- [
- _c(
- "view",
- {
- staticClass: _vm._$s(
- "10-" + $30,
- "sc",
- "textimg flexx"
- ),
- attrs: { _i: "10-" + $30 }
- },
- [
- _c("image", {
- staticClass: _vm._$s("11-" + $30, "sc", "img"),
- attrs: {
- src: _vm._$s(
- "11-" + $30,
- "a-src",
- item.coinList[0].icon
- ),
- _i: "11-" + $30
- }
- }),
- _c(
- "text",
- {
- staticClass: _vm._$s(
- "12-" + $30,
- "sc",
- "textt"
- ),
- attrs: { _i: "12-" + $30 }
- },
- [
- _vm._v(
- _vm._$s(
- "12-" + $30,
- "t0-0",
- _vm._s(item.coinList[0].name)
- )
- )
- ]
- ),
- _c(
- "text",
- {
- staticClass: _vm._$s(
- "13-" + $30,
- "sc",
- "textt2"
- ),
- attrs: { _i: "13-" + $30 }
- },
- [
- _vm._v(
- _vm._$s(
- "13-" + $30,
- "t0-0",
- _vm._s(item.name)
- )
- )
- ]
- )
- ]
- ),
- _c(
- "view",
- {
- staticClass: _vm._$s("14-" + $30, "sc", "text1"),
- attrs: { _i: "14-" + $30 }
- },
- [
- _vm._v(
- _vm._$s(
- "14-" + $30,
- "t0-0",
- _vm._s(item.address)
- )
- )
- ]
- )
- ]
- )
- ]
- ),
- _c(
- "view",
- {
- staticClass: _vm._$s("15-" + $30, "sc", "btncon"),
- attrs: { _i: "15-" + $30 }
- },
- [
- _c("image", {
- staticClass: _vm._$s("16-" + $30, "sc", "img2"),
- attrs: {
- src: _vm._$s(
- "16-" + $30,
- "a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/more_vert_24px_outlined.svg */ 786)
- ),
- _i: "16-" + $30
- },
- on: {
- click: function($event) {
- $event.stopPropagation()
- return _vm.showIndex(item, index)
- }
- }
- })
- ]
- ),
- _vm._$s("17-" + $30, "i", _vm.show)
- ? _c(
- "view",
- {
- directives: [
- {
- name: "show",
- rawName: "v-show",
- value: _vm._$s(
- "17-" + $30,
- "v-show",
- index == _vm.btcIndex
- ),
- expression:
- "_$s((\"17-\"+$30),'v-show',index==btcIndex)"
- }
- ],
- staticClass: _vm._$s("17-" + $30, "sc", "set_con"),
- attrs: { _i: "17-" + $30 }
- },
- [
- _c("image", {
- staticClass: _vm._$s("18-" + $30, "sc", "img1"),
- attrs: {
- src: _vm._$s(
- "18-" + $30,
- "a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/xg.png */ 627)
- ),
- _i: "18-" + $30
- },
- on: {
- click: function($event) {
- $event.stopPropagation()
- _vm.show = false
- }
- }
- }),
- _c(
- "view",
- {
- staticClass: _vm._$s(
- "19-" + $30,
- "sc",
- "itemm flexx"
- ),
- attrs: { _i: "19-" + $30 },
- on: {
- click: function($event) {
- $event.stopPropagation()
- return _vm.editItem(index)
- }
- }
- },
- [
- _c("image", {
- staticClass: _vm._$s("20-" + $30, "sc", "img"),
- attrs: {
- src: _vm._$s(
- "20-" + $30,
- "a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/create_24px.png */ 792)
- ),
- _i: "20-" + $30
- }
- }),
- _vm._v(
- _vm._$s(
- "19-" + $30,
- "t1-0",
- _vm._s(_vm.i18n.edit)
- )
- )
- ]
- ),
- _c(
- "view",
- {
- staticClass: _vm._$s(
- "21-" + $30,
- "sc",
- "itemm flexx red"
- ),
- attrs: { _i: "21-" + $30 },
- on: {
- click: function($event) {
- $event.stopPropagation()
- return _vm.deleteItem()
- }
- }
- },
- [
- _c("image", {
- staticClass: _vm._$s("22-" + $30, "sc", "img"),
- attrs: {
- src: _vm._$s(
- "22-" + $30,
- "a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/trash.png */ 793)
- ),
- _i: "22-" + $30
- }
- }),
- _vm._v(
- _vm._$s(
- "21-" + $30,
- "t1-0",
- _vm._s(_vm.i18n.Delete)
- )
- )
- ]
- )
- ]
- )
- : _vm._e()
- ]
- )
- }),
- _vm._l(_vm._$s(23, "f", { forItems: _vm.ETHAddressInfo }), function(
- item,
- index,
- $21,
- $31
- ) {
- return _c(
- "view",
- {
- key: _vm._$s(23, "f", { forIndex: $21, key: 23 + "-" + $31 }),
- staticClass: _vm._$s("23-" + $31, "sc", "item flex"),
- attrs: { _i: "23-" + $31 },
- on: {
- click: function($event) {
- return _vm.goTransfer(item)
- }
- }
- },
- [
- _c(
- "view",
- {
- staticClass: _vm._$s("24-" + $31, "sc", "textcon flex"),
- attrs: { _i: "24-" + $31 }
- },
- [
- _c(
- "view",
- {
- staticClass: _vm._$s("25-" + $31, "sc", "bigcon"),
- attrs: { _i: "25-" + $31 }
- },
- [
- _c(
- "view",
- {
- staticClass: _vm._$s(
- "26-" + $31,
- "sc",
- "textimg flexx"
- ),
- attrs: { _i: "26-" + $31 }
- },
- [
- _c("image", {
- staticClass: _vm._$s("27-" + $31, "sc", "img"),
- attrs: {
- src: _vm._$s(
- "27-" + $31,
- "a-src",
- item.coinList[0].icon
- ),
- _i: "27-" + $31
- }
- }),
- _c(
- "text",
- {
- staticClass: _vm._$s(
- "28-" + $31,
- "sc",
- "textt"
- ),
- attrs: { _i: "28-" + $31 }
- },
- [
- _vm._v(
- _vm._$s(
- "28-" + $31,
- "t0-0",
- _vm._s(item.coinList[0].name)
- )
- )
- ]
- ),
- _c(
- "text",
- {
- staticClass: _vm._$s(
- "29-" + $31,
- "sc",
- "textt2"
- ),
- attrs: { _i: "29-" + $31 }
- },
- [
- _vm._v(
- _vm._$s(
- "29-" + $31,
- "t0-0",
- _vm._s(item.name)
- )
- )
- ]
- )
- ]
- ),
- _c(
- "view",
- {
- staticClass: _vm._$s("30-" + $31, "sc", "text1"),
- attrs: { _i: "30-" + $31 }
- },
- [
- _vm._v(
- _vm._$s(
- "30-" + $31,
- "t0-0",
- _vm._s(item.address)
- )
- )
- ]
- )
- ]
- )
- ]
- ),
- _c(
- "view",
- {
- staticClass: _vm._$s("31-" + $31, "sc", "btncon"),
- attrs: { _i: "31-" + $31 }
- },
- [
- _c("image", {
- staticClass: _vm._$s("32-" + $31, "sc", "img2"),
- attrs: {
- src: _vm._$s(
- "32-" + $31,
- "a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/more_vert_24px_outlined.svg */ 786)
- ),
- _i: "32-" + $31
- },
- on: {
- click: function($event) {
- $event.stopPropagation()
- return _vm.showIndex(item, index)
- }
- }
- })
- ]
- ),
- _vm._$s("33-" + $31, "i", _vm.show2)
- ? _c(
- "view",
- {
- directives: [
- {
- name: "show",
- rawName: "v-show",
- value: _vm._$s(
- "33-" + $31,
- "v-show",
- index == _vm.ethIndex
- ),
- expression:
- "_$s((\"33-\"+$31),'v-show',index==ethIndex)"
- }
- ],
- staticClass: _vm._$s("33-" + $31, "sc", "set_con"),
- attrs: { _i: "33-" + $31 }
- },
- [
- _c("image", {
- staticClass: _vm._$s("34-" + $31, "sc", "img1"),
- attrs: {
- src: _vm._$s(
- "34-" + $31,
- "a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/xg.png */ 627)
- ),
- _i: "34-" + $31
- },
- on: {
- click: function($event) {
- $event.stopPropagation()
- _vm.show2 = false
- }
- }
- }),
- _c(
- "view",
- {
- staticClass: _vm._$s(
- "35-" + $31,
- "sc",
- "itemm flexx"
- ),
- attrs: { _i: "35-" + $31 },
- on: {
- click: function($event) {
- $event.stopPropagation()
- return _vm.editItem(index)
- }
- }
- },
- [
- _c("image", {
- staticClass: _vm._$s("36-" + $31, "sc", "img"),
- attrs: {
- src: _vm._$s(
- "36-" + $31,
- "a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/create_24px.png */ 792)
- ),
- _i: "36-" + $31
- }
- }),
- _vm._v(
- _vm._$s(
- "35-" + $31,
- "t1-0",
- _vm._s(_vm.i18n.edit)
- )
- )
- ]
- ),
- _c(
- "view",
- {
- staticClass: _vm._$s(
- "37-" + $31,
- "sc",
- "itemm flexx red"
- ),
- attrs: { _i: "37-" + $31 },
- on: {
- click: function($event) {
- $event.stopPropagation()
- return _vm.deleteItem()
- }
- }
- },
- [
- _c("image", {
- staticClass: _vm._$s("38-" + $31, "sc", "img"),
- attrs: {
- src: _vm._$s(
- "38-" + $31,
- "a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/trash.png */ 793)
- ),
- _i: "38-" + $31
- }
- }),
- _vm._v(
- _vm._$s(
- "37-" + $31,
- "t1-0",
- _vm._s(_vm.i18n.Delete)
- )
- )
- ]
- )
- ]
- )
- : _vm._e()
- ]
- )
- }),
- _vm._l(_vm._$s(39, "f", { forItems: _vm.TRXAddressInfo }), function(
- item,
- index,
- $22,
- $32
- ) {
- return _c(
+ item,
+ index,
+ $20,
+ $30
+ ) {
+ return _c(
+ "view",
+ {
+ key: _vm._$s(6, "f", { forIndex: $20, key: index }),
+ staticClass: _vm._$s("6-" + $30, "sc", "item"),
+ attrs: { _i: "6-" + $30 }
+ },
+ [
+ _c(
"view",
{
- key: _vm._$s(39, "f", { forIndex: $22, key: 39 + "-" + $32 }),
- staticClass: _vm._$s("39-" + $32, "sc", "item flex"),
- attrs: { _i: "39-" + $32 },
- on: {
- click: function($event) {
- return _vm.goTransfer(item)
+ staticClass: _vm._$s("7-" + $30, "sc", "top"),
+ attrs: { _i: "7-" + $30 }
+ },
+ [
+ _c("image", {
+ staticClass: _vm._$s("8-" + $30, "sc", "img"),
+ attrs: {
+ src: _vm._$s("8-" + $30, "a-src", item.chainIconUrl),
+ _i: "8-" + $30
}
- }
+ }),
+ _vm._v(_vm._$s("7-" + $30, "t1-0", _vm._s(item.address))),
+ _c("image", {
+ staticClass: _vm._$s("9-" + $30, "sc", "img lfet"),
+ attrs: {
+ src: _vm._$s(
+ "9-" + $30,
+ "a-src",
+ __webpack_require__(/*! ../../../../static/tongyonh/more_vert_24px@2x.png */ 613)
+ ),
+ _i: "9-" + $30
+ },
+ on: {
+ click: function($event) {
+ return _vm.goDetail(index)
+ }
+ }
+ })
+ ]
+ ),
+ _c(
+ "view",
+ {
+ staticClass: _vm._$s("10-" + $30, "sc", "top"),
+ attrs: { _i: "10-" + $30 }
},
[
_c(
- "view",
+ "text",
{
- staticClass: _vm._$s("40-" + $32, "sc", "textcon flex"),
- attrs: { _i: "40-" + $32 }
+ staticClass: _vm._$s("11-" + $30, "sc", "textleft"),
+ attrs: { _i: "11-" + $30 }
},
[
- _c(
- "view",
- {
- staticClass: _vm._$s("41-" + $32, "sc", "bigcon"),
- attrs: { _i: "41-" + $32 }
- },
- [
- _c(
- "view",
- {
- staticClass: _vm._$s(
- "42-" + $32,
- "sc",
- "textimg flexx"
- ),
- attrs: { _i: "42-" + $32 }
- },
- [
- _c("image", {
- staticClass: _vm._$s("43-" + $32, "sc", "img"),
- attrs: {
- src: _vm._$s(
- "43-" + $32,
- "a-src",
- item.coinList[0].icon
- ),
- _i: "43-" + $32
- }
- }),
- _c(
- "text",
- {
- staticClass: _vm._$s(
- "44-" + $32,
- "sc",
- "textt"
- ),
- attrs: { _i: "44-" + $32 }
- },
- [
- _vm._v(
- _vm._$s(
- "44-" + $32,
- "t0-0",
- _vm._s(item.coinList[0].name)
- )
- )
- ]
- ),
- _c(
- "text",
- {
- staticClass: _vm._$s(
- "45-" + $32,
- "sc",
- "textt2"
- ),
- attrs: { _i: "45-" + $32 }
- },
- [
- _vm._v(
- _vm._$s(
- "45-" + $32,
- "t0-0",
- _vm._s(item.name)
- )
- )
- ]
- )
- ]
- ),
- _c(
- "view",
- {
- staticClass: _vm._$s("46-" + $32, "sc", "text1"),
- attrs: { _i: "46-" + $32 }
- },
- [
- _vm._v(
- _vm._$s(
- "46-" + $32,
- "t0-0",
- _vm._s(item.address)
- )
- )
- ]
- )
- ]
+ _vm._v(
+ _vm._$s("11-" + $30, "t0-0", _vm._s(_vm.i18n.Contracts))
)
]
),
+ _vm._v(_vm._$s("10-" + $30, "t1-0", _vm._s(item.contract)))
+ ]
+ ),
+ _c(
+ "view",
+ {
+ staticClass: _vm._$s("12-" + $30, "sc", "top"),
+ attrs: { _i: "12-" + $30 }
+ },
+ [
_c(
- "view",
+ "text",
{
- staticClass: _vm._$s("47-" + $32, "sc", "btncon"),
- attrs: { _i: "47-" + $32 }
+ staticClass: _vm._$s(
+ "13-" + $30,
+ "sc",
+ "textleft texttt"
+ ),
+ attrs: { _i: "13-" + $30 }
},
- [
- _c("image", {
- staticClass: _vm._$s("48-" + $32, "sc", "img2"),
- attrs: {
- src: _vm._$s(
- "48-" + $32,
- "a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/more_vert_24px_outlined.svg */ 786)
- ),
- _i: "48-" + $32
- },
+ [_vm._v(_vm._$s("13-" + $30, "t0-0", _vm._s(_vm.i18n.ID)))]
+ ),
+ _vm._v(_vm._$s("12-" + $30, "t1-0", _vm._s(item.id)))
+ ]
+ )
+ ]
+ )
+ }),
+ 0
+ )
+ ],
+ 1
+ )
+}
+var recyclableRender = false
+var staticRenderFns = []
+render._withStripped = true
+
+
+
+/***/ }),
+/* 612 */
+/*!*****************************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/IconGroup.png ***!
+ \*****************************************************/
+/*! no static exports found */
+/***/ (function(module, exports) {
+
+eval("module.exports = \"/static/tongyonh/IconGroup.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjYxMi5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL0ljb25Hcm91cC5wbmdcIjsiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///612\n");
+
+/***/ }),
+/* 613 */
+/*!*************************************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/more_vert_24px@2x.png ***!
+ \*************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports) {
+
+eval("module.exports = \"/static/tongyonh/more_vert_24px@2x.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjYxMy5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL21vcmVfdmVydF8yNHB4QDJ4LnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///613\n");
+
+/***/ }),
+/* 614 */
+/*!************************************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/collection/collectionDetail/index.vue?vue&type=script&lang=js&mpType=page ***!
+ \************************************************************************************************************/
+/*! no static exports found */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+
+"use strict";
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=script&lang=js&mpType=page */ 615);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQXVtQixDQUFnQixzb0JBQUcsRUFBQyIsImZpbGUiOiI2MTQuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiOyBleHBvcnQgZGVmYXVsdCBtb2Q7IGV4cG9ydCAqIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///614\n");
+
+/***/ }),
+/* 615 */
+/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/pages/menu/collection/collectionDetail/index.vue?vue&type=script&lang=js&mpType=page ***!
+ \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+
+"use strict";
+eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 44));\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar _navigation = _interopRequireDefault(__webpack_require__(/*! @/components/navigation/navigation.vue */ 523));\nvar _TokenUtil = _interopRequireDefault(__webpack_require__(/*! @/utils/TokenUtil */ 38));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {try {var info = gen[key](arg);var value = info.value;} catch (error) {reject(error);return;}if (info.done) {resolve(value);} else {Promise.resolve(value).then(_next, _throw);}}function _asyncToGenerator(fn) {return function () {var self = this,args = arguments;return new Promise(function (resolve, reject) {var gen = fn.apply(self, args);function _next(value) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"next\", value);}function _throw(err) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"throw\", err);}_next(undefined);});};}var _default =\n{\n data: function data() {\n return {\n item: {},\n wallet: {},\n address: '',\n result: [],\n result2: [],\n pageSize: 10,\n pageNum: 1 };\n\n },\n\n onLoad: function onLoad(option) {\n if (uni.getStorageSync('wallet')) {\n this.address = uni.getStorageSync('wallet').address;\n this.wallet = uni.getStorageSync('wallet');\n this.wallet.address = this.wallet.address.substring(0, 6) + '...' + this.wallet.address.\n substring(25, this.wallet.address.length);\n\n } else {\n this.wallet = uni.getStorageSync('walletInfo').BTC[0];\n this.wallet.address = this.wallet.address.substring(0, 6) + '...' + this.wallet.address.substring(25, this.\n wallet.address.length);\n __f__(\"log\", this.wallet, 111, \" at pages/menu/collection/collectionDetail/index.vue:59\");\n }\n\n\n this.item = uni.getStorageSync('nftitem');\n\n\n this.getProject();\n this.getProject2();\n },\n onReachBottom: function onReachBottom() {\n this.pageSize += 5;\n this.getProject();\n this.getProject2();\n },\n computed: {\n i18n: function i18n() {\n return this.$t('index');\n } },\n\n methods: {\n back: function back() {\n uni.reLaunch({\n url: '../index' });\n\n },\n getProject: function getProject() {var _this = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee() {var params, response, i;return _regenerator.default.wrap(function _callee$(_context) {while (1) {switch (_context.prev = _context.next) {case 0:\n params = {\n nftProjectId: _this.item.id,\n address: _this.address,\n pageSize: _this.pageSize,\n pageNum: _this.pageNum };_context.next = 3;return (\n\n _this.$api.getNftCollectionList(params));case 3:response = _context.sent;\n\n _this.result = response.data.rows;\n for (i = 0; i < _this.result.length; i++) {\n _this.result[i].address = _this.result[i].address.substring(0, 6) + '...' + _this.result[i].address.\n substring(25, _this.result[i].address.length);\n }case 6:case \"end\":return _context.stop();}}}, _callee);}))();\n\n },\n getProject2: function getProject2() {var _this2 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee2() {var params, response;return _regenerator.default.wrap(function _callee2$(_context2) {while (1) {switch (_context2.prev = _context2.next) {case 0:\n params = {\n nftProjectId: _this2.item.id,\n address: _this2.address,\n pageSize: _this2.pageSize,\n pageNum: _this2.pageNum };_context2.next = 3;return (\n\n _this2.$api.getNftCollectionList(params));case 3:response = _context2.sent;\n _this2.result2 = response.data.rows;\n __f__(\"log\", _this2.result2, 7878, \" at pages/menu/collection/collectionDetail/index.vue:110\");case 6:case \"end\":return _context2.stop();}}}, _callee2);}))();\n\n },\n goAdd: function goAdd() {\n uni.navigateTo({\n url: '../addCollection/index' });\n\n },\n goDetail: function goDetail(index) {\n __f__(\"log\", this.result2[index], \" at pages/menu/collection/collectionDetail/index.vue:119\");\n uni.setStorageSync('nftOneItem', this.result2[index]);\n uni.navigateTo({\n url: '../collectionDetailtrue/index' });\n\n\n } } };exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 28)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vcGFnZXMvbWVudS9jb2xsZWN0aW9uL2NvbGxlY3Rpb25EZXRhaWwvaW5kZXgudnVlIl0sIm5hbWVzIjpbImRhdGEiLCJpdGVtIiwid2FsbGV0IiwiYWRkcmVzcyIsInJlc3VsdCIsInJlc3VsdDIiLCJwYWdlU2l6ZSIsInBhZ2VOdW0iLCJvbkxvYWQiLCJvcHRpb24iLCJ1bmkiLCJnZXRTdG9yYWdlU3luYyIsInN1YnN0cmluZyIsImxlbmd0aCIsIkJUQyIsImdldFByb2plY3QiLCJnZXRQcm9qZWN0MiIsIm9uUmVhY2hCb3R0b20iLCJjb21wdXRlZCIsImkxOG4iLCIkdCIsIm1ldGhvZHMiLCJiYWNrIiwicmVMYXVuY2giLCJ1cmwiLCJwYXJhbXMiLCJuZnRQcm9qZWN0SWQiLCJpZCIsIiRhcGkiLCJnZXROZnRDb2xsZWN0aW9uTGlzdCIsInJlc3BvbnNlIiwicm93cyIsImkiLCJnb0FkZCIsIm5hdmlnYXRlVG8iLCJnb0RldGFpbCIsImluZGV4Iiwic2V0U3RvcmFnZVN5bmMiXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBZ0NBO0FBQ0EsMEY7QUFDZTtBQUNkQSxNQURjLGtCQUNQO0FBQ04sV0FBTztBQUNOQyxVQUFJLEVBQUUsRUFEQTtBQUVOQyxZQUFNLEVBQUUsRUFGRjtBQUdOQyxhQUFPLEVBQUUsRUFISDtBQUlOQyxZQUFNLEVBQUUsRUFKRjtBQUtOQyxhQUFPLEVBQUUsRUFMSDtBQU1OQyxjQUFRLEVBQUUsRUFOSjtBQU9OQyxhQUFPLEVBQUUsQ0FQSCxFQUFQOztBQVNBLEdBWGE7O0FBYWRDLFFBYmMsa0JBYVBDLE1BYk8sRUFhQztBQUNkLFFBQUlDLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixRQUFuQixDQUFKLEVBQWtDO0FBQ2pDLFdBQUtSLE9BQUwsR0FBZU8sR0FBRyxDQUFDQyxjQUFKLENBQW1CLFFBQW5CLEVBQTZCUixPQUE1QztBQUNBLFdBQUtELE1BQUwsR0FBY1EsR0FBRyxDQUFDQyxjQUFKLENBQW1CLFFBQW5CLENBQWQ7QUFDQSxXQUFLVCxNQUFMLENBQVlDLE9BQVosR0FBc0IsS0FBS0QsTUFBTCxDQUFZQyxPQUFaLENBQW9CUyxTQUFwQixDQUE4QixDQUE5QixFQUFpQyxDQUFqQyxJQUFzQyxLQUF0QyxHQUE4QyxLQUFLVixNQUFMLENBQVlDLE9BQVo7QUFDbEVTLGVBRGtFLENBQ3hELEVBRHdELEVBQ3BELEtBQUtWLE1BQUwsQ0FBWUMsT0FBWixDQUFvQlUsTUFEZ0MsQ0FBcEU7O0FBR0EsS0FORCxNQU1PO0FBQ04sV0FBS1gsTUFBTCxHQUFjUSxHQUFHLENBQUNDLGNBQUosQ0FBbUIsWUFBbkIsRUFBaUNHLEdBQWpDLENBQXFDLENBQXJDLENBQWQ7QUFDQSxXQUFLWixNQUFMLENBQVlDLE9BQVosR0FBc0IsS0FBS0QsTUFBTCxDQUFZQyxPQUFaLENBQW9CUyxTQUFwQixDQUE4QixDQUE5QixFQUFpQyxDQUFqQyxJQUFzQyxLQUF0QyxHQUE4QyxLQUFLVixNQUFMLENBQVlDLE9BQVosQ0FBb0JTLFNBQXBCLENBQThCLEVBQTlCLEVBQWtDO0FBQ3BHVixZQURvRyxDQUM3RkMsT0FENkYsQ0FDckZVLE1BRG1ELENBQXBFO0FBRUEsbUJBQVksS0FBS1gsTUFBakIsRUFBeUIsR0FBekI7QUFDQTs7O0FBR0QsU0FBS0QsSUFBTCxHQUFZUyxHQUFHLENBQUNDLGNBQUosQ0FBbUIsU0FBbkIsQ0FBWjs7O0FBR0EsU0FBS0ksVUFBTDtBQUNBLFNBQUtDLFdBQUw7QUFDQSxHQWpDYTtBQWtDZEMsZUFsQ2MsMkJBa0NFO0FBQ2YsU0FBS1gsUUFBTCxJQUFpQixDQUFqQjtBQUNBLFNBQUtTLFVBQUw7QUFDQSxTQUFLQyxXQUFMO0FBQ0EsR0F0Q2E7QUF1Q2RFLFVBQVEsRUFBRTtBQUNOQyxRQURNLGtCQUNDO0FBQ04sYUFBTyxLQUFLQyxFQUFMLENBQVEsT0FBUixDQUFQO0FBQ0EsS0FISyxFQXZDSTs7QUE0Q2RDLFNBQU8sRUFBRTtBQUNSQyxRQURRLGtCQUNEO0FBQ05aLFNBQUcsQ0FBQ2EsUUFBSixDQUFhO0FBQ1pDLFdBQUcsRUFBRSxVQURPLEVBQWI7O0FBR0EsS0FMTztBQU1GVCxjQU5FLHdCQU1XO0FBQ2RVLHNCQURjLEdBQ0w7QUFDWkMsOEJBQVksRUFBRSxLQUFJLENBQUN6QixJQUFMLENBQVUwQixFQURaO0FBRVp4Qix5QkFBTyxFQUFFLEtBQUksQ0FBQ0EsT0FGRjtBQUdaRywwQkFBUSxFQUFFLEtBQUksQ0FBQ0EsUUFISDtBQUlaQyx5QkFBTyxFQUFFLEtBQUksQ0FBQ0EsT0FKRixFQURLOztBQU9LLHVCQUFJLENBQUNxQixJQUFMLENBQVVDLG9CQUFWLENBQStCSixNQUEvQixDQVBMLFNBT1pLLFFBUFk7O0FBU2xCLHFCQUFJLENBQUMxQixNQUFMLEdBQWMwQixRQUFRLENBQUM5QixJQUFULENBQWMrQixJQUE1QjtBQUNBLHFCQUFTQyxDQUFULEdBQWEsQ0FBYixFQUFnQkEsQ0FBQyxHQUFHLEtBQUksQ0FBQzVCLE1BQUwsQ0FBWVMsTUFBaEMsRUFBd0NtQixDQUFDLEVBQXpDLEVBQTZDO0FBQzVDLHVCQUFJLENBQUM1QixNQUFMLENBQVk0QixDQUFaLEVBQWU3QixPQUFmLEdBQXlCLEtBQUksQ0FBQ0MsTUFBTCxDQUFZNEIsQ0FBWixFQUFlN0IsT0FBZixDQUF1QlMsU0FBdkIsQ0FBaUMsQ0FBakMsRUFBb0MsQ0FBcEMsSUFBeUMsS0FBekMsR0FBaUQsS0FBSSxDQUFDUixNQUFMLENBQVk0QixDQUFaLEVBQWU3QixPQUFmO0FBQ3hFUywyQkFEd0UsQ0FDOUQsRUFEOEQsRUFDMUQsS0FBSSxDQUFDUixNQUFMLENBQVk0QixDQUFaLEVBQWU3QixPQUFmLENBQXVCVSxNQURtQyxDQUExRTtBQUVBLGlCQWJpQjs7QUFlbEIsS0FyQk87QUFzQkZHLGVBdEJFLHlCQXNCWTtBQUNmUyxzQkFEZSxHQUNOO0FBQ1pDLDhCQUFZLEVBQUUsTUFBSSxDQUFDekIsSUFBTCxDQUFVMEIsRUFEWjtBQUVaeEIseUJBQU8sRUFBRSxNQUFJLENBQUNBLE9BRkY7QUFHWkcsMEJBQVEsRUFBRSxNQUFJLENBQUNBLFFBSEg7QUFJWkMseUJBQU8sRUFBRSxNQUFJLENBQUNBLE9BSkYsRUFETTs7QUFPSSx3QkFBSSxDQUFDcUIsSUFBTCxDQUFVQyxvQkFBVixDQUErQkosTUFBL0IsQ0FQSixTQU9iSyxRQVBhO0FBUW5CLHNCQUFJLENBQUN6QixPQUFMLEdBQWV5QixRQUFRLENBQUM5QixJQUFULENBQWMrQixJQUE3QjtBQUNBLDZCQUFZLE1BQUksQ0FBQzFCLE9BQWpCLEVBQTBCLElBQTFCLDhEQVRtQjs7QUFXbkIsS0FqQ087QUFrQ1I0QixTQWxDUSxtQkFrQ0E7QUFDUHZCLFNBQUcsQ0FBQ3dCLFVBQUosQ0FBZTtBQUNkVixXQUFHLEVBQUUsd0JBRFMsRUFBZjs7QUFHQSxLQXRDTztBQXVDUlcsWUF2Q1Esb0JBdUNDQyxLQXZDRCxFQXVDUTtBQUNmLG1CQUFZLEtBQUsvQixPQUFMLENBQWErQixLQUFiLENBQVo7QUFDQTFCLFNBQUcsQ0FBQzJCLGNBQUosQ0FBbUIsWUFBbkIsRUFBaUMsS0FBS2hDLE9BQUwsQ0FBYStCLEtBQWIsQ0FBakM7QUFDQTFCLFNBQUcsQ0FBQ3dCLFVBQUosQ0FBZTtBQUNkVixXQUFHLEVBQUUsK0JBRFMsRUFBZjs7O0FBSUEsS0E5Q08sRUE1Q0ssRSIsImZpbGUiOiI2MTUuanMiLCJzb3VyY2VzQ29udGVudCI6WyIvL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuXG5pbXBvcnQgY29udCBmcm9tIFwiQC9jb21wb25lbnRzL25hdmlnYXRpb24vbmF2aWdhdGlvbi52dWVcIlxuaW1wb3J0IHRva2VuIGZyb20gXCJAL3V0aWxzL1Rva2VuVXRpbFwiXG5leHBvcnQgZGVmYXVsdCB7XG5cdGRhdGEoKSB7XG5cdFx0cmV0dXJuIHtcblx0XHRcdGl0ZW06IHt9LFxuXHRcdFx0d2FsbGV0OiB7fSxcblx0XHRcdGFkZHJlc3M6ICcnLFxuXHRcdFx0cmVzdWx0OiBbXSxcblx0XHRcdHJlc3VsdDI6IFtdLFxuXHRcdFx0cGFnZVNpemU6IDEwLFxuXHRcdFx0cGFnZU51bTogMSxcblx0XHR9XG5cdH0sXG5cblx0b25Mb2FkKG9wdGlvbikge1xuXHRcdGlmICh1bmkuZ2V0U3RvcmFnZVN5bmMoJ3dhbGxldCcpKSB7XG5cdFx0XHR0aGlzLmFkZHJlc3MgPSB1bmkuZ2V0U3RvcmFnZVN5bmMoJ3dhbGxldCcpLmFkZHJlc3Ncblx0XHRcdHRoaXMud2FsbGV0ID0gdW5pLmdldFN0b3JhZ2VTeW5jKCd3YWxsZXQnKVxuXHRcdFx0dGhpcy53YWxsZXQuYWRkcmVzcyA9IHRoaXMud2FsbGV0LmFkZHJlc3Muc3Vic3RyaW5nKDAsIDYpICsgJy4uLicgKyB0aGlzLndhbGxldC5hZGRyZXNzXG5cdFx0XHRcdC5zdWJzdHJpbmcoMjUsIHRoaXMud2FsbGV0LmFkZHJlc3MubGVuZ3RoKTtcblxuXHRcdH0gZWxzZSB7XG5cdFx0XHR0aGlzLndhbGxldCA9IHVuaS5nZXRTdG9yYWdlU3luYygnd2FsbGV0SW5mbycpLkJUQ1swXVxuXHRcdFx0dGhpcy53YWxsZXQuYWRkcmVzcyA9IHRoaXMud2FsbGV0LmFkZHJlc3Muc3Vic3RyaW5nKDAsIDYpICsgJy4uLicgKyB0aGlzLndhbGxldC5hZGRyZXNzLnN1YnN0cmluZygyNSwgdGhpc1xuXHRcdFx0XHQud2FsbGV0LmFkZHJlc3MubGVuZ3RoKTtcblx0XHRcdGNvbnNvbGUubG9nKHRoaXMud2FsbGV0LCAxMTEpXG5cdFx0fVxuXG5cblx0XHR0aGlzLml0ZW0gPSB1bmkuZ2V0U3RvcmFnZVN5bmMoJ25mdGl0ZW0nKVxuXG5cblx0XHR0aGlzLmdldFByb2plY3QoKVxuXHRcdHRoaXMuZ2V0UHJvamVjdDIoKVxuXHR9LFxuXHRvblJlYWNoQm90dG9tKCkge1xuXHRcdHRoaXMucGFnZVNpemUgKz0gNVxuXHRcdHRoaXMuZ2V0UHJvamVjdCgpXG5cdFx0dGhpcy5nZXRQcm9qZWN0MigpXG5cdH0sXG5cdGNvbXB1dGVkOiB7XG5cdFx0XHRcdFx0aTE4bigpIHtcblx0XHRcdFx0XHRcdHJldHVybiB0aGlzLiR0KCdpbmRleCcpXG5cdFx0XHRcdFx0fSxcblx0XHRcdFx0fSxcblx0bWV0aG9kczoge1xuXHRcdGJhY2soKSB7XG5cdFx0XHR1bmkucmVMYXVuY2goe1xuXHRcdFx0XHR1cmw6ICcuLi9pbmRleCdcblx0XHRcdH0pXG5cdFx0fSxcblx0XHRhc3luYyBnZXRQcm9qZWN0KCkge1xuXHRcdFx0bGV0IHBhcmFtcyA9IHtcblx0XHRcdFx0bmZ0UHJvamVjdElkOiB0aGlzLml0ZW0uaWQsXG5cdFx0XHRcdGFkZHJlc3M6IHRoaXMuYWRkcmVzcyxcblx0XHRcdFx0cGFnZVNpemU6IHRoaXMucGFnZVNpemUsXG5cdFx0XHRcdHBhZ2VOdW06IHRoaXMucGFnZU51bVxuXHRcdFx0fVxuXHRcdFx0Y29uc3QgcmVzcG9uc2UgPSBhd2FpdCB0aGlzLiRhcGkuZ2V0TmZ0Q29sbGVjdGlvbkxpc3QocGFyYW1zKVxuXG5cdFx0XHR0aGlzLnJlc3VsdCA9IHJlc3BvbnNlLmRhdGEucm93c1xuXHRcdFx0Zm9yICh2YXIgaSA9IDA7IGkgPCB0aGlzLnJlc3VsdC5sZW5ndGg7IGkrKykge1xuXHRcdFx0XHR0aGlzLnJlc3VsdFtpXS5hZGRyZXNzID0gdGhpcy5yZXN1bHRbaV0uYWRkcmVzcy5zdWJzdHJpbmcoMCwgNikgKyAnLi4uJyArIHRoaXMucmVzdWx0W2ldLmFkZHJlc3Ncblx0XHRcdFx0XHQuc3Vic3RyaW5nKDI1LCB0aGlzLnJlc3VsdFtpXS5hZGRyZXNzLmxlbmd0aCk7XG5cdFx0XHR9XG5cblx0XHR9LFxuXHRcdGFzeW5jIGdldFByb2plY3QyKCkge1xuXHRcdFx0bGV0IHBhcmFtcyA9IHtcblx0XHRcdFx0bmZ0UHJvamVjdElkOiB0aGlzLml0ZW0uaWQsXG5cdFx0XHRcdGFkZHJlc3M6IHRoaXMuYWRkcmVzcyxcblx0XHRcdFx0cGFnZVNpemU6IHRoaXMucGFnZVNpemUsXG5cdFx0XHRcdHBhZ2VOdW06IHRoaXMucGFnZU51bVxuXHRcdFx0fVxuXHRcdFx0Y29uc3QgcmVzcG9uc2UgPSBhd2FpdCB0aGlzLiRhcGkuZ2V0TmZ0Q29sbGVjdGlvbkxpc3QocGFyYW1zKTtcblx0XHRcdHRoaXMucmVzdWx0MiA9IHJlc3BvbnNlLmRhdGEucm93c1xuXHRcdFx0Y29uc29sZS5sb2codGhpcy5yZXN1bHQyLCA3ODc4KVxuXHRcdFxuXHRcdH0sXG5cdFx0Z29BZGQoKSB7XG5cdFx0XHR1bmkubmF2aWdhdGVUbyh7XG5cdFx0XHRcdHVybDogJy4uL2FkZENvbGxlY3Rpb24vaW5kZXgnXG5cdFx0XHR9KVxuXHRcdH0sXG5cdFx0Z29EZXRhaWwoaW5kZXgpIHtcblx0XHRcdGNvbnNvbGUubG9nKHRoaXMucmVzdWx0MltpbmRleF0pXG5cdFx0XHR1bmkuc2V0U3RvcmFnZVN5bmMoJ25mdE9uZUl0ZW0nLCB0aGlzLnJlc3VsdDJbaW5kZXhdKVxuXHRcdFx0dW5pLm5hdmlnYXRlVG8oe1xuXHRcdFx0XHR1cmw6ICcuLi9jb2xsZWN0aW9uRGV0YWlsdHJ1ZS9pbmRleCdcblx0XHRcdH0pXG5cblx0XHR9XG5cblxuXHR9LFxuXG59O1xuIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///615\n");
+
+/***/ }),
+/* 616 */
+/*!*******************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/collection/index.vue?mpType=page ***!
+ \*******************************************************************/
+/*! no static exports found */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+
+"use strict";
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_046e92f8_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=046e92f8&scoped=true&mpType=page */ 617);\n/* harmony import */ var _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js&mpType=page */ 621);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_046e92f8_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_046e92f8_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"046e92f8\",\n null,\n false,\n _index_vue_vue_type_template_id_046e92f8_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/menu/collection/index.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBeUk7QUFDekk7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSx1R0FBTTtBQUNSLEVBQUUsZ0hBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsMkdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNjE2LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9MDQ2ZTkyZjgmc2NvcGVkPXRydWUmbXBUeXBlPXBhZ2VcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiXG5leHBvcnQgKiBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXHJ1bnRpbWVcXFxcY29tcG9uZW50Tm9ybWFsaXplci5qc1wiXG52YXIgY29tcG9uZW50ID0gbm9ybWFsaXplcihcbiAgc2NyaXB0LFxuICByZW5kZXIsXG4gIHN0YXRpY1JlbmRlckZucyxcbiAgZmFsc2UsXG4gIG51bGwsXG4gIFwiMDQ2ZTkyZjhcIixcbiAgbnVsbCxcbiAgZmFsc2UsXG4gIGNvbXBvbmVudHMsXG4gIHJlbmRlcmpzXG4pXG5cbmNvbXBvbmVudC5vcHRpb25zLl9fZmlsZSA9IFwicGFnZXMvbWVudS9jb2xsZWN0aW9uL2luZGV4LnZ1ZVwiXG5leHBvcnQgZGVmYXVsdCBjb21wb25lbnQuZXhwb3J0cyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///616\n");
+
+/***/ }),
+/* 617 */
+/*!*************************************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/collection/index.vue?vue&type=template&id=046e92f8&scoped=true&mpType=page ***!
+ \*************************************************************************************************************/
+/*! exports provided: render, staticRenderFns, recyclableRender, components */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+
+"use strict";
+__webpack_require__.r(__webpack_exports__);
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_046e92f8_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=046e92f8&scoped=true&mpType=page */ 618);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_046e92f8_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
+
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_046e92f8_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
+
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_046e92f8_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
+
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_046e92f8_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
+
+
+
+/***/ }),
+/* 618 */
+/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/pages/menu/collection/index.vue?vue&type=template&id=046e92f8&scoped=true&mpType=page ***!
+ \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/*! exports provided: render, staticRenderFns, recyclableRender, components */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+
+"use strict";
+__webpack_require__.r(__webpack_exports__);
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "render", function() { return render; });
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return staticRenderFns; });
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return recyclableRender; });
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "components", function() { return components; });
+var components
+try {
+ components = {
+ navigation: __webpack_require__(/*! @/components/navigation/navigation.vue */ 523).default,
+ uMask: __webpack_require__(/*! @/uview-ui/components/u-mask/u-mask.vue */ 538).default
+ }
+} catch (e) {
+ if (
+ e.message.indexOf("Cannot find module") !== -1 &&
+ e.message.indexOf(".vue") !== -1
+ ) {
+ console.error(e.message)
+ console.error("1. 排查组件名称拼写是否正确")
+ console.error(
+ "2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"
+ )
+ console.error(
+ "3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件"
+ )
+ } else {
+ throw e
+ }
+}
+var render = function() {
+ var _vm = this
+ var _h = _vm.$createElement
+ var _c = _vm._self._c || _h
+ return _c(
+ "view",
+ { staticClass: _vm._$s(0, "sc", "maintoP"), attrs: { _i: 0 } },
+ [
+ _c(
+ "navigation",
+ {
+ staticClass: _vm._$s(1, "sc", "head"),
+ attrs: { showBack: false, bgnum: true, _i: 1 }
+ },
+ [_vm._v(_vm._$s(1, "t0-0", _vm._s(_vm.i18n.NFTcollection)))]
+ ),
+ _c(
+ "view",
+ { staticClass: _vm._$s(2, "sc", "big_con"), attrs: { _i: 2 } },
+ [
+ _c(
+ "view",
+ { staticClass: _vm._$s(3, "sc", "main"), attrs: { _i: 3 } },
+ [
+ _c(
+ "view",
+ { staticClass: _vm._$s(4, "sc", "main_con"), attrs: { _i: 4 } },
+ _vm._l(
+ _vm._$s(5, "f", { forItems: _vm.collectinInfo }),
+ function(item, index, $20, $30) {
+ return _c(
+ "view",
+ {
+ key: _vm._$s(5, "f", { forIndex: $20, key: index }),
+ staticClass: _vm._$s("5-" + $30, "sc", "item flex"),
+ attrs: { _i: "5-" + $30 },
on: {
click: function($event) {
- $event.stopPropagation()
- return _vm.showIndex(item, index)
+ return _vm.showMsg(item, index)
}
}
- })
- ]
+ },
+ [
+ _c(
+ "view",
+ {
+ staticClass: _vm._$s(
+ "6-" + $30,
+ "sc",
+ "left flex2"
+ ),
+ attrs: { _i: "6-" + $30 }
+ },
+ [
+ _c("image", {
+ staticClass: _vm._$s("7-" + $30, "sc", "img"),
+ attrs: {
+ src: _vm._$s(
+ "7-" + $30,
+ "a-src",
+ item.projectIconUrlAbs
+ ),
+ _i: "7-" + $30
+ }
+ }),
+ _c(
+ "view",
+ {
+ staticClass: _vm._$s(
+ "8-" + $30,
+ "sc",
+ "textcon"
+ ),
+ attrs: { _i: "8-" + $30 }
+ },
+ [
+ _c(
+ "view",
+ {
+ staticClass: _vm._$s(
+ "9-" + $30,
+ "sc",
+ "text1"
+ ),
+ attrs: { _i: "9-" + $30 }
+ },
+ [
+ _vm._v(
+ _vm._$s(
+ "9-" + $30,
+ "t0-0",
+ _vm._s(item.projectName)
+ )
+ )
+ ]
+ ),
+ _c(
+ "view",
+ {
+ staticClass: _vm._$s(
+ "10-" + $30,
+ "sc",
+ "text2"
+ ),
+ attrs: { _i: "10-" + $30 }
+ },
+ [
+ _vm._v(
+ _vm._$s(
+ "10-" + $30,
+ "t0-0",
+ _vm._s(item.collectionTotal)
+ )
+ )
+ ]
+ ),
+ _c(
+ "view",
+ {
+ staticClass: _vm._$s(
+ "11-" + $30,
+ "sc",
+ "text2"
+ ),
+ attrs: { _i: "11-" + $30 }
+ },
+ [
+ _vm._v(
+ _vm._$s(
+ "11-" + $30,
+ "t0-0",
+ _vm._s(item.chainName)
+ )
+ )
+ ]
+ )
+ ]
+ )
+ ]
+ ),
+ _c("image", {
+ staticClass: _vm._$s("12-" + $30, "sc", "letImg"),
+ attrs: {
+ src: _vm._$s(
+ "12-" + $30,
+ "a-src",
+ __webpack_require__(/*! ../../../static/tongyonh/chevron_right_24px.png */ 24)
+ ),
+ _i: "12-" + $30
+ }
+ })
+ ]
+ )
+ }
+ ),
+ 0
+ ),
+ _c("tab-bar", { attrs: { selectActive: 2, _i: 13 } })
+ ],
+ 1
+ )
+ ]
+ ),
+ _vm._$s(14, "i", _vm.showbottom)
+ ? _c(
+ "view",
+ { staticClass: _vm._$s(14, "sc", "bottom_con"), attrs: { _i: 14 } },
+ [
+ _c("image", {
+ staticClass: _vm._$s(15, "sc", "ethimg2"),
+ attrs: {
+ src: _vm._$s(
+ 15,
+ "a-src",
+ __webpack_require__(/*! ../../../static/tongyonh/xg.png */ 619)
),
- _vm._$s("49-" + $32, "i", _vm.show3)
- ? _c(
- "view",
- {
- directives: [
- {
- name: "show",
- rawName: "v-show",
- value: _vm._$s(
- "49-" + $32,
- "v-show",
- index == _vm.trxIndex
- ),
- expression:
- "_$s((\"49-\"+$32),'v-show',index==trxIndex)"
- }
- ],
- staticClass: _vm._$s("49-" + $32, "sc", "set_con"),
- attrs: { _i: "49-" + $32 }
- },
- [
- _c("image", {
- staticClass: _vm._$s("50-" + $32, "sc", "img1"),
- attrs: {
- src: _vm._$s(
- "50-" + $32,
- "a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/xg.png */ 627)
- ),
- _i: "50-" + $32
- },
+ _i: 15
+ },
+ on: {
+ click: function($event) {
+ _vm.showbottom = false
+ }
+ }
+ }),
+ _c("view", {
+ staticClass: _vm._$s(16, "sc", "title_con"),
+ attrs: { _i: 16 }
+ }),
+ _c(
+ "view",
+ {
+ staticClass: _vm._$s(17, "sc", "money_con"),
+ attrs: { _i: 17 }
+ },
+ [
+ _c(
+ "view",
+ {
+ staticClass: _vm._$s(18, "sc", "info_con"),
+ attrs: { _i: 18 }
+ },
+ _vm._l(
+ _vm._$s(19, "f", { forItems: _vm.ethInfo }),
+ function(item, index, $21, $31) {
+ return _c(
+ "view",
+ {
+ key: _vm._$s(19, "f", {
+ forIndex: $21,
+ key: index
+ }),
+ staticClass: _vm._$s(
+ "19-" + $31,
+ "sc",
+ "item flexx pur"
+ ),
+ attrs: { _i: "19-" + $31 },
on: {
click: function($event) {
- $event.stopPropagation()
- _vm.show3 = false
+ return _vm.goDetail2(item)
}
}
- }),
- _c(
- "view",
- {
- staticClass: _vm._$s(
- "51-" + $32,
- "sc",
- "itemm flexx"
- ),
- attrs: { _i: "51-" + $32 },
- on: {
- click: function($event) {
- $event.stopPropagation()
- return _vm.editItem(index)
- }
- }
- },
- [
- _c("image", {
- staticClass: _vm._$s("52-" + $32, "sc", "img"),
- attrs: {
- src: _vm._$s(
- "52-" + $32,
- "a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/create_24px.png */ 792)
- ),
- _i: "52-" + $32
- }
- }),
- _vm._v(
- _vm._$s(
- "51-" + $32,
- "t1-0",
- _vm._s(_vm.i18n.edit)
- )
- )
- ]
- ),
- _c(
- "view",
- {
- staticClass: _vm._$s(
- "53-" + $32,
- "sc",
- "itemm flexx red"
- ),
- attrs: { _i: "53-" + $32 },
- on: {
- click: function($event) {
- $event.stopPropagation()
- return _vm.deleteItem()
- }
- }
- },
- [
- _c("image", {
- staticClass: _vm._$s("54-" + $32, "sc", "img"),
- attrs: {
- src: _vm._$s(
- "54-" + $32,
- "a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/trash.png */ 793)
+ },
+ [
+ _c(
+ "view",
+ {
+ staticClass: _vm._$s(
+ "20-" + $31,
+ "sc",
+ "left flex"
+ ),
+ attrs: { _i: "20-" + $31 }
+ },
+ [
+ _c("image", {
+ staticClass: _vm._$s(
+ "21-" + $31,
+ "sc",
+ "ethimg1"
),
- _i: "54-" + $32
- }
- }),
- _vm._v(
- _vm._$s(
- "53-" + $32,
- "t1-0",
- _vm._s(_vm.i18n.Delete)
+ attrs: {
+ src: _vm._$s(
+ "21-" + $31,
+ "a-src",
+ __webpack_require__(/*! ../../../static/tongyonh/ETH_icon.png */ 620)
+ ),
+ _i: "21-" + $31
+ }
+ }),
+ _c(
+ "view",
+ {
+ staticClass: _vm._$s(
+ "22-" + $31,
+ "sc",
+ "textcon"
+ ),
+ attrs: { _i: "22-" + $31 }
+ },
+ [
+ _c(
+ "view",
+ {
+ staticClass: _vm._$s(
+ "23-" + $31,
+ "sc",
+ "text1 text111"
+ ),
+ attrs: { _i: "23-" + $31 }
+ },
+ [
+ _vm._v(
+ _vm._$s(
+ "23-" + $31,
+ "t0-0",
+ _vm._s(item.coinList[0].name)
+ )
+ )
+ ]
+ ),
+ _c(
+ "view",
+ {
+ staticClass: _vm._$s(
+ "24-" + $31,
+ "sc",
+ "text2"
+ ),
+ attrs: { _i: "24-" + $31 }
+ },
+ [
+ _vm._v(
+ _vm._$s(
+ "24-" + $31,
+ "t0-0",
+ _vm._s(item.address)
+ )
+ )
+ ]
+ )
+ ]
)
- )
- ]
- )
- ]
- )
- : _vm._e()
+ ]
+ )
+ ]
+ )
+ }
+ ),
+ 0
+ )
]
)
- })
- ],
- 2
- ),
- _vm._$s(55, "i", _vm.showImte)
- ? _c(
- "view",
- {
- staticClass: _vm._$s(55, "sc", "info_con green"),
- attrs: { _i: 55 }
- },
- [
- _c(
- "view",
- { staticClass: _vm._$s(56, "sc", "text"), attrs: { _i: 56 } },
- [
- _vm._v(
- _vm._$s(56, "t0-0", _vm._s(_vm.itemCoin)) +
- _vm._$s(56, "t0-1", _vm._s(_vm.itemAddress))
- )
- ]
- ),
- _c(
- "view",
- {
- staticClass: _vm._$s(57, "sc", "text text2"),
- attrs: { _i: 57 }
- },
- [_vm._v(_vm._$s(57, "t0-0", _vm._s(_vm.i18n.DELETE)))]
- )
- ]
- )
- : _vm._e()
- ]),
- _c("u-mask", { attrs: { "z-index": "10", show: _vm.show, _i: 58 } }),
- _c("u-mask", { attrs: { "z-index": "10", show: _vm.show2, _i: 59 } }),
- _c("u-mask", { attrs: { "z-index": "10", show: _vm.show3, _i: 60 } })
+ ]
+ )
+ : _vm._e(),
+ _c("u-mask", {
+ attrs: { show: _vm.showbottom, "z-index": "8888", _i: 25 }
+ })
],
1
)
@@ -75843,106 +71711,84 @@ render._withStripped = true
/***/ }),
-/* 638 */
-/*!*************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/sendToken/address/index2.vue?vue&type=script&lang=js&mpType=page ***!
- \*************************************************************************************************************************/
-/*! no static exports found */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index2_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index2.vue?vue&type=script&lang=js&mpType=page */ 640);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index2_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index2_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index2_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index2_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index2_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQXlqQixDQUFnQix1a0JBQUcsRUFBQyIsImZpbGUiOiI2MzguanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIS4uLy4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL2JhYmVsLWxvYWRlci9saWIvaW5kZXguanMhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyL2luZGV4LmpzPz9yZWYtLTYtMSEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stdW5pLWFwcC1sb2FkZXIvdXNpbmctY29tcG9uZW50cy5qcyEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL2luZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi9pbmRleDIudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJm1wVHlwZT1wYWdlXCI7IGV4cG9ydCBkZWZhdWx0IG1vZDsgZXhwb3J0ICogZnJvbSBcIi0hLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvYmFiZWwtbG9hZGVyL2xpYi9pbmRleC5qcyEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stcHJlcHJvY2Vzcy1sb2FkZXIvaW5kZXguanM/P3JlZi0tNi0xIS4uLy4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvd2VicGFjay11bmktYXBwLWxvYWRlci91c2luZy1jb21wb25lbnRzLmpzIS4uLy4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvdnVlLWxvYWRlci9saWIvaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL2luZGV4Mi52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///638\n");
-
-/***/ }),
-/* 639 */
-/*!***********************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/erwei.png ***!
- \***********************************************************************/
+/* 619 */
+/*!**********************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/xg.png ***!
+ \**********************************************/
/*! no static exports found */
/***/ (function(module, exports) {
-eval("module.exports = \"/static/tongyonh/erwei.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjYzOS5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL2Vyd2VpLnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///639\n");
+eval("module.exports = \"/static/tongyonh/xg.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjYxOS5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL3hnLnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///619\n");
/***/ }),
-/* 640 */
-/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/pages/menu/sendToken/address/index2.vue?vue&type=script&lang=js&mpType=page ***!
- \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 620 */
+/*!****************************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/ETH_icon.png ***!
+ \****************************************************/
/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
+/***/ (function(module, exports) {
-"use strict";
-eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar _navigation = _interopRequireDefault(__webpack_require__(/*! @/components/navigation/navigation.vue */ 551));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };} //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nvar _default = { data: function data() {return { ethIndex: 0, btcIndex: 0, trxIndex: 0, showImte: false, BTCAddressInfo: {}, ETHAddressInfo: {}, TRXAddressInfo: {}, walletIndex: -1, itemCoin: '', itemAddress: '', info: {}, transfer: '', show: false, show2: false, show3: false, list: [{ name: 'Single address', checked: true, disabled: false }, { name: 'Batch add 10 addresses', checked: false, disabled: false }, { name: 'Batch add 50 addresses', checked: false, disabled: false }] };}, computed: { i18n: function i18n() {return this.$t('index');} }, methods: { // 点击把地址带到去交易页\n goTransfer: function goTransfer(item) {if (this.transfer) {uni.setStorageSync('myTransAddress', item);uni.navigateTo({ url: '../transfer/index' });}}, back: function back() {uni.navigateTo({ url: '/pages/menu/sendToken/transfer/index' });}, editItem: function editItem(index) {__f__(\"log\", index, 78787, \" at pages/menu/sendToken/address/index2.vue:199\");uni.setStorageSync('editIndex', index);uni.setStorageSync('AddressInfo', this.info);uni.setStorageSync('AddressName', this.itemCoin);uni.setStorageSync('AddressIndex', this.walletIndex);uni.navigateTo({ url: '../addAddress2/index' });}, showIndex: function showIndex(item, index) {this.itemCoin = item.coinList[0].name;if (item.coinList[0].xname == 'Bitcoin') {this.btcIndex = index;this.show = true;} else if (item.coinList[0].xname == 'Ethereum') {this.show2 = true;this.ethIndex = index;} else {this.trxIndex = index;this.show3 = true;}this.info = item;this.itemCoin = item.coinList[0].name;this.itemAddress = item.address;this.walletIndex = index;}, deleteItem: function deleteItem() {var _this = this;__f__(\"log\", this.walletIndex, 4444444, \" at pages/menu/sendToken/address/index2.vue:226\");if (this.itemCoin == 'BTC') {__f__(\"log\", this.BTCAddressInfo.length, 'length', \" at pages/menu/sendToken/address/index2.vue:228\");if (this.BTCAddressInfo.length == 1) {var BTCAddressInfo = [];uni.setStorageSync('BTCAddressInfo', BTCAddressInfo);}__f__(\"log\", this.BTCAddressInfo, 1111, \" at pages/menu/sendToken/address/index2.vue:234\");__f__(\"log\", this.walletIndex, 44444, \" at pages/menu/sendToken/address/index2.vue:235\");this.BTCAddressInfo.splice(this.walletIndex, 1);__f__(\"log\", this.BTCAddressInfo, '删除后', \" at pages/menu/sendToken/address/index2.vue:238\");uni.setStorageSync('BTCAddressInfo', this.BTCAddressInfo);this.showImte = true;this.show = false;setTimeout(function () {_this.showImte = false;}, 1500);}if (this.itemCoin == 'ETH') {if (this.ETHAddressInfo.length == 1) {var ETHAddressInfo = [];uni.setStorageSync('ETHAddressInfo', ETHAddressInfo);}__f__(\"log\", this.ETHAddressInfo, 1111, \" at pages/menu/sendToken/address/index2.vue:253\");__f__(\"log\", this.walletIndex, 44444, \" at pages/menu/sendToken/address/index2.vue:254\");this.ETHAddressInfo.splice(this.walletIndex, 1);uni.setStorageSync('ETHAddressInfo', this.ETHAddressInfo);this.showImte = true;this.show2 = false;setTimeout(function () {_this.showImte = false;}, 1500);}if (this.itemCoin == 'TRX') {if (this.TRXAddressInfo.length == 1) {var TRXAddressInfo = [];uni.setStorageSync('TRXAddressInfo', TRXAddressInfo);}this.TRXAddressInfo.splice(this.walletIndex, 1);uni.setStorageSync('TRXAddressInfo', this.TRXAddressInfo);this.showImte = true;this.show3 = false;setTimeout(function () {_this.showImte = false;}, 1500);\n }\n },\n goAddress: function goAddress() {\n uni.navigateTo({\n url: '../addAddress/index2' });\n\n } },\n\n onLoad: function onLoad(item) {\n\n\n\n if (uni.getStorageSync('BTCAddressInfo').length > 0) {\n this.BTCAddressInfo = uni.getStorageSync('BTCAddressInfo');\n __f__(\"log\", this.BTCAddressInfo, 777, \" at pages/menu/sendToken/address/index2.vue:292\");\n }\n if (uni.getStorageSync('ETHAddressInfo').length > 0) {\n this.ETHAddressInfo = uni.getStorageSync('ETHAddressInfo');\n __f__(\"log\", this.ETHAddressInfo, 777, \" at pages/menu/sendToken/address/index2.vue:296\");\n }\n if (uni.getStorageSync('TRXAddressInfo').length > 0) {\n this.TRXAddressInfo = uni.getStorageSync('TRXAddressInfo');\n __f__(\"log\", this.TRXAddressInfo, 777, \" at pages/menu/sendToken/address/index2.vue:300\");\n }\n } };exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 33)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vcGFnZXMvbWVudS9zZW5kVG9rZW4vYWRkcmVzcy9pbmRleDIudnVlIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQTBJQSxpSDs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7ZUFDQSxFQUNBLElBREEsa0JBQ0EsQ0FDQSxTQUNBLFdBREEsRUFFQSxXQUZBLEVBR0EsV0FIQSxFQUlBLGVBSkEsRUFLQSxrQkFMQSxFQU1BLGtCQU5BLEVBT0Esa0JBUEEsRUFRQSxlQVJBLEVBU0EsWUFUQSxFQVVBLGVBVkEsRUFXQSxRQVhBLEVBWUEsWUFaQSxFQWFBLFdBYkEsRUFjQSxZQWRBLEVBZUEsWUFmQSxFQWdCQSxPQUNBLEVBQ0Esc0JBREEsRUFFQSxhQUZBLEVBR0EsZUFIQSxFQURBLEVBTUEsRUFDQSw4QkFEQSxFQUVBLGNBRkEsRUFHQSxlQUhBLEVBTkEsRUFXQSxFQUNBLDhCQURBLEVBRUEsY0FGQSxFQUdBLGVBSEEsRUFYQSxDQWhCQSxHQWtDQSxDQXBDQSxFQXFDQSxZQUNBLElBREEsa0JBQ0EsQ0FDQSx3QkFDQSxDQUhBLEVBckNBLEVBMENBLFdBQ0E7QUFDQSxjQUZBLHNCQUVBLElBRkEsRUFFQSxDQUNBLG9CQUNBLDJDQUNBLGlCQUNBLHdCQURBLElBR0EsQ0FFQSxDQVZBLEVBV0EsSUFYQSxrQkFXQSxDQUNBLGlCQUNBLDJDQURBLElBR0EsQ0FmQSxFQWdCQSxRQWhCQSxvQkFnQkEsS0FoQkEsRUFnQkEsQ0FDQSw4RUFDQSx1Q0FDQSw2Q0FDQSxpREFDQSxxREFDQSxpQkFDQSwyQkFEQSxJQUdBLENBekJBLEVBMEJBLFNBMUJBLHFCQTBCQSxJQTFCQSxFQTBCQSxLQTFCQSxFQTBCQSxDQUNBLHNDQUNBLDBDQUNBLHNCQUNBLGlCQUNBLENBSEEsTUFHQSwyQ0FDQSxrQkFDQSxzQkFDQSxDQUhBLE1BR0EsQ0FDQSxzQkFDQSxrQkFDQSxDQUNBLGlCQUNBLHNDQUNBLGdDQUNBLHlCQUNBLENBMUNBLEVBMkNBLFVBM0NBLHdCQTJDQSxrQkFDQSwyRkFDQSw2QkFDQSxzR0FDQSxzQ0FDQSx3QkFDQSxxREFFQSxDQUNBLDJGQUNBLHlGQUVBLGdEQUNBLDRGQUNBLDBEQUNBLHFCQUNBLGtCQUNBLHdCQUNBLHVCQUNBLENBRkEsRUFFQSxJQUZBLEVBSUEsQ0FDQSw2QkFDQSxzQ0FDQSx3QkFDQSxxREFFQSxDQUNBLDJGQUNBLHlGQUNBLGdEQUNBLDBEQUNBLHFCQUNBLG1CQUNBLHdCQUNBLHVCQUNBLENBRkEsRUFFQSxJQUZBLEVBSUEsQ0FDQSw2QkFDQSxzQ0FDQSx3QkFDQSxxREFFQSxDQUNBLGdEQUNBLDBEQUNBLHFCQUNBLG1CQUNBLHdCQUNBLHVCQUNBLENBRkEsRUFFQSxJQUZBO0FBSUE7QUFDQSxLQWpHQTtBQWtHQSxhQWxHQSx1QkFrR0E7QUFDQTtBQUNBLG1DQURBOztBQUdBLEtBdEdBLEVBMUNBOztBQWtKQSxRQWxKQSxrQkFrSkEsSUFsSkEsRUFrSkE7Ozs7QUFJQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxHQWxLQSxFIiwiZmlsZSI6IjY0MC5qcyIsInNvdXJjZXNDb250ZW50IjpbIjx0ZW1wbGF0ZT5cclxuXHQ8dmlldyBjbGFzcz1cIlwiPlxyXG5cdFx0PG5hdmlnYXRpb24gOnNob3dCYWNrPVwiZmFsc2VcIiA6YmdudW09XCJ0cnVlXCI+XHJcblx0XHRcdDxpbWFnZSBzcmM9XCIuLi8uLi8uLi8uLi9zdGF0aWMvdG9uZ3lvbmgvVmVjdG9yLnBuZ1wiIG1vZGU9XCJhc3BlY3RGaXRcIiBjbGFzcz1cImJhY2tcIiBAY2xpY2s9XCJiYWNrKClcIiA+PC9pbWFnZT5cclxuXHRcdFx0PGltYWdlIHNyYz1cIi4uLy4uLy4uLy4uL3N0YXRpYy90b25neW9uaC9JY29uR3JvdXAucG5nXCIgbW9kZT1cImFzcGVjdEZpdFwiIGNsYXNzPVwicmVuWW91XCIgc2xvdD1cImxvZ29cIiBAY2xpY2s9XCJnb0FkZHJlc3MoKVwiPjwvaW1hZ2U+XHJcblx0XHRcdDx0ZXh0IGNsYXNzPVwiYmlnX3RpdGxlXCI+XHJcblx0XHRcdFx0XHR7e2kxOG4uQWRkcmVzc319XHJcblx0XHRcdDwvdGV4dD5cclxuXHRcdDwvbmF2aWdhdGlvbj5cclxuXHRcdDx2aWV3IGNsYXNzPVwibWFpblwiPlxyXG5cdFx0XHQ8dmlldyBjbGFzcz1cImJpZ19pdGVtXCI+XHJcblx0XHRcdFx0XHJcblx0XHRcdDx2aWV3IGNsYXNzPVwiaXRlbSBmbGV4XCIgdi1mb3I9XCIoaXRlbSxpbmRleCkgaW4gQlRDQWRkcmVzc0luZm9cIiBAY2xpY2s9XCJnb1RyYW5zZmVyKGl0ZW0pXCI+XHJcblx0XHRcdFx0PHZpZXcgY2xhc3M9XCJ0ZXh0Y29uIGZsZXhcIj5cclxuXHRcdFx0XHRcdDx2aWV3IGNsYXNzPVwiYmlnY29uXCI+XHJcblx0XHRcdFx0XHRcdDx2aWV3IGNsYXNzPVwidGV4dGltZyBmbGV4eFwiPlxyXG5cdFx0XHRcdFx0XHRcdDxpbWFnZSA6c3JjPVwiaXRlbS5jb2luTGlzdFswXS5pY29uXCIgbW9kZT1cImFzcGVjdEZpdFwiIGNsYXNzPVwiaW1nXCI+PC9pbWFnZT5cclxuXHRcdFx0XHRcdFx0PHRleHQgY2xhc3M9XCJ0ZXh0dFwiPnt7aXRlbS5jb2luTGlzdFswXS5uYW1lfX08L3RleHQ+XHJcblx0XHRcdFx0XHRcdFx0PHRleHQgY2xhc3M9XCJ0ZXh0dDJcIj57e2l0ZW0ubmFtZX19PC90ZXh0PlxyXG5cdFx0XHRcdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdFx0XHRcdDx2aWV3IGNsYXNzPVwidGV4dDFcIj5cclxuXHRcdFx0XHRcdFx0e3tpdGVtLmFkZHJlc3N9fVxyXG5cdFx0XHRcdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHRcdDx2aWV3IGNsYXNzPVwiYnRuY29uXCI+XHJcblx0XHRcdFx0XHQ8aW1hZ2Ugc3JjPVwiLi4vLi4vLi4vLi4vc3RhdGljL3Rvbmd5b25oL21vcmVfdmVydF8yNHB4X291dGxpbmVkLnN2Z1wiIG1vZGU9XCJhc3BlY3RGaXRcIiBjbGFzcz1cImltZzJcIiBAY2xpY2suc3RvcD1cInNob3dJbmRleChpdGVtLGluZGV4KVwiPlxyXG5cdFx0XHRcdFx0PC9pbWFnZT5cclxuXHRcdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdFxyXG5cdFxyXG5cdFx0XHQ8dmlldyBjbGFzcz1cInNldF9jb25cIiB2LWlmPVwic2hvd1wiICB2LXNob3c9XCJpbmRleD09YnRjSW5kZXhcIj5cclxuXHRcdFx0XHQ8aW1hZ2Ugc3JjPVwiLi4vLi4vLi4vLi4vc3RhdGljL3Rvbmd5b25oL3hnLnBuZ1wiIG1vZGU9XCJhc3BlY3RGaXRcIiBjbGFzcz1cImltZzFcIiBAY2xpY2suc3RvcD1cInNob3cgPSBmYWxzZVwiPjwvaW1hZ2U+XHJcblx0XHRcdFx0PHZpZXcgY2xhc3M9XCJpdGVtbSBmbGV4eFwiIEBjbGljay5zdG9wPVwiZWRpdEl0ZW0oaW5kZXgpXCI+XHJcblx0XHRcdFx0XHQ8aW1hZ2Ugc3JjPVwiLi4vLi4vLi4vLi4vc3RhdGljL3Rvbmd5b25oL2NyZWF0ZV8yNHB4LnBuZ1wiIG1vZGU9XCJhc3BlY3RGaXRcIiBjbGFzcz1cImltZ1wiPjwvaW1hZ2U+XHJcblx0XHRcdFx0XHR7e2kxOG4uZWRpdH19XHJcblx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHRcdDx2aWV3IGNsYXNzPVwiaXRlbW0gZmxleHggcmVkXCIgQGNsaWNrLnN0b3A9XCJkZWxldGVJdGVtKClcIj5cclxuXHRcdFx0XHRcdDxpbWFnZSBzcmM9XCIuLi8uLi8uLi8uLi9zdGF0aWMvdG9uZ3lvbmgvdHJhc2gucG5nXCIgbW9kZT1cImFzcGVjdEZpdFwiIGNsYXNzPVwiaW1nXCI+PC9pbWFnZT5cclxuXHRcdFx0e3tpMThuLkRlbGV0ZX19XHJcblx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHQ8L3ZpZXc+IFxyXG5cdFx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHRcclxuXHRcdFx0PHZpZXcgY2xhc3M9XCJpdGVtIGZsZXhcIiB2LWZvcj1cIihpdGVtLGluZGV4KSBpbiBFVEhBZGRyZXNzSW5mb1wiIEBjbGljaz1cImdvVHJhbnNmZXIoaXRlbSlcIj5cclxuXHRcdFx0XHQ8dmlldyBjbGFzcz1cInRleHRjb24gZmxleFwiPlxyXG5cdFx0XHRcdFx0PHZpZXcgY2xhc3M9XCJiaWdjb25cIj5cclxuXHRcdFx0XHRcdFx0PHZpZXcgY2xhc3M9XCJ0ZXh0aW1nIGZsZXh4XCI+XHJcblx0XHRcdFx0XHRcdFx0PGltYWdlIDpzcmM9XCJpdGVtLmNvaW5MaXN0WzBdLmljb25cIiBtb2RlPVwiYXNwZWN0Rml0XCIgY2xhc3M9XCJpbWdcIj48L2ltYWdlPlxyXG5cdFx0XHRcdFx0XHQ8dGV4dCBjbGFzcz1cInRleHR0XCI+e3tpdGVtLmNvaW5MaXN0WzBdLm5hbWV9fTwvdGV4dD5cclxuXHRcdFx0XHRcdFx0XHQ8dGV4dCBjbGFzcz1cInRleHR0MlwiPnt7aXRlbS5uYW1lfX08L3RleHQ+XHJcblx0XHRcdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0XHRcdFx0PHZpZXcgY2xhc3M9XCJ0ZXh0MVwiPlxyXG5cdFx0XHRcdFx0XHR7e2l0ZW0uYWRkcmVzc319XHJcblx0XHRcdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdFx0PHZpZXcgY2xhc3M9XCJidG5jb25cIj5cclxuXHRcdFx0XHRcdDxpbWFnZSBzcmM9XCIuLi8uLi8uLi8uLi9zdGF0aWMvdG9uZ3lvbmgvbW9yZV92ZXJ0XzI0cHhfb3V0bGluZWQuc3ZnXCIgbW9kZT1cImFzcGVjdEZpdFwiIGNsYXNzPVwiaW1nMlwiIEBjbGljay5zdG9wPVwic2hvd0luZGV4KGl0ZW0saW5kZXgpXCI+XHJcblx0XHRcdFx0XHQ8L2ltYWdlPlxyXG5cdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0XHRcclxuXHRcdFx0XHQ8dmlldyBjbGFzcz1cInNldF9jb25cIiB2LWlmPVwic2hvdzJcIiAgdi1zaG93PVwiaW5kZXg9PWV0aEluZGV4XCI+XHJcblx0XHRcdFx0XHQ8aW1hZ2Ugc3JjPVwiLi4vLi4vLi4vLi4vc3RhdGljL3Rvbmd5b25oL3hnLnBuZ1wiIG1vZGU9XCJhc3BlY3RGaXRcIiBjbGFzcz1cImltZzFcIiBAY2xpY2suc3RvcD1cInNob3cyID0gZmFsc2VcIj48L2ltYWdlPlxyXG5cdFx0XHRcdFx0PHZpZXcgY2xhc3M9XCJpdGVtbSBmbGV4eFwiIEBjbGljay5zdG9wPVwiZWRpdEl0ZW0oaW5kZXgpXCI+XHJcblx0XHRcdFx0XHRcdDxpbWFnZSBzcmM9XCIuLi8uLi8uLi8uLi9zdGF0aWMvdG9uZ3lvbmgvY3JlYXRlXzI0cHgucG5nXCIgbW9kZT1cImFzcGVjdEZpdFwiIGNsYXNzPVwiaW1nXCI+PC9pbWFnZT5cclxuXHRcdFx0XHRcdFx0e3tpMThuLmVkaXR9fVxyXG5cdFx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHRcdFx0PHZpZXcgY2xhc3M9XCJpdGVtbSBmbGV4eCByZWRcIiBAY2xpY2suc3RvcD1cImRlbGV0ZUl0ZW0oKVwiPlxyXG5cdFx0XHRcdFx0XHQ8aW1hZ2Ugc3JjPVwiLi4vLi4vLi4vLi4vc3RhdGljL3Rvbmd5b25oL3RyYXNoLnBuZ1wiIG1vZGU9XCJhc3BlY3RGaXRcIiBjbGFzcz1cImltZ1wiPjwvaW1hZ2U+XHJcblx0XHRcdFx0XHR7e2kxOG4uRGVsZXRlfX1cclxuXHRcdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdDwvdmlldz5cclxuXHRcdFxyXG5cdFx0XHRcclxuXHRcdFx0XHJcblx0XHRcclxuXHRcdFx0XHJcblx0XHRcdDx2aWV3IGNsYXNzPVwiaXRlbSBmbGV4XCIgdi1mb3I9XCIoaXRlbSxpbmRleCkgaW4gVFJYQWRkcmVzc0luZm9cIiBAY2xpY2s9XCJnb1RyYW5zZmVyKGl0ZW0pXCI+XHJcblx0XHRcdFx0PHZpZXcgY2xhc3M9XCJ0ZXh0Y29uIGZsZXhcIj5cclxuXHRcdFx0XHRcdDx2aWV3IGNsYXNzPVwiYmlnY29uXCI+XHJcblx0XHRcdFx0XHRcdDx2aWV3IGNsYXNzPVwidGV4dGltZyBmbGV4eFwiPlxyXG5cdFx0XHRcdFx0XHRcdDxpbWFnZSA6c3JjPVwiaXRlbS5jb2luTGlzdFswXS5pY29uXCIgbW9kZT1cImFzcGVjdEZpdFwiIGNsYXNzPVwiaW1nXCI+PC9pbWFnZT5cclxuXHRcdFx0XHRcdFx0PHRleHQgY2xhc3M9XCJ0ZXh0dFwiPnt7aXRlbS5jb2luTGlzdFswXS5uYW1lfX08L3RleHQ+XHJcblx0XHRcdFx0XHRcdFx0PHRleHQgY2xhc3M9XCJ0ZXh0dDJcIj57e2l0ZW0ubmFtZX19PC90ZXh0PlxyXG5cdFx0XHRcdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdFx0XHRcdDx2aWV3IGNsYXNzPVwidGV4dDFcIj5cclxuXHRcdFx0XHRcdFx0e3tpdGVtLmFkZHJlc3N9fVxyXG5cdFx0XHRcdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHRcdDx2aWV3IGNsYXNzPVwiYnRuY29uXCI+XHJcblx0XHRcdFx0XHQ8aW1hZ2Ugc3JjPVwiLi4vLi4vLi4vLi4vc3RhdGljL3Rvbmd5b25oL21vcmVfdmVydF8yNHB4X291dGxpbmVkLnN2Z1wiIG1vZGU9XCJhc3BlY3RGaXRcIiBjbGFzcz1cImltZzJcIiBAY2xpY2suc3RvcD1cInNob3dJbmRleChpdGVtLGluZGV4KVwiPlxyXG5cdFx0XHRcdFx0PC9pbWFnZT5cclxuXHRcdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdFxyXG5cdFx0PHZpZXcgY2xhc3M9XCJzZXRfY29uXCIgdi1pZj1cInNob3czXCIgdi1zaG93PVwiaW5kZXg9PXRyeEluZGV4XCI+XHJcblx0XHRcdFx0PGltYWdlIHNyYz1cIi4uLy4uLy4uLy4uL3N0YXRpYy90b25neW9uaC94Zy5wbmdcIiBtb2RlPVwiYXNwZWN0Rml0XCIgY2xhc3M9XCJpbWcxXCIgQGNsaWNrLnN0b3A9XCJzaG93MyA9IGZhbHNlXCI+PC9pbWFnZT5cclxuXHRcdFx0XHQ8dmlldyBjbGFzcz1cIml0ZW1tIGZsZXh4XCIgQGNsaWNrLnN0b3A9XCJlZGl0SXRlbShpbmRleClcIj5cclxuXHRcdFx0XHRcdDxpbWFnZSBzcmM9XCIuLi8uLi8uLi8uLi9zdGF0aWMvdG9uZ3lvbmgvY3JlYXRlXzI0cHgucG5nXCIgbW9kZT1cImFzcGVjdEZpdFwiIGNsYXNzPVwiaW1nXCI+PC9pbWFnZT5cclxuXHRcdFx0XHRcdFx0e3tpMThuLmVkaXR9fVxyXG5cdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0XHQ8dmlldyBjbGFzcz1cIml0ZW1tIGZsZXh4IHJlZFwiIEBjbGljay5zdG9wPVwiZGVsZXRlSXRlbSgpXCI+XHJcblx0XHRcdFx0XHQ8aW1hZ2Ugc3JjPVwiLi4vLi4vLi4vLi4vc3RhdGljL3Rvbmd5b25oL3RyYXNoLnBuZ1wiIG1vZGU9XCJhc3BlY3RGaXRcIiBjbGFzcz1cImltZ1wiPjwvaW1hZ2U+XHJcblx0XHRcdFx0e3tpMThuLkRlbGV0ZX19XHJcblx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHQ8L3ZpZXc+XHJcblx0XHQ8L3ZpZXc+XHJcblx0XHRcdDwvdmlldz5cclxuXHRcdFxyXG5cclxuXHRcdFxyXG5cdFx0PHZpZXcgY2xhc3M9XCJpbmZvX2NvbiBncmVlblwiIHYtaWY9XCJzaG93SW10ZVwiPlxyXG5cdFx0XHRcdDx2aWV3IGNsYXNzPVwidGV4dFwiPlxyXG5cdFx0XHRcdFx0XHJcblx0XHRcdFx0XHR7e2l0ZW1Db2lufX0gIHt7aXRlbUFkZHJlc3N9fVxyXG5cdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0XHQ8dmlldyBjbGFzcz1cInRleHQgdGV4dDJcIj5cclxuXHRcdFx0e3tpMThuLkRFTEVURX19XHJcblx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHQ8L3ZpZXc+XHJcblx0XHJcblx0XHRcclxuXHRcdDwvdmlldz5cclxuXHJcblx0XHJcblx0XHJcbiBcdDx1LW1hc2sgei1pbmRleD1cIjEwXCIgOnNob3c9XCJzaG93XCIgPjwvdS1tYXNrPlxyXG4gXHQ8dS1tYXNrIHotaW5kZXg9XCIxMFwiIDpzaG93PVwic2hvdzJcIiA+PC91LW1hc2s+XHJcbiBcdDx1LW1hc2sgei1pbmRleD1cIjEwXCIgOnNob3c9XCJzaG93M1wiID48L3UtbWFzaz5cclxuPC92aWV3PlxyXG5cclxuXHJcblxyXG48L3RlbXBsYXRlPlxyXG5cclxuPHNjcmlwdD5cclxuXHRpbXBvcnQgY29udCBmcm9tIFwiQC9jb21wb25lbnRzL25hdmlnYXRpb24vbmF2aWdhdGlvbi52dWVcIlxyXG5cdGV4cG9ydCBkZWZhdWx0IHtcclxuXHRcdGRhdGEoKSB7XHJcblx0XHRcdHJldHVybiB7XHJcblx0XHRcdFx0ZXRoSW5kZXg6MCxcclxuXHRcdFx0XHRidGNJbmRleDowLFxyXG5cdFx0XHRcdHRyeEluZGV4OjAsXHJcblx0XHRcdFx0c2hvd0ltdGU6ZmFsc2UsXHJcblx0XHRcdFx0QlRDQWRkcmVzc0luZm86e30sXHJcblx0XHRcdFx0RVRIQWRkcmVzc0luZm86e30sXHJcblx0XHRcdFx0VFJYQWRkcmVzc0luZm86e30sXHJcblx0XHRcdFx0d2FsbGV0SW5kZXg6LTEsXHJcblx0XHRcdFx0aXRlbUNvaW46JycsXHJcblx0XHRcdFx0aXRlbUFkZHJlc3M6JycsXHJcblx0XHRcdFx0aW5mbzp7fSxcclxuXHRcdFx0XHR0cmFuc2ZlcjonJyxcclxuc2hvdzogZmFsc2UsXHJcbnNob3cyOiBmYWxzZSxcclxuc2hvdzM6IGZhbHNlLFxyXG5cdGxpc3Q6IFtcclxuXHRcdFx0XHRcdHtcclxuXHRcdFx0XHRcdFx0bmFtZTogJ1NpbmdsZSBhZGRyZXNzJyxcclxuXHRcdFx0XHRcdFx0Y2hlY2tlZDogdHJ1ZSxcclxuXHRcdFx0XHRcdFx0ZGlzYWJsZWQ6IGZhbHNlXHJcblx0XHRcdFx0XHR9LFxyXG5cdFx0XHRcdFx0e1xyXG5cdFx0XHRcdFx0XHRuYW1lOiAnQmF0Y2ggYWRkIDEwIGFkZHJlc3NlcycsXHJcblx0XHRcdFx0XHRcdGNoZWNrZWQ6IGZhbHNlLFxyXG5cdFx0XHRcdFx0XHRkaXNhYmxlZDogZmFsc2VcclxuXHRcdFx0XHRcdH0sXHJcblx0XHRcdFx0XHR7XHJcblx0XHRcdFx0XHRcdG5hbWU6ICdCYXRjaCBhZGQgNTAgYWRkcmVzc2VzJyxcclxuXHRcdFx0XHRcdFx0Y2hlY2tlZDogZmFsc2UsXHJcblx0XHRcdFx0XHRcdGRpc2FibGVkOiBmYWxzZVxyXG5cdFx0XHRcdFx0fVxyXG5cdFx0XHRcdF1cclxuXHRcdFx0fVxyXG5cdFx0fSxcclxuXHRcdGNvbXB1dGVkOiB7XHJcblx0XHRcdFx0aTE4bigpIHtcclxuXHRcdFx0XHRcdHJldHVybiB0aGlzLiR0KCdpbmRleCcpXHJcblx0XHRcdFx0fSxcclxuXHRcdFx0fSxcclxuXHRcdG1ldGhvZHM6IHtcclxuXHRcdFx0Ly8g54K55Ye75oqK5Zyw5Z2A5bim5Yiw5Y675Lqk5piT6aG1XHJcblx0XHRcdGdvVHJhbnNmZXIoaXRlbSl7XHJcblx0XHRcdFx0aWYodGhpcy50cmFuc2Zlcil7XHJcblx0XHRcdFx0XHR1bmkuc2V0U3RvcmFnZVN5bmMoJ215VHJhbnNBZGRyZXNzJyxpdGVtKVxyXG5cdFx0XHRcdFx0dW5pLm5hdmlnYXRlVG8oe1xyXG5cdFx0XHRcdFx0XHR1cmw6Jy4uL3RyYW5zZmVyL2luZGV4J1xyXG5cdFx0XHRcdFx0fSlcclxuXHRcdFx0XHR9XHJcblx0XHRcdFx0XHJcblx0XHRcdH0sXHJcblx0XHRcdGJhY2soKXtcclxuXHRcdFx0XHQgIHVuaS5uYXZpZ2F0ZVRvKHtcclxuXHRcdFx0XHQgIFx0dXJsOicvcGFnZXMvbWVudS9zZW5kVG9rZW4vdHJhbnNmZXIvaW5kZXgnXHJcblx0XHRcdFx0ICB9KVxyXG5cdFx0XHR9LFxyXG5cdFx0XHRlZGl0SXRlbShpbmRleCl7XHJcblx0XHRcdFx0Y29uc29sZS5sb2coaW5kZXgsNzg3ODcpXHJcblx0XHRcdFx0dW5pLnNldFN0b3JhZ2VTeW5jKCdlZGl0SW5kZXgnLGluZGV4KVxyXG5cdFx0XHQgICAgICB1bmkuc2V0U3RvcmFnZVN5bmMoJ0FkZHJlc3NJbmZvJyx0aGlzLmluZm8pXHJcblx0XHRcdFx0ICB1bmkuc2V0U3RvcmFnZVN5bmMoJ0FkZHJlc3NOYW1lJyx0aGlzLml0ZW1Db2luKVxyXG5cdFx0XHRcdCAgdW5pLnNldFN0b3JhZ2VTeW5jKCdBZGRyZXNzSW5kZXgnLHRoaXMud2FsbGV0SW5kZXgpXHJcblx0XHRcdFx0ICB1bmkubmF2aWdhdGVUbyh7XHJcblx0XHRcdFx0ICBcdHVybDonLi4vYWRkQWRkcmVzczIvaW5kZXgnXHJcblx0XHRcdFx0ICB9KVxyXG5cdFx0XHR9LFxyXG5cdFx0XHRzaG93SW5kZXgoaXRlbSxpbmRleCl7XHJcblx0XHRcdFx0dGhpcy5pdGVtQ29pbj1pdGVtLmNvaW5MaXN0WzBdLm5hbWVcclxuXHRcdFx0XHRpZihpdGVtLmNvaW5MaXN0WzBdLnhuYW1lPT0nQml0Y29pbicpe1x0XHJcblx0XHRcdFx0XHR0aGlzLmJ0Y0luZGV4PWluZGV4XHJcblx0XHRcdFx0XHR0aGlzLnNob3c9dHJ1ZVxyXG5cdFx0XHRcdH1lbHNlIGlmKGl0ZW0uY29pbkxpc3RbMF0ueG5hbWU9PSdFdGhlcmV1bScpe1xyXG5cdFx0XHRcdFx0dGhpcy5zaG93Mj10cnVlXHJcblx0XHRcdFx0XHR0aGlzLmV0aEluZGV4PWluZGV4XHJcblx0XHRcdFx0fWVsc2V7XHJcblx0XHRcdFx0XHR0aGlzLnRyeEluZGV4PWluZGV4XHJcblx0XHRcdFx0XHR0aGlzLnNob3czPXRydWVcclxuXHRcdFx0XHR9XHJcblx0XHRcdFx0IHRoaXMuaW5mbz0gaXRlbVxyXG5cdFx0XHRcdHRoaXMuaXRlbUNvaW49aXRlbS5jb2luTGlzdFswXS5uYW1lXHJcblx0XHRcdFx0dGhpcy5pdGVtQWRkcmVzcz1pdGVtLmFkZHJlc3NcclxuXHRcdFx0XHR0aGlzLndhbGxldEluZGV4PWluZGV4O1xyXG5cdFx0XHR9LFxyXG5cdFx0XHRkZWxldGVJdGVtKCl7XHJcblx0XHRcdFx0Y29uc29sZS5sb2codGhpcy53YWxsZXRJbmRleCw0NDQ0NDQ0KVxyXG5cdFx0XHRcdGlmKHRoaXMuaXRlbUNvaW49PSdCVEMnKXtcclxuXHRcdFx0XHRcdGNvbnNvbGUubG9nKHRoaXMuQlRDQWRkcmVzc0luZm8ubGVuZ3RoLCdsZW5ndGgnKVxyXG5cdFx0XHRcdFx0aWYodGhpcy5CVENBZGRyZXNzSW5mby5sZW5ndGg9PTEpe1xyXG5cdFx0XHRcdFx0bGV0IEJUQ0FkZHJlc3NJbmZvPVtdXHJcblx0XHRcdFx0XHR1bmkuc2V0U3RvcmFnZVN5bmMoJ0JUQ0FkZHJlc3NJbmZvJyxCVENBZGRyZXNzSW5mbylcclxuXHRcdFx0XHRcdFxyXG5cdFx0XHRcdFx0fVxyXG5cdFx0XHRcdFx0Y29uc29sZS5sb2codGhpcy5CVENBZGRyZXNzSW5mbywxMTExKVxyXG5cdFx0XHRcdFx0Y29uc29sZS5sb2codGhpcy53YWxsZXRJbmRleCw0NDQ0NClcclxuXHRcdFx0XHJcblx0XHRcdFx0XHR0aGlzLkJUQ0FkZHJlc3NJbmZvLnNwbGljZSh0aGlzLndhbGxldEluZGV4LDEpXHJcblx0XHRcdFx0XHRjb25zb2xlLmxvZyh0aGlzLkJUQ0FkZHJlc3NJbmZvLCfliKDpmaTlkI4nKVxyXG5cdFx0XHRcdFx0dW5pLnNldFN0b3JhZ2VTeW5jKCdCVENBZGRyZXNzSW5mbycsXHR0aGlzLkJUQ0FkZHJlc3NJbmZvKVxyXG5cdFx0XHRcdFx0dGhpcy5zaG93SW10ZT10cnVlO1xyXG5cdFx0XHRcdFx0dGhpcy5zaG93PWZhbHNlO1xyXG5cdFx0XHRcdFx0c2V0VGltZW91dCgoKT0+e1xyXG5cdFx0XHRcdCAgICB0aGlzLnNob3dJbXRlPWZhbHNlO1xyXG5cdFx0XHRcdFx0fSwxNTAwKVxyXG5cdFx0XHRcdFxyXG5cdFx0XHRcdH1cclxuXHRcdFx0XHRpZih0aGlzLml0ZW1Db2luPT0nRVRIJyl7XHJcblx0XHRcdFx0XHRpZih0aGlzLkVUSEFkZHJlc3NJbmZvLmxlbmd0aD09MSl7XHJcblx0XHRcdFx0XHRsZXQgRVRIQWRkcmVzc0luZm89W11cclxuXHRcdFx0XHRcdHVuaS5zZXRTdG9yYWdlU3luYygnRVRIQWRkcmVzc0luZm8nLEVUSEFkZHJlc3NJbmZvKVxyXG5cdFx0XHRcdFx0XHJcblx0XHRcdFx0XHR9XHJcblx0XHRcdFx0XHRjb25zb2xlLmxvZyh0aGlzLkVUSEFkZHJlc3NJbmZvLDExMTEpXHJcblx0XHRcdFx0XHRjb25zb2xlLmxvZyh0aGlzLndhbGxldEluZGV4LDQ0NDQ0KVxyXG5cdFx0XHRcdFx0dGhpcy5FVEhBZGRyZXNzSW5mby5zcGxpY2UodGhpcy53YWxsZXRJbmRleCwxKVxyXG5cdFx0XHRcdFx0dW5pLnNldFN0b3JhZ2VTeW5jKCdFVEhBZGRyZXNzSW5mbycsdGhpcy5FVEhBZGRyZXNzSW5mbylcclxuXHRcdFx0XHRcdHRoaXMuc2hvd0ltdGU9dHJ1ZTtcclxuXHRcdFx0XHRcdHRoaXMuc2hvdzI9ZmFsc2U7XHJcblx0XHRcdFx0XHRzZXRUaW1lb3V0KCgpPT57XHJcblx0XHRcdFx0dGhpcy5zaG93SW10ZT1mYWxzZTtcclxuXHRcdFx0XHRcdH0sMTUwMClcclxuXHRcdFx0XHRcclxuXHRcdFx0XHR9XHJcblx0XHRcdFx0aWYodGhpcy5pdGVtQ29pbj09J1RSWCcpe1xyXG5cdFx0XHRcdFx0aWYodGhpcy5UUlhBZGRyZXNzSW5mby5sZW5ndGg9PTEpe1xyXG5cdFx0XHRcdFx0bGV0IFRSWEFkZHJlc3NJbmZvPVtdXHJcblx0XHRcdFx0XHR1bmkuc2V0U3RvcmFnZVN5bmMoJ1RSWEFkZHJlc3NJbmZvJyxUUlhBZGRyZXNzSW5mbylcclxuXHRcdFx0XHRcdFxyXG5cdFx0XHRcdFx0fVxyXG5cdFx0XHRcdFx0dGhpcy5UUlhBZGRyZXNzSW5mby5zcGxpY2UodGhpcy53YWxsZXRJbmRleCwxKVxyXG5cdFx0XHRcdFx0dW5pLnNldFN0b3JhZ2VTeW5jKCdUUlhBZGRyZXNzSW5mbycsdGhpcy5UUlhBZGRyZXNzSW5mbylcclxuXHRcdFx0XHRcdHRoaXMuc2hvd0ltdGU9dHJ1ZTtcclxuXHRcdFx0XHRcdHRoaXMuc2hvdzM9ZmFsc2U7XHJcblx0XHRcdFx0XHRzZXRUaW1lb3V0KCgpPT57XHJcblx0XHRcdFx0dGhpcy5zaG93SW10ZT1mYWxzZTtcclxuXHRcdFx0XHRcdH0sMTUwMClcclxuXHRcdFx0XHRcclxuXHRcdFx0XHR9XHJcblx0XHRcdH0sXHJcbmdvQWRkcmVzcygpe1xyXG5cdHVuaS5uYXZpZ2F0ZVRvKHtcclxuXHRcdHVybDonLi4vYWRkQWRkcmVzcy9pbmRleDInXHJcblx0fSlcclxufVxyXG5cdFx0fSxcclxuXHRcdG9uTG9hZChpdGVtKSB7XHJcblx0XHRcdFxyXG5cdFx0XHRcclxuXHJcblx0XHRcdGlmKHVuaS5nZXRTdG9yYWdlU3luYygnQlRDQWRkcmVzc0luZm8nKS5sZW5ndGg+MCl7XHJcblx0XHRcdFx0dGhpcy5CVENBZGRyZXNzSW5mbz11bmkuZ2V0U3RvcmFnZVN5bmMoJ0JUQ0FkZHJlc3NJbmZvJylcclxuXHRcdFx0XHRjb25zb2xlLmxvZyh0aGlzLkJUQ0FkZHJlc3NJbmZvLDc3NylcclxuXHRcdFx0fVxyXG5cdFx0XHRpZih1bmkuZ2V0U3RvcmFnZVN5bmMoJ0VUSEFkZHJlc3NJbmZvJykubGVuZ3RoPjApe1xyXG5cdFx0XHRcdHRoaXMuRVRIQWRkcmVzc0luZm89dW5pLmdldFN0b3JhZ2VTeW5jKCdFVEhBZGRyZXNzSW5mbycpXHJcblx0XHRcdFx0Y29uc29sZS5sb2codGhpcy5FVEhBZGRyZXNzSW5mbyw3NzcpXHJcblx0XHRcdH1cclxuXHRcdFx0aWYodW5pLmdldFN0b3JhZ2VTeW5jKCdUUlhBZGRyZXNzSW5mbycpLmxlbmd0aD4wKXtcclxuXHRcdFx0XHR0aGlzLlRSWEFkZHJlc3NJbmZvPXVuaS5nZXRTdG9yYWdlU3luYygnVFJYQWRkcmVzc0luZm8nKVxyXG5cdFx0XHRcdGNvbnNvbGUubG9nKHRoaXMuVFJYQWRkcmVzc0luZm8sNzc3KVxyXG5cdFx0XHR9XHJcblx0XHR9XHJcblx0fTtcclxuPC9zY3JpcHQ+XHJcbjxzdHlsZSBzY29wZWQ+XHJcblx0cGFnZSB7XHJcblx0XHRiYWNrZ3JvdW5kOiAjRkFGQUZBO1xyXG4gICAgICAgaGVpZ2h0OiAxMDAlO1xyXG5cdH1cclxuPC9zdHlsZT5cclxuXHJcbjxzdHlsZT5cclxuXHRAaW1wb3J0ICcuL2luZGV4LmNzcyc7XHJcbjwvc3R5bGU+XG4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///640\n");
+eval("module.exports = \"/static/tongyonh/ETH_icon.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjYyMC5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL0VUSF9pY29uLnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///620\n");
/***/ }),
-/* 641 */
-/*!****************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/sendToken/addAddress/index2.vue?mpType=page ***!
- \****************************************************************************************************/
+/* 621 */
+/*!*******************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/collection/index.vue?vue&type=script&lang=js&mpType=page ***!
+ \*******************************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index2_vue_vue_type_template_id_336a2512_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index2.vue?vue&type=template&id=336a2512&scoped=true&mpType=page */ 642);\n/* harmony import */ var _index2_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index2.vue?vue&type=script&lang=js&mpType=page */ 711);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index2_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index2_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 7);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index2_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index2_vue_vue_type_template_id_336a2512_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index2_vue_vue_type_template_id_336a2512_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"336a2512\",\n null,\n false,\n _index2_vue_vue_type_template_id_336a2512_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/menu/sendToken/addAddress/index2.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBMEk7QUFDMUk7QUFDcUU7QUFDTDs7O0FBR2hFO0FBQ3NLO0FBQ3RLLGdCQUFnQiw2S0FBVTtBQUMxQixFQUFFLHVGQUFNO0FBQ1IsRUFBRSx3R0FBTTtBQUNSLEVBQUUsaUhBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsNEdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNjQxLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9pbmRleDIudnVlP3Z1ZSZ0eXBlPXRlbXBsYXRlJmlkPTMzNmEyNTEyJnNjb3BlZD10cnVlJm1wVHlwZT1wYWdlXCJcbnZhciByZW5kZXJqc1xuaW1wb3J0IHNjcmlwdCBmcm9tIFwiLi9pbmRleDIudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJm1wVHlwZT1wYWdlXCJcbmV4cG9ydCAqIGZyb20gXCIuL2luZGV4Mi52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9ydW50aW1lL2NvbXBvbmVudE5vcm1hbGl6ZXIuanNcIlxudmFyIGNvbXBvbmVudCA9IG5vcm1hbGl6ZXIoXG4gIHNjcmlwdCxcbiAgcmVuZGVyLFxuICBzdGF0aWNSZW5kZXJGbnMsXG4gIGZhbHNlLFxuICBudWxsLFxuICBcIjMzNmEyNTEyXCIsXG4gIG51bGwsXG4gIGZhbHNlLFxuICBjb21wb25lbnRzLFxuICByZW5kZXJqc1xuKVxuXG5jb21wb25lbnQub3B0aW9ucy5fX2ZpbGUgPSBcInBhZ2VzL21lbnUvc2VuZFRva2VuL2FkZEFkZHJlc3MvaW5kZXgyLnZ1ZVwiXG5leHBvcnQgZGVmYXVsdCBjb21wb25lbnQuZXhwb3J0cyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///641\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=script&lang=js&mpType=page */ 622);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQXVtQixDQUFnQixzb0JBQUcsRUFBQyIsImZpbGUiOiI2MjEuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiOyBleHBvcnQgZGVmYXVsdCBtb2Q7IGV4cG9ydCAqIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///621\n");
/***/ }),
-/* 642 */
-/*!**********************************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/sendToken/addAddress/index2.vue?vue&type=template&id=336a2512&scoped=true&mpType=page ***!
- \**********************************************************************************************************************************************/
-/*! exports provided: render, staticRenderFns, recyclableRender, components */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
+/* 622 */
+/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/pages/menu/collection/index.vue?vue&type=script&lang=js&mpType=page ***!
+ \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
"use strict";
-__webpack_require__.r(__webpack_exports__);
-/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index2_vue_vue_type_template_id_336a2512_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index2.vue?vue&type=template&id=336a2512&scoped=true&mpType=page */ 710);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index2_vue_vue_type_template_id_336a2512_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index2_vue_vue_type_template_id_336a2512_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index2_vue_vue_type_template_id_336a2512_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
-
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index2_vue_vue_type_template_id_336a2512_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
-
-
+eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 44));\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar _navigation = _interopRequireDefault(__webpack_require__(/*! @/components/navigation/navigation.vue */ 523));\nvar _TokenUtil = _interopRequireDefault(__webpack_require__(/*! @/utils/TokenUtil */ 38));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {try {var info = gen[key](arg);var value = info.value;} catch (error) {reject(error);return;}if (info.done) {resolve(value);} else {Promise.resolve(value).then(_next, _throw);}}function _asyncToGenerator(fn) {return function () {var self = this,args = arguments;return new Promise(function (resolve, reject) {var gen = fn.apply(self, args);function _next(value) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"next\", value);}function _throw(err) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"throw\", err);}_next(undefined);});};}var _default =\n{\n data: function data() {\n return {\n address: '',\n collectinInfo: [],\n ethInfo: {},\n showbottom: false,\n test: {},\n testindex: 0 };\n\n },\n\n onLoad: function onLoad() {\n this.ethInfo = uni.getStorageSync('walletInfo').ETH;\n __f__(\"log\", this.ethInfo, 444, \" at pages/menu/collection/index.vue:88\");\n if (uni.getStorageSync('wallet')) {\n this.address = uni.getStorageSync('wallet').address;\n } else {\n this.address = uni.getStorageSync('walletInfo').BTC[0].address;\n }\n\n this.getCollection();\n\n\n },\n computed: {\n i18n: function i18n() {\n return this.$t('index');\n } },\n\n // onPullDownRefresh() {\n // \tconsole.log('refresh');\n // \tthis.getCollection();\n // \tsetTimeout(function() {\n // \t\tuni.stopPullDownRefresh();\n // \t}, 500);\n // },\n methods: {\n showMsg: function showMsg(item, index) {\n this.test = item;\n this.testindex = index;\n if (uni.getStorageSync('wallet').type == 'ETH') {\n this.showbottom = false;\n this.goDetail();\n } else {\n this.showbottom = true;\n }\n },\n // 拿收藏品\n getCollection: function getCollection() {var _this = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee() {var params, response;return _regenerator.default.wrap(function _callee$(_context) {while (1) {switch (_context.prev = _context.next) {case 0:\n params = {\n address: _this.address };_context.next = 3;return (\n\n _this.$api.getNftProjectList(params));case 3:response = _context.sent;\n _this.collectinInfo = response.data;case 5:case \"end\":return _context.stop();}}}, _callee);}))();\n\n },\n goDetail2: function goDetail2(itemm, index) {\n uni.setStorageSync('proid', this.test.id);\n uni.setStorageSync('wallet', itemm);\n uni.setStorageSync('walleti', itemm.address);\n __f__(\"log\", itemm, 444, \" at pages/menu/collection/index.vue:135\");\n uni.setStorageSync('nftIndex', this.testindex);\n var item = JSON.stringify(this.test);\n uni.setStorageSync('nftitem', this.test);\n uni.navigateTo({\n url: './collectionDetail/index?type=' + item });\n\n this.showbottom = false;\n },\n goDetail: function goDetail(itemm, index) {\n uni.setStorageSync('proid', this.test.id);\n uni.setStorageSync('nftIndex', this.testindex);\n uni.setStorageSync('nftitem', this.test);\n uni.navigateTo({\n url: './collectionDetail/index' });\n\n this.showbottom = false;\n } } };exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 28)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vcGFnZXMvbWVudS9jb2xsZWN0aW9uL2luZGV4LnZ1ZSJdLCJuYW1lcyI6WyJkYXRhIiwiYWRkcmVzcyIsImNvbGxlY3RpbkluZm8iLCJldGhJbmZvIiwic2hvd2JvdHRvbSIsInRlc3QiLCJ0ZXN0aW5kZXgiLCJvbkxvYWQiLCJ1bmkiLCJnZXRTdG9yYWdlU3luYyIsIkVUSCIsIkJUQyIsImdldENvbGxlY3Rpb24iLCJjb21wdXRlZCIsImkxOG4iLCIkdCIsIm1ldGhvZHMiLCJzaG93TXNnIiwiaXRlbSIsImluZGV4IiwidHlwZSIsImdvRGV0YWlsIiwicGFyYW1zIiwiJGFwaSIsImdldE5mdFByb2plY3RMaXN0IiwicmVzcG9uc2UiLCJnb0RldGFpbDIiLCJpdGVtbSIsInNldFN0b3JhZ2VTeW5jIiwiaWQiLCJKU09OIiwic3RyaW5naWZ5IiwibmF2aWdhdGVUbyIsInVybCJdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUF1RUM7QUFDQSwwRjtBQUNlO0FBQ2RBLE1BRGMsa0JBQ1A7QUFDTixXQUFPO0FBQ05DLGFBQU8sRUFBQyxFQURGO0FBRU5DLG1CQUFhLEVBQUMsRUFGUjtBQUdOQyxhQUFPLEVBQUMsRUFIRjtBQUlOQyxnQkFBVSxFQUFDLEtBSkw7QUFLTkMsVUFBSSxFQUFDLEVBTEM7QUFNTkMsZUFBUyxFQUFDLENBTkosRUFBUDs7QUFRQSxHQVZhOztBQVlkQyxRQVpjLG9CQVlMO0FBQ0QsU0FBS0osT0FBTCxHQUFhSyxHQUFHLENBQUNDLGNBQUosQ0FBbUIsWUFBbkIsRUFBaUNDLEdBQTlDO0FBQ04saUJBQWEsS0FBS1AsT0FBbEIsRUFBMEIsR0FBMUI7QUFDRCxRQUFHSyxHQUFHLENBQUNDLGNBQUosQ0FBbUIsUUFBbkIsQ0FBSCxFQUFnQztBQUMvQixXQUFLUixPQUFMLEdBQWFPLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixRQUFuQixFQUE2QlIsT0FBMUM7QUFDQSxLQUZELE1BRUs7QUFDSixXQUFLQSxPQUFMLEdBQWFPLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixZQUFuQixFQUFpQ0UsR0FBakMsQ0FBcUMsQ0FBckMsRUFBd0NWLE9BQXJEO0FBQ0E7O0FBRUYsU0FBS1csYUFBTDs7O0FBR0MsR0F4QmE7QUF5QmRDLFVBQVEsRUFBRTtBQUNOQyxRQURNLGtCQUNDO0FBQ04sYUFBTyxLQUFLQyxFQUFMLENBQVEsT0FBUixDQUFQO0FBQ0EsS0FISyxFQXpCSTs7QUE4QmQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQUMsU0FBTyxFQUFFO0FBQ1JDLFdBRFEsbUJBQ0FDLElBREEsRUFDS0MsS0FETCxFQUNXO0FBQ2xCLFdBQUtkLElBQUwsR0FBVWEsSUFBVjtBQUNBLFdBQUtaLFNBQUwsR0FBZWEsS0FBZjtBQUNBLFVBQUdYLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixRQUFuQixFQUE2QlcsSUFBN0IsSUFBbUMsS0FBdEMsRUFBNEM7QUFDM0MsYUFBS2hCLFVBQUwsR0FBZ0IsS0FBaEI7QUFDQSxhQUFLaUIsUUFBTDtBQUNBLE9BSEQsTUFHSztBQUNKLGFBQUtqQixVQUFMLEdBQWdCLElBQWhCO0FBQ0E7QUFDRCxLQVZPO0FBV1I7QUFDTVEsaUJBWkUsMkJBWWE7QUFDaEJVLHNCQURnQixHQUNQO0FBQ1pyQix5QkFBTyxFQUFFLEtBQUksQ0FBQ0EsT0FERixFQURPOztBQUlHLHVCQUFJLENBQUNzQixJQUFMLENBQVVDLGlCQUFWLENBQTRCRixNQUE1QixDQUpILFNBSWRHLFFBSmM7QUFLcEIscUJBQUksQ0FBQ3ZCLGFBQUwsR0FBbUJ1QixRQUFRLENBQUN6QixJQUE1QixDQUxvQjs7QUFPcEIsS0FuQk87QUFvQlYwQixhQXBCVSxxQkFvQkFDLEtBcEJBLEVBb0JNUixLQXBCTixFQW9CWTtBQUNyQlgsU0FBRyxDQUFDb0IsY0FBSixDQUFtQixPQUFuQixFQUEyQixLQUFLdkIsSUFBTCxDQUFVd0IsRUFBckM7QUFDQXJCLFNBQUcsQ0FBQ29CLGNBQUosQ0FBbUIsUUFBbkIsRUFBNEJELEtBQTVCO0FBQ0FuQixTQUFHLENBQUNvQixjQUFKLENBQW1CLFNBQW5CLEVBQTZCRCxLQUFLLENBQUMxQixPQUFuQztBQUNBLG1CQUFZMEIsS0FBWixFQUFrQixHQUFsQjtBQUNBbkIsU0FBRyxDQUFDb0IsY0FBSixDQUFtQixVQUFuQixFQUE4QixLQUFLdEIsU0FBbkM7QUFDQSxVQUFJWSxJQUFJLEdBQUdZLElBQUksQ0FBQ0MsU0FBTCxDQUFlLEtBQUsxQixJQUFwQixDQUFYO0FBQ0FHLFNBQUcsQ0FBQ29CLGNBQUosQ0FBbUIsU0FBbkIsRUFBNkIsS0FBS3ZCLElBQWxDO0FBQ0FHLFNBQUcsQ0FBQ3dCLFVBQUosQ0FBZTtBQUNkQyxXQUFHLEVBQUMsbUNBQWlDZixJQUR2QixFQUFmOztBQUdBLFdBQUtkLFVBQUwsR0FBZ0IsS0FBaEI7QUFDQSxLQWhDUztBQWlDVGlCLFlBakNTLG9CQWlDQU0sS0FqQ0EsRUFpQ01SLEtBakNOLEVBaUNZO0FBQ3BCWCxTQUFHLENBQUNvQixjQUFKLENBQW1CLE9BQW5CLEVBQTJCLEtBQUt2QixJQUFMLENBQVV3QixFQUFyQztBQUNBckIsU0FBRyxDQUFDb0IsY0FBSixDQUFtQixVQUFuQixFQUE4QixLQUFLdEIsU0FBbkM7QUFDQUUsU0FBRyxDQUFDb0IsY0FBSixDQUFtQixTQUFuQixFQUE2QixLQUFLdkIsSUFBbEM7QUFDQUcsU0FBRyxDQUFDd0IsVUFBSixDQUFlO0FBQ2RDLFdBQUcsRUFBQywwQkFEVSxFQUFmOztBQUdBLFdBQUs3QixVQUFMLEdBQWdCLEtBQWhCO0FBQ0EsS0F6Q1EsRUFyQ0ssRSIsImZpbGUiOiI2MjIuanMiLCJzb3VyY2VzQ29udGVudCI6WyIvL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuXG5cdGltcG9ydCBjb250IGZyb20gXCJAL2NvbXBvbmVudHMvbmF2aWdhdGlvbi9uYXZpZ2F0aW9uLnZ1ZVwiXG5cdGltcG9ydCB0b2tlbiBmcm9tIFwiQC91dGlscy9Ub2tlblV0aWxcIlxuXHRleHBvcnQgZGVmYXVsdCB7XG5cdFx0ZGF0YSgpIHtcblx0XHRcdHJldHVybiB7XG5cdFx0XHRcdGFkZHJlc3M6JycsXG5cdFx0XHRcdGNvbGxlY3RpbkluZm86W10sXG5cdFx0XHRcdGV0aEluZm86e30sXG5cdFx0XHRcdHNob3dib3R0b206ZmFsc2UsXG5cdFx0XHRcdHRlc3Q6e30sXG5cdFx0XHRcdHRlc3RpbmRleDowLFxuXHRcdFx0fVxuXHRcdH0sXG5cdFxuXHRcdG9uTG9hZCgpIHtcbiAgICAgICAgICB0aGlzLmV0aEluZm89dW5pLmdldFN0b3JhZ2VTeW5jKCd3YWxsZXRJbmZvJykuRVRIO1xuXHRcdCAgY29uc29sZS5sb2coIHRoaXMuZXRoSW5mbyw0NDQpXG5cdFx0XHRpZih1bmkuZ2V0U3RvcmFnZVN5bmMoJ3dhbGxldCcpKXtcblx0XHRcdFx0dGhpcy5hZGRyZXNzPXVuaS5nZXRTdG9yYWdlU3luYygnd2FsbGV0JykuYWRkcmVzc1xuXHRcdFx0fWVsc2V7XG5cdFx0XHRcdHRoaXMuYWRkcmVzcz11bmkuZ2V0U3RvcmFnZVN5bmMoJ3dhbGxldEluZm8nKS5CVENbMF0uYWRkcmVzc1xuXHRcdFx0fVxuXG5cdFx0dGhpcy5nZXRDb2xsZWN0aW9uKCk7XG5cdFxuXG5cdFx0fSxcblx0XHRjb21wdXRlZDoge1xuXHRcdFx0XHRcdFx0aTE4bigpIHtcblx0XHRcdFx0XHRcdFx0cmV0dXJuIHRoaXMuJHQoJ2luZGV4Jylcblx0XHRcdFx0XHRcdH0sXG5cdFx0XHRcdFx0fSxcblx0XHQvLyBvblB1bGxEb3duUmVmcmVzaCgpIHtcblx0XHQvLyBcdGNvbnNvbGUubG9nKCdyZWZyZXNoJyk7XG5cdFx0Ly8gXHR0aGlzLmdldENvbGxlY3Rpb24oKTtcblx0XHQvLyBcdHNldFRpbWVvdXQoZnVuY3Rpb24oKSB7XG5cdFx0Ly8gXHRcdHVuaS5zdG9wUHVsbERvd25SZWZyZXNoKCk7XG5cdFx0Ly8gXHR9LCA1MDApO1xuXHRcdC8vIH0sXG5cdFx0bWV0aG9kczoge1xuXHRcdFx0c2hvd01zZyhpdGVtLGluZGV4KXtcblx0XHRcdFx0dGhpcy50ZXN0PWl0ZW1cblx0XHRcdFx0dGhpcy50ZXN0aW5kZXg9aW5kZXhcblx0XHRcdFx0aWYodW5pLmdldFN0b3JhZ2VTeW5jKCd3YWxsZXQnKS50eXBlPT0nRVRIJyl7XG5cdFx0XHRcdFx0dGhpcy5zaG93Ym90dG9tPWZhbHNlXG5cdFx0XHRcdFx0dGhpcy5nb0RldGFpbCgpO1xuXHRcdFx0XHR9ZWxzZXtcblx0XHRcdFx0XHR0aGlzLnNob3dib3R0b209dHJ1ZVxuXHRcdFx0XHR9XG5cdFx0XHR9LFxuXHRcdFx0Ly8g5ou/5pS26JeP5ZOBXG5cdFx0XHRhc3luYyBnZXRDb2xsZWN0aW9uKCl7XG5cdFx0XHRcdGxldCBwYXJhbXMgPSB7XG5cdFx0XHRcdFx0YWRkcmVzczogdGhpcy5hZGRyZXNzXG5cdFx0XHRcdH1cblx0XHRcdFx0Y29uc3QgcmVzcG9uc2UgPSBhd2FpdCB0aGlzLiRhcGkuZ2V0TmZ0UHJvamVjdExpc3QocGFyYW1zKVxuXHRcdFx0XHR0aGlzLmNvbGxlY3RpbkluZm89cmVzcG9uc2UuZGF0YVxuXHRcdFx0XHRcblx0XHRcdH0sXG5cdGdvRGV0YWlsMihpdGVtbSxpbmRleCl7XG5cdFx0dW5pLnNldFN0b3JhZ2VTeW5jKCdwcm9pZCcsdGhpcy50ZXN0LmlkKVxuXHRcdHVuaS5zZXRTdG9yYWdlU3luYygnd2FsbGV0JyxpdGVtbSlcblx0XHR1bmkuc2V0U3RvcmFnZVN5bmMoJ3dhbGxldGknLGl0ZW1tLmFkZHJlc3MpXG5cdFx0Y29uc29sZS5sb2coaXRlbW0sNDQ0KVxuXHRcdHVuaS5zZXRTdG9yYWdlU3luYygnbmZ0SW5kZXgnLHRoaXMudGVzdGluZGV4KVxuXHRcdGxldCBpdGVtID0gSlNPTi5zdHJpbmdpZnkodGhpcy50ZXN0KVxuXHRcdHVuaS5zZXRTdG9yYWdlU3luYygnbmZ0aXRlbScsdGhpcy50ZXN0KVxuXHRcdHVuaS5uYXZpZ2F0ZVRvKHtcblx0XHRcdHVybDonLi9jb2xsZWN0aW9uRGV0YWlsL2luZGV4P3R5cGU9JytpdGVtXG5cdFx0fSlcblx0XHR0aGlzLnNob3dib3R0b209ZmFsc2U7XG5cdH0sXG5cdFx0Z29EZXRhaWwoaXRlbW0saW5kZXgpe1xuXHRcdFx0dW5pLnNldFN0b3JhZ2VTeW5jKCdwcm9pZCcsdGhpcy50ZXN0LmlkKVxuXHRcdFx0dW5pLnNldFN0b3JhZ2VTeW5jKCduZnRJbmRleCcsdGhpcy50ZXN0aW5kZXgpXG5cdFx0XHR1bmkuc2V0U3RvcmFnZVN5bmMoJ25mdGl0ZW0nLHRoaXMudGVzdClcblx0XHRcdHVuaS5uYXZpZ2F0ZVRvKHtcblx0XHRcdFx0dXJsOicuL2NvbGxlY3Rpb25EZXRhaWwvaW5kZXgnXG5cdFx0XHR9KVxuXHRcdFx0dGhpcy5zaG93Ym90dG9tPWZhbHNlO1xuXHRcdH1cblxuXHRcdH0sXG5cblx0fTtcbiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///622\n");
/***/ }),
-/* 643 */
-/*!***********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/wallet/otherCoin/index.vue?mpType=page ***!
- \***********************************************************************************************/
+/* 623 */
+/*!*************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/wallet/otherCoin/index.vue?mpType=page ***!
+ \*************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_44b626f6_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=44b626f6&scoped=true&mpType=page */ 644);\n/* harmony import */ var _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js&mpType=page */ 648);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 7);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_44b626f6_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_44b626f6_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"44b626f6\",\n null,\n false,\n _index_vue_vue_type_template_id_44b626f6_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/menu/wallet/otherCoin/index.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBeUk7QUFDekk7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ3NLO0FBQ3RLLGdCQUFnQiw2S0FBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSx1R0FBTTtBQUNSLEVBQUUsZ0hBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsMkdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNjQzLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9NDRiNjI2ZjYmc2NvcGVkPXRydWUmbXBUeXBlPXBhZ2VcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiXG5leHBvcnQgKiBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9ydW50aW1lL2NvbXBvbmVudE5vcm1hbGl6ZXIuanNcIlxudmFyIGNvbXBvbmVudCA9IG5vcm1hbGl6ZXIoXG4gIHNjcmlwdCxcbiAgcmVuZGVyLFxuICBzdGF0aWNSZW5kZXJGbnMsXG4gIGZhbHNlLFxuICBudWxsLFxuICBcIjQ0YjYyNmY2XCIsXG4gIG51bGwsXG4gIGZhbHNlLFxuICBjb21wb25lbnRzLFxuICByZW5kZXJqc1xuKVxuXG5jb21wb25lbnQub3B0aW9ucy5fX2ZpbGUgPSBcInBhZ2VzL21lbnUvd2FsbGV0L290aGVyQ29pbi9pbmRleC52dWVcIlxuZXhwb3J0IGRlZmF1bHQgY29tcG9uZW50LmV4cG9ydHMiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///643\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_44b626f6_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=44b626f6&scoped=true&mpType=page */ 624);\n/* harmony import */ var _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js&mpType=page */ 628);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_44b626f6_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_44b626f6_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"44b626f6\",\n null,\n false,\n _index_vue_vue_type_template_id_44b626f6_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/menu/wallet/otherCoin/index.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBeUk7QUFDekk7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSx1R0FBTTtBQUNSLEVBQUUsZ0hBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsMkdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNjIzLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9NDRiNjI2ZjYmc2NvcGVkPXRydWUmbXBUeXBlPXBhZ2VcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiXG5leHBvcnQgKiBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXHJ1bnRpbWVcXFxcY29tcG9uZW50Tm9ybWFsaXplci5qc1wiXG52YXIgY29tcG9uZW50ID0gbm9ybWFsaXplcihcbiAgc2NyaXB0LFxuICByZW5kZXIsXG4gIHN0YXRpY1JlbmRlckZucyxcbiAgZmFsc2UsXG4gIG51bGwsXG4gIFwiNDRiNjI2ZjZcIixcbiAgbnVsbCxcbiAgZmFsc2UsXG4gIGNvbXBvbmVudHMsXG4gIHJlbmRlcmpzXG4pXG5cbmNvbXBvbmVudC5vcHRpb25zLl9fZmlsZSA9IFwicGFnZXMvbWVudS93YWxsZXQvb3RoZXJDb2luL2luZGV4LnZ1ZVwiXG5leHBvcnQgZGVmYXVsdCBjb21wb25lbnQuZXhwb3J0cyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///623\n");
/***/ }),
-/* 644 */
-/*!*****************************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/wallet/otherCoin/index.vue?vue&type=template&id=44b626f6&scoped=true&mpType=page ***!
- \*****************************************************************************************************************************************/
+/* 624 */
+/*!*******************************************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/wallet/otherCoin/index.vue?vue&type=template&id=44b626f6&scoped=true&mpType=page ***!
+ \*******************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
-/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_44b626f6_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=44b626f6&scoped=true&mpType=page */ 645);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_44b626f6_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_44b626f6_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=44b626f6&scoped=true&mpType=page */ 625);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_44b626f6_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_44b626f6_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_44b626f6_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_44b626f6_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_44b626f6_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_44b626f6_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_44b626f6_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
/***/ }),
-/* 645 */
-/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/pages/menu/wallet/otherCoin/index.vue?vue&type=template&id=44b626f6&scoped=true&mpType=page ***!
- \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 625 */
+/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/pages/menu/wallet/otherCoin/index.vue?vue&type=template&id=44b626f6&scoped=true&mpType=page ***!
+ \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
@@ -75955,7 +71801,7 @@ __webpack_require__.r(__webpack_exports__);
var components
try {
components = {
- navigation: __webpack_require__(/*! @/components/navigation/navigation.vue */ 551).default
+ navigation: __webpack_require__(/*! @/components/navigation/navigation.vue */ 523).default
}
} catch (e) {
if (
@@ -75995,7 +71841,7 @@ var render = function() {
src: _vm._$s(
2,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/Vector.png */ 554)
+ __webpack_require__(/*! ../../../../static/tongyonh/Vector.png */ 526)
),
_i: 2
},
@@ -76019,7 +71865,7 @@ var render = function() {
src: _vm._$s(
5,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/search.png */ 599)
+ __webpack_require__(/*! ../../../../static/tongyonh/search.png */ 596)
),
_i: 5
}
@@ -76121,7 +71967,7 @@ var render = function() {
src: _vm._$s(
"15-" + $30,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/IconGroup.png */ 615)
+ __webpack_require__(/*! ../../../../static/tongyonh/IconGroup.png */ 612)
),
_i: "15-" + $30
},
@@ -76139,7 +71985,7 @@ var render = function() {
src: _vm._$s(
"16-" + $30,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/x-circle.png */ 646)
+ __webpack_require__(/*! ../../../../static/tongyonh/x-circle.png */ 626)
),
_i: "16-" + $30
}
@@ -76164,7 +72010,7 @@ var render = function() {
src: _vm._$s(
18,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/copy_24px_2.png */ 647)
+ __webpack_require__(/*! ../../../../static/tongyonh/copy_24px_2.png */ 627)
),
_i: 18
}
@@ -76184,84 +72030,84 @@ render._withStripped = true
/***/ }),
-/* 646 */
-/*!**************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/x-circle.png ***!
- \**************************************************************************/
+/* 626 */
+/*!****************************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/x-circle.png ***!
+ \****************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
-eval("module.exports = \"/static/tongyonh/x-circle.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjY0Ni5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL3gtY2lyY2xlLnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///646\n");
+eval("module.exports = \"/static/tongyonh/x-circle.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjYyNi5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL3gtY2lyY2xlLnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///626\n");
/***/ }),
-/* 647 */
-/*!*****************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/copy_24px_2.png ***!
- \*****************************************************************************/
+/* 627 */
+/*!*******************************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/copy_24px_2.png ***!
+ \*******************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
-eval("module.exports = \"/static/tongyonh/copy_24px_2.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjY0Ny5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL2NvcHlfMjRweF8yLnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///647\n");
+eval("module.exports = \"/static/tongyonh/copy_24px_2.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjYyNy5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL2NvcHlfMjRweF8yLnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///627\n");
/***/ }),
-/* 648 */
-/*!***********************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/wallet/otherCoin/index.vue?vue&type=script&lang=js&mpType=page ***!
- \***********************************************************************************************************************/
+/* 628 */
+/*!*************************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/wallet/otherCoin/index.vue?vue&type=script&lang=js&mpType=page ***!
+ \*************************************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=script&lang=js&mpType=page */ 649);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQXdqQixDQUFnQixza0JBQUcsRUFBQyIsImZpbGUiOiI2NDguanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIS4uLy4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL2JhYmVsLWxvYWRlci9saWIvaW5kZXguanMhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyL2luZGV4LmpzPz9yZWYtLTYtMSEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stdW5pLWFwcC1sb2FkZXIvdXNpbmctY29tcG9uZW50cy5qcyEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL2luZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIjsgZXhwb3J0IGRlZmF1bHQgbW9kOyBleHBvcnQgKiBmcm9tIFwiLSEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9iYWJlbC1sb2FkZXIvbGliL2luZGV4LmpzIS4uLy4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlci9pbmRleC5qcz8/cmVmLS02LTEhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXVuaS1hcHAtbG9hZGVyL3VzaW5nLWNvbXBvbmVudHMuanMhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9pbmRleC5qcz8/dnVlLWxvYWRlci1vcHRpb25zIS4vaW5kZXgudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJm1wVHlwZT1wYWdlXCIiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///648\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=script&lang=js&mpType=page */ 629);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQXVtQixDQUFnQixzb0JBQUcsRUFBQyIsImZpbGUiOiI2MjguanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiOyBleHBvcnQgZGVmYXVsdCBtb2Q7IGV4cG9ydCAqIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///628\n");
/***/ }),
-/* 649 */
-/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/pages/menu/wallet/otherCoin/index.vue?vue&type=script&lang=js&mpType=page ***!
- \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 629 */
+/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/pages/menu/wallet/otherCoin/index.vue?vue&type=script&lang=js&mpType=page ***!
+ \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 49));\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar _navigation = _interopRequireDefault(__webpack_require__(/*! @/components/navigation/navigation.vue */ 551));\nvar _TokenUtil = _interopRequireDefault(__webpack_require__(/*! @/utils/TokenUtil */ 43));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {try {var info = gen[key](arg);var value = info.value;} catch (error) {reject(error);return;}if (info.done) {resolve(value);} else {Promise.resolve(value).then(_next, _throw);}}function _asyncToGenerator(fn) {return function () {var self = this,args = arguments;return new Promise(function (resolve, reject) {var gen = fn.apply(self, args);function _next(value) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"next\", value);}function _throw(err) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"throw\", err);}_next(undefined);});};}var _default =\n{\n data: function data() {\n return {\n coinType: '',\n coinInfo: [],\n imgindex: [],\n walletInfo: {},\n coinAddress: '',\n toTop: false,\n tmoney: 0 };\n\n },\n computed: {\n i18n: function i18n() {\n return this.$t('index');\n } },\n\n onLoad: function onLoad() {\n if (uni.getStorageSync('imgindex').length > 0) {\n this.imgindex = uni.getStorageSync('imgindex');\n }\n this.coinAddress = uni.getStorageSync('wallet').address;\n this.coinType = uni.getStorageSync('wallet').type;\n this.walletInfo = uni.getStorageSync('walletInfo');\n this.getCoin();\n },\n methods: {\n goSearch: function goSearch() {\n uni.navigateTo({\n url: '/pages/menu/wallet/search/index' });\n\n },\n back: function back() {\n uni.reLaunch({\n url: '/pages/menu/wallet/index' });\n\n },\n // 添加代币到钱包\n addOther: function addOther(item, index) {var _this = this;\n __f__(\"log\", index, 454545, \" at pages/menu/wallet/otherCoin/index.vue:87\");\n __f__(\"log\", item, 444, \" at pages/menu/wallet/otherCoin/index.vue:88\");\n this.imgindex.splice(index, 0, index);\n __f__(\"log\", this.imgindex, 454545, \" at pages/menu/wallet/otherCoin/index.vue:90\");\n this.toTop = true;\n setTimeout(function () {\n _this.toTop = false;\n }, 1500);\n uni.setStorageSync('imgindex', this.imgindex);\n // }\t\n __f__(\"log\", this.coinType, 444444, \" at pages/menu/wallet/otherCoin/index.vue:97\");\n if (this.coinType == 'ETH') {\n var walleti = uni.getStorageSync('walleti');\n var walletInfo = uni.getStorageSync('walletInfo');\n __f__(\"log\", walleti, \" at pages/menu/wallet/otherCoin/index.vue:101\");\n for (var i = 0; i < walletInfo[this.coinType].length; i++) {\n if (walletInfo[this.coinType][i].address == walleti) {\n var that = this;\n this.$EthUtil.getTokenBalance(this.coinAddress,\n item.contractAddress, function (balance) {\n __f__(\"log\", balance, 123132, \" at pages/menu/wallet/otherCoin/index.vue:107\");\n that.tmoney = balance;\n });\n var b = {\n name: item.contractName,\n xname: item.chainName,\n icon: item.contractIconUrlAbs,\n contractAddress: item.contractAddress,\n balance: this.tmoney };\n\n\n walletInfo[this.coinType][i].coinList.push(b);\n __f__(\"log\", walletInfo[this.coinType][i], 22222, \" at pages/menu/wallet/otherCoin/index.vue:119\");\n uni.setStorageSync('walletInfo', walletInfo);\n uni.setStorageSync('wallet', walletInfo[this.coinType][i]);\n }\n }\n\n }\n\n\n\n\n },\n // 拿代币\n getCoin: function getCoin() {var _this2 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee() {var params, response;return _regenerator.default.wrap(function _callee$(_context) {while (1) {switch (_context.prev = _context.next) {case 0:\n params = {\n chainName: uni.getStorageSync('wallet').type };\n\n __f__(\"log\", params, 888888888, _this2.coinType, \" at pages/menu/wallet/otherCoin/index.vue:136\");_context.next = 4;return (\n _this2.$api.getContractInfoList(params));case 4:response = _context.sent;\n _this2.coinInfo = response.data;case 6:case \"end\":return _context.stop();}}}, _callee);}))();\n\n } } };exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 33)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vcGFnZXMvbWVudS93YWxsZXQvb3RoZXJDb2luL2luZGV4LnZ1ZSJdLCJuYW1lcyI6WyJkYXRhIiwiY29pblR5cGUiLCJjb2luSW5mbyIsImltZ2luZGV4Iiwid2FsbGV0SW5mbyIsImNvaW5BZGRyZXNzIiwidG9Ub3AiLCJ0bW9uZXkiLCJjb21wdXRlZCIsImkxOG4iLCIkdCIsIm9uTG9hZCIsInVuaSIsImdldFN0b3JhZ2VTeW5jIiwibGVuZ3RoIiwiYWRkcmVzcyIsInR5cGUiLCJnZXRDb2luIiwibWV0aG9kcyIsImdvU2VhcmNoIiwibmF2aWdhdGVUbyIsInVybCIsImJhY2siLCJyZUxhdW5jaCIsImFkZE90aGVyIiwiaXRlbSIsImluZGV4Iiwic3BsaWNlIiwic2V0VGltZW91dCIsInNldFN0b3JhZ2VTeW5jIiwid2FsbGV0aSIsImkiLCJ0aGF0IiwiJEV0aFV0aWwiLCJnZXRUb2tlbkJhbGFuY2UiLCJjb250cmFjdEFkZHJlc3MiLCJiYWxhbmNlIiwiYiIsIm5hbWUiLCJjb250cmFjdE5hbWUiLCJ4bmFtZSIsImNoYWluTmFtZSIsImljb24iLCJjb250cmFjdEljb25VcmxBYnMiLCJjb2luTGlzdCIsInB1c2giLCJwYXJhbXMiLCIkYXBpIiwiZ2V0Q29udHJhY3RJbmZvTGlzdCIsInJlc3BvbnNlIl0sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUE2Q0E7QUFDQSwwRjtBQUNlO0FBQ2RBLE1BRGMsa0JBQ1A7QUFDTixXQUFPO0FBQ1BDLGNBQVEsRUFBQyxFQURGO0FBRVBDLGNBQVEsRUFBQyxFQUZGO0FBR1BDLGNBQVEsRUFBQyxFQUhGO0FBSVBDLGdCQUFVLEVBQUMsRUFKSjtBQUtQQyxpQkFBVyxFQUFDLEVBTEw7QUFNUEMsV0FBSyxFQUFDLEtBTkM7QUFPUEMsWUFBTSxFQUFDLENBUEEsRUFBUDs7QUFTQSxHQVhhO0FBWWZDLFVBQVEsRUFBRTtBQUNOQyxRQURNLGtCQUNDO0FBQ04sYUFBTyxLQUFLQyxFQUFMLENBQVEsT0FBUixDQUFQO0FBQ0EsS0FISyxFQVpLOztBQWlCZEMsUUFqQmMsb0JBaUJMO0FBQ1IsUUFBR0MsR0FBRyxDQUFDQyxjQUFKLENBQW1CLFVBQW5CLEVBQStCQyxNQUEvQixHQUFzQyxDQUF6QyxFQUEyQztBQUMxQyxXQUFLWCxRQUFMLEdBQWNTLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixVQUFuQixDQUFkO0FBQ0E7QUFDRixTQUFLUixXQUFMLEdBQWlCTyxHQUFHLENBQUNDLGNBQUosQ0FBbUIsUUFBbkIsRUFBNkJFLE9BQTlDO0FBQ0EsU0FBS2QsUUFBTCxHQUFjVyxHQUFHLENBQUNDLGNBQUosQ0FBbUIsUUFBbkIsRUFBNkJHLElBQTNDO0FBQ0EsU0FBS1osVUFBTCxHQUFnQlEsR0FBRyxDQUFDQyxjQUFKLENBQW1CLFlBQW5CLENBQWhCO0FBQ0MsU0FBS0ksT0FBTDtBQUNBLEdBekJhO0FBMEJkQyxTQUFPLEVBQUU7QUFDUkMsWUFEUSxzQkFDRTtBQUNUUCxTQUFHLENBQUNRLFVBQUosQ0FBZTtBQUNkQyxXQUFHLEVBQUMsaUNBRFUsRUFBZjs7QUFHQSxLQUxPO0FBTVJDLFFBTlEsa0JBTUY7QUFDTFYsU0FBRyxDQUFDVyxRQUFKLENBQWE7QUFDWkYsV0FBRyxFQUFDLDBCQURRLEVBQWI7O0FBR0EsS0FWTztBQVdSO0FBQ0FHLFlBWlEsb0JBWUNDLElBWkQsRUFZTUMsS0FaTixFQVlZO0FBQ25CLG1CQUFZQSxLQUFaLEVBQWtCLE1BQWxCO0FBQ0EsbUJBQVlELElBQVosRUFBaUIsR0FBakI7QUFDQyxXQUFLdEIsUUFBTCxDQUFjd0IsTUFBZCxDQUFxQkQsS0FBckIsRUFBMkIsQ0FBM0IsRUFBNkJBLEtBQTdCO0FBQ0EsbUJBQVksS0FBS3ZCLFFBQWpCLEVBQTBCLE1BQTFCO0FBQ0EsV0FBS0csS0FBTCxHQUFXLElBQVg7QUFDQXNCLGdCQUFVLENBQUMsWUFBSTtBQUNkLGFBQUksQ0FBQ3RCLEtBQUwsR0FBVyxLQUFYO0FBQ0EsT0FGUyxFQUVSLElBRlEsQ0FBVjtBQUdBTSxTQUFHLENBQUNpQixjQUFKLENBQW1CLFVBQW5CLEVBQThCLEtBQUsxQixRQUFuQztBQUNEO0FBQ0EsbUJBQVksS0FBS0YsUUFBakIsRUFBMEIsTUFBMUI7QUFDQSxVQUFHLEtBQUtBLFFBQUwsSUFBZSxLQUFsQixFQUF3QjtBQUN2QixZQUFNNkIsT0FBTyxHQUFDbEIsR0FBRyxDQUFDQyxjQUFKLENBQW1CLFNBQW5CLENBQWQ7QUFDQSxZQUFNVCxVQUFVLEdBQUNRLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixZQUFuQixDQUFqQjtBQUNBLHFCQUFZaUIsT0FBWjtBQUNBLGFBQUksSUFBSUMsQ0FBQyxHQUFDLENBQVYsRUFBWUEsQ0FBQyxHQUFDM0IsVUFBVSxDQUFDLEtBQUtILFFBQU4sQ0FBVixDQUEwQmEsTUFBeEMsRUFBK0NpQixDQUFDLEVBQWhELEVBQW1EO0FBQ2xELGNBQUczQixVQUFVLENBQUMsS0FBS0gsUUFBTixDQUFWLENBQTBCOEIsQ0FBMUIsRUFBNkJoQixPQUE3QixJQUFzQ2UsT0FBekMsRUFBaUQ7QUFDOUMsZ0JBQUlFLElBQUksR0FBQyxJQUFUO0FBQ0MsaUJBQUtDLFFBQUwsQ0FBY0MsZUFBZCxDQUE4QixLQUFLN0IsV0FBbkM7QUFDQ29CLGdCQUFJLENBQUNVLGVBRE4sRUFDc0IsVUFBU0MsT0FBVCxFQUFpQjtBQUN0QywyQkFBWUEsT0FBWixFQUFvQixNQUFwQjtBQUNESixrQkFBSSxDQUFDekIsTUFBTCxHQUFZNkIsT0FBWjtBQUNDLGFBSkQ7QUFLRixnQkFBSUMsQ0FBQyxHQUFDO0FBQ0pDLGtCQUFJLEVBQUNiLElBQUksQ0FBQ2MsWUFETjtBQUVKQyxtQkFBSyxFQUFDZixJQUFJLENBQUNnQixTQUZQO0FBR0pDLGtCQUFJLEVBQUNqQixJQUFJLENBQUNrQixrQkFITjtBQUlKUiw2QkFBZSxFQUFDVixJQUFJLENBQUNVLGVBSmpCO0FBS0pDLHFCQUFPLEVBQUMsS0FBSzdCLE1BTFQsRUFBTjs7O0FBUUFILHNCQUFVLENBQUMsS0FBS0gsUUFBTixDQUFWLENBQTBCOEIsQ0FBMUIsRUFBNkJhLFFBQTdCLENBQXNDQyxJQUF0QyxDQUEyQ1IsQ0FBM0M7QUFDQSx5QkFBWWpDLFVBQVUsQ0FBQyxLQUFLSCxRQUFOLENBQVYsQ0FBMEI4QixDQUExQixDQUFaLEVBQXlDLEtBQXpDO0FBQ0FuQixlQUFHLENBQUNpQixjQUFKLENBQW1CLFlBQW5CLEVBQWdDekIsVUFBaEM7QUFDQVEsZUFBRyxDQUFDaUIsY0FBSixDQUFtQixRQUFuQixFQUE0QnpCLFVBQVUsQ0FBQyxLQUFLSCxRQUFOLENBQVYsQ0FBMEI4QixDQUExQixDQUE1QjtBQUNEO0FBQ0Q7O0FBRUQ7Ozs7O0FBS0QsS0F4RE87QUF5RFY7QUFDTWQsV0ExREkscUJBMERLO0FBQ1Y2QixzQkFEVSxHQUNEO0FBQ1pMLDJCQUFTLEVBQUU3QixHQUFHLENBQUNDLGNBQUosQ0FBbUIsUUFBbkIsRUFBNkJHLElBRDVCLEVBREM7O0FBSWQsNkJBQVk4QixNQUFaLEVBQW1CLFNBQW5CLEVBQTZCLE1BQUksQ0FBQzdDLFFBQWxDLG1EQUpjO0FBS1Msd0JBQUksQ0FBQzhDLElBQUwsQ0FBVUMsbUJBQVYsQ0FBOEJGLE1BQTlCLENBTFQsU0FLUkcsUUFMUTtBQU1kLHNCQUFJLENBQUMvQyxRQUFMLEdBQWMrQyxRQUFRLENBQUNqRCxJQUF2QixDQU5jOztBQVFkLEtBbEVTLEVBMUJLLEUiLCJmaWxlIjoiNjQ5LmpzIiwic291cmNlc0NvbnRlbnQiOlsiLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG5cbmltcG9ydCBjb250IGZyb20gXCJAL2NvbXBvbmVudHMvbmF2aWdhdGlvbi9uYXZpZ2F0aW9uLnZ1ZVwiXG5pbXBvcnQgdG9rZW4gZnJvbSBcIkAvdXRpbHMvVG9rZW5VdGlsXCJcbmV4cG9ydCBkZWZhdWx0IHtcblx0ZGF0YSgpIHtcblx0XHRyZXR1cm4ge1xuXHRcdGNvaW5UeXBlOicnLFx0XG5cdFx0Y29pbkluZm86W10sXG5cdFx0aW1naW5kZXg6W10sXG5cdFx0d2FsbGV0SW5mbzp7fSxcblx0XHRjb2luQWRkcmVzczonJyxcblx0XHR0b1RvcDpmYWxzZSxcblx0XHR0bW9uZXk6MFxuXHRcdH1cblx0fSxcbmNvbXB1dGVkOiB7XG5cdFx0XHRcdGkxOG4oKSB7XG5cdFx0XHRcdFx0cmV0dXJuIHRoaXMuJHQoJ2luZGV4Jylcblx0XHRcdFx0fSxcblx0XHRcdH0sXG5cdG9uTG9hZCgpIHtcblx0XHRpZih1bmkuZ2V0U3RvcmFnZVN5bmMoJ2ltZ2luZGV4JykubGVuZ3RoPjApe1xuXHRcdFx0dGhpcy5pbWdpbmRleD11bmkuZ2V0U3RvcmFnZVN5bmMoJ2ltZ2luZGV4Jylcblx0XHR9XG5cdHRoaXMuY29pbkFkZHJlc3M9dW5pLmdldFN0b3JhZ2VTeW5jKCd3YWxsZXQnKS5hZGRyZXNzXG5cdHRoaXMuY29pblR5cGU9dW5pLmdldFN0b3JhZ2VTeW5jKCd3YWxsZXQnKS50eXBlXG5cdHRoaXMud2FsbGV0SW5mbz11bmkuZ2V0U3RvcmFnZVN5bmMoJ3dhbGxldEluZm8nKVxuXHRcdHRoaXMuZ2V0Q29pbigpO1xuXHR9LFxuXHRtZXRob2RzOiB7XG5cdFx0Z29TZWFyY2goKXtcblx0XHRcdHVuaS5uYXZpZ2F0ZVRvKHtcblx0XHRcdFx0dXJsOicvcGFnZXMvbWVudS93YWxsZXQvc2VhcmNoL2luZGV4J1xuXHRcdFx0fSlcblx0XHR9LFxuXHRcdGJhY2soKXtcblx0XHRcdHVuaS5yZUxhdW5jaCh7XG5cdFx0XHRcdHVybDonL3BhZ2VzL21lbnUvd2FsbGV0L2luZGV4J1xuXHRcdFx0fSlcblx0XHR9LFxuXHRcdC8vIOa3u+WKoOS7o+W4geWIsOmSseWMhVxuXHRcdGFkZE90aGVyKGl0ZW0saW5kZXgpe1xuXHRcdFx0Y29uc29sZS5sb2coaW5kZXgsNDU0NTQ1KVxuXHRcdFx0Y29uc29sZS5sb2coaXRlbSw0NDQpXG5cdFx0XHRcdHRoaXMuaW1naW5kZXguc3BsaWNlKGluZGV4LDAsaW5kZXgpXG5cdFx0XHRcdGNvbnNvbGUubG9nKHRoaXMuaW1naW5kZXgsNDU0NTQ1KVxuXHRcdFx0XHR0aGlzLnRvVG9wPXRydWVcblx0XHRcdFx0c2V0VGltZW91dCgoKT0+e1xuXHRcdFx0XHRcdHRoaXMudG9Ub3A9ZmFsc2Vcblx0XHRcdFx0fSwxNTAwKVxuXHRcdFx0XHR1bmkuc2V0U3RvcmFnZVN5bmMoJ2ltZ2luZGV4Jyx0aGlzLmltZ2luZGV4KVxuXHRcdFx0Ly8gfVx0XG5cdFx0XHRjb25zb2xlLmxvZyh0aGlzLmNvaW5UeXBlLDQ0NDQ0NClcblx0XHRcdGlmKHRoaXMuY29pblR5cGU9PSdFVEgnKXtcblx0XHRcdFx0Y29uc3Qgd2FsbGV0aT11bmkuZ2V0U3RvcmFnZVN5bmMoJ3dhbGxldGknKVxuXHRcdFx0XHRjb25zdCB3YWxsZXRJbmZvPXVuaS5nZXRTdG9yYWdlU3luYygnd2FsbGV0SW5mbycpXG5cdFx0XHRcdGNvbnNvbGUubG9nKHdhbGxldGkpXG5cdFx0XHRcdGZvcih2YXIgaT0wO2k8d2FsbGV0SW5mb1t0aGlzLmNvaW5UeXBlXS5sZW5ndGg7aSsrKXtcblx0XHRcdFx0XHRpZih3YWxsZXRJbmZvW3RoaXMuY29pblR5cGVdW2ldLmFkZHJlc3M9PXdhbGxldGkpe1xuXHRcdFx0XHRcdFx0XHQgdmFyIHRoYXQ9dGhpc1xuXHRcdFx0XHRcdFx0XHRcdCB0aGlzLiRFdGhVdGlsLmdldFRva2VuQmFsYW5jZSh0aGlzLmNvaW5BZGRyZXNzXG5cdFx0XHRcdFx0XHRcdFx0ICxpdGVtLmNvbnRyYWN0QWRkcmVzcyxmdW5jdGlvbihiYWxhbmNlKXtcblx0XHRcdFx0XHRcdFx0XHRcdCBjb25zb2xlLmxvZyhiYWxhbmNlLDEyMzEzMilcblx0XHRcdFx0XHRcdFx0XHRcdHRoYXQudG1vbmV5PWJhbGFuY2Vcblx0XHRcdFx0XHRcdFx0XHQgfSk7IFxuXHRcdFx0XHRcdFx0XHR2YXIgYj17XG5cdFx0XHRcdFx0XHRcdFx0XHRuYW1lOml0ZW0uY29udHJhY3ROYW1lLFxuXHRcdFx0XHRcdFx0XHRcdFx0eG5hbWU6aXRlbS5jaGFpbk5hbWUsXG5cdFx0XHRcdFx0XHRcdFx0XHRpY29uOml0ZW0uY29udHJhY3RJY29uVXJsQWJzLFxuXHRcdFx0XHRcdFx0XHRcdFx0Y29udHJhY3RBZGRyZXNzOml0ZW0uY29udHJhY3RBZGRyZXNzLFxuXHRcdFx0XHRcdFx0XHRcdFx0YmFsYW5jZTp0aGlzLnRtb25leSxcblx0XHRcdFx0XHRcdFx0XHR9O1xuXHRcdFx0XHRcdFx0XHRcdCBcblx0XHRcdFx0XHRcdFx0d2FsbGV0SW5mb1t0aGlzLmNvaW5UeXBlXVtpXS5jb2luTGlzdC5wdXNoKGIpXG5cdFx0XHRcdFx0XHRcdGNvbnNvbGUubG9nKHdhbGxldEluZm9bdGhpcy5jb2luVHlwZV1baV0sMjIyMjIpXHRcdFx0XHRcblx0XHRcdFx0XHRcdFx0dW5pLnNldFN0b3JhZ2VTeW5jKCd3YWxsZXRJbmZvJyx3YWxsZXRJbmZvKVxuXHRcdFx0XHRcdFx0XHR1bmkuc2V0U3RvcmFnZVN5bmMoJ3dhbGxldCcsd2FsbGV0SW5mb1t0aGlzLmNvaW5UeXBlXVtpXSlcblx0XHRcdFx0XHR9XG5cdFx0XHRcdH1cblx0XG5cdFx0XHR9XG5cdFx0XHRcblx0XHRcblx0XHRcblx0XHRcblx0XHR9LFxuLy8g5ou/5Luj5biBXG5hc3luYyBnZXRDb2luKCl7XG5cdGxldCBwYXJhbXMgPSB7XG5cdFx0Y2hhaW5OYW1lOiB1bmkuZ2V0U3RvcmFnZVN5bmMoJ3dhbGxldCcpLnR5cGVcblx0fVxuXHRjb25zb2xlLmxvZyhwYXJhbXMsODg4ODg4ODg4LHRoaXMuY29pblR5cGUpXG5cdGNvbnN0IHJlc3BvbnNlID0gYXdhaXQgdGhpcy4kYXBpLmdldENvbnRyYWN0SW5mb0xpc3QocGFyYW1zKVxuXHR0aGlzLmNvaW5JbmZvPXJlc3BvbnNlLmRhdGFcblx0XG59LFxuXHRcblxuXHR9LFxuXG59O1xuIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///649\n");
+eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 44));\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar _navigation = _interopRequireDefault(__webpack_require__(/*! @/components/navigation/navigation.vue */ 523));\nvar _TokenUtil = _interopRequireDefault(__webpack_require__(/*! @/utils/TokenUtil */ 38));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {try {var info = gen[key](arg);var value = info.value;} catch (error) {reject(error);return;}if (info.done) {resolve(value);} else {Promise.resolve(value).then(_next, _throw);}}function _asyncToGenerator(fn) {return function () {var self = this,args = arguments;return new Promise(function (resolve, reject) {var gen = fn.apply(self, args);function _next(value) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"next\", value);}function _throw(err) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"throw\", err);}_next(undefined);});};}var _default =\n{\n data: function data() {\n return {\n coinType: '',\n coinInfo: [],\n imgindex: [],\n walletInfo: {},\n coinAddress: '',\n toTop: false,\n tmoney: 0 };\n\n },\n computed: {\n i18n: function i18n() {\n return this.$t('index');\n } },\n\n onLoad: function onLoad() {\n if (uni.getStorageSync('imgindex').length > 0) {\n this.imgindex = uni.getStorageSync('imgindex');\n }\n this.coinAddress = uni.getStorageSync('wallet').address;\n this.coinType = uni.getStorageSync('wallet').type;\n this.walletInfo = uni.getStorageSync('walletInfo');\n this.getCoin();\n },\n methods: {\n goSearch: function goSearch() {\n uni.navigateTo({\n url: '/pages/menu/wallet/search/index' });\n\n },\n back: function back() {\n uni.reLaunch({\n url: '/pages/menu/wallet/index' });\n\n },\n // 添加代币到钱包\n addOther: function addOther(item, index) {var _this = this;\n __f__(\"log\", index, 454545, \" at pages/menu/wallet/otherCoin/index.vue:87\");\n __f__(\"log\", item, 444, \" at pages/menu/wallet/otherCoin/index.vue:88\");\n this.imgindex.splice(index, 0, index);\n __f__(\"log\", this.imgindex, 454545, \" at pages/menu/wallet/otherCoin/index.vue:90\");\n this.toTop = true;\n setTimeout(function () {\n _this.toTop = false;\n }, 1500);\n uni.setStorageSync('imgindex', this.imgindex);\n // }\t\n __f__(\"log\", this.coinType, 444444, \" at pages/menu/wallet/otherCoin/index.vue:97\");\n if (this.coinType == 'ETH') {\n var walleti = uni.getStorageSync('walleti');\n var walletInfo = uni.getStorageSync('walletInfo');\n __f__(\"log\", walleti, \" at pages/menu/wallet/otherCoin/index.vue:101\");\n for (var i = 0; i < walletInfo[this.coinType].length; i++) {\n if (walletInfo[this.coinType][i].address == walleti) {\n var that = this;\n this.$EthUtil.getTokenBalance(this.coinAddress,\n item.contractAddress, function (balance) {\n __f__(\"log\", balance, 123132, \" at pages/menu/wallet/otherCoin/index.vue:107\");\n that.tmoney = balance;\n });\n var b = {\n name: item.contractName,\n xname: item.chainName,\n icon: item.contractIconUrlAbs,\n contractAddress: item.contractAddress,\n balance: this.tmoney };\n\n\n walletInfo[this.coinType][i].coinList.push(b);\n __f__(\"log\", walletInfo[this.coinType][i], 22222, \" at pages/menu/wallet/otherCoin/index.vue:119\");\n uni.setStorageSync('walletInfo', walletInfo);\n uni.setStorageSync('wallet', walletInfo[this.coinType][i]);\n }\n }\n\n }\n\n\n\n\n },\n // 拿代币\n getCoin: function getCoin() {var _this2 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee() {var params, response;return _regenerator.default.wrap(function _callee$(_context) {while (1) {switch (_context.prev = _context.next) {case 0:\n params = {\n chainName: uni.getStorageSync('wallet').type };\n\n __f__(\"log\", params, 888888888, _this2.coinType, \" at pages/menu/wallet/otherCoin/index.vue:136\");_context.next = 4;return (\n _this2.$api.getContractInfoList(params));case 4:response = _context.sent;\n _this2.coinInfo = response.data;case 6:case \"end\":return _context.stop();}}}, _callee);}))();\n\n } } };exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 28)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vcGFnZXMvbWVudS93YWxsZXQvb3RoZXJDb2luL2luZGV4LnZ1ZSJdLCJuYW1lcyI6WyJkYXRhIiwiY29pblR5cGUiLCJjb2luSW5mbyIsImltZ2luZGV4Iiwid2FsbGV0SW5mbyIsImNvaW5BZGRyZXNzIiwidG9Ub3AiLCJ0bW9uZXkiLCJjb21wdXRlZCIsImkxOG4iLCIkdCIsIm9uTG9hZCIsInVuaSIsImdldFN0b3JhZ2VTeW5jIiwibGVuZ3RoIiwiYWRkcmVzcyIsInR5cGUiLCJnZXRDb2luIiwibWV0aG9kcyIsImdvU2VhcmNoIiwibmF2aWdhdGVUbyIsInVybCIsImJhY2siLCJyZUxhdW5jaCIsImFkZE90aGVyIiwiaXRlbSIsImluZGV4Iiwic3BsaWNlIiwic2V0VGltZW91dCIsInNldFN0b3JhZ2VTeW5jIiwid2FsbGV0aSIsImkiLCJ0aGF0IiwiJEV0aFV0aWwiLCJnZXRUb2tlbkJhbGFuY2UiLCJjb250cmFjdEFkZHJlc3MiLCJiYWxhbmNlIiwiYiIsIm5hbWUiLCJjb250cmFjdE5hbWUiLCJ4bmFtZSIsImNoYWluTmFtZSIsImljb24iLCJjb250cmFjdEljb25VcmxBYnMiLCJjb2luTGlzdCIsInB1c2giLCJwYXJhbXMiLCIkYXBpIiwiZ2V0Q29udHJhY3RJbmZvTGlzdCIsInJlc3BvbnNlIl0sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUE2Q0E7QUFDQSwwRjtBQUNlO0FBQ2RBLE1BRGMsa0JBQ1A7QUFDTixXQUFPO0FBQ1BDLGNBQVEsRUFBQyxFQURGO0FBRVBDLGNBQVEsRUFBQyxFQUZGO0FBR1BDLGNBQVEsRUFBQyxFQUhGO0FBSVBDLGdCQUFVLEVBQUMsRUFKSjtBQUtQQyxpQkFBVyxFQUFDLEVBTEw7QUFNUEMsV0FBSyxFQUFDLEtBTkM7QUFPUEMsWUFBTSxFQUFDLENBUEEsRUFBUDs7QUFTQSxHQVhhO0FBWWZDLFVBQVEsRUFBRTtBQUNOQyxRQURNLGtCQUNDO0FBQ04sYUFBTyxLQUFLQyxFQUFMLENBQVEsT0FBUixDQUFQO0FBQ0EsS0FISyxFQVpLOztBQWlCZEMsUUFqQmMsb0JBaUJMO0FBQ1IsUUFBR0MsR0FBRyxDQUFDQyxjQUFKLENBQW1CLFVBQW5CLEVBQStCQyxNQUEvQixHQUFzQyxDQUF6QyxFQUEyQztBQUMxQyxXQUFLWCxRQUFMLEdBQWNTLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixVQUFuQixDQUFkO0FBQ0E7QUFDRixTQUFLUixXQUFMLEdBQWlCTyxHQUFHLENBQUNDLGNBQUosQ0FBbUIsUUFBbkIsRUFBNkJFLE9BQTlDO0FBQ0EsU0FBS2QsUUFBTCxHQUFjVyxHQUFHLENBQUNDLGNBQUosQ0FBbUIsUUFBbkIsRUFBNkJHLElBQTNDO0FBQ0EsU0FBS1osVUFBTCxHQUFnQlEsR0FBRyxDQUFDQyxjQUFKLENBQW1CLFlBQW5CLENBQWhCO0FBQ0MsU0FBS0ksT0FBTDtBQUNBLEdBekJhO0FBMEJkQyxTQUFPLEVBQUU7QUFDUkMsWUFEUSxzQkFDRTtBQUNUUCxTQUFHLENBQUNRLFVBQUosQ0FBZTtBQUNkQyxXQUFHLEVBQUMsaUNBRFUsRUFBZjs7QUFHQSxLQUxPO0FBTVJDLFFBTlEsa0JBTUY7QUFDTFYsU0FBRyxDQUFDVyxRQUFKLENBQWE7QUFDWkYsV0FBRyxFQUFDLDBCQURRLEVBQWI7O0FBR0EsS0FWTztBQVdSO0FBQ0FHLFlBWlEsb0JBWUNDLElBWkQsRUFZTUMsS0FaTixFQVlZO0FBQ25CLG1CQUFZQSxLQUFaLEVBQWtCLE1BQWxCO0FBQ0EsbUJBQVlELElBQVosRUFBaUIsR0FBakI7QUFDQyxXQUFLdEIsUUFBTCxDQUFjd0IsTUFBZCxDQUFxQkQsS0FBckIsRUFBMkIsQ0FBM0IsRUFBNkJBLEtBQTdCO0FBQ0EsbUJBQVksS0FBS3ZCLFFBQWpCLEVBQTBCLE1BQTFCO0FBQ0EsV0FBS0csS0FBTCxHQUFXLElBQVg7QUFDQXNCLGdCQUFVLENBQUMsWUFBSTtBQUNkLGFBQUksQ0FBQ3RCLEtBQUwsR0FBVyxLQUFYO0FBQ0EsT0FGUyxFQUVSLElBRlEsQ0FBVjtBQUdBTSxTQUFHLENBQUNpQixjQUFKLENBQW1CLFVBQW5CLEVBQThCLEtBQUsxQixRQUFuQztBQUNEO0FBQ0EsbUJBQVksS0FBS0YsUUFBakIsRUFBMEIsTUFBMUI7QUFDQSxVQUFHLEtBQUtBLFFBQUwsSUFBZSxLQUFsQixFQUF3QjtBQUN2QixZQUFNNkIsT0FBTyxHQUFDbEIsR0FBRyxDQUFDQyxjQUFKLENBQW1CLFNBQW5CLENBQWQ7QUFDQSxZQUFNVCxVQUFVLEdBQUNRLEdBQUcsQ0FBQ0MsY0FBSixDQUFtQixZQUFuQixDQUFqQjtBQUNBLHFCQUFZaUIsT0FBWjtBQUNBLGFBQUksSUFBSUMsQ0FBQyxHQUFDLENBQVYsRUFBWUEsQ0FBQyxHQUFDM0IsVUFBVSxDQUFDLEtBQUtILFFBQU4sQ0FBVixDQUEwQmEsTUFBeEMsRUFBK0NpQixDQUFDLEVBQWhELEVBQW1EO0FBQ2xELGNBQUczQixVQUFVLENBQUMsS0FBS0gsUUFBTixDQUFWLENBQTBCOEIsQ0FBMUIsRUFBNkJoQixPQUE3QixJQUFzQ2UsT0FBekMsRUFBaUQ7QUFDOUMsZ0JBQUlFLElBQUksR0FBQyxJQUFUO0FBQ0MsaUJBQUtDLFFBQUwsQ0FBY0MsZUFBZCxDQUE4QixLQUFLN0IsV0FBbkM7QUFDQ29CLGdCQUFJLENBQUNVLGVBRE4sRUFDc0IsVUFBU0MsT0FBVCxFQUFpQjtBQUN0QywyQkFBWUEsT0FBWixFQUFvQixNQUFwQjtBQUNESixrQkFBSSxDQUFDekIsTUFBTCxHQUFZNkIsT0FBWjtBQUNDLGFBSkQ7QUFLRixnQkFBSUMsQ0FBQyxHQUFDO0FBQ0pDLGtCQUFJLEVBQUNiLElBQUksQ0FBQ2MsWUFETjtBQUVKQyxtQkFBSyxFQUFDZixJQUFJLENBQUNnQixTQUZQO0FBR0pDLGtCQUFJLEVBQUNqQixJQUFJLENBQUNrQixrQkFITjtBQUlKUiw2QkFBZSxFQUFDVixJQUFJLENBQUNVLGVBSmpCO0FBS0pDLHFCQUFPLEVBQUMsS0FBSzdCLE1BTFQsRUFBTjs7O0FBUUFILHNCQUFVLENBQUMsS0FBS0gsUUFBTixDQUFWLENBQTBCOEIsQ0FBMUIsRUFBNkJhLFFBQTdCLENBQXNDQyxJQUF0QyxDQUEyQ1IsQ0FBM0M7QUFDQSx5QkFBWWpDLFVBQVUsQ0FBQyxLQUFLSCxRQUFOLENBQVYsQ0FBMEI4QixDQUExQixDQUFaLEVBQXlDLEtBQXpDO0FBQ0FuQixlQUFHLENBQUNpQixjQUFKLENBQW1CLFlBQW5CLEVBQWdDekIsVUFBaEM7QUFDQVEsZUFBRyxDQUFDaUIsY0FBSixDQUFtQixRQUFuQixFQUE0QnpCLFVBQVUsQ0FBQyxLQUFLSCxRQUFOLENBQVYsQ0FBMEI4QixDQUExQixDQUE1QjtBQUNEO0FBQ0Q7O0FBRUQ7Ozs7O0FBS0QsS0F4RE87QUF5RFY7QUFDTWQsV0ExREkscUJBMERLO0FBQ1Y2QixzQkFEVSxHQUNEO0FBQ1pMLDJCQUFTLEVBQUU3QixHQUFHLENBQUNDLGNBQUosQ0FBbUIsUUFBbkIsRUFBNkJHLElBRDVCLEVBREM7O0FBSWQsNkJBQVk4QixNQUFaLEVBQW1CLFNBQW5CLEVBQTZCLE1BQUksQ0FBQzdDLFFBQWxDLG1EQUpjO0FBS1Msd0JBQUksQ0FBQzhDLElBQUwsQ0FBVUMsbUJBQVYsQ0FBOEJGLE1BQTlCLENBTFQsU0FLUkcsUUFMUTtBQU1kLHNCQUFJLENBQUMvQyxRQUFMLEdBQWMrQyxRQUFRLENBQUNqRCxJQUF2QixDQU5jOztBQVFkLEtBbEVTLEVBMUJLLEUiLCJmaWxlIjoiNjI5LmpzIiwic291cmNlc0NvbnRlbnQiOlsiLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG5cbmltcG9ydCBjb250IGZyb20gXCJAL2NvbXBvbmVudHMvbmF2aWdhdGlvbi9uYXZpZ2F0aW9uLnZ1ZVwiXG5pbXBvcnQgdG9rZW4gZnJvbSBcIkAvdXRpbHMvVG9rZW5VdGlsXCJcbmV4cG9ydCBkZWZhdWx0IHtcblx0ZGF0YSgpIHtcblx0XHRyZXR1cm4ge1xuXHRcdGNvaW5UeXBlOicnLFx0XG5cdFx0Y29pbkluZm86W10sXG5cdFx0aW1naW5kZXg6W10sXG5cdFx0d2FsbGV0SW5mbzp7fSxcblx0XHRjb2luQWRkcmVzczonJyxcblx0XHR0b1RvcDpmYWxzZSxcblx0XHR0bW9uZXk6MFxuXHRcdH1cblx0fSxcbmNvbXB1dGVkOiB7XG5cdFx0XHRcdGkxOG4oKSB7XG5cdFx0XHRcdFx0cmV0dXJuIHRoaXMuJHQoJ2luZGV4Jylcblx0XHRcdFx0fSxcblx0XHRcdH0sXG5cdG9uTG9hZCgpIHtcblx0XHRpZih1bmkuZ2V0U3RvcmFnZVN5bmMoJ2ltZ2luZGV4JykubGVuZ3RoPjApe1xuXHRcdFx0dGhpcy5pbWdpbmRleD11bmkuZ2V0U3RvcmFnZVN5bmMoJ2ltZ2luZGV4Jylcblx0XHR9XG5cdHRoaXMuY29pbkFkZHJlc3M9dW5pLmdldFN0b3JhZ2VTeW5jKCd3YWxsZXQnKS5hZGRyZXNzXG5cdHRoaXMuY29pblR5cGU9dW5pLmdldFN0b3JhZ2VTeW5jKCd3YWxsZXQnKS50eXBlXG5cdHRoaXMud2FsbGV0SW5mbz11bmkuZ2V0U3RvcmFnZVN5bmMoJ3dhbGxldEluZm8nKVxuXHRcdHRoaXMuZ2V0Q29pbigpO1xuXHR9LFxuXHRtZXRob2RzOiB7XG5cdFx0Z29TZWFyY2goKXtcblx0XHRcdHVuaS5uYXZpZ2F0ZVRvKHtcblx0XHRcdFx0dXJsOicvcGFnZXMvbWVudS93YWxsZXQvc2VhcmNoL2luZGV4J1xuXHRcdFx0fSlcblx0XHR9LFxuXHRcdGJhY2soKXtcblx0XHRcdHVuaS5yZUxhdW5jaCh7XG5cdFx0XHRcdHVybDonL3BhZ2VzL21lbnUvd2FsbGV0L2luZGV4J1xuXHRcdFx0fSlcblx0XHR9LFxuXHRcdC8vIOa3u+WKoOS7o+W4geWIsOmSseWMhVxuXHRcdGFkZE90aGVyKGl0ZW0saW5kZXgpe1xuXHRcdFx0Y29uc29sZS5sb2coaW5kZXgsNDU0NTQ1KVxuXHRcdFx0Y29uc29sZS5sb2coaXRlbSw0NDQpXG5cdFx0XHRcdHRoaXMuaW1naW5kZXguc3BsaWNlKGluZGV4LDAsaW5kZXgpXG5cdFx0XHRcdGNvbnNvbGUubG9nKHRoaXMuaW1naW5kZXgsNDU0NTQ1KVxuXHRcdFx0XHR0aGlzLnRvVG9wPXRydWVcblx0XHRcdFx0c2V0VGltZW91dCgoKT0+e1xuXHRcdFx0XHRcdHRoaXMudG9Ub3A9ZmFsc2Vcblx0XHRcdFx0fSwxNTAwKVxuXHRcdFx0XHR1bmkuc2V0U3RvcmFnZVN5bmMoJ2ltZ2luZGV4Jyx0aGlzLmltZ2luZGV4KVxuXHRcdFx0Ly8gfVx0XG5cdFx0XHRjb25zb2xlLmxvZyh0aGlzLmNvaW5UeXBlLDQ0NDQ0NClcblx0XHRcdGlmKHRoaXMuY29pblR5cGU9PSdFVEgnKXtcblx0XHRcdFx0Y29uc3Qgd2FsbGV0aT11bmkuZ2V0U3RvcmFnZVN5bmMoJ3dhbGxldGknKVxuXHRcdFx0XHRjb25zdCB3YWxsZXRJbmZvPXVuaS5nZXRTdG9yYWdlU3luYygnd2FsbGV0SW5mbycpXG5cdFx0XHRcdGNvbnNvbGUubG9nKHdhbGxldGkpXG5cdFx0XHRcdGZvcih2YXIgaT0wO2k8d2FsbGV0SW5mb1t0aGlzLmNvaW5UeXBlXS5sZW5ndGg7aSsrKXtcblx0XHRcdFx0XHRpZih3YWxsZXRJbmZvW3RoaXMuY29pblR5cGVdW2ldLmFkZHJlc3M9PXdhbGxldGkpe1xuXHRcdFx0XHRcdFx0XHQgdmFyIHRoYXQ9dGhpc1xuXHRcdFx0XHRcdFx0XHRcdCB0aGlzLiRFdGhVdGlsLmdldFRva2VuQmFsYW5jZSh0aGlzLmNvaW5BZGRyZXNzXG5cdFx0XHRcdFx0XHRcdFx0ICxpdGVtLmNvbnRyYWN0QWRkcmVzcyxmdW5jdGlvbihiYWxhbmNlKXtcblx0XHRcdFx0XHRcdFx0XHRcdCBjb25zb2xlLmxvZyhiYWxhbmNlLDEyMzEzMilcblx0XHRcdFx0XHRcdFx0XHRcdHRoYXQudG1vbmV5PWJhbGFuY2Vcblx0XHRcdFx0XHRcdFx0XHQgfSk7IFxuXHRcdFx0XHRcdFx0XHR2YXIgYj17XG5cdFx0XHRcdFx0XHRcdFx0XHRuYW1lOml0ZW0uY29udHJhY3ROYW1lLFxuXHRcdFx0XHRcdFx0XHRcdFx0eG5hbWU6aXRlbS5jaGFpbk5hbWUsXG5cdFx0XHRcdFx0XHRcdFx0XHRpY29uOml0ZW0uY29udHJhY3RJY29uVXJsQWJzLFxuXHRcdFx0XHRcdFx0XHRcdFx0Y29udHJhY3RBZGRyZXNzOml0ZW0uY29udHJhY3RBZGRyZXNzLFxuXHRcdFx0XHRcdFx0XHRcdFx0YmFsYW5jZTp0aGlzLnRtb25leSxcblx0XHRcdFx0XHRcdFx0XHR9O1xuXHRcdFx0XHRcdFx0XHRcdCBcblx0XHRcdFx0XHRcdFx0d2FsbGV0SW5mb1t0aGlzLmNvaW5UeXBlXVtpXS5jb2luTGlzdC5wdXNoKGIpXG5cdFx0XHRcdFx0XHRcdGNvbnNvbGUubG9nKHdhbGxldEluZm9bdGhpcy5jb2luVHlwZV1baV0sMjIyMjIpXHRcdFx0XHRcblx0XHRcdFx0XHRcdFx0dW5pLnNldFN0b3JhZ2VTeW5jKCd3YWxsZXRJbmZvJyx3YWxsZXRJbmZvKVxuXHRcdFx0XHRcdFx0XHR1bmkuc2V0U3RvcmFnZVN5bmMoJ3dhbGxldCcsd2FsbGV0SW5mb1t0aGlzLmNvaW5UeXBlXVtpXSlcblx0XHRcdFx0XHR9XG5cdFx0XHRcdH1cblx0XG5cdFx0XHR9XG5cdFx0XHRcblx0XHRcblx0XHRcblx0XHRcblx0XHR9LFxuLy8g5ou/5Luj5biBXG5hc3luYyBnZXRDb2luKCl7XG5cdGxldCBwYXJhbXMgPSB7XG5cdFx0Y2hhaW5OYW1lOiB1bmkuZ2V0U3RvcmFnZVN5bmMoJ3dhbGxldCcpLnR5cGVcblx0fVxuXHRjb25zb2xlLmxvZyhwYXJhbXMsODg4ODg4ODg4LHRoaXMuY29pblR5cGUpXG5cdGNvbnN0IHJlc3BvbnNlID0gYXdhaXQgdGhpcy4kYXBpLmdldENvbnRyYWN0SW5mb0xpc3QocGFyYW1zKVxuXHR0aGlzLmNvaW5JbmZvPXJlc3BvbnNlLmRhdGFcblx0XG59LFxuXHRcblxuXHR9LFxuXG59O1xuIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///629\n");
/***/ }),
-/* 650 */
-/*!*************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/backUp/index.vue?mpType=page ***!
- \*************************************************************************************/
+/* 630 */
+/*!***************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/backUp/index.vue?mpType=page ***!
+ \***************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_60f29abc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=60f29abc&scoped=true&mpType=page */ 651);\n/* harmony import */ var _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js&mpType=page */ 655);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 7);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_60f29abc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_60f29abc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"60f29abc\",\n null,\n false,\n _index_vue_vue_type_template_id_60f29abc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/menu/backUp/index.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBeUk7QUFDekk7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ21LO0FBQ25LLGdCQUFnQiw2S0FBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSx1R0FBTTtBQUNSLEVBQUUsZ0hBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsMkdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNjUwLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9NjBmMjlhYmMmc2NvcGVkPXRydWUmbXBUeXBlPXBhZ2VcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiXG5leHBvcnQgKiBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9ydW50aW1lL2NvbXBvbmVudE5vcm1hbGl6ZXIuanNcIlxudmFyIGNvbXBvbmVudCA9IG5vcm1hbGl6ZXIoXG4gIHNjcmlwdCxcbiAgcmVuZGVyLFxuICBzdGF0aWNSZW5kZXJGbnMsXG4gIGZhbHNlLFxuICBudWxsLFxuICBcIjYwZjI5YWJjXCIsXG4gIG51bGwsXG4gIGZhbHNlLFxuICBjb21wb25lbnRzLFxuICByZW5kZXJqc1xuKVxuXG5jb21wb25lbnQub3B0aW9ucy5fX2ZpbGUgPSBcInBhZ2VzL21lbnUvYmFja1VwL2luZGV4LnZ1ZVwiXG5leHBvcnQgZGVmYXVsdCBjb21wb25lbnQuZXhwb3J0cyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///650\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_60f29abc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=60f29abc&scoped=true&mpType=page */ 631);\n/* harmony import */ var _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js&mpType=page */ 635);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_60f29abc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_60f29abc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"60f29abc\",\n null,\n false,\n _index_vue_vue_type_template_id_60f29abc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/menu/backUp/index.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBeUk7QUFDekk7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSx1R0FBTTtBQUNSLEVBQUUsZ0hBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsMkdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNjMwLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9NjBmMjlhYmMmc2NvcGVkPXRydWUmbXBUeXBlPXBhZ2VcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiXG5leHBvcnQgKiBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXHJ1bnRpbWVcXFxcY29tcG9uZW50Tm9ybWFsaXplci5qc1wiXG52YXIgY29tcG9uZW50ID0gbm9ybWFsaXplcihcbiAgc2NyaXB0LFxuICByZW5kZXIsXG4gIHN0YXRpY1JlbmRlckZucyxcbiAgZmFsc2UsXG4gIG51bGwsXG4gIFwiNjBmMjlhYmNcIixcbiAgbnVsbCxcbiAgZmFsc2UsXG4gIGNvbXBvbmVudHMsXG4gIHJlbmRlcmpzXG4pXG5cbmNvbXBvbmVudC5vcHRpb25zLl9fZmlsZSA9IFwicGFnZXMvbWVudS9iYWNrVXAvaW5kZXgudnVlXCJcbmV4cG9ydCBkZWZhdWx0IGNvbXBvbmVudC5leHBvcnRzIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///630\n");
/***/ }),
-/* 651 */
-/*!*******************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/backUp/index.vue?vue&type=template&id=60f29abc&scoped=true&mpType=page ***!
- \*******************************************************************************************************************************/
+/* 631 */
+/*!*********************************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/backUp/index.vue?vue&type=template&id=60f29abc&scoped=true&mpType=page ***!
+ \*********************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
-/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_60f29abc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=60f29abc&scoped=true&mpType=page */ 652);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_60f29abc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_60f29abc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=60f29abc&scoped=true&mpType=page */ 632);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_60f29abc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_60f29abc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_60f29abc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_60f29abc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_60f29abc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_60f29abc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_60f29abc_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
/***/ }),
-/* 652 */
-/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/pages/menu/backUp/index.vue?vue&type=template&id=60f29abc&scoped=true&mpType=page ***!
- \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 632 */
+/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/pages/menu/backUp/index.vue?vue&type=template&id=60f29abc&scoped=true&mpType=page ***!
+ \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
@@ -76274,10 +72120,10 @@ __webpack_require__.r(__webpack_exports__);
var components
try {
components = {
- navigation: __webpack_require__(/*! @/components/navigation/navigation.vue */ 551).default,
- uCheckboxGroup: __webpack_require__(/*! @/uview-ui/components/u-checkbox-group/u-checkbox-group.vue */ 11)
+ navigation: __webpack_require__(/*! @/components/navigation/navigation.vue */ 523).default,
+ uCheckboxGroup: __webpack_require__(/*! @/uview-ui/components/u-checkbox-group/u-checkbox-group.vue */ 5)
.default,
- uCheckbox: __webpack_require__(/*! @/uview-ui/components/u-checkbox/u-checkbox.vue */ 17)
+ uCheckbox: __webpack_require__(/*! @/uview-ui/components/u-checkbox/u-checkbox.vue */ 12)
.default
}
} catch (e) {
@@ -76318,7 +72164,7 @@ var render = function() {
src: _vm._$s(
4,
"a-src",
- __webpack_require__(/*! ../../../static/tongyonh/notifications_image.png */ 653)
+ __webpack_require__(/*! ../../../static/tongyonh/notifications_image.png */ 633)
),
_i: 4
}
@@ -76329,7 +72175,7 @@ var render = function() {
src: _vm._$s(
5,
"a-src",
- __webpack_require__(/*! ../../../static/tongyonh/Shield-protected.png */ 654)
+ __webpack_require__(/*! ../../../static/tongyonh/Shield-protected.png */ 634)
),
_i: 5
}
@@ -76426,84 +72272,84 @@ render._withStripped = true
/***/ }),
-/* 653 */
-/*!*************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/notifications_image.png ***!
- \*************************************************************************************/
+/* 633 */
+/*!***************************************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/notifications_image.png ***!
+ \***************************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
-eval("module.exports = \"/static/tongyonh/notifications_image.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjY1My5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL25vdGlmaWNhdGlvbnNfaW1hZ2UucG5nXCI7Il0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///653\n");
+eval("module.exports = \"/static/tongyonh/notifications_image.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjYzMy5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL25vdGlmaWNhdGlvbnNfaW1hZ2UucG5nXCI7Il0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///633\n");
/***/ }),
-/* 654 */
-/*!**********************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/Shield-protected.png ***!
- \**********************************************************************************/
+/* 634 */
+/*!************************************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/Shield-protected.png ***!
+ \************************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
-eval("module.exports = \"/static/tongyonh/Shield-protected.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjY1NC5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL1NoaWVsZC1wcm90ZWN0ZWQucG5nXCI7Il0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///654\n");
+eval("module.exports = \"/static/tongyonh/Shield-protected.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjYzNC5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL1NoaWVsZC1wcm90ZWN0ZWQucG5nXCI7Il0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///634\n");
/***/ }),
-/* 655 */
-/*!*************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/backUp/index.vue?vue&type=script&lang=js&mpType=page ***!
- \*************************************************************************************************************/
+/* 635 */
+/*!***************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/backUp/index.vue?vue&type=script&lang=js&mpType=page ***!
+ \***************************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=script&lang=js&mpType=page */ 656);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQTRpQixDQUFnQixza0JBQUcsRUFBQyIsImZpbGUiOiI2NTUuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL2JhYmVsLWxvYWRlci9saWIvaW5kZXguanMhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyL2luZGV4LmpzPz9yZWYtLTYtMSEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stdW5pLWFwcC1sb2FkZXIvdXNpbmctY29tcG9uZW50cy5qcyEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL2luZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIjsgZXhwb3J0IGRlZmF1bHQgbW9kOyBleHBvcnQgKiBmcm9tIFwiLSEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9iYWJlbC1sb2FkZXIvbGliL2luZGV4LmpzIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlci9pbmRleC5qcz8/cmVmLS02LTEhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXVuaS1hcHAtbG9hZGVyL3VzaW5nLWNvbXBvbmVudHMuanMhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9pbmRleC5qcz8/dnVlLWxvYWRlci1vcHRpb25zIS4vaW5kZXgudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJm1wVHlwZT1wYWdlXCIiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///655\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=script&lang=js&mpType=page */ 636);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQXVtQixDQUFnQixzb0JBQUcsRUFBQyIsImZpbGUiOiI2MzUuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiOyBleHBvcnQgZGVmYXVsdCBtb2Q7IGV4cG9ydCAqIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///635\n");
/***/ }),
-/* 656 */
-/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/pages/menu/backUp/index.vue?vue&type=script&lang=js&mpType=page ***!
- \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 636 */
+/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/pages/menu/backUp/index.vue?vue&type=script&lang=js&mpType=page ***!
+ \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar _navigation = _interopRequireDefault(__webpack_require__(/*! @/components/navigation/navigation.vue */ 551));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };} //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nvar _default = { data: function data() {return { list: [{ name: this.$t('index').Axioms, checked: false, disabled: false }, { name: this.$t('index').retrieve, checked: false, disabled: false }, { name: this.$t('index').disclose, checked: false, disabled: false }], inde: false, showI: -1 };}, methods: { test: function test() {if (this.inde) {__f__(\"log\", this.list, 777, \" at pages/menu/backUp/index.vue:64\");for (var i = 0; i < this.list.length; i++) {this.list[i].checked = false;}this.inde = false;__f__(\"log\", this.list, 8888, \" at pages/menu/backUp/index.vue:69\");uni.navigateTo({\n url: './backUp2/index' });\n\n\n } else {\n uni.showToast({\n title: 'Please check the prompt to agree to backup',\n icon: 'none',\n duration: 1500 });\n\n }\n },\n // 选中某个复选框时,由checkbox时触发\n checkboxChange: function checkboxChange(i) {\n this.list[i].checked = true;\n },\n // 选中任一checkbox时,由checkbox-group触发\n checkboxGroupChange: function checkboxGroupChange(e) {\n // console.log(e);\n },\n // 全选\n checkedAll: function checkedAll() {\n for (var i = 0; i < this.list.length; i++) {\n __f__(\"log\", i, \" at pages/menu/backUp/index.vue:93\");\n\n if (this.list[i].checked == true) {\n this.inde = true;\n __f__(\"log\", this.inde, 'true', \" at pages/menu/backUp/index.vue:97\");\n } else {\n this.inde = false;\n __f__(\"log\", this.inde, \" at pages/menu/backUp/index.vue:100\");\n }\n }\n } },\n\n onLoad: function onLoad(item) {\n\n if (item != '' || item != undefined) {\n var word = this.$Token.creatingWallets();\n var word2 = word.mnemonic;\n // 读到钱包助记词信息,存入缓存\n uni.setStorage({\n key: 'word',\n data: word2,\n success: function success() {\n __f__(\"log\", 'success', word2, \" at pages/menu/backUp/index.vue:115\");\n } });\n ;\n uni.setStorageSync('createWalletName', item.name);\n }\n },\n computed: {\n i18n: function i18n() {\n return this.$t('index');\n\n } } };exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 33)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vcGFnZXMvbWVudS9iYWNrVXAvaW5kZXgudnVlIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBbUNBLGlIOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O2VBQ0EsRUFDQSxJQURBLGtCQUNBLENBQ0EsU0FDQSxPQUNBLEVBQ0EsNkJBREEsRUFFQSxjQUZBLEVBR0EsZUFIQSxFQURBLEVBTUEsRUFDQSwrQkFEQSxFQUVBLGNBRkEsRUFHQSxlQUhBLEVBTkEsRUFXQSxFQUNBLCtCQURBLEVBRUEsY0FGQSxFQUdBLGVBSEEsRUFYQSxDQURBLEVBa0JBLFdBbEJBLEVBbUJBLFNBbkJBLEdBcUJBLENBdkJBLEVBd0JBLFdBQ0EsSUFEQSxrQkFDQSxDQUNBLGdCQUNBLG1FQUNBLDRDQUNBLDZCQUNBLENBQ0Esa0JBQ0Esb0VBQ0E7QUFDQSxnQ0FEQTs7O0FBSUEsT0FYQSxNQVdBO0FBQ0E7QUFDQSw2REFEQTtBQUVBLHNCQUZBO0FBR0Esd0JBSEE7O0FBS0E7QUFDQSxLQXBCQTtBQXFCQTtBQUNBLGtCQXRCQSwwQkFzQkEsQ0F0QkEsRUFzQkE7QUFDQTtBQUNBLEtBeEJBO0FBeUJBO0FBQ0EsdUJBMUJBLCtCQTBCQSxDQTFCQSxFQTBCQTtBQUNBO0FBQ0EsS0E1QkE7QUE2QkE7QUFDQSxjQTlCQSx3QkE4QkE7QUFDQTtBQUNBOztBQUVBO0FBQ0E7QUFDQTtBQUNBLFNBSEEsTUFHQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0ExQ0EsRUF4QkE7O0FBb0VBLFFBcEVBLGtCQW9FQSxJQXBFQSxFQW9FQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsbUJBREE7QUFFQSxtQkFGQTtBQUdBO0FBQ0E7QUFDQSxTQUxBO0FBTUE7QUFDQTtBQUNBO0FBQ0EsR0FuRkE7QUFvRkE7QUFDQSxRQURBLGtCQUNBO0FBQ0E7O0FBRUEsS0FKQSxFQXBGQSxFIiwiZmlsZSI6IjY1Ni5qcyIsInNvdXJjZXNDb250ZW50IjpbIjx0ZW1wbGF0ZT5cclxuXHQ8dmlldyBjbGFzcz1cIlwiPlxyXG5cdFx0PG5hdmlnYXRpb24gOnNob3dCYWNrPVwidHJ1ZVwiPlxyXG5cdFx0e3tpMThuLmJhY2t1cE1uZVRpdH19XHJcblx0XHQ8L25hdmlnYXRpb24+XHJcblx0XHQ8dmlldyBjbGFzcz1cIm1haW5cIj5cclxuXHRcdFx0PHZpZXcgY2xhc3M9XCJpbWdjb25cIj5cclxuXHRcdFx0PGltYWdlIHNyYz1cIi4uLy4uLy4uL3N0YXRpYy90b25neW9uaC9ub3RpZmljYXRpb25zX2ltYWdlLnBuZ1wiIG1vZGU9XCJhc3BlY3RGaWxsXCIgY2xhc3M9XCJpbWcxXCI+PC9pbWFnZT5cdFxyXG5cdFx0XHQ8aW1hZ2Ugc3JjPVwiLi4vLi4vLi4vc3RhdGljL3Rvbmd5b25oL1NoaWVsZC1wcm90ZWN0ZWQucG5nXCIgbW9kZT1cImFzcGVjdEZpbGxcIiBjbGFzcz1cImltZzJcIj48L2ltYWdlPlxyXG5cdFx0XHQ8L3ZpZXc+XHJcblx0XHQgIDx2aWV3IGNsYXNzPVwidGl0bGVcIj5cclxuXHRcdCAgXHRcdHt7aTE4bi5CYWNrdXBUaXBzfX1cclxuXHRcdCAgPC92aWV3PlxyXG5cdFx0ICA8dmlldyBjbGFzcz1cImJvdHRvbVwiPlxyXG5cdFx0ICBcdFx0PHUtY2hlY2tib3gtZ3JvdXAgQGNoYW5nZT1cImNoZWNrZWRBbGwoKVwiPlxyXG5cdFx0ICBcdFx0XHQ8dS1jaGVja2JveCBcclxuXHRcdCAgXHRcdFx0XHRAY2hhbmdlPVwiY2hlY2tib3hDaGFuZ2UoaW5kZXgpXCIgXHJcblx0XHQgIFx0XHRcdFx0di1tb2RlbD1cIml0ZW0uY2hlY2tlZFwiIFxyXG5cdFx0ICBcdFx0XHRcdHYtZm9yPVwiKGl0ZW0sIGluZGV4KSBpbiBsaXN0XCIgOmtleT1cImluZGV4XCIgXHJcblx0XHQgIFx0XHRcdFx0Om5hbWU9XCJpdGVtLm5hbWVcIlxyXG5cdFx0XHRcdFx0XHRzaGFwZT1cIlwiXHJcblx0XHRcdFx0XHRcdHNpemU9XCI0OFwiXHJcblx0XHRcdFx0XHRcdDp3cmFwPVwidHJ1ZVwiXHJcblx0XHRcdFx0XHRcdGFjdGl2ZS1jb2xvcj1cIiM1QjUzRkZcIlxyXG5cdFx0XHRcdFx0XHQ6ZGlzYWJsZWQ9XCJpdGVtLmRpc2FibGVkXCJcclxuXHRcdCAgXHRcdFx0Pjx0ZXh0IGNsYXNzPVwidGV4dG5hbWVcIj57e2l0ZW0ubmFtZX19PC90ZXh0PjwvdS1jaGVja2JveD5cclxuXHRcdCAgXHRcdDwvdS1jaGVja2JveC1ncm91cD5cclxuXHRcdFx0XHQ8YnV0dG9uICBjbGFzcz1cImN1c3RvbS1zdHlsZVwiIEBjbGljaz1cInRlc3RcIiAgOmNsYXNzPVwiaW5kZT8nc2hlbmcnOicnXCI+e3tpMThuLnN0YXJ0QmFja319PC9idXR0b24+XHJcblx0XHQgIFx0PC92aWV3PlxyXG5cdFx0PC92aWV3PlxyXG5cdDwvdmlldz5cclxuXHRcclxuPC90ZW1wbGF0ZT5cclxuXHJcbjxzY3JpcHQ+XHJcblx0aW1wb3J0IGNvbnQgZnJvbSBcIkAvY29tcG9uZW50cy9uYXZpZ2F0aW9uL25hdmlnYXRpb24udnVlXCJcclxuXHRleHBvcnQgZGVmYXVsdCB7XHJcblx0XHRkYXRhKCkge1xyXG5cdFx0XHRyZXR1cm4ge1xyXG5cdFx0XHRcdGxpc3Q6IFtcclxuXHRcdFx0XHRcdHtcclxuXHRcdFx0XHRcdFx0bmFtZTogdGhpcy4kdCgnaW5kZXgnKS5BeGlvbXMsXHJcblx0XHRcdFx0XHRcdGNoZWNrZWQ6ICBmYWxzZSxcclxuXHRcdFx0XHRcdFx0ZGlzYWJsZWQ6IGZhbHNlXHJcblx0XHRcdFx0XHR9LFxyXG5cdFx0XHRcdFx0e1xyXG5cdFx0XHRcdFx0XHRuYW1lOiB0aGlzLiR0KCdpbmRleCcpLnJldHJpZXZlLFxyXG5cdFx0XHRcdFx0XHRjaGVja2VkOiAgZmFsc2UsXHJcblx0XHRcdFx0XHRcdGRpc2FibGVkOiBmYWxzZVxyXG5cdFx0XHRcdFx0fSxcclxuXHRcdFx0XHRcdHtcclxuXHRcdFx0XHRcdFx0bmFtZTogdGhpcy4kdCgnaW5kZXgnKS5kaXNjbG9zZSxcclxuXHRcdFx0XHRcdFx0Y2hlY2tlZDogIGZhbHNlLFxyXG5cdFx0XHRcdFx0XHRkaXNhYmxlZDogZmFsc2VcclxuXHRcdFx0XHRcdH1cclxuXHRcdFx0XHRdLFxyXG5cdFx0XHRcdGluZGU6ZmFsc2UsXHJcblx0XHRcdFx0c2hvd0k6LTFcclxuXHRcdFx0fTtcclxuXHRcdH0sXHJcblx0XHRtZXRob2RzOiB7XHJcblx0XHRcdHRlc3QoKXtcclxuXHRcdFx0XHRpZih0aGlzLmluZGUpe1xyXG5cdFx0XHRcdFx0Y29uc29sZS5sb2codGhpcy5saXN0LDc3NylcclxuXHRcdFx0XHRcdGZvcih2YXIgaT0wO2k8dGhpcy5saXN0Lmxlbmd0aDtpKyspe1xyXG5cdFx0XHRcdFx0XHR0aGlzLmxpc3RbaV0uY2hlY2tlZD1mYWxzZVxyXG5cdFx0XHRcdFx0fVxyXG5cdFx0XHRcdFx0dGhpcy5pbmRlPWZhbHNlXHJcblx0XHRcdFx0XHRjb25zb2xlLmxvZyh0aGlzLmxpc3QsODg4OClcclxuXHRcdFx0XHRcdHVuaS5uYXZpZ2F0ZVRvKHtcclxuXHRcdFx0XHRcdFx0dXJsOicuL2JhY2tVcDIvaW5kZXgnLFxyXG5cdFx0XHRcdFx0fSlcclxuXHRcdFx0XHRcclxuXHRcdFx0XHR9ZWxzZXtcclxuXHRcdFx0XHRcdHVuaS5zaG93VG9hc3Qoe1xyXG5cdFx0XHRcdFx0XHR0aXRsZTogJ1BsZWFzZSBjaGVjayB0aGUgcHJvbXB0IHRvIGFncmVlIHRvIGJhY2t1cCcsXHJcblx0XHRcdFx0XHRcdGljb246ICdub25lJyxcclxuXHRcdFx0XHRcdFx0ZHVyYXRpb246IDE1MDBcclxuXHRcdFx0XHRcdH0pIFxyXG5cdFx0XHRcdH1cclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g6YCJ5Lit5p+Q5Liq5aSN6YCJ5qGG5pe277yM55SxY2hlY2tib3jml7bop6blj5FcclxuXHRcdFx0Y2hlY2tib3hDaGFuZ2UoaSkge1xyXG5cdFx0XHQgICAgICB0aGlzLmxpc3RbaV0uY2hlY2tlZD10cnVlXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOmAieS4reS7u+S4gGNoZWNrYm945pe277yM55SxY2hlY2tib3gtZ3JvdXDop6blj5FcclxuXHRcdFx0Y2hlY2tib3hHcm91cENoYW5nZShlKSB7XHJcblx0XHRcdFx0Ly8gY29uc29sZS5sb2coZSk7XHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOWFqOmAiVxyXG5cdFx0XHRjaGVja2VkQWxsKCkge1xyXG5cdFx0XHRcdGZvcih2YXIgaT0wO2k8dGhpcy5saXN0Lmxlbmd0aDtpKyspe1xyXG5cdFx0XHRcdFx0Y29uc29sZS5sb2coaSlcclxuXHRcdFx0XHRcclxuXHRcdFx0XHRpZih0aGlzLmxpc3RbaV0uY2hlY2tlZD09dHJ1ZSl7XHJcblx0XHRcdFx0XHR0aGlzLmluZGU9dHJ1ZTtcclxuXHRcdFx0XHRcdGNvbnNvbGUubG9nKHRoaXMuaW5kZSwndHJ1ZScpXHJcblx0XHRcdFx0fWVsc2V7XHJcblx0XHRcdFx0XHR0aGlzLmluZGU9ZmFsc2VcclxuXHRcdFx0XHRcdGNvbnNvbGUubG9nKHRoaXMuaW5kZSlcclxuXHRcdFx0XHR9IFxyXG5cdFx0XHRcdH1cclxuXHRcdFx0fVxyXG5cdFx0fSxcclxuXHRcdG9uTG9hZChpdGVtKXtcclxuXHRcdFxyXG5cdFx0XHRpZihpdGVtIT0nJ3x8aXRlbSE9dW5kZWZpbmVkKXtcclxuXHRcdFx0XHR2YXIgd29yZD10aGlzLiRUb2tlbi5jcmVhdGluZ1dhbGxldHMoKTtcclxuXHRcdFx0XHR2YXIgd29yZDI9d29yZC5tbmVtb25pY1xyXG5cdFx0XHRcdC8vIOivu+WIsOmSseWMheWKqeiusOivjeS/oeaBryzlrZjlhaXnvJPlrZhcclxuXHRcdFx0XHR1bmkuc2V0U3RvcmFnZSh7XHJcblx0XHRcdFx0XHRrZXk6ICd3b3JkJyxcclxuXHRcdFx0XHRcdGRhdGE6IHdvcmQyLFxyXG5cdFx0XHRcdFx0c3VjY2VzczogZnVuY3Rpb24oKSB7XHJcblx0XHRcdFx0XHRcdGNvbnNvbGUubG9nKCdzdWNjZXNzJyx3b3JkMilcclxuXHRcdFx0XHRcdH1cclxuXHRcdFx0XHR9KTs7XHJcblx0XHRcdFx0dW5pLnNldFN0b3JhZ2VTeW5jKCdjcmVhdGVXYWxsZXROYW1lJyxpdGVtLm5hbWUpXHJcblx0XHRcdH1cclxuXHRcdH0sXHJcblx0XHRjb21wdXRlZDoge1xyXG5cdFx0XHRpMThuKCkge1xyXG5cdFx0XHRcdHJldHVybiB0aGlzLiR0KCdpbmRleCcpXHJcblx0XHRcdFxyXG5cdFx0XHR9LFxyXG5cdFx0fVxyXG5cdH07XHJcbjwvc2NyaXB0PlxyXG48c3R5bGUgc2NvcGVkPlxyXG5cdC5jdXN0b20tc3R5bGUge1xyXG5cdFx0bGluZS1oZWlnaHQ6IDExMnJweDtcclxuXHRcdHRleHQtYWxpZ246IGNlbnRlcjtcclxuXHRcdCBjb2xvcjogI2ZmZjtcclxuXHRcdCBiYWNrZ3JvdW5kLWNvbG9yOiAjQUJBN0ZEO1xyXG5cdFx0IGJvcmRlci1yYWRpdXM6IDQwcnB4O1xyXG5cdH1cclxuXHQudS1kZWZhdWx0LWhvdmVye1xyXG5cdFx0YmFja2dyb3VuZC1jb2xvcjogIzVCNTNGRiAhaW1wb3J0YW50O1xyXG5cdFx0Ym9yZGVyLXJhZGl1czogNDBycHggIWltcG9ydGFudDtcclxuXHRcdGNvbG9yOiAjZmZmICFpbXBvcnRhbnQ7XHJcblx0XHRib3JkZXI6IG5vbmU7XHJcblx0fVxyXG48L3N0eWxlPlxyXG5cclxuPHN0eWxlPlxyXG5cclxuXHRAaW1wb3J0ICcuL2luZGV4LmNzcyc7XHJcblxyXG48L3N0eWxlPlxyXG4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///656\n");
+eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar _navigation = _interopRequireDefault(__webpack_require__(/*! @/components/navigation/navigation.vue */ 523));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };} //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nvar _default = { data: function data() {return { list: [{ name: this.$t('index').Axioms, checked: false, disabled: false }, { name: this.$t('index').retrieve, checked: false, disabled: false }, { name: this.$t('index').disclose, checked: false, disabled: false }], inde: false, showI: -1 };}, methods: { test: function test() {if (this.inde) {__f__(\"log\", this.list, 777, \" at pages/menu/backUp/index.vue:64\");for (var i = 0; i < this.list.length; i++) {this.list[i].checked = false;}this.inde = false;__f__(\"log\", this.list, 8888, \" at pages/menu/backUp/index.vue:69\");uni.navigateTo({\n url: './backUp2/index' });\n\n\n } else {\n uni.showToast({\n title: 'Please check the prompt to agree to backup',\n icon: 'none',\n duration: 1500 });\n\n }\n },\n // 选中某个复选框时,由checkbox时触发\n checkboxChange: function checkboxChange(i) {\n this.list[i].checked = true;\n },\n // 选中任一checkbox时,由checkbox-group触发\n checkboxGroupChange: function checkboxGroupChange(e) {\n // console.log(e);\n },\n // 全选\n checkedAll: function checkedAll() {\n for (var i = 0; i < this.list.length; i++) {\n __f__(\"log\", i, \" at pages/menu/backUp/index.vue:93\");\n\n if (this.list[i].checked == true) {\n this.inde = true;\n __f__(\"log\", this.inde, 'true', \" at pages/menu/backUp/index.vue:97\");\n } else {\n this.inde = false;\n __f__(\"log\", this.inde, \" at pages/menu/backUp/index.vue:100\");\n }\n }\n } },\n\n onLoad: function onLoad(item) {\n\n if (item != '' || item != undefined) {\n var word = this.$Token.creatingWallets();\n var word2 = word.mnemonic;\n // 读到钱包助记词信息,存入缓存\n uni.setStorage({\n key: 'word',\n data: word2,\n success: function success() {\n __f__(\"log\", 'success', word2, \" at pages/menu/backUp/index.vue:115\");\n } });\n ;\n uni.setStorageSync('createWalletName', item.name);\n }\n },\n computed: {\n i18n: function i18n() {\n return this.$t('index');\n\n } } };exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 28)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vcGFnZXMvbWVudS9iYWNrVXAvaW5kZXgudnVlIl0sIm5hbWVzIjpbImRhdGEiLCJsaXN0IiwibmFtZSIsIiR0IiwiQXhpb21zIiwiY2hlY2tlZCIsImRpc2FibGVkIiwicmV0cmlldmUiLCJkaXNjbG9zZSIsImluZGUiLCJzaG93SSIsIm1ldGhvZHMiLCJ0ZXN0IiwiaSIsImxlbmd0aCIsInVuaSIsIm5hdmlnYXRlVG8iLCJ1cmwiLCJzaG93VG9hc3QiLCJ0aXRsZSIsImljb24iLCJkdXJhdGlvbiIsImNoZWNrYm94Q2hhbmdlIiwiY2hlY2tib3hHcm91cENoYW5nZSIsImUiLCJjaGVja2VkQWxsIiwib25Mb2FkIiwiaXRlbSIsInVuZGVmaW5lZCIsIndvcmQiLCIkVG9rZW4iLCJjcmVhdGluZ1dhbGxldHMiLCJ3b3JkMiIsIm1uZW1vbmljIiwic2V0U3RvcmFnZSIsImtleSIsInN1Y2Nlc3MiLCJzZXRTdG9yYWdlU3luYyIsImNvbXB1dGVkIiwiaTE4biJdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFtQ0EsaUgsOEZBbkNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO2VBR2UsRUFDZEEsSUFEYyxrQkFDUCxDQUNOLE9BQU8sRUFDTkMsSUFBSSxFQUFFLENBQ0wsRUFDQ0MsSUFBSSxFQUFFLEtBQUtDLEVBQUwsQ0FBUSxPQUFSLEVBQWlCQyxNQUR4QixFQUVDQyxPQUFPLEVBQUcsS0FGWCxFQUdDQyxRQUFRLEVBQUUsS0FIWCxFQURLLEVBTUwsRUFDQ0osSUFBSSxFQUFFLEtBQUtDLEVBQUwsQ0FBUSxPQUFSLEVBQWlCSSxRQUR4QixFQUVDRixPQUFPLEVBQUcsS0FGWCxFQUdDQyxRQUFRLEVBQUUsS0FIWCxFQU5LLEVBV0wsRUFDQ0osSUFBSSxFQUFFLEtBQUtDLEVBQUwsQ0FBUSxPQUFSLEVBQWlCSyxRQUR4QixFQUVDSCxPQUFPLEVBQUcsS0FGWCxFQUdDQyxRQUFRLEVBQUUsS0FIWCxFQVhLLENBREEsRUFrQk5HLElBQUksRUFBQyxLQWxCQyxFQW1CTkMsS0FBSyxFQUFDLENBQUMsQ0FuQkQsRUFBUCxDQXFCQSxDQXZCYSxFQXdCZEMsT0FBTyxFQUFFLEVBQ1JDLElBRFEsa0JBQ0YsQ0FDTCxJQUFHLEtBQUtILElBQVIsRUFBYSxDQUNaLGFBQVksS0FBS1IsSUFBakIsRUFBc0IsR0FBdEIsd0NBQ0EsS0FBSSxJQUFJWSxDQUFDLEdBQUMsQ0FBVixFQUFZQSxDQUFDLEdBQUMsS0FBS1osSUFBTCxDQUFVYSxNQUF4QixFQUErQkQsQ0FBQyxFQUFoQyxFQUFtQyxDQUNsQyxLQUFLWixJQUFMLENBQVVZLENBQVYsRUFBYVIsT0FBYixHQUFxQixLQUFyQixDQUNBLENBQ0QsS0FBS0ksSUFBTCxHQUFVLEtBQVYsQ0FDQSxhQUFZLEtBQUtSLElBQWpCLEVBQXNCLElBQXRCLHdDQUNBYyxHQUFHLENBQUNDLFVBQUosQ0FBZTtBQUNkQyxhQUFHLEVBQUMsaUJBRFUsRUFBZjs7O0FBSUEsT0FYRCxNQVdLO0FBQ0pGLFdBQUcsQ0FBQ0csU0FBSixDQUFjO0FBQ2JDLGVBQUssRUFBRSw0Q0FETTtBQUViQyxjQUFJLEVBQUUsTUFGTztBQUdiQyxrQkFBUSxFQUFFLElBSEcsRUFBZDs7QUFLQTtBQUNELEtBcEJPO0FBcUJSO0FBQ0FDLGtCQXRCUSwwQkFzQk9ULENBdEJQLEVBc0JVO0FBQ1osV0FBS1osSUFBTCxDQUFVWSxDQUFWLEVBQWFSLE9BQWIsR0FBcUIsSUFBckI7QUFDTCxLQXhCTztBQXlCUjtBQUNBa0IsdUJBMUJRLCtCQTBCWUMsQ0ExQlosRUEwQmU7QUFDdEI7QUFDQSxLQTVCTztBQTZCUjtBQUNBQyxjQTlCUSx3QkE4Qks7QUFDWixXQUFJLElBQUlaLENBQUMsR0FBQyxDQUFWLEVBQVlBLENBQUMsR0FBQyxLQUFLWixJQUFMLENBQVVhLE1BQXhCLEVBQStCRCxDQUFDLEVBQWhDLEVBQW1DO0FBQ2xDLHFCQUFZQSxDQUFaOztBQUVELFlBQUcsS0FBS1osSUFBTCxDQUFVWSxDQUFWLEVBQWFSLE9BQWIsSUFBc0IsSUFBekIsRUFBOEI7QUFDN0IsZUFBS0ksSUFBTCxHQUFVLElBQVY7QUFDQSx1QkFBWSxLQUFLQSxJQUFqQixFQUFzQixNQUF0QjtBQUNBLFNBSEQsTUFHSztBQUNKLGVBQUtBLElBQUwsR0FBVSxLQUFWO0FBQ0EsdUJBQVksS0FBS0EsSUFBakI7QUFDQTtBQUNBO0FBQ0QsS0ExQ08sRUF4Qks7O0FBb0VkaUIsUUFwRWMsa0JBb0VQQyxJQXBFTyxFQW9FRjs7QUFFWCxRQUFHQSxJQUFJLElBQUUsRUFBTixJQUFVQSxJQUFJLElBQUVDLFNBQW5CLEVBQTZCO0FBQzVCLFVBQUlDLElBQUksR0FBQyxLQUFLQyxNQUFMLENBQVlDLGVBQVosRUFBVDtBQUNBLFVBQUlDLEtBQUssR0FBQ0gsSUFBSSxDQUFDSSxRQUFmO0FBQ0E7QUFDQWxCLFNBQUcsQ0FBQ21CLFVBQUosQ0FBZTtBQUNkQyxXQUFHLEVBQUUsTUFEUztBQUVkbkMsWUFBSSxFQUFFZ0MsS0FGUTtBQUdkSSxlQUFPLEVBQUUsbUJBQVc7QUFDbkIsdUJBQVksU0FBWixFQUFzQkosS0FBdEI7QUFDQSxTQUxhLEVBQWY7QUFNRztBQUNIakIsU0FBRyxDQUFDc0IsY0FBSixDQUFtQixrQkFBbkIsRUFBc0NWLElBQUksQ0FBQ3pCLElBQTNDO0FBQ0E7QUFDRCxHQW5GYTtBQW9GZG9DLFVBQVEsRUFBRTtBQUNUQyxRQURTLGtCQUNGO0FBQ04sYUFBTyxLQUFLcEMsRUFBTCxDQUFRLE9BQVIsQ0FBUDs7QUFFQSxLQUpRLEVBcEZJLEUiLCJmaWxlIjoiNjM2LmpzIiwic291cmNlc0NvbnRlbnQiOlsiLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cblxuaW1wb3J0IGNvbnQgZnJvbSBcIkAvY29tcG9uZW50cy9uYXZpZ2F0aW9uL25hdmlnYXRpb24udnVlXCJcbmV4cG9ydCBkZWZhdWx0IHtcblx0ZGF0YSgpIHtcblx0XHRyZXR1cm4ge1xuXHRcdFx0bGlzdDogW1xuXHRcdFx0XHR7XG5cdFx0XHRcdFx0bmFtZTogdGhpcy4kdCgnaW5kZXgnKS5BeGlvbXMsXG5cdFx0XHRcdFx0Y2hlY2tlZDogIGZhbHNlLFxuXHRcdFx0XHRcdGRpc2FibGVkOiBmYWxzZVxuXHRcdFx0XHR9LFxuXHRcdFx0XHR7XG5cdFx0XHRcdFx0bmFtZTogdGhpcy4kdCgnaW5kZXgnKS5yZXRyaWV2ZSxcblx0XHRcdFx0XHRjaGVja2VkOiAgZmFsc2UsXG5cdFx0XHRcdFx0ZGlzYWJsZWQ6IGZhbHNlXG5cdFx0XHRcdH0sXG5cdFx0XHRcdHtcblx0XHRcdFx0XHRuYW1lOiB0aGlzLiR0KCdpbmRleCcpLmRpc2Nsb3NlLFxuXHRcdFx0XHRcdGNoZWNrZWQ6ICBmYWxzZSxcblx0XHRcdFx0XHRkaXNhYmxlZDogZmFsc2Vcblx0XHRcdFx0fVxuXHRcdFx0XSxcblx0XHRcdGluZGU6ZmFsc2UsXG5cdFx0XHRzaG93STotMVxuXHRcdH07XG5cdH0sXG5cdG1ldGhvZHM6IHtcblx0XHR0ZXN0KCl7XG5cdFx0XHRpZih0aGlzLmluZGUpe1xuXHRcdFx0XHRjb25zb2xlLmxvZyh0aGlzLmxpc3QsNzc3KVxuXHRcdFx0XHRmb3IodmFyIGk9MDtpPHRoaXMubGlzdC5sZW5ndGg7aSsrKXtcblx0XHRcdFx0XHR0aGlzLmxpc3RbaV0uY2hlY2tlZD1mYWxzZVxuXHRcdFx0XHR9XG5cdFx0XHRcdHRoaXMuaW5kZT1mYWxzZVxuXHRcdFx0XHRjb25zb2xlLmxvZyh0aGlzLmxpc3QsODg4OClcblx0XHRcdFx0dW5pLm5hdmlnYXRlVG8oe1xuXHRcdFx0XHRcdHVybDonLi9iYWNrVXAyL2luZGV4Jyxcblx0XHRcdFx0fSlcblx0XHRcdFxuXHRcdFx0fWVsc2V7XG5cdFx0XHRcdHVuaS5zaG93VG9hc3Qoe1xuXHRcdFx0XHRcdHRpdGxlOiAnUGxlYXNlIGNoZWNrIHRoZSBwcm9tcHQgdG8gYWdyZWUgdG8gYmFja3VwJyxcblx0XHRcdFx0XHRpY29uOiAnbm9uZScsXG5cdFx0XHRcdFx0ZHVyYXRpb246IDE1MDBcblx0XHRcdFx0fSkgXG5cdFx0XHR9XG5cdFx0fSxcblx0XHQvLyDpgInkuK3mn5DkuKrlpI3pgInmoYbml7bvvIznlLFjaGVja2JveOaXtuinpuWPkVxuXHRcdGNoZWNrYm94Q2hhbmdlKGkpIHtcblx0XHQgICAgICB0aGlzLmxpc3RbaV0uY2hlY2tlZD10cnVlXG5cdFx0fSxcblx0XHQvLyDpgInkuK3ku7vkuIBjaGVja2JveOaXtu+8jOeUsWNoZWNrYm94LWdyb3Vw6Kem5Y+RXG5cdFx0Y2hlY2tib3hHcm91cENoYW5nZShlKSB7XG5cdFx0XHQvLyBjb25zb2xlLmxvZyhlKTtcblx0XHR9LFxuXHRcdC8vIOWFqOmAiVxuXHRcdGNoZWNrZWRBbGwoKSB7XG5cdFx0XHRmb3IodmFyIGk9MDtpPHRoaXMubGlzdC5sZW5ndGg7aSsrKXtcblx0XHRcdFx0Y29uc29sZS5sb2coaSlcblx0XHRcdFxuXHRcdFx0aWYodGhpcy5saXN0W2ldLmNoZWNrZWQ9PXRydWUpe1xuXHRcdFx0XHR0aGlzLmluZGU9dHJ1ZTtcblx0XHRcdFx0Y29uc29sZS5sb2codGhpcy5pbmRlLCd0cnVlJylcblx0XHRcdH1lbHNle1xuXHRcdFx0XHR0aGlzLmluZGU9ZmFsc2Vcblx0XHRcdFx0Y29uc29sZS5sb2codGhpcy5pbmRlKVxuXHRcdFx0fSBcblx0XHRcdH1cblx0XHR9XG5cdH0sXG5cdG9uTG9hZChpdGVtKXtcblx0XG5cdFx0aWYoaXRlbSE9Jyd8fGl0ZW0hPXVuZGVmaW5lZCl7XG5cdFx0XHR2YXIgd29yZD10aGlzLiRUb2tlbi5jcmVhdGluZ1dhbGxldHMoKTtcblx0XHRcdHZhciB3b3JkMj13b3JkLm1uZW1vbmljXG5cdFx0XHQvLyDor7vliLDpkrHljIXliqnorrDor43kv6Hmga8s5a2Y5YWl57yT5a2YXG5cdFx0XHR1bmkuc2V0U3RvcmFnZSh7XG5cdFx0XHRcdGtleTogJ3dvcmQnLFxuXHRcdFx0XHRkYXRhOiB3b3JkMixcblx0XHRcdFx0c3VjY2VzczogZnVuY3Rpb24oKSB7XG5cdFx0XHRcdFx0Y29uc29sZS5sb2coJ3N1Y2Nlc3MnLHdvcmQyKVxuXHRcdFx0XHR9XG5cdFx0XHR9KTs7XG5cdFx0XHR1bmkuc2V0U3RvcmFnZVN5bmMoJ2NyZWF0ZVdhbGxldE5hbWUnLGl0ZW0ubmFtZSlcblx0XHR9XG5cdH0sXG5cdGNvbXB1dGVkOiB7XG5cdFx0aTE4bigpIHtcblx0XHRcdHJldHVybiB0aGlzLiR0KCdpbmRleCcpXG5cdFx0XG5cdFx0fSxcblx0fVxufTtcbiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///636\n");
/***/ }),
-/* 657 */
-/*!*********************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/wallet/cwallet/index.vue?mpType=page ***!
- \*********************************************************************************************/
+/* 637 */
+/*!***********************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/wallet/cwallet/index.vue?mpType=page ***!
+ \***********************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_62aec640_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=62aec640&scoped=true&mpType=page */ 658);\n/* harmony import */ var _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js&mpType=page */ 663);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 7);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_62aec640_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_62aec640_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"62aec640\",\n null,\n false,\n _index_vue_vue_type_template_id_62aec640_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/menu/wallet/cwallet/index.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBeUk7QUFDekk7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ3NLO0FBQ3RLLGdCQUFnQiw2S0FBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSx1R0FBTTtBQUNSLEVBQUUsZ0hBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsMkdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNjU3LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9NjJhZWM2NDAmc2NvcGVkPXRydWUmbXBUeXBlPXBhZ2VcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiXG5leHBvcnQgKiBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9ydW50aW1lL2NvbXBvbmVudE5vcm1hbGl6ZXIuanNcIlxudmFyIGNvbXBvbmVudCA9IG5vcm1hbGl6ZXIoXG4gIHNjcmlwdCxcbiAgcmVuZGVyLFxuICBzdGF0aWNSZW5kZXJGbnMsXG4gIGZhbHNlLFxuICBudWxsLFxuICBcIjYyYWVjNjQwXCIsXG4gIG51bGwsXG4gIGZhbHNlLFxuICBjb21wb25lbnRzLFxuICByZW5kZXJqc1xuKVxuXG5jb21wb25lbnQub3B0aW9ucy5fX2ZpbGUgPSBcInBhZ2VzL21lbnUvd2FsbGV0L2N3YWxsZXQvaW5kZXgudnVlXCJcbmV4cG9ydCBkZWZhdWx0IGNvbXBvbmVudC5leHBvcnRzIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///657\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_62aec640_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=62aec640&scoped=true&mpType=page */ 638);\n/* harmony import */ var _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js&mpType=page */ 643);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_62aec640_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_62aec640_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"62aec640\",\n null,\n false,\n _index_vue_vue_type_template_id_62aec640_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/menu/wallet/cwallet/index.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBeUk7QUFDekk7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSx1R0FBTTtBQUNSLEVBQUUsZ0hBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsMkdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNjM3LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9NjJhZWM2NDAmc2NvcGVkPXRydWUmbXBUeXBlPXBhZ2VcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiXG5leHBvcnQgKiBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXHJ1bnRpbWVcXFxcY29tcG9uZW50Tm9ybWFsaXplci5qc1wiXG52YXIgY29tcG9uZW50ID0gbm9ybWFsaXplcihcbiAgc2NyaXB0LFxuICByZW5kZXIsXG4gIHN0YXRpY1JlbmRlckZucyxcbiAgZmFsc2UsXG4gIG51bGwsXG4gIFwiNjJhZWM2NDBcIixcbiAgbnVsbCxcbiAgZmFsc2UsXG4gIGNvbXBvbmVudHMsXG4gIHJlbmRlcmpzXG4pXG5cbmNvbXBvbmVudC5vcHRpb25zLl9fZmlsZSA9IFwicGFnZXMvbWVudS93YWxsZXQvY3dhbGxldC9pbmRleC52dWVcIlxuZXhwb3J0IGRlZmF1bHQgY29tcG9uZW50LmV4cG9ydHMiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///637\n");
/***/ }),
-/* 658 */
-/*!***************************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/wallet/cwallet/index.vue?vue&type=template&id=62aec640&scoped=true&mpType=page ***!
- \***************************************************************************************************************************************/
+/* 638 */
+/*!*****************************************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/wallet/cwallet/index.vue?vue&type=template&id=62aec640&scoped=true&mpType=page ***!
+ \*****************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
-/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_62aec640_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=62aec640&scoped=true&mpType=page */ 659);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_62aec640_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_62aec640_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=62aec640&scoped=true&mpType=page */ 639);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_62aec640_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_62aec640_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_62aec640_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_62aec640_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_62aec640_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_62aec640_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_62aec640_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
/***/ }),
-/* 659 */
-/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/pages/menu/wallet/cwallet/index.vue?vue&type=template&id=62aec640&scoped=true&mpType=page ***!
- \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 639 */
+/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/pages/menu/wallet/cwallet/index.vue?vue&type=template&id=62aec640&scoped=true&mpType=page ***!
+ \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
@@ -76516,7 +72362,7 @@ __webpack_require__.r(__webpack_exports__);
var components
try {
components = {
- navigation: __webpack_require__(/*! @/components/navigation/navigation.vue */ 551).default
+ navigation: __webpack_require__(/*! @/components/navigation/navigation.vue */ 523).default
}
} catch (e) {
if (
@@ -76549,7 +72395,7 @@ var render = function() {
src: _vm._$s(
2,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/Vector.png */ 554)
+ __webpack_require__(/*! ../../../../static/tongyonh/Vector.png */ 526)
),
_i: 2
},
@@ -76593,7 +72439,7 @@ var render = function() {
src: _vm._$s(
7,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/filter-left.png */ 660)
+ __webpack_require__(/*! ../../../../static/tongyonh/filter-left.png */ 640)
),
_i: 7
},
@@ -76610,7 +72456,7 @@ var render = function() {
src: _vm._$s(
8,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/bye.png */ 546)
+ __webpack_require__(/*! ../../../../static/tongyonh/bye.png */ 518)
),
_i: 8
},
@@ -76627,7 +72473,7 @@ var render = function() {
src: _vm._$s(
9,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/Frame3299.png */ 547)
+ __webpack_require__(/*! ../../../../static/tongyonh/Frame3299.png */ 519)
),
_i: 9
},
@@ -76644,7 +72490,7 @@ var render = function() {
src: _vm._$s(
10,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/tron1.png */ 549)
+ __webpack_require__(/*! ../../../../static/tongyonh/tron1.png */ 521)
),
_i: 10
},
@@ -76710,7 +72556,7 @@ var render = function() {
src: _vm._$s(
"15-" + $30,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/btc_icon.png */ 661)
+ __webpack_require__(/*! ../../../../static/tongyonh/btc_icon.png */ 641)
),
_i: "15-" + $30
}
@@ -76723,7 +72569,7 @@ var render = function() {
src: _vm._$s(
"16-" + $30,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/ETH_icon.png */ 628)
+ __webpack_require__(/*! ../../../../static/tongyonh/ETH_icon.png */ 620)
),
_i: "16-" + $30
}
@@ -76736,7 +72582,7 @@ var render = function() {
src: _vm._$s(
"17-" + $30,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/tron_icon.png */ 662)
+ __webpack_require__(/*! ../../../../static/tongyonh/tron_icon.png */ 642)
),
_i: "17-" + $30
}
@@ -76807,7 +72653,7 @@ var render = function() {
src: _vm._$s(
"22-" + $30,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/Shape.png */ 580)
+ __webpack_require__(/*! ../../../../static/tongyonh/Shape.png */ 577)
),
_i: "22-" + $30
}
@@ -76846,94 +72692,94 @@ render._withStripped = true
/***/ }),
-/* 660 */
-/*!*****************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/filter-left.png ***!
- \*****************************************************************************/
+/* 640 */
+/*!*******************************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/filter-left.png ***!
+ \*******************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
-eval("module.exports = \"/static/tongyonh/filter-left.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjY2MC5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL2ZpbHRlci1sZWZ0LnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///660\n");
+eval("module.exports = \"/static/tongyonh/filter-left.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjY0MC5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL2ZpbHRlci1sZWZ0LnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///640\n");
/***/ }),
-/* 661 */
-/*!**************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/btc_icon.png ***!
- \**************************************************************************/
+/* 641 */
+/*!****************************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/btc_icon.png ***!
+ \****************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
-eval("module.exports = \"/static/tongyonh/btc_icon.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjY2MS5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL2J0Y19pY29uLnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///661\n");
+eval("module.exports = \"/static/tongyonh/btc_icon.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjY0MS5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL2J0Y19pY29uLnBuZ1wiOyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///641\n");
/***/ }),
-/* 662 */
-/*!***************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/static/tongyonh/tron_icon.png ***!
- \***************************************************************************/
+/* 642 */
+/*!*****************************************************!*\
+ !*** D:/fone/bitcooo/static/tongyonh/tron_icon.png ***!
+ \*****************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
-eval("module.exports = \"/static/tongyonh/tron_icon.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjY2Mi5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL3Ryb25faWNvbi5wbmdcIjsiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///662\n");
+eval("module.exports = \"/static/tongyonh/tron_icon.png\";//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IjY0Mi5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gXCIvc3RhdGljL3Rvbmd5b25oL3Ryb25faWNvbi5wbmdcIjsiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///642\n");
/***/ }),
-/* 663 */
-/*!*********************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/wallet/cwallet/index.vue?vue&type=script&lang=js&mpType=page ***!
- \*********************************************************************************************************************/
+/* 643 */
+/*!***********************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/wallet/cwallet/index.vue?vue&type=script&lang=js&mpType=page ***!
+ \***********************************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=script&lang=js&mpType=page */ 664);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQXdqQixDQUFnQixza0JBQUcsRUFBQyIsImZpbGUiOiI2NjMuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIS4uLy4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL2JhYmVsLWxvYWRlci9saWIvaW5kZXguanMhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyL2luZGV4LmpzPz9yZWYtLTYtMSEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stdW5pLWFwcC1sb2FkZXIvdXNpbmctY29tcG9uZW50cy5qcyEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL2luZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIjsgZXhwb3J0IGRlZmF1bHQgbW9kOyBleHBvcnQgKiBmcm9tIFwiLSEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9iYWJlbC1sb2FkZXIvbGliL2luZGV4LmpzIS4uLy4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlci9pbmRleC5qcz8/cmVmLS02LTEhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXVuaS1hcHAtbG9hZGVyL3VzaW5nLWNvbXBvbmVudHMuanMhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9pbmRleC5qcz8/dnVlLWxvYWRlci1vcHRpb25zIS4vaW5kZXgudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJm1wVHlwZT1wYWdlXCIiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///663\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=script&lang=js&mpType=page */ 644);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQXVtQixDQUFnQixzb0JBQUcsRUFBQyIsImZpbGUiOiI2NDMuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiOyBleHBvcnQgZGVmYXVsdCBtb2Q7IGV4cG9ydCAqIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///643\n");
/***/ }),
-/* 664 */
-/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/pages/menu/wallet/cwallet/index.vue?vue&type=script&lang=js&mpType=page ***!
- \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 644 */
+/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/pages/menu/wallet/cwallet/index.vue?vue&type=script&lang=js&mpType=page ***!
+ \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar _navigation = _interopRequireDefault(__webpack_require__(/*! @/components/navigation/navigation.vue */ 551));\nvar _tabBar = _interopRequireDefault(__webpack_require__(/*! @/components/tabBar/tabBar.vue */ 665));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };} //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nvar _default = { data: function data() {return { type: '', typeBoll: false, walletInfo: {}, walletInfo2: {}, num: '' };}, methods: { back: function back() {uni.navigateTo({ url: '../index' });}, gou: function gou(item) {var address = item.address;var type = item.type;this.$walletUtil.selectWallet(type, address);uni.reLaunch({ url: '../index' });}, goMwallet: function goMwallet() {uni.navigateTo({ url: '../mwallet/index' });}, getHeight: function getHeight(type) {if (type == 'one') {this.type = 'none';this.typeBoll = false;}if (type == 'eth') {this.type = 'eth';this.typeBoll = true;}if (type == 'btc') {this.type = 'btc';this.typeBoll = true;}if (type == 'trx') {this.type = 'trx';this.typeBoll = true;}}, setStorage: function setStorage(type) {if (type) {this.walletInfo = this.$walletUtil.getWalletList(type);__f__(\"log\", this.walletInfo, 22222, \" at pages/menu/wallet/cwallet/index.vue:116\");__f__(\"log\", this.walletInfo, \" at pages/menu/wallet/cwallet/index.vue:117\");} else {this.walletInfo = this.$walletUtil.getWalletList();\n __f__(\"log\", this.walletInfo, 22222, \" at pages/menu/wallet/cwallet/index.vue:120\");\n }\n\n } },\n\n\n\n\n\n onLoad: function onLoad() {\n // this.$walletUtil.updateBalance();\n this.setStorage();\n if (uni.getStorageSync('walleti')) {\n // 存入勾选的\n this.num = uni.getStorageSync('walleti');\n } else {\n // 存入首次勾选的\n this.num = this.walletInfo[0].address;\n }\n\n },\n computed: {\n i18n: function i18n() {\n return this.$t('index');\n } } };exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 33)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vcGFnZXMvbWVudS93YWxsZXQvY3dhbGxldC9pbmRleC52dWUiXSwibmFtZXMiOlsiZGF0YSIsInR5cGUiLCJ0eXBlQm9sbCIsIndhbGxldEluZm8iLCJ3YWxsZXRJbmZvMiIsIm51bSIsIm1ldGhvZHMiLCJiYWNrIiwidW5pIiwibmF2aWdhdGVUbyIsInVybCIsImdvdSIsIml0ZW0iLCJhZGRyZXNzIiwiJHdhbGxldFV0aWwiLCJzZWxlY3RXYWxsZXQiLCJyZUxhdW5jaCIsImdvTXdhbGxldCIsImdldEhlaWdodCIsInNldFN0b3JhZ2UiLCJnZXRXYWxsZXRMaXN0Iiwib25Mb2FkIiwiZ2V0U3RvcmFnZVN5bmMiLCJjb21wdXRlZCIsImkxOG4iLCIkdCJdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUEyREE7QUFDQSxxRyw4RkE1REE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7ZUFJZSxFQUNkQSxJQURjLGtCQUNQLENBQ04sT0FBTyxFQUNOQyxJQUFJLEVBQUMsRUFEQyxFQUVOQyxRQUFRLEVBQUMsS0FGSCxFQUdOQyxVQUFVLEVBQUMsRUFITCxFQUlOQyxXQUFXLEVBQUMsRUFKTixFQUtOQyxHQUFHLEVBQUMsRUFMRSxFQUFQLENBT0EsQ0FUYSxFQVVkQyxPQUFPLEVBQUUsRUFDUkMsSUFEUSxrQkFDRixDQUNMQyxHQUFHLENBQUNDLFVBQUosQ0FBZSxFQUNkQyxHQUFHLEVBQUMsVUFEVSxFQUFmLEVBR0EsQ0FMTyxFQU1SQyxHQU5RLGVBTUpDLElBTkksRUFNQyxDQUNSLElBQUlDLE9BQU8sR0FBQ0QsSUFBSSxDQUFDQyxPQUFqQixDQUNBLElBQUlaLElBQUksR0FBQ1csSUFBSSxDQUFDWCxJQUFkLENBQ0EsS0FBS2EsV0FBTCxDQUFpQkMsWUFBakIsQ0FBOEJkLElBQTlCLEVBQW1DWSxPQUFuQyxFQUNBTCxHQUFHLENBQUNRLFFBQUosQ0FBYSxFQUNaTixHQUFHLEVBQUMsVUFEUSxFQUFiLEVBS0EsQ0FmTyxFQWdCUE8sU0FoQk8sdUJBZ0JJLENBQ1hULEdBQUcsQ0FBQ0MsVUFBSixDQUFlLEVBQ2JDLEdBQUcsRUFBQyxrQkFEUyxFQUFmLEVBR0MsQ0FwQk0sRUFxQlJRLFNBckJRLHFCQXFCRWpCLElBckJGLEVBcUJPLENBQ2QsSUFBR0EsSUFBSSxJQUFFLEtBQVQsRUFBZSxDQUNmLEtBQUtBLElBQUwsR0FBVSxNQUFWLENBQ0MsS0FBS0MsUUFBTCxHQUFjLEtBQWQsQ0FDQSxDQUNELElBQUdELElBQUksSUFBRSxLQUFULEVBQWUsQ0FDZCxLQUFLQSxJQUFMLEdBQVUsS0FBVixDQUNBLEtBQUtDLFFBQUwsR0FBYyxJQUFkLENBRUEsQ0FDRixJQUFHRCxJQUFJLElBQUUsS0FBVCxFQUFlLENBQ2QsS0FBS0EsSUFBTCxHQUFVLEtBQVYsQ0FDQSxLQUFLQyxRQUFMLEdBQWMsSUFBZCxDQUNBLENBQ0QsSUFBR0QsSUFBSSxJQUFFLEtBQVQsRUFBZSxDQUNkLEtBQUtBLElBQUwsR0FBVSxLQUFWLENBQ0EsS0FBS0MsUUFBTCxHQUFjLElBQWQsQ0FDQSxDQUNBLENBdkNPLEVBeUNSaUIsVUF6Q1Esc0JBeUNHbEIsSUF6Q0gsRUF5Q1MsQ0FDaEIsSUFBR0EsSUFBSCxFQUFRLENBQ1AsS0FBS0UsVUFBTCxHQUFnQixLQUFLVyxXQUFMLENBQWlCTSxhQUFqQixDQUErQm5CLElBQS9CLENBQWhCLENBQ0EsYUFBWSxLQUFLRSxVQUFqQixFQUE0QixLQUE1QixpREFDQSxhQUFZLEtBQUtBLFVBQWpCLGlEQUNBLENBSkQsTUFJSyxDQUNKLEtBQUtBLFVBQUwsR0FBZ0IsS0FBS1csV0FBTCxDQUFpQk0sYUFBakIsRUFBaEI7QUFDQSxxQkFBWSxLQUFLakIsVUFBakIsRUFBNEIsS0FBNUI7QUFDQTs7QUFFRCxLQW5ETyxFQVZLOzs7Ozs7QUFtRWRrQixRQW5FYyxvQkFtRUw7QUFDUjtBQUNBLFNBQUtGLFVBQUw7QUFDQSxRQUFHWCxHQUFHLENBQUNjLGNBQUosQ0FBbUIsU0FBbkIsQ0FBSCxFQUFpQztBQUNoQztBQUNBLFdBQUtqQixHQUFMLEdBQVNHLEdBQUcsQ0FBQ2MsY0FBSixDQUFtQixTQUFuQixDQUFUO0FBQ0EsS0FIRCxNQUdLO0FBQ0o7QUFDQSxXQUFLakIsR0FBTCxHQUFTLEtBQUtGLFVBQUwsQ0FBZ0IsQ0FBaEIsRUFBbUJVLE9BQTVCO0FBQ0E7O0FBRUQsR0E5RWE7QUErRWRVLFVBQVEsRUFBRTtBQUNUQyxRQURTLGtCQUNGO0FBQ04sYUFBTyxLQUFLQyxFQUFMLENBQVEsT0FBUixDQUFQO0FBQ0EsS0FIUSxFQS9FSSxFIiwiZmlsZSI6IjY2NC5qcyIsInNvdXJjZXNDb250ZW50IjpbIi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcbi8vXHJcblxyXG5pbXBvcnQgY29udCBmcm9tIFwiQC9jb21wb25lbnRzL25hdmlnYXRpb24vbmF2aWdhdGlvbi52dWVcIlxyXG5pbXBvcnQgdGFiQmFyIGZyb20gXCJAL2NvbXBvbmVudHMvdGFiQmFyL3RhYkJhci52dWVcIlxyXG5leHBvcnQgZGVmYXVsdCB7XHJcblx0ZGF0YSgpIHtcclxuXHRcdHJldHVybiB7XHJcblx0XHRcdHR5cGU6JycsXHJcblx0XHRcdHR5cGVCb2xsOmZhbHNlLFxyXG5cdFx0XHR3YWxsZXRJbmZvOnt9LFxyXG5cdFx0XHR3YWxsZXRJbmZvMjp7fSxcclxuXHRcdFx0bnVtOicnLFxyXG5cdFx0XHRcdFx0fVxyXG5cdH0sXHJcblx0bWV0aG9kczoge1xyXG5cdFx0YmFjaygpe1xyXG5cdFx0XHR1bmkubmF2aWdhdGVUbyh7XHJcblx0XHRcdFx0dXJsOicuLi9pbmRleCdcclxuXHRcdFx0fSlcclxuXHRcdH0sXHJcblx0XHRnb3UoaXRlbSl7XHJcblx0XHRcdHZhciBhZGRyZXNzPWl0ZW0uYWRkcmVzcztcclxuXHRcdFx0dmFyIHR5cGU9aXRlbS50eXBlOyBcclxuXHRcdFx0dGhpcy4kd2FsbGV0VXRpbC5zZWxlY3RXYWxsZXQodHlwZSxhZGRyZXNzKVxyXG5cdFx0XHR1bmkucmVMYXVuY2goe1xyXG5cdFx0XHRcdHVybDonLi4vaW5kZXgnXHJcblx0XHRcdH0pXHJcblx0XHRcclxuXHRcclxuXHRcdH0sXHJcblx0XHRcdGdvTXdhbGxldCgpe1xyXG5cdFx0XHR1bmkubmF2aWdhdGVUbyh7XHJcblx0XHRcdFx0XHR1cmw6Jy4uL213YWxsZXQvaW5kZXgnXHJcblx0XHRcdFx0fSlcclxuXHRcdFx0fSxcclxuXHRcdGdldEhlaWdodCh0eXBlKXtcclxuXHRcdFx0aWYodHlwZT09J29uZScpe1xyXG5cdFx0XHR0aGlzLnR5cGU9J25vbmUnXHJcblx0XHRcdFx0dGhpcy50eXBlQm9sbD1mYWxzZTtcclxuXHRcdFx0fVxyXG5cdFx0XHRpZih0eXBlPT0nZXRoJyl7XHJcblx0XHRcdFx0dGhpcy50eXBlPSdldGgnXHJcblx0XHRcdFx0dGhpcy50eXBlQm9sbD10cnVlO1xyXG5cdFx0XHRcclxuXHRcdFx0fVxyXG5cdFx0aWYodHlwZT09J2J0Yycpe1xyXG5cdFx0XHR0aGlzLnR5cGU9J2J0YydcclxuXHRcdFx0dGhpcy50eXBlQm9sbD10cnVlO1xyXG5cdFx0fVxyXG5cdFx0aWYodHlwZT09J3RyeCcpe1xyXG5cdFx0XHR0aGlzLnR5cGU9J3RyeCdcclxuXHRcdFx0dGhpcy50eXBlQm9sbD10cnVlO1xyXG5cdFx0fVxyXG5cdFx0fSxcclxuXHJcblx0XHRzZXRTdG9yYWdlKHR5cGUpIHtcclxuXHRcdFx0aWYodHlwZSl7XHJcblx0XHRcdFx0dGhpcy53YWxsZXRJbmZvPXRoaXMuJHdhbGxldFV0aWwuZ2V0V2FsbGV0TGlzdCh0eXBlKVxyXG5cdFx0XHRcdGNvbnNvbGUubG9nKHRoaXMud2FsbGV0SW5mbywyMjIyMilcclxuXHRcdFx0XHRjb25zb2xlLmxvZyh0aGlzLndhbGxldEluZm8pXHJcblx0XHRcdH1lbHNle1xyXG5cdFx0XHRcdHRoaXMud2FsbGV0SW5mbz10aGlzLiR3YWxsZXRVdGlsLmdldFdhbGxldExpc3QoKVxyXG5cdFx0XHRcdGNvbnNvbGUubG9nKHRoaXMud2FsbGV0SW5mbywyMjIyMilcclxuXHRcdFx0fVxyXG5cdFxyXG5cdFx0fSxcclxuXHJcblx0XHRcclxuXHRcdFxyXG5cdFx0XHJcblx0fSxcclxuXHRvbkxvYWQoKSB7XHJcblx0XHQvLyB0aGlzLiR3YWxsZXRVdGlsLnVwZGF0ZUJhbGFuY2UoKTtcclxuXHRcdHRoaXMuc2V0U3RvcmFnZSgpXHJcblx0XHRpZih1bmkuZ2V0U3RvcmFnZVN5bmMoJ3dhbGxldGknKSl7XHJcblx0XHRcdC8vIOWtmOWFpeWLvumAieeahFxyXG5cdFx0XHR0aGlzLm51bT11bmkuZ2V0U3RvcmFnZVN5bmMoJ3dhbGxldGknKVxyXG5cdFx0fWVsc2V7XHJcblx0XHRcdC8vIOWtmOWFpemmluasoeWLvumAieeahFxyXG5cdFx0XHR0aGlzLm51bT10aGlzLndhbGxldEluZm9bMF0uYWRkcmVzc1xyXG5cdFx0fVxyXG5cdFxyXG5cdH0sXHJcblx0Y29tcHV0ZWQ6IHtcclxuXHRcdGkxOG4oKSB7XHJcblx0XHRcdHJldHVybiB0aGlzLiR0KCdpbmRleCcpXHJcblx0XHR9LFxyXG5cdH1cclxufTtcclxuIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///664\n");
+eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 44));\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar _navigation = _interopRequireDefault(__webpack_require__(/*! @/components/navigation/navigation.vue */ 523));\nvar _tabBar = _interopRequireDefault(__webpack_require__(/*! @/components/tabBar/tabBar.vue */ 645));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {try {var info = gen[key](arg);var value = info.value;} catch (error) {reject(error);return;}if (info.done) {resolve(value);} else {Promise.resolve(value).then(_next, _throw);}}function _asyncToGenerator(fn) {return function () {var self = this,args = arguments;return new Promise(function (resolve, reject) {var gen = fn.apply(self, args);function _next(value) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"next\", value);}function _throw(err) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"throw\", err);}_next(undefined);});};}var _default =\n{\n data: function data() {\n return {\n type: '',\n typeBoll: false,\n walletInfo: {},\n walletInfo2: {},\n num: '' };\n\n },\n methods: {\n back: function back() {\n uni.navigateTo({\n url: '../index' });\n\n },\n gou: function gou(item) {\n var address = item.address;\n var type = item.type;\n this.$walletUtil.selectWallet(type, address);\n uni.reLaunch({\n url: '../index' });\n\n\n\n },\n goMwallet: function goMwallet() {\n uni.navigateTo({\n url: '../mwallet/index' });\n\n },\n getHeight: function getHeight(type) {\n if (type == 'one') {\n this.type = 'none';\n this.typeBoll = false;\n }\n if (type == 'eth') {\n this.type = 'eth';\n this.typeBoll = true;\n\n }\n if (type == 'btc') {\n this.type = 'btc';\n this.typeBoll = true;\n }\n if (type == 'trx') {\n this.type = 'trx';\n this.typeBoll = true;\n }\n },\n\n setStorage: function setStorage(type) {\n if (type) {\n this.walletInfo = this.$walletUtil.getWalletList(type);\n __f__(\"log\", this.walletInfo, 22222, \" at pages/menu/wallet/cwallet/index.vue:116\");\n __f__(\"log\", this.walletInfo, \" at pages/menu/wallet/cwallet/index.vue:117\");\n } else {\n this.walletInfo = this.$walletUtil.getWalletList();\n __f__(\"log\", this.walletInfo, 22222, \" at pages/menu/wallet/cwallet/index.vue:120\");\n }\n\n } },\n\n\n\n\n\n onLoad: function onLoad() {var _this = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee() {return _regenerator.default.wrap(function _callee$(_context) {while (1) {switch (_context.prev = _context.next) {case 0:\n // this.$walletUtil.updateBalance();\n //var a=await this.$EthUtil.getBalance('0x6a851246689eb8fc77a9bf68df5860f13f679fa0');\n // console.log(a)\n _this.setStorage();\n if (uni.getStorageSync('walleti')) {\n // 存入勾选的\n _this.num = uni.getStorageSync('walleti');\n } else {\n // 存入首次勾选的\n _this.num = _this.walletInfo[0].address;\n }case 2:case \"end\":return _context.stop();}}}, _callee);}))();\n\n },\n computed: {\n i18n: function i18n() {\n return this.$t('index');\n } } };exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 28)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vcGFnZXMvbWVudS93YWxsZXQvY3dhbGxldC9pbmRleC52dWUiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUEyREE7QUFDQSxxRztBQUNBO0FBQ0EsTUFEQSxrQkFDQTtBQUNBO0FBQ0EsY0FEQTtBQUVBLHFCQUZBO0FBR0Esb0JBSEE7QUFJQSxxQkFKQTtBQUtBLGFBTEE7O0FBT0EsR0FUQTtBQVVBO0FBQ0EsUUFEQSxrQkFDQTtBQUNBO0FBQ0EsdUJBREE7O0FBR0EsS0FMQTtBQU1BLE9BTkEsZUFNQSxJQU5BLEVBTUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLHVCQURBOzs7O0FBS0EsS0FmQTtBQWdCQSxhQWhCQSx1QkFnQkE7QUFDQTtBQUNBLCtCQURBOztBQUdBLEtBcEJBO0FBcUJBLGFBckJBLHFCQXFCQSxJQXJCQSxFQXFCQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQSxLQXZDQTs7QUF5Q0EsY0F6Q0Esc0JBeUNBLElBekNBLEVBeUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxPQUpBLE1BSUE7O0FBRUE7OztLQWhEQSxFQVZBOzs7Ozs7QUFtRUEsUUFuRUEsb0JBbUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxlQUhBLE1BR0E7O0FBRUE7QUFDQSxlQVhBOztBQWFBLEdBaEZBO0FBaUZBO0FBQ0EsUUFEQSxrQkFDQTtBQUNBO0tBRkEsRUFqRkEsRSIsImZpbGUiOiI2NDQuanMiLCJzb3VyY2VzQ29udGVudCI6WyI8dGVtcGxhdGU+XHJcblx0PHZpZXcgY2xhc3M9XCJcIj5cclxuXHRcdDxuYXZpZ2F0aW9uIDpzaG93QmFjaz1cImZhbHNlXCIgOmJnbnVtPVwidHJ1ZVwiPlxyXG5cdFx0XHQ8aW1hZ2Ugc3JjPVwiLi4vLi4vLi4vLi4vc3RhdGljL3Rvbmd5b25oL1ZlY3Rvci5wbmdcIiBtb2RlPVwiYXNwZWN0Rml0XCIgY2xhc3M9XCJiYWNrXCIgQGNsaWNrPVwiYmFjaygpXCI+PC9pbWFnZT5cclxuXHRcdFx0PHRleHQgY2xhc3M9XCJiaWdfdGl0bGVcIj5cclxuXHRcdFx0e3tpMThuLmN3YWxsZXR9fVxyXG5cdFx0XHQ8L3RleHQ+XHJcblx0XHRcdDx0ZXh0IGNsYXNzPVwicmVuWW91XCIgQGNsaWNrPVwiZ29Nd2FsbGV0KClcIj57e2kxOG4ubWFuYWdlfX08L3RleHQ+XHJcblx0XHQ8L25hdmlnYXRpb24+XHJcblx0XHQ8dmlldyBjbGFzcz1cIm1haW4gZmxleHhcIj5cclxuXHRcdFx0PHZpZXcgY2xhc3M9XCJpbWdjb25cIj5cclxuXHRcdFx0XHQ8aW1hZ2UgQGNsaWNrPVwiZ2V0SGVpZ2h0KCdvbmUnKSxzZXRTdG9yYWdlKClcIiByZWY9XCJvbmVcIiAgIHNyYz1cIi4uLy4uLy4uLy4uL3N0YXRpYy90b25neW9uaC9maWx0ZXItbGVmdC5wbmdcIiBtb2RlPVwiYXNwZWN0Rml0XCIgY2xhc3M9XCJsZXRDb25pbWdcIj48L2ltYWdlPlxyXG5cdFx0XHQgICAgPGltYWdlIEBjbGljaz1cImdldEhlaWdodCgnYnRjJyksc2V0U3RvcmFnZSgnQlRDJylcIiByZWY9XCJidGNcIiBzcmM9XCIuLi8uLi8uLi8uLi9zdGF0aWMvdG9uZ3lvbmgvYnllLnBuZ1wiIG1vZGU9XCJhc3BlY3RGaXRcIiBjbGFzcz1cImxldENvbmltZ1wiPjwvaW1hZ2U+XHJcblx0XHRcdDxpbWFnZSBAY2xpY2s9XCJnZXRIZWlnaHQoJ2V0aCcpLHNldFN0b3JhZ2UoJ0VUSCcpXCIgIHJlZj1cImV0aFwiICBzcmM9XCIuLi8uLi8uLi8uLi9zdGF0aWMvdG9uZ3lvbmgvRnJhbWUzMjk5LnBuZ1wiIG1vZGU9XCJhc3BlY3RGaXRcIiBjbGFzcz1cImxldENvbmltZ1wiPjwvaW1hZ2U+XHJcblx0XHRcdDxpbWFnZSBAY2xpY2s9XCJnZXRIZWlnaHQoJ3RyeCcpLHNldFN0b3JhZ2UoJ1RSWCcpXCIgcmVmPVwidHJ4XCIgIHNyYz1cIi4uLy4uLy4uLy4uL3N0YXRpYy90b25neW9uaC90cm9uMS5wbmdcIiBtb2RlPVwiYXNwZWN0Rml0XCIgY2xhc3M9XCJsZXRDb25pbWdcIj48L2ltYWdlPlxyXG5cdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdFxyXG5cdFx0XHRcclxuXHRcdFx0XHJcbiAgICA8dmlldyBjbGFzcz1cImJvdF9jb25cIj5cclxuICAgIFx0ICAgPHZpZXcgY2xhc3M9XCJ0aWFvXCIgcmVmPVwidGlhb1wiIDpjbGFzcz1cInsnZXRoaCc6IHR5cGU9PSdldGgnLCdidGNoJzogdHlwZT09J2J0YycsJ3RyeGgnOiB0eXBlPT0ndHJ4J31cIj5cclxuICAgIFx0ICAgXHQ8IS0tICAtLT5cclxuICAgIFx0ICAgPC92aWV3PlxyXG4gICAgXHRcdDx2aWV3ICBjbGFzcz1cIml0ZW0gZmxleHhcIiBAY2xpY2s9XCJnb3UoaXRlbSlcIiB2LWZvcj1cIml0ZW0saW5kZXggaW4gd2FsbGV0SW5mb1wiICA6Y2xhc3M9XCJ7J3B1cic6IGl0ZW0udHlwZT09J0VUSCcsJ3JlZCc6ICBpdGVtLnR5cGU9PSdUUlgnfVwiPlxyXG4gICAgXHRcdCA8dmlldyBjbGFzcz1cImxlZnQgZmxleFwiPlxyXG4gICAgXHRcdCBcdDxpbWFnZSBzcmM9XCIuLi8uLi8uLi8uLi9zdGF0aWMvdG9uZ3lvbmgvYnRjX2ljb24ucG5nXCIgbW9kZT1cImFzcGVjdEZpdFwiIGNsYXNzPVwiaW1nMVwiIHYtaWY9XCJpdGVtLnR5cGU9PSdCVEMnXCI+PC9pbWFnZT5cclxuXHRcdFx0XHQ8aW1hZ2Ugc3JjPVwiLi4vLi4vLi4vLi4vc3RhdGljL3Rvbmd5b25oL0VUSF9pY29uLnBuZ1wiIG1vZGU9XCJhc3BlY3RGaXRcIiBjbGFzcz1cImltZzFcIiB2LWlmPVwiaXRlbS50eXBlPT0nRVRIJ1wiPjwvaW1hZ2U+XHJcblx0XHRcdFx0PGltYWdlIHNyYz1cIi4uLy4uLy4uLy4uL3N0YXRpYy90b25neW9uaC90cm9uX2ljb24ucG5nXCIgbW9kZT1cImFzcGVjdEZpdFwiIGNsYXNzPVwiaW1nMVwiIHYtaWY9XCJpdGVtLnR5cGU9PSdUUlgnXCI+PC9pbWFnZT5cclxuICAgIFx0XHQgICA8dmlldyBjbGFzcz1cInRleHRjb25cIj4gXHJcbiAgICBcdFx0ICAgXHQ8dmlldyBjbGFzcz1cInRleHQxXCI+XHJcbiAgICBcdFx0ICAgXHRcdHt7aXRlbS5uYW1lfX1cclxuICAgIFx0XHQgICBcdDwvdmlldz5cclxuICAgIFx0XHRcdDx2aWV3IGNsYXNzPVwidGV4dDJcIj5cclxuICAgIFx0XHRcdFx0e3tpdGVtLmVsbGlwc2lzQWRkcmVzc319XHJcbiAgICBcdFx0XHQ8L3ZpZXc+XHJcbiAgICBcdFx0ICAgPC92aWV3PlxyXG4gICAgXHRcdCA8L3ZpZXc+XHJcblx0XHRcdFx0IDx2aWV3IGNsYXNzPVwiZ291XCIgdi1pZj1cIm51bT09aXRlbS5hZGRyZXNzXCI+XHJcblx0XHRcdFx0IFx0PGltYWdlIHNyYz1cIi4uLy4uLy4uLy4uL3N0YXRpYy90b25neW9uaC9TaGFwZS5wbmdcIiBtb2RlPVwiYXNwZWN0Rml0XCIgY2xhc3M9XCJpbWdcIj48L2ltYWdlPlxyXG5cdFx0XHRcdCA8L3ZpZXc+XHJcbiAgICBcdFx0IDx2aWV3IGNsYXNzPVwicmlnXCI+XHJcbiAgICBcdFx0IHt7aXRlbS5iYWxhbmNlfX1cclxuICAgIFx0XHQgPC92aWV3PlxyXG4gICAgXHRcdDwvdmlldz5cclxuICAgIFx0XHRcclxuICAgIFxyXG4gICAgXHRcdFxyXG4gICAgXHRcclxuICAgIFxyXG4gICAgICAgICAgIDwvdmlldz5cclxuICAgIFx0XHJcblx0XHJcblx0XHJcblxyXG5cdDwvdmlldz5cclxuXHRcdDwvdmlldz5cbjwvdGVtcGxhdGU+XG5cbjxzY3JpcHQ+XHJcblx0aW1wb3J0IGNvbnQgZnJvbSBcIkAvY29tcG9uZW50cy9uYXZpZ2F0aW9uL25hdmlnYXRpb24udnVlXCJcclxuXHRpbXBvcnQgdGFiQmFyIGZyb20gXCJAL2NvbXBvbmVudHMvdGFiQmFyL3RhYkJhci52dWVcIlxyXG5cdGV4cG9ydCBkZWZhdWx0IHtcclxuXHRcdGRhdGEoKSB7XHJcblx0XHRcdHJldHVybiB7XHJcblx0XHRcdFx0dHlwZTonJyxcclxuXHRcdFx0XHR0eXBlQm9sbDpmYWxzZSxcclxuXHRcdFx0XHR3YWxsZXRJbmZvOnt9LFxyXG5cdFx0XHRcdHdhbGxldEluZm8yOnt9LFxyXG5cdFx0XHRcdG51bTonJyxcclxuXHRcdFx0XHRcdFx0fVxyXG5cdFx0fSxcclxuXHRcdG1ldGhvZHM6IHtcclxuXHRcdFx0YmFjaygpe1xyXG5cdFx0XHRcdHVuaS5uYXZpZ2F0ZVRvKHtcclxuXHRcdFx0XHRcdHVybDonLi4vaW5kZXgnXHJcblx0XHRcdFx0fSlcclxuXHRcdFx0fSxcclxuXHRcdFx0Z291KGl0ZW0pe1xyXG5cdFx0XHRcdHZhciBhZGRyZXNzPWl0ZW0uYWRkcmVzcztcclxuXHRcdFx0XHR2YXIgdHlwZT1pdGVtLnR5cGU7IFxyXG5cdFx0XHRcdHRoaXMuJHdhbGxldFV0aWwuc2VsZWN0V2FsbGV0KHR5cGUsYWRkcmVzcylcclxuXHRcdFx0XHR1bmkucmVMYXVuY2goe1xyXG5cdFx0XHRcdFx0dXJsOicuLi9pbmRleCdcclxuXHRcdFx0XHR9KVxyXG5cdFx0XHRcclxuXHRcdFxyXG5cdFx0XHR9LFxyXG5cdFx0XHRcdGdvTXdhbGxldCgpe1xyXG5cdFx0XHRcdHVuaS5uYXZpZ2F0ZVRvKHtcclx0XHRcdFx0XHR1cmw6Jy4uL213YWxsZXQvaW5kZXgnXHJcdFx0XHRcdH0pXHJcdFx0XHR9LFxyXG5cdFx0XHRnZXRIZWlnaHQodHlwZSl7XHJcblx0XHRcdFx0aWYodHlwZT09J29uZScpe1xyXG5cdFx0XHRcdHRoaXMudHlwZT0nbm9uZSdcclxuXHRcdFx0XHRcdHRoaXMudHlwZUJvbGw9ZmFsc2U7XHJcblx0XHRcdFx0fVxyXG5cdFx0XHRcdGlmKHR5cGU9PSdldGgnKXtcclxuXHRcdFx0XHRcdHRoaXMudHlwZT0nZXRoJ1xyXG5cdFx0XHRcdFx0dGhpcy50eXBlQm9sbD10cnVlO1xyXG5cdFx0XHRcdFxyXG5cdFx0XHRcdH1cclxuXHRcdFx0aWYodHlwZT09J2J0Yycpe1xyXG5cdFx0XHRcdHRoaXMudHlwZT0nYnRjJ1xyXG5cdFx0XHRcdHRoaXMudHlwZUJvbGw9dHJ1ZTtcclxuXHRcdFx0fVxyXG5cdFx0XHRpZih0eXBlPT0ndHJ4Jyl7XHJcblx0XHRcdFx0dGhpcy50eXBlPSd0cngnXHJcblx0XHRcdFx0dGhpcy50eXBlQm9sbD10cnVlO1xyXG5cdFx0XHR9XHJcblx0XHRcdH0sXHJcblxyXG5cdFx0XHRzZXRTdG9yYWdlKHR5cGUpIHtcclxuXHRcdFx0XHRpZih0eXBlKXtcclxuXHRcdFx0XHRcdHRoaXMud2FsbGV0SW5mbz10aGlzLiR3YWxsZXRVdGlsLmdldFdhbGxldExpc3QodHlwZSlcclxuXHRcdFx0XHRcdGNvbnNvbGUubG9nKHRoaXMud2FsbGV0SW5mbywyMjIyMilcclxuXHRcdFx0XHRcdGNvbnNvbGUubG9nKHRoaXMud2FsbGV0SW5mbylcclxuXHRcdFx0XHR9ZWxzZXtcclxuXHRcdFx0XHRcdHRoaXMud2FsbGV0SW5mbz10aGlzLiR3YWxsZXRVdGlsLmdldFdhbGxldExpc3QoKVxyXG5cdFx0XHRcdFx0Y29uc29sZS5sb2codGhpcy53YWxsZXRJbmZvLDIyMjIyKVxyXG5cdFx0XHRcdH1cclxuXHRcdFxyXG5cdFx0XHR9LFxyXG5cdFxyXG5cdFx0XHRcclxuXHRcdFx0XHJcblx0XHRcdFxyXG5cdFx0fSxcclxuXHRcdGFzeW5jIG9uTG9hZCgpIHtcclxuXHRcdFx0Ly8gdGhpcy4kd2FsbGV0VXRpbC51cGRhdGVCYWxhbmNlKCk7XHJcblx0XHRcdC8vdmFyIGE9YXdhaXQgdGhpcy4kRXRoVXRpbC5nZXRCYWxhbmNlKCcweDZhODUxMjQ2Njg5ZWI4ZmM3N2E5YmY2OGRmNTg2MGYxM2Y2NzlmYTAnKTtcclxuXHRcdFx0Ly8gY29uc29sZS5sb2coYSlcclxuXHRcdFx0dGhpcy5zZXRTdG9yYWdlKClcclxuXHRcdFx0aWYodW5pLmdldFN0b3JhZ2VTeW5jKCd3YWxsZXRpJykpe1xyXG5cdFx0XHRcdC8vIOWtmOWFpeWLvumAieeahFxyXG5cdFx0XHRcdHRoaXMubnVtPXVuaS5nZXRTdG9yYWdlU3luYygnd2FsbGV0aScpXHJcblx0XHRcdH1lbHNle1xyXG5cdFx0XHRcdC8vIOWtmOWFpemmluasoeWLvumAieeahFxyXG5cdFx0XHRcdHRoaXMubnVtPXRoaXMud2FsbGV0SW5mb1swXS5hZGRyZXNzXHJcblx0XHRcdH1cclxuXHRcdFxyXG5cdFx0fSxcclxuXHRcdGNvbXB1dGVkOiB7XHJcblx0XHRcdGkxOG4oKSB7XHJcblx0XHRcdFx0cmV0dXJuIHRoaXMuJHQoJ2luZGV4JylcclxuXHRcdFx0fSxcclxuXHRcdH1cclxuXHR9O1xuPC9zY3JpcHQ+XG48c3R5bGUgc2NvcGVkPlxyXG5cdHBhZ2V7XHJcblx0XHRiYWNrZ3JvdW5kOiAjRkFGQUZBO1xyXG5cdH1cbjwvc3R5bGU+XG5cbjxzdHlsZT5cclxuXHJcblx0QGltcG9ydCAnLi9pbmRleC5jc3MnO1xyXG5cclxuPC9zdHlsZT5cbiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///644\n");
/***/ }),
-/* 665 */
-/*!**************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/components/tabBar/tabBar.vue ***!
- \**************************************************************************/
+/* 645 */
+/*!****************************************************!*\
+ !*** D:/fone/bitcooo/components/tabBar/tabBar.vue ***!
+ \****************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _tabBar_vue_vue_type_template_id_3bd8e2f8_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./tabBar.vue?vue&type=template&id=3bd8e2f8&scoped=true& */ 666);\n/* harmony import */ var _tabBar_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./tabBar.vue?vue&type=script&lang=js& */ 668);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _tabBar_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _tabBar_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 7);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _tabBar_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _tabBar_vue_vue_type_template_id_3bd8e2f8_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _tabBar_vue_vue_type_template_id_3bd8e2f8_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"3bd8e2f8\",\n null,\n false,\n _tabBar_vue_vue_type_template_id_3bd8e2f8_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"components/tabBar/tabBar.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBK0g7QUFDL0g7QUFDMEQ7QUFDTDs7O0FBR3JEO0FBQ2dLO0FBQ2hLLGdCQUFnQiw2S0FBVTtBQUMxQixFQUFFLDRFQUFNO0FBQ1IsRUFBRSw2RkFBTTtBQUNSLEVBQUUsc0dBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsaUdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNjY1LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi90YWJCYXIudnVlP3Z1ZSZ0eXBlPXRlbXBsYXRlJmlkPTNiZDhlMmY4JnNjb3BlZD10cnVlJlwiXG52YXIgcmVuZGVyanNcbmltcG9ydCBzY3JpcHQgZnJvbSBcIi4vdGFiQmFyLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuZXhwb3J0ICogZnJvbSBcIi4vdGFiQmFyLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9ydW50aW1lL2NvbXBvbmVudE5vcm1hbGl6ZXIuanNcIlxudmFyIGNvbXBvbmVudCA9IG5vcm1hbGl6ZXIoXG4gIHNjcmlwdCxcbiAgcmVuZGVyLFxuICBzdGF0aWNSZW5kZXJGbnMsXG4gIGZhbHNlLFxuICBudWxsLFxuICBcIjNiZDhlMmY4XCIsXG4gIG51bGwsXG4gIGZhbHNlLFxuICBjb21wb25lbnRzLFxuICByZW5kZXJqc1xuKVxuXG5jb21wb25lbnQub3B0aW9ucy5fX2ZpbGUgPSBcImNvbXBvbmVudHMvdGFiQmFyL3RhYkJhci52dWVcIlxuZXhwb3J0IGRlZmF1bHQgY29tcG9uZW50LmV4cG9ydHMiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///665\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _tabBar_vue_vue_type_template_id_3bd8e2f8_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./tabBar.vue?vue&type=template&id=3bd8e2f8&scoped=true& */ 646);\n/* harmony import */ var _tabBar_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./tabBar.vue?vue&type=script&lang=js& */ 648);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _tabBar_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _tabBar_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _tabBar_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _tabBar_vue_vue_type_template_id_3bd8e2f8_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _tabBar_vue_vue_type_template_id_3bd8e2f8_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"3bd8e2f8\",\n null,\n false,\n _tabBar_vue_vue_type_template_id_3bd8e2f8_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"components/tabBar/tabBar.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBK0g7QUFDL0g7QUFDMEQ7QUFDTDs7O0FBR3JEO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLDRFQUFNO0FBQ1IsRUFBRSw2RkFBTTtBQUNSLEVBQUUsc0dBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsaUdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNjQ1LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi90YWJCYXIudnVlP3Z1ZSZ0eXBlPXRlbXBsYXRlJmlkPTNiZDhlMmY4JnNjb3BlZD10cnVlJlwiXG52YXIgcmVuZGVyanNcbmltcG9ydCBzY3JpcHQgZnJvbSBcIi4vdGFiQmFyLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuZXhwb3J0ICogZnJvbSBcIi4vdGFiQmFyLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXHJ1bnRpbWVcXFxcY29tcG9uZW50Tm9ybWFsaXplci5qc1wiXG52YXIgY29tcG9uZW50ID0gbm9ybWFsaXplcihcbiAgc2NyaXB0LFxuICByZW5kZXIsXG4gIHN0YXRpY1JlbmRlckZucyxcbiAgZmFsc2UsXG4gIG51bGwsXG4gIFwiM2JkOGUyZjhcIixcbiAgbnVsbCxcbiAgZmFsc2UsXG4gIGNvbXBvbmVudHMsXG4gIHJlbmRlcmpzXG4pXG5cbmNvbXBvbmVudC5vcHRpb25zLl9fZmlsZSA9IFwiY29tcG9uZW50cy90YWJCYXIvdGFiQmFyLnZ1ZVwiXG5leHBvcnQgZGVmYXVsdCBjb21wb25lbnQuZXhwb3J0cyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///645\n");
/***/ }),
-/* 666 */
-/*!*********************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/components/tabBar/tabBar.vue?vue&type=template&id=3bd8e2f8&scoped=true& ***!
- \*********************************************************************************************************************/
+/* 646 */
+/*!***********************************************************************************************!*\
+ !*** D:/fone/bitcooo/components/tabBar/tabBar.vue?vue&type=template&id=3bd8e2f8&scoped=true& ***!
+ \***********************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
-/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_tabBar_vue_vue_type_template_id_3bd8e2f8_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./tabBar.vue?vue&type=template&id=3bd8e2f8&scoped=true& */ 667);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_tabBar_vue_vue_type_template_id_3bd8e2f8_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_tabBar_vue_vue_type_template_id_3bd8e2f8_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./tabBar.vue?vue&type=template&id=3bd8e2f8&scoped=true& */ 647);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_tabBar_vue_vue_type_template_id_3bd8e2f8_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_tabBar_vue_vue_type_template_id_3bd8e2f8_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_tabBar_vue_vue_type_template_id_3bd8e2f8_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_tabBar_vue_vue_type_template_id_3bd8e2f8_scoped_true___WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_tabBar_vue_vue_type_template_id_3bd8e2f8_scoped_true___WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_tabBar_vue_vue_type_template_id_3bd8e2f8_scoped_true___WEBPACK_IMPORTED_MODULE_0__["components"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_tabBar_vue_vue_type_template_id_3bd8e2f8_scoped_true___WEBPACK_IMPORTED_MODULE_0__["components"]; });
/***/ }),
-/* 667 */
-/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/components/tabBar/tabBar.vue?vue&type=template&id=3bd8e2f8&scoped=true& ***!
- \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 647 */
+/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/components/tabBar/tabBar.vue?vue&type=template&id=3bd8e2f8&scoped=true& ***!
+ \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
@@ -77196,64 +73042,64 @@ render._withStripped = true
/***/ }),
-/* 668 */
-/*!***************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/components/tabBar/tabBar.vue?vue&type=script&lang=js& ***!
- \***************************************************************************************************/
+/* 648 */
+/*!*****************************************************************************!*\
+ !*** D:/fone/bitcooo/components/tabBar/tabBar.vue?vue&type=script&lang=js& ***!
+ \*****************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_tabBar_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./tabBar.vue?vue&type=script&lang=js& */ 669);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_tabBar_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_tabBar_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_tabBar_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_tabBar_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_tabBar_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQXNoQixDQUFnQiw0akJBQUcsRUFBQyIsImZpbGUiOiI2NjguanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIS4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL2JhYmVsLWxvYWRlci9saWIvaW5kZXguanMhLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyL2luZGV4LmpzPz9yZWYtLTYtMSEuLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stdW5pLWFwcC1sb2FkZXIvdXNpbmctY29tcG9uZW50cy5qcyEuLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL2luZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi90YWJCYXIudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiOyBleHBvcnQgZGVmYXVsdCBtb2Q7IGV4cG9ydCAqIGZyb20gXCItIS4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL2JhYmVsLWxvYWRlci9saWIvaW5kZXguanMhLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyL2luZGV4LmpzPz9yZWYtLTYtMSEuLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stdW5pLWFwcC1sb2FkZXIvdXNpbmctY29tcG9uZW50cy5qcyEuLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL2luZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi90YWJCYXIudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///668\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_tabBar_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./tabBar.vue?vue&type=script&lang=js& */ 649);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_tabBar_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_tabBar_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_tabBar_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_tabBar_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_tabBar_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQTZsQixDQUFnQiw0bkJBQUcsRUFBQyIsImZpbGUiOiI2NDguanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL3RhYkJhci52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmXCI7IGV4cG9ydCBkZWZhdWx0IG1vZDsgZXhwb3J0ICogZnJvbSBcIi0hQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxiYWJlbC1sb2FkZXJcXFxcbGliXFxcXGluZGV4LmpzIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcQGRjbG91ZGlvXFxcXHZ1ZS1jbGktcGx1Z2luLXVuaVxcXFxwYWNrYWdlc1xcXFx3ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyXFxcXGluZGV4LmpzPz9yZWYtLTYtMSFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay11bmktYXBwLWxvYWRlclxcXFx1c2luZy1jb21wb25lbnRzLmpzIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcQGRjbG91ZGlvXFxcXHZ1ZS1jbGktcGx1Z2luLXVuaVxcXFxwYWNrYWdlc1xcXFx2dWUtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcz8/dnVlLWxvYWRlci1vcHRpb25zIS4vdGFiQmFyLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///648\n");
/***/ }),
-/* 669 */
-/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/components/tabBar/tabBar.vue?vue&type=script&lang=js& ***!
- \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 649 */
+/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/components/tabBar/tabBar.vue?vue&type=script&lang=js& ***!
+ \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;function _defineProperty(obj, key, value) {if (key in obj) {Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true });} else {obj[key] = value;}return obj;} //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\nvar COMPONENT_NAME = 'tabBar';var _default2 = _defineProperty({\n\n name: COMPONENT_NAME,\n\n\n\n props: {\n selectActive: {\n type: Number,\n default: function _default() {\n return 1;\n } } },\n\n\n data: function data() {\n return {\n status: '' };\n\n },\n computed: {},\n\n\n mounted: function mounted() {\n },\n methods: {\n\n goToPage: function goToPage(num) {\n if (num == 1) {\n uni.reLaunch({\n url: '/pages/menu/wallet/index' });\n\n\n } else if (num == 2) {\n uni.reLaunch({\n url: '/pages/menu/collection/index' });\n\n } else if (num == 3) {\n uni.reLaunch({\n url: '/pages/menu/market/index' });\n\n } else if (num == 4) {\n uni.reLaunch({\n url: '/pages/menu/discover/index' });\n\n } else if (num == 5) {\n uni.reLaunch({\n url: '/pages/menu/profile/index' });\n\n }\n\n } } }, \"computed\",\n\n\n{\n i18n: function i18n() {\n return this.$t('index');\n } });exports.default = _default2;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vY29tcG9uZW50cy90YWJCYXIvdGFiQmFyLnZ1ZSJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBMERBLDhCOztBQUVBLHNCOzs7O0FBSUE7QUFDQTtBQUNBLGtCQURBO0FBRUEsYUFGQSxzQkFFQTtBQUNBO0FBQ0EsT0FKQSxFQURBLEU7OztBQVFBLE0sa0JBQUE7QUFDQTtBQUNBLGdCQURBOztBQUdBLEc7QUFDQSxjOzs7QUFHQSxTLHFCQUFBO0FBQ0EsRztBQUNBOztBQUVBLFlBRkEsb0JBRUEsR0FGQSxFQUVBO0FBQ0E7QUFDQTtBQUNBLHlDQURBOzs7QUFJQSxPQUxBLE1BS0E7QUFDQTtBQUNBLDZDQURBOztBQUdBLE9BSkEsTUFJQTtBQUNBO0FBQ0EseUNBREE7O0FBR0EsT0FKQSxNQUlBO0FBQ0E7QUFDQSwyQ0FEQTs7QUFHQSxPQUpBLE1BSUE7QUFDQTtBQUNBLDBDQURBOztBQUdBOztBQUVBLEtBMUJBLEU7OztBQTZCQTtBQUNBLE1BREEsa0JBQ0E7QUFDQTtBQUNBLEdBSEEsRSIsImZpbGUiOiI2NjkuanMiLCJzb3VyY2VzQ29udGVudCI6WyI8dGVtcGxhdGU+XHJcblx0XHQ8dmlldyBjbGFzcz1cImluZGV4LWhlYWRlciBcIj5cclxuXHRcdFx0PHZpZXcgY2xhc3M9XCJjb25cIj5cclxuXHRcdFx0XHQ8dmlldyBjbGFzcz1cInRhYmJhcl9pdGVtXCIgQGNsaWNrPVwiZ29Ub1BhZ2UoMSlcIj5cclxuXHRcdFx0XHRcdDx2aWV3IGNsYXNzPVwidW5pLXRhYmJhcl9iZFwiPlxyXG5cdFx0XHRcdFx0XHQ8dmlldyBjbGFzcz1cInVuaS10YWJiYXJfaWNvblwiPlxyXG5cdFx0XHRcdFx0XHQ8aW1hZ2UgOnNyYz1cIicvc3RhdGljL3Rvbmd5b25oLycrKHNlbGVjdEFjdGl2ZT09MT8nVW5pb25hJzonVW5pb24nKSsnLnBuZydcIiBtb2RlPVwiYXNwZWN0Rml0XCIgY2xhc3M9XCJpbWcxXCI+PC9pbWFnZT5cclxuXHRcdFx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHRcdFx0XHQ8dmlldyBjbGFzcz1cInVuaS10YWJiYXJfbGFiZWxcIiAgOmNsYXNzPVwiWyd0ZXh0Jywgc2VsZWN0QWN0aXZlPT0xPydhY3RpdmUnOicnXVwiPlxyXG5cdFx0XHRcdFx0XHR7e2kxOG4uV2FsbGV0fX1cclxuXHRcdFx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0PHZpZXcgY2xhc3M9XCJ0YWJiYXJfaXRlbVwiIEBjbGljaz1cImdvVG9QYWdlKDIpXCI+XHJcblx0XHRcdFx0PHZpZXcgY2xhc3M9XCJ1bmktdGFiYmFyX2JkXCI+XHJcblx0XHRcdFx0XHQ8dmlldyBjbGFzcz1cInVuaS10YWJiYXJfaWNvblwiPlxyXG5cdFx0XHRcdFx0PGltYWdlIDpzcmM9XCInL3N0YXRpYy90b25neW9uaC8nKyhzZWxlY3RBY3RpdmU9PTI/J25mdF9pY29uMic6J25mdF9pY29uJykrJy5wbmcnXCIgbW9kZT1cImFzcGVjdEZpdFwiIGNsYXNzPVwiaW1nMVwiPjwvaW1hZ2U+XHJcblx0XHRcdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdFx0XHQ8dmlldyBjbGFzcz1cInVuaS10YWJiYXJfbGFiZWxcIiAgOmNsYXNzPVwiWyd0ZXh0Jywgc2VsZWN0QWN0aXZlPT0yPydhY3RpdmUnOicnXVwiPlxyXG5cdFx0XHRcdFx0XHRcdHt7aTE4bi5ORlR9fVxyXG5cdFx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0PC92aWV3PlxyXG5cdFx0XHQ8dmlldyBjbGFzcz1cInRhYmJhcl9pdGVtXCIgQGNsaWNrPVwiZ29Ub1BhZ2UoMylcIj5cclxuXHRcdFx0XHQ8dmlldyBjbGFzcz1cInVuaS10YWJiYXJfYmRcIj5cclxuXHRcdFx0XHRcdDx2aWV3IGNsYXNzPVwidW5pLXRhYmJhcl9pY29uXCI+XHJcblx0XHRcdFx0XHQ8aW1hZ2UgOnNyYz1cIicvc3RhdGljL3Rvbmd5b25oLycrKHNlbGVjdEFjdGl2ZT09Mz8nbWFya2V0X2ljb25hJzonbWFya2V0X2ljb24nKSsnLnBuZydcIiBtb2RlPVwiYXNwZWN0Rml0XCIgY2xhc3M9XCJpbWcxXCI+PC9pbWFnZT5cclxuXHRcdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0XHRcdDx2aWV3IGNsYXNzPVwidW5pLXRhYmJhcl9sYWJlbFwiICA6Y2xhc3M9XCJbJ3RleHQnLCBzZWxlY3RBY3RpdmU9PTM/J2FjdGl2ZSc6JyddXCI+XHJcblx0XHRcdFx0XHRcdHt7aTE4bi5NYXJrZXR9fVxyXG5cdFx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0PC92aWV3PlxyXG5cdFx0XHQ8IS0tIDx2aWV3IGNsYXNzPVwidGFiYmFyX2l0ZW1cIiBAY2xpY2s9XCJnb1RvUGFnZSg0KVwiPlxyXG5cdFx0XHRcdDx2aWV3IGNsYXNzPVwidW5pLXRhYmJhcl9iZFwiPlxyXG5cdFx0XHRcdFx0PHZpZXcgY2xhc3M9XCJ1bmktdGFiYmFyX2ljb25cIj5cclxuXHRcdFx0XHRcdDxpbWFnZSA6c3JjPVwiJy9zdGF0aWMvdG9uZ3lvbmgvJysoc2VsZWN0QWN0aXZlPT00PydEaXNjb3Zlcl9pY29uYSc6J0Rpc2NvdmVyX2ljb24nKSsnLnBuZydcIiBtb2RlPVwiYXNwZWN0Rml0XCIgY2xhc3M9XCJpbWcxXCI+PC9pbWFnZT5cclxuXHRcdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0XHRcdDx2aWV3IGNsYXNzPVwidW5pLXRhYmJhcl9sYWJlbFwiICA6Y2xhc3M9XCJbJ3RleHQnLCBzZWxlY3RBY3RpdmU9PTQ/J2FjdGl2ZSc6JyddXCI+XHJcblx0XHRcdFx0XHRcdFx0e3tpMThuLkRpc2NvdmVyfX1cclxuXHRcdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdDwvdmlldz4gLS0+XHJcblx0XHRcdDx2aWV3IGNsYXNzPVwidGFiYmFyX2l0ZW1cIiBAY2xpY2s9XCJnb1RvUGFnZSg1KVwiPlxyXG5cdFx0XHRcdDx2aWV3IGNsYXNzPVwidW5pLXRhYmJhcl9iZFwiPlxyXG5cdFx0XHRcdFx0PHZpZXcgY2xhc3M9XCJ1bmktdGFiYmFyX2ljb25cIj5cclxuXHRcdFx0XHRcdDxpbWFnZSA6c3JjPVwiJy9zdGF0aWMvdG9uZ3lvbmgvJysoc2VsZWN0QWN0aXZlPT01PydQcm9maWxlX2ljb24nOidQcm9maWxlX2ljb25hJykrJy5wbmcnXCIgbW9kZT1cImFzcGVjdEZpdFwiIGNsYXNzPVwiaW1nMVwiPjwvaW1hZ2U+XHJcblx0XHRcdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdFx0XHQ8dmlldyBjbGFzcz1cInVuaS10YWJiYXJfbGFiZWxcIiAgOmNsYXNzPVwiWyd0ZXh0Jywgc2VsZWN0QWN0aXZlPT01PydhY3RpdmUnOicnXVwiPlxyXG5cdFx0XHRcdFx0XHR7e2kxOG4uUHJvZmlsZX19XHJcblx0XHRcdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdDwvdmlldz5cclxuXHRcdFx0PC92aWV3PlxyXG48L3RlbXBsYXRlPlxyXG48c2NyaXB0PlxyXG5cclxuXHRjb25zdCBDT01QT05FTlRfTkFNRSA9ICd0YWJCYXInXHJcblx0ZXhwb3J0IGRlZmF1bHQge1xyXG5cdFx0bmFtZTogQ09NUE9ORU5UX05BTUUsXHJcblx0XHJcblx0ICBcclxuXHRcdFxyXG5cdFx0cHJvcHM6IHtcclxuXHRcdHNlbGVjdEFjdGl2ZToge1xyXG5cdFx0XHR0eXBlOiBOdW1iZXIsXHJcblx0XHRcdGRlZmF1bHQgKCkge1xyXG5cdFx0XHRcdHJldHVybiAxXHJcblx0XHRcdH1cclxuXHRcdH0sXHJcblx0XHR9LFxyXG5cdFx0ZGF0YSgpIHtcclxuXHRcdFx0cmV0dXJuIHtcclxuXHRcdFx0XHRzdGF0dXM6JydcclxuXHRcdFx0fVxyXG5cdFx0fSxcclxuXHRcdGNvbXB1dGVkOiB7XHJcblx0XHRcclxuXHRcdH0sXHJcblx0XHRtb3VudGVkKCkge1xyXG5cdFx0fSxcclxuXHRcdG1ldGhvZHM6IHtcclxuXHRcdFxyXG5cdFx0Z29Ub1BhZ2UobnVtKSB7XHJcblx0XHRcdFx0aWYobnVtID09IDEpIHtcclxuXHRcdFx0XHRcdHVuaS5yZUxhdW5jaCh7XHJcblx0XHRcdFx0XHRcdHVybDogJy9wYWdlcy9tZW51L3dhbGxldC9pbmRleCdcclxuXHRcdFx0XHRcdH0pXHJcblx0XHRcdFx0XHRcclxuXHRcdFx0XHR9IGVsc2UgaWYgKG51bSA9PSAyKSB7XHJcblx0XHRcdFx0dW5pLnJlTGF1bmNoKHtcclxuXHRcdFx0XHRcdHVybDogJy9wYWdlcy9tZW51L2NvbGxlY3Rpb24vaW5kZXgnXHJcblx0XHRcdFx0fSlcclxuXHRcdFx0XHR9IGVsc2UgaWYgKG51bSA9PSAzKSB7XHJcblx0XHRcdFx0XHR1bmkucmVMYXVuY2goe1xyXG5cdFx0XHRcdFx0XHR1cmw6ICcvcGFnZXMvbWVudS9tYXJrZXQvaW5kZXgnXHJcblx0XHRcdFx0XHR9KVxyXG5cdFx0XHRcdH1lbHNlIGlmIChudW0gPT0gNCkge1xyXG5cdFx0XHRcdFx0dW5pLnJlTGF1bmNoKHtcclxuXHRcdFx0XHRcdFx0dXJsOiAnL3BhZ2VzL21lbnUvZGlzY292ZXIvaW5kZXgnXHJcblx0XHRcdFx0XHR9KVxyXG5cdFx0XHRcdH1lbHNlIGlmIChudW0gPT0gNSkge1xyXG5cdFx0XHRcdFx0dW5pLnJlTGF1bmNoKHtcclxuXHRcdFx0XHRcdFx0dXJsOiAnL3BhZ2VzL21lbnUvcHJvZmlsZS9pbmRleCdcclxuXHRcdFx0XHRcdH0pXHJcblx0XHRcdFx0fVxyXG5cdFx0XHRcdFxyXG5cdFx0XHR9XHJcblxyXG5cdH0sXHJcblx0Y29tcHV0ZWQ6IHtcclxuXHRcdGkxOG4oKSB7XHJcblx0XHRcdHJldHVybiB0aGlzLiR0KCdpbmRleCcpXHJcblx0XHR9LFxyXG5cdH1cclxuXHR9XHJcbjwvc2NyaXB0PlxyXG5cclxuXHJcbjxzdHlsZSBzY29wZWQgbGFuZz1cInNjc3NcIj5cclxuXHQuYWN0aXZle1xyXG5cdFx0Y29sb3I6ICM1QjUzRkYgIWltcG9ydGFudDtcclxuXHR9XHJcblx0LnVuaS10YWJiYXJfbGFiZWwge1xyXG5cdFx0Y29sb3I6IHJnYigxNTMsIDE1MywgMTUzKTtcclxuXHRcdCAgICBmb250LXNpemU6IDEwcHg7XHJcblx0XHQgICAgbGluZS1oZWlnaHQ6IG5vcm1hbDtcclxuXHRcdCAgICBtYXJnaW4tdG9wOiAzcHg7XHJcblx0XHRcdHBvc2l0aW9uOiByZWxhdGl2ZTtcclxuXHRcdFx0ICAgIHRleHQtYWxpZ246IGNlbnRlcjtcclxuICAgIGZvbnQtc2l6ZTogMjBycHggIWltcG9ydGFudDtcclxufVxyXG5cdC51bmktdGFiYmFyX2ljb257XHJcblx0XHR3aWR0aDogMjRweCAhaW1wb3J0YW50O1xyXG5cdFx0ICAgIGhlaWdodDogMjRweCAhaW1wb3J0YW50O1xyXG5cdFx0XHRwb3NpdGlvbjogcmVsYXRpdmU7XHJcblx0XHRcdCAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcblx0XHRcdCAgICBtYXJnaW4tdG9wOiA1cHg7XHJcblx0fVxyXG5cdC51bmktdGFiYmFyX2ljb24gaW1hZ2Uge1xyXG5cdCAgICB3aWR0aDogMTAwJTtcclxuXHQgICAgaGVpZ2h0OiAxMDAlO1xyXG5cdH1cclxuXHQudW5pLXRhYmJhcl9iZHtcclxuXHRcdGhlaWdodDogMTAwcnB4O1xyXG5cdFx0cG9zaXRpb246IHJlbGF0aXZlO1xyXG5cdFx0ICAgIC13ZWJraXQtZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcclxuXHRcdCAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xyXG5cdFx0ICAgIGN1cnNvcjogcG9pbnRlcjtcclxuXHR9XHJcbi5jb257XHJcblx0d2lkdGg6IDEwMCU7XHJcblx0YmFja2dyb3VuZC1jb2xvcjogcmdiKDI0NywgMjQ3LCAyNTApO1xyXG5cdCAgICBwb3NpdGlvbjogZml4ZWQ7XHJcblx0ICAgYm90dG9tOiAwO1xyXG5cdCAgIGxlZnQ6IDA7XHJcblx0cGFkZGluZy10b3A6IDI4cnB4O1xyXG5cdCAgICBwYWRkaW5nLWJvdHRvbTogMzBycHggO1xyXG5cdCAgICBiYWNrZ3JvdW5kLWltYWdlOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudChib3R0b20sICNGQUY4RjgsICNGRkZGRkYpICFpbXBvcnRhbnQ7XHJcblx0ICAgIGJhY2tncm91bmQtaW1hZ2U6IGxpbmVhci1ncmFkaWVudCh0byB0b3AsICNGQUY4RjgsICNGRkZGRkYpICFpbXBvcnRhbnQ7XHJcblx0XHRib3JkZXItdG9wOiAycnB4IHNvbGlkICNGN0Y0RjQ7XHJcblx0XHRkaXNwbGF5OiBmbGV4O1xyXG5cdFx0ICAgIHotaW5kZXg6IDk5ODtcclxuXHRcdCAgICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xyXG59XHJcbi50YWJiYXJfaXRlbXtcclxuXHRkaXNwbGF5OiAtd2Via2l0LWJveDtcclxuXHR3aWR0aDogMTUwcnB4O1xyXG5cdGhlaWdodDogMTAwcnB4O1xyXG5cdCAgICBkaXNwbGF5OiAtd2Via2l0LWZsZXg7XHJcblx0ICAgIGRpc3BsYXk6IGZsZXg7XHJcblx0ICAgIC13ZWJraXQtYm94LXBhY2s6IGNlbnRlcjtcclxuXHQgICAgLXdlYmtpdC1qdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcclxuXHQgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcblx0ICAgIC13ZWJraXQtYm94LWFsaWduOiBjZW50ZXI7XHJcblx0ICAgIC13ZWJraXQtYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuXHQgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuXHQgICAgLXdlYmtpdC1ib3gtb3JpZW50OiB2ZXJ0aWNhbDtcclxuXHQgICAgLXdlYmtpdC1ib3gtZGlyZWN0aW9uOiBub3JtYWw7XHJcblx0XHR3ZWJraXQtZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcclxuXHRcdCAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xyXG5cdFx0ICAgIC13ZWJraXQtYm94LWZsZXg6IDE7XHJcblx0XHQgICAgLXdlYmtpdC1mbGV4OiAxO1xyXG5cdFx0ICAgIGZsZXg6IDE7XHJcblx0XHQgICAgZm9udC1zaXplOiAwO1xyXG5cdFx0ICAgIHRleHQtYWxpZ246IGNlbnRlcjtcclxuXHRcdCAgICAtd2Via2l0LXRhcC1oaWdobGlnaHQtY29sb3I6IHJnYmEoMCwwLDAsMCk7XHJcbn1cdFxyXG5cdFxyXG48L3N0eWxlPlxyXG4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///669\n");
+eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;function _defineProperty(obj, key, value) {if (key in obj) {Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true });} else {obj[key] = value;}return obj;} //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\nvar COMPONENT_NAME = 'tabBar';var _default2 = _defineProperty({\n\n name: COMPONENT_NAME,\n\n\n\n props: {\n selectActive: {\n type: Number,\n default: function _default() {\n return 1;\n } } },\n\n\n data: function data() {\n return {\n status: '' };\n\n },\n computed: {},\n\n\n mounted: function mounted() {\n },\n methods: {\n\n goToPage: function goToPage(num) {\n if (num == 1) {\n uni.reLaunch({\n url: '/pages/menu/wallet/index' });\n\n\n } else if (num == 2) {\n uni.reLaunch({\n url: '/pages/menu/collection/index' });\n\n } else if (num == 3) {\n uni.reLaunch({\n url: '/pages/menu/market/index' });\n\n } else if (num == 4) {\n uni.reLaunch({\n url: '/pages/menu/discover/index' });\n\n } else if (num == 5) {\n uni.reLaunch({\n url: '/pages/menu/profile/index' });\n\n }\n\n } } }, \"computed\",\n\n\n{\n i18n: function i18n() {\n return this.$t('index');\n } });exports.default = _default2;//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vY29tcG9uZW50cy90YWJCYXIvdGFiQmFyLnZ1ZSJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBMERBLDhCOztBQUVBLHNCOzs7O0FBSUE7QUFDQTtBQUNBLGtCQURBO0FBRUEsYUFGQSxzQkFFQTtBQUNBO0FBQ0EsT0FKQSxFQURBLEU7OztBQVFBLE0sa0JBQUE7QUFDQTtBQUNBLGdCQURBOztBQUdBLEc7QUFDQSxjOzs7QUFHQSxTLHFCQUFBO0FBQ0EsRztBQUNBOztBQUVBLFlBRkEsb0JBRUEsR0FGQSxFQUVBO0FBQ0E7QUFDQTtBQUNBLHlDQURBOzs7QUFJQSxPQUxBLE1BS0E7QUFDQTtBQUNBLDZDQURBOztBQUdBLE9BSkEsTUFJQTtBQUNBO0FBQ0EseUNBREE7O0FBR0EsT0FKQSxNQUlBO0FBQ0E7QUFDQSwyQ0FEQTs7QUFHQSxPQUpBLE1BSUE7QUFDQTtBQUNBLDBDQURBOztBQUdBOztBQUVBLEtBMUJBLEU7OztBQTZCQTtBQUNBLE1BREEsa0JBQ0E7QUFDQTtBQUNBLEdBSEEsRSIsImZpbGUiOiI2NDkuanMiLCJzb3VyY2VzQ29udGVudCI6WyI8dGVtcGxhdGU+XHJcblx0XHQ8dmlldyBjbGFzcz1cImluZGV4LWhlYWRlciBcIj5cclxuXHRcdFx0PHZpZXcgY2xhc3M9XCJjb25cIj5cclxuXHRcdFx0XHQ8dmlldyBjbGFzcz1cInRhYmJhcl9pdGVtXCIgQGNsaWNrPVwiZ29Ub1BhZ2UoMSlcIj5cclxuXHRcdFx0XHRcdDx2aWV3IGNsYXNzPVwidW5pLXRhYmJhcl9iZFwiPlxyXG5cdFx0XHRcdFx0XHQ8dmlldyBjbGFzcz1cInVuaS10YWJiYXJfaWNvblwiPlxyXG5cdFx0XHRcdFx0XHQ8aW1hZ2UgOnNyYz1cIicvc3RhdGljL3Rvbmd5b25oLycrKHNlbGVjdEFjdGl2ZT09MT8nVW5pb25hJzonVW5pb24nKSsnLnBuZydcIiBtb2RlPVwiYXNwZWN0Rml0XCIgY2xhc3M9XCJpbWcxXCI+PC9pbWFnZT5cclxuXHRcdFx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHRcdFx0XHQ8dmlldyBjbGFzcz1cInVuaS10YWJiYXJfbGFiZWxcIiAgOmNsYXNzPVwiWyd0ZXh0Jywgc2VsZWN0QWN0aXZlPT0xPydhY3RpdmUnOicnXVwiPlxyXG5cdFx0XHRcdFx0XHR7e2kxOG4uV2FsbGV0fX1cclxuXHRcdFx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0PHZpZXcgY2xhc3M9XCJ0YWJiYXJfaXRlbVwiIEBjbGljaz1cImdvVG9QYWdlKDIpXCI+XHJcblx0XHRcdFx0PHZpZXcgY2xhc3M9XCJ1bmktdGFiYmFyX2JkXCI+XHJcblx0XHRcdFx0XHQ8dmlldyBjbGFzcz1cInVuaS10YWJiYXJfaWNvblwiPlxyXG5cdFx0XHRcdFx0PGltYWdlIDpzcmM9XCInL3N0YXRpYy90b25neW9uaC8nKyhzZWxlY3RBY3RpdmU9PTI/J25mdF9pY29uMic6J25mdF9pY29uJykrJy5wbmcnXCIgbW9kZT1cImFzcGVjdEZpdFwiIGNsYXNzPVwiaW1nMVwiPjwvaW1hZ2U+XHJcblx0XHRcdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdFx0XHQ8dmlldyBjbGFzcz1cInVuaS10YWJiYXJfbGFiZWxcIiAgOmNsYXNzPVwiWyd0ZXh0Jywgc2VsZWN0QWN0aXZlPT0yPydhY3RpdmUnOicnXVwiPlxyXG5cdFx0XHRcdFx0XHRcdHt7aTE4bi5ORlR9fVxyXG5cdFx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0PC92aWV3PlxyXG5cdFx0XHQ8dmlldyBjbGFzcz1cInRhYmJhcl9pdGVtXCIgQGNsaWNrPVwiZ29Ub1BhZ2UoMylcIj5cclxuXHRcdFx0XHQ8dmlldyBjbGFzcz1cInVuaS10YWJiYXJfYmRcIj5cclxuXHRcdFx0XHRcdDx2aWV3IGNsYXNzPVwidW5pLXRhYmJhcl9pY29uXCI+XHJcblx0XHRcdFx0XHQ8aW1hZ2UgOnNyYz1cIicvc3RhdGljL3Rvbmd5b25oLycrKHNlbGVjdEFjdGl2ZT09Mz8nbWFya2V0X2ljb25hJzonbWFya2V0X2ljb24nKSsnLnBuZydcIiBtb2RlPVwiYXNwZWN0Rml0XCIgY2xhc3M9XCJpbWcxXCI+PC9pbWFnZT5cclxuXHRcdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0XHRcdDx2aWV3IGNsYXNzPVwidW5pLXRhYmJhcl9sYWJlbFwiICA6Y2xhc3M9XCJbJ3RleHQnLCBzZWxlY3RBY3RpdmU9PTM/J2FjdGl2ZSc6JyddXCI+XHJcblx0XHRcdFx0XHRcdHt7aTE4bi5NYXJrZXR9fVxyXG5cdFx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0PC92aWV3PlxyXG5cdFx0XHQ8IS0tIDx2aWV3IGNsYXNzPVwidGFiYmFyX2l0ZW1cIiBAY2xpY2s9XCJnb1RvUGFnZSg0KVwiPlxyXG5cdFx0XHRcdDx2aWV3IGNsYXNzPVwidW5pLXRhYmJhcl9iZFwiPlxyXG5cdFx0XHRcdFx0PHZpZXcgY2xhc3M9XCJ1bmktdGFiYmFyX2ljb25cIj5cclxuXHRcdFx0XHRcdDxpbWFnZSA6c3JjPVwiJy9zdGF0aWMvdG9uZ3lvbmgvJysoc2VsZWN0QWN0aXZlPT00PydEaXNjb3Zlcl9pY29uYSc6J0Rpc2NvdmVyX2ljb24nKSsnLnBuZydcIiBtb2RlPVwiYXNwZWN0Rml0XCIgY2xhc3M9XCJpbWcxXCI+PC9pbWFnZT5cclxuXHRcdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0XHRcdDx2aWV3IGNsYXNzPVwidW5pLXRhYmJhcl9sYWJlbFwiICA6Y2xhc3M9XCJbJ3RleHQnLCBzZWxlY3RBY3RpdmU9PTQ/J2FjdGl2ZSc6JyddXCI+XHJcblx0XHRcdFx0XHRcdFx0e3tpMThuLkRpc2NvdmVyfX1cclxuXHRcdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdDwvdmlldz4gLS0+XHJcblx0XHRcdDx2aWV3IGNsYXNzPVwidGFiYmFyX2l0ZW1cIiBAY2xpY2s9XCJnb1RvUGFnZSg1KVwiPlxyXG5cdFx0XHRcdDx2aWV3IGNsYXNzPVwidW5pLXRhYmJhcl9iZFwiPlxyXG5cdFx0XHRcdFx0PHZpZXcgY2xhc3M9XCJ1bmktdGFiYmFyX2ljb25cIj5cclxuXHRcdFx0XHRcdDxpbWFnZSA6c3JjPVwiJy9zdGF0aWMvdG9uZ3lvbmgvJysoc2VsZWN0QWN0aXZlPT01PydQcm9maWxlX2ljb24nOidQcm9maWxlX2ljb25hJykrJy5wbmcnXCIgbW9kZT1cImFzcGVjdEZpdFwiIGNsYXNzPVwiaW1nMVwiPjwvaW1hZ2U+XHJcblx0XHRcdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdFx0XHQ8dmlldyBjbGFzcz1cInVuaS10YWJiYXJfbGFiZWxcIiAgOmNsYXNzPVwiWyd0ZXh0Jywgc2VsZWN0QWN0aXZlPT01PydhY3RpdmUnOicnXVwiPlxyXG5cdFx0XHRcdFx0XHR7e2kxOG4uUHJvZmlsZX19XHJcblx0XHRcdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdFx0PC92aWV3PlxyXG5cdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdDwvdmlldz5cclxuXHRcdFx0PC92aWV3PlxyXG48L3RlbXBsYXRlPlxyXG48c2NyaXB0PlxyXG5cclxuXHRjb25zdCBDT01QT05FTlRfTkFNRSA9ICd0YWJCYXInXHJcblx0ZXhwb3J0IGRlZmF1bHQge1xyXG5cdFx0bmFtZTogQ09NUE9ORU5UX05BTUUsXHJcblx0XHJcblx0ICBcclxuXHRcdFxyXG5cdFx0cHJvcHM6IHtcclxuXHRcdHNlbGVjdEFjdGl2ZToge1xyXG5cdFx0XHR0eXBlOiBOdW1iZXIsXHJcblx0XHRcdGRlZmF1bHQgKCkge1xyXG5cdFx0XHRcdHJldHVybiAxXHJcblx0XHRcdH1cclxuXHRcdH0sXHJcblx0XHR9LFxyXG5cdFx0ZGF0YSgpIHtcclxuXHRcdFx0cmV0dXJuIHtcclxuXHRcdFx0XHRzdGF0dXM6JydcclxuXHRcdFx0fVxyXG5cdFx0fSxcclxuXHRcdGNvbXB1dGVkOiB7XHJcblx0XHRcclxuXHRcdH0sXHJcblx0XHRtb3VudGVkKCkge1xyXG5cdFx0fSxcclxuXHRcdG1ldGhvZHM6IHtcclxuXHRcdFxyXG5cdFx0Z29Ub1BhZ2UobnVtKSB7XHJcblx0XHRcdFx0aWYobnVtID09IDEpIHtcclxuXHRcdFx0XHRcdHVuaS5yZUxhdW5jaCh7XHJcblx0XHRcdFx0XHRcdHVybDogJy9wYWdlcy9tZW51L3dhbGxldC9pbmRleCdcclxuXHRcdFx0XHRcdH0pXHJcblx0XHRcdFx0XHRcclxuXHRcdFx0XHR9IGVsc2UgaWYgKG51bSA9PSAyKSB7XHJcblx0XHRcdFx0dW5pLnJlTGF1bmNoKHtcclxuXHRcdFx0XHRcdHVybDogJy9wYWdlcy9tZW51L2NvbGxlY3Rpb24vaW5kZXgnXHJcblx0XHRcdFx0fSlcclxuXHRcdFx0XHR9IGVsc2UgaWYgKG51bSA9PSAzKSB7XHJcblx0XHRcdFx0XHR1bmkucmVMYXVuY2goe1xyXG5cdFx0XHRcdFx0XHR1cmw6ICcvcGFnZXMvbWVudS9tYXJrZXQvaW5kZXgnXHJcblx0XHRcdFx0XHR9KVxyXG5cdFx0XHRcdH1lbHNlIGlmIChudW0gPT0gNCkge1xyXG5cdFx0XHRcdFx0dW5pLnJlTGF1bmNoKHtcclxuXHRcdFx0XHRcdFx0dXJsOiAnL3BhZ2VzL21lbnUvZGlzY292ZXIvaW5kZXgnXHJcblx0XHRcdFx0XHR9KVxyXG5cdFx0XHRcdH1lbHNlIGlmIChudW0gPT0gNSkge1xyXG5cdFx0XHRcdFx0dW5pLnJlTGF1bmNoKHtcclxuXHRcdFx0XHRcdFx0dXJsOiAnL3BhZ2VzL21lbnUvcHJvZmlsZS9pbmRleCdcclxuXHRcdFx0XHRcdH0pXHJcblx0XHRcdFx0fVxyXG5cdFx0XHRcdFxyXG5cdFx0XHR9XHJcblxyXG5cdH0sXHJcblx0Y29tcHV0ZWQ6IHtcclxuXHRcdGkxOG4oKSB7XHJcblx0XHRcdHJldHVybiB0aGlzLiR0KCdpbmRleCcpXHJcblx0XHR9LFxyXG5cdH1cclxuXHR9XHJcbjwvc2NyaXB0PlxyXG5cclxuXHJcbjxzdHlsZSBzY29wZWQgbGFuZz1cInNjc3NcIj5cclxuXHQuYWN0aXZle1xyXG5cdFx0Y29sb3I6ICM1QjUzRkYgIWltcG9ydGFudDtcclxuXHR9XHJcblx0LnVuaS10YWJiYXJfbGFiZWwge1xyXG5cdFx0Y29sb3I6IHJnYigxNTMsIDE1MywgMTUzKTtcclxuXHRcdCAgICBmb250LXNpemU6IDEwcHg7XHJcblx0XHQgICAgbGluZS1oZWlnaHQ6IG5vcm1hbDtcclxuXHRcdCAgICBtYXJnaW4tdG9wOiAzcHg7XHJcblx0XHRcdHBvc2l0aW9uOiByZWxhdGl2ZTtcclxuXHRcdFx0ICAgIHRleHQtYWxpZ246IGNlbnRlcjtcclxuICAgIGZvbnQtc2l6ZTogMjBycHggIWltcG9ydGFudDtcclxufVxyXG5cdC51bmktdGFiYmFyX2ljb257XHJcblx0XHR3aWR0aDogMjRweCAhaW1wb3J0YW50O1xyXG5cdFx0ICAgIGhlaWdodDogMjRweCAhaW1wb3J0YW50O1xyXG5cdFx0XHRwb3NpdGlvbjogcmVsYXRpdmU7XHJcblx0XHRcdCAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcblx0XHRcdCAgICBtYXJnaW4tdG9wOiA1cHg7XHJcblx0fVxyXG5cdC51bmktdGFiYmFyX2ljb24gaW1hZ2Uge1xyXG5cdCAgICB3aWR0aDogMTAwJTtcclxuXHQgICAgaGVpZ2h0OiAxMDAlO1xyXG5cdH1cclxuXHQudW5pLXRhYmJhcl9iZHtcclxuXHRcdGhlaWdodDogMTAwcnB4O1xyXG5cdFx0cG9zaXRpb246IHJlbGF0aXZlO1xyXG5cdFx0ICAgIC13ZWJraXQtZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcclxuXHRcdCAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xyXG5cdFx0ICAgIGN1cnNvcjogcG9pbnRlcjtcclxuXHR9XHJcbi5jb257XHJcblx0d2lkdGg6IDEwMCU7XHJcblx0YmFja2dyb3VuZC1jb2xvcjogcmdiKDI0NywgMjQ3LCAyNTApO1xyXG5cdCAgICBwb3NpdGlvbjogZml4ZWQ7XHJcblx0ICAgYm90dG9tOiAwO1xyXG5cdCAgIGxlZnQ6IDA7XHJcblx0cGFkZGluZy10b3A6IDI4cnB4O1xyXG5cdCAgICBwYWRkaW5nLWJvdHRvbTogMzBycHggO1xyXG5cdCAgICBiYWNrZ3JvdW5kLWltYWdlOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudChib3R0b20sICNGQUY4RjgsICNGRkZGRkYpICFpbXBvcnRhbnQ7XHJcblx0ICAgIGJhY2tncm91bmQtaW1hZ2U6IGxpbmVhci1ncmFkaWVudCh0byB0b3AsICNGQUY4RjgsICNGRkZGRkYpICFpbXBvcnRhbnQ7XHJcblx0XHRib3JkZXItdG9wOiAycnB4IHNvbGlkICNGN0Y0RjQ7XHJcblx0XHRkaXNwbGF5OiBmbGV4O1xyXG5cdFx0ICAgIHotaW5kZXg6IDk5ODtcclxuXHRcdCAgICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xyXG59XHJcbi50YWJiYXJfaXRlbXtcclxuXHRkaXNwbGF5OiAtd2Via2l0LWJveDtcclxuXHR3aWR0aDogMTUwcnB4O1xyXG5cdGhlaWdodDogMTAwcnB4O1xyXG5cdCAgICBkaXNwbGF5OiAtd2Via2l0LWZsZXg7XHJcblx0ICAgIGRpc3BsYXk6IGZsZXg7XHJcblx0ICAgIC13ZWJraXQtYm94LXBhY2s6IGNlbnRlcjtcclxuXHQgICAgLXdlYmtpdC1qdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcclxuXHQgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcblx0ICAgIC13ZWJraXQtYm94LWFsaWduOiBjZW50ZXI7XHJcblx0ICAgIC13ZWJraXQtYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuXHQgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuXHQgICAgLXdlYmtpdC1ib3gtb3JpZW50OiB2ZXJ0aWNhbDtcclxuXHQgICAgLXdlYmtpdC1ib3gtZGlyZWN0aW9uOiBub3JtYWw7XHJcblx0XHR3ZWJraXQtZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcclxuXHRcdCAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xyXG5cdFx0ICAgIC13ZWJraXQtYm94LWZsZXg6IDE7XHJcblx0XHQgICAgLXdlYmtpdC1mbGV4OiAxO1xyXG5cdFx0ICAgIGZsZXg6IDE7XHJcblx0XHQgICAgZm9udC1zaXplOiAwO1xyXG5cdFx0ICAgIHRleHQtYWxpZ246IGNlbnRlcjtcclxuXHRcdCAgICAtd2Via2l0LXRhcC1oaWdobGlnaHQtY29sb3I6IHJnYmEoMCwwLDAsMCk7XHJcbn1cdFxyXG5cdFxyXG48L3N0eWxlPlxyXG4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///649\n");
/***/ }),
-/* 670 */
-/*!*************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/backUp/transPawKey/index.vue?mpType=page ***!
- \*************************************************************************************************/
+/* 650 */
+/*!***************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/backUp/transPawMan/index.vue?mpType=page ***!
+ \***************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_192b0e64_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=192b0e64&scoped=true&mpType=page */ 671);\n/* harmony import */ var _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js&mpType=page */ 678);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 7);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_192b0e64_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_192b0e64_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"192b0e64\",\n null,\n false,\n _index_vue_vue_type_template_id_192b0e64_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/menu/backUp/transPawKey/index.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBeUk7QUFDekk7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ3NLO0FBQ3RLLGdCQUFnQiw2S0FBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSx1R0FBTTtBQUNSLEVBQUUsZ0hBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsMkdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNjcwLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9MTkyYjBlNjQmc2NvcGVkPXRydWUmbXBUeXBlPXBhZ2VcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiXG5leHBvcnQgKiBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9ydW50aW1lL2NvbXBvbmVudE5vcm1hbGl6ZXIuanNcIlxudmFyIGNvbXBvbmVudCA9IG5vcm1hbGl6ZXIoXG4gIHNjcmlwdCxcbiAgcmVuZGVyLFxuICBzdGF0aWNSZW5kZXJGbnMsXG4gIGZhbHNlLFxuICBudWxsLFxuICBcIjE5MmIwZTY0XCIsXG4gIG51bGwsXG4gIGZhbHNlLFxuICBjb21wb25lbnRzLFxuICByZW5kZXJqc1xuKVxuXG5jb21wb25lbnQub3B0aW9ucy5fX2ZpbGUgPSBcInBhZ2VzL21lbnUvYmFja1VwL3RyYW5zUGF3S2V5L2luZGV4LnZ1ZVwiXG5leHBvcnQgZGVmYXVsdCBjb21wb25lbnQuZXhwb3J0cyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///670\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_48b97cee_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=48b97cee&scoped=true&mpType=page */ 651);\n/* harmony import */ var _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js&mpType=page */ 658);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_48b97cee_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_48b97cee_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"48b97cee\",\n null,\n false,\n _index_vue_vue_type_template_id_48b97cee_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/menu/backUp/transPawMan/index.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBeUk7QUFDekk7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSx1R0FBTTtBQUNSLEVBQUUsZ0hBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsMkdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNjUwLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9NDhiOTdjZWUmc2NvcGVkPXRydWUmbXBUeXBlPXBhZ2VcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiXG5leHBvcnQgKiBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXHJ1bnRpbWVcXFxcY29tcG9uZW50Tm9ybWFsaXplci5qc1wiXG52YXIgY29tcG9uZW50ID0gbm9ybWFsaXplcihcbiAgc2NyaXB0LFxuICByZW5kZXIsXG4gIHN0YXRpY1JlbmRlckZucyxcbiAgZmFsc2UsXG4gIG51bGwsXG4gIFwiNDhiOTdjZWVcIixcbiAgbnVsbCxcbiAgZmFsc2UsXG4gIGNvbXBvbmVudHMsXG4gIHJlbmRlcmpzXG4pXG5cbmNvbXBvbmVudC5vcHRpb25zLl9fZmlsZSA9IFwicGFnZXMvbWVudS9iYWNrVXAvdHJhbnNQYXdNYW4vaW5kZXgudnVlXCJcbmV4cG9ydCBkZWZhdWx0IGNvbXBvbmVudC5leHBvcnRzIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///650\n");
/***/ }),
-/* 671 */
-/*!*******************************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/backUp/transPawKey/index.vue?vue&type=template&id=192b0e64&scoped=true&mpType=page ***!
- \*******************************************************************************************************************************************/
+/* 651 */
+/*!*********************************************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/backUp/transPawMan/index.vue?vue&type=template&id=48b97cee&scoped=true&mpType=page ***!
+ \*********************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
-/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_192b0e64_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=192b0e64&scoped=true&mpType=page */ 672);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_192b0e64_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_48b97cee_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=48b97cee&scoped=true&mpType=page */ 652);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_48b97cee_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_192b0e64_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_48b97cee_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_192b0e64_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_48b97cee_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_192b0e64_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_48b97cee_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
/***/ }),
-/* 672 */
-/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/pages/menu/backUp/transPawKey/index.vue?vue&type=template&id=192b0e64&scoped=true&mpType=page ***!
- \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 652 */
+/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/pages/menu/backUp/transPawMan/index.vue?vue&type=template&id=48b97cee&scoped=true&mpType=page ***!
+ \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
@@ -77266,8 +73112,8 @@ __webpack_require__.r(__webpack_exports__);
var components
try {
components = {
- navigation: __webpack_require__(/*! @/components/navigation/navigation.vue */ 551).default,
- uMessageInput: __webpack_require__(/*! @/uview-ui/components/u-message-input/u-message-input.vue */ 673)
+ navigation: __webpack_require__(/*! @/components/navigation/navigation.vue */ 523).default,
+ uMessageInput: __webpack_require__(/*! @/uview-ui/components/u-message-input/u-message-input.vue */ 653)
.default
}
} catch (e) {
@@ -77298,84 +73144,36 @@ var render = function() {
_c(
"text",
{ staticClass: _vm._$s(2, "sc", "big_title"), attrs: { _i: 2 } },
- [_vm._v(_vm._$s(2, "t0-0", _vm._s(_vm.i18n.transPaw)))]
+ [_vm._v(_vm._$s(2, "t0-0", _vm._s(_vm.i18n.backupMneTit)))]
)
]),
_c(
"view",
{ staticClass: _vm._$s(3, "sc", "main"), attrs: { _i: 3 } },
[
- _vm._$s(4, "i", _vm.borNum)
- ? _c(
- "view",
- {
- staticClass: _vm._$s(4, "sc", "big_title"),
- attrs: { _i: 4 }
- },
- [_vm._v(_vm._$s(4, "t0-0", _vm._s(_vm.i18n.settransPaw)))]
- )
- : _vm._e(),
- _vm._$s(5, "i", _vm.borNum2)
- ? _c(
- "view",
- {
- staticClass: _vm._$s(5, "sc", "big_title"),
- attrs: { _i: 5 }
- },
- [_vm._v(_vm._$s(5, "t0-0", _vm._s(_vm.i18n.transPawAgain)))]
- )
- : _vm._e(),
_c(
"view",
- { staticClass: _vm._$s(6, "sc", "title"), attrs: { _i: 6 } },
- [
- _vm._v(_vm._$s(6, "t0-0", _vm._s(_vm.i18n.Securetransaction))),
- _c("br"),
- _vm._v(_vm._$s(6, "t2-0", _vm._s(_vm.i18n.Securetransaction2)))
- ]
+ { staticClass: _vm._$s(4, "sc", "title"), attrs: { _i: 4 } },
+ [_vm._v(_vm._$s(4, "t0-0", _vm._s(_vm.i18n.keepyourmnemonics)))]
),
- _vm._$s(8, "i", _vm.borNum)
- ? _c("u-message-input", {
- attrs: {
- "inactive-color": "#E0E5F2",
- "active-color": "#5B53FF",
- width: 94,
- maxlength: 6,
- mode: "box",
- focus: _vm.fes,
- "dot-fill": true,
- _i: 8
- },
- on: { finish: _vm.finish }
- })
- : _vm._e(),
- _vm._$s(9, "i", _vm.borNum2)
- ? _c("u-message-input", {
- attrs: {
- "inactive-color": _vm.info ? "#F16063" : "#E0E5F2",
- "active-color": "#5B53FF",
- width: 94,
- maxlength: 6,
- mode: "box",
- focus: _vm.fes,
- "dot-fill": true,
- _i: 9
- },
- on: { finish: _vm.finish2, change: _vm.back }
- })
- : _vm._e(),
- _vm._$s(10, "i", _vm.info)
+ _c("u-message-input", {
+ attrs: {
+ "inactive-color": _vm.info ? "#F16063" : "#E0E5F2",
+ "active-color": "#5B53FF",
+ width: 94,
+ maxlength: 6,
+ mode: "box",
+ focus: _vm.fes,
+ "dot-fill": true,
+ _i: 5
+ },
+ on: { finish: _vm.finish, change: _vm.back }
+ }),
+ _vm._$s(6, "i", _vm.info)
? _c(
"view",
- {
- staticClass: _vm._$s(10, "sc", "infoText"),
- attrs: { _i: 10 }
- },
- [
- _vm._v(
- _vm._$s(10, "t0-0", _vm._s(_vm.i18n.Passworddiscrepansies))
- )
- ]
+ { staticClass: _vm._$s(6, "sc", "infoText"), attrs: { _i: 6 } },
+ [_vm._v(_vm._$s(6, "t0-0", _vm._s(_vm.i18n.Incorrectpassword)))]
)
: _vm._e()
],
@@ -77392,42 +73190,42 @@ render._withStripped = true
/***/ }),
-/* 673 */
-/*!*****************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-message-input/u-message-input.vue ***!
- \*****************************************************************************************************/
+/* 653 */
+/*!*******************************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-message-input/u-message-input.vue ***!
+ \*******************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _u_message_input_vue_vue_type_template_id_0e1e7f9a_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./u-message-input.vue?vue&type=template&id=0e1e7f9a&scoped=true& */ 674);\n/* harmony import */ var _u_message_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./u-message-input.vue?vue&type=script&lang=js& */ 676);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _u_message_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _u_message_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 7);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _u_message_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _u_message_input_vue_vue_type_template_id_0e1e7f9a_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _u_message_input_vue_vue_type_template_id_0e1e7f9a_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"0e1e7f9a\",\n null,\n false,\n _u_message_input_vue_vue_type_template_id_0e1e7f9a_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"uview-ui/components/u-message-input/u-message-input.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBd0k7QUFDeEk7QUFDbUU7QUFDTDs7O0FBRzlEO0FBQ21LO0FBQ25LLGdCQUFnQiw2S0FBVTtBQUMxQixFQUFFLHFGQUFNO0FBQ1IsRUFBRSxzR0FBTTtBQUNSLEVBQUUsK0dBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsMEdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNjczLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi91LW1lc3NhZ2UtaW5wdXQudnVlP3Z1ZSZ0eXBlPXRlbXBsYXRlJmlkPTBlMWU3ZjlhJnNjb3BlZD10cnVlJlwiXG52YXIgcmVuZGVyanNcbmltcG9ydCBzY3JpcHQgZnJvbSBcIi4vdS1tZXNzYWdlLWlucHV0LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuZXhwb3J0ICogZnJvbSBcIi4vdS1tZXNzYWdlLWlucHV0LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9ydW50aW1lL2NvbXBvbmVudE5vcm1hbGl6ZXIuanNcIlxudmFyIGNvbXBvbmVudCA9IG5vcm1hbGl6ZXIoXG4gIHNjcmlwdCxcbiAgcmVuZGVyLFxuICBzdGF0aWNSZW5kZXJGbnMsXG4gIGZhbHNlLFxuICBudWxsLFxuICBcIjBlMWU3ZjlhXCIsXG4gIG51bGwsXG4gIGZhbHNlLFxuICBjb21wb25lbnRzLFxuICByZW5kZXJqc1xuKVxuXG5jb21wb25lbnQub3B0aW9ucy5fX2ZpbGUgPSBcInV2aWV3LXVpL2NvbXBvbmVudHMvdS1tZXNzYWdlLWlucHV0L3UtbWVzc2FnZS1pbnB1dC52dWVcIlxuZXhwb3J0IGRlZmF1bHQgY29tcG9uZW50LmV4cG9ydHMiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///673\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _u_message_input_vue_vue_type_template_id_0e1e7f9a_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./u-message-input.vue?vue&type=template&id=0e1e7f9a&scoped=true& */ 654);\n/* harmony import */ var _u_message_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./u-message-input.vue?vue&type=script&lang=js& */ 656);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _u_message_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _u_message_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _u_message_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _u_message_input_vue_vue_type_template_id_0e1e7f9a_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _u_message_input_vue_vue_type_template_id_0e1e7f9a_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"0e1e7f9a\",\n null,\n false,\n _u_message_input_vue_vue_type_template_id_0e1e7f9a_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"uview-ui/components/u-message-input/u-message-input.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBd0k7QUFDeEk7QUFDbUU7QUFDTDs7O0FBRzlEO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLHFGQUFNO0FBQ1IsRUFBRSxzR0FBTTtBQUNSLEVBQUUsK0dBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsMEdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNjUzLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi91LW1lc3NhZ2UtaW5wdXQudnVlP3Z1ZSZ0eXBlPXRlbXBsYXRlJmlkPTBlMWU3ZjlhJnNjb3BlZD10cnVlJlwiXG52YXIgcmVuZGVyanNcbmltcG9ydCBzY3JpcHQgZnJvbSBcIi4vdS1tZXNzYWdlLWlucHV0LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuZXhwb3J0ICogZnJvbSBcIi4vdS1tZXNzYWdlLWlucHV0LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXHJ1bnRpbWVcXFxcY29tcG9uZW50Tm9ybWFsaXplci5qc1wiXG52YXIgY29tcG9uZW50ID0gbm9ybWFsaXplcihcbiAgc2NyaXB0LFxuICByZW5kZXIsXG4gIHN0YXRpY1JlbmRlckZucyxcbiAgZmFsc2UsXG4gIG51bGwsXG4gIFwiMGUxZTdmOWFcIixcbiAgbnVsbCxcbiAgZmFsc2UsXG4gIGNvbXBvbmVudHMsXG4gIHJlbmRlcmpzXG4pXG5cbmNvbXBvbmVudC5vcHRpb25zLl9fZmlsZSA9IFwidXZpZXctdWkvY29tcG9uZW50cy91LW1lc3NhZ2UtaW5wdXQvdS1tZXNzYWdlLWlucHV0LnZ1ZVwiXG5leHBvcnQgZGVmYXVsdCBjb21wb25lbnQuZXhwb3J0cyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///653\n");
/***/ }),
-/* 674 */
-/*!************************************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-message-input/u-message-input.vue?vue&type=template&id=0e1e7f9a&scoped=true& ***!
- \************************************************************************************************************************************************/
+/* 654 */
+/*!**************************************************************************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-message-input/u-message-input.vue?vue&type=template&id=0e1e7f9a&scoped=true& ***!
+ \**************************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
-/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_message_input_vue_vue_type_template_id_0e1e7f9a_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-message-input.vue?vue&type=template&id=0e1e7f9a&scoped=true& */ 675);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_message_input_vue_vue_type_template_id_0e1e7f9a_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_message_input_vue_vue_type_template_id_0e1e7f9a_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-message-input.vue?vue&type=template&id=0e1e7f9a&scoped=true& */ 655);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_message_input_vue_vue_type_template_id_0e1e7f9a_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_message_input_vue_vue_type_template_id_0e1e7f9a_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_message_input_vue_vue_type_template_id_0e1e7f9a_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_message_input_vue_vue_type_template_id_0e1e7f9a_scoped_true___WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_message_input_vue_vue_type_template_id_0e1e7f9a_scoped_true___WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_message_input_vue_vue_type_template_id_0e1e7f9a_scoped_true___WEBPACK_IMPORTED_MODULE_0__["components"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_message_input_vue_vue_type_template_id_0e1e7f9a_scoped_true___WEBPACK_IMPORTED_MODULE_0__["components"]; });
/***/ }),
-/* 675 */
-/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-message-input/u-message-input.vue?vue&type=template&id=0e1e7f9a&scoped=true& ***!
- \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 655 */
+/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/uview-ui/components/u-message-input/u-message-input.vue?vue&type=template&id=0e1e7f9a&scoped=true& ***!
+ \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
@@ -77616,86 +73414,282 @@ render._withStripped = true
/***/ }),
-/* 676 */
-/*!******************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-message-input/u-message-input.vue?vue&type=script&lang=js& ***!
- \******************************************************************************************************************************/
+/* 656 */
+/*!********************************************************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-message-input/u-message-input.vue?vue&type=script&lang=js& ***!
+ \********************************************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_message_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-message-input.vue?vue&type=script&lang=js& */ 677);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_message_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_message_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_message_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_message_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_message_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQTJpQixDQUFnQixxa0JBQUcsRUFBQyIsImZpbGUiOiI2NzYuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL2JhYmVsLWxvYWRlci9saWIvaW5kZXguanMhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyL2luZGV4LmpzPz9yZWYtLTYtMSEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stdW5pLWFwcC1sb2FkZXIvdXNpbmctY29tcG9uZW50cy5qcyEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL2luZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi91LW1lc3NhZ2UtaW5wdXQudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiOyBleHBvcnQgZGVmYXVsdCBtb2Q7IGV4cG9ydCAqIGZyb20gXCItIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL2JhYmVsLWxvYWRlci9saWIvaW5kZXguanMhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyL2luZGV4LmpzPz9yZWYtLTYtMSEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stdW5pLWFwcC1sb2FkZXIvdXNpbmctY29tcG9uZW50cy5qcyEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL2luZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi91LW1lc3NhZ2UtaW5wdXQudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJlwiIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///676\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_message_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-message-input.vue?vue&type=script&lang=js& */ 657);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_message_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_message_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_message_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_message_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_message_input_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQXNtQixDQUFnQixxb0JBQUcsRUFBQyIsImZpbGUiOiI2NTYuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL3UtbWVzc2FnZS1pbnB1dC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmXCI7IGV4cG9ydCBkZWZhdWx0IG1vZDsgZXhwb3J0ICogZnJvbSBcIi0hQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxiYWJlbC1sb2FkZXJcXFxcbGliXFxcXGluZGV4LmpzIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcQGRjbG91ZGlvXFxcXHZ1ZS1jbGktcGx1Z2luLXVuaVxcXFxwYWNrYWdlc1xcXFx3ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyXFxcXGluZGV4LmpzPz9yZWYtLTYtMSFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay11bmktYXBwLWxvYWRlclxcXFx1c2luZy1jb21wb25lbnRzLmpzIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcQGRjbG91ZGlvXFxcXHZ1ZS1jbGktcGx1Z2luLXVuaVxcXFxwYWNrYWdlc1xcXFx2dWUtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcz8/dnVlLWxvYWRlci1vcHRpb25zIS4vdS1tZXNzYWdlLWlucHV0LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///656\n");
/***/ }),
-/* 677 */
-/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-message-input/u-message-input.vue?vue&type=script&lang=js& ***!
- \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 657 */
+/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/uview-ui/components/u-message-input/u-message-input.vue?vue&type=script&lang=js& ***!
+ \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0; //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n/**\n * messageInput 验证码输入框\n * @description 该组件一般用于验证用户短信验证码的场景,也可以结合uView的键盘组件使用\n * @tutorial https://www.uviewui.com/components/messageInput.html\n * @property {String Number} maxlength 输入字符个数(默认4)\n * @property {Boolean} dot-fill 是否用圆点填充(默认false)\n * @property {String} mode 模式选择,见上方\"基本使用\"说明(默认box)\n * @property {String Number} value 预置值\n * @property {Boolean} breathe 是否开启呼吸效果,见上方说明(默认true)\n * @property {Boolean} focus 是否自动获取焦点(默认false)\n * @property {Boolean} bold 字体和输入横线是否加粗(默认true)\n * @property {String Number} font-size 字体大小,单位rpx(默认60)\n * @property {String} active-color 当前激活输入框的样式(默认#2979ff)\n * @property {String} inactive-color 非激活输入框的样式,文字颜色同此值(默认#606266)\n * @property {String | Number} width 输入框宽度,单位rpx,高等于宽(默认80)\n * @property {Boolean} disabled-keyboard 禁止点击输入框唤起系统键盘(默认false)\n * @event {Function} change 输入内容发生改变时触发,具体见官网说明\n * @event {Function} finish 输入字符个数达maxlength值时触发,见官网说明\n * @example \n */var _default =\n{\n name: \"u-message-input\",\n props: {\n // 最大输入长度\n maxlength: {\n type: [Number, String],\n default: 4 },\n\n // 是否用圆点填充\n dotFill: {\n type: Boolean,\n default: false },\n\n // 显示模式,box-盒子模式,bottomLine-横线在底部模式,middleLine-横线在中部模式\n mode: {\n type: String,\n default: \"box\" },\n\n // 预置值\n value: {\n type: [String, Number],\n default: '' },\n\n // 当前激活输入item,是否带有呼吸效果\n breathe: {\n type: Boolean,\n default: true },\n\n // 是否自动获取焦点\n focus: {\n type: Boolean,\n default: false },\n\n // 字体是否加粗\n bold: {\n type: Boolean,\n default: false },\n\n // 字体大小\n fontSize: {\n type: [String, Number],\n default: 60 },\n\n // 激活样式\n activeColor: {\n type: String,\n default: '#2979ff' },\n\n // 未激活的样式\n inactiveColor: {\n type: String,\n default: '#606266' },\n\n // 输入框的大小,单位rpx,宽等于高\n width: {\n type: [Number, String],\n default: '80' },\n\n // 是否隐藏原生键盘,如果想用自定义键盘的话,需设置此参数为true\n disabledKeyboard: {\n type: Boolean,\n default: false } },\n\n\n watch: {\n // maxlength: {\n // \t// 此值设置为true,会在组件加载后无需maxlength变化就会执行一次本监听函数,无需再created生命周期中处理\n // \timmediate: true,\n // \thandler(val) {\n // \t\tthis.maxlength = Number(val);\n // \t}\n // }, \n value: {\n immediate: true,\n handler: function handler(val) {\n // 转为字符串\n val = String(val);\n // 超出部分截掉\n this.valueModel = val.substring(0, this.maxlength);\n } } },\n\n\n data: function data() {\n return {\n valueModel: \"\" };\n\n },\n computed: {\n // 是否显示呼吸灯效果\n animationClass: function animationClass() {var _this = this;\n return function (index) {\n if (_this.breathe && _this.charArr.length == index) return 'u-breathe';else\n return '';\n };\n },\n // 用于显示字符\n charArr: function charArr() {\n\n return this.valueModel.split('');\n },\n charArrLength: function charArrLength() {\n return this.charArr.length;\n },\n // 根据长度,循环输入框的个数,因为头条小程序数值不能用于v-for\n loopCharArr: function loopCharArr() {\n return new Array(this.maxlength);\n } },\n\n methods: {\n getVal: function getVal(e) {var\n\n value =\n e.detail.value;\n this.valueModel = value;\n __f__(\"log\", this.valueModel, 777, \" at uview-ui/components/u-message-input/u-message-input.vue:171\");\n // 判断长度是否超出了maxlength值,理论上不会发生,因为input组件设置了maxlength属性值\n if (String(value).length > this.maxlength) return;\n // 未达到maxlength之前,发送change事件,达到后发送finish事件\n this.$emit('change', value);\n if (String(value).length == this.maxlength) {\n this.$emit('finish', value);\n }\n } } };exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 33)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXZpZXctdWkvY29tcG9uZW50cy91LW1lc3NhZ2UtaW5wdXQvdS1tZXNzYWdlLWlucHV0LnZ1ZSJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFvQ0E7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBb0JBO0FBQ0EseUJBREE7QUFFQTtBQUNBO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLGdCQUZBLEVBRkE7O0FBTUE7QUFDQTtBQUNBLG1CQURBO0FBRUEsb0JBRkEsRUFQQTs7QUFXQTtBQUNBO0FBQ0Esa0JBREE7QUFFQSxvQkFGQSxFQVpBOztBQWdCQTtBQUNBO0FBQ0EsNEJBREE7QUFFQSxpQkFGQSxFQWpCQTs7QUFxQkE7QUFDQTtBQUNBLG1CQURBO0FBRUEsbUJBRkEsRUF0QkE7O0FBMEJBO0FBQ0E7QUFDQSxtQkFEQTtBQUVBLG9CQUZBLEVBM0JBOztBQStCQTtBQUNBO0FBQ0EsbUJBREE7QUFFQSxvQkFGQSxFQWhDQTs7QUFvQ0E7QUFDQTtBQUNBLDRCQURBO0FBRUEsaUJBRkEsRUFyQ0E7O0FBeUNBO0FBQ0E7QUFDQSxrQkFEQTtBQUVBLHdCQUZBLEVBMUNBOztBQThDQTtBQUNBO0FBQ0Esa0JBREE7QUFFQSx3QkFGQSxFQS9DQTs7QUFtREE7QUFDQTtBQUNBLDRCQURBO0FBRUEsbUJBRkEsRUFwREE7O0FBd0RBO0FBQ0E7QUFDQSxtQkFEQTtBQUVBLG9CQUZBLEVBekRBLEVBRkE7OztBQWdFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxxQkFEQTtBQUVBLGFBRkEsbUJBRUEsR0FGQSxFQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxPQVBBLEVBUkEsRUFoRUE7OztBQWtGQSxNQWxGQSxrQkFrRkE7QUFDQTtBQUNBLG9CQURBOztBQUdBLEdBdEZBO0FBdUZBO0FBQ0E7QUFDQSxrQkFGQSw0QkFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE9BSEE7QUFJQSxLQVBBO0FBUUE7QUFDQSxXQVRBLHFCQVNBOztBQUVBO0FBQ0EsS0FaQTtBQWFBLGlCQWJBLDJCQWFBO0FBQ0E7QUFDQSxLQWZBO0FBZ0JBO0FBQ0EsZUFqQkEseUJBaUJBO0FBQ0E7QUFDQSxLQW5CQSxFQXZGQTs7QUE0R0E7QUFDQSxVQURBLGtCQUNBLENBREEsRUFDQTs7QUFFQSxXQUZBO0FBR0EsY0FIQSxDQUVBLEtBRkE7QUFJQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQWRBLEVBNUdBLEUiLCJmaWxlIjoiNjc3LmpzIiwic291cmNlc0NvbnRlbnQiOlsiPHRlbXBsYXRlPlxyXG5cdDx2aWV3IGNsYXNzPVwidS1jaGFyLWJveFwiPlxyXG5cdFx0PHZpZXcgY2xhc3M9XCJ1LWNoYXItZmxleFwiPlxyXG5cdFx0XHQ8aW5wdXQgOmRpc2FibGVkPVwiZGlzYWJsZWRLZXlib2FyZFwiIDp2YWx1ZT1cInZhbHVlTW9kZWxcIiB0eXBlPVwibnVtYmVyXCIgOmZvY3VzPVwiZm9jdXNcIiA6bWF4bGVuZ3RoPVwibWF4bGVuZ3RoXCIgY2xhc3M9XCJ1LWlucHV0XCIgQGlucHV0PVwiZ2V0VmFsXCIvPlxyXG5cdFx0XHQ8dmlldyB2LWZvcj1cIihpdGVtLCBpbmRleCkgaW4gbG9vcENoYXJBcnJcIiA6a2V5PVwiaW5kZXhcIj5cclxuXHRcdFx0XHQ8dmlldyA6Y2xhc3M9XCJbYnJlYXRoZSAmJiBjaGFyQXJyTGVuZ3RoID09IGluZGV4ID8gJ3UtYnJlYXRoZScgOiAnJywgJ3UtY2hhci1pdGVtJyxcclxuXHRcdFx0XHRjaGFyQXJyTGVuZ3RoID09PSBpbmRleCAmJiBtb2RlID09ICdib3gnID8gJ3UtYm94LWFjdGl2ZScgOiAnJyxcclxuXHRcdFx0XHRtb2RlID09PSAnYm94JyA/ICd1LWJveCcgOiAnJ11cIiA6c3R5bGU9XCJ7XHJcblx0XHRcdFx0XHRmb250V2VpZ2h0OiBib2xkID8gJ2JvbGQnIDogJ25vcm1hbCcsXHJcblx0XHRcdFx0XHRmb250U2l6ZTogZm9udFNpemUgKyAncnB4JyxcclxuXHRcdFx0XHRcdHdpZHRoOiB3aWR0aCArICdycHgnLFxyXG5cdFx0XHRcdFx0aGVpZ2h0OiB3aWR0aCArICdycHgnLFxyXG5cdFx0XHRcdFx0Y29sb3I6IGluYWN0aXZlQ29sb3IsXHJcblx0XHRcdFx0XHRib3JkZXJDb2xvcjogY2hhckFyckxlbmd0aCA9PT0gaW5kZXggJiYgbW9kZSA9PSAnYm94JyA/IGFjdGl2ZUNvbG9yIDogaW5hY3RpdmVDb2xvclxyXG5cdFx0XHRcdH1cIj5cclxuXHRcdFx0XHRcdDx2aWV3IGNsYXNzPVwidS1wbGFjZWhvbGRlci1saW5lXCIgOnN0eWxlPVwie1xyXG5cdFx0XHRcdFx0XHRcdGRpc3BsYXk6IGNoYXJBcnJMZW5ndGggPT09IGluZGV4ID8gJ2Jsb2NrJyA6ICdub25lJyxcclxuXHRcdFx0XHRcdFx0XHRoZWlnaHQ6IHdpZHRoICogMC41ICsncnB4J1xyXG5cdFx0XHRcdFx0XHR9XCJcclxuXHRcdFx0XHRcdFx0di1pZj1cIm1vZGUgIT09ICdtaWRkbGVMaW5lJ1wiXHJcblx0XHRcdFx0XHQ+PC92aWV3PlxyXG5cdFx0XHRcdFx0PHZpZXcgdi1pZj1cIm1vZGUgPT09ICdtaWRkbGVMaW5lJyAmJiBjaGFyQXJyTGVuZ3RoIDw9IGluZGV4XCIgOmNsYXNzPVwiW2JyZWF0aGUgJiYgY2hhckFyckxlbmd0aCA9PSBpbmRleCA/ICd1LWJyZWF0aGUnIDogJycsIGNoYXJBcnJMZW5ndGggPT09IGluZGV4ID8gJ3UtbWlkZGxlLWxpbmUtYWN0aXZlJyA6ICcnXVwiXHJcblx0XHRcdFx0XHQgY2xhc3M9XCJ1LW1pZGRsZS1saW5lXCIgOnN0eWxlPVwie2hlaWdodDogYm9sZCA/ICc0cHgnIDogJzJweCcsIGJhY2tncm91bmQ6IGNoYXJBcnJMZW5ndGggPT09IGluZGV4ID8gYWN0aXZlQ29sb3IgOiBpbmFjdGl2ZUNvbG9yfVwiPjwvdmlldz5cclxuXHRcdFx0XHRcdDx2aWV3IHYtaWY9XCJtb2RlID09PSAnYm90dG9tTGluZSdcIiA6Y2xhc3M9XCJbYnJlYXRoZSAmJiBjaGFyQXJyTGVuZ3RoID09IGluZGV4ID8gJ3UtYnJlYXRoZScgOiAnJywgY2hhckFyckxlbmd0aCA9PT0gaW5kZXggPyAndS1idXR0b20tbGluZS1hY3RpdmUnIDogJyddXCJcclxuXHRcdFx0XHRcdCBjbGFzcz1cInUtYm90dG9tLWxpbmVcIiA6c3R5bGU9XCJ7aGVpZ2h0OiBib2xkID8gJzRweCcgOiAnMnB4JywgYmFja2dyb3VuZDogY2hhckFyckxlbmd0aCA9PT0gaW5kZXggPyBhY3RpdmVDb2xvciA6IGluYWN0aXZlQ29sb3J9XCI+PC92aWV3PlxyXG5cdFx0XHRcdFx0PGJsb2NrIHYtaWY9XCIhZG90RmlsbFwiPiB7eyBjaGFyQXJyW2luZGV4XSA/IGNoYXJBcnJbaW5kZXhdIDogJyd9fTwvYmxvY2s+XHJcblx0XHRcdFx0XHQ8YmxvY2sgdi1lbHNlPlxyXG5cdFx0XHRcdFx0XHQ8dGV4dCBjbGFzcz1cInUtZG90XCI+e3sgY2hhckFycltpbmRleF0gPyAn4pePJyA6ICcnfX08L3RleHQ+XHJcblx0XHRcdFx0XHQ8L2Jsb2NrPlxyXG5cdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0PC92aWV3PlxyXG5cdFx0PC92aWV3PlxyXG5cdDwvdmlldz5cclxuPC90ZW1wbGF0ZT5cclxuXHJcbjxzY3JpcHQ+XHJcblx0LyoqXHJcblx0ICogbWVzc2FnZUlucHV0IOmqjOivgeeggei+k+WFpeahhlxyXG5cdCAqIEBkZXNjcmlwdGlvbiDor6Xnu4Tku7bkuIDoiKznlKjkuo7pqozor4HnlKjmiLfnn63kv6Hpqozor4HnoIHnmoTlnLrmma/vvIzkuZ/lj6/ku6Xnu5PlkIh1Vmlld+eahOmUruebmOe7hOS7tuS9v+eUqFxyXG5cdCAqIEB0dXRvcmlhbCBodHRwczovL3d3dy51dmlld3VpLmNvbS9jb21wb25lbnRzL21lc3NhZ2VJbnB1dC5odG1sXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmcgTnVtYmVyfSBtYXhsZW5ndGgg6L6T5YWl5a2X56ym5Liq5pWw77yI6buY6K6kNO+8iVxyXG5cdCAqIEBwcm9wZXJ0eSB7Qm9vbGVhbn0gZG90LWZpbGwg5piv5ZCm55So5ZyG54K55aGr5YWF77yI6buY6K6kZmFsc2XvvIlcclxuXHQgKiBAcHJvcGVydHkge1N0cmluZ30gbW9kZSDmqKHlvI/pgInmi6nvvIzop4HkuIrmlrlcIuWfuuacrOS9v+eUqFwi6K+05piO77yI6buY6K6kYm9477yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmcgTnVtYmVyfSB2YWx1ZSDpooTnva7lgLxcclxuXHQgKiBAcHJvcGVydHkge0Jvb2xlYW59IGJyZWF0aGUg5piv5ZCm5byA5ZCv5ZG85ZC45pWI5p6c77yM6KeB5LiK5pa56K+05piO77yI6buY6K6kdHJ1Ze+8iVxyXG5cdCAqIEBwcm9wZXJ0eSB7Qm9vbGVhbn0gZm9jdXMg5piv5ZCm6Ieq5Yqo6I635Y+W54Sm54K577yI6buY6K6kZmFsc2XvvIlcclxuXHQgKiBAcHJvcGVydHkge0Jvb2xlYW59IGJvbGQg5a2X5L2T5ZKM6L6T5YWl5qiq57q/5piv5ZCm5Yqg57KX77yI6buY6K6kdHJ1Ze+8iVxyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nIE51bWJlcn0gZm9udC1zaXplIOWtl+S9k+Wkp+Wwj++8jOWNleS9jXJweO+8iOm7mOiupDYw77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmd9IGFjdGl2ZS1jb2xvciDlvZPliY3mv4DmtLvovpPlhaXmoYbnmoTmoLflvI/vvIjpu5jorqQjMjk3OWZm77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmd9IGluYWN0aXZlLWNvbG9yIOmdnua/gOa0u+i+k+WFpeahhueahOagt+W8j++8jOaWh+Wtl+minOiJsuWQjOatpOWAvO+8iOm7mOiupCM2MDYyNjbvvIlcclxuXHQgKiBAcHJvcGVydHkge1N0cmluZyB8IE51bWJlcn0gd2lkdGgg6L6T5YWl5qGG5a695bqm77yM5Y2V5L2NcnB477yM6auY562J5LqO5a6977yI6buY6K6kODDvvIlcclxuXHQgKiBAcHJvcGVydHkge0Jvb2xlYW59IGRpc2FibGVkLWtleWJvYXJkIOemgeatoueCueWHu+i+k+WFpeahhuWUpOi1t+ezu+e7n+mUruebmO+8iOm7mOiupGZhbHNl77yJXHJcblx0ICogQGV2ZW50IHtGdW5jdGlvbn0gY2hhbmdlIOi+k+WFpeWGheWuueWPkeeUn+aUueWPmOaXtuinpuWPke+8jOWFt+S9k+ingeWumOe9keivtOaYjlxyXG5cdCAqIEBldmVudCB7RnVuY3Rpb259IGZpbmlzaCDovpPlhaXlrZfnrKbkuKrmlbDovr5tYXhsZW5ndGjlgLzml7bop6blj5HvvIzop4HlrpjnvZHor7TmmI5cclxuXHQgKiBAZXhhbXBsZSA8dS1tZXNzYWdlLWlucHV0IG1vZGU9XCJib3R0b21MaW5lXCI+PC91LW1lc3NhZ2UtaW5wdXQ+XHJcblx0ICovXHJcblx0ZXhwb3J0IGRlZmF1bHQge1xyXG5cdFx0bmFtZTogXCJ1LW1lc3NhZ2UtaW5wdXRcIixcclxuXHRcdHByb3BzOiB7XHJcblx0XHRcdC8vIOacgOWkp+i+k+WFpemVv+W6plxyXG5cdFx0XHRtYXhsZW5ndGg6IHtcclxuXHRcdFx0XHR0eXBlOiBbTnVtYmVyLCBTdHJpbmddLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IDRcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5piv5ZCm55So5ZyG54K55aGr5YWFXHJcblx0XHRcdGRvdEZpbGw6IHtcclxuXHRcdFx0XHR0eXBlOiBCb29sZWFuLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IGZhbHNlXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOaYvuekuuaooeW8j++8jGJveC3nm5LlrZDmqKHlvI/vvIxib3R0b21MaW5lLeaoque6v+WcqOW6lemDqOaooeW8j++8jG1pZGRsZUxpbmUt5qiq57q/5Zyo5Lit6YOo5qih5byPXHJcblx0XHRcdG1vZGU6IHtcclxuXHRcdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdFx0ZGVmYXVsdDogXCJib3hcIlxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDpooTnva7lgLxcclxuXHRcdFx0dmFsdWU6IHtcclxuXHRcdFx0XHR0eXBlOiBbU3RyaW5nLCBOdW1iZXJdLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICcnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOW9k+WJjea/gOa0u+i+k+WFpWl0ZW3vvIzmmK/lkKbluKbmnInlkbzlkLjmlYjmnpxcclxuXHRcdFx0YnJlYXRoZToge1xyXG5cdFx0XHRcdHR5cGU6IEJvb2xlYW4sXHJcblx0XHRcdFx0ZGVmYXVsdDogdHJ1ZVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDmmK/lkKboh6rliqjojrflj5bnhKbngrlcclxuXHRcdFx0Zm9jdXM6IHtcclxuXHRcdFx0XHR0eXBlOiBCb29sZWFuLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IGZhbHNlXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOWtl+S9k+aYr+WQpuWKoOeyl1xyXG5cdFx0XHRib2xkOiB7XHJcblx0XHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0XHRkZWZhdWx0OiBmYWxzZVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDlrZfkvZPlpKflsI9cclxuXHRcdFx0Zm9udFNpemU6IHtcclxuXHRcdFx0XHR0eXBlOiBbU3RyaW5nLCBOdW1iZXJdLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IDYwXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOa/gOa0u+agt+W8j1xyXG5cdFx0XHRhY3RpdmVDb2xvcjoge1xyXG5cdFx0XHRcdHR5cGU6IFN0cmluZyxcclxuXHRcdFx0XHRkZWZhdWx0OiAnIzI5NzlmZidcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5pyq5r+A5rS755qE5qC35byPXHJcblx0XHRcdGluYWN0aXZlQ29sb3I6IHtcclxuXHRcdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdFx0ZGVmYXVsdDogJyM2MDYyNjYnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOi+k+WFpeahhueahOWkp+Wwj++8jOWNleS9jXJweO+8jOWuveetieS6jumrmFxyXG5cdFx0XHR3aWR0aDoge1xyXG5cdFx0XHRcdHR5cGU6IFtOdW1iZXIsIFN0cmluZ10sXHJcblx0XHRcdFx0ZGVmYXVsdDogJzgwJ1xyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDmmK/lkKbpmpDol4/ljp/nlJ/plK7nm5jvvIzlpoLmnpzmg7PnlKjoh6rlrprkuYnplK7nm5jnmoTor53vvIzpnIDorr7nva7mraTlj4LmlbDkuLp0cnVlXHJcblx0XHRcdGRpc2FibGVkS2V5Ym9hcmQ6IHtcclxuXHRcdFx0XHR0eXBlOiBCb29sZWFuLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IGZhbHNlXHJcblx0XHRcdH1cclxuXHRcdH0sXHJcblx0XHR3YXRjaDoge1xyXG5cdFx0XHQvLyBtYXhsZW5ndGg6IHtcclxuXHRcdFx0Ly8gXHQvLyDmraTlgLzorr7nva7kuLp0cnVl77yM5Lya5Zyo57uE5Lu25Yqg6L295ZCO5peg6ZyAbWF4bGVuZ3Ro5Y+Y5YyW5bCx5Lya5omn6KGM5LiA5qyh5pys55uR5ZCs5Ye95pWw77yM5peg6ZyA5YaNY3JlYXRlZOeUn+WRveWRqOacn+S4reWkhOeQhlxyXG5cdFx0XHQvLyBcdGltbWVkaWF0ZTogdHJ1ZSxcclxuXHRcdFx0Ly8gXHRoYW5kbGVyKHZhbCkge1xyXG5cdFx0XHQvLyBcdFx0dGhpcy5tYXhsZW5ndGggPSBOdW1iZXIodmFsKTtcclxuXHRcdFx0Ly8gXHR9XHJcblx0XHRcdC8vIH0sIFxyXG5cdFx0XHR2YWx1ZToge1xyXG5cdFx0XHRcdGltbWVkaWF0ZTogdHJ1ZSxcclxuXHRcdFx0XHRoYW5kbGVyKHZhbCkge1xyXG5cdFx0XHRcdFx0Ly8g6L2s5Li65a2X56ym5LiyXHJcblx0XHRcdFx0XHR2YWwgPSBTdHJpbmcodmFsKTtcclxuXHRcdFx0XHRcdC8vIOi2heWHuumDqOWIhuaIquaOiVxyXG5cdFx0XHRcdFx0dGhpcy52YWx1ZU1vZGVsID0gdmFsLnN1YnN0cmluZygwLCB0aGlzLm1heGxlbmd0aCk7XHJcblx0XHRcdFx0fVxyXG5cdFx0XHR9LFxyXG5cdFx0fSxcclxuXHRcdGRhdGEoKSB7XHJcblx0XHRcdHJldHVybiB7XHJcblx0XHRcdFx0dmFsdWVNb2RlbDogXCJcIlxyXG5cdFx0XHR9XHJcblx0XHR9LFxyXG5cdFx0Y29tcHV0ZWQ6IHtcclxuXHRcdFx0Ly8g5piv5ZCm5pi+56S65ZG85ZC454Gv5pWI5p6cXHJcblx0XHRcdGFuaW1hdGlvbkNsYXNzKCkge1xyXG5cdFx0XHRcdHJldHVybiAoaW5kZXgpID0+IHtcclxuXHRcdFx0XHRcdGlmICh0aGlzLmJyZWF0aGUgJiYgdGhpcy5jaGFyQXJyLmxlbmd0aCA9PSBpbmRleCkgcmV0dXJuICd1LWJyZWF0aGUnO1xyXG5cdFx0XHRcdFx0ZWxzZSByZXR1cm4gJyc7XHJcblx0XHRcdFx0fVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDnlKjkuo7mmL7npLrlrZfnrKZcclxuXHRcdFx0Y2hhckFycigpIHtcclxuXHRcdFx0XHJcblx0XHRcdFx0XHRyZXR1cm4gdGhpcy52YWx1ZU1vZGVsLnNwbGl0KCcnKTtcclxuXHRcdFx0fSxcclxuXHRcdFx0Y2hhckFyckxlbmd0aCgpIHtcclxuXHRcdFx0XHRyZXR1cm4gdGhpcy5jaGFyQXJyLmxlbmd0aDtcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5qC55o2u6ZW/5bqm77yM5b6q546v6L6T5YWl5qGG55qE5Liq5pWw77yM5Zug5Li65aS05p2h5bCP56iL5bqP5pWw5YC85LiN6IO955So5LqOdi1mb3JcclxuXHRcdFx0bG9vcENoYXJBcnIoKSB7XHJcblx0XHRcdFx0cmV0dXJuIG5ldyBBcnJheSh0aGlzLm1heGxlbmd0aCk7XHJcblx0XHRcdH1cclxuXHRcdH0sXHJcblx0XHRtZXRob2RzOiB7XHJcblx0XHRcdGdldFZhbChlKSB7XHJcblx0XHRcdFx0bGV0IHtcclxuXHRcdFx0XHRcdHZhbHVlXHJcblx0XHRcdFx0fSA9IGUuZGV0YWlsXHJcblx0XHRcdFx0dGhpcy52YWx1ZU1vZGVsID0gdmFsdWU7XHJcblx0XHRcdFx0Y29uc29sZS5sb2codGhpcy52YWx1ZU1vZGVsICw3NzcpXHJcblx0XHRcdFx0Ly8g5Yik5pat6ZW/5bqm5piv5ZCm6LaF5Ye65LqGbWF4bGVuZ3Ro5YC877yM55CG6K665LiK5LiN5Lya5Y+R55Sf77yM5Zug5Li6aW5wdXTnu4Tku7borr7nva7kuoZtYXhsZW5ndGjlsZ7mgKflgLxcclxuXHRcdFx0XHRpZiAoU3RyaW5nKHZhbHVlKS5sZW5ndGggPiB0aGlzLm1heGxlbmd0aCkgcmV0dXJuO1xyXG5cdFx0XHRcdC8vIOacqui+vuWIsG1heGxlbmd0aOS5i+WJje+8jOWPkemAgWNoYW5nZeS6i+S7tu+8jOi+vuWIsOWQjuWPkemAgWZpbmlzaOS6i+S7tlxyXG5cdFx0XHRcdHRoaXMuJGVtaXQoJ2NoYW5nZScsIHZhbHVlKTtcclxuXHRcdFx0XHRpZiAoU3RyaW5nKHZhbHVlKS5sZW5ndGggPT0gdGhpcy5tYXhsZW5ndGgpIHtcclxuXHRcdFx0XHRcdHRoaXMuJGVtaXQoJ2ZpbmlzaCcsIHZhbHVlKTtcclxuXHRcdFx0XHR9XHJcblx0XHRcdH1cclxuXHRcdH1cclxuXHR9XHJcbjwvc2NyaXB0PlxyXG5cclxuPHN0eWxlIHNjb3BlZCBsYW5nPVwic2Nzc1wiPlxyXG5cdEBpbXBvcnQgXCIuLi8uLi9saWJzL2Nzcy9zdHlsZS5jb21wb25lbnRzLnNjc3NcIjtcclxuXHJcblx0QGtleWZyYW1lcyBicmVhdGhlIHtcclxuXHRcdDAlIHtcclxuXHRcdFx0b3BhY2l0eTogMC4zO1xyXG5cdFx0fVxyXG5cclxuXHRcdDUwJSB7XHJcblx0XHRcdG9wYWNpdHk6IDE7XHJcblx0XHR9XHJcblxyXG5cdFx0MTAwJSB7XHJcblx0XHRcdG9wYWNpdHk6IDAuMztcclxuXHRcdH1cclxuXHR9XHJcblxyXG5cdC51LWNoYXItYm94IHtcclxuXHRcdHRleHQtYWxpZ246IGNlbnRlcjtcclxuXHR9XHJcblxyXG5cdC51LWNoYXItZmxleCB7XHJcblx0XHRAaW5jbHVkZSB2dWUtZmxleDtcclxuXHRcdGp1c3RpZnktY29udGVudDogY2VudGVyO1xyXG5cdFx0ZmxleC13cmFwOiB3cmFwO1xyXG5cdFx0cG9zaXRpb246IHJlbGF0aXZlO1xyXG5cdH1cclxuXHJcblx0LnUtaW5wdXQge1xyXG5cdFx0cG9zaXRpb246IGFic29sdXRlO1xyXG5cdFx0dG9wOiAwO1xyXG5cdFx0bGVmdDogLTEwMCU7XHJcblx0XHR3aWR0aDogMjAwJTtcclxuXHRcdGhlaWdodDogMTAwJTtcclxuXHRcdHRleHQtYWxpZ246IGxlZnQ7XHJcblx0XHR6LWluZGV4OiA5O1xyXG5cdFx0b3BhY2l0eTogMDtcclxuXHRcdGJhY2tncm91bmQ6IG5vbmU7XHJcblx0fVxyXG5cclxuXHQudS1jaGFyLWl0ZW0ge1xyXG5cdFx0cG9zaXRpb246IHJlbGF0aXZlO1xyXG5cdFx0d2lkdGg6IDkwcnB4O1xyXG5cdFx0aGVpZ2h0OiA5MHJweDtcclxuXHRcdG1hcmdpbjogMTBycHggMTBycHg7XHJcblx0XHRmb250LXNpemU6IDYwcnB4O1xyXG5cdFx0Zm9udC13ZWlnaHQ6IGJvbGQ7XHJcblx0XHRjb2xvcjogJHUtbWFpbi1jb2xvcjtcclxuXHRcdGxpbmUtaGVpZ2h0OiA5MHJweDtcclxuXHRcdEBpbmNsdWRlIHZ1ZS1mbGV4O1xyXG5cdFx0anVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcblx0XHRhbGlnbi1pdGVtczogY2VudGVyO1xyXG5cdH1cclxuXHJcblx0LnUtbWlkZGxlLWxpbmUge1xyXG5cdFx0Ym9yZGVyOiBub25lO1xyXG5cdH1cclxuXHJcblx0LnUtYm94IHtcclxuXHRcdGJveC1zaXppbmc6IGJvcmRlci1ib3g7XHJcblx0XHRib3JkZXI6IDJycHggc29saWQgI2NjY2NjYztcclxuXHRcdGJvcmRlci1yYWRpdXM6IDZycHg7XHJcblx0fVxyXG5cclxuXHQudS1ib3gtYWN0aXZlIHtcclxuXHRcdG92ZXJmbG93OiBoaWRkZW47XHJcblx0XHRhbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBlYXNlLWluLW91dDtcclxuXHRcdGFuaW1hdGlvbi1kdXJhdGlvbjogMTUwMG1zO1xyXG5cdFx0YW5pbWF0aW9uLWl0ZXJhdGlvbi1jb3VudDogaW5maW5pdGU7XHJcblx0XHRhbmltYXRpb24tZGlyZWN0aW9uOiBhbHRlcm5hdGU7XHJcblx0XHRib3JkZXI6IDJycHggc29saWQgJHUtdHlwZS1wcmltYXJ5O1xyXG5cdH1cclxuXHJcblx0LnUtbWlkZGxlLWxpbmUtYWN0aXZlIHtcclxuXHRcdGJhY2tncm91bmQ6ICR1LXR5cGUtcHJpbWFyeTtcclxuXHR9XHJcblxyXG5cdC51LWJyZWF0aGUge1xyXG5cdFx0YW5pbWF0aW9uOiBicmVhdGhlIDJzIGluZmluaXRlIGVhc2U7XHJcblx0fVxyXG5cclxuXHQudS1wbGFjZWhvbGRlci1saW5lIHtcclxuXHRcdC8qICNpZm5kZWYgQVBQLU5WVUUgKi9cclxuXHRcdGRpc3BsYXk6IG5vbmU7XHJcblx0XHQvKiAjZW5kaWYgKi9cclxuXHRcdHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuXHRcdGxlZnQ6IDUwJTtcclxuXHRcdHRvcDogNTAlO1xyXG5cdFx0dHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgLTUwJSk7XHJcblx0XHR3aWR0aDogMnJweDtcclxuXHRcdGhlaWdodDogNDBycHg7XHJcblx0XHRiYWNrZ3JvdW5kOiAjMzMzMzMzO1xyXG5cdFx0YW5pbWF0aW9uOiB0d2lua2xpbmcgMS41cyBpbmZpbml0ZSBlYXNlO1xyXG5cdH1cclxuXHJcblx0LnUtYW5pbWF0aW9uLWJyZWF0aGUge1xyXG5cdFx0YW5pbWF0aW9uLW5hbWU6IGJyZWF0aGU7XHJcblx0fVxyXG5cclxuXHQudS1kb3Qge1xyXG5cdFx0Zm9udC1zaXplOiAzNHJweDtcclxuXHRcdGxpbmUtaGVpZ2h0OiAzNHJweDtcclxuXHR9XHJcblxyXG5cdC51LW1pZGRsZS1saW5lIHtcclxuXHRcdGhlaWdodDogNHB4O1xyXG5cdFx0YmFja2dyb3VuZDogIzAwMDAwMDtcclxuXHRcdHdpZHRoOiA4MCU7XHJcblx0XHRwb3NpdGlvbjogYWJzb2x1dGU7XHJcblx0XHRib3JkZXItcmFkaXVzOiAycHg7XHJcblx0XHR0b3A6IDUwJTtcclxuXHRcdGxlZnQ6IDUwJTtcclxuXHRcdHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIC01MCUpO1xyXG5cdH1cclxuXHJcblx0LnUtYnV0dG9tLWxpbmUtYWN0aXZlIHtcclxuXHRcdGJhY2tncm91bmQ6ICR1LXR5cGUtcHJpbWFyeTtcclxuXHR9XHJcblxyXG5cdC51LWJvdHRvbS1saW5lIHtcclxuXHRcdGhlaWdodDogNHB4O1xyXG5cdFx0YmFja2dyb3VuZDogIzAwMDAwMDtcclxuXHRcdHdpZHRoOiA4MCU7XHJcblx0XHRwb3NpdGlvbjogYWJzb2x1dGU7XHJcblx0XHRib3JkZXItcmFkaXVzOiAycHg7XHJcblx0XHRib3R0b206IDA7XHJcblx0XHRsZWZ0OiA1MCU7XHJcblx0XHR0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlKTtcclxuXHR9XHJcbjwvc3R5bGU+XHJcbiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///677\n");
+eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0; //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n/**\n * messageInput 验证码输入框\n * @description 该组件一般用于验证用户短信验证码的场景,也可以结合uView的键盘组件使用\n * @tutorial https://www.uviewui.com/components/messageInput.html\n * @property {String Number} maxlength 输入字符个数(默认4)\n * @property {Boolean} dot-fill 是否用圆点填充(默认false)\n * @property {String} mode 模式选择,见上方\"基本使用\"说明(默认box)\n * @property {String Number} value 预置值\n * @property {Boolean} breathe 是否开启呼吸效果,见上方说明(默认true)\n * @property {Boolean} focus 是否自动获取焦点(默认false)\n * @property {Boolean} bold 字体和输入横线是否加粗(默认true)\n * @property {String Number} font-size 字体大小,单位rpx(默认60)\n * @property {String} active-color 当前激活输入框的样式(默认#2979ff)\n * @property {String} inactive-color 非激活输入框的样式,文字颜色同此值(默认#606266)\n * @property {String | Number} width 输入框宽度,单位rpx,高等于宽(默认80)\n * @property {Boolean} disabled-keyboard 禁止点击输入框唤起系统键盘(默认false)\n * @event {Function} change 输入内容发生改变时触发,具体见官网说明\n * @event {Function} finish 输入字符个数达maxlength值时触发,见官网说明\n * @example \n */var _default =\n{\n name: \"u-message-input\",\n props: {\n // 最大输入长度\n maxlength: {\n type: [Number, String],\n default: 4 },\n\n // 是否用圆点填充\n dotFill: {\n type: Boolean,\n default: false },\n\n // 显示模式,box-盒子模式,bottomLine-横线在底部模式,middleLine-横线在中部模式\n mode: {\n type: String,\n default: \"box\" },\n\n // 预置值\n value: {\n type: [String, Number],\n default: '' },\n\n // 当前激活输入item,是否带有呼吸效果\n breathe: {\n type: Boolean,\n default: true },\n\n // 是否自动获取焦点\n focus: {\n type: Boolean,\n default: false },\n\n // 字体是否加粗\n bold: {\n type: Boolean,\n default: false },\n\n // 字体大小\n fontSize: {\n type: [String, Number],\n default: 60 },\n\n // 激活样式\n activeColor: {\n type: String,\n default: '#2979ff' },\n\n // 未激活的样式\n inactiveColor: {\n type: String,\n default: '#606266' },\n\n // 输入框的大小,单位rpx,宽等于高\n width: {\n type: [Number, String],\n default: '80' },\n\n // 是否隐藏原生键盘,如果想用自定义键盘的话,需设置此参数为true\n disabledKeyboard: {\n type: Boolean,\n default: false } },\n\n\n watch: {\n // maxlength: {\n // \t// 此值设置为true,会在组件加载后无需maxlength变化就会执行一次本监听函数,无需再created生命周期中处理\n // \timmediate: true,\n // \thandler(val) {\n // \t\tthis.maxlength = Number(val);\n // \t}\n // }, \n value: {\n immediate: true,\n handler: function handler(val) {\n // 转为字符串\n val = String(val);\n // 超出部分截掉\n this.valueModel = val.substring(0, this.maxlength);\n } } },\n\n\n data: function data() {\n return {\n valueModel: \"\" };\n\n },\n computed: {\n // 是否显示呼吸灯效果\n animationClass: function animationClass() {var _this = this;\n return function (index) {\n if (_this.breathe && _this.charArr.length == index) return 'u-breathe';else\n return '';\n };\n },\n // 用于显示字符\n charArr: function charArr() {\n\n return this.valueModel.split('');\n },\n charArrLength: function charArrLength() {\n return this.charArr.length;\n },\n // 根据长度,循环输入框的个数,因为头条小程序数值不能用于v-for\n loopCharArr: function loopCharArr() {\n return new Array(this.maxlength);\n } },\n\n methods: {\n getVal: function getVal(e) {var\n\n value =\n e.detail.value;\n this.valueModel = value;\n __f__(\"log\", this.valueModel, 777, \" at uview-ui/components/u-message-input/u-message-input.vue:171\");\n // 判断长度是否超出了maxlength值,理论上不会发生,因为input组件设置了maxlength属性值\n if (String(value).length > this.maxlength) return;\n // 未达到maxlength之前,发送change事件,达到后发送finish事件\n this.$emit('change', value);\n if (String(value).length == this.maxlength) {\n this.$emit('finish', value);\n }\n } } };exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 28)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vdXZpZXctdWkvY29tcG9uZW50cy91LW1lc3NhZ2UtaW5wdXQvdS1tZXNzYWdlLWlucHV0LnZ1ZSJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFvQ0E7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBb0JBO0FBQ0EseUJBREE7QUFFQTtBQUNBO0FBQ0E7QUFDQSw0QkFEQTtBQUVBLGdCQUZBLEVBRkE7O0FBTUE7QUFDQTtBQUNBLG1CQURBO0FBRUEsb0JBRkEsRUFQQTs7QUFXQTtBQUNBO0FBQ0Esa0JBREE7QUFFQSxvQkFGQSxFQVpBOztBQWdCQTtBQUNBO0FBQ0EsNEJBREE7QUFFQSxpQkFGQSxFQWpCQTs7QUFxQkE7QUFDQTtBQUNBLG1CQURBO0FBRUEsbUJBRkEsRUF0QkE7O0FBMEJBO0FBQ0E7QUFDQSxtQkFEQTtBQUVBLG9CQUZBLEVBM0JBOztBQStCQTtBQUNBO0FBQ0EsbUJBREE7QUFFQSxvQkFGQSxFQWhDQTs7QUFvQ0E7QUFDQTtBQUNBLDRCQURBO0FBRUEsaUJBRkEsRUFyQ0E7O0FBeUNBO0FBQ0E7QUFDQSxrQkFEQTtBQUVBLHdCQUZBLEVBMUNBOztBQThDQTtBQUNBO0FBQ0Esa0JBREE7QUFFQSx3QkFGQSxFQS9DQTs7QUFtREE7QUFDQTtBQUNBLDRCQURBO0FBRUEsbUJBRkEsRUFwREE7O0FBd0RBO0FBQ0E7QUFDQSxtQkFEQTtBQUVBLG9CQUZBLEVBekRBLEVBRkE7OztBQWdFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxxQkFEQTtBQUVBLGFBRkEsbUJBRUEsR0FGQSxFQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxPQVBBLEVBUkEsRUFoRUE7OztBQWtGQSxNQWxGQSxrQkFrRkE7QUFDQTtBQUNBLG9CQURBOztBQUdBLEdBdEZBO0FBdUZBO0FBQ0E7QUFDQSxrQkFGQSw0QkFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE9BSEE7QUFJQSxLQVBBO0FBUUE7QUFDQSxXQVRBLHFCQVNBOztBQUVBO0FBQ0EsS0FaQTtBQWFBLGlCQWJBLDJCQWFBO0FBQ0E7QUFDQSxLQWZBO0FBZ0JBO0FBQ0EsZUFqQkEseUJBaUJBO0FBQ0E7QUFDQSxLQW5CQSxFQXZGQTs7QUE0R0E7QUFDQSxVQURBLGtCQUNBLENBREEsRUFDQTs7QUFFQSxXQUZBO0FBR0EsY0FIQSxDQUVBLEtBRkE7QUFJQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQWRBLEVBNUdBLEUiLCJmaWxlIjoiNjU3LmpzIiwic291cmNlc0NvbnRlbnQiOlsiPHRlbXBsYXRlPlxyXG5cdDx2aWV3IGNsYXNzPVwidS1jaGFyLWJveFwiPlxyXG5cdFx0PHZpZXcgY2xhc3M9XCJ1LWNoYXItZmxleFwiPlxyXG5cdFx0XHQ8aW5wdXQgOmRpc2FibGVkPVwiZGlzYWJsZWRLZXlib2FyZFwiIDp2YWx1ZT1cInZhbHVlTW9kZWxcIiB0eXBlPVwibnVtYmVyXCIgOmZvY3VzPVwiZm9jdXNcIiA6bWF4bGVuZ3RoPVwibWF4bGVuZ3RoXCIgY2xhc3M9XCJ1LWlucHV0XCIgQGlucHV0PVwiZ2V0VmFsXCIvPlxyXG5cdFx0XHQ8dmlldyB2LWZvcj1cIihpdGVtLCBpbmRleCkgaW4gbG9vcENoYXJBcnJcIiA6a2V5PVwiaW5kZXhcIj5cclxuXHRcdFx0XHQ8dmlldyA6Y2xhc3M9XCJbYnJlYXRoZSAmJiBjaGFyQXJyTGVuZ3RoID09IGluZGV4ID8gJ3UtYnJlYXRoZScgOiAnJywgJ3UtY2hhci1pdGVtJyxcclxuXHRcdFx0XHRjaGFyQXJyTGVuZ3RoID09PSBpbmRleCAmJiBtb2RlID09ICdib3gnID8gJ3UtYm94LWFjdGl2ZScgOiAnJyxcclxuXHRcdFx0XHRtb2RlID09PSAnYm94JyA/ICd1LWJveCcgOiAnJ11cIiA6c3R5bGU9XCJ7XHJcblx0XHRcdFx0XHRmb250V2VpZ2h0OiBib2xkID8gJ2JvbGQnIDogJ25vcm1hbCcsXHJcblx0XHRcdFx0XHRmb250U2l6ZTogZm9udFNpemUgKyAncnB4JyxcclxuXHRcdFx0XHRcdHdpZHRoOiB3aWR0aCArICdycHgnLFxyXG5cdFx0XHRcdFx0aGVpZ2h0OiB3aWR0aCArICdycHgnLFxyXG5cdFx0XHRcdFx0Y29sb3I6IGluYWN0aXZlQ29sb3IsXHJcblx0XHRcdFx0XHRib3JkZXJDb2xvcjogY2hhckFyckxlbmd0aCA9PT0gaW5kZXggJiYgbW9kZSA9PSAnYm94JyA/IGFjdGl2ZUNvbG9yIDogaW5hY3RpdmVDb2xvclxyXG5cdFx0XHRcdH1cIj5cclxuXHRcdFx0XHRcdDx2aWV3IGNsYXNzPVwidS1wbGFjZWhvbGRlci1saW5lXCIgOnN0eWxlPVwie1xyXG5cdFx0XHRcdFx0XHRcdGRpc3BsYXk6IGNoYXJBcnJMZW5ndGggPT09IGluZGV4ID8gJ2Jsb2NrJyA6ICdub25lJyxcclxuXHRcdFx0XHRcdFx0XHRoZWlnaHQ6IHdpZHRoICogMC41ICsncnB4J1xyXG5cdFx0XHRcdFx0XHR9XCJcclxuXHRcdFx0XHRcdFx0di1pZj1cIm1vZGUgIT09ICdtaWRkbGVMaW5lJ1wiXHJcblx0XHRcdFx0XHQ+PC92aWV3PlxyXG5cdFx0XHRcdFx0PHZpZXcgdi1pZj1cIm1vZGUgPT09ICdtaWRkbGVMaW5lJyAmJiBjaGFyQXJyTGVuZ3RoIDw9IGluZGV4XCIgOmNsYXNzPVwiW2JyZWF0aGUgJiYgY2hhckFyckxlbmd0aCA9PSBpbmRleCA/ICd1LWJyZWF0aGUnIDogJycsIGNoYXJBcnJMZW5ndGggPT09IGluZGV4ID8gJ3UtbWlkZGxlLWxpbmUtYWN0aXZlJyA6ICcnXVwiXHJcblx0XHRcdFx0XHQgY2xhc3M9XCJ1LW1pZGRsZS1saW5lXCIgOnN0eWxlPVwie2hlaWdodDogYm9sZCA/ICc0cHgnIDogJzJweCcsIGJhY2tncm91bmQ6IGNoYXJBcnJMZW5ndGggPT09IGluZGV4ID8gYWN0aXZlQ29sb3IgOiBpbmFjdGl2ZUNvbG9yfVwiPjwvdmlldz5cclxuXHRcdFx0XHRcdDx2aWV3IHYtaWY9XCJtb2RlID09PSAnYm90dG9tTGluZSdcIiA6Y2xhc3M9XCJbYnJlYXRoZSAmJiBjaGFyQXJyTGVuZ3RoID09IGluZGV4ID8gJ3UtYnJlYXRoZScgOiAnJywgY2hhckFyckxlbmd0aCA9PT0gaW5kZXggPyAndS1idXR0b20tbGluZS1hY3RpdmUnIDogJyddXCJcclxuXHRcdFx0XHRcdCBjbGFzcz1cInUtYm90dG9tLWxpbmVcIiA6c3R5bGU9XCJ7aGVpZ2h0OiBib2xkID8gJzRweCcgOiAnMnB4JywgYmFja2dyb3VuZDogY2hhckFyckxlbmd0aCA9PT0gaW5kZXggPyBhY3RpdmVDb2xvciA6IGluYWN0aXZlQ29sb3J9XCI+PC92aWV3PlxyXG5cdFx0XHRcdFx0PGJsb2NrIHYtaWY9XCIhZG90RmlsbFwiPiB7eyBjaGFyQXJyW2luZGV4XSA/IGNoYXJBcnJbaW5kZXhdIDogJyd9fTwvYmxvY2s+XHJcblx0XHRcdFx0XHQ8YmxvY2sgdi1lbHNlPlxyXG5cdFx0XHRcdFx0XHQ8dGV4dCBjbGFzcz1cInUtZG90XCI+e3sgY2hhckFycltpbmRleF0gPyAn4pePJyA6ICcnfX08L3RleHQ+XHJcblx0XHRcdFx0XHQ8L2Jsb2NrPlxyXG5cdFx0XHRcdDwvdmlldz5cclxuXHRcdFx0PC92aWV3PlxyXG5cdFx0PC92aWV3PlxyXG5cdDwvdmlldz5cclxuPC90ZW1wbGF0ZT5cclxuXHJcbjxzY3JpcHQ+XHJcblx0LyoqXHJcblx0ICogbWVzc2FnZUlucHV0IOmqjOivgeeggei+k+WFpeahhlxyXG5cdCAqIEBkZXNjcmlwdGlvbiDor6Xnu4Tku7bkuIDoiKznlKjkuo7pqozor4HnlKjmiLfnn63kv6Hpqozor4HnoIHnmoTlnLrmma/vvIzkuZ/lj6/ku6Xnu5PlkIh1Vmlld+eahOmUruebmOe7hOS7tuS9v+eUqFxyXG5cdCAqIEB0dXRvcmlhbCBodHRwczovL3d3dy51dmlld3VpLmNvbS9jb21wb25lbnRzL21lc3NhZ2VJbnB1dC5odG1sXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmcgTnVtYmVyfSBtYXhsZW5ndGgg6L6T5YWl5a2X56ym5Liq5pWw77yI6buY6K6kNO+8iVxyXG5cdCAqIEBwcm9wZXJ0eSB7Qm9vbGVhbn0gZG90LWZpbGwg5piv5ZCm55So5ZyG54K55aGr5YWF77yI6buY6K6kZmFsc2XvvIlcclxuXHQgKiBAcHJvcGVydHkge1N0cmluZ30gbW9kZSDmqKHlvI/pgInmi6nvvIzop4HkuIrmlrlcIuWfuuacrOS9v+eUqFwi6K+05piO77yI6buY6K6kYm9477yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmcgTnVtYmVyfSB2YWx1ZSDpooTnva7lgLxcclxuXHQgKiBAcHJvcGVydHkge0Jvb2xlYW59IGJyZWF0aGUg5piv5ZCm5byA5ZCv5ZG85ZC45pWI5p6c77yM6KeB5LiK5pa56K+05piO77yI6buY6K6kdHJ1Ze+8iVxyXG5cdCAqIEBwcm9wZXJ0eSB7Qm9vbGVhbn0gZm9jdXMg5piv5ZCm6Ieq5Yqo6I635Y+W54Sm54K577yI6buY6K6kZmFsc2XvvIlcclxuXHQgKiBAcHJvcGVydHkge0Jvb2xlYW59IGJvbGQg5a2X5L2T5ZKM6L6T5YWl5qiq57q/5piv5ZCm5Yqg57KX77yI6buY6K6kdHJ1Ze+8iVxyXG5cdCAqIEBwcm9wZXJ0eSB7U3RyaW5nIE51bWJlcn0gZm9udC1zaXplIOWtl+S9k+Wkp+Wwj++8jOWNleS9jXJweO+8iOm7mOiupDYw77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmd9IGFjdGl2ZS1jb2xvciDlvZPliY3mv4DmtLvovpPlhaXmoYbnmoTmoLflvI/vvIjpu5jorqQjMjk3OWZm77yJXHJcblx0ICogQHByb3BlcnR5IHtTdHJpbmd9IGluYWN0aXZlLWNvbG9yIOmdnua/gOa0u+i+k+WFpeahhueahOagt+W8j++8jOaWh+Wtl+minOiJsuWQjOatpOWAvO+8iOm7mOiupCM2MDYyNjbvvIlcclxuXHQgKiBAcHJvcGVydHkge1N0cmluZyB8IE51bWJlcn0gd2lkdGgg6L6T5YWl5qGG5a695bqm77yM5Y2V5L2NcnB477yM6auY562J5LqO5a6977yI6buY6K6kODDvvIlcclxuXHQgKiBAcHJvcGVydHkge0Jvb2xlYW59IGRpc2FibGVkLWtleWJvYXJkIOemgeatoueCueWHu+i+k+WFpeahhuWUpOi1t+ezu+e7n+mUruebmO+8iOm7mOiupGZhbHNl77yJXHJcblx0ICogQGV2ZW50IHtGdW5jdGlvbn0gY2hhbmdlIOi+k+WFpeWGheWuueWPkeeUn+aUueWPmOaXtuinpuWPke+8jOWFt+S9k+ingeWumOe9keivtOaYjlxyXG5cdCAqIEBldmVudCB7RnVuY3Rpb259IGZpbmlzaCDovpPlhaXlrZfnrKbkuKrmlbDovr5tYXhsZW5ndGjlgLzml7bop6blj5HvvIzop4HlrpjnvZHor7TmmI5cclxuXHQgKiBAZXhhbXBsZSA8dS1tZXNzYWdlLWlucHV0IG1vZGU9XCJib3R0b21MaW5lXCI+PC91LW1lc3NhZ2UtaW5wdXQ+XHJcblx0ICovXHJcblx0ZXhwb3J0IGRlZmF1bHQge1xyXG5cdFx0bmFtZTogXCJ1LW1lc3NhZ2UtaW5wdXRcIixcclxuXHRcdHByb3BzOiB7XHJcblx0XHRcdC8vIOacgOWkp+i+k+WFpemVv+W6plxyXG5cdFx0XHRtYXhsZW5ndGg6IHtcclxuXHRcdFx0XHR0eXBlOiBbTnVtYmVyLCBTdHJpbmddLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IDRcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5piv5ZCm55So5ZyG54K55aGr5YWFXHJcblx0XHRcdGRvdEZpbGw6IHtcclxuXHRcdFx0XHR0eXBlOiBCb29sZWFuLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IGZhbHNlXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOaYvuekuuaooeW8j++8jGJveC3nm5LlrZDmqKHlvI/vvIxib3R0b21MaW5lLeaoque6v+WcqOW6lemDqOaooeW8j++8jG1pZGRsZUxpbmUt5qiq57q/5Zyo5Lit6YOo5qih5byPXHJcblx0XHRcdG1vZGU6IHtcclxuXHRcdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdFx0ZGVmYXVsdDogXCJib3hcIlxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDpooTnva7lgLxcclxuXHRcdFx0dmFsdWU6IHtcclxuXHRcdFx0XHR0eXBlOiBbU3RyaW5nLCBOdW1iZXJdLFxyXG5cdFx0XHRcdGRlZmF1bHQ6ICcnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOW9k+WJjea/gOa0u+i+k+WFpWl0ZW3vvIzmmK/lkKbluKbmnInlkbzlkLjmlYjmnpxcclxuXHRcdFx0YnJlYXRoZToge1xyXG5cdFx0XHRcdHR5cGU6IEJvb2xlYW4sXHJcblx0XHRcdFx0ZGVmYXVsdDogdHJ1ZVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDmmK/lkKboh6rliqjojrflj5bnhKbngrlcclxuXHRcdFx0Zm9jdXM6IHtcclxuXHRcdFx0XHR0eXBlOiBCb29sZWFuLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IGZhbHNlXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOWtl+S9k+aYr+WQpuWKoOeyl1xyXG5cdFx0XHRib2xkOiB7XHJcblx0XHRcdFx0dHlwZTogQm9vbGVhbixcclxuXHRcdFx0XHRkZWZhdWx0OiBmYWxzZVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDlrZfkvZPlpKflsI9cclxuXHRcdFx0Zm9udFNpemU6IHtcclxuXHRcdFx0XHR0eXBlOiBbU3RyaW5nLCBOdW1iZXJdLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IDYwXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOa/gOa0u+agt+W8j1xyXG5cdFx0XHRhY3RpdmVDb2xvcjoge1xyXG5cdFx0XHRcdHR5cGU6IFN0cmluZyxcclxuXHRcdFx0XHRkZWZhdWx0OiAnIzI5NzlmZidcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5pyq5r+A5rS755qE5qC35byPXHJcblx0XHRcdGluYWN0aXZlQ29sb3I6IHtcclxuXHRcdFx0XHR0eXBlOiBTdHJpbmcsXHJcblx0XHRcdFx0ZGVmYXVsdDogJyM2MDYyNjYnXHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOi+k+WFpeahhueahOWkp+Wwj++8jOWNleS9jXJweO+8jOWuveetieS6jumrmFxyXG5cdFx0XHR3aWR0aDoge1xyXG5cdFx0XHRcdHR5cGU6IFtOdW1iZXIsIFN0cmluZ10sXHJcblx0XHRcdFx0ZGVmYXVsdDogJzgwJ1xyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDmmK/lkKbpmpDol4/ljp/nlJ/plK7nm5jvvIzlpoLmnpzmg7PnlKjoh6rlrprkuYnplK7nm5jnmoTor53vvIzpnIDorr7nva7mraTlj4LmlbDkuLp0cnVlXHJcblx0XHRcdGRpc2FibGVkS2V5Ym9hcmQ6IHtcclxuXHRcdFx0XHR0eXBlOiBCb29sZWFuLFxyXG5cdFx0XHRcdGRlZmF1bHQ6IGZhbHNlXHJcblx0XHRcdH1cclxuXHRcdH0sXHJcblx0XHR3YXRjaDoge1xyXG5cdFx0XHQvLyBtYXhsZW5ndGg6IHtcclxuXHRcdFx0Ly8gXHQvLyDmraTlgLzorr7nva7kuLp0cnVl77yM5Lya5Zyo57uE5Lu25Yqg6L295ZCO5peg6ZyAbWF4bGVuZ3Ro5Y+Y5YyW5bCx5Lya5omn6KGM5LiA5qyh5pys55uR5ZCs5Ye95pWw77yM5peg6ZyA5YaNY3JlYXRlZOeUn+WRveWRqOacn+S4reWkhOeQhlxyXG5cdFx0XHQvLyBcdGltbWVkaWF0ZTogdHJ1ZSxcclxuXHRcdFx0Ly8gXHRoYW5kbGVyKHZhbCkge1xyXG5cdFx0XHQvLyBcdFx0dGhpcy5tYXhsZW5ndGggPSBOdW1iZXIodmFsKTtcclxuXHRcdFx0Ly8gXHR9XHJcblx0XHRcdC8vIH0sIFxyXG5cdFx0XHR2YWx1ZToge1xyXG5cdFx0XHRcdGltbWVkaWF0ZTogdHJ1ZSxcclxuXHRcdFx0XHRoYW5kbGVyKHZhbCkge1xyXG5cdFx0XHRcdFx0Ly8g6L2s5Li65a2X56ym5LiyXHJcblx0XHRcdFx0XHR2YWwgPSBTdHJpbmcodmFsKTtcclxuXHRcdFx0XHRcdC8vIOi2heWHuumDqOWIhuaIquaOiVxyXG5cdFx0XHRcdFx0dGhpcy52YWx1ZU1vZGVsID0gdmFsLnN1YnN0cmluZygwLCB0aGlzLm1heGxlbmd0aCk7XHJcblx0XHRcdFx0fVxyXG5cdFx0XHR9LFxyXG5cdFx0fSxcclxuXHRcdGRhdGEoKSB7XHJcblx0XHRcdHJldHVybiB7XHJcblx0XHRcdFx0dmFsdWVNb2RlbDogXCJcIlxyXG5cdFx0XHR9XHJcblx0XHR9LFxyXG5cdFx0Y29tcHV0ZWQ6IHtcclxuXHRcdFx0Ly8g5piv5ZCm5pi+56S65ZG85ZC454Gv5pWI5p6cXHJcblx0XHRcdGFuaW1hdGlvbkNsYXNzKCkge1xyXG5cdFx0XHRcdHJldHVybiAoaW5kZXgpID0+IHtcclxuXHRcdFx0XHRcdGlmICh0aGlzLmJyZWF0aGUgJiYgdGhpcy5jaGFyQXJyLmxlbmd0aCA9PSBpbmRleCkgcmV0dXJuICd1LWJyZWF0aGUnO1xyXG5cdFx0XHRcdFx0ZWxzZSByZXR1cm4gJyc7XHJcblx0XHRcdFx0fVxyXG5cdFx0XHR9LFxyXG5cdFx0XHQvLyDnlKjkuo7mmL7npLrlrZfnrKZcclxuXHRcdFx0Y2hhckFycigpIHtcclxuXHRcdFx0XHJcblx0XHRcdFx0XHRyZXR1cm4gdGhpcy52YWx1ZU1vZGVsLnNwbGl0KCcnKTtcclxuXHRcdFx0fSxcclxuXHRcdFx0Y2hhckFyckxlbmd0aCgpIHtcclxuXHRcdFx0XHRyZXR1cm4gdGhpcy5jaGFyQXJyLmxlbmd0aDtcclxuXHRcdFx0fSxcclxuXHRcdFx0Ly8g5qC55o2u6ZW/5bqm77yM5b6q546v6L6T5YWl5qGG55qE5Liq5pWw77yM5Zug5Li65aS05p2h5bCP56iL5bqP5pWw5YC85LiN6IO955So5LqOdi1mb3JcclxuXHRcdFx0bG9vcENoYXJBcnIoKSB7XHJcblx0XHRcdFx0cmV0dXJuIG5ldyBBcnJheSh0aGlzLm1heGxlbmd0aCk7XHJcblx0XHRcdH1cclxuXHRcdH0sXHJcblx0XHRtZXRob2RzOiB7XHJcblx0XHRcdGdldFZhbChlKSB7XHJcblx0XHRcdFx0bGV0IHtcclxuXHRcdFx0XHRcdHZhbHVlXHJcblx0XHRcdFx0fSA9IGUuZGV0YWlsXHJcblx0XHRcdFx0dGhpcy52YWx1ZU1vZGVsID0gdmFsdWU7XHJcblx0XHRcdFx0Y29uc29sZS5sb2codGhpcy52YWx1ZU1vZGVsICw3NzcpXHJcblx0XHRcdFx0Ly8g5Yik5pat6ZW/5bqm5piv5ZCm6LaF5Ye65LqGbWF4bGVuZ3Ro5YC877yM55CG6K665LiK5LiN5Lya5Y+R55Sf77yM5Zug5Li6aW5wdXTnu4Tku7borr7nva7kuoZtYXhsZW5ndGjlsZ7mgKflgLxcclxuXHRcdFx0XHRpZiAoU3RyaW5nKHZhbHVlKS5sZW5ndGggPiB0aGlzLm1heGxlbmd0aCkgcmV0dXJuO1xyXG5cdFx0XHRcdC8vIOacqui+vuWIsG1heGxlbmd0aOS5i+WJje+8jOWPkemAgWNoYW5nZeS6i+S7tu+8jOi+vuWIsOWQjuWPkemAgWZpbmlzaOS6i+S7tlxyXG5cdFx0XHRcdHRoaXMuJGVtaXQoJ2NoYW5nZScsIHZhbHVlKTtcclxuXHRcdFx0XHRpZiAoU3RyaW5nKHZhbHVlKS5sZW5ndGggPT0gdGhpcy5tYXhsZW5ndGgpIHtcclxuXHRcdFx0XHRcdHRoaXMuJGVtaXQoJ2ZpbmlzaCcsIHZhbHVlKTtcclxuXHRcdFx0XHR9XHJcblx0XHRcdH1cclxuXHRcdH1cclxuXHR9XHJcbjwvc2NyaXB0PlxyXG5cclxuPHN0eWxlIHNjb3BlZCBsYW5nPVwic2Nzc1wiPlxyXG5cdEBpbXBvcnQgXCIuLi8uLi9saWJzL2Nzcy9zdHlsZS5jb21wb25lbnRzLnNjc3NcIjtcclxuXHJcblx0QGtleWZyYW1lcyBicmVhdGhlIHtcclxuXHRcdDAlIHtcclxuXHRcdFx0b3BhY2l0eTogMC4zO1xyXG5cdFx0fVxyXG5cclxuXHRcdDUwJSB7XHJcblx0XHRcdG9wYWNpdHk6IDE7XHJcblx0XHR9XHJcblxyXG5cdFx0MTAwJSB7XHJcblx0XHRcdG9wYWNpdHk6IDAuMztcclxuXHRcdH1cclxuXHR9XHJcblxyXG5cdC51LWNoYXItYm94IHtcclxuXHRcdHRleHQtYWxpZ246IGNlbnRlcjtcclxuXHR9XHJcblxyXG5cdC51LWNoYXItZmxleCB7XHJcblx0XHRAaW5jbHVkZSB2dWUtZmxleDtcclxuXHRcdGp1c3RpZnktY29udGVudDogY2VudGVyO1xyXG5cdFx0ZmxleC13cmFwOiB3cmFwO1xyXG5cdFx0cG9zaXRpb246IHJlbGF0aXZlO1xyXG5cdH1cclxuXHJcblx0LnUtaW5wdXQge1xyXG5cdFx0cG9zaXRpb246IGFic29sdXRlO1xyXG5cdFx0dG9wOiAwO1xyXG5cdFx0bGVmdDogLTEwMCU7XHJcblx0XHR3aWR0aDogMjAwJTtcclxuXHRcdGhlaWdodDogMTAwJTtcclxuXHRcdHRleHQtYWxpZ246IGxlZnQ7XHJcblx0XHR6LWluZGV4OiA5O1xyXG5cdFx0b3BhY2l0eTogMDtcclxuXHRcdGJhY2tncm91bmQ6IG5vbmU7XHJcblx0fVxyXG5cclxuXHQudS1jaGFyLWl0ZW0ge1xyXG5cdFx0cG9zaXRpb246IHJlbGF0aXZlO1xyXG5cdFx0d2lkdGg6IDkwcnB4O1xyXG5cdFx0aGVpZ2h0OiA5MHJweDtcclxuXHRcdG1hcmdpbjogMTBycHggMTBycHg7XHJcblx0XHRmb250LXNpemU6IDYwcnB4O1xyXG5cdFx0Zm9udC13ZWlnaHQ6IGJvbGQ7XHJcblx0XHRjb2xvcjogJHUtbWFpbi1jb2xvcjtcclxuXHRcdGxpbmUtaGVpZ2h0OiA5MHJweDtcclxuXHRcdEBpbmNsdWRlIHZ1ZS1mbGV4O1xyXG5cdFx0anVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcblx0XHRhbGlnbi1pdGVtczogY2VudGVyO1xyXG5cdH1cclxuXHJcblx0LnUtbWlkZGxlLWxpbmUge1xyXG5cdFx0Ym9yZGVyOiBub25lO1xyXG5cdH1cclxuXHJcblx0LnUtYm94IHtcclxuXHRcdGJveC1zaXppbmc6IGJvcmRlci1ib3g7XHJcblx0XHRib3JkZXI6IDJycHggc29saWQgI2NjY2NjYztcclxuXHRcdGJvcmRlci1yYWRpdXM6IDZycHg7XHJcblx0fVxyXG5cclxuXHQudS1ib3gtYWN0aXZlIHtcclxuXHRcdG92ZXJmbG93OiBoaWRkZW47XHJcblx0XHRhbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBlYXNlLWluLW91dDtcclxuXHRcdGFuaW1hdGlvbi1kdXJhdGlvbjogMTUwMG1zO1xyXG5cdFx0YW5pbWF0aW9uLWl0ZXJhdGlvbi1jb3VudDogaW5maW5pdGU7XHJcblx0XHRhbmltYXRpb24tZGlyZWN0aW9uOiBhbHRlcm5hdGU7XHJcblx0XHRib3JkZXI6IDJycHggc29saWQgJHUtdHlwZS1wcmltYXJ5O1xyXG5cdH1cclxuXHJcblx0LnUtbWlkZGxlLWxpbmUtYWN0aXZlIHtcclxuXHRcdGJhY2tncm91bmQ6ICR1LXR5cGUtcHJpbWFyeTtcclxuXHR9XHJcblxyXG5cdC51LWJyZWF0aGUge1xyXG5cdFx0YW5pbWF0aW9uOiBicmVhdGhlIDJzIGluZmluaXRlIGVhc2U7XHJcblx0fVxyXG5cclxuXHQudS1wbGFjZWhvbGRlci1saW5lIHtcclxuXHRcdC8qICNpZm5kZWYgQVBQLU5WVUUgKi9cclxuXHRcdGRpc3BsYXk6IG5vbmU7XHJcblx0XHQvKiAjZW5kaWYgKi9cclxuXHRcdHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuXHRcdGxlZnQ6IDUwJTtcclxuXHRcdHRvcDogNTAlO1xyXG5cdFx0dHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgLTUwJSk7XHJcblx0XHR3aWR0aDogMnJweDtcclxuXHRcdGhlaWdodDogNDBycHg7XHJcblx0XHRiYWNrZ3JvdW5kOiAjMzMzMzMzO1xyXG5cdFx0YW5pbWF0aW9uOiB0d2lua2xpbmcgMS41cyBpbmZpbml0ZSBlYXNlO1xyXG5cdH1cclxuXHJcblx0LnUtYW5pbWF0aW9uLWJyZWF0aGUge1xyXG5cdFx0YW5pbWF0aW9uLW5hbWU6IGJyZWF0aGU7XHJcblx0fVxyXG5cclxuXHQudS1kb3Qge1xyXG5cdFx0Zm9udC1zaXplOiAzNHJweDtcclxuXHRcdGxpbmUtaGVpZ2h0OiAzNHJweDtcclxuXHR9XHJcblxyXG5cdC51LW1pZGRsZS1saW5lIHtcclxuXHRcdGhlaWdodDogNHB4O1xyXG5cdFx0YmFja2dyb3VuZDogIzAwMDAwMDtcclxuXHRcdHdpZHRoOiA4MCU7XHJcblx0XHRwb3NpdGlvbjogYWJzb2x1dGU7XHJcblx0XHRib3JkZXItcmFkaXVzOiAycHg7XHJcblx0XHR0b3A6IDUwJTtcclxuXHRcdGxlZnQ6IDUwJTtcclxuXHRcdHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIC01MCUpO1xyXG5cdH1cclxuXHJcblx0LnUtYnV0dG9tLWxpbmUtYWN0aXZlIHtcclxuXHRcdGJhY2tncm91bmQ6ICR1LXR5cGUtcHJpbWFyeTtcclxuXHR9XHJcblxyXG5cdC51LWJvdHRvbS1saW5lIHtcclxuXHRcdGhlaWdodDogNHB4O1xyXG5cdFx0YmFja2dyb3VuZDogIzAwMDAwMDtcclxuXHRcdHdpZHRoOiA4MCU7XHJcblx0XHRwb3NpdGlvbjogYWJzb2x1dGU7XHJcblx0XHRib3JkZXItcmFkaXVzOiAycHg7XHJcblx0XHRib3R0b206IDA7XHJcblx0XHRsZWZ0OiA1MCU7XHJcblx0XHR0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlKTtcclxuXHR9XHJcbjwvc3R5bGU+XHJcbiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///657\n");
/***/ }),
-/* 678 */
-/*!*************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/backUp/transPawKey/index.vue?vue&type=script&lang=js&mpType=page ***!
- \*************************************************************************************************************************/
+/* 658 */
+/*!***************************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/backUp/transPawMan/index.vue?vue&type=script&lang=js&mpType=page ***!
+ \***************************************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=script&lang=js&mpType=page */ 679);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQXdqQixDQUFnQixza0JBQUcsRUFBQyIsImZpbGUiOiI2NzguanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIS4uLy4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL2JhYmVsLWxvYWRlci9saWIvaW5kZXguanMhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyL2luZGV4LmpzPz9yZWYtLTYtMSEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stdW5pLWFwcC1sb2FkZXIvdXNpbmctY29tcG9uZW50cy5qcyEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL2luZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIjsgZXhwb3J0IGRlZmF1bHQgbW9kOyBleHBvcnQgKiBmcm9tIFwiLSEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9iYWJlbC1sb2FkZXIvbGliL2luZGV4LmpzIS4uLy4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlci9pbmRleC5qcz8/cmVmLS02LTEhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXVuaS1hcHAtbG9hZGVyL3VzaW5nLWNvbXBvbmVudHMuanMhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9pbmRleC5qcz8/dnVlLWxvYWRlci1vcHRpb25zIS4vaW5kZXgudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJm1wVHlwZT1wYWdlXCIiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///678\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=script&lang=js&mpType=page */ 659);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQXVtQixDQUFnQixzb0JBQUcsRUFBQyIsImZpbGUiOiI2NTguanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiOyBleHBvcnQgZGVmYXVsdCBtb2Q7IGV4cG9ydCAqIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///658\n");
/***/ }),
-/* 679 */
-/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/pages/menu/backUp/transPawKey/index.vue?vue&type=script&lang=js&mpType=page ***!
- \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 659 */
+/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/pages/menu/backUp/transPawMan/index.vue?vue&type=script&lang=js&mpType=page ***!
+ \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar _navigation = _interopRequireDefault(__webpack_require__(/*! @/components/navigation/navigation.vue */ 551));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };} //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nvar _default = { data: function data() {return { password: '', password2: '', msg: '', msgLength: 0, fes: false, borNum: true, borNum2: false, info: false, word: {}, walletInfo: {}, btcBalance: 0, ethBbalance: 0, trxBbalance: 0 };}, watch: {}, computed: { i18n: function i18n() {return this.$t('index');} }, methods: { // 删除密码触发\n back: function back(e) {if (e.length < 6) {this.info = false;}}, finish2: function finish2(e) {if (this.password != e) {this.info = true;return;} else {\n\n // 私鑰創建\n var createWalletName = uni.getStorageSync('createWalletName');\n var privateKey = uni.getStorageSync('privateKey');\n uni.setStorageSync('privateKey', this.wordInfo);\n try {\n this.$walletUtil.privateKeyEstablishWallet(createWalletName, privateKey, this.password);\n uni.showToast({\n title: this.$t('index').Setsuccessfully,\n icon: 'success',\n duration: 1500 });\n\n setTimeout(function () {\n uni.navigateTo({\n url: '../../wallet/index' });\n\n }, 1500);\n }\n catch (err) {\n __f__(\"log\", err, 11, \" at pages/menu/backUp/transPawKey/index.vue:101\");\n uni.showToast({\n title: this.$t('index').Creationfailed,\n icon: 'none',\n duration: 1500 });\n\n\n }\n\n\n\n this.info = false;\n }\n\n },\n // 第一次存密码\n finish: function finish(e) {\n this.password = e;\n var that = this;\n that.borNum = false;\n that.borNum2 = false;\n\n setTimeout(function () {\n that.borNum2 = true;\n }, 50);\n\n } },\n\n onLoad: function onLoad() {\n\n } };exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 33)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vcGFnZXMvbWVudS9iYWNrVXAvdHJhbnNQYXdLZXkvaW5kZXgudnVlIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUF3Q0EsaUg7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztlQUNBLEVBQ0EsSUFEQSxrQkFDQSxDQUNBLFNBQ0EsWUFEQSxFQUVBLGFBRkEsRUFHQSxPQUhBLEVBSUEsWUFKQSxFQUtBLFVBTEEsRUFNQSxZQU5BLEVBT0EsY0FQQSxFQVFBLFdBUkEsRUFTQSxRQVRBLEVBVUEsY0FWQSxFQVdBLGFBWEEsRUFZQSxjQVpBLEVBYUEsY0FiQSxHQWVBLENBakJBLEVBa0JBLFNBbEJBLEVBcUJBLFlBQ0EsSUFEQSxrQkFDQSxDQUNBLHdCQUNBLENBSEEsRUFyQkEsRUEwQkEsV0FHQTtBQUNBLFFBSkEsZ0JBSUEsQ0FKQSxFQUlBLENBQ0EsbUJBQ0Esa0JBQ0EsQ0FDQSxDQVJBLEVBU0EsT0FUQSxtQkFTQSxDQVRBLEVBU0EsQ0FDQSx5QkFDQSxpQkFDQSxPQUNBLENBSEEsTUFHQTs7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLG1EQURBO0FBRUEsMkJBRkE7QUFHQSwwQkFIQTs7QUFLQTtBQUNBO0FBQ0EsdUNBREE7O0FBR0EsV0FKQSxFQUlBLElBSkE7QUFLQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLGtEQURBO0FBRUEsd0JBRkE7QUFHQSwwQkFIQTs7O0FBTUE7Ozs7QUFJQTtBQUNBOztBQUVBLEtBL0NBO0FBZ0RBO0FBQ0EsVUFqREEsa0JBaURBLENBakRBLEVBaURBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBLE9BRkEsRUFFQSxFQUZBOztBQUlBLEtBM0RBLEVBMUJBOztBQXVGQSxRQXZGQSxvQkF1RkE7O0FBRUEsR0F6RkEsRSIsImZpbGUiOiI2NzkuanMiLCJzb3VyY2VzQ29udGVudCI6WyI8dGVtcGxhdGU+XHJcblx0PHZpZXcgY2xhc3M9XCJcIj5cclxuXHRcdDxuYXZpZ2F0aW9uIDpzaG93QmFjaz1cInRydWVcIiA6YmdudW09XCJmYWxzZVwiPlxyXG5cdFx0XHQ8dGV4dCBjbGFzcz1cImJpZ190aXRsZVwiPlxyXG5cdFx0XHRcdHt7aTE4bi50cmFuc1Bhd319XHJcblx0XHRcdDwvdGV4dD5cclxuXHRcdDwvbmF2aWdhdGlvbj5cclxuXHRcdDx2aWV3IGNsYXNzPVwibWFpblwiPlxyXG5cdFx0XHQ8dmlldyBjbGFzcz1cImJpZ190aXRsZVwiIHYtaWY9XCJib3JOdW1cIj5cclxuXHRcdFx0XHR7e2kxOG4uc2V0dHJhbnNQYXd9fVxyXG5cdFx0XHRcdFxyXG5cdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdDx2aWV3IGNsYXNzPVwiYmlnX3RpdGxlXCIgdi1pZj1cImJvck51bTJcIj5cclxuXHRcdFx0e3tpMThuLnRyYW5zUGF3QWdhaW59fVxyXG5cdFx0XHQ8L3ZpZXc+XHJcblx0XHRcdDx2aWV3IGNsYXNzPVwidGl0bGVcIj5cclxuXHRcdFx0XHR7e2kxOG4uU2VjdXJldHJhbnNhY3Rpb259fTxicj57e2kxOG4uU2VjdXJldHJhbnNhY3Rpb24yfX1cclxuXHRcdFx0PC92aWV3PlxyXG5cdFx0XHQ8dS1tZXNzYWdlLWlucHV0IEBmaW5pc2g9XCJmaW5pc2hcIiBpbmFjdGl2ZS1jb2xvcj1cIiNFMEU1RjJcIiBhY3RpdmUtY29sb3I9XCIjNUI1M0ZGXCIgOndpZHRoPVwiOTRcIiA6bWF4bGVuZ3RoPVwiNlwiXHJcblx0XHRcdFx0bW9kZT1cImJveFwiIDpmb2N1cz1cImZlc1wiIDpkb3QtZmlsbD1cInRydWVcIiB2LWlmPVwiYm9yTnVtXCI+PC91LW1lc3NhZ2UtaW5wdXQ+XHJcblx0XHRcdDx1LW1lc3NhZ2UtaW5wdXQgQGZpbmlzaD1cImZpbmlzaDJcIiA6aW5hY3RpdmUtY29sb3I9XCJpbmZvPycjRjE2MDYzJzonI0UwRTVGMidcIiBhY3RpdmUtY29sb3I9XCIjNUI1M0ZGXCJcclxuXHRcdFx0XHQ6d2lkdGg9XCI5NFwiIDptYXhsZW5ndGg9XCI2XCIgbW9kZT1cImJveFwiIDpmb2N1cz1cImZlc1wiIDpkb3QtZmlsbD1cInRydWVcIiB2LWlmPVwiYm9yTnVtMlwiIEBjaGFuZ2U9XCJiYWNrXCI+XHJcblx0XHRcdDwvdS1tZXNzYWdlLWlucHV0PlxyXG5cclxuXHRcdFx0PHZpZXcgY2xhc3M9XCJpbmZvVGV4dFwiIHYtaWY9XCJpbmZvXCI+XHJcblx0XHRcdFx0e3tpMThuLlBhc3N3b3JkZGlzY3JlcGFuc2llc319XHJcblx0XHRcdDwvdmlldz5cclxuXHJcblx0XHQ8L3ZpZXc+XHJcblxyXG5cclxuXHJcblx0PC92aWV3PlxyXG5cdDwvdmlldz5cclxuXHJcblxyXG5cclxuPC90ZW1wbGF0ZT5cclxuXHJcbjxzY3JpcHQ+XHJcblx0aW1wb3J0IGNvbnQgZnJvbSBcIkAvY29tcG9uZW50cy9uYXZpZ2F0aW9uL25hdmlnYXRpb24udnVlXCJcclxuXHRleHBvcnQgZGVmYXVsdCB7XHJcblx0XHRkYXRhKCkge1xyXG5cdFx0XHRyZXR1cm4ge1xyXG5cdFx0XHRcdHBhc3N3b3JkOiAnJyxcclxuXHRcdFx0XHRwYXNzd29yZDI6ICcnLFxyXG5cdFx0XHRcdG1zZzogJycsXHJcblx0XHRcdFx0bXNnTGVuZ3RoOiAwLFxyXG5cdFx0XHRcdGZlczogZmFsc2UsXHJcblx0XHRcdFx0Ym9yTnVtOiB0cnVlLFxyXG5cdFx0XHRcdGJvck51bTI6IGZhbHNlLFxyXG5cdFx0XHRcdGluZm86IGZhbHNlLFxyXG5cdFx0XHRcdHdvcmQ6IHt9LFxyXG5cdFx0XHRcdHdhbGxldEluZm86IHt9LFxyXG5cdFx0XHRcdGJ0Y0JhbGFuY2U6IDAsXHJcblx0XHRcdFx0ZXRoQmJhbGFuY2U6IDAsXHJcblx0XHRcdFx0dHJ4QmJhbGFuY2U6IDAsXHJcblx0XHRcdH1cclxuXHRcdH0sXHJcblx0XHR3YXRjaDoge1xyXG5cclxuXHRcdH0sXHJcbmNvbXB1dGVkOiB7XHJcblx0XHRcdFx0XHRcdGkxOG4oKSB7XHJcblx0XHRcdFx0XHRcdFx0cmV0dXJuIHRoaXMuJHQoJ2luZGV4JylcclxuXHRcdFx0XHRcdFx0fSxcclxuXHRcdFx0XHRcdH0sXHJcblx0XHRtZXRob2RzOiB7XHJcblx0XHJcblxyXG5cdFx0XHQvLyDliKDpmaTlr4bnoIHop6blj5FcclxuXHRcdFx0YmFjayhlKSB7XHJcblx0XHRcdFx0aWYgKGUubGVuZ3RoIDwgNikge1xyXG5cdFx0XHRcdFx0dGhpcy5pbmZvID0gZmFsc2U7XHJcblx0XHRcdFx0fVxyXG5cdFx0XHR9LFxyXG5cdFx0XHRmaW5pc2gyKGUpIHtcclxuXHRcdFx0XHRpZiAodGhpcy5wYXNzd29yZCAhPSBlKSB7XHJcblx0XHRcdFx0XHR0aGlzLmluZm8gPSB0cnVlO1xyXG5cdFx0XHRcdFx0cmV0dXJuO1xyXG5cdFx0XHRcdH0gZWxzZSB7XHJcblx0XHJcblx0XHRcdFx0Ly8g56eB6ZGw5Ym15bu6XHJcblx0XHR2YXIgY3JlYXRlV2FsbGV0TmFtZT0gdW5pLmdldFN0b3JhZ2VTeW5jKCdjcmVhdGVXYWxsZXROYW1lJylcclxuXHRcdHZhciBwcml2YXRlS2V5PSB1bmkuZ2V0U3RvcmFnZVN5bmMoJ3ByaXZhdGVLZXknKVxyXG5cdHVuaS5zZXRTdG9yYWdlU3luYygncHJpdmF0ZUtleScsIHRoaXMud29yZEluZm8pO1xyXG5cdHRyeSB7IFxyXG5cdCB0aGlzLiR3YWxsZXRVdGlsLnByaXZhdGVLZXlFc3RhYmxpc2hXYWxsZXQoY3JlYXRlV2FsbGV0TmFtZSxwcml2YXRlS2V5LHRoaXMucGFzc3dvcmQpO1xyXG5cdCBcdFx0XHR1bmkuc2hvd1RvYXN0KHtcclxuXHQgXHRcdFx0XHR0aXRsZTogdGhpcy4kdCgnaW5kZXgnKS5TZXRzdWNjZXNzZnVsbHksXHJcblx0IFx0XHRcdFx0aWNvbjogJ3N1Y2Nlc3MnLFxyXG5cdCBcdFx0XHRcdGR1cmF0aW9uOiAxNTAwLFxyXG5cdCBcdFx0XHR9KVxyXG5cdCBcdFx0XHRzZXRUaW1lb3V0KCgpID0+IHtcclxuXHQgXHRcdFx0XHR1bmkubmF2aWdhdGVUbyh7XHJcblx0IFx0XHRcdFx0XHR1cmw6ICcuLi8uLi93YWxsZXQvaW5kZXgnXHJcblx0IFx0XHRcdFx0fSlcclxuXHQgXHRcdFx0fSwgMTUwMClcclxuXHR9XHJcblx0Y2F0Y2goZXJyKXtcclxuXHRcdGNvbnNvbGUubG9nKGVyciwxMSlcclxuXHQgICB1bmkuc2hvd1RvYXN0KHtcclxuXHQgICBcdHRpdGxlOiB0aGlzLiR0KCdpbmRleCcpLkNyZWF0aW9uZmFpbGVkLFxyXG5cdCAgIFx0aWNvbjogJ25vbmUnLFxyXG5cdCAgIFx0ZHVyYXRpb246IDE1MDAsXHJcblx0ICAgfSlcclxuXHQgICBcclxuXHR9XHJcblx0XHQgXHJcblx0XHRcdFx0XHJcblx0XHRcdFx0XHJcblx0XHRcdFx0XHR0aGlzLmluZm8gPSBmYWxzZTtcclxuXHRcdFx0XHR9XHJcblx0XHRcdFx0XHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOesrOS4gOasoeWtmOWvhueggVxyXG5cdFx0XHRmaW5pc2goZSkge1xyXG5cdFx0XHRcdHRoaXMucGFzc3dvcmQgPSBlXHJcblx0XHRcdFx0dmFyIHRoYXQgPSB0aGlzO1xyXG5cdFx0XHRcdHRoYXQuYm9yTnVtID0gZmFsc2U7XHJcblx0XHRcdFx0dGhhdC5ib3JOdW0yID0gZmFsc2U7XHJcblx0XHRcdFxyXG5cdFx0XHRcdHNldFRpbWVvdXQoKCkgPT4ge1xyXG5cdFx0XHRcdFx0dGhhdC5ib3JOdW0yID0gdHJ1ZTtcclxuXHRcdFx0XHR9LCA1MClcclxuXHJcblx0XHRcdH0sXHJcblx0XHR9LFxyXG5cdFx0b25Mb2FkKCkge1xyXG5cclxuXHRcdH1cclxuXHR9O1xyXG48L3NjcmlwdD5cclxuPHN0eWxlIHNjb3BlZD5cclxuXHJcbjwvc3R5bGU+XHJcblxyXG48c3R5bGU+XHJcblx0QGltcG9ydCAnLi9pbmRleC5jc3MnO1xyXG48L3N0eWxlPlxyXG4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///679\n");
+eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar _navigation = _interopRequireDefault(__webpack_require__(/*! @/components/navigation/navigation.vue */ 523));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };} //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nvar _default = { data: function data() {return { password: '', msg: '', msgLength: 0, fes: false, borNum: true, borNum2: false, info: false, word: {}, walletInfo: {}, userObj: {} };}, watch: {}, computed: { i18n: function i18n() {return this.$t('index');} }, methods: { // 删除触发\n back: function back(e) {if (e.length < 6) {this.info = false;}},\n // 比较\n // 第一次存密码\n finish: function finish(e) {\n this.password = e;\n var that = this;\n if (e != this.userObj.password) {\n this.info = true;\n } else {\n uni.showToast({\n title: this.$t('index').correct,\n icon: 'success',\n duration: 1500 });\n\n __f__(\"log\", this.userObj.mnemonic, 55555, \" at pages/menu/backUp/transPawMan/index.vue:75\");\n uni.setStorageSync('word', this.userObj.mnemonic);\n setTimeout(function () {\n uni.navigateTo({\n url: '../backUpWord/index' });\n\n\n }, 1500);\n }\n\n } },\n\n onLoad: function onLoad() {\n this.userObj = uni.getStorageSync('backWordInfo');\n } };exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 28)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vcGFnZXMvbWVudS9iYWNrVXAvdHJhbnNQYXdNYW4vaW5kZXgudnVlIl0sIm5hbWVzIjpbImRhdGEiLCJwYXNzd29yZCIsIm1zZyIsIm1zZ0xlbmd0aCIsImZlcyIsImJvck51bSIsImJvck51bTIiLCJpbmZvIiwid29yZCIsIndhbGxldEluZm8iLCJ1c2VyT2JqIiwid2F0Y2giLCJjb21wdXRlZCIsImkxOG4iLCIkdCIsIm1ldGhvZHMiLCJiYWNrIiwiZSIsImxlbmd0aCIsImZpbmlzaCIsInRoYXQiLCJ1bmkiLCJzaG93VG9hc3QiLCJ0aXRsZSIsImNvcnJlY3QiLCJpY29uIiwiZHVyYXRpb24iLCJtbmVtb25pYyIsInNldFN0b3JhZ2VTeW5jIiwic2V0VGltZW91dCIsIm5hdmlnYXRlVG8iLCJ1cmwiLCJvbkxvYWQiLCJnZXRTdG9yYWdlU3luYyJdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBOEJDLGlILDhGQTlCRDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO2VBR2dCLEVBQ2RBLElBRGMsa0JBQ1AsQ0FDTixPQUFPLEVBQ1BDLFFBQVEsRUFBQyxFQURGLEVBRURDLEdBQUcsRUFBQyxFQUZILEVBR0RDLFNBQVMsRUFBQyxDQUhULEVBSVBDLEdBQUcsRUFBQyxLQUpHLEVBS1BDLE1BQU0sRUFBQyxJQUxBLEVBTVBDLE9BQU8sRUFBQyxLQU5ELEVBT1BDLElBQUksRUFBQyxLQVBFLEVBUVBDLElBQUksRUFBQyxFQVJFLEVBU1BDLFVBQVUsRUFBQyxFQVRKLEVBVVBDLE9BQU8sRUFBQyxFQVZELEVBQVAsQ0FZQSxDQWRhLEVBZWJDLEtBQUssRUFBQyxFQWZPLEVBa0JkQyxRQUFRLEVBQUUsRUFDVEMsSUFEUyxrQkFDRixDQUNOLE9BQU8sS0FBS0MsRUFBTCxDQUFRLE9BQVIsQ0FBUCxDQUNBLENBSFEsRUFsQkksRUF1QmRDLE9BQU8sRUFBRSxFQUNSO0FBQ0FDLFFBRlEsZ0JBRUhDLENBRkcsRUFFRCxDQUNOLElBQUdBLENBQUMsQ0FBQ0MsTUFBRixHQUFTLENBQVosRUFBYyxDQUNiLEtBQUtYLElBQUwsR0FBVSxLQUFWLENBQ0EsQ0FDRCxDQU5PO0FBT1I7QUFDRTtBQUNGWSxVQVRRLGtCQVNERixDQVRDLEVBU0U7QUFDVCxXQUFLaEIsUUFBTCxHQUFjZ0IsQ0FBZDtBQUNBLFVBQUlHLElBQUksR0FBQyxJQUFUO0FBQ0EsVUFBR0gsQ0FBQyxJQUFFLEtBQUtQLE9BQUwsQ0FBYVQsUUFBbkIsRUFBNEI7QUFDM0IsYUFBS00sSUFBTCxHQUFVLElBQVY7QUFDQSxPQUZELE1BRUs7QUFDSmMsV0FBRyxDQUFDQyxTQUFKLENBQWM7QUFDYkMsZUFBSyxFQUFFLEtBQUtULEVBQUwsQ0FBUSxPQUFSLEVBQWlCVSxPQURYO0FBRWJDLGNBQUksRUFBRSxTQUZPO0FBR2JDLGtCQUFRLEVBQUUsSUFIRyxFQUFkOztBQUtBLHFCQUFZLEtBQUtoQixPQUFMLENBQWFpQixRQUF6QixFQUFrQyxLQUFsQztBQUNBTixXQUFHLENBQUNPLGNBQUosQ0FBbUIsTUFBbkIsRUFBMEIsS0FBS2xCLE9BQUwsQ0FBYWlCLFFBQXZDO0FBQ0FFLGtCQUFVLENBQUMsWUFBSTtBQUNQUixhQUFHLENBQUNTLFVBQUosQ0FBZTtBQUNkQyxlQUFHLEVBQUMscUJBRFUsRUFBZjs7O0FBSVAsU0FMUyxFQUtSLElBTFEsQ0FBVjtBQU1BOztBQUVGLEtBOUJRLEVBdkJLOztBQXVEZkMsUUFBTSxFQUFFLGtCQUFXO0FBQ2pCLFNBQUt0QixPQUFMLEdBQWFXLEdBQUcsQ0FBQ1ksY0FBSixDQUFtQixjQUFuQixDQUFiO0FBQ0MsR0F6RFksRSIsImZpbGUiOiI2NTkuanMiLCJzb3VyY2VzQ29udGVudCI6WyIvL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cblxuXHRpbXBvcnQgY29udCBmcm9tIFwiQC9jb21wb25lbnRzL25hdmlnYXRpb24vbmF2aWdhdGlvbi52dWVcIlxuXHRleHBvcnQgZGVmYXVsdCB7XG5cdFx0ZGF0YSgpIHtcblx0XHRcdHJldHVybiB7XG5cdFx0XHRwYXNzd29yZDonJyxcblx0ICAgICAgICBtc2c6JycsXG5cdCAgICAgICAgbXNnTGVuZ3RoOjAsXG5cdFx0XHRmZXM6ZmFsc2UsXG5cdFx0XHRib3JOdW06dHJ1ZSxcblx0XHRcdGJvck51bTI6ZmFsc2UsXG5cdFx0XHRpbmZvOmZhbHNlLFxuXHRcdFx0d29yZDp7fSxcblx0XHRcdHdhbGxldEluZm86e30sXG5cdFx0XHR1c2VyT2JqOnt9LFxuXHRcdFx0fVxuXHRcdH0sXG5cdFx0IHdhdGNoOntcblx0XHQgICAgXG5cdFx0ICAgIH0sXG5cdFx0Y29tcHV0ZWQ6IHtcblx0XHRcdGkxOG4oKSB7XG5cdFx0XHRcdHJldHVybiB0aGlzLiR0KCdpbmRleCcpXG5cdFx0XHR9LFxuXHRcdH0sXG5cdFx0bWV0aG9kczoge1xuXHRcdFx0Ly8g5Yig6Zmk6Kem5Y+RXG5cdFx0XHRiYWNrKGUpe1xuXHRcdFx0XHRpZihlLmxlbmd0aDw2KXtcblx0XHRcdFx0XHR0aGlzLmluZm89ZmFsc2U7XG5cdFx0XHRcdH1cblx0XHRcdH0sXG5cdFx0XHQvLyDmr5TovoNcblx0XHRcdFx0XHQvLyDnrKzkuIDmrKHlrZjlr4bnoIFcblx0XHRcdGZpbmlzaChlKSB7XG5cdFx0XHRcdHRoaXMucGFzc3dvcmQ9ZVxuXHRcdFx0XHR2YXIgdGhhdD10aGlzO1xuXHRcdFx0XHRpZihlIT10aGlzLnVzZXJPYmoucGFzc3dvcmQpe1xuXHRcdFx0XHRcdHRoaXMuaW5mbz10cnVlXG5cdFx0XHRcdH1lbHNle1xuXHRcdFx0XHRcdHVuaS5zaG93VG9hc3Qoe1xuXHRcdFx0XHRcdFx0dGl0bGU6IHRoaXMuJHQoJ2luZGV4JykuY29ycmVjdCxcblx0XHRcdFx0XHRcdGljb246ICdzdWNjZXNzJyxcblx0XHRcdFx0XHRcdGR1cmF0aW9uOiAxNTAwLFxuXHRcdFx0XHRcdH0pXG5cdFx0XHRcdFx0Y29uc29sZS5sb2codGhpcy51c2VyT2JqLm1uZW1vbmljLDU1NTU1KVxuXHRcdFx0XHRcdHVuaS5zZXRTdG9yYWdlU3luYygnd29yZCcsdGhpcy51c2VyT2JqLm1uZW1vbmljLClcblx0XHRcdFx0XHRzZXRUaW1lb3V0KCgpPT57XG4gICAgICAgICAgICAgdW5pLm5hdmlnYXRlVG8oe1xuICAgICAgICAgICAgIFx0dXJsOicuLi9iYWNrVXBXb3JkL2luZGV4J1xuICAgICAgICAgICAgIH0pXG5cdFx0XHRcdFxuXHRcdFx0XHRcdH0sMTUwMClcblx0XHRcdFx0fVxuXHRcdFxuXHRcdH0sXG5cdFx0fSxcblx0b25Mb2FkOiBmdW5jdGlvbigpIHtcblx0XHRcdHRoaXMudXNlck9iaj11bmkuZ2V0U3RvcmFnZVN5bmMoJ2JhY2tXb3JkSW5mbycpXG5cdFx0XHR9XG5cdH07XG4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///659\n");
/***/ }),
-/* 680 */
-/*!****************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/backUp/transPawKeyOut/index.vue?mpType=page ***!
- \****************************************************************************************************/
+/* 660 */
+/*!***************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/backUp/transPawKey/index.vue?mpType=page ***!
+ \***************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_6e8afe54_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=6e8afe54&scoped=true&mpType=page */ 681);\n/* harmony import */ var _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js&mpType=page */ 683);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 7);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_6e8afe54_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_6e8afe54_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"6e8afe54\",\n null,\n false,\n _index_vue_vue_type_template_id_6e8afe54_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/menu/backUp/transPawKeyOut/index.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBeUk7QUFDekk7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ3NLO0FBQ3RLLGdCQUFnQiw2S0FBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSx1R0FBTTtBQUNSLEVBQUUsZ0hBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsMkdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNjgwLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9NmU4YWZlNTQmc2NvcGVkPXRydWUmbXBUeXBlPXBhZ2VcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiXG5leHBvcnQgKiBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9ydW50aW1lL2NvbXBvbmVudE5vcm1hbGl6ZXIuanNcIlxudmFyIGNvbXBvbmVudCA9IG5vcm1hbGl6ZXIoXG4gIHNjcmlwdCxcbiAgcmVuZGVyLFxuICBzdGF0aWNSZW5kZXJGbnMsXG4gIGZhbHNlLFxuICBudWxsLFxuICBcIjZlOGFmZTU0XCIsXG4gIG51bGwsXG4gIGZhbHNlLFxuICBjb21wb25lbnRzLFxuICByZW5kZXJqc1xuKVxuXG5jb21wb25lbnQub3B0aW9ucy5fX2ZpbGUgPSBcInBhZ2VzL21lbnUvYmFja1VwL3RyYW5zUGF3S2V5T3V0L2luZGV4LnZ1ZVwiXG5leHBvcnQgZGVmYXVsdCBjb21wb25lbnQuZXhwb3J0cyJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///680\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_192b0e64_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=192b0e64&scoped=true&mpType=page */ 661);\n/* harmony import */ var _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js&mpType=page */ 663);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_192b0e64_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_192b0e64_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"192b0e64\",\n null,\n false,\n _index_vue_vue_type_template_id_192b0e64_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/menu/backUp/transPawKey/index.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBeUk7QUFDekk7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSx1R0FBTTtBQUNSLEVBQUUsZ0hBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsMkdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNjYwLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9MTkyYjBlNjQmc2NvcGVkPXRydWUmbXBUeXBlPXBhZ2VcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiXG5leHBvcnQgKiBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXHJ1bnRpbWVcXFxcY29tcG9uZW50Tm9ybWFsaXplci5qc1wiXG52YXIgY29tcG9uZW50ID0gbm9ybWFsaXplcihcbiAgc2NyaXB0LFxuICByZW5kZXIsXG4gIHN0YXRpY1JlbmRlckZucyxcbiAgZmFsc2UsXG4gIG51bGwsXG4gIFwiMTkyYjBlNjRcIixcbiAgbnVsbCxcbiAgZmFsc2UsXG4gIGNvbXBvbmVudHMsXG4gIHJlbmRlcmpzXG4pXG5cbmNvbXBvbmVudC5vcHRpb25zLl9fZmlsZSA9IFwicGFnZXMvbWVudS9iYWNrVXAvdHJhbnNQYXdLZXkvaW5kZXgudnVlXCJcbmV4cG9ydCBkZWZhdWx0IGNvbXBvbmVudC5leHBvcnRzIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///660\n");
/***/ }),
-/* 681 */
-/*!**********************************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/backUp/transPawKeyOut/index.vue?vue&type=template&id=6e8afe54&scoped=true&mpType=page ***!
- \**********************************************************************************************************************************************/
+/* 661 */
+/*!*********************************************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/backUp/transPawKey/index.vue?vue&type=template&id=192b0e64&scoped=true&mpType=page ***!
+ \*********************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
-/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_6e8afe54_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=6e8afe54&scoped=true&mpType=page */ 682);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_6e8afe54_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_192b0e64_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=192b0e64&scoped=true&mpType=page */ 662);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_192b0e64_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_6e8afe54_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_192b0e64_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_6e8afe54_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_192b0e64_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_6e8afe54_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_192b0e64_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
/***/ }),
-/* 682 */
-/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/pages/menu/backUp/transPawKeyOut/index.vue?vue&type=template&id=6e8afe54&scoped=true&mpType=page ***!
- \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 662 */
+/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/pages/menu/backUp/transPawKey/index.vue?vue&type=template&id=192b0e64&scoped=true&mpType=page ***!
+ \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/*! exports provided: render, staticRenderFns, recyclableRender, components */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+
+"use strict";
+__webpack_require__.r(__webpack_exports__);
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "render", function() { return render; });
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return staticRenderFns; });
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return recyclableRender; });
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "components", function() { return components; });
+var components
+try {
+ components = {
+ navigation: __webpack_require__(/*! @/components/navigation/navigation.vue */ 523).default,
+ uMessageInput: __webpack_require__(/*! @/uview-ui/components/u-message-input/u-message-input.vue */ 653)
+ .default
+ }
+} catch (e) {
+ if (
+ e.message.indexOf("Cannot find module") !== -1 &&
+ e.message.indexOf(".vue") !== -1
+ ) {
+ console.error(e.message)
+ console.error("1. 排查组件名称拼写是否正确")
+ console.error(
+ "2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"
+ )
+ console.error(
+ "3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件"
+ )
+ } else {
+ throw e
+ }
+}
+var render = function() {
+ var _vm = this
+ var _h = _vm.$createElement
+ var _c = _vm._self._c || _h
+ return _c(
+ "view",
+ [
+ _c("navigation", { attrs: { showBack: true, bgnum: false, _i: 1 } }, [
+ _c(
+ "text",
+ { staticClass: _vm._$s(2, "sc", "big_title"), attrs: { _i: 2 } },
+ [_vm._v(_vm._$s(2, "t0-0", _vm._s(_vm.i18n.transPaw)))]
+ )
+ ]),
+ _c(
+ "view",
+ { staticClass: _vm._$s(3, "sc", "main"), attrs: { _i: 3 } },
+ [
+ _vm._$s(4, "i", _vm.borNum)
+ ? _c(
+ "view",
+ {
+ staticClass: _vm._$s(4, "sc", "big_title"),
+ attrs: { _i: 4 }
+ },
+ [_vm._v(_vm._$s(4, "t0-0", _vm._s(_vm.i18n.settransPaw)))]
+ )
+ : _vm._e(),
+ _vm._$s(5, "i", _vm.borNum2)
+ ? _c(
+ "view",
+ {
+ staticClass: _vm._$s(5, "sc", "big_title"),
+ attrs: { _i: 5 }
+ },
+ [_vm._v(_vm._$s(5, "t0-0", _vm._s(_vm.i18n.transPawAgain)))]
+ )
+ : _vm._e(),
+ _c(
+ "view",
+ { staticClass: _vm._$s(6, "sc", "title"), attrs: { _i: 6 } },
+ [
+ _vm._v(_vm._$s(6, "t0-0", _vm._s(_vm.i18n.Securetransaction))),
+ _c("br"),
+ _vm._v(_vm._$s(6, "t2-0", _vm._s(_vm.i18n.Securetransaction2)))
+ ]
+ ),
+ _vm._$s(8, "i", _vm.borNum)
+ ? _c("u-message-input", {
+ attrs: {
+ "inactive-color": "#E0E5F2",
+ "active-color": "#5B53FF",
+ width: 94,
+ maxlength: 6,
+ mode: "box",
+ focus: _vm.fes,
+ "dot-fill": true,
+ _i: 8
+ },
+ on: { finish: _vm.finish }
+ })
+ : _vm._e(),
+ _vm._$s(9, "i", _vm.borNum2)
+ ? _c("u-message-input", {
+ attrs: {
+ "inactive-color": _vm.info ? "#F16063" : "#E0E5F2",
+ "active-color": "#5B53FF",
+ width: 94,
+ maxlength: 6,
+ mode: "box",
+ focus: _vm.fes,
+ "dot-fill": true,
+ _i: 9
+ },
+ on: { finish: _vm.finish2, change: _vm.back }
+ })
+ : _vm._e(),
+ _vm._$s(10, "i", _vm.info)
+ ? _c(
+ "view",
+ {
+ staticClass: _vm._$s(10, "sc", "infoText"),
+ attrs: { _i: 10 }
+ },
+ [
+ _vm._v(
+ _vm._$s(10, "t0-0", _vm._s(_vm.i18n.Passworddiscrepansies))
+ )
+ ]
+ )
+ : _vm._e()
+ ],
+ 1
+ )
+ ],
+ 1
+ )
+}
+var recyclableRender = false
+var staticRenderFns = []
+render._withStripped = true
+
+
+
+/***/ }),
+/* 663 */
+/*!***************************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/backUp/transPawKey/index.vue?vue&type=script&lang=js&mpType=page ***!
+ \***************************************************************************************************/
+/*! no static exports found */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+
+"use strict";
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=script&lang=js&mpType=page */ 664);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQXVtQixDQUFnQixzb0JBQUcsRUFBQyIsImZpbGUiOiI2NjMuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiOyBleHBvcnQgZGVmYXVsdCBtb2Q7IGV4cG9ydCAqIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///663\n");
+
+/***/ }),
+/* 664 */
+/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/pages/menu/backUp/transPawKey/index.vue?vue&type=script&lang=js&mpType=page ***!
+ \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/*! no static exports found */
+/***/ (function(module, exports, __webpack_require__) {
+
+"use strict";
+eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar _navigation = _interopRequireDefault(__webpack_require__(/*! @/components/navigation/navigation.vue */ 523));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };} //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nvar _default = { data: function data() {return { password: '', password2: '', msg: '', msgLength: 0, fes: false, borNum: true, borNum2: false, info: false, word: {}, walletInfo: {}, btcBalance: 0, ethBbalance: 0, trxBbalance: 0 };}, watch: {}, computed: { i18n: function i18n() {return this.$t('index');} }, methods: { // 删除密码触发\n back: function back(e) {if (e.length < 6) {this.info = false;}}, finish2: function finish2(e) {if (this.password != e) {this.info = true;return;} else {\n\n // 私鑰創建\n var createWalletName = uni.getStorageSync('createWalletName');\n var privateKey = uni.getStorageSync('privateKey');\n uni.setStorageSync('privateKey', this.wordInfo);\n try {\n this.$walletUtil.privateKeyEstablishWallet(createWalletName, privateKey, this.password);\n uni.showToast({\n title: this.$t('index').Setsuccessfully,\n icon: 'success',\n duration: 1500 });\n\n setTimeout(function () {\n uni.navigateTo({\n url: '../../wallet/index' });\n\n }, 1500);\n }\n catch (err) {\n __f__(\"log\", err, 11, \" at pages/menu/backUp/transPawKey/index.vue:101\");\n uni.showToast({\n title: this.$t('index').Creationfailed,\n icon: 'none',\n duration: 1500 });\n\n\n }\n\n\n\n this.info = false;\n }\n\n },\n // 第一次存密码\n finish: function finish(e) {\n this.password = e;\n var that = this;\n that.borNum = false;\n that.borNum2 = false;\n\n setTimeout(function () {\n that.borNum2 = true;\n }, 50);\n\n } },\n\n onLoad: function onLoad() {\n\n } };exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 28)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vcGFnZXMvbWVudS9iYWNrVXAvdHJhbnNQYXdLZXkvaW5kZXgudnVlIl0sIm5hbWVzIjpbImRhdGEiLCJwYXNzd29yZCIsInBhc3N3b3JkMiIsIm1zZyIsIm1zZ0xlbmd0aCIsImZlcyIsImJvck51bSIsImJvck51bTIiLCJpbmZvIiwid29yZCIsIndhbGxldEluZm8iLCJidGNCYWxhbmNlIiwiZXRoQmJhbGFuY2UiLCJ0cnhCYmFsYW5jZSIsIndhdGNoIiwiY29tcHV0ZWQiLCJpMThuIiwiJHQiLCJtZXRob2RzIiwiYmFjayIsImUiLCJsZW5ndGgiLCJmaW5pc2gyIiwiY3JlYXRlV2FsbGV0TmFtZSIsInVuaSIsImdldFN0b3JhZ2VTeW5jIiwicHJpdmF0ZUtleSIsInNldFN0b3JhZ2VTeW5jIiwid29yZEluZm8iLCIkd2FsbGV0VXRpbCIsInByaXZhdGVLZXlFc3RhYmxpc2hXYWxsZXQiLCJzaG93VG9hc3QiLCJ0aXRsZSIsIlNldHN1Y2Nlc3NmdWxseSIsImljb24iLCJkdXJhdGlvbiIsInNldFRpbWVvdXQiLCJuYXZpZ2F0ZVRvIiwidXJsIiwiZXJyIiwiQ3JlYXRpb25mYWlsZWQiLCJmaW5pc2giLCJ0aGF0Iiwib25Mb2FkIl0sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBd0NDLGlILDhGQXhDRDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7ZUFHZ0IsRUFDZEEsSUFEYyxrQkFDUCxDQUNOLE9BQU8sRUFDTkMsUUFBUSxFQUFFLEVBREosRUFFTkMsU0FBUyxFQUFFLEVBRkwsRUFHTkMsR0FBRyxFQUFFLEVBSEMsRUFJTkMsU0FBUyxFQUFFLENBSkwsRUFLTkMsR0FBRyxFQUFFLEtBTEMsRUFNTkMsTUFBTSxFQUFFLElBTkYsRUFPTkMsT0FBTyxFQUFFLEtBUEgsRUFRTkMsSUFBSSxFQUFFLEtBUkEsRUFTTkMsSUFBSSxFQUFFLEVBVEEsRUFVTkMsVUFBVSxFQUFFLEVBVk4sRUFXTkMsVUFBVSxFQUFFLENBWE4sRUFZTkMsV0FBVyxFQUFFLENBWlAsRUFhTkMsV0FBVyxFQUFFLENBYlAsRUFBUCxDQWVBLENBakJhLEVBa0JkQyxLQUFLLEVBQUUsRUFsQk8sRUFxQmhCQyxRQUFRLEVBQUUsRUFDSkMsSUFESSxrQkFDRyxDQUNOLE9BQU8sS0FBS0MsRUFBTCxDQUFRLE9BQVIsQ0FBUCxDQUNBLENBSEcsRUFyQk0sRUEwQmRDLE9BQU8sRUFBRSxFQUdSO0FBQ0FDLFFBSlEsZ0JBSUhDLENBSkcsRUFJQSxDQUNQLElBQUlBLENBQUMsQ0FBQ0MsTUFBRixHQUFXLENBQWYsRUFBa0IsQ0FDakIsS0FBS2IsSUFBTCxHQUFZLEtBQVosQ0FDQSxDQUNELENBUk8sRUFTUmMsT0FUUSxtQkFTQUYsQ0FUQSxFQVNHLENBQ1YsSUFBSSxLQUFLbkIsUUFBTCxJQUFpQm1CLENBQXJCLEVBQXdCLENBQ3ZCLEtBQUtaLElBQUwsR0FBWSxJQUFaLENBQ0EsT0FDQSxDQUhELE1BR087O0FBRVA7QUFDRixZQUFJZSxnQkFBZ0IsR0FBRUMsR0FBRyxDQUFDQyxjQUFKLENBQW1CLGtCQUFuQixDQUF0QjtBQUNBLFlBQUlDLFVBQVUsR0FBRUYsR0FBRyxDQUFDQyxjQUFKLENBQW1CLFlBQW5CLENBQWhCO0FBQ0RELFdBQUcsQ0FBQ0csY0FBSixDQUFtQixZQUFuQixFQUFpQyxLQUFLQyxRQUF0QztBQUNBLFlBQUk7QUFDSCxlQUFLQyxXQUFMLENBQWlCQyx5QkFBakIsQ0FBMkNQLGdCQUEzQyxFQUE0REcsVUFBNUQsRUFBdUUsS0FBS3pCLFFBQTVFO0FBQ0d1QixhQUFHLENBQUNPLFNBQUosQ0FBYztBQUNiQyxpQkFBSyxFQUFFLEtBQUtmLEVBQUwsQ0FBUSxPQUFSLEVBQWlCZ0IsZUFEWDtBQUViQyxnQkFBSSxFQUFFLFNBRk87QUFHYkMsb0JBQVEsRUFBRSxJQUhHLEVBQWQ7O0FBS0FDLG9CQUFVLENBQUMsWUFBTTtBQUNoQlosZUFBRyxDQUFDYSxVQUFKLENBQWU7QUFDZEMsaUJBQUcsRUFBRSxvQkFEUyxFQUFmOztBQUdBLFdBSlMsRUFJUCxJQUpPLENBQVY7QUFLSDtBQUNELGVBQU1DLEdBQU4sRUFBVTtBQUNULHVCQUFZQSxHQUFaLEVBQWdCLEVBQWhCO0FBQ0VmLGFBQUcsQ0FBQ08sU0FBSixDQUFjO0FBQ2JDLGlCQUFLLEVBQUUsS0FBS2YsRUFBTCxDQUFRLE9BQVIsRUFBaUJ1QixjQURYO0FBRWJOLGdCQUFJLEVBQUUsTUFGTztBQUdiQyxvQkFBUSxFQUFFLElBSEcsRUFBZDs7O0FBTUY7Ozs7QUFJRyxhQUFLM0IsSUFBTCxHQUFZLEtBQVo7QUFDQTs7QUFFRCxLQS9DTztBQWdEUjtBQUNBaUMsVUFqRFEsa0JBaUREckIsQ0FqREMsRUFpREU7QUFDVCxXQUFLbkIsUUFBTCxHQUFnQm1CLENBQWhCO0FBQ0EsVUFBSXNCLElBQUksR0FBRyxJQUFYO0FBQ0FBLFVBQUksQ0FBQ3BDLE1BQUwsR0FBYyxLQUFkO0FBQ0FvQyxVQUFJLENBQUNuQyxPQUFMLEdBQWUsS0FBZjs7QUFFQTZCLGdCQUFVLENBQUMsWUFBTTtBQUNoQk0sWUFBSSxDQUFDbkMsT0FBTCxHQUFlLElBQWY7QUFDQSxPQUZTLEVBRVAsRUFGTyxDQUFWOztBQUlBLEtBM0RPLEVBMUJLOztBQXVGZG9DLFFBdkZjLG9CQXVGTDs7QUFFUixHQXpGYSxFIiwiZmlsZSI6IjY2NC5qcyIsInNvdXJjZXNDb250ZW50IjpbIi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cblxuXHRpbXBvcnQgY29udCBmcm9tIFwiQC9jb21wb25lbnRzL25hdmlnYXRpb24vbmF2aWdhdGlvbi52dWVcIlxuXHRleHBvcnQgZGVmYXVsdCB7XG5cdFx0ZGF0YSgpIHtcblx0XHRcdHJldHVybiB7XG5cdFx0XHRcdHBhc3N3b3JkOiAnJyxcblx0XHRcdFx0cGFzc3dvcmQyOiAnJyxcblx0XHRcdFx0bXNnOiAnJyxcblx0XHRcdFx0bXNnTGVuZ3RoOiAwLFxuXHRcdFx0XHRmZXM6IGZhbHNlLFxuXHRcdFx0XHRib3JOdW06IHRydWUsXG5cdFx0XHRcdGJvck51bTI6IGZhbHNlLFxuXHRcdFx0XHRpbmZvOiBmYWxzZSxcblx0XHRcdFx0d29yZDoge30sXG5cdFx0XHRcdHdhbGxldEluZm86IHt9LFxuXHRcdFx0XHRidGNCYWxhbmNlOiAwLFxuXHRcdFx0XHRldGhCYmFsYW5jZTogMCxcblx0XHRcdFx0dHJ4QmJhbGFuY2U6IDAsXG5cdFx0XHR9XG5cdFx0fSxcblx0XHR3YXRjaDoge1xuXG5cdFx0fSxcbmNvbXB1dGVkOiB7XG5cdFx0XHRcdFx0XHRpMThuKCkge1xuXHRcdFx0XHRcdFx0XHRyZXR1cm4gdGhpcy4kdCgnaW5kZXgnKVxuXHRcdFx0XHRcdFx0fSxcblx0XHRcdFx0XHR9LFxuXHRcdG1ldGhvZHM6IHtcblx0XG5cblx0XHRcdC8vIOWIoOmZpOWvhueggeinpuWPkVxuXHRcdFx0YmFjayhlKSB7XG5cdFx0XHRcdGlmIChlLmxlbmd0aCA8IDYpIHtcblx0XHRcdFx0XHR0aGlzLmluZm8gPSBmYWxzZTtcblx0XHRcdFx0fVxuXHRcdFx0fSxcblx0XHRcdGZpbmlzaDIoZSkge1xuXHRcdFx0XHRpZiAodGhpcy5wYXNzd29yZCAhPSBlKSB7XG5cdFx0XHRcdFx0dGhpcy5pbmZvID0gdHJ1ZTtcblx0XHRcdFx0XHRyZXR1cm47XG5cdFx0XHRcdH0gZWxzZSB7XG5cdFxuXHRcdFx0XHQvLyDnp4HpkbDlibXlu7pcblx0XHR2YXIgY3JlYXRlV2FsbGV0TmFtZT0gdW5pLmdldFN0b3JhZ2VTeW5jKCdjcmVhdGVXYWxsZXROYW1lJylcblx0XHR2YXIgcHJpdmF0ZUtleT0gdW5pLmdldFN0b3JhZ2VTeW5jKCdwcml2YXRlS2V5Jylcblx0dW5pLnNldFN0b3JhZ2VTeW5jKCdwcml2YXRlS2V5JywgdGhpcy53b3JkSW5mbyk7XG5cdHRyeSB7IFxuXHQgdGhpcy4kd2FsbGV0VXRpbC5wcml2YXRlS2V5RXN0YWJsaXNoV2FsbGV0KGNyZWF0ZVdhbGxldE5hbWUscHJpdmF0ZUtleSx0aGlzLnBhc3N3b3JkKTtcblx0IFx0XHRcdHVuaS5zaG93VG9hc3Qoe1xuXHQgXHRcdFx0XHR0aXRsZTogdGhpcy4kdCgnaW5kZXgnKS5TZXRzdWNjZXNzZnVsbHksXG5cdCBcdFx0XHRcdGljb246ICdzdWNjZXNzJyxcblx0IFx0XHRcdFx0ZHVyYXRpb246IDE1MDAsXG5cdCBcdFx0XHR9KVxuXHQgXHRcdFx0c2V0VGltZW91dCgoKSA9PiB7XG5cdCBcdFx0XHRcdHVuaS5uYXZpZ2F0ZVRvKHtcblx0IFx0XHRcdFx0XHR1cmw6ICcuLi8uLi93YWxsZXQvaW5kZXgnXG5cdCBcdFx0XHRcdH0pXG5cdCBcdFx0XHR9LCAxNTAwKVxuXHR9XG5cdGNhdGNoKGVycil7XG5cdFx0Y29uc29sZS5sb2coZXJyLDExKVxuXHQgICB1bmkuc2hvd1RvYXN0KHtcblx0ICAgXHR0aXRsZTogdGhpcy4kdCgnaW5kZXgnKS5DcmVhdGlvbmZhaWxlZCxcblx0ICAgXHRpY29uOiAnbm9uZScsXG5cdCAgIFx0ZHVyYXRpb246IDE1MDAsXG5cdCAgIH0pXG5cdCAgIFxuXHR9XG5cdFx0IFxuXHRcdFx0XHRcblx0XHRcdFx0XG5cdFx0XHRcdFx0dGhpcy5pbmZvID0gZmFsc2U7XG5cdFx0XHRcdH1cblx0XHRcdFx0XG5cdFx0XHR9LFxuXHRcdFx0Ly8g56ys5LiA5qyh5a2Y5a+G56CBXG5cdFx0XHRmaW5pc2goZSkge1xuXHRcdFx0XHR0aGlzLnBhc3N3b3JkID0gZVxuXHRcdFx0XHR2YXIgdGhhdCA9IHRoaXM7XG5cdFx0XHRcdHRoYXQuYm9yTnVtID0gZmFsc2U7XG5cdFx0XHRcdHRoYXQuYm9yTnVtMiA9IGZhbHNlO1xuXHRcdFx0XG5cdFx0XHRcdHNldFRpbWVvdXQoKCkgPT4ge1xuXHRcdFx0XHRcdHRoYXQuYm9yTnVtMiA9IHRydWU7XG5cdFx0XHRcdH0sIDUwKVxuXG5cdFx0XHR9LFxuXHRcdH0sXG5cdFx0b25Mb2FkKCkge1xuXG5cdFx0fVxuXHR9O1xuIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///664\n");
+
+/***/ }),
+/* 665 */
+/*!******************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/backUp/transPawKeyOut/index.vue?mpType=page ***!
+ \******************************************************************************/
+/*! no static exports found */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+
+"use strict";
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_6e8afe54_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=6e8afe54&scoped=true&mpType=page */ 666);\n/* harmony import */ var _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js&mpType=page */ 668);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_6e8afe54_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_6e8afe54_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"6e8afe54\",\n null,\n false,\n _index_vue_vue_type_template_id_6e8afe54_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/menu/backUp/transPawKeyOut/index.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBeUk7QUFDekk7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSx1R0FBTTtBQUNSLEVBQUUsZ0hBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsMkdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNjY1LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9NmU4YWZlNTQmc2NvcGVkPXRydWUmbXBUeXBlPXBhZ2VcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiXG5leHBvcnQgKiBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXHJ1bnRpbWVcXFxcY29tcG9uZW50Tm9ybWFsaXplci5qc1wiXG52YXIgY29tcG9uZW50ID0gbm9ybWFsaXplcihcbiAgc2NyaXB0LFxuICByZW5kZXIsXG4gIHN0YXRpY1JlbmRlckZucyxcbiAgZmFsc2UsXG4gIG51bGwsXG4gIFwiNmU4YWZlNTRcIixcbiAgbnVsbCxcbiAgZmFsc2UsXG4gIGNvbXBvbmVudHMsXG4gIHJlbmRlcmpzXG4pXG5cbmNvbXBvbmVudC5vcHRpb25zLl9fZmlsZSA9IFwicGFnZXMvbWVudS9iYWNrVXAvdHJhbnNQYXdLZXlPdXQvaW5kZXgudnVlXCJcbmV4cG9ydCBkZWZhdWx0IGNvbXBvbmVudC5leHBvcnRzIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///665\n");
+
+/***/ }),
+/* 666 */
+/*!************************************************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/backUp/transPawKeyOut/index.vue?vue&type=template&id=6e8afe54&scoped=true&mpType=page ***!
+ \************************************************************************************************************************/
+/*! exports provided: render, staticRenderFns, recyclableRender, components */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+
+"use strict";
+__webpack_require__.r(__webpack_exports__);
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_6e8afe54_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=6e8afe54&scoped=true&mpType=page */ 667);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_6e8afe54_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
+
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_6e8afe54_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
+
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_6e8afe54_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
+
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_6e8afe54_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
+
+
+
+/***/ }),
+/* 667 */
+/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/pages/menu/backUp/transPawKeyOut/index.vue?vue&type=template&id=6e8afe54&scoped=true&mpType=page ***!
+ \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
@@ -77708,8 +73702,8 @@ __webpack_require__.r(__webpack_exports__);
var components
try {
components = {
- navigation: __webpack_require__(/*! @/components/navigation/navigation.vue */ 551).default,
- uMessageInput: __webpack_require__(/*! @/uview-ui/components/u-message-input/u-message-input.vue */ 673)
+ navigation: __webpack_require__(/*! @/components/navigation/navigation.vue */ 523).default,
+ uMessageInput: __webpack_require__(/*! @/uview-ui/components/u-message-input/u-message-input.vue */ 653)
.default
}
} catch (e) {
@@ -77786,64 +73780,64 @@ render._withStripped = true
/***/ }),
-/* 683 */
-/*!****************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/backUp/transPawKeyOut/index.vue?vue&type=script&lang=js&mpType=page ***!
- \****************************************************************************************************************************/
+/* 668 */
+/*!******************************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/backUp/transPawKeyOut/index.vue?vue&type=script&lang=js&mpType=page ***!
+ \******************************************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=script&lang=js&mpType=page */ 684);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQXdqQixDQUFnQixza0JBQUcsRUFBQyIsImZpbGUiOiI2ODMuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIS4uLy4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL2JhYmVsLWxvYWRlci9saWIvaW5kZXguanMhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyL2luZGV4LmpzPz9yZWYtLTYtMSEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stdW5pLWFwcC1sb2FkZXIvdXNpbmctY29tcG9uZW50cy5qcyEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL2luZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIjsgZXhwb3J0IGRlZmF1bHQgbW9kOyBleHBvcnQgKiBmcm9tIFwiLSEuLi8uLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9iYWJlbC1sb2FkZXIvbGliL2luZGV4LmpzIS4uLy4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlci9pbmRleC5qcz8/cmVmLS02LTEhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXVuaS1hcHAtbG9hZGVyL3VzaW5nLWNvbXBvbmVudHMuanMhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9pbmRleC5qcz8/dnVlLWxvYWRlci1vcHRpb25zIS4vaW5kZXgudnVlP3Z1ZSZ0eXBlPXNjcmlwdCZsYW5nPWpzJm1wVHlwZT1wYWdlXCIiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///683\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=script&lang=js&mpType=page */ 669);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQXVtQixDQUFnQixzb0JBQUcsRUFBQyIsImZpbGUiOiI2NjguanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiOyBleHBvcnQgZGVmYXVsdCBtb2Q7IGV4cG9ydCAqIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///668\n");
/***/ }),
-/* 684 */
-/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/pages/menu/backUp/transPawKeyOut/index.vue?vue&type=script&lang=js&mpType=page ***!
- \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 669 */
+/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/pages/menu/backUp/transPawKeyOut/index.vue?vue&type=script&lang=js&mpType=page ***!
+ \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar _navigation = _interopRequireDefault(__webpack_require__(/*! @/components/navigation/navigation.vue */ 551));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };} //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nvar _default = { data: function data() {return { password: '', msg: '', msgLength: 0, fes: false, borNum: true, borNum2: false, info: false, word: {}, walletInfo: {}, userObj: {} };}, watch: {}, computed: { i18n: function i18n() {return this.$t('index');} }, methods: { // 删除触发\n back: function back(e) {if (e.length < 6) {this.info = false;}},\n // 比较\n // 第一次存密码\n finish: function finish(e) {var _this = this;\n this.password = e;\n var that = this;\n if (e != this.userObj.password) {\n this.info = true;\n } else {\n uni.showToast({\n title: this.$t('index').correct,\n icon: 'success',\n duration: 1500 });\n\n setTimeout(function () {\n __f__(\"log\", _this.userObj, 444, \" at pages/menu/backUp/transPawKeyOut/index.vue:76\");\n uni.navigateTo({\n url: '/pages/menu/address/showKey/index' });\n\n }, 1500);\n }\n\n } },\n\n onLoad: function onLoad() {\n this.userObj = uni.getStorageSync('keyInfo');\n } };exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 33)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vcGFnZXMvbWVudS9iYWNrVXAvdHJhbnNQYXdLZXlPdXQvaW5kZXgudnVlIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQThCQSxpSDs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7ZUFDQSxFQUNBLElBREEsa0JBQ0EsQ0FDQSxTQUNBLFlBREEsRUFFQSxPQUZBLEVBR0EsWUFIQSxFQUlBLFVBSkEsRUFLQSxZQUxBLEVBTUEsY0FOQSxFQU9BLFdBUEEsRUFRQSxRQVJBLEVBU0EsY0FUQSxFQVVBLFdBVkEsR0FZQSxDQWRBLEVBZUEsU0FmQSxFQWtCQSxZQUNBLElBREEsa0JBQ0EsQ0FDQSx3QkFDQSxDQUhBLEVBbEJBLEVBdUJBLFdBQ0E7QUFDQSxRQUZBLGdCQUVBLENBRkEsRUFFQSxDQUNBLG1CQUNBLGtCQUNBLENBQ0EsQ0FOQTtBQU9BO0FBQ0E7QUFDQSxVQVRBLGtCQVNBLENBVEEsRUFTQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsT0FGQSxNQUVBO0FBQ0E7QUFDQSx5Q0FEQTtBQUVBLHlCQUZBO0FBR0Esd0JBSEE7O0FBS0E7QUFDQTtBQUNBO0FBQ0Esb0RBREE7O0FBR0EsU0FMQSxFQUtBLElBTEE7QUFNQTs7QUFFQSxLQTVCQSxFQXZCQTs7QUFxREE7QUFDQTtBQUNBLEdBdkRBLEUiLCJmaWxlIjoiNjg0LmpzIiwic291cmNlc0NvbnRlbnQiOlsiPHRlbXBsYXRlPlxyXG5cdDx2aWV3IGNsYXNzPVwiXCI+XHJcblx0XHQ8bmF2aWdhdGlvbiA6c2hvd0JhY2s9XCJ0cnVlXCIgOmJnbnVtPVwiZmFsc2VcIj5cclxuXHRcdFx0PHRleHQgY2xhc3M9XCJiaWdfdGl0bGVcIj5cclxuXHRcdFx0XHR7e2kxOG4uQmFja3VwcHJpdmF0ZWtleX19XHJcblx0XHRcdDwvdGV4dD5cclxuXHRcdDwvbmF2aWdhdGlvbj5cclxuXHRcdDx2aWV3IGNsYXNzPVwibWFpblwiPlxyXG5cclxuXHRcdFxyXG5cdDx2aWV3IGNsYXNzPVwidGl0bGVcIj5cclxuXHRcdHt7aTE4bi5rZWVweW91cnByaXZhdGVrZXl9fVxyXG5cdDwvdmlldz5cdFxyXG5cdDx1LW1lc3NhZ2UtaW5wdXQgQGZpbmlzaD1cImZpbmlzaFwiIDppbmFjdGl2ZS1jb2xvcj1cImluZm8/JyNGMTYwNjMnOicjRTBFNUYyJ1wiICBhY3RpdmUtY29sb3I9XCIjNUI1M0ZGXCIgOndpZHRoPVwiOTRcIiA6bWF4bGVuZ3RoPVwiNlwiIG1vZGU9XCJib3hcIiA6Zm9jdXM9XCJmZXNcIiAgIDpkb3QtZmlsbD1cInRydWVcIiAgQGNoYW5nZT1cImJhY2tcIj48L3UtbWVzc2FnZS1pbnB1dD5cclxuXHQ8dmlldyBjbGFzcz1cImluZm9UZXh0XCIgdi1pZj1cImluZm9cIj5cclxuXHRcdHt7aTE4bi5JbmNvcnJlY3RwYXNzd29yZH19XHJcblx0PC92aWV3PlxyXG5cdFxyXG5cdDwvdmlldz5cclxuXHJcblx0XHJcblx0XHJcblx0XHQ8L3ZpZXc+XHJcbjwvdmlldz5cclxuXHJcblxyXG5cclxuPC90ZW1wbGF0ZT5cclxuXHJcbjxzY3JpcHQ+XHJcblx0aW1wb3J0IGNvbnQgZnJvbSBcIkAvY29tcG9uZW50cy9uYXZpZ2F0aW9uL25hdmlnYXRpb24udnVlXCJcclxuXHRleHBvcnQgZGVmYXVsdCB7XHJcblx0XHRkYXRhKCkge1xyXG5cdFx0XHRyZXR1cm4ge1xyXG5cdFx0XHRwYXNzd29yZDonJyxcclxuXHQgICAgICAgIG1zZzonJyxcclxuXHQgICAgICAgIG1zZ0xlbmd0aDowLFxyXG5cdFx0XHRmZXM6ZmFsc2UsXHJcblx0XHRcdGJvck51bTp0cnVlLFxyXG5cdFx0XHRib3JOdW0yOmZhbHNlLFxyXG5cdFx0XHRpbmZvOmZhbHNlLFxyXG5cdFx0XHR3b3JkOnt9LFxyXG5cdFx0XHR3YWxsZXRJbmZvOnt9LFxyXG5cdFx0XHR1c2VyT2JqOnt9LFxyXG5cdFx0XHR9XHJcblx0XHR9LFxyXG5cdFx0IHdhdGNoOntcclxuXHRcdCAgICBcclxuXHRcdCAgICB9LFxyXG5cdFx0Y29tcHV0ZWQ6IHtcclxuXHRcdFx0XHRpMThuKCkge1xyXG5cdFx0XHRcdFx0cmV0dXJuIHRoaXMuJHQoJ2luZGV4JylcclxuXHRcdFx0XHR9LFxyXG5cdFx0XHR9LFxyXG5cdFx0bWV0aG9kczoge1xyXG5cdFx0XHQvLyDliKDpmaTop6blj5FcclxuXHRcdFx0YmFjayhlKXtcclxuXHRcdFx0XHRpZihlLmxlbmd0aDw2KXtcclxuXHRcdFx0XHRcdHRoaXMuaW5mbz1mYWxzZTtcclxuXHRcdFx0XHR9XHJcblx0XHRcdH0sXHJcblx0XHRcdC8vIOavlOi+g1xyXG5cdFx0XHRcdFx0Ly8g56ys5LiA5qyh5a2Y5a+G56CBXHJcblx0XHRcdGZpbmlzaChlKSB7XHJcblx0XHRcdFx0dGhpcy5wYXNzd29yZD1lXHJcblx0XHRcdFx0dmFyIHRoYXQ9dGhpcztcclxuXHRcdFx0XHRpZihlIT10aGlzLnVzZXJPYmoucGFzc3dvcmQpe1xyXG5cdFx0XHRcdFx0dGhpcy5pbmZvPXRydWVcclxuXHRcdFx0XHR9ZWxzZXtcclxuXHRcdFx0XHRcdHVuaS5zaG93VG9hc3Qoe1xyXG5cdFx0XHRcdFx0XHR0aXRsZTogdGhpcy4kdCgnaW5kZXgnKS5jb3JyZWN0LCBcclxuXHRcdFx0XHRcdFx0aWNvbjogJ3N1Y2Nlc3MnLFxyXG5cdFx0XHRcdFx0XHRkdXJhdGlvbjogMTUwMCxcclxuXHRcdFx0XHRcdH0pXHJcblx0XHRcdFx0XHRzZXRUaW1lb3V0KCgpPT57XHJcblx0XHRcdFx0XHRcdGNvbnNvbGUubG9nKHRoaXMudXNlck9iaiw0NDQpXHJcblx0XHRcdFx0XHRcdHVuaS5uYXZpZ2F0ZVRvKHtcclxuXHRcdFx0XHRcdFx0XHR1cmw6Jy9wYWdlcy9tZW51L2FkZHJlc3Mvc2hvd0tleS9pbmRleCdcclxuXHRcdFx0XHRcdFx0fSlcclxuXHRcdFx0XHRcdH0sMTUwMClcclxuXHRcdFx0XHR9XHJcblx0XHRcclxuXHRcdH0sXHJcblx0XHR9LFxyXG5cdG9uTG9hZDogZnVuY3Rpb24oKSB7XHJcblx0XHRcdFx0dGhpcy51c2VyT2JqID0gdW5pLmdldFN0b3JhZ2VTeW5jKCdrZXlJbmZvJylcclxuXHRcdFx0fVxyXG5cdH07XHJcbjwvc2NyaXB0PlxyXG48c3R5bGUgc2NvcGVkPlxyXG5cclxuPC9zdHlsZT5cclxuXHJcbjxzdHlsZT5cclxuXHRAaW1wb3J0ICcuL2luZGV4LmNzcyc7XHJcbjwvc3R5bGU+XG4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///684\n");
+eval("/* WEBPACK VAR INJECTION */(function(__f__) {Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0;\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar _navigation = _interopRequireDefault(__webpack_require__(/*! @/components/navigation/navigation.vue */ 523));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };} //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nvar _default = { data: function data() {return { password: '', msg: '', msgLength: 0, fes: false, borNum: true, borNum2: false, info: false, word: {}, walletInfo: {}, userObj: {} };}, watch: {}, computed: { i18n: function i18n() {return this.$t('index');} }, methods: { // 删除触发\n back: function back(e) {if (e.length < 6) {this.info = false;}},\n // 比较\n // 第一次存密码\n finish: function finish(e) {var _this = this;\n this.password = e;\n var that = this;\n if (e != this.userObj.password) {\n this.info = true;\n } else {\n uni.showToast({\n title: this.$t('index').correct,\n icon: 'success',\n duration: 1500 });\n\n setTimeout(function () {\n __f__(\"log\", _this.userObj, 444, \" at pages/menu/backUp/transPawKeyOut/index.vue:76\");\n uni.navigateTo({\n url: '/pages/menu/address/showKey/index' });\n\n }, 1500);\n }\n\n } },\n\n onLoad: function onLoad() {\n this.userObj = uni.getStorageSync('keyInfo');\n } };exports.default = _default;\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/lib/format-log.js */ 28)[\"default\"]))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInVuaS1hcHA6Ly8vcGFnZXMvbWVudS9iYWNrVXAvdHJhbnNQYXdLZXlPdXQvaW5kZXgudnVlIl0sIm5hbWVzIjpbImRhdGEiLCJwYXNzd29yZCIsIm1zZyIsIm1zZ0xlbmd0aCIsImZlcyIsImJvck51bSIsImJvck51bTIiLCJpbmZvIiwid29yZCIsIndhbGxldEluZm8iLCJ1c2VyT2JqIiwid2F0Y2giLCJjb21wdXRlZCIsImkxOG4iLCIkdCIsIm1ldGhvZHMiLCJiYWNrIiwiZSIsImxlbmd0aCIsImZpbmlzaCIsInRoYXQiLCJ1bmkiLCJzaG93VG9hc3QiLCJ0aXRsZSIsImNvcnJlY3QiLCJpY29uIiwiZHVyYXRpb24iLCJzZXRUaW1lb3V0IiwibmF2aWdhdGVUbyIsInVybCIsIm9uTG9hZCIsImdldFN0b3JhZ2VTeW5jIl0sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUE4QkEsaUgsOEZBOUJBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7ZUFHZSxFQUNkQSxJQURjLGtCQUNQLENBQ04sT0FBTyxFQUNQQyxRQUFRLEVBQUMsRUFERixFQUVEQyxHQUFHLEVBQUMsRUFGSCxFQUdEQyxTQUFTLEVBQUMsQ0FIVCxFQUlQQyxHQUFHLEVBQUMsS0FKRyxFQUtQQyxNQUFNLEVBQUMsSUFMQSxFQU1QQyxPQUFPLEVBQUMsS0FORCxFQU9QQyxJQUFJLEVBQUMsS0FQRSxFQVFQQyxJQUFJLEVBQUMsRUFSRSxFQVNQQyxVQUFVLEVBQUMsRUFUSixFQVVQQyxPQUFPLEVBQUMsRUFWRCxFQUFQLENBWUEsQ0FkYSxFQWViQyxLQUFLLEVBQUMsRUFmTyxFQWtCZEMsUUFBUSxFQUFFLEVBQ1JDLElBRFEsa0JBQ0QsQ0FDTixPQUFPLEtBQUtDLEVBQUwsQ0FBUSxPQUFSLENBQVAsQ0FDQSxDQUhPLEVBbEJJLEVBdUJkQyxPQUFPLEVBQUUsRUFDUjtBQUNBQyxRQUZRLGdCQUVIQyxDQUZHLEVBRUQsQ0FDTixJQUFHQSxDQUFDLENBQUNDLE1BQUYsR0FBUyxDQUFaLEVBQWMsQ0FDYixLQUFLWCxJQUFMLEdBQVUsS0FBVixDQUNBLENBQ0QsQ0FOTztBQU9SO0FBQ0U7QUFDRlksVUFUUSxrQkFTREYsQ0FUQyxFQVNFO0FBQ1QsV0FBS2hCLFFBQUwsR0FBY2dCLENBQWQ7QUFDQSxVQUFJRyxJQUFJLEdBQUMsSUFBVDtBQUNBLFVBQUdILENBQUMsSUFBRSxLQUFLUCxPQUFMLENBQWFULFFBQW5CLEVBQTRCO0FBQzNCLGFBQUtNLElBQUwsR0FBVSxJQUFWO0FBQ0EsT0FGRCxNQUVLO0FBQ0pjLFdBQUcsQ0FBQ0MsU0FBSixDQUFjO0FBQ2JDLGVBQUssRUFBRSxLQUFLVCxFQUFMLENBQVEsT0FBUixFQUFpQlUsT0FEWDtBQUViQyxjQUFJLEVBQUUsU0FGTztBQUdiQyxrQkFBUSxFQUFFLElBSEcsRUFBZDs7QUFLQUMsa0JBQVUsQ0FBQyxZQUFJO0FBQ2QsdUJBQVksS0FBSSxDQUFDakIsT0FBakIsRUFBeUIsR0FBekI7QUFDQVcsYUFBRyxDQUFDTyxVQUFKLENBQWU7QUFDZEMsZUFBRyxFQUFDLG1DQURVLEVBQWY7O0FBR0EsU0FMUyxFQUtSLElBTFEsQ0FBVjtBQU1BOztBQUVGLEtBNUJRLEVBdkJLOztBQXFEZkMsUUFBTSxFQUFFLGtCQUFXO0FBQ2hCLFNBQUtwQixPQUFMLEdBQWVXLEdBQUcsQ0FBQ1UsY0FBSixDQUFtQixTQUFuQixDQUFmO0FBQ0EsR0F2RFksRSIsImZpbGUiOiI2NjkuanMiLCJzb3VyY2VzQ29udGVudCI6WyIvL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cbi8vXG4vL1xuLy9cblxuaW1wb3J0IGNvbnQgZnJvbSBcIkAvY29tcG9uZW50cy9uYXZpZ2F0aW9uL25hdmlnYXRpb24udnVlXCJcbmV4cG9ydCBkZWZhdWx0IHtcblx0ZGF0YSgpIHtcblx0XHRyZXR1cm4ge1xuXHRcdHBhc3N3b3JkOicnLFxuICAgICAgICBtc2c6JycsXG4gICAgICAgIG1zZ0xlbmd0aDowLFxuXHRcdGZlczpmYWxzZSxcblx0XHRib3JOdW06dHJ1ZSxcblx0XHRib3JOdW0yOmZhbHNlLFxuXHRcdGluZm86ZmFsc2UsXG5cdFx0d29yZDp7fSxcblx0XHR3YWxsZXRJbmZvOnt9LFxuXHRcdHVzZXJPYmo6e30sXG5cdFx0fVxuXHR9LFxuXHQgd2F0Y2g6e1xuXHQgICAgXG5cdCAgICB9LFxuXHRjb21wdXRlZDoge1xuXHRcdFx0aTE4bigpIHtcblx0XHRcdFx0cmV0dXJuIHRoaXMuJHQoJ2luZGV4Jylcblx0XHRcdH0sXG5cdFx0fSxcblx0bWV0aG9kczoge1xuXHRcdC8vIOWIoOmZpOinpuWPkVxuXHRcdGJhY2soZSl7XG5cdFx0XHRpZihlLmxlbmd0aDw2KXtcblx0XHRcdFx0dGhpcy5pbmZvPWZhbHNlO1xuXHRcdFx0fVxuXHRcdH0sXG5cdFx0Ly8g5q+U6L6DXG5cdFx0XHRcdC8vIOesrOS4gOasoeWtmOWvhueggVxuXHRcdGZpbmlzaChlKSB7XG5cdFx0XHR0aGlzLnBhc3N3b3JkPWVcblx0XHRcdHZhciB0aGF0PXRoaXM7XG5cdFx0XHRpZihlIT10aGlzLnVzZXJPYmoucGFzc3dvcmQpe1xuXHRcdFx0XHR0aGlzLmluZm89dHJ1ZVxuXHRcdFx0fWVsc2V7XG5cdFx0XHRcdHVuaS5zaG93VG9hc3Qoe1xuXHRcdFx0XHRcdHRpdGxlOiB0aGlzLiR0KCdpbmRleCcpLmNvcnJlY3QsIFxuXHRcdFx0XHRcdGljb246ICdzdWNjZXNzJyxcblx0XHRcdFx0XHRkdXJhdGlvbjogMTUwMCxcblx0XHRcdFx0fSlcblx0XHRcdFx0c2V0VGltZW91dCgoKT0+e1xuXHRcdFx0XHRcdGNvbnNvbGUubG9nKHRoaXMudXNlck9iaiw0NDQpXG5cdFx0XHRcdFx0dW5pLm5hdmlnYXRlVG8oe1xuXHRcdFx0XHRcdFx0dXJsOicvcGFnZXMvbWVudS9hZGRyZXNzL3Nob3dLZXkvaW5kZXgnXG5cdFx0XHRcdFx0fSlcblx0XHRcdFx0fSwxNTAwKVxuXHRcdFx0fVxuXHRcblx0fSxcblx0fSxcbm9uTG9hZDogZnVuY3Rpb24oKSB7XG5cdFx0XHR0aGlzLnVzZXJPYmogPSB1bmkuZ2V0U3RvcmFnZVN5bmMoJ2tleUluZm8nKVxuXHRcdH1cbn07XG4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///669\n");
/***/ }),
-/* 685 */
-/*!************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/backUp/backUpWord/index.vue?mpType=page ***!
- \************************************************************************************************/
+/* 670 */
+/*!**************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/backUp/backUpWord/index.vue?mpType=page ***!
+ \**************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_59b60fb5_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=59b60fb5&scoped=true&mpType=page */ 686);\n/* harmony import */ var _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js&mpType=page */ 695);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 7);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_59b60fb5_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_59b60fb5_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"59b60fb5\",\n null,\n false,\n _index_vue_vue_type_template_id_59b60fb5_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/menu/backUp/backUpWord/index.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBeUk7QUFDekk7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ3NLO0FBQ3RLLGdCQUFnQiw2S0FBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSx1R0FBTTtBQUNSLEVBQUUsZ0hBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsMkdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNjg1LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9NTliNjBmYjUmc2NvcGVkPXRydWUmbXBUeXBlPXBhZ2VcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiXG5leHBvcnQgKiBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhLi4vLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9ydW50aW1lL2NvbXBvbmVudE5vcm1hbGl6ZXIuanNcIlxudmFyIGNvbXBvbmVudCA9IG5vcm1hbGl6ZXIoXG4gIHNjcmlwdCxcbiAgcmVuZGVyLFxuICBzdGF0aWNSZW5kZXJGbnMsXG4gIGZhbHNlLFxuICBudWxsLFxuICBcIjU5YjYwZmI1XCIsXG4gIG51bGwsXG4gIGZhbHNlLFxuICBjb21wb25lbnRzLFxuICByZW5kZXJqc1xuKVxuXG5jb21wb25lbnQub3B0aW9ucy5fX2ZpbGUgPSBcInBhZ2VzL21lbnUvYmFja1VwL2JhY2tVcFdvcmQvaW5kZXgudnVlXCJcbmV4cG9ydCBkZWZhdWx0IGNvbXBvbmVudC5leHBvcnRzIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///685\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index_vue_vue_type_template_id_59b60fb5_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index.vue?vue&type=template&id=59b60fb5&scoped=true&mpType=page */ 671);\n/* harmony import */ var _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index.vue?vue&type=script&lang=js&mpType=page */ 680);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _index_vue_vue_type_script_lang_js_mpType_page__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _index_vue_vue_type_template_id_59b60fb5_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _index_vue_vue_type_template_id_59b60fb5_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"59b60fb5\",\n null,\n false,\n _index_vue_vue_type_template_id_59b60fb5_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"pages/menu/backUp/backUpWord/index.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBeUk7QUFDekk7QUFDb0U7QUFDTDs7O0FBRy9EO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLHNGQUFNO0FBQ1IsRUFBRSx1R0FBTTtBQUNSLEVBQUUsZ0hBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsMkdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNjcwLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9NTliNjBmYjUmc2NvcGVkPXRydWUmbXBUeXBlPXBhZ2VcIlxudmFyIHJlbmRlcmpzXG5pbXBvcnQgc2NyaXB0IGZyb20gXCIuL2luZGV4LnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZtcFR5cGU9cGFnZVwiXG5leHBvcnQgKiBmcm9tIFwiLi9pbmRleC52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmbXBUeXBlPXBhZ2VcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXHJ1bnRpbWVcXFxcY29tcG9uZW50Tm9ybWFsaXplci5qc1wiXG52YXIgY29tcG9uZW50ID0gbm9ybWFsaXplcihcbiAgc2NyaXB0LFxuICByZW5kZXIsXG4gIHN0YXRpY1JlbmRlckZucyxcbiAgZmFsc2UsXG4gIG51bGwsXG4gIFwiNTliNjBmYjVcIixcbiAgbnVsbCxcbiAgZmFsc2UsXG4gIGNvbXBvbmVudHMsXG4gIHJlbmRlcmpzXG4pXG5cbmNvbXBvbmVudC5vcHRpb25zLl9fZmlsZSA9IFwicGFnZXMvbWVudS9iYWNrVXAvYmFja1VwV29yZC9pbmRleC52dWVcIlxuZXhwb3J0IGRlZmF1bHQgY29tcG9uZW50LmV4cG9ydHMiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///670\n");
/***/ }),
-/* 686 */
-/*!******************************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/pages/menu/backUp/backUpWord/index.vue?vue&type=template&id=59b60fb5&scoped=true&mpType=page ***!
- \******************************************************************************************************************************************/
+/* 671 */
+/*!********************************************************************************************************************!*\
+ !*** D:/fone/bitcooo/pages/menu/backUp/backUpWord/index.vue?vue&type=template&id=59b60fb5&scoped=true&mpType=page ***!
+ \********************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
-/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_59b60fb5_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=59b60fb5&scoped=true&mpType=page */ 687);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_59b60fb5_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_59b60fb5_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./index.vue?vue&type=template&id=59b60fb5&scoped=true&mpType=page */ 672);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_59b60fb5_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["render"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_59b60fb5_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_59b60fb5_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_59b60fb5_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_59b60fb5_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_59b60fb5_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_template_id_59b60fb5_scoped_true_mpType_page__WEBPACK_IMPORTED_MODULE_0__["components"]; });
/***/ }),
-/* 687 */
-/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/pages/menu/backUp/backUpWord/index.vue?vue&type=template&id=59b60fb5&scoped=true&mpType=page ***!
- \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 672 */
+/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/pages/menu/backUp/backUpWord/index.vue?vue&type=template&id=59b60fb5&scoped=true&mpType=page ***!
+ \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
@@ -77856,9 +73850,9 @@ __webpack_require__.r(__webpack_exports__);
var components
try {
components = {
- navigation: __webpack_require__(/*! @/components/navigation/navigation.vue */ 551).default,
- uButton: __webpack_require__(/*! @/uview-ui/components/u-button/u-button.vue */ 688).default,
- uMask: __webpack_require__(/*! @/uview-ui/components/u-mask/u-mask.vue */ 622).default
+ navigation: __webpack_require__(/*! @/components/navigation/navigation.vue */ 523).default,
+ uButton: __webpack_require__(/*! @/uview-ui/components/u-button/u-button.vue */ 673).default,
+ uMask: __webpack_require__(/*! @/uview-ui/components/u-mask/u-mask.vue */ 538).default
}
} catch (e) {
if (
@@ -77891,7 +73885,7 @@ var render = function() {
src: _vm._$s(
2,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/Vector.png */ 554)
+ __webpack_require__(/*! ../../../../static/tongyonh/Vector.png */ 526)
),
_i: 2
},
@@ -78030,7 +74024,7 @@ var render = function() {
src: _vm._$s(
15,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/xg.png */ 627)
+ __webpack_require__(/*! ../../../../static/tongyonh/xg.png */ 619)
),
_i: 15
},
@@ -78046,7 +74040,7 @@ var render = function() {
src: _vm._$s(
16,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/Frame60.png */ 693)
+ __webpack_require__(/*! ../../../../static/tongyonh/Frame60.png */ 678)
),
_i: 16
}
@@ -78093,7 +74087,7 @@ var render = function() {
src: _vm._$s(
21,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/xg.png */ 627)
+ __webpack_require__(/*! ../../../../static/tongyonh/xg.png */ 619)
),
_i: 21
},
@@ -78109,7 +74103,7 @@ var render = function() {
src: _vm._$s(
22,
"a-src",
- __webpack_require__(/*! ../../../../static/tongyonh/Subtract.png */ 694)
+ __webpack_require__(/*! ../../../../static/tongyonh/Subtract.png */ 679)
),
_i: 22
}
@@ -78184,42 +74178,42 @@ render._withStripped = true
/***/ }),
-/* 688 */
-/*!***************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-button/u-button.vue ***!
- \***************************************************************************************/
+/* 673 */
+/*!*****************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-button/u-button.vue ***!
+ \*****************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _u_button_vue_vue_type_template_id_6e15e680_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./u-button.vue?vue&type=template&id=6e15e680&scoped=true& */ 689);\n/* harmony import */ var _u_button_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./u-button.vue?vue&type=script&lang=js& */ 691);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _u_button_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _u_button_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 7);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _u_button_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _u_button_vue_vue_type_template_id_6e15e680_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _u_button_vue_vue_type_template_id_6e15e680_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"6e15e680\",\n null,\n false,\n _u_button_vue_vue_type_template_id_6e15e680_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"uview-ui/components/u-button/u-button.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBaUk7QUFDakk7QUFDNEQ7QUFDTDs7O0FBR3ZEO0FBQ21LO0FBQ25LLGdCQUFnQiw2S0FBVTtBQUMxQixFQUFFLDhFQUFNO0FBQ1IsRUFBRSwrRkFBTTtBQUNSLEVBQUUsd0dBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsbUdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNjg4LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi91LWJ1dHRvbi52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9NmUxNWU2ODAmc2NvcGVkPXRydWUmXCJcbnZhciByZW5kZXJqc1xuaW1wb3J0IHNjcmlwdCBmcm9tIFwiLi91LWJ1dHRvbi52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmXCJcbmV4cG9ydCAqIGZyb20gXCIuL3UtYnV0dG9uLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy92dWUtbG9hZGVyL2xpYi9ydW50aW1lL2NvbXBvbmVudE5vcm1hbGl6ZXIuanNcIlxudmFyIGNvbXBvbmVudCA9IG5vcm1hbGl6ZXIoXG4gIHNjcmlwdCxcbiAgcmVuZGVyLFxuICBzdGF0aWNSZW5kZXJGbnMsXG4gIGZhbHNlLFxuICBudWxsLFxuICBcIjZlMTVlNjgwXCIsXG4gIG51bGwsXG4gIGZhbHNlLFxuICBjb21wb25lbnRzLFxuICByZW5kZXJqc1xuKVxuXG5jb21wb25lbnQub3B0aW9ucy5fX2ZpbGUgPSBcInV2aWV3LXVpL2NvbXBvbmVudHMvdS1idXR0b24vdS1idXR0b24udnVlXCJcbmV4cG9ydCBkZWZhdWx0IGNvbXBvbmVudC5leHBvcnRzIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///688\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _u_button_vue_vue_type_template_id_6e15e680_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./u-button.vue?vue&type=template&id=6e15e680&scoped=true& */ 674);\n/* harmony import */ var _u_button_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./u-button.vue?vue&type=script&lang=js& */ 676);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _u_button_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _u_button_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 11);\n\nvar renderjs\n\n\n\n\n/* normalize component */\n\nvar component = Object(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(\n _u_button_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _u_button_vue_vue_type_template_id_6e15e680_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _u_button_vue_vue_type_template_id_6e15e680_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"6e15e680\",\n null,\n false,\n _u_button_vue_vue_type_template_id_6e15e680_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"components\"],\n renderjs\n)\n\ncomponent.options.__file = \"uview-ui/components/u-button/u-button.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBaUk7QUFDakk7QUFDNEQ7QUFDTDs7O0FBR3ZEO0FBQ29MO0FBQ3BMLGdCQUFnQiw2TEFBVTtBQUMxQixFQUFFLDhFQUFNO0FBQ1IsRUFBRSwrRkFBTTtBQUNSLEVBQUUsd0dBQWU7QUFDakI7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLEVBQUUsbUdBQVU7QUFDWjtBQUNBOztBQUVBO0FBQ2UsZ0YiLCJmaWxlIjoiNjczLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcmVuZGVyLCBzdGF0aWNSZW5kZXJGbnMsIHJlY3ljbGFibGVSZW5kZXIsIGNvbXBvbmVudHMgfSBmcm9tIFwiLi91LWJ1dHRvbi52dWU/dnVlJnR5cGU9dGVtcGxhdGUmaWQ9NmUxNWU2ODAmc2NvcGVkPXRydWUmXCJcbnZhciByZW5kZXJqc1xuaW1wb3J0IHNjcmlwdCBmcm9tIFwiLi91LWJ1dHRvbi52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmXCJcbmV4cG9ydCAqIGZyb20gXCIuL3UtYnV0dG9uLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIlxuXG5cbi8qIG5vcm1hbGl6ZSBjb21wb25lbnQgKi9cbmltcG9ydCBub3JtYWxpemVyIGZyb20gXCIhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXHJ1bnRpbWVcXFxcY29tcG9uZW50Tm9ybWFsaXplci5qc1wiXG52YXIgY29tcG9uZW50ID0gbm9ybWFsaXplcihcbiAgc2NyaXB0LFxuICByZW5kZXIsXG4gIHN0YXRpY1JlbmRlckZucyxcbiAgZmFsc2UsXG4gIG51bGwsXG4gIFwiNmUxNWU2ODBcIixcbiAgbnVsbCxcbiAgZmFsc2UsXG4gIGNvbXBvbmVudHMsXG4gIHJlbmRlcmpzXG4pXG5cbmNvbXBvbmVudC5vcHRpb25zLl9fZmlsZSA9IFwidXZpZXctdWkvY29tcG9uZW50cy91LWJ1dHRvbi91LWJ1dHRvbi52dWVcIlxuZXhwb3J0IGRlZmF1bHQgY29tcG9uZW50LmV4cG9ydHMiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///673\n");
/***/ }),
-/* 689 */
-/*!**********************************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-button/u-button.vue?vue&type=template&id=6e15e680&scoped=true& ***!
- \**********************************************************************************************************************************/
+/* 674 */
+/*!************************************************************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-button/u-button.vue?vue&type=template&id=6e15e680&scoped=true& ***!
+ \************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
-/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_button_vue_vue_type_template_id_6e15e680_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-button.vue?vue&type=template&id=6e15e680&scoped=true& */ 690);
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_button_vue_vue_type_template_id_6e15e680_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
+/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_button_vue_vue_type_template_id_6e15e680_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-button.vue?vue&type=template&id=6e15e680&scoped=true& */ 675);
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_button_vue_vue_type_template_id_6e15e680_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_button_vue_vue_type_template_id_6e15e680_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_button_vue_vue_type_template_id_6e15e680_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_button_vue_vue_type_template_id_6e15e680_scoped_true___WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_button_vue_vue_type_template_id_6e15e680_scoped_true___WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
-/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_button_vue_vue_type_template_id_6e15e680_scoped_true___WEBPACK_IMPORTED_MODULE_0__["components"]; });
+/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_0_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_button_vue_vue_type_template_id_6e15e680_scoped_true___WEBPACK_IMPORTED_MODULE_0__["components"]; });
/***/ }),
-/* 690 */
-/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-button/u-button.vue?vue&type=template&id=6e15e680&scoped=true& ***!
- \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 675 */
+/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/uview-ui/components/u-button/u-button.vue?vue&type=template&id=6e15e680&scoped=true& ***!
+ \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns, recyclableRender, components */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
@@ -78335,106 +74329,106 @@ render._withStripped = true
/***/ }),
-/* 691 */
-/*!****************************************************************************************************************!*\
- !*** C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-button/u-button.vue?vue&type=script&lang=js& ***!
- \****************************************************************************************************************/
+/* 676 */
+/*!******************************************************************************************!*\
+ !*** D:/fone/bitcooo/uview-ui/components/u-button/u-button.vue?vue&type=script&lang=js& ***!
+ \******************************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_button_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!../../../../HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-button.vue?vue&type=script&lang=js& */ 692);\n/* harmony import */ var _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_button_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_button_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_button_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_button_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_button_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQW9pQixDQUFnQiw4akJBQUcsRUFBQyIsImZpbGUiOiI2OTEuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL2JhYmVsLWxvYWRlci9saWIvaW5kZXguanMhLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvQGRjbG91ZGlvL3Z1ZS1jbGktcGx1Z2luLXVuaS9wYWNrYWdlcy93ZWJwYWNrLXByZXByb2Nlc3MtbG9hZGVyL2luZGV4LmpzPz9yZWYtLTYtMSEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stdW5pLWFwcC1sb2FkZXIvdXNpbmctY29tcG9uZW50cy5qcyEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3Z1ZS1sb2FkZXIvbGliL2luZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi91LWJ1dHRvbi52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmXCI7IGV4cG9ydCBkZWZhdWx0IG1vZDsgZXhwb3J0ICogZnJvbSBcIi0hLi4vLi4vLi4vLi4vSEJ1aWxkZXJYL3BsdWdpbnMvdW5pYXBwLWNsaS9ub2RlX21vZHVsZXMvYmFiZWwtbG9hZGVyL2xpYi9pbmRleC5qcyEuLi8uLi8uLi8uLi9IQnVpbGRlclgvcGx1Z2lucy91bmlhcHAtY2xpL25vZGVfbW9kdWxlcy9AZGNsb3VkaW8vdnVlLWNsaS1wbHVnaW4tdW5pL3BhY2thZ2VzL3dlYnBhY2stcHJlcHJvY2Vzcy1sb2FkZXIvaW5kZXguanM/P3JlZi0tNi0xIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvd2VicGFjay11bmktYXBwLWxvYWRlci91c2luZy1jb21wb25lbnRzLmpzIS4uLy4uLy4uLy4uL0hCdWlsZGVyWC9wbHVnaW5zL3VuaWFwcC1jbGkvbm9kZV9tb2R1bGVzL0BkY2xvdWRpby92dWUtY2xpLXBsdWdpbi11bmkvcGFja2FnZXMvdnVlLWxvYWRlci9saWIvaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL3UtYnV0dG9uLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///691\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_button_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./u-button.vue?vue&type=script&lang=js& */ 677);\n/* harmony import */ var _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_button_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_button_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_button_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_button_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_1_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_C_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_u_button_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a); //# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQStsQixDQUFnQiw4bkJBQUcsRUFBQyIsImZpbGUiOiI2NzYuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgbW9kIGZyb20gXCItIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcYmFiZWwtbG9hZGVyXFxcXGxpYlxcXFxpbmRleC5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcd2VicGFjay1wcmVwcm9jZXNzLWxvYWRlclxcXFxpbmRleC5qcz8/cmVmLS02LTEhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stdW5pLWFwcC1sb2FkZXJcXFxcdXNpbmctY29tcG9uZW50cy5qcyFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXEBkY2xvdWRpb1xcXFx2dWUtY2xpLXBsdWdpbi11bmlcXFxccGFja2FnZXNcXFxcdnVlLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanM/P3Z1ZS1sb2FkZXItb3B0aW9ucyEuL3UtYnV0dG9uLnZ1ZT92dWUmdHlwZT1zY3JpcHQmbGFuZz1qcyZcIjsgZXhwb3J0IGRlZmF1bHQgbW9kOyBleHBvcnQgKiBmcm9tIFwiLSFDOlxcXFxQcm9ncmFtIEZpbGVzXFxcXEhCdWlsZGVyWFxcXFxwbHVnaW5zXFxcXHVuaWFwcC1jbGlcXFxcbm9kZV9tb2R1bGVzXFxcXGJhYmVsLWxvYWRlclxcXFxsaWJcXFxcaW5kZXguanMhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHdlYnBhY2stcHJlcHJvY2Vzcy1sb2FkZXJcXFxcaW5kZXguanM/P3JlZi0tNi0xIUM6XFxcXFByb2dyYW0gRmlsZXNcXFxcSEJ1aWxkZXJYXFxcXHBsdWdpbnNcXFxcdW5pYXBwLWNsaVxcXFxub2RlX21vZHVsZXNcXFxcQGRjbG91ZGlvXFxcXHZ1ZS1jbGktcGx1Z2luLXVuaVxcXFxwYWNrYWdlc1xcXFx3ZWJwYWNrLXVuaS1hcHAtbG9hZGVyXFxcXHVzaW5nLWNvbXBvbmVudHMuanMhQzpcXFxcUHJvZ3JhbSBGaWxlc1xcXFxIQnVpbGRlclhcXFxccGx1Z2luc1xcXFx1bmlhcHAtY2xpXFxcXG5vZGVfbW9kdWxlc1xcXFxAZGNsb3VkaW9cXFxcdnVlLWNsaS1wbHVnaW4tdW5pXFxcXHBhY2thZ2VzXFxcXHZ1ZS1sb2FkZXJcXFxcbGliXFxcXGluZGV4LmpzPz92dWUtbG9hZGVyLW9wdGlvbnMhLi91LWJ1dHRvbi52dWU/dnVlJnR5cGU9c2NyaXB0Jmxhbmc9anMmXCIiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///676\n");
/***/ }),
-/* 692 */
-/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
- !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!C:/Users/Administrator/Desktop/bitcoo/uview-ui/components/u-button/u-button.vue?vue&type=script&lang=js& ***!
- \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
+/* 677 */
+/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
+ !*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!D:/fone/bitcooo/uview-ui/components/u-button/u-button.vue?vue&type=script&lang=js& ***!
+ \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
-eval("Object.defineProperty(exports, \"__esModule\", { value: true });exports.default = void 0; //\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n/**\r\n * button 按钮\r\n * @description Button 按钮\r\n * @tutorial https://www.uviewui.com/components/button.html\r\n * @property {String} size 按钮的大小\r\n * @property {Boolean} ripple 是否开启点击水波纹效果\r\n * @property {String} ripple-bg-color 水波纹的背景色,ripple为true时有效\r\n * @property {String} type 按钮的样式类型\r\n * @property {Boolean} plain 按钮是否镂空,背景色透明\r\n * @property {Boolean} disabled 是否禁用\r\n * @property {Boolean} hair-line 是否显示按钮的细边框(默认true)\r\n * @property {Boolean} shape 按钮外观形状,见文档说明\r\n * @property {Boolean} loading 按钮名称前是否带 loading 图标(App-nvue 平台,在 ios 上为雪花,Android上为圆圈)\r\n * @property {String} form-type 用于