Search Results for

    Show / Hide Table of Contents

    Struct LedgerStateDelta

    Namespace: Algorand.Unity.Algod
    Assembly: cs.temp.dll.dll
    Syntax
    [AlgoApiObject("", "", 0)]
    [Serializable]
    public struct LedgerStateDelta : IEquatable<LedgerStateDelta>

    Properties

    Accts

    AccountDeltas object

    Declaration
    [AlgoApiField("accts")]
    public AccountDeltas Accts { get; set; }
    Property Value
    Type Description
    AccountDeltas

    KvMods

    Array of KV Deltas

    Declaration
    [AlgoApiField("kv-mods")]
    public KvDelta[] KvMods { get; set; }
    Property Value
    Type Description
    KvDelta[]

    ModifiedApps

    List of modified Apps

    Declaration
    [AlgoApiField("modified-apps")]
    public ModifiedApp[] ModifiedApps { get; set; }
    Property Value
    Type Description
    ModifiedApp[]

    ModifiedAssets

    List of modified Assets

    Declaration
    [AlgoApiField("modified-assets")]
    public ModifiedAsset[] ModifiedAssets { get; set; }
    Property Value
    Type Description
    ModifiedAsset[]

    PrevTimestamp

    Previous block timestamp

    Declaration
    [AlgoApiField("prev-timestamp")]
    public Optional<ulong> PrevTimestamp { get; set; }
    Property Value
    Type Description
    Optional<UInt64>

    StateProofNext

    Next round for which we expect a state proof

    Declaration
    [AlgoApiField("state-proof-next")]
    public Optional<ulong> StateProofNext { get; set; }
    Property Value
    Type Description
    Optional<UInt64>

    Totals

    Account Totals

    Declaration
    [AlgoApiField("totals")]
    public AccountTotals Totals { get; set; }
    Property Value
    Type Description
    AccountTotals

    TxLeases

    List of transaction leases

    Declaration
    [AlgoApiField("tx-leases")]
    public TxLease[] TxLeases { get; set; }
    Property Value
    Type Description
    TxLease[]

    Methods

    Equals(LedgerStateDelta)

    Declaration
    public bool Equals(LedgerStateDelta other)
    Parameters
    Type Name Description
    LedgerStateDelta other
    Returns
    Type Description
    Boolean
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾