Search Results for

    Show / Hide Table of Contents

    Struct AppResourceRecord

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

    Properties

    Address

    App account address

    Declaration
    [AlgoApiField("address")]
    public string Address { get; set; }
    Property Value
    Type Description
    String

    AppDeleted

    Whether the app was deleted

    Declaration
    [AlgoApiField("app-deleted")]
    public bool AppDeleted { get; set; }
    Property Value
    Type Description
    Boolean

    AppIndex

    App index

    Declaration
    [AlgoApiField("app-index")]
    public ulong AppIndex { get; set; }
    Property Value
    Type Description
    UInt64

    AppLocalState

    App local state

    Declaration
    [AlgoApiField("app-local-state")]
    public ApplicationLocalState AppLocalState { get; set; }
    Property Value
    Type Description
    ApplicationLocalState

    AppLocalStateDeleted

    Whether the app local state was deleted

    Declaration
    [AlgoApiField("app-local-state-deleted")]
    public bool AppLocalStateDeleted { get; set; }
    Property Value
    Type Description
    Boolean

    AppParams

    App params

    Declaration
    [AlgoApiField("app-params")]
    public ApplicationParams AppParams { get; set; }
    Property Value
    Type Description
    ApplicationParams

    Methods

    Equals(AppResourceRecord)

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