Class ApplicationLocalReference
Inheritance
ApplicationLocalReference
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class ApplicationLocalReference
Properties
|
Edit this page
View Source
Account
Declaration
[JsonProperty("account", Required = Required.Always)]
[Key("account")]
[Required]
public Address Account { get; set; }
Property Value
|
Edit this page
View Source
App
Declaration
[JsonProperty("app", Required = Required.Always)]
[Key("app")]
[Required]
public ulong App { get; set; }
Property Value