Struct MiniAssetHolding
Assembly: cs.temp.dll.dll
Syntax
public struct MiniAssetHolding : IEquatable<MiniAssetHolding>
Properties
Address
Declaration
public string Address { get; set; }
Property Value
Amount
Declaration
public ulong Amount { get; set; }
Property Value
Deleted
Whether or not this asset holding is currently deleted from its account.
Declaration
public Optional<bool> Deleted { get; set; }
Property Value
IsFrozen
Declaration
public bool IsFrozen { get; set; }
Property Value
OptedInAtRound
Round during which the account opted into the asset.
Declaration
public Optional<ulong> OptedInAtRound { get; set; }
Property Value
OptedOutAtRound
Round during which the account opted out of the asset.
Declaration
public Optional<ulong> OptedOutAtRound { get; set; }
Property Value
Methods
Equals(MiniAssetHolding)
Declaration
public bool Equals(MiniAssetHolding other)
Parameters
Returns