Type alias ReaderHistoricalLpPairVolume
ReaderHistoricalLpPairVolume: {
id: string;
liquidityPool: {
id: string;
};
pair: string;
volume: string;
volumeLpc: string;
}
Type declaration
id: string
liquidityPool: {
id: string;
}
pair: string
volume: string
volumeLpc: string