Struct AssetHolding
Namespace: Algorand.Unity.Algod
Assembly: cs.temp.dll.dll
Syntax
public struct AssetHolding : IEquatable<AssetHolding>
Properties
Amount
[a] number of units held.
Declaration
public ulong Amount { get; set; }
Property Value
Type | Description |
---|---|
UInt64 |
AssetId
Asset ID of the holding.
Declaration
public AssetIndex AssetId { get; set; }
Property Value
Type | Description |
---|---|
AssetIndex |
IsFrozen
[f] whether or not the holding is frozen.
Declaration
public bool IsFrozen { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
Equals(AssetHolding)
Declaration
public bool Equals(AssetHolding other)
Parameters
Type | Name | Description |
---|---|---|
AssetHolding | other |
Returns
Type | Description |
---|---|
Boolean |