Deserialize ContractEvent

Hello thanks for the quick response,

I prefer to get the subquery to work if thats possible. So to deserialize the event in the “handleTransactionEvent” handler. It uses the “@concordium/node-sdk”.

I just went back to the rust example to try and understand the process, but thats not neccesary if I can get the subquery to work.

I have asked the subquery discord and they gave me this answer:

You can use fromBuffer/fromHexString from ContractEvent | Concordium JS-SDK. If you have a schema you can use the parseMethods

But I cant get those methods in the handler so I dont see that working.