UNPKG

kohin-js

Version:

The Kohin JS is a comprehensive developer toolkit designed to integrate Kohin's decentralized insurance system seamlessly into your applications. It enables efficient interaction with Kohin smart contracts and backend APIs, facilitating management and ana

11 lines (10 loc) 224 B
export interface AddLiquidityParams { amount: number; walletClient: any; } export interface AddLiquidityResponse { success: boolean; error?: string; transactionHash?: string; transactionData?: any; }