Documentation
    Preparing search index...
    interface TransactionInclude {
        balanceChanges?: boolean;
        bcs?: 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.

    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).