Module common

Source

Re-exports§

pub use milliseconds::*;

Modules§

actions
context
denom
expiration
milliseconds
rates
reply
response
withdraw

Enums§

Funds
OrderBy

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 to coins 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.