-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Update destination
Arg Description in ICA transfer
#10983
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -193,8 +193,9 @@ export interface OrchestrationAccountCommon { | |||||
* Transfer an amount to another account, typically on another chain. | ||||||
* The promise settles when the transfer is complete. | ||||||
* @param amount - the amount to transfer. Can be provided as pure data using denoms or as ERTP Amounts. | ||||||
* @param destination - the account to transfer the amount to. | ||||||
* @param [opts] - an optional memo to include with the transfer, which could drive custom PFM behavior, and timeout parameters | ||||||
* @param destination - the account to transfer the amount to. The denom in the destination arg has to be | ||||||
* registered with `chainHub` via {@link `registerAsset`} API. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This link doesn't seem to work. you might try |
||||||
* @param [opts] - an optional memo to include with the transfer, which could drive custom PFM behavior, and timeout parameters | ||||||
* @returns void | ||||||
* @throws {Error} if route is not determinable, asset is not recognized, or | ||||||
* the transfer is rejected (insufficient funds, timeout) | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops! the denom is in the amount, not the destination