This PR provides access to the bank module by adding a bank method to the BaseCoinApp definition. It also lets us access types from different basecoin's modules, not just ibc. This is useful for testing in sovereign-ibc project, where we need to check things like account balances to make sure everything is working as it should.
Description
This PR provides access to the
bank
module by adding abank
method to theBaseCoinApp
definition. It also lets us access types from different basecoin's modules, not justibc
. This is useful for testing insovereign-ibc
project, where we need to check things like account balances to make sure everything is working as it should.