dymint
dymint copied to clipboard
Add `MustLoad` methods for store getters
throught the code we have many places where we get store data that must be available.
instead of err handling, we should use MustLoad
methods where appropriate