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