Struct AssetHolding
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct AssetHolding : IEquatable<AssetHolding>
Properties
Amount
[a] number of units held.
Declaration
[AlgoApiField("amount")]
public ulong Amount { get; set; }
Property Value
AssetId
Declaration
[AlgoApiField("asset-id")]
public AssetIndex AssetId { get; set; }
Property Value
IsFrozen
[f] whether or not the holding is frozen.
Declaration
[AlgoApiField("is-frozen")]
public bool IsFrozen { get; set; }
Property Value
Methods
Equals(AssetHolding)
Declaration
public bool Equals(AssetHolding other)
Parameters
Returns