docs: Contract listener topic isn't clear about which fields are required for multi-event listeners #1656
Closed
4 tasks done
Labels
documentation
Improvements or additions to documentation
Milestone
Current State
A few areas could do with some improvement:
event
field in the payload) even if it only contains one eventDeprecated: Please use 'interface' in the array of 'filters' instead
but it isn't described as optional, which I believe it is since it isn't needed if you pass the ABI of the event in the filter itself. So it might be useful to removeinterface
from the examples that include event ABI inline, and possibly have an example that does reference aninterface
later in the documenteventPath
is only needed when a FireFly Interface is being referenced. So it could probably go in a later example, not the main one.Desired State
See notes in
current state
for recommended changesThe text was updated successfully, but these errors were encountered: