@aptos-labs/ts-sdk - v5.1.4
    Preparing search index...

    Type Alias InputSimulateTransactionOptions

    Options for simulating a transaction input, including whether to estimate the gas unit price.

    type InputSimulateTransactionOptions = {
        estimateGasUnitPrice?: boolean;
        estimateMaxGasAmount?: boolean;
        estimatePrioritizedGasUnitPrice?: boolean;
    }
    Index

    Properties

    estimateGasUnitPrice?: boolean
    estimateMaxGasAmount?: boolean
    estimatePrioritizedGasUnitPrice?: boolean