UNPKG

@kamino-finance/kliquidity-sdk

Version:

Typescript SDK for interacting with the Kamino Liquidity (kliquidity) protocol

8 lines 280 B
import { Address } from '@solana/kit'; import { PoolState } from '../@codegen/raydium/accounts'; export interface RaydiumPoolWithAddress { poolState: PoolState; address: Address; } export default RaydiumPoolWithAddress; //# sourceMappingURL=RaydiumPoolWithAddress.d.ts.map