Search Results for

    Show / Hide Table of Contents

    Interface IAppEvalDelta<TTxn>

    Namespace: Algorand.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IAppEvalDelta<TTxn>
        where TTxn : IAppliedSignedTxn<TTxn>
    Type Parameters
    Name Description
    TTxn

    Properties

    GlobalDelta

    Global state delta

    Declaration
    StateDelta GlobalDelta { get; set; }
    Property Value
    Type Description
    StateDelta

    InnerTxns

    The inner transactions (if any) that were evaluated.

    Declaration
    TTxn[] InnerTxns { get; set; }
    Property Value
    Type Description
    TTxn[]

    LocalDeltas

    When decoding EvalDeltas, the integer key represents an offset into [txn.Sender, txn.Accounts[0], txn.Accounts[1], ...]

    Declaration
    StateDelta[] LocalDeltas { get; set; }
    Property Value
    Type Description
    StateDelta[]

    Logs

    Logs from application calls

    Declaration
    string[] Logs { get; set; }
    Property Value
    Type Description
    String[]
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾