pub fn wasm_instantiate(
    code_id: u64,
    code_hash: impl Into<String>,
    msg: &impl Serialize,
    funds: Vec<Coin>,
    label: String
) -> StdResult<WasmMsg>
Expand description

Shortcut helper as the construction of WasmMsg::Instantiate can be quite verbose in contract code.