helius-labs/helius-sdk

compressed nft event should be an array

Closed this issue · 0 comments

export interface TransactionEvent {
  nft: NFTEvent | null;
  swap: SwapEvent | null;
  compressed: CompressedNftEvent[] | null;
}