Search Results for

    Show / Hide Table of Contents

    Struct KvDelta

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

    Properties

    Key

    The key, base64 encoded.

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

    Value

    The new value of the KV store entry, base64 encoded.

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

    Methods

    Equals(KvDelta)

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