Commit d90ef38 1 parent 64d7e64 commit d90ef38 Copy full SHA for d90ef38
File tree 1 file changed +2
-1
lines changed
main/guides/orchestration/getting-started
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,8 @@ const balance = await orchestrationAccount.getBalance('uatom');
71
71
- ` send ` transfers an amount to another account on the same chain.
72
72
- ` transfer ` transfers an amount to another account, typically on another chain.
73
73
- ` 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.
75
76
76
77
``` javascript
77
78
await orchestrationAccount .send (receiverAddress, amount);
You can’t perform that action at this time.
0 commit comments