Function cosmwasm_std::wasm_execute

source ·
pub fn wasm_execute(
    contract_addr: impl Into<String>,
    msg: &impl Serialize,
    funds: Vec<Coin>
) -> StdResult<WasmMsg>
Expand description

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