Struct AccountApplicationResponse
Namespace: Algorand.Unity.Algod
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct AccountApplicationResponse : IEquatable<AccountApplicationResponse>
Properties
AppLocalState
[appl] the application local data stored in this account.
The raw account uses AppLocalState
for this type.
Declaration
[AlgoApiField("app-local-state")]
public ApplicationLocalState AppLocalState { get; set; }
Property Value
Type | Description |
---|---|
ApplicationLocalState |
CreatedApp
[appp] parameters of the application created by this account including app global data.
The raw account uses AppParams
for this type.
Declaration
[AlgoApiField("created-app")]
public ApplicationParams CreatedApp { get; set; }
Property Value
Type | Description |
---|---|
ApplicationParams |
Round
The round for which this information is relevant.
Declaration
[AlgoApiField("round")]
public ulong Round { get; set; }
Property Value
Type | Description |
---|---|
UInt64 |
Methods
Equals(AccountApplicationResponse)
Declaration
public bool Equals(AccountApplicationResponse other)
Parameters
Type | Name | Description |
---|---|---|
AccountApplicationResponse | other |
Returns
Type | Description |
---|---|
Boolean |