Class ApplicationLogsResponse
Inheritance
ApplicationLogsResponse
Assembly: Algorand.dll
Syntax
public class ApplicationLogsResponse
Properties
|
Edit this page
View Source
ApplicationId
Declaration
[JsonProperty("application-id", Required = Required.Always)]
[Required]
public ulong ApplicationId { 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
|
Edit this page
View Source
LogData
Declaration
[JsonProperty("log-data", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<ApplicationLogData> LogData { get; set; }
Property Value
|
Edit this page
View Source
NextToken
Declaration
[JsonProperty("next-token", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string NextToken { get; set; }
Property Value