Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/rpc-provider/substrate-connect/types.ts>HealthChecker

Package publishing for deno.land/x/polkadot
Go to Latest
interface HealthChecker
import { type HealthChecker } from "https://deno.land/x/polkadot@0.2.36/rpc-provider/substrate-connect/types.ts";

Methods

setSendJsonRpc(sendRequest: (request: string) => void): void
start(healthCallback: (health: SmoldotHealth) => void): void
stop(): void
sendJsonRpc(request: string): void
responsePassThrough(response: string): string | null