Generated by DocFX

Class GetAddressBalanceResponseData

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

Properties

| Improve this Doc View Source

Address

Balance on the 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

Balance

Balance on the address

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

Network

Balance on the address

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

UnconfirmedBalance

Balance on the address

Declaration
[JsonProperty("unconfirmed_balance", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double UnconfirmedBalance { get; set; }
Property Value
Type Description
System.Double