Class LoadNFTOriginDataDto
Dto for search of the Origin of the NFT
Inheritance
System.Object
LoadNFTOriginDataDto
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
Assembly: VEDriversLite.dll
Syntax
public class LoadNFTOriginDataDto
Properties
| Improve this Doc View SourceNFTMetadata
Metadata from the NFT history moment
Declaration
public Dictionary<string, string> NFTMetadata { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> |
NFTOriginTxId
Origin of the NFT Utxo if known
Declaration
public string NFTOriginTxId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SourceTxId
Source Utxo
Declaration
public string SourceTxId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Used
Tag which is used to identify the NFT is "used" stage - for example ticket
Declaration
public bool Used { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Utxo
Actual Utxo
Declaration
public string Utxo { get; set; }
Property Value
Type | Description |
---|---|
System.String |