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
In #248, we introduce a new functionality where we might show some tokens as raw integers instead of a user-friendly token amount.
If a dapp is interacting with a non-supported ledger, it should probably tell the user to expect such a number instead of the token amount.
To accomplish this, we would like to add an API in the Ledger device to return the list of supported ledgers.
The API can return the same data structure as passed in #248 with a ledger canister id, token symbol and decimals count.
🔗 zboto Link
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In #248, we introduce a new functionality where we might show some tokens as raw integers instead of a user-friendly token amount.
If a dapp is interacting with a non-supported ledger, it should probably tell the user to expect such a number instead of the token amount.
To accomplish this, we would like to add an API in the Ledger device to return the list of supported ledgers.
The API can return the same data structure as passed in #248 with a ledger canister id, token symbol and decimals count.
🔗 zboto Link
The text was updated successfully, but these errors were encountered: