Search Results for

    Show / Hide Table of Contents

    Struct Application

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

    Properties

    Id

    [appidx] application index.

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

    Params

    [appparams] application parameters.

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

    Methods

    Equals(Application)

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