Defined in: src/modules/types.ts:124 Enum representing the different types of effects

Enumeration Members

EVENT

EVENT: 1
Defined in: src/modules/types.ts:128 Effect that emits an event

EXPRESSION

EXPRESSION: 2
Defined in: src/modules/types.ts:130 Effect that represents an expression

REVERT

REVERT: 0
Defined in: src/modules/types.ts:126 Effect that causes a revert