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 SourceN
Previous output index
Declaration
[JsonProperty("output_no", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int N { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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 |