Search Results for

    Show / Hide Table of Contents

    Struct DryrunState

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

    Properties

    Error

    Evaluation error if any

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

    Line

    Line number

    Declaration
    [AlgoApiField("line")]
    public ulong Line { get; set; }
    Property Value
    Type Description
    UInt64

    Pc

    Program counter

    Declaration
    [AlgoApiField("pc")]
    public ulong Pc { get; set; }
    Property Value
    Type Description
    UInt64

    Scratch

    Declaration
    [AlgoApiField("scratch")]
    public TealValue[] Scratch { get; set; }
    Property Value
    Type Description
    TealValue[]

    Stack

    Declaration
    [AlgoApiField("stack")]
    public TealValue[] Stack { get; set; }
    Property Value
    Type Description
    TealValue[]

    Methods

    Equals(DryrunState)

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