Skip to main content
EffectsOnChain = object
Defined in: src/modules/types.ts:172 Collection of positive and negative effects TODO: Add more specific types for positiveEffects and negativeEffects

Properties

negEffects

negEffects: EffectOnChain[]
Defined in: src/modules/types.ts:176 Effects applied when a rule fails

posEffects

posEffects: EffectOnChain[]
Defined in: src/modules/types.ts:174 Effects applied when a rule passes