You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Implemented basic functionality for consolidation of non base assets
* Finalized the consolidation process
* Lintfix
* Updated documentation
* Changeset
* Finalised non-base asset consolidation
Copy file name to clipboardExpand all lines: apps/docs/src/guide/cookbook/combining-utxos.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,13 @@ The SDK provides a built-in method to consolidate your base asset UTXOs:
14
14
15
15
The `consolidateCoins` method accepts the following parameters:
16
16
17
-
-`assetId`: The ID of the asset to consolidate (currently supports only the base asset)
17
+
-`assetId`: The ID of the asset to consolidate
18
+
18
19
-`mode` (optional): How to submit consolidation transactions
19
20
-`'parallel'` (default): Submit all transactions simultaneously for faster processing
20
21
-`'sequential'`: Submit transactions one after another, waiting for each to complete
21
22
-`outputNum` (optional): Number of output UTXOs to create (default is 1)
22
23
23
-
### Limitations
24
-
25
-
- Currently only supports consolidating the base asset
26
-
27
24
## Max Inputs and Outputs
28
25
29
26
It's also important to note that depending on the chain configuration, you may be limited on the number of inputs and/or outputs that you can have in a transaction. These amounts can be queried via the [TxParameters](https://docs.fuel.network/docs/graphql/reference/objects/#txparameters) GraphQL query.
0 commit comments