compressed nft event should be an array
Closed this issue · 0 comments
dougEfresh commented
export interface TransactionEvent {
nft: NFTEvent | null;
swap: SwapEvent | null;
compressed: CompressedNftEvent[] | null;
}
Closed this issue · 0 comments
export interface TransactionEvent {
nft: NFTEvent | null;
swap: SwapEvent | null;
compressed: CompressedNftEvent[] | null;
}