Generated by DocFX

Class SpentTx

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

Properties

| Improve this Doc View Source

Confirmations

Number of confirmaions

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

N

Index of the output

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

Script

Script signature

Declaration
[JsonProperty("script_asm", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Script { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ScriptHex

Script signature

Declaration
[JsonProperty("script_hex", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string ScriptHex { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Time

Number of confirmaions

Declaration
[JsonProperty("time", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double Time { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

TxId

TxId hash

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

Value

Value in satoshi

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