implement execute_cw20
and query_cw20
function for Cw4626
#19
Labels
enhancement
New feature or request
execute_cw20
and query_cw20
function for Cw4626
#19
We should implement helper functions that handles the all the valid Cw20 messages for a
Cw4626ExecuteMsg
andCw4626QueryMsg
, so that these can easily be called fromcontract.rs
in contracts trying to implement a default Cw4626 implementation. Should look something like thisThe text was updated successfully, but these errors were encountered: