Generated by DocFX

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 Source

NFTMetadata

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>
| Improve this Doc View Source

NFTOriginTxId

Origin of the NFT Utxo if known

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

SourceTxId

Source Utxo

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

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
| Improve this Doc View Source

Utxo

Actual Utxo

Declaration
public string Utxo { get; set; }
Property Value
Type Description
System.String