Search Results for

    Show / Hide Table of Contents

    Struct TealValue

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

    Properties

    Bytes

    [tb] bytes value.

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

    Type

    [tt] value type. Value 1 refers to bytes, value 2 refers to uint

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

    Uint

    [ui] uint value.

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

    Methods

    Equals(TealValue)

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