Class GetAddressUtxosResponse
Array of objects representing this address' UTXOs
Inheritance
System.Object
System.Collections.ObjectModel.Collection<Anonymous>
GetAddressUtxosResponse
Implements
System.Collections.Generic.IList<Anonymous>
System.Collections.Generic.ICollection<Anonymous>
System.Collections.Generic.IReadOnlyList<Anonymous>
System.Collections.Generic.IReadOnlyCollection<Anonymous>
System.Collections.Generic.IEnumerable<Anonymous>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.Add(VEDriversLite.NeblioAPI.Anonymous)
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.Clear()
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.ClearItems()
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.Contains(VEDriversLite.NeblioAPI.Anonymous)
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.CopyTo(VEDriversLite.NeblioAPI.Anonymous[], System.Int32)
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.GetEnumerator()
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.IndexOf(VEDriversLite.NeblioAPI.Anonymous)
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.Insert(System.Int32, VEDriversLite.NeblioAPI.Anonymous)
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.InsertItem(System.Int32, VEDriversLite.NeblioAPI.Anonymous)
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.Remove(VEDriversLite.NeblioAPI.Anonymous)
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.SetItem(System.Int32, VEDriversLite.NeblioAPI.Anonymous)
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.Count
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.Item[System.Int32]
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.Items
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.System.Collections.Generic.ICollection<VEDriversLite.NeblioAPI.Anonymous>.IsReadOnly
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.System.Collections.IList.IsFixedSize
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<VEDriversLite.NeblioAPI.Anonymous>.System.Collections.IList.Item[System.Int32]
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 GetAddressUtxosResponse : Collection<Anonymous>, IList<Anonymous>, ICollection<Anonymous>, IReadOnlyList<Anonymous>, IReadOnlyCollection<Anonymous>, IEnumerable<Anonymous>, IList, ICollection, IEnumerable
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable