# FVyNftBalanceDto

## Properties

| WalletId      | FString                                                                                               | The wallet \`ID\` holding the NFT         |
| ------------- | ----------------------------------------------------------------------------------------------------- | ----------------------------------------- |
| WalletAddress | FString                                                                                               | The public wallet address holding the NFT |
| WalletType    | FString                                                                                               | <p>\[READ-ONLY] == API\_WALLET<br></p>    |
| Chain         | [EVyChain](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/shared/enum/evychain)      | The blockchain of the wallet              |
| Items         | TArray<[FVyNftDto](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/wallet/fvynftdto)> | Information about the NFTs                |
