turing-wallet-provider 1.1.2 → 1.1.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.
package/README.md CHANGED
@@ -164,6 +164,7 @@ interface RequestParam = {
164
164
  tbc_amount?: number;
165
165
  ft_amount?: number;
166
166
  merge_times?:number;
167
+ with_lock? boolean;
167
168
  };
168
169
 
169
170
  const params = [param:RequestParam] //目前参数里只能放一个对象,有批量发送需求再扩展
@@ -32,6 +32,7 @@ export type SendTransaction = {
32
32
  tbc_amount?: number;
33
33
  ft_amount?: number;
34
34
  merge_times?: number;
35
+ with_lock?: boolean
35
36
  };
36
37
 
37
38
  export type SignMessage = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "turing-wallet-provider",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [