Search Results for

    Show / Hide Table of Contents

    Struct EvalDelta

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

    Properties

    Action

    [at] delta action.

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

    Bytes

    [bs] bytes value.

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

    Uint

    [ui] uint value.

    Declaration
    [AlgoApiField("uint")]
    public Optional<ulong> Uint { get; set; }
    Property Value
    Type Description
    Optional<UInt64>

    Methods

    Equals(EvalDelta)

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