We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9959560 commit 6351ddbCopy full SHA for 6351ddb
build/5-apillon-sdk.md
@@ -296,21 +296,21 @@ const uniqueCollection = await nft.createUnique({
296
name: 'Unique NFT 1',
297
description: 'Description for Unique NFT 1',
298
image: 'https://example.com/nft1.png',
299
- attributes: {
+ attributes: [{
300
trait_type: 'color',
301
value: 'red',
302
display_type: 'string',
303
- },
+ }],
304
},
305
'2': {
306
name: 'Unique NFT 2',
307
description: 'Description for Unique NFT 2',
308
image: 'https://example.com/nft2.png',
309
310
311
value: 'blue',
312
313
314
315
316
});
0 commit comments