Re-exports§
pub use milliseconds::*;
Modules§
Enums§
Functions§
- deduct_
funds - Deducts a given amount from a vector of
Coin
structs. Alters the given vector, does not return a new vector. - encode_
binary - has_
coins_ merged - Checks if the required funds can be covered by merging the provided coins.
- merge_
coins - Adds coins in
coins_to_add
tocoins
by merging those of the same denom and otherwise appending. - merge_
sub_ msgs - 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.