Documentation
    Preparing search index...

    Interface DevInspectArgs

    Additional rguments supplied to dev inspect beyond what is allowed in today's API.

    interface DevInspectArgs {
        gasBudget?: string | null;
        gasObjects?: [string, string, string][] | null;
        gasSponsor?: string | null;
        showRawTxnDataAndEffects?: boolean | null;
        skipChecks?: boolean | null;
    }
    Index

    Properties

    gasBudget?: string | null

    The gas budget for the transaction.

    gasObjects?: [string, string, string][] | null

    The gas objects used to pay for the transaction.

    gasSponsor?: string | null

    The sponsor of the gas for the transaction, might be different from the sender.

    showRawTxnDataAndEffects?: boolean | null

    Whether to return the raw transaction data and effects.

    skipChecks?: boolean | null

    Whether to skip transaction checks for the transaction.