Type Alias InputSimulateTransactionOptions
InputSimulateTransactionOptions: {
estimateGasUnitPrice?: boolean;
estimateMaxGasAmount?: boolean;
estimatePrioritizedGasUnitPrice?: boolean;
}
Type declaration
Optional
estimateGasUnitPrice?: boolean
Optional
estimateMaxGasAmount?: boolean
Optional
estimatePrioritizedGasUnitPrice?: boolean
Options for simulating a transaction input, including whether to estimate the gas unit price.