Class AccountApplicationsInformationResponse
Inheritance
AccountApplicationsInformationResponse
Assembly: Algorand.dll
[MessagePackObject(false)]
public class AccountApplicationsInformationResponse
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("application-resources", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("application-resources")]
public ICollection<AccountApplicationResource> ApplicationResources { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("next-token", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("next-token")]
public string NextToken { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("round", Required = Required.Always)]
[Key("round")]
[Required]
public ulong Round { get; set; }
Property Value