Show / Hide Table of Contents

    Class TEALProgram

    TEALProgram

    Inheritance
    System.Object
    TEALProgram
    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 TEALProgram

    Constructors

    | Improve this Doc View Source

    TEALProgram()

    default values for serializer to ignore

    Declaration
    public TEALProgram()
    | Improve this Doc View Source

    TEALProgram(Byte[])

    Initialize a TEALProgram based on the byte array.An ArgumentException is thrown if the program is invalid.

    Declaration
    [JsonConstructor]
    public TEALProgram(byte[] program)
    Parameters
    Type Name Description
    System.Byte[] program

    program

    | Improve this Doc View Source

    TEALProgram(String)

    Initialize a TEALProgram based on the base64 encoding.A runtime exception is thrown if the program is invalid.

    Declaration
    public TEALProgram(string base64String)
    Parameters
    Type Name Description
    System.String base64String

    base64String

    Properties

    | Improve this Doc View Source

    Bytes

    Declaration
    public byte[] Bytes { get; }
    Property Value
    Type Description
    System.Byte[]
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX