Type alias SaturatedPoolEntry<C, MS>

SaturatedPoolEntry<C, MS>: {
    assets: SaturatedPoolEntryAsset[];
    liquidity: Decimal;
    market: C extends IndexerContext ? IndexedMarket<C, MS> : C extends RpcContext<MS> ? SaturatedRpcMarket<C, MS> : never;
}

Type Parameters

Type declaration

Generated using TypeDoc