helius-labs / helius-sdk

123 stars 39 forks source link

compressed nft event should be an array #68

Closed dougEfresh closed 6 months ago

dougEfresh commented 6 months ago
export interface TransactionEvent {
  nft: NFTEvent | null;
  swap: SwapEvent | null;
  compressed: CompressedNftEvent[] | null;
}