UNPKG

@kamino-finance/kamino-db

Version:
12 lines (10 loc) 250 B
export interface WhirlpoolEntity { id: number; token_a_id: number; token_b_id: number; pubkey: string; cluster_id: number; // representing if the pool is a Raydium or an Orca pool dex_type_id: number; } export default WhirlpoolEntity;