# Functions
DateRangeIncludes returns true if the target date included on the start, end time range.
DateRangesOverlap returns true if two date ranges overlap each other.
DecApproxEqual returns true if a and b are approximately equal, which means the diff ratio is equal or less than 0.1%.
GenAndDeliverTx generates a transactions and delivers it.
GenAndDeliverTxWithFees generates a transaction with given fee and delivers it.
GetShareValue multiplies with truncation by receiving int amount and decimal ratio and returns int result.
IsOverflow returns true if the panic value can be interpreted as an overflow.
ParseCoin parses and returns sdk.Coin.
ParseCoins parses and returns sdk.Coins.
ParseDec is a shortcut for sdk.MustNewDecFromStr.
ParseTime parses and returns time.Time in time.RFC3339 format.
No description provided by the author
RandomDec returns a random decimal in the half-open interval [min, max).
RandomInt returns a random integer in the half-open interval [min, max).
SafeMath runs f in safe mode, which means that any panics occurred inside f gets caught by recover() and if the panic was an overflow, onOverflow is run.
ShuffleSimAccounts returns randomly shuffled simulation accounts.
TestAddress returns an address for testing purpose.
# Type aliases
No description provided by the author