Class GetAddressUtxosResponseData
Inheritance
System.Object
GetAddressUtxosResponseData
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 GetAddressUtxosResponseData
Properties
| Improve this Doc View Sourceaddress
Success flag
Declaration
[JsonProperty("address", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string address { get; set; }
Property Value
Type | Description |
---|---|
System.String |
network
Success flag
Declaration
[JsonProperty("network", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string network { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Utxos
Array of transaction outputs
Declaration
[JsonProperty("txs", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<Utxo> Utxos { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<Utxo> |