Show / Hide Table of Contents

    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 Source

    ProgramData(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 Source

    byteBlock

    Declaration
    public List<byte[]> byteBlock
    Field Value
    Type Description
    System.Collections.Generic.List<System.Byte[]>
    | Improve this Doc View Source

    good

    Declaration
    public bool good
    Field Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    intBlock

    Declaration
    public List<int> intBlock
    Field Value
    Type Description
    System.Collections.Generic.List<System.Int32>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX