Hello,
is it possible to allow exchange-only transactions on some kind of asset?
Consider this scenario: there are many assets, let's say asset_1, asset_2, ..., asset_n and there are also some special ones: special1, special2. I need to allow transactions which involve asset_i only if they are exchange transactions.
So:
- A sends B asset_i: rejected
- A sends B asset_i and B sends A special1 (or special2): approved
- A sends B special1 (or special2): approved
- A sends B special1 (or special2) and B sends A special1 (or special2): approved
I know I should use smart filters but I don't know where to begin.
Thank you very much.