Type alias MarketsListQuery<C>

MarketsListQuery<C>: C extends IndexerContext ? MarketsIndexerQuery : MarketsRpcQuery

Markets list Query type Will differentiate between indexer and rpc context

Generic

C Context - the context to query in.

Type Parameters

Generated using TypeDoc