Class ApplicationLogData
Inherited Members
Namespace: Algorand.Indexer.Model
Assembly: Algorand.dll
Syntax
public class ApplicationLogData
Properties
| Edit this page View SourceLogs
Declaration
[JsonProperty("logs", Required = Required.Always)]
[Required]
public ICollection<byte[]> Logs { get; set; }
Property Value
| Type | Description |
|---|---|
| ICollection<byte[]> |
Txid
Declaration
[JsonProperty("txid", Required = Required.Always)]
[Required]
public string Txid { get; set; }
Property Value
| Type | Description |
|---|---|
| string |