[−][src]Function cosmwasm_vm::call_query_raw
pub fn call_query_raw<S: Storage, A: Api + 'static, Q: Querier>(
instance: &mut Instance<S, A, Q>,
env: &[u8],
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.