How to filter and access the unindexed event parameters? #1479
Unanswered
sadityakumar9211
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was doing a project, and I have an event
I am not able to access all the parameters of this event to index it is
The Graph
. I am facing two issues :string indexed name
parameter is indexed so it is accessible byevent.params.name
but it is in theBytes
format. On searching the net I found that indexed strings or arrays are stored as hashes and not plain strings. How do I get unstuck.string specialization
andaddress hospitalAddress
usingevent.params.specialization
andevent.params.hospitalAddress
. How do I access these unindexed parameters?Beta Was this translation helpful? Give feedback.
All reactions