You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am new to blockchain development and am looking to use this package in order to decode events from a chain.
I would like to understand how I can use the metadata from the chain to prepare the appropriate structs for the events and then decode events into those structs.
I have used go-substrate-rpc package to listen for events and I can see I am receiving them. Now I am trying to actually decode those events and put them into appropriate go structs but am struggling to figure out how exactly that is supposed to work using this package. Any guidance would be appreciated.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi! I am new to blockchain development and am looking to use this package in order to decode events from a chain.
I would like to understand how I can use the metadata from the chain to prepare the appropriate structs for the events and then decode events into those structs.
I have used go-substrate-rpc package to listen for events and I can see I am receiving them. Now I am trying to actually decode those events and put them into appropriate go structs but am struggling to figure out how exactly that is supposed to work using this package. Any guidance would be appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: