Generated by DocFX

Class PreviousOutput

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

Properties

| Improve this Doc View Source

N

Previous output index

Declaration
[JsonProperty("output_no", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int N { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

TxId

Previous output TxId hash

Declaration
[JsonProperty("txid", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string TxId { get; set; }
Property Value
Type Description
System.String