useEstimateGas Hook to estimate gas for a transaction. Usage Copy import { useEstimateGas } from "@hyper-gate/react"; export function App() { const const estimateGas: UseEstimateGasReturnType<bigint>estimateGas = useEstimateGas(); }