Search Results for

    Show / Hide Table of Contents

    Struct TealValue

    Represents a TEAL value.

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

    Fields

    Bytes

    [tb] bytes value.

    Declaration
    [AlgoApiField("tb")]
    public TealBytes Bytes
    Field Value
    Type Description
    TealBytes

    Type

    See TealValueType

    Declaration
    [AlgoApiField("tt")]
    public TealValueType Type
    Field Value
    Type Description
    TealValueType

    UintValue

    [ui] uint value.

    Declaration
    [AlgoApiField("ui")]
    public ulong UintValue
    Field 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
    ☀
    ☾