Struct LedgerStateDelta
Assembly: cs.temp.dll.dll
Syntax
public struct LedgerStateDelta : IEquatable<LedgerStateDelta>
Properties
Accts
Declaration
public AccountDeltas Accts { get; set; }
Property Value
KvMods
Declaration
public KvDelta[] KvMods { get; set; }
Property Value
ModifiedApps
Declaration
public ModifiedApp[] ModifiedApps { get; set; }
Property Value
ModifiedAssets
Declaration
public ModifiedAsset[] ModifiedAssets { get; set; }
Property Value
PrevTimestamp
Declaration
public Optional<ulong> PrevTimestamp { get; set; }
Property Value
StateProofNext
Next round for which we expect a state proof
Declaration
public Optional<ulong> StateProofNext { get; set; }
Property Value
Totals
Declaration
public AccountTotals Totals { get; set; }
Property Value
TxLeases
List of transaction leases
Declaration
public TxLease[] TxLeases { get; set; }
Property Value
Methods
Equals(LedgerStateDelta)
Declaration
public bool Equals(LedgerStateDelta other)
Parameters
Returns