Type alias Pool<C, MS>

Pool<C, MS>: Data<C, C extends RpcContext<MS> ? RpcPool : never, C extends IndexerContext ? IndexedPool<C, MS> : never, MS>

Union Pool type of indexed and rpc types. Will differentiate between indexer and rpc context

Generic

C Context - the context to fetch the marketlist for.

Type Parameters

Generated using TypeDoc