Struct ModifiedApp
Namespace: Algorand.Unity.Algod
Assembly: cs.temp.dll.dll
Syntax
public struct ModifiedApp : IEquatable<ModifiedApp>
Properties
Created
Created if true, deleted if false
Declaration
public bool Created { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Creator
Address of the creator.
Declaration
public string Creator { get; set; }
Property Value
Type | Description |
---|---|
String |
Id
App Id
Declaration
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 |