Calls the "getBlockHash" function on the contract.
import { getBlockHash } from "thirdweb/extensions/multicall3"; const result = await getBlockHash({ contract, blockNumber: ...,});
function getBlockHash( options: BaseTransactionOptions<GetBlockHashParams>,): Promise<`0x${string}`>;
The options for the getBlockHash function.
let options: BaseTransactionOptions<GetBlockHashParams>;
let returnType: Promise<`0x${string}`>;
The parsed result of the function call.