Search Results for

    Show / Hide Table of Contents

    Struct ValueDelta

    Represents a TEAL value delta.

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

    Fields

    Action

    Declaration
    [AlgoApiField("at")]
    public DeltaAction Action
    Field Value
    Type Description
    DeltaAction

    Bytes

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

    UInt

    Declaration
    [AlgoApiField("ui")]
    public ulong UInt
    Field Value
    Type Description
    UInt64

    Methods

    Equals(ValueDelta)

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