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 SourceAmount
Total amount
Declaration
public double Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Currency
Currency
Declaration
public string Currency { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsEmpty
Is this dto empty?
Declaration
[JsonIgnore]
public bool IsEmpty { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaxSupply
Maximum supply of the NFT
Declaration
public int MaxSupply { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
OriginalNFTTemplate
Original NFT used for mint the copy
Declaration
public string OriginalNFTTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PaymentTxId
Payment transaction hash
Declaration
public string PaymentTxId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Platform
Platform where the NFT was sold
Declaration
public string Platform { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SellAsMultipleCopy
Sell as multiple NFT
Declaration
public bool SellAsMultipleCopy { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |