Search Results for

    Show / Hide Table of Contents

    Struct Application

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

    Properties

    CreatedAtRound

    Round when this application was created.

    Declaration
    [AlgoApiField("created-at-round")]
    public Optional<ulong> CreatedAtRound { get; set; }
    Property Value
    Type Description
    Optional<UInt64>

    Deleted

    Whether or not this application is currently deleted.

    Declaration
    [AlgoApiField("deleted")]
    public Optional<bool> Deleted { get; set; }
    Property Value
    Type Description
    Optional<Boolean>

    DeletedAtRound

    Round when this application was deleted.

    Declaration
    [AlgoApiField("deleted-at-round")]
    public Optional<ulong> DeletedAtRound { get; set; }
    Property Value
    Type Description
    Optional<UInt64>

    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
    ☀
    ☾