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