Search Results for

    Show / Hide Table of Contents

    Struct TealKeyValue

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

    Properties

    Key

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

    Value

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

    Methods

    Equals(TealKeyValue)

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