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