feat: add buyer address on ItemSoldEvent #1642
Annotations
3 errors
test:
test/platform/events/blockchain.spec.ts#L45
Property 'buyer' is missing in type '{ address: string; image: string; seller: string; category: string; rarity: string; link: string; nftName: string; title: string; description: string; network: string; }' but required in type '{ address: string; image: string; buyer: string; seller: string; category: string; rarity?: string | undefined; link: string; nftName?: string | undefined; network: string; title: string; description: string; }'.
|
test
Process completed with exit code 1.
|
test
Process completed with exit code 1.
|