27
27
- [ getTx] ( LumClient.md#gettx )
28
28
- [ searchTx] ( LumClient.md#searchtx )
29
29
- [ signAndBroadcastTx] ( LumClient.md#signandbroadcasttx )
30
+ - [ signAndBroadcastTxForMultiWallet] ( LumClient.md#signandbroadcasttxformultiwallet )
30
31
- [ signTx] ( LumClient.md#signtx )
32
+ - [ signTxForMultiWallet] ( LumClient.md#signtxformultiwallet )
31
33
- [ signTxFromWallet] ( LumClient.md#signtxfromwallet )
32
34
- [ status] ( LumClient.md#status )
33
35
- [ txsQuery] ( LumClient.md#txsquery )
@@ -281,7 +283,7 @@ Signs and broadcast the transaction using the specified wallet and messages
281
283
282
284
| Name | Type | Description |
283
285
| :------ | :------ | :------ |
284
- | ` wallet ` | [ ` LumWallet ` ] ( LumWallet.md ) \| [ ` LumWallet ` ] ( LumWallet.md ) [ ] | signing wallet or wallets for multi signature |
286
+ | ` wallet ` | [ ` LumWallet ` ] ( LumWallet.md ) | signing wallet or wallets for multi signature |
285
287
| ` doc ` | [ ` Doc ` ] ( ../interfaces/LumTypes.Doc.md ) | document to sign and broadcast as a transaction |
286
288
287
289
#### Returns
@@ -290,23 +292,53 @@ Signs and broadcast the transaction using the specified wallet and messages
290
292
291
293
___
292
294
295
+ ### signAndBroadcastTxForMultiWallet
296
+
297
+ ▸ ** signAndBroadcastTxForMultiWallet** (` wallets ` , ` doc ` ): ` Promise ` <` BroadcastTxCommitResponse ` \>
298
+
299
+ #### Parameters
300
+
301
+ | Name | Type |
302
+ | :------ | :------ |
303
+ | ` wallets ` | [ ` LumWallet ` ] ( LumWallet.md ) [ ] |
304
+ | ` doc ` | [ ` Doc ` ] ( ../interfaces/LumTypes.Doc.md ) |
305
+
306
+ #### Returns
307
+
308
+ ` Promise ` <` BroadcastTxCommitResponse ` \>
309
+
310
+ ___
311
+
293
312
### signTx
294
313
295
- ▸ ** signTx** < ` T ` \> ( ` wallets ` , ` doc ` ): ` Promise ` <` Uint8Array ` \>
314
+ ▸ ** signTx** ( ` wallet ` , ` doc ` ): ` Promise ` <` Uint8Array ` \>
296
315
297
316
Signs the messages using the provided wallet and builds the transaction
298
317
299
- #### Type parameters
318
+ #### Parameters
319
+
320
+ | Name | Type | Description |
321
+ | :------ | :------ | :------ |
322
+ | ` wallet ` | [ ` LumWallet ` ] ( LumWallet.md ) | signing wallet for multi signature |
323
+ | ` doc ` | [ ` Doc ` ] ( ../interfaces/LumTypes.Doc.md ) | document to sign |
324
+
325
+ #### Returns
326
+
327
+ ` Promise ` <` Uint8Array ` \>
328
+
329
+ ___
330
+
331
+ ### signTxForMultiWallet
332
+
333
+ ▸ ** signTxForMultiWallet** (` wallets ` , ` doc ` ): ` Promise ` <` Uint8Array ` \>
300
334
301
- | Name |
302
- | :------ |
303
- | ` T ` |
335
+ Signs the messages using the provided wallets and builds the transaction
304
336
305
337
#### Parameters
306
338
307
339
| Name | Type | Description |
308
340
| :------ | :------ | :------ |
309
- | ` wallets ` | ` T ` | signing wallets for multi signature |
341
+ | ` wallets ` | [ ` LumWallet ` ] ( LumWallet.md ) [ ] | signing wallets for multi signature |
310
342
| ` doc ` | [ ` Doc ` ] ( ../interfaces/LumTypes.Doc.md ) | document to sign |
311
343
312
344
#### Returns
0 commit comments