Skip to main content
Defined in: src/modules/types.ts:118 Enum representing the different types of effects

Enumeration Members

EVENT

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

EXPRESSION

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

REVERT

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