Class ArgumentDescription
Inheritance
ArgumentDescription
Assembly: Algorand.dll
Syntax
public class ArgumentDescription
Properties
|
Edit this page
View Source
Desc
Declaration
public string Desc { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Summary
Declaration
public string Summary { get; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonRequired]
public string Type { get; set; }
Property Value
|
Edit this page
View Source
TypeDetail
Declaration
public string TypeDetail { get; set; }
Property Value