Search Results for

    Show / Hide Table of Contents

    Struct ValueDeltaKeyValue

    Namespace: Algorand.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public struct ValueDeltaKeyValue : IEquatable<ValueDeltaKeyValue>

    Properties

    Key

    Declaration
    public FixedString64Bytes Key { get; set; }
    Property Value
    Type Description
    FixedString64Bytes

    Value

    Declaration
    public ValueDelta Value { get; set; }
    Property Value
    Type Description
    ValueDelta

    Methods

    Equals(ValueDeltaKeyValue)

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