Struct Application
Namespace: Algorand.Unity.Algod
Assembly: cs.temp.dll.dll
Syntax
public struct Application : IEquatable<Application>
  Properties
Id
[appidx] application index.
Declaration
public ulong Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| UInt64 | 
Params
[appparams] application parameters.
Declaration
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 |