Skip to content

useEstimateGas

Hook to estimate gas for a transaction.

Usage

 
import { useEstimateGas } from "@hyper-gate/react";
 
export function App() {
  const 
const estimateGas: UseEstimateGasReturnType<bigint>
estimateGas
= useEstimateGas();
}