Module abstract_sdk::cw_helpers

source ·
Expand description

Helper functions and objects for working with the CosmWasm framework.

Enums§

  • A type representing a value that can either be cleared or set with a value of type C.

Traits§

Functions§

  • Load a batch of values by their keys from a Map.
  • Shortcut helper as the construction of QueryRequest::Wasm(WasmQuery::Raw {…}) can be quite verbose in contract code