Trigger purchase of a given cart.
import { payProducts } from "@slicekit/core" import { useAccount } from "wagmi" const { address } = useAccount() const hash = await payProducts(config, { account: address, cart })
PayProductsConfigParams
buyer
account