Class ContractDescription
Represents an arc4 contract description
Inheritance
ContractDescription
Assembly: Algorand.dll
Syntax
public class ContractDescription
Properties
|
Edit this page
View Source
Desc
Declaration
public string Desc { get; set; }
Property Value
|
Edit this page
View Source
Methods
Declaration
[JsonRequired]
public List<MethodDescription> Methods { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonRequired]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Networks
Declaration
public Dictionary<string, NetworkAppId> Networks { get; set; }
Property Value