Search Results for

    Show / Hide Table of Contents

    Struct DryrunSource

    Namespace: Algorand.Unity.Algod
    Assembly: cs.temp.dll.dll
    Syntax
    [AlgoApiObject("", "", 0)]
    [Serializable]
    public struct DryrunSource : IEquatable<DryrunSource>

    Properties

    AppIndex

    Declaration
    [AlgoApiField("app-index")]
    public ulong AppIndex { get; set; }
    Property Value
    Type Description
    UInt64

    FieldName

    FieldName is what kind of sources this is. If lsig then it goes into the transactions[this.TxnIndex].LogicSig. If approv or clearp it goes into the Approval Program or Clear State Program of application[this.AppIndex].

    Declaration
    [AlgoApiField("field-name")]
    public string FieldName { get; set; }
    Property Value
    Type Description
    String

    Source

    Declaration
    [AlgoApiField("source")]
    public string Source { get; set; }
    Property Value
    Type Description
    String

    TxnIndex

    Declaration
    [AlgoApiField("txn-index")]
    public ulong TxnIndex { get; set; }
    Property Value
    Type Description
    UInt64

    Methods

    Equals(DryrunSource)

    Declaration
    public bool Equals(DryrunSource other)
    Parameters
    Type Name Description
    DryrunSource other
    Returns
    Type Description
    Boolean
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾