Struct ApplicationLogData
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct ApplicationLogData : IEquatable<ApplicationLogData>
Properties
Logs
[lg] Logs for the application being executed by the transaction.
Declaration
[AlgoApiField("logs")]
public byte[][] Logs { get; set; }
Property Value
Type |
Description |
Byte[][] |
|
Txid
Declaration
[AlgoApiField("txid")]
public string Txid { get; set; }
Property Value
Methods
Equals(ApplicationLogData)
Declaration
public bool Equals(ApplicationLogData other)
Parameters
Returns