Interface ICompiledContract
Assembly: Algorand.dll
Syntax
public interface ICompiledContract
Properties
|
Edit this page
View Source
ApprovalProgram
Declaration
string ApprovalProgram { get; }
Property Value
|
Edit this page
View Source
ClearState
Declaration
string ClearState { get; }
Property Value
|
Edit this page
View Source
NumberOfGlobalByteSlices
Declaration
int NumberOfGlobalByteSlices { get; }
Property Value
|
Edit this page
View Source
NumberOfGlobalUInts
Declaration
int NumberOfGlobalUInts { get; }
Property Value
|
Edit this page
View Source
NumberOfLocalByteSlices
Declaration
int NumberOfLocalByteSlices { get; }
Property Value
|
Edit this page
View Source
NumberOfLocalUInts
Declaration
int NumberOfLocalUInts { get; }
Property Value
Extension Methods