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: BaseTransactionOptions;
let returnType: Promise<bigint>;
The parsed result of the function call.