Class EvalDelta
Inheritance
object
    EvalDelta
  Inherited Members
      object.Equals(object)
    
    
      object.Equals(object, object)
    
    
      object.GetHashCode()
    
    
      object.GetType()
    
    
      object.MemberwiseClone()
    
    
      object.ReferenceEquals(object, object)
    
    
      object.ToString()
    
  Namespace: Algorand.Indexer.Model
Assembly: Algorand.dll
Syntax
public class EvalDelta
  Properties
| Improve this Doc View SourceAction
Declaration
[JsonProperty("action", Required = Required.Always)]
[Required]
public ulong Action { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong | 
Bytes
Declaration
[JsonProperty("bytes", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Bytes { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Uint
Declaration
[JsonProperty("uint", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? Uint { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong? |