UNPKG

@marinade.finance/kamino-sdk

Version:
8 lines (7 loc) 236 B
import { PublicKey } from '@solana/web3.js'; import { PoolState } from '../raydium_client/accounts'; export interface RaydiumPoollWithAddress { poolState: PoolState; address: PublicKey; } export default RaydiumPoollWithAddress;