smart_query_no_parse

Function smart_query_no_parse 

Source
pub fn smart_query_no_parse(
    querier: &QuerierWrapper<'_, Empty>,
    contract_addr: impl Into<String>,
    msg: &impl Serialize,
) -> Result<Binary>
Expand description

Make a smart query, but do not parse the binary results as JSON.

Useful for proxies where we need to pass along the binary results directly.