@onekeyfe/hd-web-sdk 0.3.6-alpha.0 → 0.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/data/messages/messages.json +95 -4
- package/build/iframe.html +1 -1
- package/build/js/iframe.a93800ee12b5c7752125.js +3 -0
- package/build/js/iframe.a93800ee12b5c7752125.js.map +1 -0
- package/build/onekey-js-sdk.js +3 -3
- package/build/onekey-js-sdk.js.map +1 -1
- package/build/onekey-js-sdk.min.js +1 -1
- package/build/onekey-js-sdk.min.js.map +1 -1
- package/package.json +6 -6
- package/build/js/iframe.9251cb1e6a9b2fe07c98.js +0 -3
- package/build/js/iframe.9251cb1e6a9b2fe07c98.js.map +0 -1
- /package/build/js/{iframe.9251cb1e6a9b2fe07c98.js.LICENSE.txt → iframe.a93800ee12b5c7752125.js.LICENSE.txt} +0 -0
|
@@ -1642,10 +1642,6 @@
|
|
|
1642
1642
|
"reboot_on_success": {
|
|
1643
1643
|
"type": "bool",
|
|
1644
1644
|
"id": 2
|
|
1645
|
-
},
|
|
1646
|
-
"force_erase": {
|
|
1647
|
-
"type": "bool",
|
|
1648
|
-
"id": 3
|
|
1649
1645
|
}
|
|
1650
1646
|
}
|
|
1651
1647
|
},
|
|
@@ -8743,9 +8739,33 @@
|
|
|
8743
8739
|
"type": "TronUnfreezeBalanceContract",
|
|
8744
8740
|
"id": 12
|
|
8745
8741
|
},
|
|
8742
|
+
"withdraw_balance_contract": {
|
|
8743
|
+
"type": "TronWithdrawBalanceContract",
|
|
8744
|
+
"id": 13
|
|
8745
|
+
},
|
|
8746
8746
|
"trigger_smart_contract": {
|
|
8747
8747
|
"type": "TronTriggerSmartContract",
|
|
8748
8748
|
"id": 31
|
|
8749
|
+
},
|
|
8750
|
+
"freeze_balance_v2_contract": {
|
|
8751
|
+
"type": "FreezeBalanceV2Contract",
|
|
8752
|
+
"id": 54
|
|
8753
|
+
},
|
|
8754
|
+
"unfreeze_balance_v2_contract": {
|
|
8755
|
+
"type": "UnfreezeBalanceV2Contract",
|
|
8756
|
+
"id": 55
|
|
8757
|
+
},
|
|
8758
|
+
"withdraw_expire_unfreeze_contract": {
|
|
8759
|
+
"type": "WithdrawExpireUnfreezeContract",
|
|
8760
|
+
"id": 56
|
|
8761
|
+
},
|
|
8762
|
+
"delegate_resource_contract": {
|
|
8763
|
+
"type": "DelegateResourceContract",
|
|
8764
|
+
"id": 57
|
|
8765
|
+
},
|
|
8766
|
+
"undelegate_resource_contract": {
|
|
8767
|
+
"type": "UnDelegateResourceContract",
|
|
8768
|
+
"id": 58
|
|
8749
8769
|
}
|
|
8750
8770
|
},
|
|
8751
8771
|
"nested": {
|
|
@@ -8822,6 +8842,77 @@
|
|
|
8822
8842
|
"id": 2
|
|
8823
8843
|
}
|
|
8824
8844
|
}
|
|
8845
|
+
},
|
|
8846
|
+
"TronWithdrawBalanceContract": {
|
|
8847
|
+
"fields": {
|
|
8848
|
+
"owner_address": {
|
|
8849
|
+
"type": "bytes",
|
|
8850
|
+
"id": 1
|
|
8851
|
+
}
|
|
8852
|
+
}
|
|
8853
|
+
},
|
|
8854
|
+
"FreezeBalanceV2Contract": {
|
|
8855
|
+
"fields": {
|
|
8856
|
+
"frozen_balance": {
|
|
8857
|
+
"type": "uint64",
|
|
8858
|
+
"id": 2
|
|
8859
|
+
},
|
|
8860
|
+
"resource": {
|
|
8861
|
+
"type": "TronResourceCode",
|
|
8862
|
+
"id": 3
|
|
8863
|
+
}
|
|
8864
|
+
}
|
|
8865
|
+
},
|
|
8866
|
+
"UnfreezeBalanceV2Contract": {
|
|
8867
|
+
"fields": {
|
|
8868
|
+
"unfreeze_balance": {
|
|
8869
|
+
"type": "uint64",
|
|
8870
|
+
"id": 2
|
|
8871
|
+
},
|
|
8872
|
+
"resource": {
|
|
8873
|
+
"type": "TronResourceCode",
|
|
8874
|
+
"id": 3
|
|
8875
|
+
}
|
|
8876
|
+
}
|
|
8877
|
+
},
|
|
8878
|
+
"WithdrawExpireUnfreezeContract": {
|
|
8879
|
+
"fields": {}
|
|
8880
|
+
},
|
|
8881
|
+
"DelegateResourceContract": {
|
|
8882
|
+
"fields": {
|
|
8883
|
+
"resource": {
|
|
8884
|
+
"type": "TronResourceCode",
|
|
8885
|
+
"id": 2
|
|
8886
|
+
},
|
|
8887
|
+
"balance": {
|
|
8888
|
+
"type": "uint64",
|
|
8889
|
+
"id": 3
|
|
8890
|
+
},
|
|
8891
|
+
"receiver_address": {
|
|
8892
|
+
"type": "string",
|
|
8893
|
+
"id": 4
|
|
8894
|
+
},
|
|
8895
|
+
"lock": {
|
|
8896
|
+
"type": "bool",
|
|
8897
|
+
"id": 5
|
|
8898
|
+
}
|
|
8899
|
+
}
|
|
8900
|
+
},
|
|
8901
|
+
"UnDelegateResourceContract": {
|
|
8902
|
+
"fields": {
|
|
8903
|
+
"resource": {
|
|
8904
|
+
"type": "TronResourceCode",
|
|
8905
|
+
"id": 2
|
|
8906
|
+
},
|
|
8907
|
+
"balance": {
|
|
8908
|
+
"type": "uint64",
|
|
8909
|
+
"id": 3
|
|
8910
|
+
},
|
|
8911
|
+
"receiver_address": {
|
|
8912
|
+
"type": "string",
|
|
8913
|
+
"id": 4
|
|
8914
|
+
}
|
|
8915
|
+
}
|
|
8825
8916
|
}
|
|
8826
8917
|
}
|
|
8827
8918
|
}
|
package/build/iframe.html
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
const iframeScript = document.createElement('script');
|
|
26
26
|
iframeScript.setAttribute('type', 'text/javascript');
|
|
27
|
-
iframeScript.setAttribute('src', './js/iframe.
|
|
27
|
+
iframeScript.setAttribute('src', './js/iframe.a93800ee12b5c7752125.js');
|
|
28
28
|
iframeScript.setAttribute('async', 'false');
|
|
29
29
|
document.body.appendChild(iframeScript);
|
|
30
30
|
</script>
|