Class AssetHolding
Describes an asset held by an account.
Definition:
data/basics/userBalance.go : AssetHolding
Inheritance
object
    AssetHolding
  Inherited Members
      object.Equals(object)
    
    
      object.Equals(object, object)
    
    
      object.GetHashCode()
    
    
      object.GetType()
    
    
      object.MemberwiseClone()
    
    
      object.ReferenceEquals(object, object)
    
    
      object.ToString()
    
  Namespace: Algorand.Algod.Model
Assembly: Algorand.dll
Syntax
public class AssetHolding
  Properties
| Improve this Doc View SourceAmount
Declaration
[JsonProperty("amount", Required = Required.Always)]
[Required]
public ulong Amount { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong | 
AssetId
Declaration
[JsonProperty("asset-id", Required = Required.Always)]
[Required]
public ulong AssetId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong | 
IsFrozen
Declaration
[JsonProperty("is-frozen", Required = Required.Always)]
[Required]
public bool IsFrozen { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool |