@weblock-wallet/sdk 0.1.40 → 0.1.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +3 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +16 -0
- package/dist/index.d.ts +16 -0
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -106623,6 +106623,9 @@ var WeBlockSDK = class {
|
|
|
106623
106623
|
getBalance: (address, chainId) => {
|
|
106624
106624
|
return this.walletModule.getBalance(address, chainId);
|
|
106625
106625
|
},
|
|
106626
|
+
investUsdtForRbt10to1: async (opts) => {
|
|
106627
|
+
return this.walletModule.investUsdtForRbt10to1(opts);
|
|
106628
|
+
},
|
|
106626
106629
|
getTransactionCount: (address, chainId) => {
|
|
106627
106630
|
return this.walletModule.getTransactionCount(address, chainId);
|
|
106628
106631
|
},
|