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 SourceTEALProgram()
default values for serializer to ignore
Declaration
public TEALProgram()
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 |
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 SourceBytes
Declaration
public byte[] Bytes { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |