28
28
- [ searchTx] ( LumClient.md#searchtx )
29
29
- [ signAndBroadcastTx] ( LumClient.md#signandbroadcasttx )
30
30
- [ signTx] ( LumClient.md#signtx )
31
+ - [ signTxFromWallet] ( LumClient.md#signtxfromwallet )
31
32
- [ status] ( LumClient.md#status )
32
33
- [ txsQuery] ( LumClient.md#txsquery )
33
34
- [ connect] ( LumClient.md#connect )
@@ -291,15 +292,21 @@ ___
291
292
292
293
### signTx
293
294
294
- ▸ ** signTx** ( ` wallet ` , ` doc ` ): ` Promise ` <` Uint8Array ` \>
295
+ ▸ ** signTx** < ` T ` \> ( ` wallets ` , ` doc ` ): ` Promise ` <` Uint8Array ` \>
295
296
296
297
Signs the messages using the provided wallet and builds the transaction
297
298
299
+ #### Type parameters
300
+
301
+ | Name |
302
+ | :------ |
303
+ | ` T ` |
304
+
298
305
#### Parameters
299
306
300
307
| Name | Type | Description |
301
308
| :------ | :------ | :------ |
302
- | ` wallet ` | [ ` LumWallet ` ] ( LumWallet.md ) \| [ ` LumWallet ` ] ( LumWallet.md ) [ ] | signing wallet or wallets for multi signature |
309
+ | ` wallets ` | ` T ` | signing wallets for multi signature |
303
310
| ` doc ` | [ ` Doc ` ] ( ../interfaces/LumTypes.Doc.md ) | document to sign |
304
311
305
312
#### Returns
@@ -308,6 +315,23 @@ Signs the messages using the provided wallet and builds the transaction
308
315
309
316
___
310
317
318
+ ### signTxFromWallet
319
+
320
+ ▸ ** signTxFromWallet** (` wallet ` , ` doc ` ): ` Promise ` <[ ` SignDoc ` , ` Uint8Array ` ] \>
321
+
322
+ #### Parameters
323
+
324
+ | Name | Type |
325
+ | :------ | :------ |
326
+ | ` wallet ` | [ ` LumWallet ` ] ( LumWallet.md ) |
327
+ | ` doc ` | [ ` Doc ` ] ( ../interfaces/LumTypes.Doc.md ) |
328
+
329
+ #### Returns
330
+
331
+ ` Promise ` <[ ` SignDoc ` , ` Uint8Array ` ] \>
332
+
333
+ ___
334
+
311
335
### status
312
336
313
337
▸ ** status** (): ` Promise ` <` StatusResponse ` \>
0 commit comments