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://dotland.deno.dev/x/polkadot@0.2.35/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