Class ProgramData
Metadata related to a teal program.
Inheritance
System.Object
ProgramData
Inherited Members
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: Algorand
Assembly: Algorand.dll
Syntax
public class ProgramData
Constructors
| Improve this Doc View SourceProgramData(Boolean, List<Int32>, List<Byte[]>)
Declaration
public ProgramData(bool good, List<int> intBlock, List<byte[]> byteBlock)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | good | |
System.Collections.Generic.List<System.Int32> | intBlock | |
System.Collections.Generic.List<System.Byte[]> | byteBlock |
Fields
| Improve this Doc View SourcebyteBlock
Declaration
public List<byte[]> byteBlock
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Byte[]> |
good
Declaration
public bool good
Field Value
Type | Description |
---|---|
System.Boolean |
intBlock
Declaration
public List<int> intBlock
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |