Skip to main content

getEstimateGasParams

Callable

  • getEstimateGasParams(__namedParameters: { abi: AbiFunctionFragment; contractOptions: ContractOptions; options?: { data?: string; dataInputFill?: input | data | both; from?: string; gas?: string; gasPrice?: string; input?: string; maxFeePerGas?: string; maxPriorityFeePerGas?: string; nonce?: string; type?: string | number }; params: unknown[] }): Partial<TransactionWithSenderAPI>

  • Parameters

    • __namedParameters: { abi: AbiFunctionFragment; contractOptions: ContractOptions; options?: { data?: string; dataInputFill?: input | data | both; from?: string; gas?: string; gasPrice?: string; input?: string; maxFeePerGas?: string; maxPriorityFeePerGas?: string; nonce?: string; type?: string | number }; params: unknown[] }

    Returns Partial<TransactionWithSenderAPI>