Class AppCallLogs
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class AppCallLogs
Properties
|
Edit this page
View Source
ApplicationIndex
Declaration
[JsonProperty("application-index", Required = Required.Always)]
[Key("application-index")]
[Required]
public ulong ApplicationIndex { get; set; }
Property Value
|
Edit this page
View Source
Logs
Declaration
[JsonProperty("logs", Required = Required.Always)]
[Key("logs")]
[Required]
public ICollection<byte[]> Logs { get; set; }
Property Value
|
Edit this page
View Source
Txid
Declaration
[JsonProperty("txId", Required = Required.Always)]
[Key("txId")]
[Required]
public string Txid { get; set; }
Property Value