-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fee endpoint #47
Comments
For daggregation, ideal would be to be able to send several routes, each containing several steps in one go. |
hardcoded fees (USD) ibc transfer ($0.15) |
The fees you indicated are denoted in USD. How to map that to an actual token amount to deduct during e.g. an IBC transfer? The hardcoded fees I am using currently to rate the routes only. |
great question. for token fees here is the translation: |
Input and output for evaluating one TX
https://github.com/allinbits/emeris-libraries/blob/feat/mapper-updates/packages/types/src/EmerisFees.ts#L31-L39
tx
is https://github.com/allinbits/emeris-libraries/blob/feat/mapper-updates/packages/types/src/EmerisTransactions.ts#L151e.g.
https://github.com/allinbits/emeris-libraries/blob/feat/mapper-updates/packages/types/src/EmerisTransactions.ts#L99-L110
https://github.com/allinbits/emeris-libraries/blob/feat/mapper-updates/packages/types/src/EmerisTransactions.ts#L111-L120
The text was updated successfully, but these errors were encountered: