osmosis
osmosis copied to clipboard
Helper functions for handling sdk.Coins in osmosutil
Background
We need functions to do division and multiplication of sdk.Coins and a number. For example DivCoin( 88stake, 2 ) -> 44stake, this will be a useful helper function for our tests
Suggested Design
- Create function for division and multiplication of sdk.Coin in osmosutil.
Hey @ValarDragon, I saw you coded the division of sdk.Coins, what about multiplication? if not, I will handle it