Skip to main content
The Deno 2 Release Candidate is 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.14/rpc-provider/mock/types.ts";
definition: Record<string, { callbacks: Record<number, MockStateSubscriptionCallback>; lastValue: any; }>