/// Bank API Transactions
/// market messages
/// Oracle API Transactions
/// slashing messages
/// messages around staking
/// regular contract interactions
use crateMsgInternal;
pub use MsgSend;
use Serialize;
pub use MsgExecuteContract;
/// Message: Send N coins from an address to another
// impl<'a> Msg for Message<'a> {}