Search Results for

    Show / Hide Table of Contents

    Struct ModifiedApp

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

    Properties

    Created

    Created if true, deleted if false

    Declaration
    [AlgoApiField("created")]
    public bool Created { get; set; }
    Property Value
    Type Description
    Boolean

    Creator

    Address of the creator.

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

    Id

    App Id

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

    Methods

    Equals(ModifiedApp)

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