Generated by DocFX

Class GetAddressUtxosResponse

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

Properties

| Improve this Doc View Source

Data

Success flag

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

Status

Success flag

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