Purpose
The ActionTypes enum, located in ActionEnum.sol, identifies the possible action types for the protocol. Rules can be enabled for any subset of these actions.Enum
| uint8 value | Name |
|---|---|
| 0 | P2P_TRANSFER |
| 1 | BUY |
| 2 | SELL |
| 3 | MINT |
| 4 | BURN |
| uint8 value | Name |
|---|---|
| 0 | P2P_TRANSFER |
| 1 | BUY |
| 2 | SELL |
| 3 | MINT |
| 4 | BURN |