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