1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00
ocean.js/docs/interfaces/NftCreateData.md
2023-05-02 15:59:59 +01:00

1.4 KiB

@oceanprotocol/lib / Exports / NftCreateData

Interface: NftCreateData

Table of contents

Properties

Properties

name

name: string

Defined in

@types/NFTFactory.ts:17


owner

owner: string

Defined in

@types/NFTFactory.ts:22


symbol

symbol: string

Defined in

@types/NFTFactory.ts:18


templateIndex

templateIndex: number

Defined in

@types/NFTFactory.ts:19


tokenURI

tokenURI: string

Defined in

@types/NFTFactory.ts:20


transferable

transferable: boolean

Defined in

@types/NFTFactory.ts:21