Reads data from a smart contract.
import { readContract } from "thirdweb";const result = await readContract({ contract, method: "totalSupply",});
A promise that resolves with the result of the read transaction.