Generated by DocFX

Class Vout

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

Properties

| Improve this Doc View Source

Address

Receiver Address

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

N

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

Script

Receiver Address

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

Type

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

Value

Value of the output in Doge satoshi

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