Function levana_perpswap_cosmos::cosmwasm::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.