Class CompilerInfo
Inherited Members
Namespace: AVM.ClientGenerator.ABI.ARC56
Assembly: Algorand.dll
Syntax
public class CompilerInfo
Properties
| Edit this page View SourceCompiler
Declaration
[JsonProperty("compiler")]
public string Compiler { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CompilerVersion
Declaration
[JsonProperty("compilerVersion")]
public CompilerVersion CompilerVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| CompilerVersion |