[−][src]Function cosmwasm_vm::call_query_raw
pub fn call_query_raw<S: Storage + 'static, A: Api + 'static, Q: Querier + 'static>(
instance: &mut Instance<S, A, Q>,
msg: &[u8]
) -> VmResult<Vec<u8>>
Calls Wasm export "query" and returns raw data from the contract. The result is length limited to prevent abuse but otherwise unchecked.