Class AssetHolding
Describes an asset held by an account.
Definition:
data/basics/userBalance.go : AssetHolding
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class AssetHolding
Properties
|
Edit this page
View Source
Amount
Declaration
[JsonProperty("amount", Required = Required.Always)]
[Required]
[Key("amount")]
public ulong Amount { get; set; }
Property Value
|
Edit this page
View Source
AssetId
Declaration
[JsonProperty("asset-id", Required = Required.Always)]
[Required]
[Key("asset-id")]
public ulong AssetId { get; set; }
Property Value
|
Edit this page
View Source
IsFrozen
Declaration
[JsonProperty("is-frozen", Required = Required.Always)]
[Required]
[Key("is-frozen")]
public bool IsFrozen { get; set; }
Property Value