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

x/polkadot/rpc-provider/mock/types.ts>MockStateSubscriptions

Package publishing for deno.land/x/polkadot
Go to Latest
type alias MockStateSubscriptions
import { type MockStateSubscriptions } from "https://deno.land/x/polkadot@0.2.35/rpc-provider/mock/types.ts";
definition: Record<string, { callbacks: Record<number, MockStateSubscriptionCallback>; lastValue: any; }>