Closed da1suk8 closed 1 year ago
dynamic Link Contracts do not apply #[cw_serde], #[derive(QueryResponses)], #[write_api], and other macros, so apply them.
#[cw_serde]
#[derive(QueryResponses)]
#[write_api]
closed via https://github.com/Finschia/cosmwasm/pull/325
dynamic Link Contracts do not apply
#[cw_serde]
,#[derive(QueryResponses)]
,#[write_api]
, and other macros, so apply them.