[@oceanprotocol/lib](../README.md) / [Exports](../modules.md) / NftCreateData # Interface: NftCreateData ## Table of contents ### Properties - [name](NftCreateData.md#name) - [owner](NftCreateData.md#owner) - [symbol](NftCreateData.md#symbol) - [templateIndex](NftCreateData.md#templateindex) - [tokenURI](NftCreateData.md#tokenuri) - [transferable](NftCreateData.md#transferable) ## Properties ### name • **name**: `string` #### Defined in [@types/NFTFactory.ts:17](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/NFTFactory.ts#L17) ___ ### owner • **owner**: `string` #### Defined in [@types/NFTFactory.ts:22](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/NFTFactory.ts#L22) ___ ### symbol • **symbol**: `string` #### Defined in [@types/NFTFactory.ts:18](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/NFTFactory.ts#L18) ___ ### templateIndex • **templateIndex**: `number` #### Defined in [@types/NFTFactory.ts:19](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/NFTFactory.ts#L19) ___ ### tokenURI • **tokenURI**: `string` #### Defined in [@types/NFTFactory.ts:20](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/NFTFactory.ts#L20) ___ ### transferable • **transferable**: `boolean` #### Defined in [@types/NFTFactory.ts:21](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/NFTFactory.ts#L21)