Refactor cw20-enabled contracts to use the same pattern introduced in cw0-atomic-swap, of using the same function to handle both native and cw20 coins.
The main candidate for implementing this is cw20-escrow.
Also, document the pattern in the cosmwasm / cosmwasm-plus wiki docs.
Refactor cw20-enabled contracts to use the same pattern introduced in cw0-atomic-swap, of using the same function to handle both native and cw20 coins.
The main candidate for implementing this is cw20-escrow.
Also, document the pattern in the cosmwasm / cosmwasm-plus wiki docs.