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§
- Abstract
Attributes - 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