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
fieldIndex
set toCheatCodes.ANY_ACTION_PARAM
, fieldType set toPrimitiveType.BYTES
, andfilterType
set toFilterType.EQUAL
will always return true when validating the field, regardless of inputs An Event ActionActionClaimant
with afieldIndex
set toCheatCodes.TX_SENDER_CLAIMANT
, will always validate with the sender of a given transaction.Export