Optional apiKey: stringOptional apiOptional nftMetadata: Partial<NftMetadataType>Optional nftMetadata: Partial<NftMetadataType>Optional mediaMetadata: MediaMetadataTypeStatic getGet file from IPFS.
IPFS file
Static storeStore a Ternoa Capsule NFT's metadata & assets on IPFS.
Public key used to encrypt the Capsule NFT.
An array of NFT's encrypted asset.
Optional nftMetadata: Partial<NftMetadataType>(Optional) Capsule NFT metadata here.
IPFS Capsule data (Hash, Size, Name).
Static storeStore a single Ternoa Collection's metadata & assets on IPFS.
Collection's profile asset
Collection's banner asset
Ternoa Collection metadata structure here.
IPFS data (Hash, Size, Name)
Static storeStore a single file on IPFS.
IPFS data (hash, size, name)
Static storeStore a single Ternoa Marketplace's metadata & asset on IPFS.
Marketplace's logo asset
Ternoa Marketplace metadata structure here.
IPFS data (Hash, Size, Name)
Static storeNFTStore a Ternoa basic NFT's metadata & asset on IPFS.
NFT's asset
Ternoa basic NFT metadata structure here.
IPFS data (Hash, Size, Name)
Static storeStore a Ternoa secret NFT's metadata & asset on IPFS.
NFT's encrypted asset.
The original encrypted file type.
Public key used to encrypt the Secret NFT.
Optional nftMetadata: Partial<NftMetadataType>(Optional) Secret NFT metadata here.
Optional mediaMetadata: MediaMetadataType(Optional) Secret NFT asset metadata.
IPFS secret NFT data (Hash, Size, Name).
Static uploadUpload file form data to IPFS.
IPFS data (hash, size, name)
Generated using TypeDoc
Implements