Skip to main content
Module

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

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

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

Properties

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

Internal stats for the rpc-core layer