Generated by DocFX

Class NFTHash

Dto for shorten informations for the NFT

Inheritance
System.Object
NFTHash
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 NFTHash

Properties

| Improve this Doc View Source

AuthorDogeAddress

Author dogecoin address

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

Description

Description of the NFT

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

DogeftInfo

Dogeft info in the NFT - describe model of sell

Declaration
public DogeftInfo DogeftInfo { get; set; }
Property Value
Type Description
DogeftInfo
| Improve this Doc View Source

DogePrice

Dogecoin price of the NFT

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

Image

Image in the NFT

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

Index

Intex of the utxo

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

Link

Another link in the NFT

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

MainAddress

Main address where this NFT is located or it is on the SubAccount address related to this main account

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

Name

Name of the NFT

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

Price

Price of the NFT, usually in the Neblio

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

ShortHash

Shorten hash of the NFT

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

SubAccountAddress

Sub Account address where this NFT is located

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

TxId

whole transaction hash

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

Type

Type of the NFT

Declaration
public NFTTypes Type { get; set; }
Property Value
Type Description
NFTTypes

Methods

| Improve this Doc View Source

GetShortHash(String, Int32)

Get shorten hash of the NFT

Declaration
public static string GetShortHash(string txid, int index = 0)
Parameters
Type Name Description
System.String txid
System.Int32 index
Returns
Type Description
System.String