@xact-wallet-sdk/nft
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -11,3 +11,3 @@ export interface HederaAccount { | ||
creator: string; | ||
media: string | unknown; | ||
media: string; | ||
supply: number; | ||
@@ -14,0 +14,0 @@ } |
{ | ||
"name": "@xact-wallet-sdk/nft", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A SDK for NFT creation with Hedera and FileCoin", | ||
@@ -5,0 +5,0 @@ "main": "dist/nft.js", |
@@ -16,4 +16,4 @@ export interface HederaAccount { | ||
creator: string; | ||
/* Media to linked to the NFT - base64 or File Format */ | ||
media: string | unknown; | ||
/* Media to linked to the NFT - base64 */ | ||
media: string; | ||
/* Quantity of NFT to create */ | ||
@@ -20,0 +20,0 @@ supply: number; |
38300