Class LedgerStateDelta
Inheritance
LedgerStateDelta
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class LedgerStateDelta
Properties
|
Edit this page
View Source
Accts
Declaration
[JsonProperty("accts", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("accts")]
public AccountDeltas Accts { get; set; }
Property Value
|
Edit this page
View Source
KvMods
Declaration
[JsonProperty("kv-mods", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("kv-mods")]
public ICollection<KvDelta> KvMods { get; set; }
Property Value
|
Edit this page
View Source
ModifiedApps
Declaration
[JsonProperty("modified-apps", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("modified-apps")]
public ICollection<ModifiedApp> ModifiedApps { get; set; }
Property Value
|
Edit this page
View Source
ModifiedAssets
Declaration
[JsonProperty("modified-assets", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("modified-assets")]
public ICollection<ModifiedAsset> ModifiedAssets { get; set; }
Property Value
|
Edit this page
View Source
PrevTimestamp
Declaration
[JsonProperty("prev-timestamp", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("prev-timestamp")]
public ulong? PrevTimestamp { get; set; }
Property Value
|
Edit this page
View Source
StateProofNext
Declaration
[JsonProperty("state-proof-next", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("state-proof-next")]
public ulong? StateProofNext { get; set; }
Property Value
|
Edit this page
View Source
Totals
Declaration
[JsonProperty("totals", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("totals")]
public AccountTotals Totals { get; set; }
Property Value
|
Edit this page
View Source
TxLeases
Declaration
[JsonProperty("tx-leases", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("tx-leases")]
public ICollection<TxLease> TxLeases { get; set; }
Property Value