- Preparing search index...
- The search index is not available
sdk-v2
- teardown<MS>(ctx: Context<MS>): void
-
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>
Returns void
Teardown a context. Only applicable to rpc context for disconnection ws.