Skip to content

Commit d90ef38

Browse files
committed
chore: merged key concepts and API in orch
1 parent 64d7e64 commit d90ef38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main/guides/orchestration/getting-started/key-concepts.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ const balance = await orchestrationAccount.getBalance('uatom');
7171
- `send` transfers an amount to another account on the same chain.
7272
- `transfer` transfers an amount to another account, typically on another chain.
7373
- `transferSteps` transfers an amount in multiple steps, handling complex transfer paths.
74-
- `deposit` deposits payment from Zoe to the account. For remote accounts, an IBC Transfer will be executed to transfer funds there.
74+
- `deposit` deposits payment from Zoe to the account. For remote accounts, an IBC Transfer
75+
will be executed to transfer funds there.
7576

7677
```javascript
7778
await orchestrationAccount.send(receiverAddress, amount);

0 commit comments

Comments
 (0)