[][src]Function cosmwasm_std::testing::mock_info

pub fn mock_info<U: Into<HumanAddr>>(sender: U, sent: &[Coin]) -> MessageInfo

Just set sender and sent funds for the message. The essential for This is intended for use in test code only.