pub fn wasm_execute( contract_addr: impl Into<String>, msg: &impl Serialize, funds: Vec<Coin>, ) -> StdResult<WasmMsg>
Shortcut helper as the construction of WasmMsg::Execute can be quite verbose in contract code