Type Alias InputSimulateTransactionOptions

InputSimulateTransactionOptions: {
    estimateGasUnitPrice?: boolean;
    estimateMaxGasAmount?: boolean;
    estimatePrioritizedGasUnitPrice?: boolean;
}

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