# Node: Owned NFTs

**Liste der Kennungen von allen im Eigentum der [GHG-Wallet](https://corrently.io/books/susscope2-framework-fur-co2-emissionen-strombezug/page/ghg-wallet "GHG Wallet") befindlichen NFTs (Belege).**

[![image.png](https://corrently.io/uploads/images/gallery/2023-01/scaled-1680-/cGhimage.png)](https://corrently.io/uploads/images/gallery/2023-01/cGhimage.png)

Es erfolgt ein Abgleich mit dem Konsens der Distributed Ledger Technology statt, welche Belege sich im Eigentum einer Wallet finden. Diese Abfrage kann sehr lange dauern! Rückgabe im `msg.payload` ist ein Array mit den Kennungen der [Belege](https://corrently.io/books/susscope2-framework-fur-co2-emissionen-strombezug/page/non-fungible-token-nft "Non Fungible Token (NFT)").

### Beispiel Flow

Download: [simple\_ownedNFTs\_flow.json.json](https://corrently.io/attachments/29)

[![image.png](https://corrently.io/uploads/images/gallery/2023-01/scaled-1680-/ArTimage.png)](https://corrently.io/uploads/images/gallery/2023-01/ArTimage.png)

##### Ausgabe

```json
[
   "0xf21548440474afb51053CEEb31011d9E4a168D2D",
   "0x6a2385Bae7fbc38FF23d475B9D3eB93EEFB7A843",
   "0x8d3a5Cc45326A0cF2D64c640dc8Ae0B1ddeE5b4a",
   "0x6911A882A18f5f5eBbc6ca398EcDC1faB9D1929b",
   "0x91E24b2325A8bb2f3776D06F8Eb26A049AE2768c"
]
```

[Quellcode der Implementierung](https://github.com/energychain/ghgnotary/blob/main/ownedNFT.js)