Class MiniAssetHolding
Inheritance
MiniAssetHolding
Assembly: Algorand.dll
Syntax
public class MiniAssetHolding
Properties
|
Edit this page
View Source
Address
Declaration
[JsonProperty("address", Required = Required.Always)]
[Required]
public string Address { get; set; }
Property Value
|
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
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