Search Results for

    Show / Hide Table of Contents

    Struct ApplicationLocalState

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

    Properties

    Id

    The application which this local state is for.

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

    KeyValue

    [tkv] storage.

    Declaration
    [AlgoApiField("key-value")]
    public TealKeyValueStore KeyValue { get; set; }
    Property Value
    Type Description
    TealKeyValueStore

    Schema

    [hsch] schema.

    Declaration
    [AlgoApiField("schema")]
    public ApplicationStateSchema Schema { get; set; }
    Property Value
    Type Description
    ApplicationStateSchema

    Methods

    Equals(ApplicationLocalState)

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