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 SourceAddress
Balance on the address
Declaration
[JsonProperty("address", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Address { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
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 |
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 |