Skip to main content
Module

x/polkadot/rpc-provider/substrate-connect/Health.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.12/rpc-provider/substrate-connect/Health.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