UNPKG

@chipi-stack/nextjs

Version:

Chipi SDK for Next.js applications with server-side support

48 lines 1.93 kB
"use strict"; "use client"; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; var __hasOwnProp = Object.prototype.hasOwnProperty; var __export = (target, all) => { for (var name in all) __defProp(target, name, { get: all[name], enumerable: true }); }; var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); } return to; }; var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); var hooks_exports = {}; __export(hooks_exports, { useApprove: () => import_chipi_react.useApprove, useCallAnyContract: () => import_chipi_react.useCallAnyContract, useChipiContext: () => import_chipi_react.useChipiContext, useCreateWallet: () => import_chipi_react.useCreateWallet, useExecuteTransaction: () => import_chipi_react.useExecuteTransaction, useGetWallet: () => import_chipi_react.useGetWallet, useRecordSendTransaction: () => import_chipi_react.useRecordSendTransaction, useStakeVesuUsdc: () => import_chipi_react.useStakeVesuUsdc, useTransfer: () => import_chipi_react.useTransfer, useWithdrawVesuUsdc: () => import_chipi_react.useWithdrawVesuUsdc }); module.exports = __toCommonJS(hooks_exports); var import_chipi_react = require("@chipi-stack/chipi-react"); // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { useApprove, useCallAnyContract, useChipiContext, useCreateWallet, useExecuteTransaction, useGetWallet, useRecordSendTransaction, useStakeVesuUsdc, useTransfer, useWithdrawVesuUsdc }); //# sourceMappingURL=hooks.js.map