Struct ApplicationLogData
Namespace: Algorand.Unity.Indexer
Assembly: cs.temp.dll.dll
Syntax
public struct ApplicationLogData : IEquatable<ApplicationLogData>
Properties
Logs
[lg] Logs for the application being executed by the transaction.
Declaration
public byte[][] Logs { get; set; }
Property Value
| Type | Description |
|---|---|
| Byte[][] |
Txid
Transaction ID
Declaration
public string Txid { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Methods
Equals(ApplicationLogData)
Declaration
public bool Equals(ApplicationLogData other)
Parameters
| Type | Name | Description |
|---|---|---|
| ApplicationLogData | other |
Returns
| Type | Description |
|---|---|
| Boolean |