File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
tutorials/polkadot-sdk/system-chains/asset-hub Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -103,14 +103,14 @@ Create an `index.ts` file with the complete batch teleport implementation. For t
103103 The ParaSpell SDK supports two batch modes:
104104
105105 - **`BatchMode.BATCH_ALL`**:
106- - **Behavior**: All operations must succeed, or the entire batch fails
107- - **Use Case **: When all transfers are critical and interdependent
108- - **Gas Efficiency **: More efficient as it's a single atomic operation
109-
110- - BatchMode.BATCH
111- - **Behavior**: Individual operations can fail independently
112- - **Use Case **: When some transfers can fail without affecting others
113- - **Resilience**: More resilient but with slightly higher gas overhead
106+ - **Behavior**: All operations must succeed, or the entire batch fails.
107+ - **Use case **: When all transfers are critical and interdependent.
108+ - **Gas efficiency **: More efficient as it's a single atomic operation.
109+
110+ - **` BatchMode.BATCH`**:
111+ - **Behavior**: Individual operations can fail independently.
112+ - **Use case **: When some transfers can fail without affecting others.
113+ - **Resilience**: More resilient but with slightly higher gas overhead.
114114
115115Update your ` package.json ` to include the necessary scripts:
116116
You can’t perform that action at this time.
0 commit comments