Class Application
Inherited Members
Namespace: Algorand.Algod.Model
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class Application
Properties
| Edit this page View SourceId
Declaration
[JsonProperty("id", Required = Required.Always)]
[Key("id")]
[Required]
public ulong Id { get; set; }
Property Value
| Type | Description |
|---|---|
| ulong |
Params
Declaration
[JsonProperty("params", Required = Required.Always)]
[Key("params")]
[Required]
public ApplicationParams Params { get; set; }
Property Value
| Type | Description |
|---|---|
| ApplicationParams |