Skip to content

Commit

Permalink
chore: amounts -> amount typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Jan 9, 2025
1 parent 8ea6c39 commit 891d363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/orchestration/src/orchestration-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export interface OrchestrationAccountCommon {
* @param amount - the amount to send
* @returns void
*/
send: (toAccount: ChainAddress, amounts: AmountArg) => Promise<void>;
send: (toAccount: ChainAddress, amount: AmountArg) => Promise<void>;

/**
* Transfer multiple amounts to another account on the same chain. The promise settles when the transfer is complete.
Expand Down

0 comments on commit 891d363

Please sign in to comment.