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