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 SourceAuthorDogeAddress
Author dogecoin address
Declaration
public string AuthorDogeAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
Description of the NFT
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DogeftInfo
Dogeft info in the NFT - describe model of sell
Declaration
public DogeftInfo DogeftInfo { get; set; }
Property Value
Type | Description |
---|---|
DogeftInfo |
DogePrice
Dogecoin price of the NFT
Declaration
public double DogePrice { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Image
Image in the NFT
Declaration
public string Image { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Index
Intex of the utxo
Declaration
public int Index { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Link
Another link in the NFT
Declaration
public string Link { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
Name
Name of the NFT
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Price
Price of the NFT, usually in the Neblio
Declaration
public double Price { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ShortHash
Shorten hash of the NFT
Declaration
public string ShortHash { get; }
Property Value
Type | Description |
---|---|
System.String |
SubAccountAddress
Sub Account address where this NFT is located
Declaration
public string SubAccountAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TxId
whole transaction hash
Declaration
public string TxId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Type of the NFT
Declaration
public NFTTypes Type { get; set; }
Property Value
Type | Description |
---|---|
NFTTypes |
Methods
| Improve this Doc View SourceGetShortHash(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 |