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