Struct AssetHolding
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
AssetId
Declaration
public ulong AssetId { get; set; }
Property Value
Deleted
Whether or not the asset holding is currently deleted from its account.
Declaration
public Optional<bool> Deleted { get; set; }
Property Value
IsFrozen
[f] whether or not the holding is frozen.
Declaration
public bool IsFrozen { get; set; }
Property Value
OptedInAtRound
Round during which the account opted into this asset holding.
Declaration
public Optional<ulong> OptedInAtRound { get; set; }
Property Value
OptedOutAtRound
Round during which the account opted out of this asset holding.
Declaration
public Optional<ulong> OptedOutAtRound { get; set; }
Property Value
Methods
Equals(AssetHolding)
Declaration
public bool Equals(AssetHolding other)
Parameters
Returns