Documentation
    Preparing search index...
    interface SimulateTransactionInclude {
        balanceChanges?: boolean;
        bcs?: boolean;
        commandResults?: boolean;
        effects?: boolean;
        events?: boolean;
        objectTypes?: boolean;
        transaction?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    balanceChanges?: boolean

    Include balance changes caused by the transaction.

    bcs?: boolean

    Include the raw BCS-encoded transaction bytes.

    commandResults?: boolean

    Include return values and mutated references from each command (simulation only).

    effects?: boolean

    Include parsed transaction effects (gas used, changed objects, status, etc.).

    events?: boolean

    Include events emitted by the transaction.

    objectTypes?: boolean

    Include a map of object IDs to their types for all changed objects.

    transaction?: boolean

    Include the parsed transaction data (sender, gas config, inputs, commands).