Search Results for

    Show / Hide Table of Contents

    Struct DryrunResponse

    Namespace: Algorand.Unity.Algod
    Assembly: cs.temp.dll.dll
    Syntax
    public struct DryrunResponse : IEquatable<DryrunResponse>

    Properties

    Error

    Declaration
    public string Error { get; set; }
    Property Value
    Type Description
    String

    ProtocolVersion

    Protocol version is the protocol version Dryrun was operated under.

    Declaration
    public string ProtocolVersion { get; set; }
    Property Value
    Type Description
    String

    Txns

    Declaration
    public DryrunTxnResult[] Txns { get; set; }
    Property Value
    Type Description
    DryrunTxnResult[]

    Methods

    Equals(DryrunResponse)

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