Struct Application
Assembly: cs.temp.dll.dll
Syntax
public struct Application : IEquatable<Application>
Properties
CreatedAtRound
Round when this application was created.
Declaration
public Optional<ulong> CreatedAtRound { get; set; }
Property Value
Deleted
Whether or not this application is currently deleted.
Declaration
public Optional<bool> Deleted { get; set; }
Property Value
DeletedAtRound
Round when this application was deleted.
Declaration
public Optional<ulong> DeletedAtRound { get; set; }
Property Value
Id
[appidx] application index.
Declaration
public ulong Id { get; set; }
Property Value
Params
[appparams] application parameters.
Declaration
public ApplicationParams Params { get; set; }
Property Value
Methods
Equals(Application)
Declaration
public bool Equals(Application other)
Parameters
Returns