-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: show escrowed balances of current ibc module #17
Comments
Okay. I got it. |
I will get all channelId and portId from here: https://rest.testnet.side.one/swagger/#/Query/IbcCoreChannelV1Channels |
I submitted a pull request: #18 |
Tokens do not show up sometimes |
If there is no data, it will not be displayed |
it is happening, using same endpoint for different modules. about interchainswap, have to use this endpoint. |
Adding a "Escrowed Accounts"
List all escrowed accounts from configs. (all channel_id and port_id of current chain)
get escrowed address:
/ibc/apps/atomicswap/v1/channels/{channel_id}/ports/{port_id}/escrow_address
get balances of escrowed address:
/cosmos/bank/v1beta1/balances/{address}](https://rest.testnet.side.one/swagger/#/Query/CosmosBankV1Beta1AllBalances)
3, show all result:
The text was updated successfully, but these errors were encountered: