pub fn smart_query_no_parse(
    querier: &QuerierWrapper<'_>,
    contract_addr: impl Into<String>,
    msg: &impl Serialize
) -> Result<Binary, Error>
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.