useBech32Config<T>(config: Bech32Config, fn: function): T
If bech32config is just global variable, it make conflicts when you use mutiple chain api in an application.
So, to overcome this, each config should be used in separated way.
Use Bech32 encoding, decoding within this function.
But if you just use only one chain api in general way, you can use useGlobalBech32Config for convenience
If bech32config is just global variable, it make conflicts when you use mutiple chain api in an application. So, to overcome this, each config should be used in separated way. Use Bech32 encoding, decoding within this function. But if you just use only one chain api in general way, you can use useGlobalBech32Config for convenience