Type alias Market<C, MS>

Market<C, MS>: Data<C, C extends RpcContext<MS> ? RpcMarket<C, MS> | SaturatedRpcMarket<C, MS> : never, C extends FullContext<MS> | IndexerContext ? IndexedMarket<C, MS> : never, MS>

Union type for Indexed and Rpc Markets.

Type Parameters

Generated using TypeDoc