Struct AppResourceRecord
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct AppResourceRecord : IEquatable<AppResourceRecord>
Properties
Address
Declaration
[AlgoApiField("address")]
public string Address { get; set; }
Property Value
AppDeleted
Whether the app was deleted
Declaration
[AlgoApiField("app-deleted")]
public bool AppDeleted { get; set; }
Property Value
AppIndex
Declaration
[AlgoApiField("app-index")]
public ulong AppIndex { get; set; }
Property Value
AppLocalState
Declaration
[AlgoApiField("app-local-state")]
public ApplicationLocalState AppLocalState { get; set; }
Property Value
AppLocalStateDeleted
Whether the app local state was deleted
Declaration
[AlgoApiField("app-local-state-deleted")]
public bool AppLocalStateDeleted { get; set; }
Property Value
AppParams
Declaration
[AlgoApiField("app-params")]
public ApplicationParams AppParams { get; set; }
Property Value
Methods
Equals(AppResourceRecord)
Declaration
public bool Equals(AppResourceRecord other)
Parameters
Returns