e2e: add function to get balance and migrate existing calls to CosmosChain
's GetBalance
#4661
Labels
e2e
good first issue
Good for newcomers
type: code hygiene
Clean up code but without changing functionality or interfaces
This PR added a function to query all balances. We should implement a similar function to get the balance for a specific account address and denomination, and migrate the calls to
GetBalance
in our e2e tests (like this one here) to use the new function instead.The text was updated successfully, but these errors were encountered: