Search Results for

    Show / Hide Table of Contents

    Struct DryrunRequest

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

    Properties

    Accounts

    Declaration
    [AlgoApiField("accounts")]
    public Account[] Accounts { get; set; }
    Property Value
    Type Description
    Account[]

    Apps

    Declaration
    [AlgoApiField("apps")]
    public Application[] Apps { get; set; }
    Property Value
    Type Description
    Application[]

    LatestTimestamp

    LatestTimestamp is available to some TEAL scripts. Defaults to the latest confirmed timestamp this algod is attached to.

    Declaration
    [AlgoApiField("latest-timestamp")]
    public ulong LatestTimestamp { get; set; }
    Property Value
    Type Description
    UInt64

    ProtocolVersion

    ProtocolVersion specifies a specific version string to operate under, otherwise whatever the current protocol of the network this algod is running in.

    Declaration
    [AlgoApiField("protocol-version")]
    public string ProtocolVersion { get; set; }
    Property Value
    Type Description
    String

    Round

    Round is available to some TEAL scripts. Defaults to the current round on the network this algod is attached to.

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

    Sources

    Declaration
    [AlgoApiField("sources")]
    public DryrunSource[] Sources { get; set; }
    Property Value
    Type Description
    DryrunSource[]

    Txns

    Declaration
    [AlgoApiField("txns")]
    public byte[][] Txns { get; set; }
    Property Value
    Type Description
    Byte[][]

    Methods

    Equals(DryrunRequest)

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