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