@onekeyfe/hd-web-sdk 0.3.10 → 0.3.12

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.
@@ -8748,23 +8748,23 @@
8748
8748
  "id": 31
8749
8749
  },
8750
8750
  "freeze_balance_v2_contract": {
8751
- "type": "FreezeBalanceV2Contract",
8751
+ "type": "TronFreezeBalanceV2Contract",
8752
8752
  "id": 54
8753
8753
  },
8754
8754
  "unfreeze_balance_v2_contract": {
8755
- "type": "UnfreezeBalanceV2Contract",
8755
+ "type": "TronUnfreezeBalanceV2Contract",
8756
8756
  "id": 55
8757
8757
  },
8758
8758
  "withdraw_expire_unfreeze_contract": {
8759
- "type": "WithdrawExpireUnfreezeContract",
8759
+ "type": "TronWithdrawExpireUnfreezeContract",
8760
8760
  "id": 56
8761
8761
  },
8762
8762
  "delegate_resource_contract": {
8763
- "type": "DelegateResourceContract",
8763
+ "type": "TronDelegateResourceContract",
8764
8764
  "id": 57
8765
8765
  },
8766
8766
  "undelegate_resource_contract": {
8767
- "type": "UnDelegateResourceContract",
8767
+ "type": "TronUnDelegateResourceContract",
8768
8768
  "id": 58
8769
8769
  }
8770
8770
  },
@@ -8851,7 +8851,7 @@
8851
8851
  }
8852
8852
  }
8853
8853
  },
8854
- "FreezeBalanceV2Contract": {
8854
+ "TronFreezeBalanceV2Contract": {
8855
8855
  "fields": {
8856
8856
  "frozen_balance": {
8857
8857
  "type": "uint64",
@@ -8863,7 +8863,7 @@
8863
8863
  }
8864
8864
  }
8865
8865
  },
8866
- "UnfreezeBalanceV2Contract": {
8866
+ "TronUnfreezeBalanceV2Contract": {
8867
8867
  "fields": {
8868
8868
  "unfreeze_balance": {
8869
8869
  "type": "uint64",
@@ -8875,10 +8875,10 @@
8875
8875
  }
8876
8876
  }
8877
8877
  },
8878
- "WithdrawExpireUnfreezeContract": {
8878
+ "TronWithdrawExpireUnfreezeContract": {
8879
8879
  "fields": {}
8880
8880
  },
8881
- "DelegateResourceContract": {
8881
+ "TronDelegateResourceContract": {
8882
8882
  "fields": {
8883
8883
  "resource": {
8884
8884
  "type": "TronResourceCode",
@@ -8898,7 +8898,7 @@
8898
8898
  }
8899
8899
  }
8900
8900
  },
8901
- "UnDelegateResourceContract": {
8901
+ "TronUnDelegateResourceContract": {
8902
8902
  "fields": {
8903
8903
  "resource": {
8904
8904
  "type": "TronResourceCode",
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.0858f0a763206df46f78.js');
27
+ iframeScript.setAttribute('src', './js/iframe.2a92ba2ec2e5dc4a70a8.js');
28
28
  iframeScript.setAttribute('async', 'false');
29
29
  document.body.appendChild(iframeScript);
30
30
  </script>