Class CallConfigSpec
Inheritance
CallConfigSpec
Assembly: Algorand.dll
Syntax
public class CallConfigSpec
Properties
|
Edit this page
View Source
Close_out
Declaration
[JsonConverter(typeof(StringEnumConverter))]
public CallConfig Close_out { get; set; }
Property Value
|
Edit this page
View Source
Delete_application
Declaration
[JsonConverter(typeof(StringEnumConverter))]
public CallConfig Delete_application { get; set; }
Property Value
|
Edit this page
View Source
No_op
Declaration
[JsonConverter(typeof(StringEnumConverter))]
public CallConfig No_op { get; set; }
Property Value
|
Edit this page
View Source
Opt_in
Declaration
[JsonConverter(typeof(StringEnumConverter))]
public CallConfig Opt_in { get; set; }
Property Value
|
Edit this page
View Source
Summary
Declaration
[JsonIgnore]
public string Summary { get; }
Property Value
|
Edit this page
View Source
Update_application
Declaration
[JsonConverter(typeof(StringEnumConverter))]
public CallConfig Update_application { get; set; }
Property Value