Class AccountAssetHolding
Inheritance
AccountAssetHolding
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class AccountAssetHolding
Properties
|
Edit this page
View Source
AssetHolding
Declaration
[JsonProperty("asset-holding", Required = Required.Always)]
[Key("asset-holding")]
[Required]
public AssetHolding AssetHolding { get; set; }
Property Value
|
Edit this page
View Source
AssetParams
Declaration
[JsonProperty("asset-params", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("asset-params")]
public AssetParams AssetParams { get; set; }
Property Value