helius-labs / helius-sdk

149 stars 42 forks source link

compressed nft event should be an array #68

Closed dougEfresh closed 8 months ago

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