helius-labs / helius-sdk

123 stars 39 forks source link

TransactionEvent.compressed should be an array #76

Closed deliversolana closed 4 months ago

deliversolana commented 5 months ago

The events (TransactionEvent) property of EnrichedTransaction should have an array when the burned asset is a compressed NFT, but instead the declared type is CompressedNftEvent | null.

See: https://github.com/helius-labs/helius-sdk/blob/main/src/types/types.ts#L228

0xIchigo commented 5 months ago

gm @deliversolana! We had #69 address this issue, and we need to cut a new release for the SDK for it to go live. Is this what you're referring to, or is there something else I'm missing?

0xIchigo commented 4 months ago

Closed by #69