Calls the "getCurrentBlockGasLimit" function on the contract.
import { getCurrentBlockGasLimit } from "thirdweb/extensions/multicall3"; const result = await getCurrentBlockGasLimit({ contract,});
function getCurrentBlockGasLimit( options: BaseTransactionOptions,): Promise<bigint>;
The options for the getCurrentBlockGasLimit function.
let options: { contract: ThirdwebContract<abi> } & T;
let returnType: Promise<bigint>;
The parsed result of the function call.