turing-wallet-provider 1.3.0 → 1.3.2

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/README.md CHANGED
@@ -319,7 +319,7 @@ const params = [{
319
319
  with_lock?:false //默认值为false,为true则创建带哈希锁的poolNFT
320
320
  pubKeyLock?:["pubkey1","pubkey2"];
321
321
  lpCostAddress?:"";//设置添加流动性扣款地址
322
- lpCostTBC?:5;//设置添加流动性扣款TBC数量
322
+ lpCostAmount?:5;//设置添加流动性扣款TBC数量
323
323
  lpPlan?:1 //默认值为1
324
324
  domain?: "",
325
325
  }];
@@ -62,7 +62,7 @@ export type SendTransactionResponse = {
62
62
  };
63
63
 
64
64
  export type SignTransaction = {
65
- ttxraws: string[];
65
+ txraws: string[];
66
66
  utxos_satoshis: number[][];
67
67
  script_pubkeys: string[][];
68
68
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "turing-wallet-provider",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [