Module abstract_sdk::cw_helpers
source · Expand description
Helper functions and objects for working with the CosmWasm framework.
Macros
- Macro to update the ownership of an Abstract contract.
- Macro to query the ownership of a contract.
Traits
- Trait for adding
abstractattributes to something - Indicates that the implementing type can be charged fees.
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
- Shortcut helper as the construction of QueryRequest::Wasm(WasmQuery::Smart {…}) can be quite verbose in contract code