Namespace VEDriversLite.NFT
Classes
AppNFT
App NFT is the carrier for the Applications in DataItems. Usually it is some HTML/JS or Blazor App Apps are hosted from the IPFS
CommonNFT
Common NFT class. It implements lots of functions for the parsing the basic parameter of the NFT. It contains also functions to decrypt or encrypt the property
DogeftInfo
Info for Dogeft shop with NFTs
EventNFT
Event NFT Describing Event for the creating of the NFT Tickets
ImageNFT
Basic Image NFT
InvoiceItem
Item for Invoice or Order NFTs
InvoiceNFT
Invoice NFT is based on NFT Order and NFT Product
IPFSResponse
Dto for the parse response of the IPFS server
LoadNFTOriginDataDto
Dto for search of the Origin of the NFT
MessageNFT
NFT message allows to send encrypted messages between two peers
MusicNFT
Basic music NFT
NFTDataContext
NFT shared data context
NFTFactory
Main factory for creating the NFTs from hash of the transaction
NFTHelpers
Helper static class for the NFT Operations and especially preparation of the NFT data
OrderNFT
Order NFT is base for Invoice NFT and it needs to load some NFT Products
OwnershipVerificationCodeDto
Dto for transport of ownership verification signature
OwnershipVerificationResult
Result of ownership verification check
OwnershipVerifier
Class provides NFT ownership verification
PaymentNFT
Payment NFT is used for buying NFTs
PostNFT
Post NFT is common text NFT, for example for articles or kind of publishing news of blockchain
ProductNFT
Product NFT, used as base for orders or invoices
ProfileNFT
Profile NFT
ReceiptNFT
Receipt NFT Used for example for receipts for sold NFTs
TicketNFT
Ticket NFT. Should related to the NFT Event
Interfaces
INFT
Main NFT interface
Enums
ClassOfNFTEvent
Class of the Event NFT
ClassOfNFTTicket
Class of the ticket
DurationOfNFTTicket
Duration of the ticket
LoadingImageStages
Enum for loading of image/music/data stage
NFTTypes
Definition of the NFT types. If you want to add your own NFT you should start here