turing-wallet-provider 1.2.3 → 1.2.4

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -234,7 +234,8 @@ const params = [{
234
234
  flag:"FT_TRANSFER",
235
235
  ft_contract_address:"",
236
236
  ft_amount:0.1,
237
- address:""
237
+ tbc_amount?: 1, //同时转ft和tbc时候可提供参数
238
+ address:"",
238
239
  }];
239
240
  const { txid } = await wallet.sendTransaction(params);
240
241
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "turing-wallet-provider",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [