Generated by DocFX

Class GetAddressInfoResponse

Inheritance
System.Object
GetAddressInfoResponse
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.NeblioAPI
Assembly: VEDriversLite.NeblioAPI.dll
Syntax
public class GetAddressInfoResponse

Properties

| Improve this Doc View Source

AdditionalProperties

Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>
| Improve this Doc View Source

Address

The Neblio 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

Utxos

Array of UTXOs held at this address.

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