getBlockHash

Calls the "getBlockHash" function on the contract.

Example

import { getBlockHash } from "thirdweb/extensions/multicall3";
const result = await getBlockHash({
contract,
blockNumber: ...,
});

Parameters

Returns

The parsed result of the function call.