Type Alias WriteParams

WriteParams: Partial<Omit<SimulateContractParameters,
    | "address"
    | "args"
    | "functionName"
    | "abi">>

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