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

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

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