Skip to content

Commit

Permalink
#68 compressed nft event should be an array. closes #68 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougEfresh authored Mar 10, 2024
1 parent 835ad3a commit 71ae537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export interface NFTEvent {
export interface TransactionEvent {
nft: NFTEvent | null;
swap: SwapEvent | null;
compressed: CompressedNftEvent | null;
compressed: CompressedNftEvent[] | null;
}

export interface EnrichedTransaction {
Expand Down

0 comments on commit 71ae537

Please sign in to comment.