Enum encapsulating all the different cheat codes for criteria modules.
An Event Action action step criteria with a fieldIndex set to CheatCodes.ANY_ACTION_PARAM, fieldType set to PrimitiveType.BYTES, and filterType set to FilterType.EQUAL will always return true when validating the field, regardless of inputs
An Event Action ActionClaimant with a fieldIndex set to CheatCodes.TX_SENDER_CLAIMANT, will always validate with the sender of a given transaction.
Enum encapsulating all the different cheat codes for criteria modules. An Event Action action step criteria with a
fieldIndexset toCheatCodes.ANY_ACTION_PARAM, fieldType set toPrimitiveType.BYTES, andfilterTypeset toFilterType.EQUALwill always return true when validating the field, regardless of inputs An Event ActionActionClaimantwith afieldIndexset toCheatCodes.TX_SENDER_CLAIMANT, will always validate with the sender of a given transaction.Export