Module

x/polkadot/rpc-core/types/index.ts>RpcCoreStats

Package publishing for deno.land/x/polkadot
Latest
interface RpcCoreStats
implements NonNullable<ProviderInterface["stats"]>
import { type RpcCoreStats } from "https://dotland.deno.dev/x/polkadot@0.2.45/rpc-core/types/index.ts";

Stats from the rpc-core layer, including the provider stats

Properties

core: { cacheHits: number; cacheSize: number; }

Internal stats for the rpc-core layer