WalletItemsObject that contains all the items for a walletSignature: JavaScript{ walletId: string; walletAddress: string; secretType: SecretType; items: NFT[]; } Parameters: ParameterRequiredTypeDescriptionwalletIdTrueStringID of the walletwalletAddressTrueStringThe blockchain address of the walletitemsTrueNFT[]A list of NFT's for this wallet Function Types 📘 getNonFungibles Copy Page