Class LedgerStateDelta
Inheritance
object
    LedgerStateDelta
  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 LedgerStateDelta
  Properties
| Improve this Doc View SourceAccts
Declaration
[JsonProperty("accts", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public AccountDeltas Accts { get; set; }
  Property Value
| Type | Description | 
|---|---|
| AccountDeltas | 
KvMods
Declaration
[JsonProperty("kv-mods", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<KvDelta> KvMods { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.ICollection<T><KvDelta> | 
ModifiedApps
Declaration
[JsonProperty("modified-apps", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<ModifiedApp> ModifiedApps { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.ICollection<T><ModifiedApp> | 
ModifiedAssets
Declaration
[JsonProperty("modified-assets", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<ModifiedAsset> ModifiedAssets { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.ICollection<T><ModifiedAsset> | 
PrevTimestamp
Declaration
[JsonProperty("prev-timestamp", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? PrevTimestamp { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong? | 
StateProofNext
Declaration
[JsonProperty("state-proof-next", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? StateProofNext { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong? | 
Totals
Declaration
[JsonProperty("totals", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public AccountTotals Totals { get; set; }
  Property Value
| Type | Description | 
|---|---|
| AccountTotals | 
TxLeases
Declaration
[JsonProperty("tx-leases", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<TxLease> TxLeases { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.ICollection<T><TxLease> |