Module andromeda_std::common
source · Modules§
Enums§
Functions§
- Deducts a given amount from a vector of
Coin
structs. Alters the given vector, does not return a new vector. - Checks if the required funds can be covered by merging the provided coins.
- Adds coins in
coins_to_add
tocoins
by merging those of the same denom and otherwise appending. - Merges bank messages to the same recipient to a single bank message. Any sub messages that do not contain bank messages are left as is. Note: Original order is not necessarily maintained.