helius-labs / helius-sdk

138 stars 40 forks source link

fix: nft event type #21

Closed atharmohammad closed 1 year ago

atharmohammad commented 1 year ago

This PR fixes nft event type response returned :

nft: {
      amount: 1000000000,
      buyer: '',
      description: '3dkovHUm4UJRGjtRmapGJzHjwQFPjaGiPoFjNQxPj1sS listed Rise of the Gorecats #5 for 1 SOL on METAPLEX.',
      fee: 5000,
      feePayer: '3dkovHUm4UJRGjtRmapGJzHjwQFPjaGiPoFjNQxPj1sS',
      nfts: [Array],
      saleType: 'UNKNOWN',
      seller: '3dkovHUm4UJRGjtRmapGJzHjwQFPjaGiPoFjNQxPj1sS',
      signature: '5nQaKLntqsXKLBqpAZmB6JGjpMWPszbEzUT4PuE4fTPyhyFc87sKvwDtYdiMJnujVym8oc4KUaCCtPhbhhSWAtJr',
      slot: 203451432,
      source: 'METAPLEX',
      staker: '',
      timestamp: 1679379071,
      type: 'NFT_LISTING'
   }