Expand description
Framework for creating CosmWasm Smart Contract with high-level abstraction layer
Most of implementation lies in cw-derive-ng crate which is reexported here
Re-exports
pub use cosmwasm_schema as cw_schema;pub use cosmwasm_std as cw_std;pub use schemars;pub use serde;pub use serde_cw_value as serde_value;pub use serde_json_wasm as serde_json;
Modules
Attribute Macros
- Macro generating messages from contract impl block.
- Macro generating messages from contract trait.