Finschia / cosmwasm

Fast and reusable WebAssembly smart contract runtime(and library) for finschia-sdk.
Apache License 2.0
27 stars 14 forks source link

Apply new macros to the dynamic link contract #279

Closed da1suk8 closed 1 year ago

da1suk8 commented 1 year ago

dynamic Link Contracts do not apply #[cw_serde], #[derive(QueryResponses)], #[write_api], and other macros, so apply them.

da1suk8 commented 1 year ago

closed via https://github.com/Finschia/cosmwasm/pull/325