Class ProgramData
Metadata related to a teal program.
Inheritance
object
    ProgramData
  Inherited Members
      object.Equals(object)
    
    
      object.Equals(object, object)
    
    
      object.GetHashCode()
    
    
      object.GetType()
    
    
      object.MemberwiseClone()
    
    
      object.ReferenceEquals(object, object)
    
    
      object.ToString()
    
  Namespace: Algorand.Utils
Assembly: Algorand.dll
Syntax
public class ProgramData
  Constructors
| Improve this Doc View SourceProgramData(bool, List<int>, List<byte[]>)
Declaration
public ProgramData(bool good, List<int> intBlock, List<byte[]> byteBlock)
  Parameters
| Type | Name | Description | 
|---|---|---|
| bool | good | |
| System.Collections.Generic.List<T><int> | intBlock | |
| System.Collections.Generic.List<T><byte[]> | byteBlock | 
Fields
| Improve this Doc View SourcebyteBlock
Declaration
public List<byte[]> byteBlock
  Field Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<T><byte[]> | 
good
Declaration
public bool good
  Field Value
| Type | Description | 
|---|---|
| bool | 
intBlock
Declaration
public List<int> intBlock
  Field Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<T><int> |