Function isRpcSdk

  • Typeguard for rpc sdk.

    Returns

    sdk is Sdk

    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>

    Parameters

    • sdk: any

    Returns sdk is Sdk<RpcContext<MS>, MS>

Generated using TypeDoc