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 SourceConfirmations
Number of confirmaions
Declaration
[JsonProperty("confirmations", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int Confirmations { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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 |
Script
Script signature
Declaration
[JsonProperty("script_asm", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Script { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ScriptHex
Script signature
Declaration
[JsonProperty("script_hex", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string ScriptHex { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Time
Number of confirmaions
Declaration
[JsonProperty("time", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double Time { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TxId
TxId hash
Declaration
[JsonProperty("txid", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string TxId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Value in satoshi
Declaration
[JsonProperty("value", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |