wormhole-foundation / example-liquidity-layer

Apache License 2.0
11 stars 11 forks source link

solana/ts: make original hash available in VaaAccount #179

Closed livthomas closed 3 months ago

livthomas commented 3 months ago

Before this change, it was not easy to get the original VAA hash when you fetched VaaAccount posted on chain.

livthomas commented 3 months ago

I haven't tested this change but I can see unit tests call digest() method so I assume any problems would be uncovered by them.