Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

Package publishing for deno.land/x/polkadot
Go to Latest
type alias MockStateRequests
import { type MockStateRequests } from "https://deno.land/x/polkadot@0.2.11/rpc-provider/mock/types.ts";
definition: Record<string, (db: MockStateDb, params: any[]) => string>