Generated by DocFX

Class IndexedUtxoDto

Inheritance
System.Object
IndexedUtxoDto
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.NeblioAPI
Assembly: VEDriversLite.NeblioAPI.dll
Syntax
public class IndexedUtxoDto

Properties

| Improve this Doc View Source

Blockheight

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

Blocktime

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

HashIndexSeparator

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

Index

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

Indexed

Declaration
public bool Indexed { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Metadata

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

OwnerAddress

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

Time

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

TokenAmount

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

TokenId

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

TokenSymbol

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

TokenUtxo

Declaration
public bool TokenUtxo { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

TransactionHash

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

TransactionHashAndN

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

Used

Declaration
public bool Used { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

UsedInTxHash

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

Value

Declaration
public double Value { get; set; }
Property Value
Type Description
System.Double