Function abstract_sdk::cw_helpers::wasm_raw_query

source ·
pub fn wasm_raw_query<C>(
    contract_addr: impl Into<String>,
    key: impl Into<Binary>
) -> StdResult<QueryRequest<C>>
Expand description

Shortcut helper as the construction of QueryRequest::Wasm(WasmQuery::Raw {…}) can be quite verbose in contract code