| 102 | } |
| 103 | |
| 104 | export interface PoolInfo { |
| 105 | baseAsset: TokenInfo |
| 106 | id: string |
| 107 | createdAt: string |
| 108 | chain: string |
| 109 | liquidity: number |
| 110 | dex: string |
| 111 | quoteAsset: string |
| 112 | type: string |
| 113 | updatedAt: string |
| 114 | volume24h: number |
| 115 | latest?: boolean |
| 116 | } |
| 117 | |
| 118 | export interface Holder { |
| 119 | address: string |
nothing calls this directly
no outgoing calls
no test coverage detected