Class Box
Inheritance
object
    Box
  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 Box
  Properties
| Improve this Doc View SourceName
Declaration
[JsonProperty("name", Required = Required.Always)]
[Required]
public byte[] Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| byte[] | 
Value
Declaration
[JsonProperty("value", Required = Required.Always)]
[Required]
public byte[] Value { get; set; }
  Property Value
| Type | Description | 
|---|---|
| byte[] |