Skip to content

Commit 8f73752

Browse files
Update tutorials/polkadot-sdk/system-chains/asset-hub/batch-teleport-assets.md
Co-authored-by: Erin Shaben <[email protected]>
1 parent 64b34b4 commit 8f73752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/polkadot-sdk/system-chains/asset-hub/batch-teleport-assets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Create an `index.ts` file with the complete batch teleport implementation. For t
102102
!!!note "Understanding Batch Modes"
103103
The ParaSpell SDK supports two batch modes:
104104

105-
- BatchMode.BATCH_ALL
105+
- **`BatchMode.BATCH_ALL`**:
106106
- **Behavior**: All operations must succeed, or the entire batch fails
107107
- **Use Case**: When all transfers are critical and interdependent
108108
- **Gas Efficiency**: More efficient as it's a single atomic operation

0 commit comments

Comments
 (0)