Function fadroma::prelude::wasm_execute

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

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