Generated by DocFX

Class NFTSoldInfo

Info about sold NFT

Inheritance
System.Object
NFTSoldInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.NFT.Dto
Assembly: VEDriversLite.dll
Syntax
public class NFTSoldInfo

Properties

| Improve this Doc View Source

Amount

Total amount

Declaration
public double Amount { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

Currency

Currency

Declaration
public string Currency { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IsEmpty

Is this dto empty?

Declaration
[JsonIgnore]
public bool IsEmpty { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

MaxSupply

Maximum supply of the NFT

Declaration
public int MaxSupply { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

OriginalNFTTemplate

Original NFT used for mint the copy

Declaration
public string OriginalNFTTemplate { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PaymentTxId

Payment transaction hash

Declaration
public string PaymentTxId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Platform

Platform where the NFT was sold

Declaration
public string Platform { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SellAsMultipleCopy

Sell as multiple NFT

Declaration
public bool SellAsMultipleCopy { get; set; }
Property Value
Type Description
System.Boolean