Module cw_helpers

Source
Expand description

Helper functions and objects for working with the CosmWasm framework.

Enums§

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

Traits§

AbstractAttributes
Trait for adding abstract attributes to something
Chargeable
Indicates that the implementing type can be charged fees.

Functions§

migrate_instantiate
Instantiate account with migration, used to migration from blob smart contract
wasm_raw_query
Shortcut helper as the construction of QueryRequest::Wasm(WasmQuery::Raw {…}) can be quite verbose in contract code