# Functions
ContainsDuplicate checks if there are any duplicate elements in the slice.
CreateRandomAccounts is a function return a list of randomly generated AccAddresses.
No description provided by the author
No description provided by the author
MakeNew makes a new instance of generic T.
No description provided by the author
No description provided by the author
No description provided by the author
ReverseSlice reverses the input slice in place.
No description provided by the author
SanitizeCoins takes an unsorted list of coins and sorts them, removes coins with amount zero and combines duplicate coins.
SortSlice sorts a slice of type T elements that implement constraints.Ordered.