Skip to content

Commit

Permalink
chore: merged key concepts and API in orch
Browse files Browse the repository at this point in the history
  • Loading branch information
amessbee committed Sep 23, 2024
1 parent 64d7e64 commit d90ef38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main/guides/orchestration/getting-started/key-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ const balance = await orchestrationAccount.getBalance('uatom');
- `send` transfers an amount to another account on the same chain.
- `transfer` transfers an amount to another account, typically on another chain.
- `transferSteps` transfers an amount in multiple steps, handling complex transfer paths.
- `deposit` deposits payment from Zoe to the account. For remote accounts, an IBC Transfer will be executed to transfer funds there.
- `deposit` deposits payment from Zoe to the account. For remote accounts, an IBC Transfer
will be executed to transfer funds there.

```javascript
await orchestrationAccount.send(receiverAddress, amount);
Expand Down

0 comments on commit d90ef38

Please sign in to comment.