[−][src]Function cosmwasm_vm::call_handle
pub fn call_handle<S, A, Q, U>(
instance: &mut Instance<S, A, Q>,
env: &Env,
info: &MessageInfo,
msg: &[u8]
) -> VmResult<ContractResult<HandleResponse<U>>> where
S: Storage,
A: Api + 'static,
Q: Querier,
U: DeserializeOwned + Clone + Debug + JsonSchema + PartialEq,