- Preparing search index...
- The search index is not available
sdk-v2
- getPoolId<C, MS>(context: C, market: Data<C, C extends RpcContext<MS> ? RpcMarket<C, MS> | SaturatedRpcMarket<C, MS> : never, C extends IndexerContext | FullContext<MS> ? IndexedMarket<C, MS> : never, MS>): Promise<IOption<number>>
-
Type Parameters
-
-
MS extends MetadataStorage<{
__meta: "markets";
categories: undefined | ({ name: string; img?: string | undefined; ticker?: string | undefined; color?: string | undefined; })[];
confidentialId: undefined | string;
description: string;
img: undefined | string;
question: string;
scalarType: undefined | "number" | "date";
slug: string;
tags: undefined | string[];
}, MS> = MetadataStorage<{
__meta: "markets";
categories: undefined | ({ name: string; img?: string | undefined; ticker?: string | undefined; color?: string | undefined; })[];
confidentialId: undefined | string;
description: string;
img: undefined | string;
question: string;
scalarType: undefined | "number" | "date";
slug: string;
tags: undefined | string[];
}>
Returns Promise<IOption<number>>
Get the pool id of a market in a way to works for both indexed and rpc data.
Returns
Promise<O.IOption>