Type Alias ReadParams

ReadParams: Partial<Omit<ReadContractParameters,
    | "address"
    | "args"
    | "functionName"
    | "abi">>

Helper type that encapsulates common readContract parameters without fields like abi, args, functionName, address that are expected to be provided the SDK. See (readContract)[https://viem.sh/docs/contract/readContract]