Search Results for

    Show / Hide Table of Contents

    Struct ApplicationLogData

    Namespace: Algorand.Unity.Indexer
    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

    Transaction ID

    Declaration
    [AlgoApiField("txid")]
    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
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾