Struct Application
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
Deleted
Whether or not this application is currently deleted.
Declaration
[AlgoApiField("deleted")]
public Optional<bool> Deleted { get; set; }
Property Value
DeletedAtRound
Round when this application was deleted.
Declaration
[AlgoApiField("deleted-at-round")]
public Optional<ulong> DeletedAtRound { get; set; }
Property Value
Id
[appidx] application index.
Declaration
[AlgoApiField("id")]
public ulong Id { get; set; }
Property Value
Params
[appparams] application parameters.
Declaration
[AlgoApiField("params")]
public ApplicationParams Params { get; set; }
Property Value
Methods
Equals(Application)
Declaration
public bool Equals(Application other)
Parameters
Returns