Class ApplicationResponse
Inheritance
ApplicationResponse
Assembly: Algorand.dll
Syntax
public class ApplicationResponse
Properties
|
Edit this page
View Source
Application
Declaration
[JsonProperty("application", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public Application Application { get; set; }
Property Value
|
Edit this page
View Source
CurrentRound
Declaration
[JsonProperty("current-round", Required = Required.Always)]
[Required]
public ulong CurrentRound { get; set; }
Property Value