Class AssetHolding
Assembly: Algorand.dll
Syntax
public class AssetHolding
Properties
|
Edit this page
View Source
Amount
Declaration
[JsonProperty("amount", Required = Required.Always)]
[Required]
public ulong Amount { get; set; }
Property Value
|
Edit this page
View Source
AssetId
Declaration
[JsonProperty("asset-id", Required = Required.Always)]
[Required]
public ulong AssetId { get; set; }
Property Value
|
Edit this page
View Source
Deleted
Declaration
[JsonProperty("deleted", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? Deleted { get; set; }
Property Value
|
Edit this page
View Source
IsFrozen
Declaration
[JsonProperty("is-frozen", Required = Required.Always)]
[Required]
public bool IsFrozen { get; set; }
Property Value
|
Edit this page
View Source
OptedInAtRound
Declaration
[JsonProperty("opted-in-at-round", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? OptedInAtRound { get; set; }
Property Value
|
Edit this page
View Source
OptedOutAtRound
Declaration
[JsonProperty("opted-out-at-round", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? OptedOutAtRound { get; set; }
Property Value