pub fn wasm_query_raw<CosmosMsg>( contract: impl Into<String>, key: &str, ) -> StdResult<QueryRequest<CosmosMsg>>
Generic helper for constructing WasmQuery::Raw query requests.