UNPKG

@kryptogo/kryptogokit-sdk-react

Version:

KryptogoKit offers a comprehensive web3 wallet solution with seamless KryptoGO Auth integration and multi-wallet connection support. Designed for users. Built for developers.

5 lines (4 loc) 415 B
import { ApiClient } from './apiClient'; export declare const createPaymentIntent: (apiClient: ApiClient, params: any) => Promise<any>; export declare const getPaymentIntent: (apiClient: ApiClient, paymentIntentId: string) => Promise<import("../types/api").ApiResponse<import("../types/api").PaymentIntent>>; export declare const getQuote: (apiClient: ApiClient, amount: string, currency: string) => Promise<void>;