Function abstract_sdk::helpers::cosmwasm_std::wasm_smart_query
source · pub fn wasm_smart_query<C>(
contract_addr: impl Into<String>,
msg: &impl Serialize
) -> StdResult<QueryRequest<C>>Expand description
Shortcut helper as the construction of QueryRequest::Wasm(WasmQuery::Smart {…}) can be quite verbose in contract code