initChainer implements the custom application logic that the BaseApp will invoke upon initialization. In this case, it will take the application's state provided by 'req' and attempt to deserialize said state. The state should contain all the genesis accounts. These accounts will be added to the app
(ctx sdk.Context, req abci.RequestInitChain)
source not stored for this graph (policy: none)
no test coverage detected