Interface: CreateNftCollectionParams
api/procedures/types.CreateNftCollectionParams
Properties
assetId
• Optional assetId: string
The ID of the asset to be used to create the collection.
If no assetId is provided, a new asset with NonFungible asset type will be created
Note
for spec version before 7.x, this value is overwritten by ticker value
Defined in
collectionKeys
• collectionKeys: CollectionKeyInput[]
The required metadata values each NFT in the collection will have
Note
Images — Most Polymesh networks (mainnet, testnet, etc.) have global metadata keys registered to help standardize displaying images
If imageUri is specified as a collection key, then each token will need to be issued with an image URI.
Defined in
documents
• Optional documents: AssetDocument[]
Links to off chain documents related to the NftCollection