EventsTriggerMatch
, ContractsTriggerMatch
and TransactionTriggerMatch
. Decoded
field is defined as follows:contract
is a type that contains information about the matching contract:method
is the name of the function that was invoked on the contract and whose output matched the correspondent Trigger.ReturnedValues
is defined as followall
), as well a the specific value(s) which matched the Trigger description (matched
).Decoded
type contains information on the matching Event Name that was emitted, as well as its arguments (the values in the data
and topic
fields)