We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Document the fees required for all the tokens for the cross chain token transfer.
There is no documentation for how the fee works and what fee is required for cross chain transfer of tokens in the repo.
Currently, the only way to get the fee is to query the BTS contract for getFee method for required token name.
getFee
Maintain a list of tokens and current fee required to transfer them,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What needs to be done
Document the fees required for all the tokens for the cross chain token transfer.
Why it needs to be done
There is no documentation for how the fee works and what fee is required for cross chain transfer of tokens in the repo.
Stories
Currently, the only way to get the fee is to query the BTS contract for
getFee
method for required token name.Acceptance Criteria
Maintain a list of tokens and current fee required to transfer them,
The text was updated successfully, but these errors were encountered: