Class ProgramData
Metadata related to a teal program.
Assembly: Algorand.dll
Syntax
Constructors
|
Edit this page
View Source
ProgramData(bool, List<int>, List<byte[]>)
Declaration
public ProgramData(bool good, List<int> intBlock, List<byte[]> byteBlock)
Parameters
Fields
|
Edit this page
View Source
byteBlock
Declaration
public List<byte[]> byteBlock
Field Value
|
Edit this page
View Source
good
Declaration
Field Value
|
Edit this page
View Source
intBlock
Declaration
public List<int> intBlock
Field Value