Class AccountApplicationResponse
Inheritance
AccountApplicationResponse
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class AccountApplicationResponse
Properties
|
Edit this page
View Source
AppLocalState
Declaration
[JsonProperty("app-local-state", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("app-local-state")]
public ApplicationLocalState AppLocalState { get; set; }
Property Value
|
Edit this page
View Source
CreatedApp
Declaration
[JsonProperty("created-app", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("created-app")]
public ApplicationParams CreatedApp { get; set; }
Property Value
|
Edit this page
View Source
Round
Declaration
[JsonProperty("round", Required = Required.Always)]
[Key("round")]
[Required]
public ulong Round { get; set; }
Property Value