Class ApplicationLogData
Inheritance
object
    ApplicationLogData
  Inherited Members
      object.Equals(object)
    
    
      object.Equals(object, object)
    
    
      object.GetHashCode()
    
    
      object.GetType()
    
    
      object.MemberwiseClone()
    
    
      object.ReferenceEquals(object, object)
    
    
      object.ToString()
    
  Namespace: Algorand.Indexer.Model
Assembly: Algorand.dll
Syntax
public class ApplicationLogData
  Properties
| Improve this Doc View SourceLogs
Declaration
[JsonProperty("logs", Required = Required.Always)]
[Required]
public ICollection<byte[]> Logs { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.ICollection<T><byte[]> | 
Txid
Declaration
[JsonProperty("txid", Required = Required.Always)]
[Required]
public string Txid { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |