metaplex-foundation / solita

Genrates an SDK API from solana contract IDL.
Apache License 2.0
140 stars 32 forks source link

Enum not deserialized #105

Closed sultandilaram closed 1 year ago

sultandilaram commented 1 year ago

I am using solita for the first time in my anchor program. I am trying to fetch the following account and it's throwing an error.

image

while trying to fetch from address using

image

It's not able to deserialize the enum BlockType and throwing the following AssertionError

image
sultandilaram commented 1 year ago

Turns out it was my bad, I was passing wrong address to the function.