Class BoxesResponse
Inheritance
object
BoxesResponse
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Algorand.Algod.Model
Assembly: Algorand.dll
Syntax
public class BoxesResponse
Properties
| Improve this Doc View SourceBoxes
Declaration
[JsonProperty("boxes", Required = Required.Always)]
[Required]
public ICollection<BoxDescriptor> Boxes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<T><BoxDescriptor> |