Skip to main content
Deno 2 is finally here 🎉️
Learn more
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.25/rpc-provider/mock/types.ts";
definition: Record<string, { callbacks: Record<number, MockStateSubscriptionCallback>; lastValue: any; }>