Class Account
  
  
  
    Inheritance
    object
    Account
   
  
    Inherited Members
    
      object.Equals(object)
    
    
      object.Equals(object, object)
    
    
      object.GetHashCode()
    
    
      object.GetType()
    
    
      object.MemberwiseClone()
    
    
      object.ReferenceEquals(object, object)
    
    
      object.ToString()
    
   
  
  Assembly: Algorand.dll
  Syntax
  
  Properties
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Address
  
  
  Declaration
  
    [JsonProperty("address", Required = Required.Always)]
[Required]
public Address Address { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Amount
  
  
  Declaration
  
    [JsonProperty("amount", Required = Required.Always)]
[Required]
public ulong Amount { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  AmountWithoutPendingRewards
  
  
  Declaration
  
    [JsonProperty("amount-without-pending-rewards", Required = Required.Always)]
[Required]
public ulong AmountWithoutPendingRewards { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  AppsLocalState
  
  
  Declaration
  
    [JsonProperty("apps-local-state", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<ApplicationLocalState> AppsLocalState { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  AppsTotalExtraPages
  
  
  Declaration
  
    [JsonProperty("apps-total-extra-pages", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? AppsTotalExtraPages { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  AppsTotalSchema
  
  
  Declaration
  
    [JsonProperty("apps-total-schema", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ApplicationStateSchema AppsTotalSchema { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Assets
  
  
  Declaration
  
    [JsonProperty("assets", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<AssetHolding> Assets { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Collections.Generic.ICollection<T><AssetHolding> | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  AuthAddr
  
  
  Declaration
  
    [JsonProperty("auth-addr", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public Address AuthAddr { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ClosedAtRound
  
  
  Declaration
  
    [JsonProperty("closed-at-round", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? ClosedAtRound { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CreatedApps
  
  
  Declaration
  
    [JsonProperty("created-apps", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<Application> CreatedApps { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Collections.Generic.ICollection<T><Application> | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CreatedAssets
  
  
  Declaration
  
    [JsonProperty("created-assets", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<Asset> CreatedAssets { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Collections.Generic.ICollection<T><Asset> | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CreatedAtRound
  
  
  Declaration
  
    [JsonProperty("created-at-round", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? CreatedAtRound { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Deleted
  
  
  Declaration
  
    [JsonProperty("deleted", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? Deleted { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Participation
  
  
  Declaration
  
    [JsonProperty("participation", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public AccountParticipation Participation { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  PendingRewards
  
  
  Declaration
  
    [JsonProperty("pending-rewards", Required = Required.Always)]
[Required]
public ulong PendingRewards { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  RewardBase
  
  
  Declaration
  
    [JsonProperty("reward-base", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? RewardBase { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Rewards
  
  
  Declaration
  
    [JsonProperty("rewards", Required = Required.Always)]
[Required]
public ulong Rewards { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Round
  
  
  Declaration
  
    [JsonProperty("round", Required = Required.Always)]
[Required]
public ulong Round { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SigType
  
  
  Declaration
  
    [JsonProperty("sig-type", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string SigType { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Status
  
  
  Declaration
  
    [JsonProperty("status", Required = Required.Always)]
[Required]
public string Status { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  TotalAppsOptedIn
  
  
  Declaration
  
    [JsonProperty("total-apps-opted-in", Required = Required.Always)]
[Required]
public ulong TotalAppsOptedIn { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  TotalAssetsOptedIn
  
  
  Declaration
  
    [JsonProperty("total-assets-opted-in", Required = Required.Always)]
[Required]
public ulong TotalAssetsOptedIn { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  TotalCreatedApps
  
  
  Declaration
  
    [JsonProperty("total-created-apps", Required = Required.Always)]
[Required]
public ulong TotalCreatedApps { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  TotalCreatedAssets
  
  
  Declaration
  
    [JsonProperty("total-created-assets", Required = Required.Always)]
[Required]
public ulong TotalCreatedAssets { get; set; }
   
  Property Value