Class ModifiedApp
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class ModifiedApp
Properties
|
Edit this page
View Source
Created
Declaration
[JsonProperty("created", Required = Required.Always)]
[Key("created")]
[Required]
public bool Created { get; set; }
Property Value
|
Edit this page
View Source
Creator
Declaration
[JsonProperty("creator", Required = Required.Always)]
[Key("creator")]
[Required]
public string Creator { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id", Required = Required.Always)]
[Key("id")]
[Required]
public ulong Id { get; set; }
Property Value