Generated by DocFX

Class GetAddressReceivedTxsResponseData

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

Properties

| Improve this Doc View Source

address

Success flag

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

network

Success flag

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

Transactions

Array of transaction outputs

Declaration
[JsonProperty("txs", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<ReceivedTx> Transactions { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<ReceivedTx>