0

I am using

const decodedEvent = Abi.decodeEvent(Uint8Array.from(Buffer.from("00000064a7b3b6e00d000000000000000000000000000000000000000000000000", 'hex'))) 
(00000064a7b3b6e00d000000000000000000000000000000000000000000000000 is the data in the contracts::contractemitted event.)

But I cannot access the actual argument values, only their types. I'd like to be able to access the values when decoding the event. What am I missing?

Here's the decodedEvent.event.args enter image description here

Currently when accessing the decodedEvent.event.args, I only see the names and types. Where can I access the values?

Ayudh
  • 1,673
  • 1
  • 22
  • 55

0 Answers0