Closed da1suk8 closed 1 year ago
New macros have been applied to the dynamic link contract and the query-queue. Closes #279
dynamic link contract
query-queue
FYI: https://github.com/CosmWasm/cosmwasm/pull/1351, https://github.com/CosmWasm/cosmwasm/pull/1345
#[cw_serde]
#[derive(QueryResponses)]
write_api!
Description
New macros have been applied to the
dynamic link contract
and thequery-queue
. Closes #279FYI: https://github.com/CosmWasm/cosmwasm/pull/1351, https://github.com/CosmWasm/cosmwasm/pull/1345
The main changes are as follows
#[cw_serde]
,#[derive(QueryResponses)]
,write_api!
are adoptedTypes of changes
Checklist