Search Results for

    Show / Hide Table of Contents

    Struct EvalDeltaKeyValue

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

    Properties

    Key

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

    Value

    Declaration
    [AlgoApiField("value")]
    public EvalDelta Value { get; set; }
    Property Value
    Type Description
    EvalDelta

    Methods

    Equals(EvalDeltaKeyValue)

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